diff options
author | Nay <dnpd.dd@gmail.com> | 2011-06-17 23:40:52 +0100 |
---|---|---|
committer | Nay <dnpd.dd@gmail.com> | 2011-06-17 23:46:57 +0100 |
commit | 9be16be7b355ae95d4d28d0d33dea9859eb0bad1 (patch) | |
tree | 1f42988e3921287ff6d75c67659d4d5452a7335a /sql/old | |
parent | c8a9bd2d1c42235ce75e84664cbe3223b41f2493 (diff) |
DB: TrinityDB revision 41: move SQL updates to the old directory
Diffstat (limited to 'sql/old')
226 files changed, 18074 insertions, 0 deletions
diff --git a/sql/old/3.3.5a/2011_05_09_02_world_version.sql b/sql/old/3.3.5a/2011_05_09_02_world_version.sql new file mode 100644 index 00000000000..af8eb81c037 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_09_02_world_version.sql @@ -0,0 +1 @@ +UPDATE `version` SET `db_version`='TDB 335.11.40' LIMIT 1; diff --git a/sql/old/3.3.5a/2011_05_10_00_world_creature.sql b/sql/old/3.3.5a/2011_05_10_00_world_creature.sql new file mode 100644 index 00000000000..d2261054fd7 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_10_00_world_creature.sql @@ -0,0 +1,6 @@ +-- Trapdoor Crawler +UPDATE `creature` SET `modelid`=0 WHERE `id`=28221; +UPDATE `creature_model_info` SET `bounding_radius`=2,`combat_reach`=4.6,`gender`=1 WHERE `modelid`=18043; +DELETE FROM `creature_template_addon` WHERE `entry`=28221; +INSERT INTO `creature_template_addon` (`entry`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES +(28221,0,0,1,0, '11959'); diff --git a/sql/old/3.3.5a/2011_05_10_01_world_reserved_name.sql b/sql/old/3.3.5a/2011_05_10_01_world_reserved_name.sql new file mode 100644 index 00000000000..2ea88abd807 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_10_01_world_reserved_name.sql @@ -0,0 +1 @@ +DROP TABLE IF EXISTS `reserved_name`; diff --git a/sql/old/3.3.5a/2011_05_10_02_world_spell_bonus_data.sql b/sql/old/3.3.5a/2011_05_10_02_world_spell_bonus_data.sql new file mode 100644 index 00000000000..cde9c527400 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_10_02_world_spell_bonus_data.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_bonus_data` WHERE `entry` IN (62124, 67485); +INSERT INTO `spell_bonus_data` VALUES +(67485, 0, -1, 0.5, -1, 'Paladin - Hand of Reckoning Triggered'); diff --git a/sql/old/3.3.5a/2011_05_10_03_world_spell_bonus_data.sql b/sql/old/3.3.5a/2011_05_10_03_world_spell_bonus_data.sql new file mode 100644 index 00000000000..b5885ef86a0 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_10_03_world_spell_bonus_data.sql @@ -0,0 +1 @@ +UPDATE `spell_bonus_data` SET `direct_bonus` = 0.2143 WHERE `entry` = 6789; diff --git a/sql/old/3.3.5a/2011_05_10_04_world_spell_linked_spell.sql b/sql/old/3.3.5a/2011_05_10_04_world_spell_linked_spell.sql new file mode 100644 index 00000000000..3bb1f90dbb0 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_10_04_world_spell_linked_spell.sql @@ -0,0 +1,2 @@ +DELETE FROM `spell_linked_spell` WHERE `spell_trigger` = -11129; +INSERT INTO `spell_linked_spell` VALUES (-11129, -28682, 0, 'Combustion'); diff --git a/sql/old/3.3.5a/2011_05_11_00_world_trinity_string.sql b/sql/old/3.3.5a/2011_05_11_00_world_trinity_string.sql new file mode 100644 index 00000000000..3c21a551f5a --- /dev/null +++ b/sql/old/3.3.5a/2011_05_11_00_world_trinity_string.sql @@ -0,0 +1 @@ +UPDATE `trinity_string` SET `content_default` = '|cfff00000[GM Announcement by [%s]]: %s|r' WHERE `entry` = 6613; diff --git a/sql/old/3.3.5a/2011_05_11_01_world_trinity_string.sql b/sql/old/3.3.5a/2011_05_11_01_world_trinity_string.sql new file mode 100644 index 00000000000..c7ea8605bbf --- /dev/null +++ b/sql/old/3.3.5a/2011_05_11_01_world_trinity_string.sql @@ -0,0 +1 @@ +UPDATE `trinity_string` SET `content_default`='|cfff00000[GM Announcement]: %s|r' WHERE `entry`=6613; diff --git a/sql/old/3.3.5a/2011_05_11_02_world_spell_proc_event.sql b/sql/old/3.3.5a/2011_05_11_02_world_spell_proc_event.sql new file mode 100644 index 00000000000..0536ddb1bb5 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_11_02_world_spell_proc_event.sql @@ -0,0 +1 @@ +UPDATE `spell_proc_event` SET `SpellFamilyMask1`=65536 WHERE `entry`=70756; diff --git a/sql/old/3.3.5a/2011_05_11_03_world_spell_bonus_data.sql b/sql/old/3.3.5a/2011_05_11_03_world_spell_bonus_data.sql new file mode 100644 index 00000000000..be207fe8902 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_11_03_world_spell_bonus_data.sql @@ -0,0 +1,2 @@ +DELETE FROM `spell_bonus_data` WHERE `entry`=64801; +INSERT INTO `spell_bonus_data` VALUES (64801,0.45,0,0,0,'Druid - T8 Restoration 4P Bonus'); diff --git a/sql/old/3.3.5a/2011_05_11_04_world_spell_proc_event.sql b/sql/old/3.3.5a/2011_05_11_04_world_spell_proc_event.sql new file mode 100644 index 00000000000..53b912d888e --- /dev/null +++ b/sql/old/3.3.5a/2011_05_11_04_world_spell_proc_event.sql @@ -0,0 +1 @@ +UPDATE `spell_proc_event` SET `SpellFamilyMask0` = 0x00002000, `SpellFamilyMask2` = 0 WHERE `entry` = 64908; diff --git a/sql/old/3.3.5a/2011_05_11_05_world_spell_proc_event.sql b/sql/old/3.3.5a/2011_05_11_05_world_spell_proc_event.sql new file mode 100644 index 00000000000..b149236622f --- /dev/null +++ b/sql/old/3.3.5a/2011_05_11_05_world_spell_proc_event.sql @@ -0,0 +1,2 @@ +DELETE FROM `spell_proc_event` WHERE `entry` = 64568; +UPDATE `spell_proc_event` SET `cooldown` = 10 WHERE `entry` = 64571; diff --git a/sql/old/3.3.5a/2011_05_11_06_world_spell_bonus_data.sql b/sql/old/3.3.5a/2011_05_11_06_world_spell_bonus_data.sql new file mode 100644 index 00000000000..de95bdd5524 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_11_06_world_spell_bonus_data.sql @@ -0,0 +1,3 @@ +UPDATE `spell_bonus_data` SET `direct_bonus` = -1 WHERE `entry` = 27243; +DELETE FROM `spell_bonus_data` WHERE `entry` = 27285; +INSERT INTO `spell_bonus_data` VALUES (27285, 0.2129, -1, -1, -1,'Warlock - Seed of Corruption Proc'); diff --git a/sql/old/3.3.5a/2011_05_11_07_world_spell_bonus_data.sql b/sql/old/3.3.5a/2011_05_11_07_world_spell_bonus_data.sql new file mode 100644 index 00000000000..52ba4496542 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_11_07_world_spell_bonus_data.sql @@ -0,0 +1,5 @@ +DELETE FROM `spell_proc_event` WHERE `entry` IN (20335,20336,20337); +INSERT INTO `spell_proc_event` VALUES +(20335,0x00,10,0x00800000,0x00000000,0x00000008,0x00000100,0x00000000,0,100,0), +(20336,0x00,10,0x00800000,0x00000000,0x00000008,0x00000100,0x00000000,0,100,0), +(20337,0x00,10,0x00800000,0x00000000,0x00000008,0x00000100,0x00000000,0,100,0); diff --git a/sql/old/3.3.5a/2011_05_11_08_world_spell_linked_spell.sql b/sql/old/3.3.5a/2011_05_11_08_world_spell_linked_spell.sql new file mode 100644 index 00000000000..d41151fb632 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_11_08_world_spell_linked_spell.sql @@ -0,0 +1 @@ +UPDATE `spell_linked_spell` SET `type` = 1 WHERE `spell_trigger` = 20066; diff --git a/sql/old/3.3.5a/2011_05_11_09_world_spell_proc_event.sql b/sql/old/3.3.5a/2011_05_11_09_world_spell_proc_event.sql new file mode 100644 index 00000000000..aaeb2221e9b --- /dev/null +++ b/sql/old/3.3.5a/2011_05_11_09_world_spell_proc_event.sql @@ -0,0 +1 @@ +UPDATE `spell_proc_event` SET `SpellFamilyMask1`=`SpellFamilyMask1`|0x00010000 WHERE `entry` IN (44445,44446,44448); diff --git a/sql/old/3.3.5a/2011_05_11_10_world_conditions.sql b/sql/old/3.3.5a/2011_05_11_10_world_conditions.sql new file mode 100644 index 00000000000..31f0647b162 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_11_10_world_conditions.sql @@ -0,0 +1,3 @@ +DELETE FROM `conditions` WHERE `SourceEntry` = 56453; +INSERT INTO `conditions` VALUES +(17,0,56453,0,11,67544,0,0,0,'','Lock and Load - Lock and Load Marker'); diff --git a/sql/old/3.3.5a/2011_05_11_10_world_spell_linked_spell.sql b/sql/old/3.3.5a/2011_05_11_10_world_spell_linked_spell.sql new file mode 100644 index 00000000000..02bc6b32ddd --- /dev/null +++ b/sql/old/3.3.5a/2011_05_11_10_world_spell_linked_spell.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_linked_spell` WHERE `spell_trigger` = 56453; +INSERT INTO `spell_linked_spell` VALUES +(56453,67544,0,'Lock and Load Marker'); diff --git a/sql/old/3.3.5a/2011_05_11_11_world_spell_proc_event.sql b/sql/old/3.3.5a/2011_05_11_11_world_spell_proc_event.sql new file mode 100644 index 00000000000..861277584d4 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_11_11_world_spell_proc_event.sql @@ -0,0 +1,5 @@ +UPDATE `spell_proc_event` SET `procEx` = 0, `ppmRate` = 1 WHERE `entry` = 51123; +UPDATE `spell_proc_event` SET `procEx` = 0, `ppmRate` = 2 WHERE `entry` = 51127; +UPDATE `spell_proc_event` SET `procEx` = 0, `ppmRate` = 3 WHERE `entry` = 51128; +UPDATE `spell_proc_event` SET `procEx` = 0, `ppmRate` = 4 WHERE `entry` = 51129; +UPDATE `spell_proc_event` SET `procEx` = 0, `ppmRate` = 5 WHERE `entry` = 51130; diff --git a/sql/old/3.3.5a/2011_05_11_12_world_spell_proc_event.sql b/sql/old/3.3.5a/2011_05_11_12_world_spell_proc_event.sql new file mode 100644 index 00000000000..4735c888376 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_11_12_world_spell_proc_event.sql @@ -0,0 +1,5 @@ +DELETE FROM `spell_proc_event` WHERE `entry` IN (49004,49508,49509); +INSERT INTO `spell_proc_event` VALUES +(49004,0x00,0,0x00000000,0x00000000,0x00000000,0x00000000,0x00000033,0,0,0), +(49508,0x00,0,0x00000000,0x00000000,0x00000000,0x00000000,0x00000033,0,0,0), +(49509,0x00,0,0x00000000,0x00000000,0x00000000,0x00000000,0x00000033,0,0,0); diff --git a/sql/old/3.3.5a/2011_05_11_13_world_spell_proc_event.sql b/sql/old/3.3.5a/2011_05_11_13_world_spell_proc_event.sql new file mode 100644 index 00000000000..51fa2c70cf0 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_11_13_world_spell_proc_event.sql @@ -0,0 +1 @@ +UPDATE `spell_proc_event` SET `procEx` = 0x0010000 WHERE `entry` = 16864; diff --git a/sql/old/3.3.5a/2011_05_11_14_world_spell_pet_auras.sql b/sql/old/3.3.5a/2011_05_11_14_world_spell_pet_auras.sql new file mode 100644 index 00000000000..c327e3cb485 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_11_14_world_spell_pet_auras.sql @@ -0,0 +1,5 @@ +DELETE FROM `spell_pet_auras` WHERE `spell` IN (34455,34459,34460); +INSERT INTO `spell_pet_auras` VALUES +(34455,0,0,75593), +(34459,0,0,75446), +(34460,0,0,75447); diff --git a/sql/old/3.3.5a/2011_05_11_15_world_spell_proc_event.sql b/sql/old/3.3.5a/2011_05_11_15_world_spell_proc_event.sql new file mode 100644 index 00000000000..d15fec113c9 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_11_15_world_spell_proc_event.sql @@ -0,0 +1 @@ +DELETE FROM `spell_proc_event` WHERE `entry` = 46916; diff --git a/sql/old/3.3.5a/2011_05_12_00_world_spell_proc_event.sql b/sql/old/3.3.5a/2011_05_12_00_world_spell_proc_event.sql new file mode 100644 index 00000000000..b34ff472d4b --- /dev/null +++ b/sql/old/3.3.5a/2011_05_12_00_world_spell_proc_event.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_proc_event` WHERE `entry` = 20784; +INSERT INTO `spell_proc_event` VALUES +(20784,0x00,0,0x00000000,0x00000000,0x00000000,0x00000000,0x00000002,0,0,0); diff --git a/sql/old/3.3.5a/2011_05_12_01_world_spell_proc_event.sql b/sql/old/3.3.5a/2011_05_12_01_world_spell_proc_event.sql new file mode 100644 index 00000000000..19dc84a570d --- /dev/null +++ b/sql/old/3.3.5a/2011_05_12_01_world_spell_proc_event.sql @@ -0,0 +1 @@ +UPDATE `spell_proc_event` SET `SpellFamilyMask2`=0x00001000 WHERE `entry` IN (34753,34859,34860); diff --git a/sql/old/3.3.5a/2011_05_12_02_world_spell_proc_event.sql b/sql/old/3.3.5a/2011_05_12_02_world_spell_proc_event.sql new file mode 100644 index 00000000000..60b6bcc32a7 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_12_02_world_spell_proc_event.sql @@ -0,0 +1 @@ +UPDATE `spell_proc_event` SET `SpellFamilyMask0`=`SpellFamilyMask0`|0x00000001 WHERE `entry` IN (66192,66191,65661); diff --git a/sql/old/3.3.5a/2011_05_12_03_world_spell_proc_event.sql b/sql/old/3.3.5a/2011_05_12_03_world_spell_proc_event.sql new file mode 100644 index 00000000000..52cffc94875 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_12_03_world_spell_proc_event.sql @@ -0,0 +1 @@ +UPDATE `spell_proc_event` SET `procEx`=`procEx`|0x00000030 WHERE `entry` IN (31244,31245); diff --git a/sql/old/3.3.5a/2011_05_12_04_world_spell_proc_event.sql b/sql/old/3.3.5a/2011_05_12_04_world_spell_proc_event.sql new file mode 100644 index 00000000000..bc8ad894d8c --- /dev/null +++ b/sql/old/3.3.5a/2011_05_12_04_world_spell_proc_event.sql @@ -0,0 +1,7 @@ +DELETE FROM `spell_proc_event` WHERE `entry` IN (66799,66814,66815,66816,66817); +INSERT INTO `spell_proc_event` VALUES +(66799,0x00,15,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0,0,0), +(66814,0x00,15,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0,0,0), +(66815,0x00,15,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0,0,0), +(66816,0x00,15,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0,0,0), +(66817,0x00,15,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0,0,0); diff --git a/sql/old/3.3.5a/2011_05_12_05_world_spell_proc_event.sql b/sql/old/3.3.5a/2011_05_12_05_world_spell_proc_event.sql new file mode 100644 index 00000000000..8b5907ca319 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_12_05_world_spell_proc_event.sql @@ -0,0 +1 @@ +DELETE FROM `spell_proc_event` WHERE `entry` = 31801; diff --git a/sql/old/3.3.5a/2011_05_12_06_world_spell_group.sql b/sql/old/3.3.5a/2011_05_12_06_world_spell_group.sql new file mode 100644 index 00000000000..c93af3976df --- /dev/null +++ b/sql/old/3.3.5a/2011_05_12_06_world_spell_group.sql @@ -0,0 +1,2 @@ +UPDATE `spell_group` SET `spell_id` = 14893 WHERE `id` = 1097; +UPDATE `spell_group` SET `spell_id` = 16177 WHERE `id` = 1098; diff --git a/sql/old/3.3.5a/2011_05_12_07_world_spell_group.sql b/sql/old/3.3.5a/2011_05_12_07_world_spell_group.sql new file mode 100644 index 00000000000..c7a8a764c85 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_12_07_world_spell_group.sql @@ -0,0 +1 @@ +DELETE FROM `spell_group` WHERE `id` = 1044 OR `spell_id` = -1044; diff --git a/sql/old/3.3.5a/2011_05_12_08_world_spell_bonus_data.sql b/sql/old/3.3.5a/2011_05_12_08_world_spell_bonus_data.sql new file mode 100644 index 00000000000..d72932f35b3 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_12_08_world_spell_bonus_data.sql @@ -0,0 +1 @@ +UPDATE `spell_bonus_data` SET `direct_bonus` = 0.526 WHERE `entry` = 596; diff --git a/sql/old/3.3.5a/2011_05_12_09_world_spell_bonus_data.sql b/sql/old/3.3.5a/2011_05_12_09_world_spell_bonus_data.sql new file mode 100644 index 00000000000..f48f3479388 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_12_09_world_spell_bonus_data.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_bonus_data` WHERE `entry` = 64085; +INSERT INTO `spell_bonus_data` VALUES +(64085,1.2,-1,-1,-1,'Priest - Vampiric Touch (Dispelled)'); diff --git a/sql/old/3.3.5a/2011_05_12_10_world_spell_bonus_data.sql b/sql/old/3.3.5a/2011_05_12_10_world_spell_bonus_data.sql new file mode 100644 index 00000000000..c9fcade6817 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_12_10_world_spell_bonus_data.sql @@ -0,0 +1,2 @@ +UPDATE `spell_bonus_data` SET `ap_bonus` = 0.06 WHERE `entry` = 48721; +DELETE FROM `spell_bonus_data` WHERE `entry` = 49941; diff --git a/sql/old/3.3.5a/2011_05_12_11_world_spell_proc_event.sql b/sql/old/3.3.5a/2011_05_12_11_world_spell_proc_event.sql new file mode 100644 index 00000000000..f2b6ce5fd47 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_12_11_world_spell_proc_event.sql @@ -0,0 +1 @@ +DELETE FROM `spell_proc_event` WHERE `entry` = 54936; diff --git a/sql/old/3.3.5a/2011_05_12_12_world_spell_bonus_data.sql b/sql/old/3.3.5a/2011_05_12_12_world_spell_bonus_data.sql new file mode 100644 index 00000000000..adf2e07c926 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_12_12_world_spell_bonus_data.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_bonus_data` WHERE `entry` IN (53188,53189,53190,53191,53194,53195); +UPDATE `spell_bonus_data` SET `direct_bonus` = 0.3 WHERE `entry` = 50288; +UPDATE `spell_bonus_data` SET `direct_bonus` = 0.13 WHERE `entry` = 50294; diff --git a/sql/old/3.3.5a/2011_05_12_13_world_spell_dbc.sql b/sql/old/3.3.5a/2011_05_12_13_world_spell_dbc.sql new file mode 100644 index 00000000000..c3c649f2647 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_12_13_world_spell_dbc.sql @@ -0,0 +1,2 @@ +DELETE FROM `spell_dbc` WHERE `id` = 100000; +INSERT INTO `spell_dbc` VALUES (100000,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,'Bone Shield cooldown - serverside spell'); diff --git a/sql/old/3.3.5a/2011_05_12_13_world_spell_proc_event.sql b/sql/old/3.3.5a/2011_05_12_13_world_spell_proc_event.sql new file mode 100644 index 00000000000..9a533bdb810 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_12_13_world_spell_proc_event.sql @@ -0,0 +1 @@ +UPDATE `spell_proc_event` SET `cooldown` = 2 WHERE `entry` = 49222; diff --git a/sql/old/3.3.5a/2011_05_12_14_world_creature_text.sql b/sql/old/3.3.5a/2011_05_12_14_world_creature_text.sql new file mode 100644 index 00000000000..a370289ae3e --- /dev/null +++ b/sql/old/3.3.5a/2011_05_12_14_world_creature_text.sql @@ -0,0 +1,15 @@ +DELETE FROM `script_texts` WHERE `npc_entry` IN (10427,20129); +DELETE FROM `creature_text` WHERE `entry`=18728; +INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`sound`,`comment`) VALUES +(18728,0,0, 'I remember well the sting of defeat at the conclusion of the Third War. I have waited far too long for my revenge. Now the shadow of the Legion falls over this world. It is only a matter of time until all of your failed creation... is undone.',1,11332,'kazzak SAY_INTRO'), +(18728,1,0, 'The Legion will conquer all!',1,11333,'kazzak SAY_AGGRO1'), +(18728,1,1, 'All mortals will perish!',1,11334,'kazzak SAY_AGGRO2'), +(18728,2,0, 'All life must be eradicated!',1,11335,'kazzak SAY_SURPREME1'), +(18728,2,1, 'I''ll rip the flesh from your bones!',1,11336,'kazzak SAY_SURPREME2'), +(18728,3,0, 'Kirel Narak!',1,11337,'kazzak SAY_KILL1'), +(18728,3,1, 'Contemptible wretch!',1,11338,'kazzak SAY_KILL2'), +(18728,3,2, 'The universe will be remade.',1,11339,'kazzak SAY_KILL3'), +(18728,4,0, 'The Legion... will never... fall.',1,11340,'kazzak SAY_DEATH'), +(18728,5,0, '%s goes into a frenzy!',2,0,'kazzak EMOTE_FRENZY'), +(18728,6,0, 'Invaders, you dangle upon the precipice of oblivion! The Burning Legion comes and with it comes your end.',1,0,'kazzak SAY_RAND1'), +(18728,6,1, 'Impudent whelps, you only delay the inevitable. Where one has fallen, ten shall rise. Such is the will of Kazzak...',1,0,'kazzak SAY_RAND2'); diff --git a/sql/old/3.3.5a/2011_05_12_15_world_spell_script_names.sql b/sql/old/3.3.5a/2011_05_12_15_world_spell_script_names.sql new file mode 100644 index 00000000000..92072afc0d6 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_12_15_world_spell_script_names.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `spell_id`=32960 AND `ScriptName`= 'spell_doomlord_kazzak_mark_of_kazzak'; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(32960, 'spell_doomlord_kazzak_mark_of_kazzak'); diff --git a/sql/old/3.3.5a/2011_05_12_16_world_spell_script_names.sql b/sql/old/3.3.5a/2011_05_12_16_world_spell_script_names.sql new file mode 100644 index 00000000000..904510043c9 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_12_16_world_spell_script_names.sql @@ -0,0 +1 @@ +DELETE FROM `spell_script_names` WHERE `spell_id`=32960 AND `ScriptName`= 'spell_doomlord_kazzak_mark_of_kazzak'; diff --git a/sql/old/3.3.5a/2011_05_13_00_world_spell_dbc.sql b/sql/old/3.3.5a/2011_05_13_00_world_spell_dbc.sql new file mode 100644 index 00000000000..e47431ef703 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_13_00_world_spell_dbc.sql @@ -0,0 +1 @@ +UPDATE `spell_dbc` SET `Id` = 100001 WHERE `Id` = 200000; diff --git a/sql/old/3.3.5a/2011_05_13_01_world_spell_bonus_data.sql b/sql/old/3.3.5a/2011_05_13_01_world_spell_bonus_data.sql new file mode 100644 index 00000000000..63d0407efe7 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_13_01_world_spell_bonus_data.sql @@ -0,0 +1,4 @@ +DELETE FROM `spell_bonus_data` WHERE `entry` IN (467,7294); +INSERT INTO `spell_bonus_data` VALUES +(467,0.033,-1,-1,-1,'Druid - Thorns'), +(7294,0.033,-1,-1,-1,'Paladin - Retribution Aura'); diff --git a/sql/old/3.3.5a/2011_05_13_02_world_spell_script_names.sql b/sql/old/3.3.5a/2011_05_13_02_world_spell_script_names.sql new file mode 100644 index 00000000000..c3d53d38605 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_13_02_world_spell_script_names.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `spell_id`=28441; +INSERT INTO `spell_script_names`(`spell_id`, `ScriptName`) VALUES +(28441, 'spell_item_ashbringer'); diff --git a/sql/old/3.3.5a/2011_05_13_03_world_spell_bonus_data.sql b/sql/old/3.3.5a/2011_05_13_03_world_spell_bonus_data.sql new file mode 100644 index 00000000000..761c7993b1a --- /dev/null +++ b/sql/old/3.3.5a/2011_05_13_03_world_spell_bonus_data.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_bonus_data` WHERE `entry`=2818; +INSERT INTO `spell_bonus_data` VALUES +(2818,0,0,0,0.03,'Rogue - Deadly Poison All Ranks($AP*0.12 / number of ticks)'); diff --git a/sql/old/3.3.5a/2011_05_13_03_world_spell_script_names.sql b/sql/old/3.3.5a/2011_05_13_03_world_spell_script_names.sql new file mode 100644 index 00000000000..dd8662ee63d --- /dev/null +++ b/sql/old/3.3.5a/2011_05_13_03_world_spell_script_names.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_rog_deadly_poison'; +INSERT INTO `spell_script_names`(`spell_id`, `ScriptName`) VALUES +(-2818,'spell_rog_deadly_poison'); diff --git a/sql/old/3.3.5a/2011_05_13_04_world_areatrigger_scripts.sql b/sql/old/3.3.5a/2011_05_13_04_world_areatrigger_scripts.sql new file mode 100644 index 00000000000..ff81007753c --- /dev/null +++ b/sql/old/3.3.5a/2011_05_13_04_world_areatrigger_scripts.sql @@ -0,0 +1,5 @@ +DELETE FROM `areatrigger_scripts` WHERE `entry` BETWEEN 5616 AND 5618; +INSERT INTO `areatrigger_scripts` (`entry`,`ScriptName`) VALUES +(5616,'at_icc_start_frostwing_gauntlet'), +(5617,'at_icc_start_frostwing_gauntlet'), +(5618,'at_icc_start_frostwing_gauntlet'); diff --git a/sql/old/3.3.5a/2011_05_13_04_world_instance_misc.sql b/sql/old/3.3.5a/2011_05_13_04_world_instance_misc.sql new file mode 100644 index 00000000000..3956de0f35b --- /dev/null +++ b/sql/old/3.3.5a/2011_05_13_04_world_instance_misc.sql @@ -0,0 +1,83 @@ +-- delete excessive spawns +DELETE FROM `creature` WHERE `guid` IN (137758,137759); +DELETE FROM `creature_addon` WHERE `guid` IN (137758,137759); +DELETE FROM `linked_respawn` WHERE `guid` IN (137758,137759) AND `linkType`=0; + +UPDATE `creature_addon` SET `auras`='70203 71465' WHERE `guid`=137753; -- Sister Svalna + +DELETE FROM `creature_text` WHERE `entry` IN (37126,37129,37122,37123,37124,37125); +INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`comment`) VALUES +(37126,0,0, 'You may have once fought beside me, Crok, but now you are nothing more than a traitor. Come, your second death approaches!',1,0,0,0,0,17017, 'Sister Svalna - SAY_EVENT_START'), +(37126,1,0, 'Miserable creatures! Die!',1,0,0,0,0,17018, 'Sister Svalna - SAY_KILL_CAPTAIN'), +(37126,2,0, 'Foolish Crok. You brought my reinforcements with you. Arise, Argent Champions, and serve the Lich King in death!',1,0,0,0,0,17019, 'Sister Svanlna - SAY_RESURRECT_CAPTAINS'), +(37126,3,0, 'Come, Scourgebane. I''ll show the master which of us is truly worthy of the title of \"Champion\"!',1,0,0,0,0,17020, 'Sister Svalna - SAY_AGGRO'), +(37126,4,0, 'What a pitiful choice of an ally, Crok!',1,0,0,0,0,17021, 'Sister Svalna - SAY_KILL'), +(37126,5,0, 'What? They died so easily? No matter.',1,0,0,0,0,17022, 'Sister Svalna - SAY_CAPTAIN_DEATH'), +(37126,6,0, 'Perhaps... you were right, Crok.',1,0,0,0,0,17023, 'Sister Svalna - SAY_DEATH'), +(37126,7,0, '%s has impaled $N!',3,0,0,0,0,0, 'Sister Svalna - EMOTE_SVALNA_IMPALE'), +(37126,8,0, '%s''s Aether Shield has been shattered by $N!',3,0,0,0,0,0, 'Sister Svalna - EMOTE_SVALNA_BROKEN_SHIELD'), +(37129,0,0, 'Ready your arms, my Argent Brothers. The Vrykul will protect the Frost Queen with their lives.',1,0,0,0,0,16819, 'Crok Scourgebane - SAY_CROK_INTRO_1'), +(37129,1,0, 'Enough idle banter! Our champions have arrived - support them as we push our way through the hall!',1,0,0,0,0,16820, 'Crok Scourgebane - SAY_CROK_INTRO_3'), +(37129,2,0, 'Draw them back to us, and we''ll assist you.',1,0,0,0,0,16821, 'Crok Scourgebane - SAY_CROK_COMBAT_WP_0'), +(37129,3,0, 'Quickly, push on!',1,0,0,0,0,16823, 'Crok Scourgebane - SAY_CROK_COMBAT_WP_1'), +(37129,4,0, 'Her reinforcements will arrive shortly, we must bring her down quickly!',1,0,0,0,0,16824, 'Crok Scourgebane - SAY_CROK_FINAL_WP'), +(37129,5,0, 'I''ll draw her attacks. Return our brothers to their graves, then help me bring her down!',1,0,0,15,0,16826, 'Crok Scourgebane - SAY_CROK_COMBAT_SVALNA'), +(37129,6,0, 'I must rest for a moment',1,0,0,0,0,16826, 'Crok Scourgebane - SAY_CROK_WEAKENING_GAUNTLET'), +(37129,7,0, 'Champions, I cannot hold her back any longer!',1,0,0,0,0,16827, 'Crok Scourgebane - SAY_CROK_WEAKENING_SVALNA'), +(37129,8,0, 'Vengeance alone... was not enough!',1,0,0,0,0,16828, 'Crok Scourgebane - SAY_CROK_DEATH'), +(37122,0,0, 'Never... could reach... the top shelf...',1,0,0,0,0,16586, 'Captain Arnath - SAY_ARNATH_DEATH'), +(37122,1,0, 'You miserable fools never did manage to select a decent bat wing.',1,0,0,0,0,16587, 'Captain Arnath - SAY_ARNATH_RESURRECTED'), +(37122,2,0, 'THAT was for bringing me spoiled spider ichor!',1,0,0,0,0,16588, 'Captain Arnath - SAY_ARNATH_KILL'), +(37122,3,0, 'Don''t... let Finklestein use me... for his potions...',1,0,0,0,0,16589, 'Captain Arnath - SAY_ARNATH_SECOND_DEATH'), +(37122,4,0, 'The loss of our comrades was unpreventable. They lived and died in the service of the Argent Crusade.',1,0,0,0,0,16590, 'Captain Arnath - SAY_ARNATH_SURVIVE_TALK'), +(37122,5,0, 'Even dying here beats spending another day collecting reagents for that madman, Finklestein.',1,0,0,0,0,16585, 'Captain Arnath - SAY_ARNATH_INTRO_2'), +(37123,0,0, 'No amount of healing can save me now. Fight on, brothers...',1,0,0,0,0,16810, 'Captain Brandon - SAY_BRANDON_DEATH'), +(37123,1,0, 'What? This strength...? All of the pain is gone! You... must join me in the eternal embrace of death!',1,0,0,0,0,16811, 'Captain Brandon - SAY_BRANDON_RESURRECTED'), +(37123,2,0, 'It doesn''t hurt anymore, does it?',1,0,0,0,0,16812, 'Captain Brandon - SAY_BRANDON_KILL'), +(37123,3,0, 'I''m sorry...',1,0,0,0,0,16813, 'Captain Brandon - SAY_BRANDON_SECOND_DEATH'), +(37123,4,0, 'You have done much in this war against the Scourge. May the light embrace you.',1,0,0,0,0,16815, 'Captain Brandon - SAY_BRANDON_SURVIVE_TALK'), +(37124,0,0, 'Please... burn my remains. Let me live warm in the afterlife...',1,0,0,0,0,16844, 'Captain Grondel - SAY_GRONDEL_DEATH'), +(37124,1,0, 'No! Why was I denied a death by flame? You must all BURN!',1,0,0,0,0,16845, 'Captain Grondel - SAY_GRONDEL_RESURRECTED'), +(37124,2,0, 'Can you feel the burn?',1,0,0,0,0,16846, 'Captain Grondel - SAY_GRONDEL_KILL'), +(37124,3,0, 'What... have I done? No!',1,0,0,0,0,16847, 'Captain Grondel - SAY_GRONDEL_SECOND_DEATH'), +(37124,4,0, 'What can possibly redeem this unholy place? Thank you...',1,0,0,0,0,16849, 'Captain Grondel - SAY_GRONDEL_SURVIVE_TALK'), +(37125,0,0, 'It was... a worthy afterlife.',1,0,0,0,0,16998, 'Captain Rupert - SAY_RUPERT_DEATH'), +(37125,1,0, 'There is no escaping the Lich King''s will. Prepare for an explosive encounter!',1,0,0,0,0,16999, 'Captain Rupert - SAY_RUPERT_RESURRECTED'), +(37125,2,0, 'So that''s what happens when you stand too close to a bomb!',1,0,0,0,0,17000, 'Captain Rupert - SAY_RUPERT_KILL'), +(37125,3,0, 'What an... explosive ending!',1,0,0,0,0,17001, 'Captain Rupert - SAY_RUPERT_SECOND_DEATH'), +(37125,4,0, 'Beware the dangers that lie ahead... and do try to remain in one piece.',1,0,0,0,0,17003, 'Captain Rupert - SAY_RUPERT_SURVIVE_TALK'); + +DELETE FROM `script_waypoint` WHERE `entry`=37129; +INSERT INTO `script_waypoint` (`entry`,`pointid`,`location_x`,`location_y`,`location_z`,`waittime`,`point_comment`) VALUES +(37129,0,4356.90,2648.00,350.285,0, 'Crok Scourgebane - at first trash pack'), +(37129,1,4357.00,2582.17,351.101,0, 'Crok Scourgebane - at second trash pack'), +(37129,2,4357.21,2555.91,354.478,0, NULL), +(37129,3,4357.09,2547.81,354.766,0, NULL), +(37129,4,4356.88,2512.40,358.436,0, 'Crok Scourgebane - at Sister Svalna'); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry` IN (70078,70053); +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=18 AND `SourceEntry`=50307; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(13,0,70078,0,18,1,37122,0,0, '', 'Sister Svalna - Caress of Death'), +(13,0,70078,0,18,1,37123,0,0, '', 'Sister Svalna - Caress of Death'), +(13,0,70078,0,18,1,37124,0,0, '', 'Sister Svalna - Caress of Death'), +(13,0,70078,0,18,1,37125,0,0, '', 'Sister Svalna - Caress of Death'), +(13,0,70053,0,18,1,37122,0,0, '', 'Sister Svalna - Revive Champion'), +(13,0,70053,0,18,1,37123,0,0, '', 'Sister Svalna - Revive Champion'), +(13,0,70053,0,18,1,37124,0,0, '', 'Sister Svalna - Revive Champion'), +(13,0,70053,0,18,1,37125,0,0, '', 'Sister Svalna - Revive Champion'), +(18,0,50307,0,24,1,37126,0,0, '', 'Infernal Spear- Sister Svalna target'); + +UPDATE `creature_template` SET `difficulty_entry_1`=38349,`minlevel`=81,`maxlevel`=81,`exp`=2,`faction_A`=2209,`faction_H`=2209,`unit_class`=2,`mindmg`=425,`maxdmg`=602,`attackpower`=670,`baseattacktime`=1500,`minrangedmg`=351,`maxrangedmg`=511,`rangedattackpower`=86,`equipment_id`=2423 WHERE `entry`=37491; -- Captain Arnath (Undead) +UPDATE `creature_template` SET `minlevel`=81,`maxlevel`=81,`exp`=2,`faction_A`=2209,`faction_H`=2209,`unit_class`=2,`mindmg`=425,`maxdmg`=602,`attackpower`=670,`baseattacktime`=1500,`minrangedmg`=351,`maxrangedmg`=511,`dmg_multiplier`=13,`rangedattackpower`=86,`dynamicflags`=8,`equipment_id`=2423 WHERE `entry`=38349; -- Captain Arnath (Undead) +UPDATE `creature_template` SET `difficulty_entry_1`=38350,`minlevel`=81,`maxlevel`=81,`exp`=2,`faction_A`=2209,`faction_H`=2209,`unit_class`=2,`mindmg`=425,`maxdmg`=602,`attackpower`=670,`baseattacktime`=1500,`minrangedmg`=351,`maxrangedmg`=511,`rangedattackpower`=86,`equipment_id`=2424 WHERE `entry`=37493; -- Captain Brandon (Undead) +UPDATE `creature_template` SET `minlevel`=81,`maxlevel`=81,`exp`=2,`faction_A`=2209,`faction_H`=2209,`unit_class`=2,`mindmg`=425,`maxdmg`=602,`attackpower`=670,`baseattacktime`=1500,`minrangedmg`=351,`maxrangedmg`=511,`dmg_multiplier`=13,`rangedattackpower`=86,`dynamicflags`=8,`equipment_id`=2424 WHERE `entry`=38350; -- Captain Brandon (Undead) +UPDATE `creature_template` SET `difficulty_entry_1`=38351,`minlevel`=81,`maxlevel`=81,`exp`=2,`faction_A`=2209,`faction_H`=2209,`mindmg`=464,`maxdmg`=604,`attackpower`=708,`baseattacktime`=1500,`minrangedmg`=353,`maxrangedmg`=512,`rangedattackpower`=112,`equipment_id`=2425 WHERE `entry`=37494; -- Captain Grondel (Undead) +UPDATE `creature_template` SET `minlevel`=81,`maxlevel`=81,`exp`=2,`faction_A`=2209,`faction_H`=2209,`mindmg`=464,`maxdmg`=604,`attackpower`=708,`baseattacktime`=1500,`minrangedmg`=353,`maxrangedmg`=512,`dmg_multiplier`=13,`rangedattackpower`=112,`dynamicflags`=8,`equipment_id`=2425 WHERE `entry`=38351; -- Captain Grondel (Undead) +UPDATE `creature_template` SET `difficulty_entry_1`=38352,`minlevel`=81,`maxlevel`=81,`exp`=2,`faction_A`=2209,`faction_H`=2209,`mindmg`=464,`maxdmg`=604,`attackpower`=708,`baseattacktime`=1500,`minrangedmg`=353,`maxrangedmg`=512,`rangedattackpower`=112,`equipment_id`=2426 WHERE `entry`=37495; -- Captain Rupert (Undead) +UPDATE `creature_template` SET `minlevel`=81,`maxlevel`=81,`exp`=2,`faction_A`=2209,`faction_H`=2209,`mindmg`=464,`maxdmg`=604,`attackpower`=708,`baseattacktime`=1500,`minrangedmg`=353,`maxrangedmg`=512,`dmg_multiplier`=13,`rangedattackpower`=112,`dynamicflags`=8,`equipment_id`=2426 WHERE `entry`=38352; -- Captain Rupert (Undead) +UPDATE `creature_template` SET `minlevel`=80,`maxlevel`=80,`exp`=2,`faction_A`=2209,`faction_H`=2209,`npcflag`=`npcflag`|16777216,`dynamicflags`=0,`equipment_id`=2364 WHERE `entry`=38248; -- Impaling Spear + +DELETE FROM `npc_spellclick_spells` WHERE `npc_entry`=38248; +INSERT INTO `npc_spellclick_spells` (`npc_entry`,`spell_id`,`quest_start`,`quest_start_active`,`quest_end`,`cast_flags`,`aura_required`,`aura_forbidden`,`user_type`) VALUES +(38248,71462,0,0,0,1,0,71443,2); -- Impaling Spear diff --git a/sql/old/3.3.5a/2011_05_13_04_world_scriptname.sql b/sql/old/3.3.5a/2011_05_13_04_world_scriptname.sql new file mode 100644 index 00000000000..ee328cd35e5 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_13_04_world_scriptname.sql @@ -0,0 +1,8 @@ +UPDATE `creature_template` SET `ScriptName`='boss_sister_svalna' WHERE `entry`=37126; +UPDATE `creature_template` SET `ScriptName`='npc_crok_scourgebane' WHERE `entry`=37129; +UPDATE `creature_template` SET `ScriptName`='npc_captain_arnath' WHERE `entry`=37122; +UPDATE `creature_template` SET `ScriptName`='npc_captain_brandon' WHERE `entry`=37123; +UPDATE `creature_template` SET `ScriptName`='npc_captain_grondel' WHERE `entry`=37124; +UPDATE `creature_template` SET `ScriptName`='npc_captain_rupert' WHERE `entry`=37125; +UPDATE `creature_template` SET `ScriptName`='npc_frostwing_vrykul' WHERE `entry` IN (37132,38125,37127,37134,37133); +UPDATE `creature_template` SET `ScriptName`='npc_impaling_spear' WHERE `entry`=38248; diff --git a/sql/old/3.3.5a/2011_05_13_04_world_spell_script_names.sql b/sql/old/3.3.5a/2011_05_13_04_world_spell_script_names.sql new file mode 100644 index 00000000000..3829bc7c4f5 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_13_04_world_spell_script_names.sql @@ -0,0 +1,7 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_svalna_caress_of_death'; +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_svalna_revive_champion'; +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_svalna_remove_spear'; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(70078, 'spell_svalna_caress_of_death'), +(70053, 'spell_svalna_revive_champion'), +(71462, 'spell_svalna_remove_spear'); diff --git a/sql/old/3.3.5a/2011_05_13_05_world_creature_text.sql b/sql/old/3.3.5a/2011_05_13_05_world_creature_text.sql new file mode 100644 index 00000000000..d1cf27f7535 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_13_05_world_creature_text.sql @@ -0,0 +1,12 @@ +DELETE FROM `script_texts` WHERE `npc_entry` IN (12429); +DELETE FROM `creature_text` WHERE `entry`=18733; +INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`sound`,`comment`) VALUES +(18733,0,0, 'Do not proceed. You will be eliminated!',1,11344,'doomwalker SAY_AGGRO'), +(18733,1,0, 'Tectonic disruption commencing.',1,11345,'doomwalker SAY_EARTHQUAKE_1'), +(18733,1,1, 'Magnitude set. Release.',1,11346,'doomwalker SAY_EARTHQUAKE_2'), +(18733,2,0, 'Trajectory locked.',1,11347,'doomwalker SAY_OVERRUN_1'), +(18733,2,1, 'Engage maximum speed.',1,11348,'doomwalker SAY_OVERRUN_2'), +(18733,3,0, 'Threat level zero.',1,11349,'doomwalker SAY_SLAY_1'), +(18733,3,1, 'Directive accomplished.',1,11350,'doomwalker SAY_SLAY_2'), +(18733,3,2, 'Target exterminated.',1,11351,'doomwalker SAY_SLAY_3'), +(18733,4,0, 'System failure in five, f-o-u-r...',1,11352,'doomwalker SAY_DEATH');
\ No newline at end of file diff --git a/sql/old/3.3.5a/2011_05_13_06_world_creature_text.sql b/sql/old/3.3.5a/2011_05_13_06_world_creature_text.sql new file mode 100644 index 00000000000..6a8eca79ade --- /dev/null +++ b/sql/old/3.3.5a/2011_05_13_06_world_creature_text.sql @@ -0,0 +1,7 @@ +-- Update creature_text to use proper text values +UPDATE `creature_text` SET `type`=12 WHERE `type`=0; +UPDATE `creature_text` SET `type`=14 WHERE `type`=1; +UPDATE `creature_text` SET `type`=16 WHERE `type`=2; +UPDATE `creature_text` SET `type`=41 WHERE `type`=3; +UPDATE `creature_text` SET `type`=15 WHERE `type`=4; +UPDATE `creature_text` SET `type`=42 WHERE `type`=5; diff --git a/sql/old/3.3.5a/2011_05_14_00_world_achievment_criteria_data.sql b/sql/old/3.3.5a/2011_05_14_00_world_achievment_criteria_data.sql new file mode 100644 index 00000000000..fb5c609aca4 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_14_00_world_achievment_criteria_data.sql @@ -0,0 +1,49 @@ +DELETE FROM `disables` WHERE `entry` IN (3368,3369,3370,3371,7623,12578,3684,5529,5512,5530,5531,5532,5533,5534,5535,9165,9166,5536,5537,5538,5539,5540,13254,5541,5542,5543,5544,5545,5546,5547,5548,7573,7574,10619,10620,11497,11498,11500,11501,12178,12179,12181,12182,13255) AND `sourceType`=4; +DELETE FROM `achievement_criteria_data` WHERE `criteria_id` IN (3368,3369,3370,3371,7623,12578,3684,5529,5512,5530,5531,5532,5533,5534,5535,9165,9166,5536,5537,5538,5539,5540,13254,5541,5542,5543,5544,5545,5546,5547,5548,7573,7574,10619,10620,11497,11498,11500,11501,12178,12179,12181,12182,13255); +INSERT INTO `achievement_criteria_data` (`criteria_id`,`type`,`value1`,`value2`,`ScriptName`) VALUES +(3368,0,0,0,''), -- Alterac Valley +(3369,0,0,0,''), -- Arathi Basin +(3370,0,0,0,''), -- Eye of the Storm +(3371,0,0,0,''), -- Warsong Gulch +(7623,0,0,0,''), -- Strand of the Ancients +(12578,0,0,0,''), -- Isle of Conquest +(3684,7,23505,0,''), -- Berserking killing blow +(5529,0,0,0,''), -- Total Killing Blows +(5512,20,0,0,''), -- Eastern Kingdoms +(5530,20,1,0,''), -- Kalimdor +(5531,20,530,0,''), -- Burning Crusade Areas +(5532,20,571,0,''), -- Northrend +(5533,20,559,0,''), -- Nagrand Arena +(5534,20,562,0,''), -- Blade's Edge Arena +(5535,20,572,0,''), -- Ruind of Lordaeron +(9165,20,617,0,''), -- Dalaran Sewers +(9166,20,618,0,''), -- Ring of Valor +(5536,20,30,0,''), -- Alterac Valley +(5537,20,529,0,''), -- Arathi Basin +(5538,20,489,0,''), -- Warsong Gulch +(5539,20,566,0,''), -- Eye of the Storm +(5540,20,607,0,''), -- Strand of the Ancients +(13254,20,628,0,''), -- Isle of Conquest +(5541,11,0,0,'achievement_arena_2v2_kills'), -- 2v2 Arena Killing Blows +(5542,11,0,0,'achievement_arena_3v3_kills'), -- 3v3 Arena Killing Blows +(5543,11,0,0,'achievement_arena_5v5_kills'), -- 5v5 Arena Killing Blows +(5544,20,30,0,''), -- Alterac Valley Killing Blows +(5545,20,529,0,''), -- Arathi Basin Killing Blows +(5546,20,489,0,''), -- Warsong Gulch Killing Blows +(5547,20,566,0,''), -- Eye of the Storm Killing Blows +(5548,20,607,0,''), -- Strand of the Ancients Killing Blows +(7573,1,30249,0,''), -- Deliver a killing blow to a Scion of Eternity while riding on a hover disk +(7573,11,0,0,'achievement_denyin_the_scion'), -- Deliver a killing blow to a Scion of Eternity while riding on a hover disk +(7574,1,30249,0,''), -- Deliver a killing blow to a Scion of Eternity while riding on a hover disk +(7574,11,0,0,'achievement_denyin_the_scion'), -- Deliver a killing blow to a Scion of Eternity while riding on a hover disk +(10619,1,33142,0,''), -- Leviathan Turret +(10620,1,33142,0,''), -- Leviathan Turret +(11497,1,35273,0,''), -- Glaive Thrower +(11498,1,34775,0,''), -- Demolisher +(11500,1,34793,0,''), -- Catapult +(11501,1,35069,0,''), -- Siege Engine +(12178,1,34802,0,''), -- Glaive Thrower +(12179,1,34775,0,''), -- Demolisher +(12181,1,34793,0,''), -- Catapult +(12182,1,34776,0,''), -- Siege Engine +(13255,20,628,0,''); -- Isle of Conquest Killing Blows diff --git a/sql/old/3.3.5a/2011_05_14_01_world_achievment_criteria_data.sql b/sql/old/3.3.5a/2011_05_14_01_world_achievment_criteria_data.sql new file mode 100644 index 00000000000..8d53eba4a35 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_14_01_world_achievment_criteria_data.sql @@ -0,0 +1,5 @@ +DELETE FROM `disables` WHERE `entry` IN (7265,7549) AND `sourceType`=4; +DELETE FROM `achievement_criteria_data` WHERE `criteria_id` IN (7265,7549) AND `type` IN (0,11); +INSERT INTO `achievement_criteria_data` (`criteria_id`,`type`,`value1`,`value2`,`ScriptName`) VALUES +(7265,11,0,0,'achievement_momma_said_knock_you_out'), -- Momma Said Knock You Out (10 player) +(7549,11,0,0,'achievement_momma_said_knock_you_out'); -- Momma Said Knock You Out (25 player) diff --git a/sql/old/3.3.5a/2011_05_14_02_world_achievment_criteria_data.sql b/sql/old/3.3.5a/2011_05_14_02_world_achievment_criteria_data.sql new file mode 100644 index 00000000000..3974a3f6f7b --- /dev/null +++ b/sql/old/3.3.5a/2011_05_14_02_world_achievment_criteria_data.sql @@ -0,0 +1 @@ +UPDATE `achievement_criteria_data` SET `type`=5 WHERE `type`=7 AND `criteria_id`=3684; diff --git a/sql/old/3.3.5a/2011_05_14_03_world_gossip_menu.sql b/sql/old/3.3.5a/2011_05_14_03_world_gossip_menu.sql new file mode 100644 index 00000000000..0f1d9c91e5e --- /dev/null +++ b/sql/old/3.3.5a/2011_05_14_03_world_gossip_menu.sql @@ -0,0 +1,5 @@ +-- Add Missing Options to Exodar Paladin Trainer +DELETE FROM `gossip_menu_option` WHERE `menu_id`=7260 AND `id` IN (1,2); +INSERT INTO `gossip_menu_option` (`menu_id`, `id`, `option_icon`, `option_text`, `option_id`, `npc_option_npcflag`, `action_menu_id`, `action_poi_id`, `action_script_id`, `box_coded`, `box_money`, `box_text`) VALUES +(7260,1,2, 'I wish to unlearn my talents',16,16,0,0,0,0,0, ''), +(7260,2,2, 'Purchase a Dual Talent Specialization',18,16,0,0,0,0,10000000, 'Are you sure you wish to purchase a Dual Talent Specialization?'); diff --git a/sql/old/3.3.5a/2011_05_14_04_world_gossip_menu.sql b/sql/old/3.3.5a/2011_05_14_04_world_gossip_menu.sql new file mode 100644 index 00000000000..0d90fde3082 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_14_04_world_gossip_menu.sql @@ -0,0 +1,5 @@ +-- Add Missing Options to Silvermoon Paladin Trainer +DELETE FROM `gossip_menu_option` WHERE `menu_id`=6647 AND `id` IN (1,2); +INSERT INTO `gossip_menu_option` (`menu_id`, `id`, `option_icon`, `option_text`, `option_id`, `npc_option_npcflag`, `action_menu_id`, `action_poi_id`, `action_script_id`, `box_coded`, `box_money`, `box_text`) VALUES +(6647,1,2, 'I wish to unlearn my talents',16,16,0,0,0,0,0, ''), +(6647,2,2, 'Purchase a Dual Talent Specialization',18,16,0,0,0,0,10000000, 'Are you sure you wish to purchase a Dual Talent Specialization?'); diff --git a/sql/old/3.3.5a/2011_05_15_00_world_creature_template.sql b/sql/old/3.3.5a/2011_05_15_00_world_creature_template.sql new file mode 100644 index 00000000000..fe94c70cf5a --- /dev/null +++ b/sql/old/3.3.5a/2011_05_15_00_world_creature_template.sql @@ -0,0 +1 @@ +UPDATE `creature_template` SET `AIName`='SmartAI',`ScriptName`='' WHERE `entry` = 4625; diff --git a/sql/old/3.3.5a/2011_05_15_01_world_smart_scripts.sql b/sql/old/3.3.5a/2011_05_15_01_world_smart_scripts.sql new file mode 100644 index 00000000000..988f172965b --- /dev/null +++ b/sql/old/3.3.5a/2011_05_15_01_world_smart_scripts.sql @@ -0,0 +1,4 @@ +DELETE FROM `smart_scripts` WHERE `entryorguid` = 4625 AND `source_type` = 0 AND `id` IN (0,1); +INSERT INTO `smart_scripts` VALUES +(4625,0,0,0,1,0,100,3,0,1100,0,1100,11,7083,2,0,0,0,0,1,0,0,0,0,0,0,0,'Ward Keepers - Cast the Guard Spell'), +(4625,0,1,0,6,0,100,2,0,0,0,0,34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,'Ward Keepers - Send Event on Die'); diff --git a/sql/old/3.3.5a/2011_05_15_02_world_spell_script_names.sql b/sql/old/3.3.5a/2011_05_15_02_world_spell_script_names.sql new file mode 100644 index 00000000000..23e3f22962b --- /dev/null +++ b/sql/old/3.3.5a/2011_05_15_02_world_spell_script_names.sql @@ -0,0 +1,2 @@ +DELETE FROM `spell_script_names` WHERE `spell_id` IN (710,18647); +INSERT INTO `spell_script_names` VALUES (710,"spell_warl_banish"),(18647,"spell_warl_banish"); diff --git a/sql/old/3.3.5a/2011_05_16_00_world_creature.sql b/sql/old/3.3.5a/2011_05_16_00_world_creature.sql new file mode 100644 index 00000000000..54e23c90739 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_16_00_world_creature.sql @@ -0,0 +1 @@ +UPDATE `creature` c LEFT JOIN `creature_template` ct ON c.id=ct.`Entry` SET c.`MovementType`=0,c.`spawndist`=0 WHERE (ct.flags_extra & 128)!=0; diff --git a/sql/old/3.3.5a/2011_05_17_00_world_spell_proc_event.sql b/sql/old/3.3.5a/2011_05_17_00_world_spell_proc_event.sql new file mode 100644 index 00000000000..af1cc8dfa8c --- /dev/null +++ b/sql/old/3.3.5a/2011_05_17_00_world_spell_proc_event.sql @@ -0,0 +1 @@ +UPDATE `spell_proc_event` SET `procEx` = 0x00040000 WHERE `entry` IN (56636, 56637, 56638); diff --git a/sql/old/3.3.5a/2011_05_17_01_world_spell_bonus_data.sql b/sql/old/3.3.5a/2011_05_17_01_world_spell_bonus_data.sql new file mode 100644 index 00000000000..3bf6b692bef --- /dev/null +++ b/sql/old/3.3.5a/2011_05_17_01_world_spell_bonus_data.sql @@ -0,0 +1,6 @@ +DELETE FROM `spell_bonus_data` WHERE `entry` IN (69729,69730,69733,69734); +INSERT INTO `spell_bonus_data` VALUES +(69729,-1,0,-1,-1,'Item - Onyxia 10 Caster Trinket - Searing Flames'), +(69730,-1,0,-1,-1,'Item - Onyxia 25 Caster Trinket - Searing Flames'), +(69733,0,-1,-1,-1,'Item - Onyxia 10 Caster Trinket - Cauterizing Heal'), +(69734,0,-1,-1,-1,'Item - Onyxia 25 Caster Trinket - Cauterizing Heal'); diff --git a/sql/old/3.3.5a/2011_05_17_01_world_spell_proc_event.sql b/sql/old/3.3.5a/2011_05_17_01_world_spell_proc_event.sql new file mode 100644 index 00000000000..c6d3ba9d27b --- /dev/null +++ b/sql/old/3.3.5a/2011_05_17_01_world_spell_proc_event.sql @@ -0,0 +1,4 @@ +DELETE FROM `spell_proc_event` WHERE `entry` IN (69739,69755); +INSERT INTO `spell_proc_event` VALUES +(69739,0x00,0,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0,0,45), +(69755,0x00,0,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0,0,45); diff --git a/sql/old/3.3.5a/2011_05_18_00_world_spell_proc_event.sql b/sql/old/3.3.5a/2011_05_18_00_world_spell_proc_event.sql new file mode 100644 index 00000000000..0bc98a25d85 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_18_00_world_spell_proc_event.sql @@ -0,0 +1,4 @@ +UPDATE `spell_proc_event` SET `ppmRate`=2 WHERE `entry`=51127; +UPDATE `spell_proc_event` SET `ppmRate`=4 WHERE `entry`=51128; +UPDATE `spell_proc_event` SET `ppmRate`=6 WHERE `entry`=51129; +UPDATE `spell_proc_event` SET `ppmRate`=8 WHERE `entry`=51130; diff --git a/sql/old/3.3.5a/2011_05_18_01_world_spell_target_position.sql b/sql/old/3.3.5a/2011_05_18_01_world_spell_target_position.sql new file mode 100644 index 00000000000..f6d2b571472 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_18_01_world_spell_target_position.sql @@ -0,0 +1,4 @@ +-- Fix Argent Crusaders Tabard +DELETE FROM `spell_target_position` WHERE `id`=66238; +INSERT INTO `spell_target_position` (`id`,`target_map`,`target_position_x`,`target_position_y`,`target_position_z`,`target_orientation`) VALUES +(66238,571,8480.062,1092.5375,554.4877,0.6014); diff --git a/sql/old/3.3.5a/2011_05_18_02_world_creature_text.sql b/sql/old/3.3.5a/2011_05_18_02_world_creature_text.sql new file mode 100644 index 00000000000..3d6963b34ab --- /dev/null +++ b/sql/old/3.3.5a/2011_05_18_02_world_creature_text.sql @@ -0,0 +1,11 @@ +DELETE FROM `creature_text` WHERE `entry` IN (18733,17711); +INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`sound`,`comment`) VALUES +(17711,0,0, 'Do not proceed. You will be eliminated!',1,11344,'doomwalker SAY_AGGRO'), +(17711,1,0, 'Tectonic disruption commencing.',1,11345,'doomwalker SAY_EARTHQUAKE_1'), +(17711,1,1, 'Magnitude set. Release.',1,11346,'doomwalker SAY_EARTHQUAKE_2'), +(17711,2,0, 'Trajectory locked.',1,11347,'doomwalker SAY_OVERRUN_1'), +(17711,2,1, 'Engage maximum speed.',1,11348,'doomwalker SAY_OVERRUN_2'), +(17711,3,0, 'Threat level zero.',1,11349,'doomwalker SAY_SLAY_1'), +(17711,3,1, 'Directive accomplished.',1,11350,'doomwalker SAY_SLAY_2'), +(17711,3,2, 'Target exterminated.',1,11351,'doomwalker SAY_SLAY_3'), +(17711,4,0, 'System failure in five, f-o-u-r...',1,11352,'doomwalker SAY_DEATH'); diff --git a/sql/old/3.3.5a/2011_05_18_03_world_creature.sql b/sql/old/3.3.5a/2011_05_18_03_world_creature.sql new file mode 100644 index 00000000000..59425b0c3a4 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_18_03_world_creature.sql @@ -0,0 +1,3 @@ +-- This creature is only supposed to be summoned. +DELETE FROM `creature` WHERE `id`=4196; +DELETE FROM `creature_addon` WHERE `guid` IN (14343,14342,14341,14340,14339,14338,14337); diff --git a/sql/old/3.3.5a/2011_05_18_04_world_achievements.sql b/sql/old/3.3.5a/2011_05_18_04_world_achievements.sql new file mode 100644 index 00000000000..d65f2a99068 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_18_04_world_achievements.sql @@ -0,0 +1,18 @@ +-- Fix achievement criteria for Not In My House +DELETE FROM `disables` WHERE `sourceType`=4 AND `entry`=7021; +DELETE FROM `achievement_criteria_data` WHERE `criteria_id`=7021; +INSERT INTO `achievement_criteria_data` (`criteria_id`,`type`,`value1`,`value2`,`ScriptName`) VALUES +(7021,6,4572,0, ''), -- check if player is in Warsong Flag Room +(7021,7,23333,0, ''); -- check if victim has a Horde Flag buff +DELETE FROM `disables` WHERE `sourceType`=4 AND `entry`=7020; +DELETE FROM `achievement_criteria_data` WHERE `criteria_id`=7020; +INSERT INTO `achievement_criteria_data` (`criteria_id`,`type`,`value1`,`value2`,`ScriptName`) VALUES +(7020,6,4571,0, ''), -- check if player is in Silverwing Flag Room +(7020,7,23335,0, ''); -- check if victim has a Alliance Flag buff + +-- Fix achievement criteria for Take a Chill Pill +DELETE FROM `disables` WHERE `sourceType`=4 AND `entry`=3879; +DELETE FROM `achievement_criteria_data` WHERE `criteria_id`=3879; +INSERT INTO `achievement_criteria_data` (`criteria_id`,`type`,`value1`,`value2`,`ScriptName`) VALUES +(3879,6,3820,0, ''), -- check if player is in Eye of the Storm +(3879,7,23505,0, ''); -- check if victim has a Berserking buff diff --git a/sql/old/3.3.5a/2011_05_18_05_world_waypoints.sql b/sql/old/3.3.5a/2011_05_18_05_world_waypoints.sql new file mode 100644 index 00000000000..a8e8d247c94 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_18_05_world_waypoints.sql @@ -0,0 +1,494 @@ +-- Pathing for Dark Rune Warrior Entry: 27960 +SET @NPC := 126691; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=1090.053,`position_y`=657.417,`position_z`=201.9775 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,1094.174,663.0545,202.243,0,0,0,100,0), +(@PATH,2,1093.973,671.6352,202.1839,0,0,0,100,0), +(@PATH,3,1090.33,676.6746,201.9775,0,0,0,100,0), +(@PATH,4,1080.979,677.0645,201.9775,0,0,0,100,0), +(@PATH,5,1077.056,671.3228,202.4617,0,0,0,100,0), +(@PATH,6,1076.541,663.8468,202.5533,0,0,0,100,0), +(@PATH,7,1080.974,657.8231,201.9775,0,0,0,100,0), +(@PATH,8,1090.053,657.417,201.9775,0,0,0,100,0); + +-- Pathing for Dark Rune Warrior Entry: 27960 +SET @NPC := 126695; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=1170.523,`position_y`=645.3429,`position_z`=196.235 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,1161.521,639.6048,196.235,0,0,0,100,0), +(@PATH,2,1153.933,638.7031,196.235,0,0,0,100,0), +(@PATH,3,1145.4,639.8294,196.235,0,0,0,100,0), +(@PATH,4,1138.166,644.63,196.235,0,0,0,100,0), +(@PATH,5,1145.4,639.8294,196.235,0,0,0,100,0), +(@PATH,6,1153.933,638.7031,196.235,0,0,0,100,0), +(@PATH,7,1161.521,639.6048,196.235,0,0,0,100,0), +(@PATH,8,1170.523,645.3429,196.235,0,0,0,100,0); + +-- Pathing for Dark Rune Warrior Entry: 27960 +SET @NPC := 126694; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=1008.858,`position_y`=651.2056,`position_z`=201.9775 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,1000.427,660.0714,202.4617,0,0,0,100,0), +(@PATH,2,1008.856,651.2029,201.9775,0,0,0,100,0), +(@PATH,3,1017.993,659.7945,202.4206,0,0,0,100,0), +(@PATH,4,1008.858,651.2056,201.9775,0,0,0,100,0); + +-- Pathing for Dark Rune Warrior Entry: 27960 +SET @NPC := 126689; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=1007.622,`position_y`=680.3897,`position_z`=201.9775 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,1009.632,678.1111,201.9775,0,0,0,100,0), +(@PATH,2,1011.626,675.8503,201.9775,0,0,0,100,0), +(@PATH,3,1013.619,673.5897,201.9775,0,0,0,100,0), +(@PATH,4,1014.087,673.0586,201.9775,0,0,0,100,0), +(@PATH,5,1012.174,675.2281,201.9775,0,0,0,100,0), +(@PATH,6,1010.179,677.4907,201.9775,0,0,0,100,0), +(@PATH,7,1009.943,677.858,201.9775,0,0,0,100,0), +(@PATH,8,1008.536,677.9459,201.9775,0,0,0,100,0), +(@PATH,9,1006.057,676.2379,201.9775,0,0,0,100,0), +(@PATH,10,1003.621,674.5599,201.9775,0,0,0,100,0), +(@PATH,11,1003.016,674.143,201.9775,0,0,0,100,0), +(@PATH,12,1005.35,675.7533,201.9775,0,0,0,100,0), +(@PATH,13,1007.832,677.4641,201.9775,0,0,0,100,0), +(@PATH,14,1007.622,680.3897,201.9775,0,0,0,100,0); + +-- Pathing for Dark Rune Warrior Entry: 27960 +SET @NPC := 126688; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=1003.653,`position_y`=679.7339,`position_z`=201.9775 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,1001.198,678.0424,202.4496,0,0,0,100,0), +(@PATH,2,1000.609,677.6369,202.4617,0,0,0,100,0), +(@PATH,3,1002.948,679.2506,201.9884,0,0,0,100,0), +(@PATH,4,1005.432,680.9628,201.9775,0,0,0,100,0), +(@PATH,5,1010.811,683.1892,201.9775,0,0,0,100,0), +(@PATH,6,1012.803,680.9303,201.9775,0,0,0,100,0), +(@PATH,7,1014.796,678.6695,201.9775,0,0,0,100,0), +(@PATH,8,1016.789,676.4094,202.0681,0,0,0,100,0), +(@PATH,9,1017.27,675.8646,202.2087,0,0,0,100,0), +(@PATH,10,1015.357,678.0338,201.9775,0,0,0,100,0), +(@PATH,11,1013.363,680.2949,201.9775,0,0,0,100,0), +(@PATH,12,1008.611,683.1473,201.9775,0,0,0,100,0), +(@PATH,13,1006.133,681.4426,201.9775,0,0,0,100,0), +(@PATH,14,1003.653,679.7339,201.9775,0,0,0,100,0); + +-- Pathing for Dark Rune Warrior Entry: 27960 +SET @NPC := 126690; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=1125.967,`position_y`=667.0475,`position_z`=196.235 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,1126.472,676.8317,196.235,0,0,0,100,0), +(@PATH,2,1131.925,686.5771,196.235,0,0,0,100,0), +(@PATH,3,1126.472,676.8317,196.235,0,0,0,100,0), +(@PATH,4,1125.968,667.053,196.235,0,0,0,100,0), +(@PATH,5,1125.741,658.6804,196.235,0,0,0,100,0), +(@PATH,6,1130.845,649.0156,196.235,0,0,0,100,0), +(@PATH,7,1125.741,658.6804,196.235,0,0,0,100,0), +(@PATH,8,1125.967,667.0475,196.235,0,0,0,100,0); + +-- Pathing for Dark Rune Warrior Entry: 27960 +SET @NPC := 126696; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=1177.753,`position_y`=651.6073,`position_z`=196.235 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,1180.727,659.129,196.2331,0,0,0,100,0), +(@PATH,2,1181.298,667.9468,196.2331,0,0,0,100,0), +(@PATH,3,1180.703,675.5833,196.235,0,0,0,100,0), +(@PATH,4,1177.057,683.4843,196.235,0,0,0,100,0), +(@PATH,5,1177.753,651.6073,196.235,0,0,0,100,0); + +-- Pathing for Dark Rune Warrior Entry: 27960 +SET @NPC := 126687; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=1145.315,`position_y`=695.628,`position_z`=196.2341 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,1153.682,695.8888,196.2342,0,0,0,100,0), +(@PATH,2,1162.608,695.6946,196.2344,0,0,0,100,0), +(@PATH,3,1170.438,690.9058,196.235,0,0,0,100,0), +(@PATH,4,1162.608,695.6946,196.2344,0,0,0,100,0), +(@PATH,5,1153.682,695.8888,196.2342,0,0,0,100,0), +(@PATH,6,1145.315,695.628,196.2341,0,0,0,100,0), +(@PATH,7,1135.572,689.3916,196.235,0,0,0,100,0), +(@PATH,8,1145.315,695.628,196.2341,0,0,0,100,0); + +-- Pathing for Dark Rune Elementalist Entry: 27962 +SET @NPC := 126703; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=1145.024,`position_y`=642.0187,`position_z`=196.4137 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,1150.999,641.2302,196.3704,0,0,0,100,0), +(@PATH,2,1153.455,640.7827,196.235,0,0,0,100,0), +(@PATH,3,1156.446,641.1381,196.3269,0,0,0,100,0), +(@PATH,4,1158.825,640.4028,196.235,0,0,0,100,0), +(@PATH,5,1161.368,642.0229,196.6185,0,0,0,100,0), +(@PATH,6,1163.906,643.6405,196.6111,0,0,0,100,0), +(@PATH,7,1166.443,645.2581,196.6037,0,0,0,100,0), +(@PATH,8,1167.594,645.9916,196.6003,0,0,0,100,0), +(@PATH,9,1165.148,644.4322,196.6075,0,0,0,100,0), +(@PATH,10,1162.606,642.8119,196.6148,0,0,0,100,0), +(@PATH,11,1160.97,641.7167,196.5989,0,0,0,100,0), +(@PATH,12,1157.9,641.3109,196.4085,0,0,0,100,0), +(@PATH,13,1155.433,640.6448,196.235,0,0,0,100,0), +(@PATH,14,1152.448,641.0389,196.2801,0,0,0,100,0), +(@PATH,15,1149.457,641.4337,196.4665,0,0,0,100,0), +(@PATH,16,1147.237,641.1562,196.3355,0,0,0,100,0), +(@PATH,17,1144.726,642.8226,196.6567,0,0,0,100,0), +(@PATH,18,1142.219,644.4866,196.6761,0,0,0,100,0), +(@PATH,19,1141.106,645.2245,196.6847,0,0,0,100,0), +(@PATH,20,1143.517,643.6247,196.666,0,0,0,100,0), +(@PATH,21,1145.024,642.0187,196.4137,0,0,0,100,0); + +-- Pathing for Dark Rune Elementalist Entry: 27962 +SET @NPC := 126701; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=1129.024,`position_y`=657.0057,`position_z`=196.235 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,1127.864,658.7399,196.235,0,0,0,100,0), +(@PATH,2,1127.946,661.7473,196.5042,0,0,0,100,0), +(@PATH,3,1128.027,664.7563,196.5429,0,0,0,100,0), +(@PATH,4,1128.126,667.7181,196.5897,0,0,0,100,0), +(@PATH,5,1128.281,670.7305,196.6634,0,0,0,100,0), +(@PATH,6,1128.436,673.7336,196.737,0,0,0,100,0), +(@PATH,7,1128.333,675.8134,196.344,0,0,0,100,0), +(@PATH,8,1129.804,678.4424,196.2552,0,0,0,100,0), +(@PATH,9,1131.276,681.0732,196.235,0,0,0,100,0), +(@PATH,10,1132.74,683.6888,196.235,0,0,0,100,0), +(@PATH,11,1132.74,683.69,196.235,0,0,0,100,0), +(@PATH,12,1131.326,681.163,196.235,0,0,0,100,0), +(@PATH,13,1129.854,678.5325,196.2521,0,0,0,100,0), +(@PATH,14,1128.596,676.8445,196.235,0,0,0,100,0), +(@PATH,15,1128.441,673.8321,196.7393,0,0,0,100,0), +(@PATH,16,1128.286,670.8169,196.6655,0,0,0,100,0), +(@PATH,17,1128.112,667.863,196.5829,0,0,0,100,0), +(@PATH,18,1128.03,664.851,196.5442,0,0,0,100,0), +(@PATH,19,1127.946,661.7473,196.5042,0,0,0,100,0), +(@PATH,20,1128.552,657.9015,196.2763,0,0,0,100,0), +(@PATH,21,1129.957,655.2396,196.235,0,0,0,100,0), +(@PATH,22,1131.364,652.576,196.235,0,0,0,100,0), +(@PATH,23,1131.73,651.8821,196.235,0,0,0,100,0), +(@PATH,24,1130.38,654.4395,196.235,0,0,0,100,0), +(@PATH,25,1129.024,657.0057,196.235,0,0,0,100,0); + +-- Pathing for Dark Rune Theurgist Entry: 27963 +SET @NPC := 126711; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=1015.999,`position_y`=655.0078,`position_z`=201.9775 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,1017.901,656.7959,202.3935,0,0,0,100,0), +(@PATH,2,1015.829,654.8475,201.9775,0,0,0,100,0), +(@PATH,3,1013.636,652.786,201.9775,0,0,0,100,0), +(@PATH,4,1008.389,648.621,202.0844,0,0,0,100,0), +(@PATH,5,1006.314,650.805,201.9775,0,0,0,100,0), +(@PATH,6,1004.238,652.9855,201.9775,0,0,0,100,0), +(@PATH,7,1002.176,655.1539,202.1629,0,0,0,100,0), +(@PATH,8,1000.352,657.0724,202.4617,0,0,0,100,0), +(@PATH,9,1002.312,655.0092,202.1233,0,0,0,100,0), +(@PATH,10,1004.39,652.8227,201.9775,0,0,0,100,0), +(@PATH,11,1009.411,648.8157,201.9775,0,0,0,100,0), +(@PATH,12,1011.61,650.8812,201.9775,0,0,0,100,0), +(@PATH,13,1013.805,652.9445,201.9775,0,0,0,100,0), +(@PATH,14,1015.999,655.0078,201.9775,0,0,0,100,0); + +-- Pathing for Dark Rune Theurgist Entry: 27963 +SET @NPC := 126706; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=1000.065,`position_y`=674.6865,`position_z`=202.4617 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,1009.652,681.2956,201.9775,0,0,0,100,0), +(@PATH,2,1017.081,672.8705,202.1537,0,0,0,100,0), +(@PATH,3,1009.655,681.2927,201.9776,0,0,0,100,0), +(@PATH,4,1000.065,674.6865,202.4617,0,0,0,100,0); + +-- Pathing for Dark Rune Theurgist Entry: 27963 +SET @NPC := 126709; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=1153.176,`position_y`=763.721,`position_z`=195.9379 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,1152.519,749.35,195.3503,0,0,0,100,0), +(@PATH,2,1153.176,763.721,195.9379,0,0,0,100,0), +(@PATH,3,1153.054,777.6341,195.0444,0,0,0,100,0), +(@PATH,4,1153.176,763.721,195.9379,0,0,0,100,0); + +-- Pathing for Dark Rune Theurgist Entry: 27963 +SET @NPC := 126715; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=986.8647,`position_y`=666.3177,`position_z`=202.871 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,1009.195,666.1702,201.9775,0,0,0,100,0), +(@PATH,2,1035.709,665.5925,202.4466,0,0,0,100,0), +(@PATH,3,1009.197,666.1702,201.9775,0,0,0,100,0), +(@PATH,4,986.8647,666.3177,202.871,0,0,0,100,0); + +-- Pathing for Dark Rune Theurgist Entry: 27963 +SET @NPC := 126710; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=1135.301,`position_y`=743.4152,`position_z`=195.3503 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,1172.016,743.1987,195.647,0,0,0,100,0), +(@PATH,2,1135.301,743.4152,195.3503,0,0,0,100,0); + +-- Pathing for Dark Rune Controller Entry: 27966 +SET @NPC := 126732; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=959.431,`position_y`=770.3616,`position_z`=198.8232 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,969.4739,773.4847,199.2813,0,0,0,100,0), +(@PATH,2,967.765,784.1023,197.2568,0,0,0,100,0), +(@PATH,3,961.8073,788.9789,196.0064,0,0,0,100,0), +(@PATH,4,953.1095,795.3681,193.9678,0,0,0,100,0), +(@PATH,5,944.3715,791.49,194.977,0,0,0,100,0), +(@PATH,6,943.6695,784.9597,196.3876,0,0,0,100,0), +(@PATH,7,949.5979,774.4566,198.258,0,0,0,100,0), +(@PATH,8,959.431,770.3616,198.8232,0,0,0,100,0); + +-- Pathing for Dark Rune Controller Entry: 27966 +SET @NPC := 126728; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=937.8448,`position_y`=816.6932,`position_z`=189.7503 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,956.9082,820.8291,187.6685,0,0,0,100,0), +(@PATH,2,970.3458,829.6348,186.9343,0,0,0,100,0), +(@PATH,3,978.5536,836.1985,186.3881,0,0,0,100,0), +(@PATH,4,970.3458,829.6348,186.9343,0,0,0,100,0), +(@PATH,5,956.9082,820.8291,187.6685,0,0,0,100,0), +(@PATH,6,937.8448,816.6932,189.7503,0,0,0,100,0); + +-- Pathing for Dark Rune Giant Entry: 27969 +SET @NPC := 126733; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=1048.362,`position_y`=627.2144,`position_z`=207.7195 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,1048.035,534.076,207.7195,0,0,0,100,0), +(@PATH,2,1048.362,627.2144,207.7195,0,0,0,100,0); + +-- Pathing for Dark Rune Giant Entry: 27969 +SET @NPC := 126734; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=1182.628,`position_y`=642.6927,`position_z`=196.235 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,1191.198,663.7195,196.2346,0,0,0,100,0), +(@PATH,2,1182.631,642.6952,196.235,0,0,0,100,0), +(@PATH,3,1169.885,632.327,196.235,0,0,0,100,0), +(@PATH,4,1154.578,627.3207,196.235,0,0,0,100,0), +(@PATH,5,1140.422,631.9984,196.235,0,0,0,100,0), +(@PATH,6,1124.699,645.2076,196.235,0,0,0,100,0), +(@PATH,7,1121.548,657.0721,196.235,0,0,0,100,0), +(@PATH,8,1124.699,645.2076,196.235,0,0,0,100,0), +(@PATH,9,1140.422,631.9984,196.235,0,0,0,100,0), +(@PATH,10,1154.578,627.3207,196.235,0,0,0,100,0), +(@PATH,11,1169.885,632.327,196.235,0,0,0,100,0), +(@PATH,12,1182.628,642.6927,196.235,0,0,0,100,0); + +-- Pathing for Dark Rune Giant Entry: 27969 +SET @NPC := 126736; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=905.2296,`position_y`=666.2713,`position_z`=196.4107 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,946.57,666.5284,196.1596,0,0,0,100,0), +(@PATH,2,968.8573,666.6479,196.4836,0,0,0,100,0), +(@PATH,3,946.5755,666.5284,196.1597,0,0,0,100,0), +(@PATH,4,905.2296,666.2713,196.4107,0,0,0,100,0); + +-- Pathing for Dark Rune Giant Entry: 27969 +SET @NPC := 126735; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=1124.234,`position_y`=666.6528,`position_z`=196.235 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,1122.256,687.0065,196.235,0,0,0,100,0), +(@PATH,2,1133.015,698.6454,196.235,0,0,0,100,0), +(@PATH,3,1148.657,706.8157,196.2355,0,0,0,100,0), +(@PATH,4,1161.399,706.7985,196.2357,0,0,0,100,0), +(@PATH,5,1177.772,696.8011,196.2348,0,0,0,100,0), +(@PATH,6,1186.349,682.7001,196.235,0,0,0,100,0), +(@PATH,7,1177.772,696.8011,196.2348,0,0,0,100,0), +(@PATH,8,1161.399,706.7985,196.2357,0,0,0,100,0), +(@PATH,9,1148.657,706.8157,196.2355,0,0,0,100,0), +(@PATH,10,1133.015,698.6454,196.235,0,0,0,100,0), +(@PATH,11,1122.256,687.0065,196.235,0,0,0,100,0), +(@PATH,12,1124.234,666.6528,196.235,0,0,0,100,0); + +-- Pathing for Lightning Construct Entry: 27972 +SET @NPC := 126746; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=972.5233,`position_y`=420.2028,`position_z`=205.9943 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,980.9671,415.2457,205.9943,0,0,0,100,0), +(@PATH,2,972.5233,420.2028,205.9943,0,0,0,100,0), +(@PATH,3,961.5862,421.183,205.9943,0,0,0,100,0), +(@PATH,4,952.4949,416.0938,205.9943,0,0,0,100,0), +(@PATH,5,961.5389,421.1565,205.9943,0,0,0,100,0), +(@PATH,6,972.5233,420.2028,205.9943,0,0,0,100,0); + +-- Pathing for Lightning Construct Entry: 27972 +SET @NPC := 126750; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=967.9682,`position_y`=381.0118,`position_z`=205.9943 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,954.208,382.8831,205.9943,0,0,0,100,0), +(@PATH,2,944.4269,394.0551,205.9943,0,0,0,100,0), +(@PATH,3,946.6729,409.3246,205.9943,0,0,0,100,0), +(@PATH,4,944.4262,394.0558,205.9943,0,0,0,100,0), +(@PATH,5,954.208,382.8831,205.9943,0,0,0,100,0), +(@PATH,6,967.9682,381.0118,205.9943,0,0,0,100,0); + +-- Pathing for Lightning Construct Entry: 27972 +SET @NPC := 126749; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=983.2661,`position_y`=390.105,`position_z`=205.9943 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,986.5608,402.9213,205.9943,0,0,0,100,0), +(@PATH,2,983.0714,412.1025,205.9943,0,0,0,100,0), +(@PATH,3,986.5522,402.9439,205.9943,0,0,0,100,0), +(@PATH,4,983.2661,390.105,205.9943,0,0,0,100,0), +(@PATH,5,974.4719,382.4703,205.9943,0,0,0,100,0), +(@PATH,6,983.2661,390.105,205.9943,0,0,0,100,0); + +-- Pathing for Crystalline Shardling Entry: 27973 +SET @NPC := 126787; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=938.4828,`position_y`=813.7618,`position_z`=189.9927 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,942.4637,814.6254,189.3832,0,0,0,100,0), +(@PATH,2,945.379,815.2579,188.9368,0,0,0,100,0), +(@PATH,3,948.2987,815.8914,188.4898,0,0,0,100,0), +(@PATH,4,951.2225,816.5258,188.1479,0,0,0,100,0), +(@PATH,5,954.1625,817.1636,188.069,0,0,0,100,0), +(@PATH,6,957.1072,817.8024,187.99,0,0,0,100,0), +(@PATH,7,960.6969,819.7251,187.7678,0,0,0,100,0), +(@PATH,8,965.7293,823.0229,187.4797,0,0,0,100,0), +(@PATH,9,968.2454,824.6718,187.3356,0,0,0,100,0), +(@PATH,10,970.7648,826.3227,187.1914,0,0,0,100,0), +(@PATH,11,973.4231,828.2544,187.06,0,0,0,100,0), +(@PATH,12,975.7665,830.1284,186.9356,0,0,0,100,0), +(@PATH,13,978.1152,832.0066,186.8109,0,0,0,100,0), +(@PATH,14,980.4257,833.8543,186.6883,0,0,0,100,0), +(@PATH,15,977.209,831.2819,186.8591,0,0,0,100,0), +(@PATH,16,974.8596,829.4031,186.9837,0,0,0,100,0), +(@PATH,17,972.5027,827.5184,187.1088,0,0,0,100,0), +(@PATH,18,969.7669,825.6686,187.2486,0,0,0,100,0), +(@PATH,19,967.2497,824.0191,187.3926,0,0,0,100,0), +(@PATH,20,964.7295,822.3676,187.5369,0,0,0,100,0), +(@PATH,21,962.2039,820.7126,187.6815,0,0,0,100,0), +(@PATH,22,959.684,819.0614,187.8257,0,0,0,100,0), +(@PATH,23,955.9277,817.5466,188.0217,0,0,0,100,0), +(@PATH,24,952.986,816.9084,188.1006,0,0,0,100,0), +(@PATH,25,950.0452,816.2703,188.2224,0,0,0,100,0), +(@PATH,26,947.1313,815.6381,188.6686,0,0,0,100,0), +(@PATH,27,941.3091,814.3749,189.56,0,0,0,100,0), +(@PATH,28,938.4828,813.7618,189.9927,0,0,0,100,0); + +-- Pathing for Crystalline Shardling Entry: 27973 +SET @NPC := 126788; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=937.2088,`position_y`=819.625,`position_z`=189.5746 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,941.1921,820.4892,188.9586,0,0,0,100,0), +(@PATH,2,944.1083,821.1219,188.5076,0,0,0,100,0), +(@PATH,3,947.0261,821.7549,188.0563,0,0,0,100,0), +(@PATH,4,949.9498,822.3893,187.7245,0,0,0,100,0), +(@PATH,5,952.8904,823.0272,187.5842,0,0,0,100,0), +(@PATH,6,955.8341,823.6659,187.4437,0,0,0,100,0), +(@PATH,7,957.4083,824.7435,187.3226,0,0,0,100,0), +(@PATH,8,962.4407,828.0413,186.9908,0,0,0,100,0), +(@PATH,9,964.958,829.6909,186.8311,0,0,0,100,0), +(@PATH,10,967.4774,831.3419,186.6792,0,0,0,100,0), +(@PATH,11,969.6763,832.9407,186.5558,0,0,0,100,0), +(@PATH,12,972.0192,834.8143,186.4057,0,0,0,100,0), +(@PATH,13,974.3668,836.6917,186.2552,0,0,0,100,0), +(@PATH,14,976.6784,838.5402,186.1071,0,0,0,100,0), +(@PATH,15,973.4617,835.9678,186.3132,0,0,0,100,0), +(@PATH,16,971.1112,834.0882,186.4638,0,0,0,100,0), +(@PATH,17,968.7542,832.2033,186.6149,0,0,0,100,0), +(@PATH,18,966.4784,830.6872,186.7346,0,0,0,100,0), +(@PATH,19,963.961,829.0375,186.8943,0,0,0,100,0), +(@PATH,20,961.4396,827.3853,187.0543,0,0,0,100,0), +(@PATH,21,958.9153,825.7311,187.2144,0,0,0,100,0), +(@PATH,22,956.396,824.0802,187.3987,0,0,0,100,0), +(@PATH,23,954.6556,823.4102,187.5,0,0,0,100,0), +(@PATH,24,951.9318,822.8305,187.6292,0,0,0,100,0), +(@PATH,25,948.8242,822.1456,187.7782,0,0,0,100,0), +(@PATH,26,945.8588,821.5016,188.2368,0,0,0,100,0), +(@PATH,27,940.0389,820.239,189.1369,0,0,0,100,0), +(@PATH,28,937.2088,819.625,189.5746,0,0,0,100,0); diff --git a/sql/old/3.3.5a/2011_05_18_06_world_waypoints.sql b/sql/old/3.3.5a/2011_05_18_06_world_waypoints.sql new file mode 100644 index 00000000000..64aef81546c --- /dev/null +++ b/sql/old/3.3.5a/2011_05_18_06_world_waypoints.sql @@ -0,0 +1,400 @@ +-- Drak'Tharon Keep + +-- Pathing for Drakkari Guardian Entry: 26620 +SET @NPC := 127582; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-342.092,`position_y`=-597.7366,`position_z`=72.60764 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,-348.2738,-595.0352,72.60789,0,0,0,100,0), +(@PATH,2,-351.4645,-591.2532,72.60825,0,0,0,100,0), +(@PATH,3,-348.2738,-595.0352,72.60789,0,0,0,100,0), +(@PATH,4,-342.092,-597.7366,72.60764,0,0,0,100,0), +(@PATH,5,-337.3541,-596.457,72.60776,0,0,0,100,0), +(@PATH,6,-332.8021,-593.3668,72.60805,0,0,0,100,0), +(@PATH,7,-330.1274,-590.215,72.60835,0,0,0,100,0), +(@PATH,8,-332.8021,-593.3668,72.60805,0,0,0,100,0), +(@PATH,9,-337.3541,-596.457,72.60776,0,0,0,100,0), +(@PATH,10,-342.092,-597.7366,72.60764,0,0,0,100,0); + +-- Remove Drakkari Guardian overspawn +DELETE FROM `creature` WHERE `guid` IN (127581); +DELETE FROM `creature_addon` WHERE `guid` IN (127581); + +-- Pathing for Drakkari Bat Entry: 26622 +SET @NPC := 127614; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-392.2272,`position_y`=-677.325,`position_z`=26.64196 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,-386.9386,-680.3297,28.5735,0,0,0,100,0), +(@PATH,2,-381.2936,-675.7957,28.5735,0,0,0,100,0), +(@PATH,3,-378.735,-666.9066,28.57349,0,0,0,100,0), +(@PATH,4,-386.3628,-662.0511,28.57349,0,0,0,100,0), +(@PATH,5,-392.4187,-664.8582,26.64148,0,0,0,100,0), +(@PATH,6,-395.6666,-671.3341,26.64142,0,0,0,100,0), +(@PATH,7,-392.2272,-677.325,26.64196,0,0,0,100,0); + +-- Pathing for Drakkari Bat Entry: 26622 +SET @NPC := 127613; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-420.6025,`position_y`=-665.9139,`position_z`=27.26924 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,-409.9266,-669.2863,26.64212,0,0,0,100,0), +(@PATH,2,-404.8366,-663.6207,26.64172,0,0,0,100,0), +(@PATH,3,-404.446,-655.531,26.64191,0,0,0,100,0), +(@PATH,4,-411.499,-652.1765,28.57349,0,0,0,100,0), +(@PATH,5,-416.9508,-653.751,28.5738,0,0,0,100,0), +(@PATH,6,-421.7345,-661.5891,28.57359,0,0,0,100,0), +(@PATH,7,-420.6025,-665.9139,27.26924,0,0,0,100,0); + +-- Pathing for Drakkari Bat Entry: 26622 +SET @NPC := 127615; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-416.4136,`position_y`=-662.1977,`position_z`=26.64302 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,-423.1144,-663.6149,28.57369,0,0,0,100,0), +(@PATH,2,-428.976,-668.0037,28.5738,0,0,0,100,0), +(@PATH,3,-428.1159,-675.8496,28.5735,0,0,0,100,0), +(@PATH,4,-420.3534,-679.633,27.94913,0,0,0,100,0), +(@PATH,5,-412.9664,-675.6168,26.64376,0,0,0,100,0), +(@PATH,6,-412.3599,-668.2842,26.64241,0,0,0,100,0), +(@PATH,7,-416.4136,-662.1977,26.64302,0,0,0,100,0); + +-- Pathing for Drakkari Bat Entry: 26622 +SET @NPC := 127612; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-406.5539,`position_y`=-695.0261,`position_z`=28.57405 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,-399.3579,-694.1252,28.5735,0,0,0,100,0), +(@PATH,2,-392.8559,-687.9329,28.57349,0,0,0,100,0), +(@PATH,3,-395.3493,-679.3206,26.64168,0,0,0,100,0), +(@PATH,4,-404.5995,-676.0878,26.63831,0,0,0,100,0), +(@PATH,5,-411.1477,-682.6027,26.64155,0,0,0,100,0), +(@PATH,6,-410.6699,-690.0704,28.57438,0,0,0,100,0), +(@PATH,7,-406.5539,-695.0261,28.57405,0,0,0,100,0); + +-- Pathing for Scourge Reanimator Entry: 26626 +SET @NPC := 127412; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-410.9426,`position_y`=-603.3857,`position_z`=1.024866 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,-404.537,-602.8129,1.024867,0,0,0,100,0), +(@PATH,2,-398.1429,-604.8417,1.02487,0,0,0,100,0), +(@PATH,3,-404.537,-602.8129,1.024867,0,0,0,100,0), +(@PATH,4,-410.9426,-603.3857,1.024866,0,0,0,100,0), +(@PATH,5,-416.6559,-600.7515,1.024868,0,0,0,100,0), +(@PATH,6,-424.4983,-599.7261,1.024869,0,0,0,100,0), +(@PATH,7,-416.6559,-600.7515,1.024868,0,0,0,100,0), +(@PATH,8,-410.9426,-603.3857,1.024866,0,0,0,100,0); + +-- Pathing for Scourge Reanimator Entry: 26626 +SET @NPC := 127411; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-494.1194,`position_y`=-603.9778,`position_z`=2.072221 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,-486.8281,-601.2296,1.144565,0,0,0,100,0), +(@PATH,2,-481.1871,-599.9684,1.024871,0,0,0,100,0), +(@PATH,3,-475.4717,-602.4325,1.820062,0,0,0,100,0), +(@PATH,4,-469.6367,-604.8362,1.044375,0,0,0,100,0), +(@PATH,5,-462.5545,-605.178,1.018675,0,0,0,100,0), +(@PATH,6,-469.5573,-604.8443,1.042719,0,0,0,100,0), +(@PATH,7,-475.4717,-602.4325,1.820062,0,0,0,100,0), +(@PATH,8,-481.1871,-599.9684,1.024871,0,0,0,100,0), +(@PATH,9,-486.8281,-601.2296,1.144565,0,0,0,100,0), +(@PATH,10,-494.1194,-603.9778,2.072221,0,0,0,100,0); + +-- Remove Scourge Reanimator overspawn +DELETE FROM `creature` WHERE `guid` IN (127450); +DELETE FROM `creature_addon` WHERE `guid` IN (127450); + +-- Pathing for Drakkari Gutripper Entry: 26641 +SET @NPC := 127456; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-483.0405,`position_y`=-649.0012,`position_z`=28.58858 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,-486.0568,-648.8849,28.58832,0,0,0,100,0), +(@PATH,2,-483.0405,-649.0012,28.58858,0,0,0,100,0), +(@PATH,3,-480.0255,-649.1176,28.58883,0,0,0,100,0), +(@PATH,4,-477.0105,-649.2339,28.58909,0,0,0,100,0), +(@PATH,5,-474.0007,-649.3502,28.59028,0,0,0,100,0), +(@PATH,6,-470.9918,-649.4663,28.59031,0,0,0,100,0), +(@PATH,7,-467.9779,-649.5826,28.59035,0,0,0,100,0), +(@PATH,8,-464.9656,-649.6989,28.55288,0,0,0,100,0), +(@PATH,9,-461.9586,-649.815,28.50968,0,0,0,100,0), +(@PATH,10,-460.1104,-649.8864,28.4215,0,0,0,100,0), +(@PATH,11,-464.2306,-649.7274,28.54232,0,0,0,100,0), +(@PATH,12,-467.2433,-649.611,28.59036,0,0,0,100,0), +(@PATH,13,-470.2549,-649.4948,28.59032,0,0,0,100,0), +(@PATH,14,-473.2637,-649.3786,28.59029,0,0,0,100,0), +(@PATH,15,-476.2737,-649.2624,28.58915,0,0,0,100,0), +(@PATH,16,-479.2837,-649.1462,28.5889,0,0,0,100,0), +(@PATH,17,-483.0405,-649.0012,28.58858,0,0,0,100,0); + +-- Pathing for Drakkari Gutripper Entry: 26641 +SET @NPC := 127457; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-483.2729,`position_y`=-654.9966,`position_z`=28.59017 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,-486.2876,-654.8802,28.58992,0,0,0,100,0), +(@PATH,2,-483.2729,-654.9966,28.59017,0,0,0,100,0), +(@PATH,3,-480.2569,-655.113,28.59199,0,0,0,100,0), +(@PATH,4,-477.2439,-655.2294,28.59203,0,0,0,100,0), +(@PATH,5,-474.2319,-655.3456,28.59206,0,0,0,100,0), +(@PATH,6,-471.2233,-655.4618,28.5921,0,0,0,100,0), +(@PATH,7,-468.2094,-655.5781,28.59213,0,0,0,100,0), +(@PATH,8,-465.1971,-655.6944,28.55799,0,0,0,100,0), +(@PATH,9,-462.19,-655.8105,28.51479,0,0,0,100,0), +(@PATH,10,-460.3419,-655.8818,28.48824,0,0,0,100,0), +(@PATH,11,-464.463,-655.7228,28.54745,0,0,0,100,0), +(@PATH,12,-467.4753,-655.6064,28.59214,0,0,0,100,0), +(@PATH,13,-470.4877,-655.4902,28.59211,0,0,0,100,0), +(@PATH,14,-473.4938,-655.3741,28.59207,0,0,0,100,0), +(@PATH,15,-476.5032,-655.2579,28.59204,0,0,0,100,0), +(@PATH,16,-479.5138,-655.1417,28.592,0,0,0,100,0), +(@PATH,17,-483.2729,-654.9966,28.59017,0,0,0,100,0); + +-- Pathing for Darkweb Hatchling Entry: 26674 +SET @NPC := 127472; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-283.7295,`position_y`=-731.8323,`position_z`=27.29189 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,-270.1169,-730.9915,27.30806,0,0,0,100,0), +(@PATH,2,-266.1129,-727.931,27.30861,0,0,0,100,0), +(@PATH,3,-265.3598,-715.4077,27.29189,0,0,0,100,0), +(@PATH,4,-274.9025,-707.4509,27.29512,0,0,0,100,0), +(@PATH,5,-282.5379,-706.8624,27.29189,0,0,0,100,0), +(@PATH,6,-287.1734,-717.2089,27.72341,0,0,0,100,0), +(@PATH,7,-290.9054,-722.8333,27.29189,0,0,0,100,0), +(@PATH,8,-283.7295,-731.8323,27.29189,0,0,0,100,0); + +-- Pathing for Darkweb Hatchling Entry: 26674 +SET @NPC := 127473; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-286.7308,`position_y`=-721.9674,`position_z`=27.29189 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,-288.534,-727.5106,27.29189,0,0,0,100,0), +(@PATH,2,-280.5279,-726.8649,27.29189,0,0,0,100,0), +(@PATH,3,-270.6854,-727.6488,27.29941,0,0,0,100,0), +(@PATH,4,-270.441,-721.2595,27.29189,0,0,0,100,0), +(@PATH,5,-270.4362,-712.4268,27.29189,0,0,0,100,0), +(@PATH,6,-278.0521,-710.217,27.29605,0,0,0,100,0), +(@PATH,7,-285.8037,-712.8212,27.29603,0,0,0,100,0), +(@PATH,8,-286.7308,-721.9674,27.29189,0,0,0,100,0); + +-- Pathing for Darkweb Hatchling Entry: 26674 +SET @NPC := 127474; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-249.4208,`position_y`=-717.0651,`position_z`=27.61007 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,-259.6944,-717.1452,26.8645,0,0,0,100,0), +(@PATH,2,-265.6481,-718.8099,27.29189,0,0,0,100,0), +(@PATH,3,-264.446,-725.0237,27.30534,0,0,0,100,0), +(@PATH,4,-256.6581,-724.9134,27.43577,0,0,0,100,0), +(@PATH,5,-246.0695,-725.6784,27.36535,0,0,0,100,0), +(@PATH,6,-245.0813,-719.5449,27.53182,0,0,0,100,0), +(@PATH,7,-249.4208,-717.0651,27.61007,0,0,0,100,0); + +-- Pathing for Darkweb Hatchling Entry: 26674 +SET @NPC := 127475; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-242.1334,`position_y`=-720.1142,`position_z`=27.43355 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,-250.4899,-714.759,27.3011,0,0,0,100,0), +(@PATH,2,-266.1705,-713.7017,27.06336,0,0,0,100,0), +(@PATH,3,-270.4176,-721.0847,27.29189,0,0,0,100,0), +(@PATH,4,-266.1248,-728.0099,27.30877,0,0,0,100,0), +(@PATH,5,-253.1003,-728.3563,27.41331,0,0,0,100,0), +(@PATH,6,-244.1609,-728.7698,27.33719,0,0,0,100,0), +(@PATH,7,-242.1334,-720.1142,27.43355,0,0,0,100,0); + +-- Pathing for Risen Drakkari Death Knight Entry: 26830 +SET @NPC := 127553; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-390.7345,`position_y`=-608.2701,`position_z`=72.60735 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,-402.9046,-608.7485,72.6084,0,0,0,100,0), +(@PATH,2,-414.1785,-608.5219,72.60596,0,0,0,100,0), +(@PATH,3,-423.621,-608.1632,72.60622,0,0,0,100,0), +(@PATH,4,-414.1785,-608.5219,72.60596,0,0,0,100,0), +(@PATH,5,-402.9046,-608.7485,72.6084,0,0,0,100,0), +(@PATH,6,-390.7345,-608.2701,72.60735,0,0,0,100,0); + +-- Pathing for Risen Drakkari Death Knight Entry: 26830 +SET @NPC := 127552; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-282.7542,`position_y`=-699.7166,`position_z`=101.747 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,-280.2459,-720.9793,101.7811,0,0,0,100,0), +(@PATH,2,-279.8599,-737.6229,101.7784,0,0,0,100,0), +(@PATH,3,-280.2459,-720.9793,101.7811,0,0,0,100,0), +(@PATH,4,-282.7542,-699.7166,101.747,0,0,0,100,0); + +-- Pathing for Drakkari Commander Entry: 27431 +SET @NPC := 127471; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-346.2241,`position_y`=-610.9034,`position_z`=72.60129 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,-373.7004,-609.6317,72.61194,0,0,0,100,0), +(@PATH,2,-346.2241,-610.9034,72.60129,0,0,0,100,0); + +-- Pathing for Cosmetic Drakkari Bat [PH] Entry: 27490 +SET @NPC := 127508; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-407.2545,`position_y`=-677.0726,`position_z`=70.22565 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,-413.0328,-671.7674,70.14231,0,0,0,100,0), +(@PATH,2,-413.0139,-668.8679,69.94788,0,0,0,100,0), +(@PATH,3,-407.86,-662.8748,70.08675,0,0,0,100,0), +(@PATH,4,-401.7282,-667.11,70.11458,0,0,0,100,0), +(@PATH,5,-401.2929,-673.1425,69.97565,0,0,0,100,0), +(@PATH,6,-407.2545,-677.0726,70.22565,0,0,0,100,0); + +-- Pathing for Cosmetic Drakkari Bat [PH] Entry: 27490 +SET @NPC := 127509; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-409.4158,`position_y`=-663.9135,`position_z`=62.39258 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,-413.1464,-668.7359,61.44815,0,0,0,100,0), +(@PATH,2,-412.7488,-672.1281,61.80927,0,0,0,100,0), +(@PATH,3,-409.5626,-677.9425,62.44814,0,0,0,100,0), +(@PATH,4,-403.616,-679.6837,62.55925,0,0,0,100,0), +(@PATH,5,-398.3275,-677.5518,62.67037,0,0,0,100,0), +(@PATH,6,-396.8555,-671.9451,62.05924,0,0,0,100,0), +(@PATH,7,-398.5243,-664.6963,62.3092,0,0,0,100,0), +(@PATH,8,-404.1799,-662.1304,62.58703,0,0,0,100,0), +(@PATH,9,-409.4158,-663.9135,62.39258,0,0,0,100,0); + +-- Pathing for Cosmetic Drakkari Bat [PH] Entry: 27490 +SET @NPC := 127510; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-406.932,`position_y`=-676.9556,`position_z`=66.53109 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,-411.784,-673.2886,64.19775,0,0,0,100,0), +(@PATH,2,-411.4865,-667.8989,63.86424,0,0,0,100,0), +(@PATH,3,-406.9132,-663.992,65.44756,0,0,0,100,0), +(@PATH,4,-401.3338,-665.2374,64.8922,0,0,0,100,0), +(@PATH,5,-398.546,-669.8902,65.44775,0,0,0,100,0), +(@PATH,6,-400.9965,-675.5491,66.19775,0,0,0,100,0), +(@PATH,7,-406.932,-676.9556,66.53109,0,0,0,100,0); + +-- Pathing for Cosmetic Drakkari Bat [PH] Entry: 27490 +SET @NPC := 127511; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-410.8573,`position_y`=-673.0195,`position_z`=72.72581 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,-405.1031,-679.6655,71.92022,0,0,0,100,0), +(@PATH,2,-398.3365,-677.8955,72.69765,0,0,0,100,0), +(@PATH,3,-396.0217,-670.7278,72.72577,0,0,0,100,0), +(@PATH,4,-401.3752,-666.0843,71.7813,0,0,0,100,0), +(@PATH,5,-409.0014,-667.2194,71.83688,0,0,0,100,0), +(@PATH,6,-410.8573,-673.0195,72.72581,0,0,0,100,0); + +-- Pathing for Cosmetic Drakkari Bat [PH] Entry: 27490 +SET @NPC := 127512; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-409.2986,`position_y`=-663.4329,`position_z`=58.00312 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,-411.9643,-668.5157,58.22538,0,0,0,100,0), +(@PATH,2,-411.5511,-675.1073,57.94757,0,0,0,100,0), +(@PATH,3,-406.8594,-679.2547,57.08646,0,0,0,100,0), +(@PATH,4,-401.6542,-679.5847,58.64199,0,0,0,100,0), +(@PATH,5,-396.0136,-673.5827,59.4198,0,0,0,100,0), +(@PATH,6,-396.2527,-666.631,57.83645,0,0,0,100,0), +(@PATH,7,-400.8469,-661.2967,59.25313,0,0,0,100,0), +(@PATH,8,-409.2986,-663.4329,58.00312,0,0,0,100,0); + +-- Pathing for Cosmetic Drakkari Bat [PH] Entry: 27490 +SET @NPC := 127513; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-412.7229,`position_y`=-650.8453,`position_z`=38.51792 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,-405.5179,-645.0265,36.32347,0,0,0,100,0), +(@PATH,2,-397.6033,-648.0791,36.9068,0,0,0,100,0), +(@PATH,3,-394.8318,-652.9764,38.29573,0,0,0,100,0), +(@PATH,4,-395.8389,-657.9083,37.74015,0,0,0,100,0), +(@PATH,5,-401.2168,-663.5585,39.9346,0,0,0,100,0), +(@PATH,6,-407.9547,-663.297,41.68458,0,0,0,100,0), +(@PATH,7,-413.9172,-658.0521,38.18459,0,0,0,100,0), +(@PATH,8,-412.7229,-650.8453,38.51792,0,0,0,100,0); + +-- Remove Cosmetic Drakkari Bat [PH] overspawns +DELETE FROM `creature` WHERE `guid` IN (127514,127515,127516); +DELETE FROM `creature_addon` WHERE `guid` IN (127514,127515,127516); +-- Fix Inhabittype for Cosmetic Drakkari Bat [PH] "No one fixes even the simple shit!" +UPDATE `creature_template` SET `InhabitType`=4 WHERE `entry`=27490; + +-- Pathing for Risen Drakkari Handler Entry: 26637 +SET @NPC := 127444; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-490.2928,`position_y`=-651.7234,`position_z`=28.58877 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,6469, ''); +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,-460.2261,-652.8841,28.48568,0,0,0,100,0), +(@PATH,2,-490.2928,-651.7234,28.58877,0,0,0,100,0); diff --git a/sql/old/3.3.5a/2011_05_18_07_world_sai.sql b/sql/old/3.3.5a/2011_05_18_07_world_sai.sql new file mode 100644 index 00000000000..6e599bd43fb --- /dev/null +++ b/sql/old/3.3.5a/2011_05_18_07_world_sai.sql @@ -0,0 +1,131 @@ +-- Quest 12291 "The Forgotten Tale" +-- SAI for Forgotten Knight, Forgotten Rifleman, Forgotten Peasant, Forgotten Footman, Orik, & Forgotten Soul +UPDATE `creature_template` SET `AIName`= 'SmartAI' WHERE `entry` IN (27224,27225,27226,27229,27220,27347,27465); +DELETE FROM `creature_ai_scripts` WHERE `creature_id` IN (27224,27225,27226,27229,27220,27347,27465); +DELETE FROM `smart_scripts` WHERE `source_type`=0 AND `entryorguid` IN (27224,27225,27226,27229,27220,27347,27465); +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 +-- Forgotten Knight +(27224,0,0,1,62,0,100,0,9544,0,0,0,11,48831,3,0,0,0,0,7,0,0,0,0,0,0,0, 'Forgotten Knight - On gossip option select quest credit'), +(27224,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, 'Forgotten Knight - Close Gossip'), +(27224,0,2,0,23,0,100,0,48143,0,0,0,11,48143,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Forgotten Knight - Add Forgotten Aura if missing'), +(27224,0,3,4,4,0,100,0,0,0,0,0,11,38556,1,0,0,0,0,2,0,0,0,0,0,0,0, 'Forgotten Knight - Cast Throw on Aggro'), +(27224,0,4,0,61,0,100,0,0,0,0,0,23,1,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Forgotten Knight - Set Phase 1 on Aggro'), +(27224,0,5,6,0,1,100,0,5,35,2300,3900,11,38556,1,0,0,0,0,2,0,0,0,0,0,0,0, 'Forgotten Knight - Cast Throw (Phase 1)'), +(27224,0,6,0,61,1,100,0,0,0,0,0,40,2,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Forgotten Knight - Set Ranged Weapon Model (Phase 1)'), +(27224,0,7,8,9,1,100,0,25,80,0,0,21,1,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Forgotten Knight - Start Combat Movement at 25 Yards (Phase 1)'), +(27224,0,8,0,61,1,100,0,0,0,0,0,20,1,0,0,0,0,0,2,0,0,0,0,0,0,0, 'Forgotten Knight - Start Melee at 25 Yards (Phase 1)'), +(27224,0,9,10,9,1,100,0,0,5,0,0,21,1,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Forgotten Knight - Start Combat Movement Below 5 Yards (Phase 1)'), +(27224,0,10,11,61,1,100,0,0,0,0,0,40,1,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Forgotten Knight - Set Ranged Weapon Model Below 5 Yards (Phase 1)'), +(27224,0,11,0,61,1,100,0,0,0,0,0,20,1,0,0,0,0,0,2,0,0,0,0,0,0,0, 'Forgotten Knight - Start Melee Below 5 Yards (Phase 1)'), +(27224,0,12,13,9,1,100,0,5,15,0,0,21,0,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Forgotten Knight - Prevent Combat Movement at 15 Yards (Phase 1)'), +(27224,0,13,0,61,1,100,0,0,0,0,0,20,0,0,0,0,0,0,2,0,0,0,0,0,0,0, 'Forgotten Knight - Prevent Melee at 15 Yards (Phase 1)'), +(27224,0,14,0,7,0,100,0,0,0,0,0,40,1,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Forgotten Knight - Set Melee Weapon Model on Evade'), +-- Forgotten Rifleman +(27225,0,0,1,62,0,100,0,9543,0,0,0,11,48830,3,0,0,0,0,7,0,0,0,0,0,0,0, 'Forgotten Rifleman - On gossip option select quest credit'), +(27225,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, 'Forgotten Rifleman - Close Gossip'), +(27225,0,2,3,11,0,100,0,0,0,0,0,21,0,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Forgotten Rifleman - Prevent Combat Movement on Spawn'), +(27225,0,3,0,61,0,100,0,0,0,0,0,20,0,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Forgotten Rifleman - Prevent Melee on Spawn'), +(27225,0,4,0,23,0,100,0,48143,0,0,0,11,48143,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Forgotten Rifleman - Add Forgotten Aura if missing'), +(27225,0,5,6,4,0,100,0,0,0,0,0,11,15547,1,0,0,0,0,2,0,0,0,0,0,0,0, 'Forgotten Rifleman - Cast Shoot on Aggro'), +(27225,0,6,0,61,0,100,0,0,0,0,0,23,1,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Forgotten Rifleman - Set Phase 1 on Aggro'), +(27225,0,7,8,0,1,100,0,5,30,2300,3900,11,15547,1,0,0,0,0,2,0,0,0,0,0,0,0, 'Forgotten Rifleman - Cast Shoot (Phase 1)'), +(27225,0,8,0,61,1,100,0,0,0,0,0,40,2,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Forgotten Rifleman - Set Ranged Weapon Model (Phase 1)'), +(27225,0,9,0,0,1,100,0,9000,12000,9000,14000,11,17174,1,1,0,0,0,2,0,0,0,0,0,0,0, 'Forgotten Rifleman - Cast Concussive Shot (Phase 1)'), +(27225,0,10,11,9,1,100,0,25,80,0,0,21,1,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Forgotten Rifleman - Start Combat Movement at 25 Yards (Phase 1)'), +(27225,0,11,0,61,1,100,0,0,0,0,0,20,1,0,0,0,0,0,2,0,0,0,0,0,0,0, 'Forgotten Rifleman - Start Melee at 25 Yards (Phase 1)'), +(27225,0,12,13,9,1,100,0,0,5,0,0,21,1,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Forgotten Rifleman - Start Combat Movement Below 5 Yards (Phase 1)'), +(27225,0,13,14,61,1,100,0,0,0,0,0,40,1,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Forgotten Rifleman - Set Ranged Weapon Model Below 5 Yards (Phase 1)'), +(27225,0,14,0,61,1,100,0,0,0,0,0,20,1,0,0,0,0,0,2,0,0,0,0,0,0,0, 'Forgotten Rifleman - Start Melee Below 5 Yards (Phase 1)'), +(27225,0,15,16,9,1,100,0,5,15,0,0,21,0,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Forgotten Rifleman - Prevent Combat Movement at 15 Yards (Phase 1)'), +(27225,0,16,0,61,1,100,0,0,0,0,0,20,0,0,0,0,0,0,2,0,0,0,0,0,0,0, 'Forgotten Rifleman - Prevent Melee at 15 Yards (Phase 1)'), +(27225,0,17,0,2,1,100,0,0,15,0,0,23,2,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Forgotten Rifleman - Set Phase 2 at 15% HP'), +(27225,0,18,19,2,2,100,0,0,15,0,0,21,1,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Forgotten Rifleman - Start Combat Movement at 15% HP (Phase 2)'), +(27225,0,19,20,61,2,100,0,0,0,0,0,25,0,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Forgotten Rifleman - Flee at 15% HP (Phase 2)'), +(27225,0,20,21,61,2,100,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Forgotten Rifleman - Say text0 at 15% HP (Phase 2)'), +(27225,0,21,0,61,2,100,0,0,0,0,0,23,1,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Forgotten Rifleman - set phase 1 at 15% HP (Phase 2)'), +(27225,0,22,0,7,0,100,0,0,0,0,0,40,1,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Forgotten Knight - Set Melee Weapon Model on Evade'), +-- Forgotten Peasant +(27226,0,0,1,62,0,100,0,9541,0,0,0,11,48829,3,0,0,0,0,7,0,0,0,0,0,0,0, 'Forgotten Peasant - On gossip option select quest credit'), +(27226,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, 'Forgotten Peasant - Close Gossip'), +(27226,0,2,0,23,0,100,0,48143,0,0,0,11,48143,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Forgotten Peasant - Add Forgotten Aura if missing'), +(27226,0,3,0,0,0,100,0,0,5,7000,10000,11,51601,1,0,0,0,0,2,0,0,0,0,0,0,0, 'Forgotten Peasant - Cast Bonk'), +-- Forgotten Footman +(27229,0,0,1,62,0,100,0,9545,0,0,0,11,48832,3,0,0,0,0,7,0,0,0,0,0,0,0, 'Forgotten Footman - On gossip option select quest credit'), +(27229,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, 'Forgotten Footman - Close Gossip'), +(27229,0,2,0,23,0,100,0,48143,0,0,0,11,48143,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Forgotten Footman - Add Forgotten Aura if missing'), +(27229,0,3,0,0,0,100,0,3000,7000,9000,12000,11,32587,0,0,0,0,0,2,0,0,0,0,0,0,0, 'Forgotten Footman - Cast Shield Block'), +-- Forgotten Captain +(27220,0,0,0,23,0,100,0,48143,0,0,0,11,48143,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Forgotten Captain - Add Forgotten Aura if missing'), +(27220,0,1,0,0,0,100,0,6000,9000,8000,12000,11,51591,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Forgotten Captain - Cast Stormhammer'), +-- Orik +(27347,0,0,1,62,0,100,0,9542,0,0,0,11,48828,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Orik - On gossip option select create Murkweed Elixir'), +(27347,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, 'Orik - Close Gossip'), +-- Forgotten Soul +(27465,0,0,0,11,0,100,0,0,0,0,0,11,29266,3,0,0,0,0,1,0,0,0,0,0,0,0, 'Forgotten Soul - On aura self'); + +-- Assign Gossip_id's to creatures +UPDATE `creature_template` SET `gossip_menu_id`=9544 WHERE `entry`=27224; -- Forgotten Knight +UPDATE `creature_template` SET `gossip_menu_id`=9543 WHERE `entry`=27225; -- Forgotten Rifleman +UPDATE `creature_template` SET `gossip_menu_id`=9541 WHERE `entry`=27226; -- Forgotten Peasant +UPDATE `creature_template` SET `gossip_menu_id`=9545 WHERE `entry`=27229; -- Forgotten Footman +UPDATE `creature_template` SET `gossip_menu_id`=9542 WHERE `entry`=27347; -- Orik +-- Add gossip menu items +DELETE FROM `gossip_menu` WHERE `entry`=9544 AND `text_id`=12859; +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (9544,12859); +DELETE FROM `gossip_menu` WHERE `entry`=9543 AND `text_id`=12858; +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (9543,12858); +DELETE FROM `gossip_menu` WHERE `entry`=9541 AND `text_id`=12856; +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (9541,12856); +DELETE FROM `gossip_menu` WHERE `entry`=9545 AND `text_id`=12860; +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (9545,12860); +DELETE FROM `gossip_menu` WHERE `entry`=9542 AND `text_id`=12857; +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (9542,12857); + +-- Gossip Options +DELETE FROM `gossip_menu_option` WHERE `menu_id` IN (9544,9543,9541,9545,9542); +INSERT INTO `gossip_menu_option` (`menu_id`,`id`,`option_icon`,`option_text`,`option_id`,`npc_option_npcflag`,`action_menu_id`,`action_poi_id`,`action_script_id`,`box_coded`,`box_money`,`box_text`) VALUES +(9544,0,0,'I must be going now, soldier. Stay vigilant!',1,1,0,0,0,0,0,''), -- Forgotten Knight +(9543,0,0,'I''m sure Arthas will be back any day now, soldier. Keep your chin up!',1,1,0,0,0,0,0,''), -- Forgotten Rifleman +(9541,0,0,'Sorry to have bothered you, friend. Carry on!',1,1,0,0,0,0,0,''), -- Forgotten Peasant +(9545,0,0,'I''m sure everything will work out, footman.',1,1,0,0,0,0,0,''), -- Forgotten Footman +(9542,0,0,'Orik, I need another Murkweed Elixir.',1,1,0,0,0,0,0,''); -- Orik + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup` IN (9544,9543,9541,9545,9542); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(15,9544,0,0,9,12291,0,0,0,'','Show gossip option 0 if player has Quest 12291 "The Forgotten Tale"'), +(15,9543,0,0,9,12291,0,0,0,'','Show gossip option 0 if player has Quest 12291 "The Forgotten Tale"'), +(15,9541,0,0,9,12291,0,0,0,'','Show gossip option 0 if player has Quest 12291 "The Forgotten Tale"'), +(15,9545,0,0,9,12291,0,0,0,'','Show gossip option 0 if player has Quest 12291 "The Forgotten Tale"'), +(15,9542,0,0,9,12291,0,0,0,'','Show gossip option 0 if player has Quest 12291 "The Forgotten Tale"'); + +-- NPC talk text insert from sniff +DELETE FROM `creature_text` WHERE `entry` IN (27225); +INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`comment`) VALUES +(27225,0,0, '%s attempts to run away in fear!',2,0,100,0,0,0, 'Forgotten Rifleman'); + +-- Add spell linking +DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (48810,-48809,48143,-48143); +INSERT INTO `spell_linked_spell` (`spell_trigger`,`spell_effect`,`type`,`comment`) VALUES +(48810,48809,0,'Cast Binding Life when cast Death''s Door'), +(-48809,-48143,0,'Removing Binding Life removes Forgotten Aura'), +(48143,48357,0,'Aura Wintergarde Invisibility Type B when aura Forgotten Aura'), +(-48143,-48357,0,'Removing Binding Forgotten Aura removes Aura Wintergarde Invisibility Type B'); + +-- Add See Wintergarde Invisibility Type B Spell to areas in Dragonblight +DELETE FROM `spell_area` WHERE `spell`=48358; +INSERT INTO `spell_area` (`spell`,`area`,`racemask`,`gender`,`autocast`) VALUES +(48358,4151,0,2,1),(48358,4152,0,2,1),(48358,4153,0,2,1),(48358,4154,0,2,1), +(48358,4155,0,2,1),(48358,4156,0,2,1),(48358,4157,0,2,1),(48358,4158,0,2,1), +(48358,4160,0,2,1),(48358,4161,0,2,1),(48358,4162,0,2,1),(48358,4163,0,2,1), +(48358,4164,0,2,1),(48358,4165,0,2,1),(48358,4166,0,2,1),(48358,4167,0,2,1), +(48358,4168,0,2,1),(48358,4169,0,2,1),(48358,4170,0,2,1),(48358,4171,0,2,1), +(48358,4172,0,2,1),(48358,4173,0,2,1),(48358,4174,0,2,1),(48358,4175,0,2,1), +(48358,4176,0,2,1),(48358,4177,0,2,1),(48358,4178,0,2,1),(48358,4179,0,2,1), +(48358,4180,0,2,1),(48358,4181,0,2,1),(48358,4182,0,2,1),(48358,4183,0,2,1), +(48358,4184,0,2,1),(48358,4185,0,2,1),(48358,4186,0,2,1),(48358,4187,0,2,1), +(48358,4188,0,2,1),(48358,4189,0,2,1),(48358,4190,0,2,1),(48358,4191,0,2,1), +(48358,4192,0,2,1),(48358,4193,0,2,1),(48358,4194,0,2,1),(48358,4195,0,2,1), +(48358,4198,0,2,1),(48358,4123,0,2,1),(48358,4124,0,2,1),(48358,4125,0,2,1), +(48358,4127,0,2,1),(48358,4130,0,2,1),(48358,4132,0,2,1),(48358,4133,0,2,1), +(48358,4134,0,2,1),(48358,4141,0,2,1),(48358,4143,0,2,1),(48358,4146,0,2,1), +(48358,4396,0,2,1),(48358,4414,0,2,1),(48358,4478,0,2,1); diff --git a/sql/old/3.3.5a/2011_05_18_08_world_waypoints.sql b/sql/old/3.3.5a/2011_05_18_08_world_waypoints.sql new file mode 100644 index 00000000000..c855487bc69 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_18_08_world_waypoints.sql @@ -0,0 +1,763 @@ +-- Pathing for Huntress Kima Entry: 18416 +SET @NPC := 65808; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-2541.65,`position_y`=7323.38,`position_z`=6.99469 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,-2552.386,7337.846,7.422175,0,0,0,100,0), +(@PATH,2,-2547.391,7352.353,7.047175,0,0,0,100,0), +(@PATH,3,-2544.842,7358.259,7.047175,0,0,0,100,0), +(@PATH,4,-2562.099,7370.443,10.00821,0,0,0,100,0), +(@PATH,5,-2567.579,7369.372,10.27306,0,0,0,100,0), +(@PATH,6,-2566.174,7349.837,9.922175,0,0,0,100,0), +(@PATH,7,-2567.789,7341.593,9.872525,0,0,0,100,0), +(@PATH,8,-2577.995,7329.614,12.45477,0,0,0,100,0), +(@PATH,9,-2585.894,7320.886,13.95477,0,0,0,100,0), +(@PATH,10,-2605.105,7337.934,22.81847,0,0,0,100,0), +(@PATH,11,-2617.94,7333.2,24.0994,0,0,0,100,0), +(@PATH,12,-2619.5,7314.92,24.7855,0,0,0,100,0), +(@PATH,13,-2620.33,7306.87,22.2298,0,0,0,100,0), +(@PATH,14,-2622.22,7295.57,20.8845,0,0,0,100,0), +(@PATH,15,-2634.28,7283.98,22.6251,0,0,0,100,0), +(@PATH,16,-2645.37,7281.6,26.8452,0,0,0,100,0), +(@PATH,17,-2658.313,7277.178,31.34583,0,0,0,100,0), +(@PATH,18,-2656.347,7260.406,27.72301,0,0,0,100,0), +(@PATH,19,-2654.6,7223.491,21.68772,0,0,0,100,0), +(@PATH,20,-2649.212,7219.171,21.31272,0,0,0,100,0), +(@PATH,21,-2639.123,7217.482,21.18772,0,0,0,100,0), +(@PATH,22,-2604.8,7231.363,14.29138,0,0,0,100,0), +(@PATH,23,-2598.992,7233.284,13.06854,0,0,0,100,0), +(@PATH,24,-2589.095,7238.978,13.30505,0,0,0,100,0), +(@PATH,25,-2572.705,7258.197,14.18005,0,0,0,100,0), +(@PATH,26,-2553.04,7268.31,14.8673,0,0,0,100,0), +(@PATH,27,-2549.93,7292.21,13.5737,0,0,0,100,0), +(@PATH,28,-2543.94,7296.78,12.03,0,0,0,100,0), +(@PATH,29,-2528.52,7302.51,7.70912,0,0,0,100,0), +(@PATH,30,-2525.95,7310.64,6.42796,0,0,0,100,0), +(@PATH,31,-2541.65,7323.38,6.99469,0,0,0,100,0); + +-- Pathing for Sifreldar Storm Maiden Entry: 29323 +SET @NPC := 108767; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=6968.795,`position_y`=-1039.291,`position_z`=804.8483 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,6939.001,-1039.968,810.5756,0,0,0,100,0), +(@PATH,2,6929.729,-1038.428,811.8507,0,0,0,100,0), +(@PATH,3,6921.97,-1037.384,813.6382,0,0,0,100,0), +(@PATH,4,6899.672,-1034.548,804.9947,0,0,0,100,0), +(@PATH,5,6887.367,-1040.131,803.7447,0,0,0,100,0), +(@PATH,6,6879.581,-1055.645,802.1197,0,0,0,100,0), +(@PATH,7,6881.092,-1067.551,802.7026,0,0,0,100,0), +(@PATH,8,6891.585,-1073.036,804.8276,0,0,0,100,0), +(@PATH,9,6904.774,-1076.266,808.0779,0,0,0,100,0), +(@PATH,10,6914.952,-1077.399,813.4417,0,0,0,100,0), +(@PATH,11,6931.681,-1078.594,810.6033,0,0,0,100,0), +(@PATH,12,6953.237,-1080.285,804.8708,0,0,0,100,0), +(@PATH,13,6963.347,-1080.42,804.8613,0,0,0,100,0), +(@PATH,14,6967.195,-1070.248,804.8578,0,0,0,100,0), +(@PATH,15,6967.463,-1053.253,804.8583,0,0,0,100,0), +(@PATH,16,6968.795,-1039.291,804.8483,0,0,0,100,0); + +-- Pathing for Sifreldar Storm Maiden Entry: 29323 +SET @NPC := 108780; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=6849.583,`position_y`=-1122.161,`position_z`=799.7357 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,6825.424,-1137.925,795.3445,0,0,0,100,0), +(@PATH,2,6823.116,-1152.258,802.8445,0,0,0,100,0), +(@PATH,3,6804.956,-1162.505,810.9695,0,0,0,100,0), +(@PATH,4,6823.116,-1152.258,802.8445,0,0,0,100,0), +(@PATH,5,6825.424,-1137.925,795.3445,0,0,0,100,0), +(@PATH,6,6849.583,-1122.161,799.7357,0,0,0,100,0), +(@PATH,7,6859.529,-1108.683,802.3607,0,0,0,100,0), +(@PATH,8,6869.339,-1099.14,802.9526,0,0,0,100,0), +(@PATH,9,6888.484,-1113.396,802.4324,0,0,0,100,0), +(@PATH,10,6899.414,-1132.413,801.4324,0,0,0,100,0), +(@PATH,11,6888.484,-1113.396,802.4324,0,0,0,100,0), +(@PATH,12,6869.339,-1099.14,802.9526,0,0,0,100,0), +(@PATH,13,6859.529,-1108.683,802.3607,0,0,0,100,0), +(@PATH,14,6849.583,-1122.161,799.7357,0,0,0,100,0); + +-- Pathing for Sifreldar Runekeeper Entry: 29331 +SET @NPC := 108779; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `id`=29331,`modelid`=0,`spawndist`=0,`MovementType`=2,`position_x`=6824.564,`position_y`=-1140.901,`position_z`=796.8445 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,6819.699,-1158.881,805.9695,0,0,0,100,0), +(@PATH,2,6802.754,-1164.963,811.4695,0,0,0,100,0), +(@PATH,3,6819.699,-1158.881,805.9695,0,0,0,100,0), +(@PATH,4,6824.564,-1140.901,796.8445,0,0,0,100,0), +(@PATH,5,6793.759,-1107.705,773.118,0,0,0,100,0), +(@PATH,6,6824.564,-1140.901,796.8445,0,0,0,100,0); + +-- Pathing for Dragonblight Mage Hunter Entry: 26280 +SET @NPC := 101640; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3089.834,`position_y`=339.6018,`position_z`=71.35417 WHERE `guid`=@NPC; +DELETE FROM `creature` WHERE `guid`=111762; +DELETE FROM `creature_addon` WHERE `guid`=111762; +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,3101.223,333.8671,68.35417,0,0,0,100,0), +(@PATH,2,3089.834,339.6018,71.35417,0,0,0,100,0), +(@PATH,3,3074.878,340.6855,74.60417,0,0,0,100,0), +(@PATH,4,3059.406,343.7871,76.1516,0,0,0,100,0), +(@PATH,5,3048.349,347.3151,75.9016,0,0,0,100,0), +(@PATH,6,3059.406,343.7871,76.1516,0,0,0,100,0), +(@PATH,7,3074.878,340.6855,74.60417,0,0,0,100,0), +(@PATH,8,3089.834,339.6018,71.35417,0,0,0,100,0); + +-- Pathing for Magnataur Patriarch Entry: 26295 +SET @NPC := 113264; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3455.645,`position_y`=450.5741,`position_z`=55.77813 WHERE `guid`=@NPC; +DELETE FROM `creature` WHERE `guid`=131082; +DELETE FROM `creature_addon` WHERE `guid`=131082; +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,3461.032,458.0605,55.52813,0,0,0,100,0), +(@PATH,2,3459.928,468.002,57.48453,0,0,0,100,0), +(@PATH,3,3461.031,458.0605,55.52813,0,0,0,100,0), +(@PATH,4,3455.645,450.5741,55.77813,0,0,0,100,0), +(@PATH,5,3449.821,447.5877,56.65313,0,0,0,100,0), +(@PATH,6,3444.278,447.4793,57.77813,0,0,0,100,0), +(@PATH,7,3449.821,447.5877,56.65313,0,0,0,100,0), +(@PATH,8,3455.645,450.5741,55.77813,0,0,0,100,0); + +-- Pathing for Magnataur Patriarch Entry: 26295 +SET @NPC := 113259; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=4335.951,`position_y`=-180.1597,`position_z`=80.65488 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,4314.526,-194.2564,76.19753,0,0,0,100,0), +(@PATH,2,4310.347,-212.7189,75.1636,0,0,0,100,0), +(@PATH,3,4319.451,-236.1514,78.55873,0,0,0,100,0), +(@PATH,4,4310.347,-212.7189,75.1636,0,0,0,100,0), +(@PATH,5,4314.526,-194.2564,76.19753,0,0,0,100,0), +(@PATH,6,4335.951,-180.1597,80.65488,0,0,0,100,0); + +-- Pathing for Anub'ar Cultist Entry: 26319 +SET @NPC := 115435; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=4063.753,`position_y`=2196.374,`position_z`=151.8217 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,4054.478,2188.652,151.9467,0,0,0,100,0), +(@PATH,2,4039.943,2185.158,151.6967,0,0,0,100,0), +(@PATH,3,4054.478,2188.652,151.9467,0,0,0,100,0), +(@PATH,4,4063.753,2196.374,151.8217,0,0,0,100,0), +(@PATH,5,4066.901,2217.657,152.0965,0,0,0,100,0), +(@PATH,6,4060.092,2234.396,151.5342,0,0,0,100,0), +(@PATH,7,4066.901,2217.657,152.0965,0,0,0,100,0), +(@PATH,8,4063.753,2196.374,151.8217,0,0,0,100,0); + +-- Pathing for Tempus Wyrm Entry: 32180 +SET @NPC := 112957; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=4165.901,`position_y`=-407.722,`position_z`=155.0924 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,4161.29,-415.327,155.0924,0,0,0,100,0), +(@PATH,2,4157.975,-426.0655,155.0924,0,0,0,100,0), +(@PATH,3,4149.574,-441.3904,155.0924,0,0,0,100,0), +(@PATH,4,4138.248,-453.2982,155.0924,0,0,0,100,0), +(@PATH,5,4125.589,-462.9384,155.0924,0,0,0,100,0), +(@PATH,6,4108.414,-468.0847,155.0925,0,0,0,100,0), +(@PATH,7,4093.35,-469.384,155.0924,0,0,0,100,0), +(@PATH,8,4076.784,-468.8313,155.0924,0,0,0,100,0), +(@PATH,9,4060.223,-464.068,155.0924,0,0,0,100,0), +(@PATH,10,4047.407,-453.0881,155.0924,0,0,0,100,0), +(@PATH,11,4034.705,-434.9922,155.0924,0,0,0,100,0), +(@PATH,12,4028.23,-418.9452,155.0924,0,0,0,100,0), +(@PATH,13,4027.506,-402.0115,155.0925,0,0,0,100,0), +(@PATH,14,4032.801,-387.0902,155.0924,0,0,0,100,0), +(@PATH,15,4040.891,-372.8224,155.0924,0,0,0,100,0), +(@PATH,16,4051.813,-359.7613,155.0924,0,0,0,100,0), +(@PATH,17,4065.439,-349.6774,155.0924,0,0,0,100,0), +(@PATH,18,4080.03,-344.1142,155.0924,0,0,0,100,0), +(@PATH,19,4095.92,-340.0204,155.0924,0,0,0,100,0), +(@PATH,20,4118.203,-337.1474,155.0924,0,0,0,100,0), +(@PATH,21,4146.275,-349.1546,155.0924,0,0,0,100,0), +(@PATH,22,4157.594,-358.4243,155.0924,0,0,0,100,0), +(@PATH,23,4168.311,-372.3049,155.0925,0,0,0,100,0), +(@PATH,24,4170.974,-391.4471,155.0924,0,0,0,100,0), +(@PATH,25,4165.901,-407.722,155.0924,0,0,0,100,0); + +-- Pathing for Infinite Eradicator Entry: 32185 +SET @NPC := 113438; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=4190.591,`position_y`=-350.934,`position_z`=146.6842 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,4207.472,-375.1424,146.6842,0,0,0,100,0), +(@PATH,2,4214.245,-404.9322,146.6842,0,0,0,100,0), +(@PATH,3,4209.104,-434.3985,146.6843,0,0,0,100,0), +(@PATH,4,4196.61,-460.4471,146.6842,0,0,0,100,0), +(@PATH,5,4170.492,-477.5867,146.6842,0,0,0,100,0), +(@PATH,6,4139.513,-481.6089,146.6842,0,0,0,100,0), +(@PATH,7,4111.95,-465.5229,146.6842,0,0,0,100,0), +(@PATH,8,4091.976,-440.942,146.6842,0,0,0,100,0), +(@PATH,9,4095.912,-407.7865,146.6842,0,0,0,100,0), +(@PATH,10,4098.527,-380.9193,146.6842,0,0,0,100,0), +(@PATH,11,4091.802,-357.8462,146.6842,0,0,0,100,0), +(@PATH,12,4075.851,-333.6917,146.6842,0,0,0,100,0), +(@PATH,13,4055.005,-351.5806,146.6842,0,0,0,100,0), +(@PATH,14,4051.888,-372.2745,146.6842,0,0,0,100,0), +(@PATH,15,4056.19,-395.6217,146.6842,0,0,0,100,0), +(@PATH,16,4061.398,-417.6198,146.6842,0,0,0,100,0), +(@PATH,17,4062.656,-443.156,146.6842,0,0,0,100,0), +(@PATH,18,4085.277,-457.1473,146.6842,0,0,0,100,0), +(@PATH,19,4107.788,-455.9095,146.6842,0,0,0,100,0), +(@PATH,20,4117.597,-435.8233,146.6842,0,0,0,100,0), +(@PATH,21,4113.671,-413.1419,146.6842,0,0,0,100,0), +(@PATH,22,4105.402,-392.1701,146.6842,0,0,0,100,0), +(@PATH,23,4106.15,-363.3776,146.6842,0,0,0,100,0), +(@PATH,24,4131.285,-341.2223,146.6842,0,0,0,100,0), +(@PATH,25,4162.843,-332.6555,146.6842,0,0,0,100,0), +(@PATH,26,4190.591,-350.934,146.6842,0,0,0,100,0); + +-- Pathing for Infinite Eradicator Entry: 32185 +SET @NPC := 113436; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=4181.173,`position_y`=-369.9417,`position_z`=146.6842 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,4191.631,-389.251,146.6842,0,0,0,100,0), +(@PATH,2,4193.926,-411.0253,146.6842,0,0,0,100,0), +(@PATH,3,4187.936,-433.0087,146.6843,0,0,0,100,0), +(@PATH,4,4176.908,-452.5828,146.6842,0,0,0,100,0), +(@PATH,5,4156.808,-461.3777,146.6842,0,0,0,100,0), +(@PATH,6,4135.129,-460.8535,146.6842,0,0,0,100,0), +(@PATH,7,4119.67,-445.7643,146.6842,0,0,0,100,0), +(@PATH,8,4107.466,-426.4492,146.6842,0,0,0,100,0), +(@PATH,9,4117.114,-407.0864,146.6842,0,0,0,100,0), +(@PATH,10,4119.729,-381.6279,146.6842,0,0,0,100,0), +(@PATH,11,4112.734,-354.4067,146.6842,0,0,0,100,0), +(@PATH,12,4093.601,-322.0753,146.6842,0,0,0,100,0), +(@PATH,13,4052.978,-330.4644,146.6842,0,0,0,100,0), +(@PATH,14,4034.263,-360.4702,146.6842,0,0,0,100,0), +(@PATH,15,4035.172,-392.7458,146.6842,0,0,0,100,0), +(@PATH,16,4040.271,-419.5353,146.6842,0,0,0,100,0), +(@PATH,17,4041.469,-444.2213,146.6842,0,0,0,100,0), +(@PATH,18,4071.126,-472.951,146.6842,0,0,0,100,0), +(@PATH,19,4103.979,-476.7779,146.6842,0,0,0,100,0), +(@PATH,20,4129.341,-453.4892,146.6842,0,0,0,100,0), +(@PATH,21,4134.468,-417.3209,146.6842,0,0,0,100,0), +(@PATH,22,4126.431,-389.3766,146.6842,0,0,0,100,0), +(@PATH,23,4127.358,-363.8509,146.6842,0,0,0,100,0), +(@PATH,24,4147.167,-355.2841,146.6842,0,0,0,100,0), +(@PATH,25,4170.109,-352.5856,146.6842,0,0,0,100,0), +(@PATH,26,4181.173,-369.9417,146.6842,0,0,0,100,0); + +-- Pathing for Laire Brewgold Entry: 32424 +SET @NPC := 111730; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=5661.111,`position_y`=726.7043,`position_z`=641.6643 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,5656.774,721.9439,641.6959,0,0,0,100,0), +(@PATH,2,5653.122,721.5146,641.6296,0,0,0,100,0), +(@PATH,3,5649.408,722.6322,641.5455,0,0,0,100,0), +(@PATH,4,5645.466,725.3781,641.6395,0,0,0,100,0), +(@PATH,5,5639.154,728.4048,641.61,0,0,0,100,0), +(@PATH,6,5635.932,732.4274,641.7092,5000,0,0,100,0), +(@PATH,7,5639.154,728.4048,641.61,0,0,0,100,0), +(@PATH,8,5645.889,733.0624,641.682,0,0,0,100,0), +(@PATH,9,5655.076,730.4822,641.6819,0,0,0,100,0), +(@PATH,10,5661.111,726.7043,641.6643,0,0,0,100,0); + +-- Fixup Injured Soldier Waypoint 01 Set as trigger +UPDATE `creature` SET `modelid`=0 WHERE `id` IN (27792); +UPDATE `creature_template` SET `InhabitType`=3,`flags_extra`=`flags_extra`|128 WHERE `entry` IN (27792); + +-- Pathing for Injured Soldier Waypoint 01 Entry: 27792 +SET @NPC := 133440; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3687.688,`position_y`=-1131.765,`position_z`=98.09109 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,3694.245,-1132.365,97.6494,0,0,0,100,0), +(@PATH,2,3697.133,-1137.371,97.6494,0,0,0,100,0), +(@PATH,3,3707.083,-1140.569,98.09109,0,0,0,100,0), +(@PATH,4,3697.133,-1137.371,97.6494,0,0,0,100,0), +(@PATH,5,3694.245,-1132.365,97.6494,0,0,0,100,0), +(@PATH,6,3687.688,-1131.765,98.09109,0,0,0,100,0); + +-- Pathing for Injured Soldier Waypoint 01 Entry: 27792 +SET @NPC := 133441; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3639.129,`position_y`=-1245.702,`position_z`=98.09111 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,3646.784,-1246.543,98.26001,0,0,0,100,0), +(@PATH,2,3647.515,-1248.791,98.26001,0,0,0,100,0), +(@PATH,3,3655.563,-1252.757,98.09111,0,0,0,100,0), +(@PATH,4,3647.515,-1248.791,98.26001,0,0,0,100,0), +(@PATH,5,3646.784,-1246.543,98.26001,0,0,0,100,0), +(@PATH,6,3639.129,-1245.702,98.09111,0,0,0,100,0), +(@PATH,7,3634.578,-1242.256,98.09111,0,0,0,100,0), +(@PATH,8,3639.129,-1245.702,98.09111,0,0,0,100,0); + +-- Pathing for Injured Soldier Waypoint 01 Entry: 27792 +SET @NPC := 133439; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3656.245,`position_y`=-1252.887,`position_z`=98.09111 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,3634.244,-1242.946,98.09111,0,0,0,100,0), +(@PATH,2,3656.245,-1252.887,98.09111,0,0,0,100,0); + +-- Pathing for Injured Soldier Waypoint 01 Entry: 27792 +SET @NPC := 133438; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3706.577,`position_y`=-1140.745,`position_z`=98.09109 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,3688.351,-1132.398,98.09109,0,0,0,100,0), +(@PATH,2,3706.577,-1140.745,98.09109,0,0,0,100,0); + +DELETE FROM `creature` WHERE `guid`=109148; +DELETE FROM `creature_addon` WHERE `guid`=109148; + +-- Fixup Injured Soldier Waypoint 02 Set as trigger +UPDATE `creature` SET `modelid`=0 WHERE `id` IN (27793); +UPDATE `creature_template` SET `InhabitType`=3,`flags_extra`=`flags_extra`|128 WHERE `entry` IN (27793); + +-- Pathing for Injured Soldier Waypoint 02 Entry: 27793 +SET @NPC := 133449; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3662.666,`position_y`=-1239.828,`position_z`=98.09111 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,3641.625,-1230.667,98.09111,0,0,0,100,0), +(@PATH,2,3662.666,-1239.828,98.09111,0,0,0,100,0); + +-- Pathing for Injured Soldier Waypoint 02 Entry: 27793 +SET @NPC := 133450; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3680.119,`position_y`=-1145.329,`position_z`=98.09109 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,3688.248,-1146.153,97.6494,0,0,0,100,0), +(@PATH,2,3691.404,-1149.929,97.6494,0,0,0,100,0), +(@PATH,3,3694.596,-1152.75,97.6494,0,0,0,100,0), +(@PATH,4,3700.401,-1152.819,98.09109,0,0,0,100,0), +(@PATH,5,3701.976,-1154.921,98.09109,0,0,0,100,0), +(@PATH,6,3700.401,-1152.819,98.09109,0,0,0,100,0), +(@PATH,7,3694.596,-1152.75,97.6494,0,0,0,100,0), +(@PATH,8,3691.404,-1149.929,97.6494,0,0,0,100,0), +(@PATH,9,3688.248,-1146.153,97.6494,0,0,0,100,0), +(@PATH,10,3680.119,-1145.329,98.09109,0,0,0,100,0); + +-- Pathing for Injured Soldier Waypoint 02 Entry: 27793 +SET @NPC := 109632; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `id`=27793,`spawndist`=0,`MovementType`=2,`position_x`=3681.213,`position_y`=-1145.856,`position_z`=98.09109 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,3699.753,-1153.359,98.09109,0,0,0,100,0), +(@PATH,2,3681.213,-1145.856,98.09109,0,0,0,100,0); + +-- Pathing for Injured Soldier Waypoint 02 Entry: 27793 +SET @NPC := 109633; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `id`=27793,`spawndist`=0,`MovementType`=2,`position_x`=3640.924,`position_y`=-1231.039,`position_z`=98.09111 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,3649.915,-1232.593,98.26001,0,0,0,100,0), +(@PATH,2,3656.266,-1238.324,98.09111,0,0,0,100,0), +(@PATH,3,3660.733,-1237.718,98.09111,0,0,0,100,0), +(@PATH,4,3656.266,-1238.324,98.09111,0,0,0,100,0), +(@PATH,5,3649.915,-1232.593,98.26001,0,0,0,100,0), +(@PATH,6,3640.924,-1231.039,98.09111,0,0,0,100,0); + +-- Fixup Injured Soldier Waypoint 03 Set as trigger +UPDATE `creature` SET `modelid`=0 WHERE `id` IN (27794); +UPDATE `creature_template` SET `InhabitType`=3,`flags_extra`=`flags_extra`|128 WHERE `entry` IN (27794); + +-- Pathing for Injured Soldier Waypoint 03 Entry: 27794 +SET @NPC := 133451; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3661.358,`position_y`=-1221.376,`position_z`=98.09111 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,3665.178,-1225.378,98.09111,0,0,0,100,0), +(@PATH,2,3661.358,-1221.376,98.09111,0,0,0,100,0), +(@PATH,3,3654.384,-1216.99,98.09111,0,0,0,100,0), +(@PATH,4,3647.583,-1216.188,98.09111,0,0,0,100,0), +(@PATH,5,3654.384,-1216.99,98.09111,0,0,0,100,0), +(@PATH,6,3661.358,-1221.376,98.09111,0,0,0,100,0); + +-- Pathing for Injured Soldier Waypoint 03 Entry: 27794 +SET @NPC := 133452; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3668.855,`position_y`=-1225.114,`position_z`=98.09111 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,3647.801,-1216.172,98.09111,0,0,0,100,0), +(@PATH,2,3668.855,-1225.114,98.09111,0,0,0,100,0); + +-- Pathing for Injured Soldier Waypoint 03 Entry: 27794 +SET @NPC := 133453; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3675.706,`position_y`=-1162.181,`position_z`=98.09109 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,3693.215,-1169.852,98.09109,0,0,0,100,0), +(@PATH,2,3675.706,-1162.181,98.09109,0,0,0,100,0); + +-- Pathing for Injured Soldier Waypoint 03 Entry: 27794 +SET @NPC := 133454; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3685.215,`position_y`=-1162.893,`position_z`=97.6494 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,3685.235,-1167.974,98.09109,0,0,0,100,0), +(@PATH,2,3694.442,-1170.397,98.09109,0,0,0,100,0), +(@PATH,3,3685.235,-1167.974,98.09109,0,0,0,100,0), +(@PATH,4,3685.316,-1162.941,97.6494,0,0,0,100,0), +(@PATH,5,3675.632,-1164.499,98.09109,0,0,0,100,0), +(@PATH,6,3674.321,-1160.317,98.09109,0,0,0,100,0), +(@PATH,7,3675.632,-1164.499,98.09109,0,0,0,100,0), +(@PATH,8,3685.215,-1162.893,97.6494,0,0,0,100,0); + +-- Fixup Injured Soldier Summon Point Set as trigger +UPDATE `creature` SET `modelid`=0 WHERE `id` IN (27795); +UPDATE `creature_template` SET `InhabitType`=3,`flags_extra`=`flags_extra`|128 WHERE `entry` IN (27795); + +-- Pathing for Injured Soldier Summon Point Entry: 27795 +SET @NPC := 109737; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3635.371,`position_y`=-1260.123,`position_z`=98.09111 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,3639.637,-1256.701,98.09111,0,0,0,100,0), +(@PATH,2,3641.038,-1263.186,98.09111,0,0,0,100,0), +(@PATH,3,3645.456,-1260.151,98.09111,0,0,0,100,0), +(@PATH,4,3646.584,-1265.838,98.09111,0,0,0,100,0), +(@PATH,5,3649.356,-1262.853,98.09111,0,0,0,100,0), +(@PATH,6,3650.487,-1267.485,98.09111,0,0,0,100,0), +(@PATH,7,3649.356,-1262.853,98.09111,0,0,0,100,0), +(@PATH,8,3646.584,-1265.838,98.09111,0,0,0,100,0), +(@PATH,9,3645.456,-1260.151,98.09111,0,0,0,100,0), +(@PATH,10,3641.148,-1263.11,98.09111,0,0,0,100,0), +(@PATH,11,3639.637,-1256.701,98.09111,0,0,0,100,0), +(@PATH,12,3635.371,-1260.123,98.09111,0,0,0,100,0), +(@PATH,13,3634.036,-1255.147,98.09111,0,0,0,100,0), +(@PATH,14,3628.426,-1256.89,98.09111,0,0,0,100,0), +(@PATH,15,3634.036,-1255.147,98.09111,0,0,0,100,0), +(@PATH,16,3635.371,-1260.123,98.09111,0,0,0,100,0); + +-- Pathing for Injured Soldier Summon Point Entry: 27795 +SET @NPC := 133459; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3639.455,`position_y`=-1259.333,`position_z`=98.09111 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,3635.177,-1258.972,98.09111,0,0,0,100,0), +(@PATH,2,3628.478,-1255.191,98.09111,0,0,0,100,0), +(@PATH,3,3635.177,-1258.972,98.09111,0,0,0,100,0), +(@PATH,4,3639.455,-1259.333,98.09111,0,0,0,100,0), +(@PATH,5,3649.663,-1265.676,98.09111,0,0,0,100,0), +(@PATH,6,3639.455,-1259.333,98.09111,0,0,0,100,0); + +-- Pathing for Injured Soldier Summon Point Entry: 27795 +SET @NPC := 133458; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3690.377,`position_y`=-1120.719,`position_z`=98.09109 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,3714.914,-1132.499,98.09109,0,0,0,100,0), +(@PATH,2,3690.377,-1120.719,98.09109,0,0,0,100,0); + +-- Pathing for Injured Soldier Summon Point Entry: 27795 +SET @NPC := 133456; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3704.953,`position_y`=-1125.08,`position_z`=98.09109 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,3695.954,-1125.092,98.09109,0,0,0,100,0), +(@PATH,2,3690.822,-1117.956,98.09109,0,0,0,100,0), +(@PATH,3,3695.954,-1125.092,98.09109,0,0,0,100,0), +(@PATH,4,3704.953,-1125.08,98.09109,0,0,0,100,0), +(@PATH,5,3711.798,-1131.639,98.09109,0,0,0,100,0), +(@PATH,6,3704.953,-1125.08,98.09109,0,0,0,100,0); + +-- Pathing for Tattered Abomination Entry: 27797 +SET @NPC := 133490; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3596.785,`position_y`=-1234.963,`position_z`=89.07387 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,3611.023,-1205.49,89.12477,0,0,0,100,0), +(@PATH,2,3596.785,-1234.963,89.07387,0,0,0,100,0); +-- 0xF130006C9505F3CC .go 3611.023 -1205.49 89.12477 + +-- Pathing for Carrion Condor Entry: 26174 +SET @NPC := 101925; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3451.899,`position_y`=3774.349,`position_z`=60.27904 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,3448.265,3763.589,58.0846,0,0,0,100,0), +(@PATH,2,3436.357,3758.859,60.27904,0,0,0,100,0), +(@PATH,3,3427.118,3761.404,60.27904,0,0,0,100,0), +(@PATH,4,3424.513,3775.218,58.22348,0,0,0,100,0), +(@PATH,5,3436.752,3781.46,63.00128,0,0,0,100,0), +(@PATH,6,3451.899,3774.349,60.27904,0,0,0,100,0); + +-- Pathing for Carrion Condor Entry: 26174 +SET @NPC := 101886; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3470.062,`position_y`=3504.777,`position_z`=60.02877 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,3489.508,3468.938,55.75098,0,0,0,100,0), +(@PATH,2,3510.609,3460.939,68.02877,0,0,0,100,0), +(@PATH,3,3538.059,3469.108,64.88989,0,0,0,100,0), +(@PATH,4,3555.875,3503.135,68.02877,0,0,0,100,0), +(@PATH,5,3568.626,3532.901,68.02877,0,0,0,100,0), +(@PATH,6,3563.242,3557.899,68.02877,0,0,0,100,0), +(@PATH,7,3527.993,3578.705,68.02877,0,0,0,100,0), +(@PATH,8,3490.05,3549.902,68.02877,0,0,0,100,0), +(@PATH,9,3470.062,3504.777,60.02877,0,0,0,100,0); + +-- Pathing for Carrion Condor Entry: 26174 +SET @NPC := 101817; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3499.697,`position_y`=3508.944,`position_z`=62.80863 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,3496.299,3531.275,62.80864,0,0,0,100,0), +(@PATH,2,3502.673,3553.807,62.08641,0,0,0,100,0), +(@PATH,3,3522.777,3562.911,64.72532,0,0,0,100,0), +(@PATH,4,3549.392,3558.91,58.39198,0,0,0,100,0), +(@PATH,5,3561,3538.082,64.39198,0,0,0,100,0), +(@PATH,6,3554.785,3496.833,60.16974,0,0,0,100,0), +(@PATH,7,3518.356,3475.909,62.80864,0,0,0,100,0), +(@PATH,8,3499.697,3508.944,62.80863,0,0,0,100,0); + +-- Pathing for Carrion Condor Entry: 26174 +SET @NPC := 101887; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3487.025,`position_y`=3801.495,`position_z`=64.28619 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,3508.315,3787.482,64.28619,0,0,0,100,0), +(@PATH,2,3525.658,3795.386,64.28619,0,0,0,100,0), +(@PATH,3,3515.372,3818.548,64.28619,0,0,0,100,0), +(@PATH,4,3510.063,3829.02,64.28619,0,0,0,100,0), +(@PATH,5,3500.235,3840.592,64.28619,0,0,0,100,0), +(@PATH,6,3487.377,3829.144,64.28619,0,0,0,100,0), +(@PATH,7,3487.025,3801.495,64.28619,0,0,0,100,0); + +-- Pathing for Carrion Condor Entry: 26174 +SET @NPC := 101840; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3525.344,`position_y`=3832.733,`position_z`=69.65799 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,3531.916,3820.634,72.24132,0,0,0,100,0), +(@PATH,2,3526.877,3800.81,72.24132,0,0,0,100,0), +(@PATH,3,3515.555,3788.204,72.24132,0,0,0,100,0), +(@PATH,4,3500.742,3787.609,72.24132,0,0,0,100,0), +(@PATH,5,3491.085,3798.095,70.21355,0,0,0,100,0), +(@PATH,6,3493.959,3822.765,75.10243,0,0,0,100,0), +(@PATH,7,3505.338,3836.017,72.24132,0,0,0,100,0), +(@PATH,8,3525.344,3832.733,69.65799,0,0,0,100,0); + +-- Pathing for Carrion Condor Entry: 26174 +SET @NPC := 101929; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3512.759,`position_y`=3582.701,`position_z`=53.18045 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,3535.782,3562.454,57.09711,0,0,0,100,0), +(@PATH,2,3546.515,3533.243,53.18045,0,0,0,100,0), +(@PATH,3,3551.337,3503.115,53.18045,0,0,0,100,0), +(@PATH,4,3538.455,3471.695,53.18045,0,0,0,100,0), +(@PATH,5,3508.635,3459.773,53.18045,0,0,0,100,0), +(@PATH,6,3482.672,3471.235,53.18045,0,0,0,100,0), +(@PATH,7,3466.057,3507.579,53.18045,0,0,0,100,0), +(@PATH,8,3464.838,3544.961,53.18045,0,0,0,100,0), +(@PATH,9,3486.096,3576.008,53.18045,0,0,0,100,0), +(@PATH,10,3512.759,3582.701,53.18045,0,0,0,100,0); + +-- Pathing for Carrion Condor Entry: 26174 +SET @NPC := 101855; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3561,`position_y`=3538.082,`position_z`=64.39198 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,3554.785,3496.833,60.16974,0,0,0,100,0), +(@PATH,2,3518.356,3475.909,62.80864,0,0,0,100,0), +(@PATH,3,3499.697,3508.944,62.80863,0,0,0,100,0), +(@PATH,4,3496.299,3531.275,62.80864,0,0,0,100,0), +(@PATH,5,3502.673,3553.807,62.08641,0,0,0,100,0), +(@PATH,6,3522.777,3562.911,64.72532,0,0,0,100,0), +(@PATH,7,3549.392,3558.91,58.39198,0,0,0,100,0), +(@PATH,8,3561,3538.082,64.39198,0,0,0,100,0); + +-- Pathing for Grove Walker Entry: 31228 +SET @NPC := 120259; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=5767.086,`position_y`=554.6254,`position_z`=159.9334 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,5788.306,541.5344,167.8084,0,0,0,100,0), +(@PATH,2,5811.419,543.5833,174.3569,0,0,0,100,0), +(@PATH,3,5820.507,571.3627,171.8876,0,0,0,100,0), +(@PATH,4,5808.849,592.7281,167.2626,0,0,0,100,0), +(@PATH,5,5794.39,615.308,162.3778,0,0,0,100,0), +(@PATH,6,5782.429,599.8776,160.4631,0,0,0,100,0), +(@PATH,7,5772.276,576.5581,158.2131,0,0,0,100,0), +(@PATH,8,5767.086,554.6254,159.9334,0,0,0,100,0); + +-- Pathing for Ancient Watcher Entry: 31229 +SET @NPC := 120410; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=5790.005,`position_y`=419.9462,`position_z`=177.7312 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,5825.215,357.9948,189.9353,0,0,0,100,0), +(@PATH,2,5790.005,419.9462,177.7312,0,0,0,100,0), +(@PATH,3,5799.53,427.6059,180.2312,0,0,0,100,0), +(@PATH,4,5802.141,444.2674,181.5455,0,0,0,100,0), +(@PATH,5,5806.649,507.7448,178.8326,0,0,0,100,0), +(@PATH,6,5814.846,560.8038,170.8569,0,0,0,100,0), +(@PATH,7,5781.772,575.9896,160.5881,0,0,0,100,0), +(@PATH,8,5786.224,593.0746,162.2131,0,0,0,100,0), +(@PATH,9,5816.907,596.3663,169.6376,0,0,0,100,0), +(@PATH,10,5786.224,593.0746,162.2131,0,0,0,100,0), +(@PATH,11,5781.772,575.9896,160.5881,0,0,0,100,0), +(@PATH,12,5814.846,560.8038,170.8569,0,0,0,100,0), +(@PATH,13,5806.649,507.7448,178.8326,0,0,0,100,0), +(@PATH,14,5802.141,444.2674,181.5455,0,0,0,100,0), +(@PATH,15,5799.53,427.6059,180.2312,0,0,0,100,0), +(@PATH,16,5790.005,419.9462,177.7312,0,0,0,100,0); + +-- Pathing for Northrend Daily Dungeon Image Bunny Entry: 32265 +SET @NPC := 97334; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=5704.948,`position_y`=584.5382,`position_z`=653.6223 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,5703.734,582.9427,653.631,0,0,0,100,0), +(@PATH,2,5701.61,583.4393,653.6489,0,0,0,100,0), +(@PATH,3,5700.888,585.4722,653.6498,0,0,0,100,0), +(@PATH,4,5702.143,586.9913,653.6417,0,0,0,100,0), +(@PATH,5,5704.137,586.5278,653.6327,0,0,0,100,0), +(@PATH,6,5704.948,584.5382,653.6223,0,0,0,100,0); +-- 0xF130007E090099EB .go 5703.734 582.9427 653.631 +-- Fixup Northrend Daily Dungeon Image Bunny Set as trigger +UPDATE `creature` SET `modelid`=0 WHERE `id` IN (32265); +UPDATE `creature_template` SET `InhabitType`=7,`flags_extra`=`flags_extra`|128 WHERE `entry` IN (32265); + +-- Pathing for Vern Entry: 32435 (RARE) +SET @NPC := 112862; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=5856.26,`position_y`=589.199,`position_z`=608.38 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,5849.843,581.8642,610.2223,0,0,0,100,0), +(@PATH,2,5856.26,589.199,608.38,0,0,0,100,0), +(@PATH,3,5848.6,611.398,605.308,0,0,0,100,0), +(@PATH,4,5861.108,630.3746,601.8403,0,0,0,100,0), +(@PATH,5,5848.6,611.398,605.308,0,0,0,100,0), +(@PATH,6,5856.26,589.199,608.38,0,0,0,100,0); + +-- Pathing for Underbelly Croc Entry: 32441 +SET @NPC := 113419; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=5894.618,`position_y`=654.9387,`position_z`=615.2944 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,5881.377,637.9071,615.1934,0,0,0,100,0), +(@PATH,2,5894.618,654.9387,615.2944,0,0,0,100,0); + diff --git a/sql/old/3.3.5a/2011_05_18_09_world_waypoints.sql b/sql/old/3.3.5a/2011_05_18_09_world_waypoints.sql new file mode 100644 index 00000000000..fb8adf5888e --- /dev/null +++ b/sql/old/3.3.5a/2011_05_18_09_world_waypoints.sql @@ -0,0 +1,3093 @@ +-- Pathing for Boulderfist Ogre Entry: 2562 +SET @NPC := 11694; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-1164.584,`position_y`=-2115.625,`position_z`=68.11761 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,-1156.91,-2120.744,65.86761,0,0,0,100,0), +(@PATH,2,-1151.243,-2126.754,66.36761,0,0,0,100,0), +(@PATH,3,-1147.579,-2132.875,68.11761,0,0,0,100,0), +(@PATH,4,-1154.89,-2124.491,66.11761,0,0,0,100,0), +(@PATH,5,-1161.565,-2118.392,66.36761,0,0,0,100,0), +(@PATH,6,-1170.198,-2117.061,70.99816,0,0,0,100,0), +(@PATH,7,-1164.584,-2115.625,68.11761,0,0,0,100,0); + +-- Pathing for Boulderfist Brute Entry: 2566 +SET @NPC := 11644; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-2039.689,`position_y`=-2809.004,`position_z`=73.84588 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,-2033.668,-2815.25,74.41247,0,0,0,100,0), +(@PATH,2,-2028.261,-2821.853,74.32455,0,0,0,100,0), +(@PATH,3,-2020.386,-2829.258,74.87946,0,0,0,100,0), +(@PATH,4,-2028.261,-2821.853,74.32455,0,0,0,100,0), +(@PATH,5,-2033.668,-2815.25,74.41247,0,0,0,100,0), +(@PATH,6,-2039.689,-2809.004,73.84588,0,0,0,100,0), +(@PATH,7,-2044.486,-2802.611,72.68762,0,0,0,100,0), +(@PATH,8,-2039.689,-2809.004,73.84588,0,0,0,100,0); + +-- Pathing for Boulderfist Mauler Entry: 2569 +SET @NPC := 14642; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-1642.37,`position_y`=-1744.458,`position_z`=67.69829 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,-1627.052,-1744.242,67.56577,0,0,0,100,0), +(@PATH,2,-1616.662,-1744.105,67.56577,0,0,0,100,0), +(@PATH,3,-1608.299,-1743.981,67.44077,0,0,0,100,0), +(@PATH,4,-1616.662,-1744.105,67.56577,0,0,0,100,0), +(@PATH,5,-1627.052,-1744.242,67.56577,0,0,0,100,0), +(@PATH,6,-1642.37,-1744.458,67.69829,0,0,0,100,0), +(@PATH,7,-1664.298,-1744.454,67.44829,0,0,0,100,0), +(@PATH,8,-1676.667,-1743.748,65.34362,0,0,0,100,0), +(@PATH,9,-1691.087,-1741.401,59.84362,0,0,0,100,0), +(@PATH,10,-1706.169,-1741.839,54.79599,0,0,0,100,0), +(@PATH,11,-1718.415,-1734.593,52.29599,0,0,0,100,0), +(@PATH,12,-1706.169,-1741.839,54.79599,0,0,0,100,0), +(@PATH,13,-1691.087,-1741.401,59.84362,0,0,0,100,0), +(@PATH,14,-1676.667,-1743.748,65.34362,0,0,0,100,0), +(@PATH,15,-1664.298,-1744.454,67.44829,0,0,0,100,0), +(@PATH,16,-1642.37,-1744.458,67.69829,0,0,0,100,0); + +-- Pathing for Dabyrie Militia Entry: 2581 +SET @NPC := 11725; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-1000.796,`position_y`=-2923.265,`position_z`=62.16119 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,-974.3457,-2905.903,65.16662,0,0,0,100,0), +(@PATH,2,-971.5711,-2893.533,64.60294,0,0,0,100,0), +(@PATH,3,-974.319,-2879.502,64.35294,0,0,0,100,0), +(@PATH,4,-971.5711,-2893.533,64.60294,0,0,0,100,0), +(@PATH,5,-974.3457,-2905.903,65.16662,0,0,0,100,0), +(@PATH,6,-1000.796,-2923.265,62.16119,0,0,0,100,0), +(@PATH,7,-1017.62,-2925.441,56.91119,0,0,0,100,0), +(@PATH,8,-1034.279,-2926.776,52.40142,0,0,0,100,0), +(@PATH,9,-1040.623,-2924.862,49.40142,0,0,0,100,0), +(@PATH,10,-1034.279,-2926.776,52.40142,0,0,0,100,0), +(@PATH,11,-1017.62,-2925.441,56.91119,0,0,0,100,0), +(@PATH,12,-1000.796,-2923.265,62.16119,0,0,0,100,0); + +-- Pathing for Dabyrie Militia Entry: 2581 +SET @NPC := 12050; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-1110.044,`position_y`=-2911.982,`position_z`=41.67108 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,-1111.091,-2921.517,42.92108,0,0,0,100,0), +(@PATH,2,-1107.97,-2932.903,44.67108,0,0,0,100,0), +(@PATH,3,-1099.177,-2943.237,45.82201,0,0,0,100,0), +(@PATH,4,-1084.851,-2946.95,46.07201,0,0,0,100,0), +(@PATH,5,-1072.699,-2945.52,46.19701,0,0,0,100,0), +(@PATH,6,-1062.084,-2941.41,46.44701,0,0,0,100,0), +(@PATH,7,-1058.887,-2930.384,42.52642,0,0,0,100,0), +(@PATH,8,-1057.631,-2918.993,42.52642,0,0,0,100,0), +(@PATH,9,-1058.887,-2930.384,42.52642,0,0,0,100,0), +(@PATH,10,-1062.084,-2941.41,46.44701,0,0,0,100,0), +(@PATH,11,-1072.699,-2945.52,46.19701,0,0,0,100,0), +(@PATH,12,-1084.851,-2946.95,46.07201,0,0,0,100,0), +(@PATH,13,-1099.177,-2943.237,45.82201,0,0,0,100,0), +(@PATH,14,-1107.97,-2932.903,44.67108,0,0,0,100,0), +(@PATH,15,-1111.091,-2921.517,42.92108,0,0,0,100,0), +(@PATH,16,-1110.044,-2911.982,41.67108,0,0,0,100,0); + +-- Pathing for Dabyrie Militia Entry: 2581 +SET @NPC := 12045; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-1101.002,`position_y`=-2927.062,`position_z`=42.29608 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,-1095.116,-2939.863,44.40173,0,0,0,100,0), +(@PATH,2,-1070.158,-2937.697,43.07201,0,0,0,100,0), +(@PATH,3,-1067.749,-2926.622,42.23072,0,0,0,100,0), +(@PATH,4,-1070.943,-2917.517,42.23072,0,0,0,100,0), +(@PATH,5,-1067.804,-2909.401,42.23072,0,0,0,100,0), +(@PATH,6,-1061.041,-2901.267,42.15142,0,0,0,100,0), +(@PATH,7,-1067.804,-2909.401,42.23072,0,0,0,100,0), +(@PATH,8,-1070.943,-2917.517,42.23072,0,0,0,100,0), +(@PATH,9,-1067.749,-2926.622,42.23072,0,0,0,100,0), +(@PATH,10,-1070.158,-2937.697,43.07201,0,0,0,100,0), +(@PATH,11,-1095.116,-2939.863,44.40173,0,0,0,100,0), +(@PATH,12,-1101.002,-2927.062,42.29608,0,0,0,100,0); + +-- Pathing for Dabyrie Militia Entry: 2581 +SET @NPC := 12055; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-1113.975,`position_y`=-2819.176,`position_z`=41.96498 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,-1103.284,-2808.888,41.96498,0,0,0,100,0), +(@PATH,2,-1113.975,-2819.176,41.96498,0,0,0,100,0), +(@PATH,3,-1125.615,-2831.386,42.21498,0,0,0,100,0), +(@PATH,4,-1139.012,-2847.163,42.1853,0,0,0,100,0), +(@PATH,5,-1148.732,-2862.114,43.1853,0,0,0,100,0), +(@PATH,6,-1144.571,-2874.899,43.38471,0,0,0,100,0), +(@PATH,7,-1148.732,-2862.114,43.1853,0,0,0,100,0), +(@PATH,8,-1139.012,-2847.163,42.1853,0,0,0,100,0), +(@PATH,9,-1125.615,-2831.386,42.21498,0,0,0,100,0), +(@PATH,10,-1113.975,-2819.176,41.96498,0,0,0,100,0); + +-- Pathing for Dabyrie Militia Entry: 2581 +SET @NPC := 11923; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-1036.477,`position_y`=-2794.085,`position_z`=48.5377 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,-1048.086,-2781.703,44.5377,0,0,0,100,0), +(@PATH,2,-1036.477,-2794.085,48.5377,0,0,0,100,0), +(@PATH,3,-1028.531,-2805.323,50.21591,0,0,0,100,0), +(@PATH,4,-1021.207,-2818.615,49.09091,0,0,0,100,0), +(@PATH,5,-1013.592,-2827.916,50.59091,0,0,0,100,0), +(@PATH,6,-1003.065,-2836.799,53.32201,0,0,0,100,0), +(@PATH,7,-1013.592,-2827.916,50.59091,0,0,0,100,0), +(@PATH,8,-1021.207,-2818.615,49.09091,0,0,0,100,0), +(@PATH,9,-1028.531,-2805.323,50.21591,0,0,0,100,0), +(@PATH,10,-1036.477,-2794.085,48.5377,0,0,0,100,0); + +-- Pathing for Dabyrie Militia Entry: 2581 +SET @NPC := 12048; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-1046.511,`position_y`=-2789.321,`position_z`=46.4127 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,-1034.046,-2803.35,49.23941,0,0,0,100,0), +(@PATH,2,-1023.659,-2814.771,49.34091,0,0,0,100,0), +(@PATH,3,-1020.099,-2823.633,48.84091,0,0,0,100,0), +(@PATH,4,-1023.659,-2814.771,49.34091,0,0,0,100,0), +(@PATH,5,-1034.046,-2803.35,49.23941,0,0,0,100,0), +(@PATH,6,-1046.511,-2789.321,46.4127,0,0,0,100,0), +(@PATH,7,-1058.17,-2780.757,42.1627,0,0,0,100,0), +(@PATH,8,-1066.657,-2782.932,41.6627,0,0,0,100,0), +(@PATH,9,-1074.936,-2784.309,41.6549,0,0,0,100,0), +(@PATH,10,-1066.657,-2782.932,41.6627,0,0,0,100,0), +(@PATH,11,-1058.17,-2780.757,42.1627,0,0,0,100,0), +(@PATH,12,-1046.511,-2789.321,46.4127,0,0,0,100,0); + +-- Pathing for Dabyrie Militia Entry: 2581 +SET @NPC := 11727; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-1037.064,`position_y`=-2861.966,`position_z`=45.77301 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,-1027.88,-2866.237,50.07201,0,0,0,100,0), +(@PATH,2,-1018.745,-2873.388,56.6381,0,0,0,100,0), +(@PATH,3,-1015.589,-2882.479,62.2631,0,0,0,100,0), +(@PATH,4,-1018.745,-2873.388,56.6381,0,0,0,100,0), +(@PATH,5,-1027.88,-2866.237,50.07201,0,0,0,100,0), +(@PATH,6,-1037.064,-2861.966,45.77301,0,0,0,100,0), +(@PATH,7,-1050.203,-2856.651,42.64801,0,0,0,100,0), +(@PATH,8,-1037.064,-2861.966,45.77301,0,0,0,100,0); + +-- Pathing for Dabyrie Militia Entry: 2581 +SET @NPC := 11913; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-1005.879,`position_y`=-2919.226,`position_z`=62.16119 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,-1014.416,-2918.99,59.66119,0,0,0,100,0), +(@PATH,2,-1027.294,-2926.176,54.03619,0,0,0,100,0), +(@PATH,3,-1036.633,-2924.023,50.40142,0,0,0,100,0), +(@PATH,4,-1027.294,-2926.176,54.03619,0,0,0,100,0), +(@PATH,5,-1014.416,-2918.99,59.66119,0,0,0,100,0), +(@PATH,6,-1005.879,-2919.226,62.16119,0,0,0,100,0), +(@PATH,7,-992.6738,-2920.178,63.91662,0,0,0,100,0), +(@PATH,8,-978.0767,-2906.091,65.04162,0,0,0,100,0), +(@PATH,9,-973.4244,-2891.938,64.47794,0,0,0,100,0), +(@PATH,10,-980.814,-2881.132,62.97793,0,0,0,100,0), +(@PATH,11,-973.4244,-2891.938,64.47794,0,0,0,100,0), +(@PATH,12,-978.0767,-2906.091,65.04162,0,0,0,100,0), +(@PATH,13,-992.6738,-2920.178,63.91662,0,0,0,100,0), +(@PATH,14,-1005.879,-2919.226,62.16119,0,0,0,100,0); + +-- Pathing for Stromgarde Defender Entry: 2584 +SET @NPC := 14606; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-1633.213,`position_y`=-1708.567,`position_z`=68.46696 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,-1630.359,-1698.095,67.98904,0,0,0,100,0), +(@PATH,2,-1625.632,-1692.093,67.36404,0,0,0,100,0), +(@PATH,3,-1620.249,-1685.949,66.98904,0,0,0,100,0), +(@PATH,4,-1614.795,-1681.662,66.61404,0,0,0,100,0), +(@PATH,5,-1607.163,-1682.663,66.23904,0,0,0,100,0), +(@PATH,6,-1600.319,-1683.514,66.11404,0,0,0,100,0), +(@PATH,7,-1591.644,-1685.499,66.56465,0,0,0,100,0), +(@PATH,8,-1586.838,-1688.491,66.31465,0,0,0,100,0), +(@PATH,9,-1584.61,-1705.238,66.83134,0,0,0,100,0), +(@PATH,10,-1584.281,-1713.021,67.08134,0,0,0,100,0), +(@PATH,11,-1584.61,-1705.238,66.83134,0,0,0,100,0), +(@PATH,12,-1586.838,-1688.491,66.31465,0,0,0,100,0), +(@PATH,13,-1591.644,-1685.499,66.56465,0,0,0,100,0), +(@PATH,14,-1600.319,-1683.514,66.11404,0,0,0,100,0), +(@PATH,15,-1607.163,-1682.663,66.23904,0,0,0,100,0), +(@PATH,16,-1614.795,-1681.662,66.61404,0,0,0,100,0), +(@PATH,17,-1620.249,-1685.949,66.98904,0,0,0,100,0), +(@PATH,18,-1625.632,-1692.093,67.36404,0,0,0,100,0), +(@PATH,19,-1630.359,-1698.095,67.98904,0,0,0,100,0), +(@PATH,20,-1633.213,-1708.567,68.46696,0,0,0,100,0); + +-- Pathing for Stromgarde Defender Entry: 2584 +SET @NPC := 14615; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-1519.433,`position_y`=-1708.847,`position_z`=67.71825 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,-1531.711,-1721.789,66.21825,0,0,0,100,0), +(@PATH,2,-1545.423,-1709.557,66.34925,0,0,0,100,0), +(@PATH,3,-1552.171,-1704.832,66.22425,0,0,0,100,0), +(@PATH,4,-1565.341,-1699.044,66.47332,0,0,0,100,0), +(@PATH,5,-1572.903,-1693.114,66.06465,0,0,0,100,0), +(@PATH,6,-1569.563,-1686.402,66.56465,0,0,0,100,0), +(@PATH,7,-1559.232,-1677.78,67.59832,0,0,0,100,0), +(@PATH,8,-1555.363,-1669.783,68.71778,0,0,0,100,0), +(@PATH,9,-1559.232,-1677.78,67.59832,0,0,0,100,0), +(@PATH,10,-1569.563,-1686.402,66.56465,0,0,0,100,0), +(@PATH,11,-1572.903,-1693.114,66.06465,0,0,0,100,0), +(@PATH,12,-1565.341,-1699.044,66.47332,0,0,0,100,0), +(@PATH,13,-1552.171,-1704.832,66.22425,0,0,0,100,0), +(@PATH,14,-1545.423,-1709.557,66.34925,0,0,0,100,0), +(@PATH,15,-1531.711,-1721.789,66.21825,0,0,0,100,0), +(@PATH,16,-1519.433,-1708.847,67.71825,0,0,0,100,0), +(@PATH,17,-1514.467,-1705.977,67.84325,0,0,0,100,0), +(@PATH,18,-1519.433,-1708.847,67.71825,0,0,0,100,0); + +-- Pathing for Stromgarde Defender Entry: 2584 +SET @NPC := 12007; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-1544.397,`position_y`=-1859.491,`position_z`=67.10917 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,-1537.813,-1856.054,67.48417,0,0,0,100,0), +(@PATH,2,-1529.115,-1852.296,67.62733,0,0,0,100,0), +(@PATH,3,-1528.478,-1844.241,67.87733,0,0,0,100,0), +(@PATH,4,-1528.312,-1836.913,68.00233,0,0,0,100,0), +(@PATH,5,-1528.36,-1830.106,68.05283,0,0,0,100,0), +(@PATH,6,-1528.312,-1836.913,68.00233,0,0,0,100,0), +(@PATH,7,-1528.478,-1844.241,67.87733,0,0,0,100,0), +(@PATH,8,-1529.115,-1852.296,67.62733,0,0,0,100,0), +(@PATH,9,-1537.813,-1856.054,67.48417,0,0,0,100,0), +(@PATH,10,-1544.397,-1859.491,67.10917,0,0,0,100,0), +(@PATH,11,-1548.986,-1865.27,67.48417,0,0,0,100,0), +(@PATH,12,-1549.157,-1871.896,67.49586,0,0,0,100,0), +(@PATH,13,-1549.705,-1878.791,67.74586,0,0,0,100,0), +(@PATH,14,-1549.717,-1887.33,67.74586,0,0,0,100,0), +(@PATH,15,-1549.696,-1894.195,67.74586,0,0,0,100,0), +(@PATH,16,-1549.325,-1901.269,67.93284,0,0,0,100,0), +(@PATH,17,-1549.696,-1894.195,67.74586,0,0,0,100,0), +(@PATH,18,-1549.717,-1887.33,67.74586,0,0,0,100,0), +(@PATH,19,-1549.705,-1878.791,67.74586,0,0,0,100,0), +(@PATH,20,-1549.157,-1871.896,67.49586,0,0,0,100,0), +(@PATH,21,-1548.986,-1865.27,67.48417,0,0,0,100,0), +(@PATH,22,-1544.397,-1859.491,67.10917,0,0,0,100,0); + +-- Pathing for Syndicate Thief Entry: 24477 +SET @NPC := 14539; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-1624.479,`position_y`=-1790.601,`position_z`=80.69153 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,-1625.772,-1791.6,80.56653,0,0,0,100,0), +(@PATH,2,-1627.317,-1788.699,80.44153,0,0,0,100,0), +(@PATH,3,-1628.756,-1790.13,80.44153,0,0,0,100,0), +(@PATH,4,-1630.531,-1795.319,80.31653,0,0,0,100,0), +(@PATH,5,-1629.169,-1800.798,80.44154,0,0,0,100,0), +(@PATH,6,-1628.847,-1805.854,80.44154,0,0,0,100,0), +(@PATH,7,-1630.837,-1808.302,80.56654,0,0,0,100,0), +(@PATH,8,-1627.526,-1806.178,80.31654,0,0,0,100,0), +(@PATH,9,-1625.446,-1799.11,80.19153,0,0,0,100,0), +(@PATH,10,-1624.479,-1790.601,80.69153,0,0,0,100,0); + +-- Pathing for Syndicate Thief Entry: 24477 +SET @NPC := 14553; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-1644.376,`position_y`=-1822.682,`position_z`=79.18237 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,-1645.642,-1834.04,79.18812,0,0,0,100,0), +(@PATH,2,-1643.131,-1842.017,79.43812,0,0,0,100,0), +(@PATH,3,-1640.613,-1848.469,80.43812,0,0,0,100,0), +(@PATH,4,-1637.512,-1850.404,81.18812,0,0,0,100,0), +(@PATH,5,-1633.946,-1850.41,81.31312,0,0,0,100,0), +(@PATH,6,-1639.898,-1849.684,80.56312,0,0,0,100,0), +(@PATH,7,-1644.877,-1844.75,79.31312,0,0,0,100,0), +(@PATH,8,-1645.747,-1834.646,79.18812,0,0,0,100,0), +(@PATH,9,-1645.052,-1828.025,79.18237,0,0,0,100,0), +(@PATH,10,-1643.223,-1818.971,79.30737,0,0,0,100,0), +(@PATH,11,-1644.376,-1822.682,79.18237,0,0,0,100,0); + +-- Pathing for Moa'ki Turtle Rider Entry: 29953 +SET @NPC := 95649; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2868.272,`position_y`=887.7991,`position_z`=21.40061 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,2862.907,892.681,20.7901,0,0,0,100,0), +(@PATH,2,2848.469,913.8572,23.00146,0,0,0,100,0), +(@PATH,3,2833.101,934.5399,24.24998,0,0,0,100,0), +(@PATH,4,2816.723,939.347,24.24998,0,0,0,100,0), +(@PATH,5,2811.684,954.9929,25.12498,0,0,0,100,0), +(@PATH,6,2816.165,964.7363,25.74998,0,0,0,100,0), +(@PATH,7,2811.684,954.9929,25.12498,0,0,0,100,0), +(@PATH,8,2816.723,939.347,24.24998,0,0,0,100,0), +(@PATH,9,2833.101,934.5399,24.24998,0,0,0,100,0), +(@PATH,10,2848.469,913.8572,23.00146,0,0,0,100,0), +(@PATH,11,2862.907,892.681,20.7901,0,0,0,100,0), +(@PATH,12,2868.272,887.7991,21.40061,0,0,0,100,0), +(@PATH,13,2884.556,888.7734,24.77561,0,0,0,100,0), +(@PATH,14,2868.272,887.7991,21.40061,0,0,0,100,0); + +-- Pathing for Lead Cannoneer Zierhut Entry: 27235 +SET @NPC := 86564; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2675.015,`position_y`=-487.5652,`position_z`=51.04063 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,2669.011,-499.4489,52.04063,0,0,0,100,0), +(@PATH,2,2675.087,-486.52,50.91563,0,0,0,100,0), +(@PATH,3,2667.463,-474.6441,50.16563,0,0,0,100,0), +(@PATH,4,2659.346,-462.439,50.30303,0,0,0,100,0), +(@PATH,5,2654.616,-463.2926,50.80303,0,0,0,100,0), +(@PATH,6,2659.842,-462.3456,50.30303,0,0,0,100,0), +(@PATH,7,2666.731,-473.5312,50.29063,0,0,0,100,0), +(@PATH,8,2675.015,-487.5652,51.04063,0,0,0,100,0); + +-- Pathing for Onslaught Deckhand Entry: 27233 +SET @NPC := 85522; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2521.783,`position_y`=-357.7691,`position_z`=1.422231 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,2533.675,-353.2017,1.422232,0,0,0,100,0), +(@PATH,2,2527.141,-356.3441,1.422231,0,0,0,100,0), +(@PATH,3,2518.232,-364.3784,1.422231,0,0,0,100,0), +(@PATH,4,2521.783,-357.7691,1.422231,0,0,0,100,0); + +-- Pathing for Onslaught Deckhand Entry: 27233 +SET @NPC := 86418; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2543.606,`position_y`=-393.4823,`position_z`=1.700949 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,2552.594,-394.0088,2.575949,0,0,0,100,0), +(@PATH,2,2559.711,-390.4853,3.325949,0,0,0,100,0), +(@PATH,3,2543.606,-393.4823,1.700949,0,0,0,100,0); + +-- Pathing for Onslaught Raven Archon Entry: 27357 +SET @NPC := 117137; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=4635.632,`position_y`=-532.24,`position_z`=166.6355 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,4640.689,-524.028,166.8855,0,0,0,100,0), +(@PATH,2,4649.752,-526.5829,167.0105,0,0,0,100,0), +(@PATH,3,4640.689,-524.028,166.8855,0,0,0,100,0), +(@PATH,4,4635.632,-532.24,166.6355,0,0,0,100,0), +(@PATH,5,4623.326,-542.4513,162.3702,0,0,0,100,0), +(@PATH,6,4635.632,-532.24,166.6355,0,0,0,100,0); + +-- Pathing for Onslaught Scout Entry: 27332 +SET @NPC := 114378; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3980.014,`position_y`=-1332.863,`position_z`=161.5169 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,3990.759,-1351.73,159.0279,0,0,0,100,0), +(@PATH,2,3994.687,-1363.344,153.2065,0,0,0,100,0), +(@PATH,3,4011.793,-1367.36,152.8956,0,0,0,100,0), +(@PATH,4,3994.687,-1363.344,153.2065,0,0,0,100,0), +(@PATH,5,3990.759,-1351.73,159.0279,0,0,0,100,0), +(@PATH,6,3980.014,-1332.863,161.5169,0,0,0,100,0), +(@PATH,7,3974.264,-1324.517,161.7669,0,0,0,100,0), +(@PATH,8,3978.401,-1310.471,160.7669,0,0,0,100,0), +(@PATH,9,3977.106,-1290.647,160.65019,0,0,0,100,0), +(@PATH,10,3966.973,-1274.031,160.47357,0,0,0,100,0), +(@PATH,11,3977.106,-1290.647,160.65019,0,0,0,100,0), +(@PATH,12,3978.401,-1310.471,160.7669,0,0,0,100,0), +(@PATH,13,3974.264,-1324.517,161.7669,0,0,0,100,0), +(@PATH,14,3980.014,-1332.863,161.5169,0,0,0,100,0); + +-- Pathing for Onslaught Scout Entry: 27332 +SET @NPC := 114421; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=4089.484,`position_y`=-1355.243,`position_z`=164.416 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,4070.284,-1351.355,160.041,0,0,0,100,0), +(@PATH,2,4055.511,-1349.968,160.5553,0,0,0,100,0), +(@PATH,3,4041.178,-1359.764,161.0553,0,0,0,100,0), +(@PATH,4,4055.511,-1349.968,160.5553,0,0,0,100,0), +(@PATH,5,4070.284,-1351.355,160.041,0,0,0,100,0), +(@PATH,6,4089.484,-1355.243,164.416,0,0,0,100,0), +(@PATH,7,4100.766,-1344.072,166.8451,0,0,0,100,0), +(@PATH,8,4089.484,-1355.243,164.416,0,0,0,100,0); + +-- Pathing for Onslaught Infantry Entry: 27330 +SET @NPC := 114258; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=4125.635,`position_y`=-1190.833,`position_z`=134.1967 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,4115.98,-1192.384,132.3217,0,0,0,100,0), +(@PATH,2,4125.635,-1190.833,134.1967,0,0,0,100,0), +(@PATH,3,4130.558,-1193.161,135.4467,0,0,0,100,0), +(@PATH,4,4139.23,-1195.387,137.6378,0,0,0,100,0), +(@PATH,5,4156.964,-1196.051,142.0128,0,0,0,100,0), +(@PATH,6,4161.722,-1192.395,143.3878,0,0,0,100,0), +(@PATH,7,4167.034,-1193.434,144.6433,0,0,0,100,0), +(@PATH,8,4173.272,-1181.968,146.1433,0,0,0,100,0), +(@PATH,9,4180.184,-1177.931,146.7683,0,0,0,100,0), +(@PATH,10,4183.93,-1166.589,147.3667,0,0,0,100,0), +(@PATH,11,4185.767,-1154.182,148.3667,0,0,0,100,0), +(@PATH,12,4183.852,-1147.802,149.3667,0,0,0,100,0), +(@PATH,13,4185.767,-1154.182,148.3667,0,0,0,100,0), +(@PATH,14,4183.93,-1166.589,147.3667,0,0,0,100,0), +(@PATH,15,4180.184,-1177.931,146.7683,0,0,0,100,0), +(@PATH,16,4173.272,-1181.968,146.1433,0,0,0,100,0), +(@PATH,17,4167.034,-1193.434,144.6433,0,0,0,100,0), +(@PATH,18,4161.722,-1192.395,143.3878,0,0,0,100,0), +(@PATH,19,4156.964,-1196.051,142.0128,0,0,0,100,0), +(@PATH,20,4139.23,-1195.387,137.6378,0,0,0,100,0), +(@PATH,21,4130.558,-1193.161,135.4467,0,0,0,100,0), +(@PATH,22,4125.635,-1190.833,134.1967,0,0,0,100,0); + +-- Pathing for Onslaught Infantry Entry: 27330 +SET @NPC := 114260; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=4143.703,`position_y`=-1263.341,`position_z`=165.6449 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,4134.463,-1269.558,165.5816,0,0,0,100,0), +(@PATH,2,4130.955,-1277.715,165.5688,0,0,0,100,0), +(@PATH,3,4129.98,-1283.602,165.6149,0,0,0,100,0), +(@PATH,4,4135.784,-1294.637,165.6562,0,0,0,100,0), +(@PATH,5,4148.329,-1300.336,165.6449,0,0,0,100,0), +(@PATH,6,4162.814,-1289.61,165.6205,0,0,0,100,0), +(@PATH,7,4165.03,-1281.913,165.5997,0,0,0,100,0), +(@PATH,8,4162.265,-1272.911,165.5582,0,0,0,100,0), +(@PATH,9,4155.306,-1266.831,165.5407,0,0,0,100,0), +(@PATH,10,4143.703,-1263.341,165.6449,0,0,0,100,0); + +-- Pathing for Onslaught Infantry Entry: 27330 +SET @NPC := 114255; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=4212.084,`position_y`=-1224.978,`position_z`=148.6749 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,4201.98,-1211.429,148.0499,0,0,0,100,0), +(@PATH,2,4212.084,-1224.978,148.6749,0,0,0,100,0), +(@PATH,3,4213.772,-1244.515,149.1375,0,0,0,100,0), +(@PATH,4,4211.135,-1253.016,149.6375,0,0,0,100,0), +(@PATH,5,4217.994,-1271.88,150.8474,0,0,0,100,0), +(@PATH,6,4211.135,-1253.016,149.6375,0,0,0,100,0), +(@PATH,7,4213.772,-1244.515,149.1375,0,0,0,100,0), +(@PATH,8,4212.084,-1224.978,148.6749,0,0,0,100,0); + +-- Pathing for Onslaught Bloodhound Entry: 27329 +SET @NPC := 114155; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=4004.03,`position_y`=-1318.242,`position_z`=136.0096 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,4009.201,-1294.716,134.5134,0,0,0,100,0), +(@PATH,2,4009.412,-1263,133.4096,0,0,0,100,0), +(@PATH,3,4009.201,-1294.716,134.5134,0,0,0,100,0), +(@PATH,4,4004.03,-1318.242,136.0096,0,0,0,100,0); + +-- Pathing for Onslaught Bloodhound Entry: 27329 +SET @NPC := 114152; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=4203.102,`position_y`=-1174.582,`position_z`=150.138 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,4197.586,-1148.387,151.2417,0,0,0,100,0), +(@PATH,2,4203.102,-1174.582,150.138,0,0,0,100,0), +(@PATH,3,4209.215,-1197.404,149.513,0,0,0,100,0), +(@PATH,4,4225.328,-1218.085,148.7999,0,0,0,100,0), +(@PATH,5,4209.215,-1197.404,149.513,0,0,0,100,0), +(@PATH,6,4203.102,-1174.582,150.138,0,0,0,100,0); + +-- Pathing for Onslaught Bloodhound Entry: 27329 +SET @NPC := 114147; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=4088.284,`position_y`=-1154.735,`position_z`=131.2158 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,4080.528,-1173.253,131.2181,0,0,0,100,0), +(@PATH,2,4124.581,-1178.971,134.3217,0,0,0,100,0), +(@PATH,3,4080.528,-1173.253,131.2181,0,0,0,100,0), +(@PATH,4,4088.284,-1154.735,131.2158,0,0,0,100,0), +(@PATH,5,4101.193,-1137.309,132.9601,0,0,0,100,0), +(@PATH,6,4088.284,-1154.735,131.2158,0,0,0,100,0); + +-- Pathing for Onslaught Bloodhound Entry: 27329 +SET @NPC := 114145; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=4120.572,`position_y`=-1305.189,`position_z`=167.5825 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,4114.463,-1321.061,170.5825,0,0,0,100,0), +(@PATH,2,4123.832,-1345.334,163.4701,0,0,0,100,0), +(@PATH,3,4114.428,-1321.131,170.5825,0,0,0,100,0), +(@PATH,4,4120.572,-1305.189,167.5825,0,0,0,100,0), +(@PATH,5,4147.363,-1322.658,163.5784,0,0,0,100,0), +(@PATH,6,4120.572,-1305.189,167.5825,0,0,0,100,0); + +-- Pathing for Onslaught Bloodhound Entry: 27329 +SET @NPC := 114146; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=4180.144,`position_y`=-1285.187,`position_z`=163.3783 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,4184.505,-1291.101,163.2533,0,0,0,100,0), +(@PATH,2,4180.144,-1285.187,163.3783,0,0,0,100,0), +(@PATH,3,4180.722,-1266.006,162.8794,0,0,0,100,0), +(@PATH,4,4177.455,-1244.869,162.6294,0,0,0,100,0), +(@PATH,5,4158.622,-1249.703,162.3087,0,0,0,100,0), +(@PATH,6,4177.455,-1244.869,162.6294,0,0,0,100,0), +(@PATH,7,4180.722,-1266.006,162.8794,0,0,0,100,0), +(@PATH,8,4180.144,-1285.187,163.3783,0,0,0,100,0); + +-- Pathing for Onslaught Bloodhound Entry: 27329 +SET @NPC := 114151; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=4035.906,`position_y`=-1141.726,`position_z`=131.4514 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,4050.707,-1135.682,131.7014,0,0,0,100,0), +(@PATH,2,4062.477,-1131.132,132.621,0,0,0,100,0), +(@PATH,3,4050.707,-1135.682,131.7014,0,0,0,100,0), +(@PATH,4,4035.906,-1141.726,131.4514,0,0,0,100,0), +(@PATH,5,4030.492,-1128.27,134.7465,0,0,0,100,0), +(@PATH,6,4028.401,-1118.301,136.3715,0,0,0,100,0), +(@PATH,7,4030.492,-1128.27,134.7465,0,0,0,100,0), +(@PATH,8,4035.906,-1141.726,131.4514,0,0,0,100,0); + +-- Pathing for Onslaught Bloodhound Entry: 27329 +SET @NPC := 114150; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=4037.262,`position_y`=-1222.826,`position_z`=133.6355 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,4039.188,-1202.071,132.2605,0,0,0,100,0), +(@PATH,2,4039.754,-1179.579,131.7407,0,0,0,100,0), +(@PATH,3,4039.977,-1167.872,131.8657,0,0,0,100,0), +(@PATH,4,4039.754,-1179.579,131.7407,0,0,0,100,0), +(@PATH,5,4039.188,-1202.071,132.2605,0,0,0,100,0), +(@PATH,6,4037.262,-1222.826,133.6355,0,0,0,100,0); + +-- Pathing for Deathbringer Revenant Entry: 27382 +SET @NPC := 119071; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=4824.659,`position_y`=-580.9394,`position_z`=165.2337 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,4814.773,-582.5805,163.8048,0,0,0,100,0), +(@PATH,2,4824.659,-580.9394,165.2337,0,0,0,100,0), +(@PATH,3,4831.233,-586.6505,164.223,0,0,0,100,0), +(@PATH,4,4830.003,-600.0768,163.3118,0,0,0,100,0), +(@PATH,5,4813.818,-592.593,163.793,0,0,0,100,0), +(@PATH,6,4830.003,-600.0768,163.3118,0,0,0,100,0), +(@PATH,7,4831.233,-586.6505,164.223,0,0,0,100,0), +(@PATH,8,4824.659,-580.9394,165.2337,0,0,0,100,0); + +-- Pathing for Deathbringer Revenant Entry: 27382 +SET @NPC := 119072; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=4720.807,`position_y`=-557.7733,`position_z`=167.2897 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,4742.271,-559.9733,167.2543,0,0,0,100,0), +(@PATH,2,4720.807,-557.7733,167.2897,0,0,0,100,0), +(@PATH,3,4700.919,-556.6257,166.9408,0,0,0,100,0), +(@PATH,4,4720.807,-557.7733,167.2897,0,0,0,100,0); + +-- Pathing for Deathbringer Revenant Entry: 27382 +SET @NPC := 119068; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=4844.053,`position_y`=-584.225,`position_z`=160.64 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,4838.941,-567.2607,162.6483,0,0,0,100,0), +(@PATH,2,4813.387,-553.0447,163.3354,0,0,0,100,0), +(@PATH,3,4794.94,-559.1481,163.3595,0,0,0,100,0), +(@PATH,4,4784.595,-577.4869,162.5643,0,0,0,100,0), +(@PATH,5,4786.519,-598.1761,162.0602,0,0,0,100,0), +(@PATH,6,4803.322,-615.4664,160.5656,0,0,0,100,0), +(@PATH,7,4818.432,-629.1903,159.2296,0,0,0,100,0), +(@PATH,8,4839.938,-628.5002,158.5843,0,0,0,100,0), +(@PATH,9,4850.498,-601.7881,158.2996,0,0,0,100,0), +(@PATH,10,4844.053,-584.225,160.64,0,0,0,100,0); + +-- Pathing for Fordragon Medic Entry: 27543 +SET @NPC := 133503; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=4579.435,`position_y`=1424.634,`position_z`=189.2658 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,4579.879,1428.706,189.2658,0,0,0,100,0), +(@PATH,2,4579.435,1424.634,189.2658,0,0,0,100,0), +(@PATH,3,4579.449,1423.632,189.2658,0,0,0,100,0), +(@PATH,4,4579.435,1424.634,189.2658,0,0,0,100,0), +(@PATH,5,4574.768,1424.38,189.2658,0,0,0,100,0), +(@PATH,6,4571.274,1424.491,189.2658,0,0,0,100,0), +(@PATH,7,4564.26,1424.634,189.3568,0,0,0,100,0), +(@PATH,8,4571.274,1424.491,189.2658,0,0,0,100,0), +(@PATH,9,4574.768,1424.38,189.2658,0,0,0,100,0), +(@PATH,10,4579.435,1424.634,189.2658,0,0,0,100,0); + +-- Wounded Fordragon Soldier should not have random movement +UPDATE `creature` SET `modelid`=0,`spawndist`=0,`MovementType`=0 WHERE `id`=27517; +-- Remove random movement from some creatures +UPDATE `creature` SET `modelid`=0,`spawndist`=0,`MovementType`=0 WHERE `guid` IN (133427,133428,133429,133165,133166,133167,133168,133169); +-- Fix some flying creatures +UPDATE `creature_template` SET `InhabitType`=4 WHERE `entry` IN (26575,26577,26578,31269); + +-- Pathing for Wastes Taskmaster Entry: 26493 +SET @NPC := 88212; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=4377.677,`position_y`=748.6854,`position_z`=57.76371 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,4352.628,751.0374,64.04988,0,0,0,100,0), +(@PATH,2,4377.531,748.6934,57.76371,0,0,0,100,0), +(@PATH,3,4400.995,733.3605,54.01371,0,0,0,100,0), +(@PATH,4,4419.966,710.4111,54.01371,0,0,0,100,0), +(@PATH,5,4429.461,692.8457,57.15271,0,0,0,100,0), +(@PATH,6,4433.255,674.6249,64.52771,0,0,0,100,0), +(@PATH,7,4429.461,692.8457,57.15271,0,0,0,100,0), +(@PATH,8,4419.966,710.4111,54.01371,0,0,0,100,0), +(@PATH,9,4400.995,733.3605,54.01371,0,0,0,100,0), +(@PATH,10,4377.677,748.6854,57.76371,0,0,0,100,0); +-- Remove dup spawns +DELETE FROM `creature` WHERE `guid` IN (88206,88209); +DELETE FROM `creature_addon` WHERE `guid` IN (88206,88209); + +-- Pathing for Wastes Taskmaster Entry: 26493 +SET @NPC := 88207; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=4359.022,`position_y`=312.2534,`position_z`=46.33416 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,4342.439,323.4258,54.45916,0,0,0,100,0), +(@PATH,2,4326.469,330.6508,59.02667,0,0,0,100,0), +(@PATH,3,4342.379,323.4586,54.45916,0,0,0,100,0), +(@PATH,4,4359.022,312.2534,46.33416,0,0,0,100,0), +(@PATH,5,4381.802,307.3024,45.51707,0,0,0,100,0), +(@PATH,6,4404.153,309.183,44.67593,0,0,0,100,0), +(@PATH,7,4424.143,326.160,43.69754,0,0,0,100,0), +(@PATH,8,4437.828,371.522,50.92235,0,0,0,100,0), +(@PATH,9,4424.143,326.160,43.69754,0,0,0,100,0), +(@PATH,10,4404.153,309.183,44.67593,0,0,0,100,0), +(@PATH,11,4381.802,307.3024,45.51707,0,0,0,100,0), +(@PATH,12,4359.022,312.2534,46.33416,0,0,0,100,0); + +-- Pathing for Wastes Taskmaster Entry: 26493 +SET @NPC := 107422; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=4583.09,`position_y`=449.509,`position_z`=85.0521 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,4597.782,464.2024,87.99337,0,0,0,100,0), +(@PATH,2,4598.326,484.3582,89.57731,0,0,0,100,0), +(@PATH,3,4576.441,508.5522,86.93581,0,0,0,100,0), +(@PATH,4,4552.492,508.0537,83.60313,0,0,0,100,0), +(@PATH,5,4530.917,495.7092,75.07985,0,0,0,100,0), +(@PATH,6,4516.025,475.0746,66.82504,0,0,0,100,0), +(@PATH,7,4531.256,470.2323,65.82985,0,0,0,100,0), +(@PATH,8,4548.098,470.0200,65.83256,0,0,0,100,0), +(@PATH,9,4563.167,479.6988,65.98953,0,0,0,100,0), +(@PATH,10,4573.489,472.9183,65.94758,0,0,0,100,0), +(@PATH,11,4562.96,464.848,65.7068,0,0,0,100,0), +(@PATH,12,4542.92,458.159,65.6769,0,0,0,100,0), +(@PATH,13,4518.58,445.425,66.5737,0,0,0,100,0), +(@PATH,14,4525.28,425.042,71.7196,0,0,0,100,0), +(@PATH,15,4543.76,430.092,77.0235,0,0,0,100,0), +(@PATH,16,4566.25,441.529,81.8306,0,0,0,100,0), +(@PATH,17,4583.09,449.509,85.0521,0,0,0,100,0); +-- Remove dup spawns +DELETE FROM `creature` WHERE `guid` IN (107423); +DELETE FROM `creature_addon` WHERE `guid` IN (107423); + +-- Xink's Shreeder should not be spawned +DELETE FROM `creature` WHERE `guid` IN (113110); +DELETE FROM `creature_addon` WHERE `guid` IN (113110); + +-- Pathing for Jormungar Tunneler Entry: 26467 +SET @NPC := 104791; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=4612.315,`position_y`=636.7607,`position_z`=100.5706 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,4640.815,634.1915,106.7286,0,0,0,100,0), +(@PATH,2,4612.315,636.7607,100.5706,0,0,0,100,0), +(@PATH,3,4593.722,640.6462,98.23782,0,0,0,100,0), +(@PATH,4,4580.929,641.9921,96.11282,0,0,0,100,0), +(@PATH,5,4573.083,641.0912,94.36282,0,0,0,100,0), +(@PATH,6,4580.929,641.9921,96.11282,0,0,0,100,0), +(@PATH,7,4593.722,640.6462,98.23782,0,0,0,100,0), +(@PATH,8,4612.315,636.7607,100.5706,0,0,0,100,0); + +-- Pathing for Jormungar Tunneler Entry: 26467 +SET @NPC := 104769; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=4769.156,`position_y`=901.4236,`position_z`=125.8586 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,4771.51,911.3878,128.7336,0,0,0,100,0), +(@PATH,2,4769.156,901.4236,125.8586,0,0,0,100,0), +(@PATH,3,4767.545,890.4188,126.1252,0,0,0,100,0), +(@PATH,4,4756.109,884.761,122.0654,0,0,0,100,0), +(@PATH,5,4746.342,886.1551,121.5654,0,0,0,100,0), +(@PATH,6,4740.95,894.7586,123.6904,0,0,0,100,0), +(@PATH,7,4736.5,900.9068,126.8635,0,0,0,100,0), +(@PATH,8,4729.145,903.9944,131.2424,0,0,0,100,0), +(@PATH,9,4722.184,906.6729,133.8674,0,0,0,100,0), +(@PATH,10,4712.984,911.3162,133.2424,0,0,0,100,0), +(@PATH,11,4705.177,917.8481,131.6174,0,0,0,100,0), +(@PATH,12,4712.984,911.3162,133.2424,0,0,0,100,0), +(@PATH,13,4722.184,906.6729,133.8674,0,0,0,100,0), +(@PATH,14,4729.145,903.9944,131.2424,0,0,0,100,0), +(@PATH,15,4736.5,900.9068,126.8635,0,0,0,100,0), +(@PATH,16,4740.95,894.7586,123.6904,0,0,0,100,0), +(@PATH,17,4746.262,886.2822,121.5654,0,0,0,100,0), +(@PATH,18,4756.109,884.761,122.0654,0,0,0,100,0), +(@PATH,19,4767.545,890.4188,126.1252,0,0,0,100,0), +(@PATH,20,4769.156,901.4236,125.8586,0,0,0,100,0); + +-- Pathing for Jormungar Tunneler Entry: 26467 +SET @NPC := 104790; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=4619.419,`position_y`=679.2484,`position_z`=99.87684 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,4624.186,669.2997,101.106,0,0,0,100,0), +(@PATH,2,4609.159,667.6816,98.85598,0,0,0,100,0), +(@PATH,3,4592.208,667.7223,96.80053,0,0,0,100,0), +(@PATH,4,4577.215,663.3645,95.11282,0,0,0,100,0), +(@PATH,5,4592.208,667.7223,96.80053,0,0,0,100,0), +(@PATH,6,4609.159,667.6816,98.85598,0,0,0,100,0), +(@PATH,7,4624.186,669.2997,101.106,0,0,0,100,0), +(@PATH,8,4619.419,679.2484,99.87684,0,0,0,100,0), +(@PATH,9,4627.18,691.6667,101.8855,0,0,0,100,0), +(@PATH,10,4619.419,679.2484,99.87684,0,0,0,100,0); + +-- Pathing for Ice Heart Jormungar Spawn Entry: 26359 +SET @NPC := 119285; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=4823.363,`position_y`=740.2496,`position_z`=115.1009 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,4828.03,734.9659,116.659,0,0,0,100,0), +(@PATH,2,4828.03,734.9659,116.659,0,0,0,100,0), -- turn to 1.134464 +(@PATH,3,4823.363,740.2496,115.1009,0,0,0,100,0); + +-- Pathing for Ice Heart Jormungar Spawn Entry: 26359 +SET @NPC := 119366; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=4917.949,`position_y`=648.9772,`position_z`=135.0675 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,4912.365,652.8351,133.7414,0,0,0,100,0), +(@PATH,2,4917.949,648.9772,135.0675,2000,0,0,100,0); + +-- Pathing for Ice Heart Jormungar Spawn Entry: 26359 +SET @NPC := 119311; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=4913.726,`position_y`=658.164,`position_z`=133.4067 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,4921.075,667.6257,134.4295,0,0,0,100,0), +(@PATH,2,4910.775,675.0512,132.6329,2000,0,0,100,0), +(@PATH,3,4915.398,658.9547,133.7801,0,0,0,100,0), +(@PATH,4,4913.726,658.164,133.4067,0,0,0,100,0); + +-- Pathing for Ice Heart Jormungar Feeder Entry: 26358 +SET @NPC := 119094; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=4948.506,`position_y`=690.6748,`position_z`=136.1326 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,4948.392,691.1043,136.0691,0,0,0,100,0), +(@PATH,2,4946.161,690.3124,136.0534,0,0,0,100,0), +(@PATH,3,4944.864,687.5475,136.2153,0,0,0,100,0), +(@PATH,4,4946.129,685.3868,136.4649,0,0,0,100,0), +(@PATH,5,4948.506,690.6748,136.1326,0,0,0,100,0); + +-- Pathing for Ice Heart Jormungar Feeder Entry: 26358 +SET @NPC := 119086; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=4801.301,`position_y`=529.4807,`position_z`=120.2881 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,4828.505,492.8211,117.4465,0,0,0,100,0), +(@PATH,2,4801.301,529.4807,120.2881,0,0,0,100,0); + +-- Pathing for Crystalline Ice Elemental Entry: 26316 +SET @NPC := 115063; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=4781.875,`position_y`=634.5107,`position_z`=167.1951 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,4794.498,643.2051,165.9451,0,0,0,100,0), +(@PATH,2,4803.139,643.8461,164.8874,0,0,0,100,0), +(@PATH,3,4811.448,646.0357,163.7624,0,0,0,100,0), +(@PATH,4,4823.744,650.6309,162.2624,0,0,0,100,0), +(@PATH,5,4835.242,658.0538,161.2733,0,0,0,100,0), +(@PATH,6,4823.744,650.6309,162.2624,0,0,0,100,0), +(@PATH,7,4811.569,646.0859,163.6374,0,0,0,100,0), +(@PATH,8,4803.139,643.8461,164.8874,0,0,0,100,0), +(@PATH,9,4794.498,643.2051,165.9451,0,0,0,100,0), +(@PATH,10,4781.875,634.5107,167.1951,0,0,0,100,0), +(@PATH,11,4785.588,644.8525,166.9451,0,0,0,100,0), +(@PATH,12,4791.44,654.8226,166.3201,0,0,0,100,0), +(@PATH,13,4797.857,660.5208,165.0701,0,0,0,100,0), +(@PATH,14,4799.611,674.8367,164.5891,0,0,0,100,0), +(@PATH,15,4813.303,674.3536,163.0113,0,0,0,100,0), +(@PATH,16,4799.611,674.8367,164.5891,0,0,0,100,0), +(@PATH,17,4797.857,660.5208,165.0701,0,0,0,100,0), +(@PATH,18,4791.44,654.8226,166.3201,0,0,0,100,0), +(@PATH,19,4785.588,644.8525,166.9451,0,0,0,100,0), +(@PATH,20,4781.875,634.5107,167.1951,0,0,0,100,0); + +-- Pathing for Crystalline Ice Elemental Entry: 26316 +SET @NPC := 115075; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=4854.134,`position_y`=748.6946,`position_z`=163.425 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,4861.722,749.3528,162.425,0,0,0,100,0), +(@PATH,2,4854.134,748.6946,163.425,0,0,0,100,0), +(@PATH,3,4844.537,755.6428,164.675,0,0,0,100,0), +(@PATH,4,4841.066,750.5629,164.55,0,0,0,100,0), +(@PATH,5,4835.392,745.4681,165.175,0,0,0,100,0), +(@PATH,6,4833.364,738.6474,164.925,0,0,0,100,0), +(@PATH,7,4826.768,735.8594,165.7997,0,0,0,100,0), +(@PATH,8,4823.78,731.0496,166.0925,0,0,0,100,0), +(@PATH,9,4830.218,721.9979,164.4675,0,0,0,100,0), +(@PATH,10,4832.163,711.6559,163.8425,0,0,0,100,0), +(@PATH,11,4830.218,721.9979,164.4675,0,0,0,100,0), +(@PATH,12,4823.78,731.0496,166.0925,0,0,0,100,0), +(@PATH,13,4826.768,735.8594,165.7997,0,0,0,100,0), +(@PATH,14,4833.364,738.6474,164.925,0,0,0,100,0), +(@PATH,15,4835.392,745.4681,165.175,0,0,0,100,0), +(@PATH,16,4841.066,750.5629,164.55,0,0,0,100,0), +(@PATH,17,4844.537,755.6428,164.675,0,0,0,100,0), +(@PATH,18,4854.134,748.6946,163.425,0,0,0,100,0); + +-- Pathing for Copperpot Goon Entry: 32476 +SET @NPC := 88134; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=8872.63,`position_y`=-1333.161,`position_z`=1031.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`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,8871.958,-1327.431,1031.499,0,0,0,100,0), +(@PATH,2,8872.63,-1333.161,1031.999,0,0,0,100,0), +(@PATH,3,8879.247,-1338.27,1032.157,0,0,0,100,0), +(@PATH,4,8889.885,-1346.926,1032.782,0,0,0,100,0), +(@PATH,5,8891.149,-1356.145,1033.532,0,0,0,100,0), +(@PATH,6,8887.743,-1365.031,1033.782,0,0,0,100,0), +(@PATH,7,8892.104,-1370.989,1034.088,0,0,0,100,0), +(@PATH,8,8887.743,-1365.031,1033.782,0,0,0,100,0), +(@PATH,9,8891.149,-1356.145,1033.532,0,0,0,100,0), +(@PATH,10,8889.885,-1346.926,1032.782,0,0,0,100,0), +(@PATH,11,8879.247,-1338.27,1032.157,0,0,0,100,0), +(@PATH,12,8872.63,-1333.161,1031.999,0,0,0,100,0); + +-- Pathing for Ice Steppe Bull Entry: 30445 +SET @NPC := 118284; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=7376.002,`position_y`=-1355.971,`position_z`=909.9191 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,7352.206,-1351.045,906.9864,0,0,0,100,0), +(@PATH,2,7340.969,-1338.953,905.1114,0,0,0,100,0), +(@PATH,3,7351.564,-1328.227,905.5369,0,0,0,100,0), +(@PATH,4,7340.969,-1338.953,905.1114,0,0,0,100,0), +(@PATH,5,7352.206,-1351.045,906.9864,0,0,0,100,0), +(@PATH,6,7376.002,-1355.971,909.9191,0,0,0,100,0), +(@PATH,7,7382.768,-1386.229,913.2452,0,0,0,100,0), +(@PATH,8,7372.836,-1405.384,912.6314,0,0,0,100,0), +(@PATH,9,7352.176,-1410.842,913.0703,0,0,0,100,0), +(@PATH,10,7326.558,-1392.288,910.4369,0,0,0,100,0), +(@PATH,11,7352.176,-1410.842,913.0703,0,0,0,100,0), +(@PATH,12,7372.836,-1405.384,912.6314,0,0,0,100,0), +(@PATH,13,7382.768,-1386.229,913.2452,0,0,0,100,0), +(@PATH,14,7376.002,-1355.971,909.9191,0,0,0,100,0); + +-- Pathing for Ice Steppe Bull Entry: 30445 +SET @NPC := 98793; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=7260.412,`position_y`=-1475.838,`position_z`=916.7933 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,7286.341,-1473.51,915.4174,0,0,0,100,0), +(@PATH,2,7336.023,-1439.56,914.6334,0,0,0,100,0), +(@PATH,3,7343.61,-1416.112,912.5703,0,0,0,100,0), +(@PATH,4,7341.59,-1382.241,910.0731,0,0,0,100,0), +(@PATH,5,7338.099,-1366.292,908.6114,0,0,0,100,0), +(@PATH,6,7303.811,-1338.705,905.0057,0,0,0,100,0), +(@PATH,7,7292.695,-1337.109,907.5106,0,0,0,100,0), +(@PATH,8,7276.847,-1343.511,910.2606,0,0,0,100,0), +(@PATH,9,7260.892,-1356.204,911.0975,0,0,0,100,0), +(@PATH,10,7240.93,-1370.671,914.7305,0,0,0,100,0), +(@PATH,11,7213.619,-1399.302,914.2002,0,0,0,100,0), +(@PATH,12,7189.655,-1425.595,918.1469,0,0,0,100,0), +(@PATH,13,7191.982,-1465.112,919.457,0,0,0,100,0), +(@PATH,14,7198.586,-1486.591,921.3929,0,0,0,100,0), +(@PATH,15,7218.635,-1503.999,920.0897,0,0,0,100,0), +(@PATH,16,7260.412,-1475.838,916.7933,0,0,0,100,0); + +-- Pathing for Son of Hodir Entry: 30262 +SET @NPC := 29809; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=7416.563,`position_y`=-2664.562,`position_z`=809.4573 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,7403.721,-2655.579,811.2039,0,0,0,100,0), +(@PATH,2,7386.667,-2636.872,814.9755,0,0,0,100,0), +(@PATH,3,7354.603,-2629.654,814.959,0,0,0,100,0), +(@PATH,4,7316.168,-2635.257,814.9688,0,0,0,100,0), +(@PATH,5,7280.421,-2633.477,814.9333,0,0,0,100,0), +(@PATH,6,7239.193,-2639.471,814.0367,0,0,0,100,0), +(@PATH,7,7237.307,-2637.684,814.1631,3000,0,0,100,0), +(@PATH,8,7263.692,-2629.174,814.8972,0,0,0,100,0), +(@PATH,9,7303.066,-2634.208,814.9536,0,0,0,100,0), +(@PATH,10,7351.103,-2626.177,814.9425,0,0,0,100,0), +(@PATH,11,7397.674,-2644.868,813.0914,0,0,0,100,0), +(@PATH,12,7416.563,-2664.562,809.4573,3000,0,0,100,0); + +-- Pathing for Son of Hodir Entry: 30262 +SET @NPC := 106336; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=7273.659,`position_y`=-2895.491,`position_z`=824.0071 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,7234.047,-2884.384,824.7147,4000,0,0,100,0), +(@PATH,2,7345.53,-2901.831,821.7584,0,0,0,100,0), +(@PATH,3,7353.463,-2889.021,816.0681,0,0,0,100,0), +(@PATH,4,7352.824,-2881.323,812.3181,4000,0,0,100,0), +(@PATH,5,7349.912,-2903.916,821.2584,0,0,0,100,0), +(@PATH,6,7322.363,-2904.707,823.4943,0,0,0,100,0), +(@PATH,7,7273.659,-2895.491,824.0071,0,0,0,100,0); + +-- Pathing for Son of Hodir Entry: 30262 +SET @NPC := 106501; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=7266.733,`position_y`=-2802.21,`position_z`=777.0706 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,7234.09,-2801.132,778.1149,0,0,0,100,0), +(@PATH,2,7213.235,-2780.434,777.3621,0,0,0,100,0), +(@PATH,3,7201.17,-2765.837,777.0167,0,0,0,100,0), +(@PATH,4,7200.926,-2751.148,777.5167,4000,0,0,100,0), +(@PATH,5,7201.17,-2765.837,777.0167,0,0,0,100,0), +(@PATH,6,7213.235,-2780.434,777.3621,0,0,0,100,0), +(@PATH,7,7234.09,-2801.132,778.1149,0,0,0,100,0), +(@PATH,8,7266.733,-2802.21,777.0706,0,0,0,100,0), +(@PATH,9,7300.729,-2792.09,775.1332,0,0,0,100,0), +(@PATH,10,7335.957,-2783.621,771.6161,0,0,0,100,0), +(@PATH,11,7344.21,-2777.575,769.3661,0,0,0,100,0), +(@PATH,12,7345.448,-2762.184,762.9899,4000,0,0,100,0), +(@PATH,13,7344.21,-2777.575,769.3661,0,0,0,100,0), +(@PATH,14,7335.957,-2783.621,771.6161,0,0,0,100,0), +(@PATH,15,7300.729,-2792.09,775.1332,0,0,0,100,0), +(@PATH,16,7266.733,-2802.21,777.0706,0,0,0,100,0); + +-- Pathing for Son of Hodir Entry: 30262 +SET @NPC := 111687; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=7278.651,`position_y`=-2512.9,`position_z`=753.4233 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,7275.243,-2493.013,753.7523,0,0,0,100,0), +(@PATH,2,7282.448,-2460.509,755.7845,0,0,0,100,0), +(@PATH,3,7295.972,-2445.3,755.5345,0,0,0,100,0), +(@PATH,4,7311.224,-2441.711,753.3485,0,0,0,100,0), +(@PATH,5,7331.502,-2463.935,750.0985,0,0,0,100,0), +(@PATH,6,7331.37,-2495.4,749.5884,0,0,0,100,0), +(@PATH,7,7322.564,-2524.512,748.8254,0,0,0,100,0), +(@PATH,8,7278.651,-2512.9,753.4233,0,0,0,100,0); + +-- Pathing for Ice Steppe Rhino Entry: 29469 +SET @NPC := 98744; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=7336.483,`position_y`=-1382.206,`position_z`=910.1981 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,7328.273,-1361.54,908.5057,0,0,0,100,0), +(@PATH,2,7288.939,-1354.943,907.3856,0,0,0,100,0), +(@PATH,3,7275.758,-1365.668,908.6356,0,0,0,100,0), +(@PATH,4,7261.542,-1402.325,908.8148,0,0,0,100,0), +(@PATH,5,7263.854,-1436.428,908.1765,0,0,0,100,0), +(@PATH,6,7317.999,-1436.262,913.4809,0,0,0,100,0), +(@PATH,7,7328.042,-1416.983,912.5723,0,0,0,100,0), +(@PATH,8,7336.483,-1382.206,910.1981,0,0,0,100,0); + +-- Pathing for Lightning Sentry Entry: 26407 +SET @NPC := 99648; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3591.459,`position_y`=-5050.063,`position_z`=194.8281 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,3585.034,-5056.352,197.2041,0,0,0,100,0), +(@PATH,2,3580.897,-5060.692,199.5894,0,0,0,100,0), +(@PATH,3,3576.53,-5065.725,201.8281,0,0,0,100,0), +(@PATH,4,3572.318,-5073.984,206.2946,0,0,0,100,0), +(@PATH,5,3565.477,-5083.276,213,0,0,0,100,0), +(@PATH,6,3557.625,-5093.315,221.125,0,0,0,100,0), +(@PATH,7,3548.768,-5098.572,226.25,0,0,0,100,0), +(@PATH,8,3540.006,-5105.695,231.7135,0,0,0,100,0), +(@PATH,9,3548.768,-5098.572,226.25,0,0,0,100,0), +(@PATH,10,3557.371,-5093.475,221.125,0,0,0,100,0), +(@PATH,11,3565.477,-5083.276,213,0,0,0,100,0), +(@PATH,12,3572.318,-5073.984,206.2946,0,0,0,100,0), +(@PATH,13,3576.404,-5065.969,201.8281,0,0,0,100,0), +(@PATH,14,3580.897,-5060.692,199.5894,0,0,0,100,0), +(@PATH,15,3585.034,-5056.352,197.2041,0,0,0,100,0), +(@PATH,16,3591.459,-5050.063,194.8281,0,0,0,100,0), +(@PATH,17,3600.07,-5043.59,191.0811,0,0,0,100,0), +(@PATH,18,3606.279,-5038.049,188.7061,0,0,0,100,0), +(@PATH,19,3600.07,-5043.59,191.0811,0,0,0,100,0), +(@PATH,20,3591.459,-5050.063,194.8281,0,0,0,100,0); + +-- Pathing for Lightning Sentry Entry: 26407 +SET @NPC := 99651; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3637.915,`position_y`=-5093.193,`position_z`=164.6507 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,3643.601,-5084.117,165.9007,0,0,0,100,0), +(@PATH,2,3645.005,-5066.616,169.8634,0,0,0,100,0), +(@PATH,3,3643.956,-5055.742,171.2384,0,0,0,100,0), +(@PATH,4,3643.148,-5049.692,173.2223,0,0,0,100,0), +(@PATH,5,3641.873,-5041.596,176.0178,0,0,0,100,0), +(@PATH,6,3640.804,-5034.935,177.3634,0,0,0,100,0), +(@PATH,7,3641.873,-5041.596,176.0178,0,0,0,100,0), +(@PATH,8,3643.148,-5049.692,173.2223,0,0,0,100,0), +(@PATH,9,3643.956,-5055.742,171.2384,0,0,0,100,0), +(@PATH,10,3644.994,-5066.334,169.8634,0,0,0,100,0), +(@PATH,11,3643.601,-5084.117,165.9007,0,0,0,100,0), +(@PATH,12,3637.915,-5093.193,164.6507,0,0,0,100,0), +(@PATH,13,3629.779,-5100.097,164.2347,0,0,0,100,0), +(@PATH,14,3637.915,-5093.193,164.6507,0,0,0,100,0); + +-- Pathing for Lightning Sentry Entry: 26407 +SET @NPC := 99650; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3395.451,`position_y`=-4982.203,`position_z`=297.409 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,3383.966,-4977.569,299.784,0,0,0,100,0), +(@PATH,2,3369.488,-4976.631,303.159,0,0,0,100,0), +(@PATH,3,3362.556,-4977.602,305.1951,0,0,0,100,0), +(@PATH,4,3369.488,-4976.631,303.159,0,0,0,100,0), +(@PATH,5,3383.966,-4977.569,299.784,0,0,0,100,0), +(@PATH,6,3395.451,-4982.203,297.409,0,0,0,100,0), +(@PATH,7,3403.15,-4986.861,293.829,0,0,0,100,0), +(@PATH,8,3411.484,-4994.711,287.954,0,0,0,100,0), +(@PATH,9,3418.514,-5001.556,284.4171,0,0,0,100,0), +(@PATH,10,3411.484,-4994.711,287.954,0,0,0,100,0), +(@PATH,11,3403.156,-4986.87,293.829,0,0,0,100,0), +(@PATH,12,3395.451,-4982.203,297.409,0,0,0,100,0); + +-- Pathing for Lightning Sentry Entry: 26407 +SET @NPC := 99647; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3420.094,`position_y`=-5029.398,`position_z`=274.1862 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,3421.023,-5019.445,278.1671,0,0,0,100,0), +(@PATH,2,3420.552,-5009.417,281.4171,0,0,0,100,0), +(@PATH,3,3421.138,-5019.164,278.1671,0,0,0,100,0), +(@PATH,4,3420.094,-5029.398,274.1862,0,0,0,100,0), +(@PATH,5,3420.084,-5037.778,270.3445,0,0,0,100,0), +(@PATH,6,3419.255,-5044.619,266.5906,0,0,0,100,0), +(@PATH,7,3420.822,-5054.514,261.6499,0,0,0,100,0), +(@PATH,8,3428.125,-5062.5,255.7156,0,0,0,100,0), +(@PATH,9,3434.531,-5067.101,251.4685,0,0,0,100,0), +(@PATH,10,3439.543,-5070.784,248.7806,0,0,0,100,0), +(@PATH,11,3444.791,-5075,244.9685,0,0,0,100,0), +(@PATH,12,3439.543,-5070.784,248.7806,0,0,0,100,0), +(@PATH,13,3434.531,-5067.101,251.4685,0,0,0,100,0), +(@PATH,14,3428.488,-5062.811,255.3406,0,0,0,100,0), +(@PATH,15,3420.822,-5054.514,261.6499,0,0,0,100,0), +(@PATH,16,3419.23,-5044.755,266.5906,0,0,0,100,0), +(@PATH,17,3420.288,-5038.148,270.1729,0,0,0,100,0), +(@PATH,18,3420.094,-5029.398,274.1862,0,0,0,100,0); + +-- Pathing for Lightning Sentry Entry: 26407 +SET @NPC := 99646; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3473.127,`position_y`=-5198.451,`position_z`=259.2329 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,3482.563,-5200.125,254.2606,0,0,0,100,0), +(@PATH,2,3493.555,-5203.917,248.3856,0,0,0,100,0), +(@PATH,3,3502.439,-5207.417,245.2693,0,0,0,100,0), +(@PATH,4,3508.02,-5201.552,243.3943,0,0,0,100,0), +(@PATH,5,3512.727,-5193.701,240.5535,0,0,0,100,0), +(@PATH,6,3514.849,-5184.214,238.6785,0,0,0,100,0), +(@PATH,7,3515.547,-5176.61,237.4285,0,0,0,100,0), +(@PATH,8,3517.042,-5166.507,235.8108,0,0,0,100,0), +(@PATH,9,3518.691,-5155.448,235.0608,0,0,0,100,0), +(@PATH,10,3517.042,-5166.507,235.8108,0,0,0,100,0), +(@PATH,11,3515.547,-5176.61,237.4285,0,0,0,100,0), +(@PATH,12,3514.849,-5184.214,238.6785,0,0,0,100,0), +(@PATH,13,3512.727,-5193.701,240.5535,0,0,0,100,0), +(@PATH,14,3508.095,-5201.418,243.3943,0,0,0,100,0), +(@PATH,15,3502.439,-5207.417,245.2693,0,0,0,100,0), +(@PATH,16,3493.555,-5203.917,248.3856,0,0,0,100,0), +(@PATH,17,3482.563,-5200.125,254.2606,0,0,0,100,0), +(@PATH,18,3473.304,-5198.499,259.2329,0,0,0,100,0), +(@PATH,19,3460.635,-5194.872,265.9657,0,0,0,100,0), +(@PATH,20,3473.127,-5198.451,259.2329,0,0,0,100,0); + +-- Pathing for Lightning Sentry Entry: 26407 +SET @NPC := 99641; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3387.242,`position_y`=-5145.025,`position_z`=325.077 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,3389.308,-5129.32,326.8031,0,0,0,100,0), +(@PATH,2,3386.938,-5121.034,326.8031,0,0,0,100,0), +(@PATH,3,3392.412,-5115.183,326.4281,0,0,0,100,0), +(@PATH,4,3396.002,-5105.536,325.4281,0,0,0,100,0), +(@PATH,5,3392.412,-5115.183,326.4281,0,0,0,100,0), +(@PATH,6,3386.938,-5121.034,326.8031,0,0,0,100,0), +(@PATH,7,3389.308,-5129.32,326.8031,0,0,0,100,0), +(@PATH,8,3387.242,-5145.025,325.077,0,0,0,100,0), +(@PATH,9,3386.143,-5164.068,324.577,0,0,0,100,0), +(@PATH,10,3380.827,-5178.86,326.6648,0,0,0,100,0), +(@PATH,11,3372.493,-5186.028,328.6648,0,0,0,100,0), +(@PATH,12,3380.827,-5178.86,326.6648,0,0,0,100,0), +(@PATH,13,3386.143,-5164.068,324.577,0,0,0,100,0), +(@PATH,14,3387.242,-5145.025,325.077,0,0,0,100,0); + +-- Pathing for Runic War Golem Entry: 26347 +SET @NPC := 118166; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3320.65,`position_y`=-5113.277,`position_z`=322.6168 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,3322.563,-5122.774,322.6173,0,0,0,100,0), +(@PATH,2,3320.975,-5130.612,322.6162,0,0,0,100,0), +(@PATH,3,3314.87,-5139.458,322.6167,0,0,0,100,0), +(@PATH,4,3301.187,-5142.882,322.617,0,0,0,100,0), +(@PATH,5,3293.289,-5139.383,322.6163,0,0,0,100,0), +(@PATH,6,3287.069,-5133.253,322.6165,0,0,0,100,0), +(@PATH,7,3284.455,-5126.468,322.617,0,0,0,100,0), +(@PATH,8,3284.432,-5120.679,322.6172,0,0,0,100,0), +(@PATH,9,3288.142,-5115.017,322.6172,0,0,0,100,0), +(@PATH,10,3293.354,-5109.261,322.6165,0,0,0,100,0), +(@PATH,11,3301.061,-5106.675,322.6162,0,0,0,100,0), +(@PATH,12,3311.905,-5106.819,322.6147,0,0,0,100,0), +(@PATH,13,3320.65,-5113.277,322.6168,0,0,0,100,0); + +-- Pathing for Runic War Golem Entry: 26347 +SET @NPC := 118164; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3646.954,`position_y`=-5101.169,`position_z`=165.0127 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,3645.989,-5127.884,165.5127,0,0,0,100,0), +(@PATH,2,3636.442,-5141.369,163.8923,0,0,0,100,0), +(@PATH,3,3627.73,-5146.558,164.2464,0,0,0,100,0), +(@PATH,4,3636.442,-5141.369,163.8923,0,0,0,100,0), +(@PATH,5,3645.989,-5127.884,165.5127,0,0,0,100,0), +(@PATH,6,3646.954,-5101.169,165.0127,0,0,0,100,0), +(@PATH,7,3645.203,-5068.576,169.4007,0,0,0,100,0), +(@PATH,8,3640.716,-5039.022,176.9444,0,0,0,100,0), +(@PATH,9,3645.203,-5068.576,169.4007,0,0,0,100,0), +(@PATH,10,3646.954,-5101.169,165.0127,0,0,0,100,0); + +-- Pathing for Runic War Golem Entry: 26347 +SET @NPC := 118157; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3359.965,`position_y`=-5051.063,`position_z`=324.4915 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,3357.555,-5029.944,319.8653,0,0,0,100,0), +(@PATH,2,3356.47,-5017.849,316.0019,0,0,0,100,0), +(@PATH,3,3357.187,-5010.518,314.4818,0,0,0,100,0), +(@PATH,4,3357.542,-5001.491,312.6571,0,0,0,100,0), +(@PATH,5,3358.298,-4992.609,309.518,0,0,0,100,0), +(@PATH,6,3359.164,-4979.575,306.3201,0,0,0,100,0), +(@PATH,7,3358.098,-4968.287,305.3201,0,0,0,100,0), +(@PATH,8,3359.164,-4979.575,306.3201,0,0,0,100,0), +(@PATH,9,3358.298,-4992.609,309.518,0,0,0,100,0), +(@PATH,10,3357.542,-5001.491,312.6571,0,0,0,100,0), +(@PATH,11,3357.187,-5010.518,314.4818,0,0,0,100,0), +(@PATH,12,3356.47,-5017.849,316.0019,0,0,0,100,0), +(@PATH,13,3357.555,-5029.944,319.8653,0,0,0,100,0), +(@PATH,14,3357.853,-5040.213,321.8856,0,0,0,100,0), +(@PATH,15,3359.965,-5051.063,324.4915,0,0,0,100,0); + +-- Pathing for Runic War Golem Entry: 26347 +SET @NPC := 109948; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `id`=26347,`modelid`=0,`spawndist`=0,`MovementType`=2,`position_x`=3332.511,`position_y`=-5175.127,`position_z`=331.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`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,3327.189,-5173.438,331.7485,0,0,0,100,0), +(@PATH,2,3332.511,-5175.127,331.7538,0,0,0,100,0), +(@PATH,3,3335.935,-5171.569,336.5016,0,0,0,100,0), +(@PATH,4,3339.744,-5168.044,340.9769,0,0,0,100,0), +(@PATH,5,3343.647,-5163.103,340.9769,0,0,0,100,0), +(@PATH,6,3339.817,-5158.081,340.9769,0,0,0,100,0), +(@PATH,7,3332.336,-5149.312,340.9769,0,0,0,100,0), +(@PATH,8,3339.817,-5158.081,340.9769,0,0,0,100,0), +(@PATH,9,3343.647,-5163.103,340.9769,0,0,0,100,0), +(@PATH,10,3339.744,-5168.044,340.9769,0,0,0,100,0), +(@PATH,11,3335.935,-5171.569,336.5016,0,0,0,100,0), +(@PATH,12,3332.511,-5175.127,331.7538,0,0,0,100,0); + +-- Pathing for Runic War Golem Entry: 26347 +SET @NPC := 109945; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `id`=26347,`modelid`=0,`spawndist`=0,`MovementType`=2,`position_x`=3268.374,`position_y`=-5079.969,`position_z`=340.9769 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,3280.72,-5085.368,340.9769,0,0,0,100,0), +(@PATH,2,3285.413,-5090.898,340.9769,0,0,0,100,0), +(@PATH,3,3280.72,-5085.368,340.9769,0,0,0,100,0), +(@PATH,4,3274.152,-5077.005,340.9769,0,0,0,100,0), +(@PATH,5,3268.374,-5079.969,340.9769,0,0,0,100,0); + +-- Pathing for Rune Reaver Entry: 26268 +SET @NPC := 110571; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=4943.383,`position_y`=-4628.32,`position_z`=219.8363 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,4953.392,-4639.618,219.5298,0,0,0,100,0), +(@PATH,2,4943.383,-4628.32,219.8363,0,0,0,100,0), +(@PATH,3,4937.893,-4627.585,220.6231,0,0,0,100,0), +(@PATH,4,4930.792,-4625.509,220.5757,0,0,0,100,0), +(@PATH,5,4918.872,-4620.807,219.5784,0,0,0,100,0), +(@PATH,6,4911.864,-4618.355,219.4935,0,0,0,100,0), +(@PATH,7,4904.523,-4611.126,219.5222,0,0,0,100,0), +(@PATH,8,4905.18,-4599.718,219.6071,0,0,0,100,0), +(@PATH,9,4908.717,-4580.935,219.6839,0,0,0,100,0), +(@PATH,10,4913.14,-4560.027,219.5673,0,0,0,100,0), +(@PATH,11,4908.717,-4580.935,219.6839,0,0,0,100,0), +(@PATH,12,4905.18,-4599.718,219.6071,0,0,0,100,0), +(@PATH,13,4904.523,-4611.126,219.5222,0,0,0,100,0), +(@PATH,14,4911.864,-4618.355,219.4935,0,0,0,100,0), +(@PATH,15,4918.872,-4620.807,219.5784,0,0,0,100,0), +(@PATH,16,4930.792,-4625.509,220.5757,0,0,0,100,0), +(@PATH,17,4937.893,-4627.585,220.6231,0,0,0,100,0), +(@PATH,18,4943.383,-4628.32,219.8363,0,0,0,100,0); + +-- Pathing for Rune Reaver Entry: 26268 +SET @NPC := 110573; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=4855.043,`position_y`=-4537.645,`position_z`=204.8494 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,4849.041,-4535.425,204.8447,0,0,0,100,0), +(@PATH,2,4855.043,-4537.645,204.8494,0,0,0,100,0), +(@PATH,3,4866.675,-4541.856,204.8586,0,0,0,100,0), +(@PATH,4,4874.014,-4544.58,204.8644,0,0,0,100,0), +(@PATH,5,4884.994,-4548.653,208.6604,0,0,0,100,0), +(@PATH,6,4894.294,-4552.636,215.3105,0,0,0,100,0), +(@PATH,7,4899.979,-4554.877,219.4517,0,0,0,100,0), +(@PATH,8,4894.294,-4552.636,215.3105,0,0,0,100,0), +(@PATH,9,4884.994,-4548.653,208.6604,0,0,0,100,0), +(@PATH,10,4874.014,-4544.58,204.8644,0,0,0,100,0), +(@PATH,11,4866.675,-4541.856,204.8586,0,0,0,100,0), +(@PATH,12,4855.043,-4537.645,204.8494,0,0,0,100,0); + +-- Pathing for Rune Reaver Entry: 26268 +SET @NPC := 110572; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=4937.893,`position_y`=-4627.585,`position_z`=220.6231 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,4943.383,-4628.32,219.8363,0,0,0,100,0), +(@PATH,2,4937.893,-4627.585,220.6231,0,0,0,100,0), +(@PATH,3,4930.792,-4625.509,220.5757,0,0,0,100,0), +(@PATH,4,4918.872,-4620.807,219.5784,0,0,0,100,0), +(@PATH,5,4911.864,-4618.355,219.4935,0,0,0,100,0), +(@PATH,6,4904.523,-4611.126,219.5222,0,0,0,100,0), +(@PATH,7,4905.18,-4599.718,219.6071,0,0,0,100,0), +(@PATH,8,4908.717,-4580.935,219.6839,0,0,0,100,0), +(@PATH,9,4913.14,-4560.027,219.5673,0,0,0,100,0), +(@PATH,10,4908.717,-4580.935,219.6839,0,0,0,100,0), +(@PATH,11,4905.18,-4599.718,219.6071,0,0,0,100,0), +(@PATH,12,4904.523,-4611.126,219.5222,0,0,0,100,0), +(@PATH,13,4911.864,-4618.355,219.4935,0,0,0,100,0), +(@PATH,14,4918.872,-4620.807,219.5784,0,0,0,100,0), +(@PATH,15,4930.792,-4625.509,220.5757,0,0,0,100,0), +(@PATH,16,4937.893,-4627.585,220.6231,0,0,0,100,0); + +-- Pathing for Niffelem Forefather Entry: 29974 +SET @NPC := 203040; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=7709.27,`position_y`=-3164.7,`position_z`=868.8315 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,7693.262,-3168.185,868.2753,0,0,0,100,0), +(@PATH,2,7709.27,-3164.7,868.8315,0,0,0,100,0), +(@PATH,3,7727.441,-3152.349,867.8315,0,0,0,100,0), +(@PATH,4,7757.799,-3144.588,868.1001,0,0,0,100,0), +(@PATH,5,7783.903,-3146.267,868.2236,0,0,0,100,0), +(@PATH,6,7757.799,-3144.588,868.1001,0,0,0,100,0), +(@PATH,7,7727.441,-3152.349,867.8315,0,0,0,100,0), +(@PATH,8,7709.27,-3164.7,868.8315,0,0,0,100,0); + +-- Pathing for Niffelem Forefather Entry: 29974 +SET @NPC := 203041; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=7742.933,`position_y`=-3233.286,`position_z`=862.2076 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,7727.288,-3235.9,861.9932,0,0,0,100,0), +(@PATH,2,7713.503,-3235.01,863.4932,0,0,0,100,0), +(@PATH,3,7727.288,-3235.9,861.9932,0,0,0,100,0), +(@PATH,4,7742.933,-3233.286,862.2076,0,0,0,100,0), +(@PATH,5,7752.816,-3221.191,862.9576,0,0,0,100,0), +(@PATH,6,7762.07,-3204.258,863.3326,0,0,0,100,0), +(@PATH,7,7764.636,-3193.307,863.6109,0,0,0,100,0), +(@PATH,8,7762.07,-3204.258,863.3326,0,0,0,100,0), +(@PATH,9,7752.816,-3221.191,862.9576,0,0,0,100,0), +(@PATH,10,7742.933,-3233.286,862.2076,0,0,0,100,0); + +-- Pathing for Niffelem Forefather Entry: 29974 +SET @NPC := 203042; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=7785.011,`position_y`=-3298.777,`position_z`=864.6912 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,7802.621,-3290.984,860.9608,0,0,0,100,0), +(@PATH,2,7823.592,-3295.113,860.8358,0,0,0,100,0), +(@PATH,3,7838.511,-3308.602,860.8699,0,0,0,100,0), +(@PATH,4,7850.641,-3319.998,859.9949,0,0,0,100,0), +(@PATH,5,7838.511,-3308.602,860.8699,0,0,0,100,0), +(@PATH,6,7823.592,-3295.113,860.8358,0,0,0,100,0), +(@PATH,7,7802.621,-3290.984,860.9608,0,0,0,100,0), +(@PATH,8,7785.011,-3298.777,864.6912,0,0,0,100,0); + +-- Pathing for Niffelem Forefather Entry: 29974 +SET @NPC := 203043; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=7812.378,`position_y`=-3226.627,`position_z`=858.0397 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,7824.979,-3215.046,858.6647,0,0,0,100,0), +(@PATH,2,7831.885,-3203.466,858.1647,0,0,0,100,0), +(@PATH,3,7824.135,-3194.195,859.362,0,0,0,100,0), +(@PATH,4,7814.883,-3180.783,861.112,0,0,0,100,0), +(@PATH,5,7824.135,-3194.195,859.362,0,0,0,100,0), +(@PATH,6,7831.885,-3203.466,858.1647,0,0,0,100,0), +(@PATH,7,7824.979,-3215.046,858.6647,0,0,0,100,0), +(@PATH,8,7812.378,-3226.627,858.0397,0,0,0,100,0), +(@PATH,9,7800.624,-3238.984,859.4147,0,0,0,100,0), +(@PATH,10,7804.482,-3266.558,859.9147,0,0,0,100,0), +(@PATH,11,7800.624,-3238.984,859.4147,0,0,0,100,0), +(@PATH,12,7812.378,-3226.627,858.0397,0,0,0,100,0); + +-- Pathing for Niffelem Forefather Entry: 29974 +SET @NPC := 203045; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=7751.154,`position_y`=-3282.728,`position_z`=864.8948 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,7753.893,-3290.935,865.2698,0,0,0,100,0), +(@PATH,2,7753.763,-3301.661,864.6334,0,0,0,100,0), +(@PATH,3,7749.471,-3308.78,865.0084,0,0,0,100,0), +(@PATH,4,7733.761,-3302.855,864.6334,0,0,0,100,0), +(@PATH,5,7724.081,-3302.346,865.238,0,0,0,100,0), +(@PATH,6,7733.761,-3302.855,864.6334,0,0,0,100,0), +(@PATH,7,7749.471,-3308.78,865.0084,0,0,0,100,0), +(@PATH,8,7753.763,-3301.661,864.6334,0,0,0,100,0), +(@PATH,9,7753.893,-3290.935,865.2698,0,0,0,100,0), +(@PATH,10,7751.154,-3282.728,864.8948,0,0,0,100,0), +(@PATH,11,7740.746,-3275.625,863.0198,0,0,0,100,0), +(@PATH,12,7751.154,-3282.728,864.8948,0,0,0,100,0); + +-- Add random movement to other 6 Niffelem Forefathers +UPDATE `creature` SET `spawndist`=25,`MovementType`=1 WHERE `id`=29974 AND `MovementType`=0; + +-- Add random movement to Frostborn Ghost & Frostborn Warriors +UPDATE `creature` SET `spawndist`=25,`MovementType`=1 WHERE `id` IN (30144,30135); + +-- Pathing for Forgotten Footman Entry: 27229 +SET @NPC := 116656; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `id`=27229,`modelid`=0,`spawndist`=0,`MovementType`=2,`position_x`=2717.958,`position_y`=-852.0486,`position_z`=-17.81084 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,2698.013,-840.5762,-18.87237,0,0,0,100,0), +(@PATH,2,2717.958,-852.0486,-17.81084,0,0,0,100,0), +(@PATH,3,2747.685,-835.9616,-18.52517,0,0,0,100,0), +(@PATH,4,2736.963,-824.5544,-18.11758,0,0,0,100,0), +(@PATH,5,2747.685,-835.9616,-18.52517,0,0,0,100,0), +(@PATH,6,2717.958,-852.0486,-17.81084,0,0,0,100,0); + +-- Pathing for Forgotten Footman Entry: 27229 +SET @NPC := 104255; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2804.868,`position_y`=-1251.195,`position_z`=1.766804 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,2791.833,-1244.833,1.159086,0,0,0,100,0), +(@PATH,2,2776.921,-1251.052,1.034086,0,0,0,100,0), +(@PATH,3,2750.998,-1267.749,1.621623,0,0,0,100,0), +(@PATH,4,2747.293,-1287.059,3.621623,0,0,0,100,0), +(@PATH,5,2776.598,-1286.028,2.856715,0,0,0,100,0), +(@PATH,6,2790.336,-1281.491,2.856715,0,0,0,100,0), +(@PATH,7,2806.178,-1269.708,1.748952,0,0,0,100,0), +(@PATH,8,2810.145,-1259.655,1.391804,0,0,0,100,0), +(@PATH,9,2804.868,-1251.195,1.766804,0,0,0,100,0); + +-- Pathing for Forgotten Footman Entry: 27229 +SET @NPC := 104300; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2905.596,`position_y`=-951.8702,`position_z`=3.332973 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,2899.221,-961.7573,0.6871157,0,0,0,100,0), +(@PATH,2,2905.652,-975.7508,0.5727639,0,0,0,100,0), +(@PATH,3,2911.825,-995.7515,0.5727639,0,0,0,100,0), +(@PATH,4,2919.04,-996.2648,2.072764,0,0,0,100,0), +(@PATH,5,2936.101,-978.8578,5.70028,0,0,0,100,0), +(@PATH,6,2935.195,-972.1996,5.70028,0,0,0,100,0), +(@PATH,7,2937.132,-963.5467,6.505372,0,0,0,100,0), +(@PATH,8,2942.209,-959.0795,7.380372,0,0,0,100,0), +(@PATH,9,2936.745,-951.6036,7.255372,0,0,0,100,0), +(@PATH,10,2925.32,-946.2381,5.957973,0,0,0,100,0), +(@PATH,11,2914.287,-943.9521,4.832973,0,0,0,100,0), +(@PATH,12,2905.596,-951.8702,3.332973,0,0,0,100,0); + +-- Pathing for Forgotten Footman Entry: 27229 +SET @NPC := 104302; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2821.752,`position_y`=-874.8417,`position_z`=-14.74422 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,2847.016,-880.9863,-1.761606,0,0,0,100,0), +(@PATH,2,2859.862,-879.0374,3.863394,0,0,0,100,0), +(@PATH,3,2872.061,-881.687,7.820289,0,0,0,100,0), +(@PATH,4,2859.862,-879.0374,3.863394,0,0,0,100,0), +(@PATH,5,2847.285,-881.0474,-1.761606,0,0,0,100,0), +(@PATH,6,2821.752,-874.8417,-14.74422,0,0,0,100,0); + +-- Pathing for Forgotten Footman Entry: 27229 +SET @NPC := 104312; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2943.969,`position_y`=-1048.965,`position_z`=5.101302 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,2941.843,-1039.475,5.726302,0,0,0,100,0), +(@PATH,2,2949.843,-1030.536,7.24691,0,0,0,100,0), +(@PATH,3,2956.156,-1021.9,6.74691,0,0,0,100,0), +(@PATH,4,2953.461,-1003.218,5.12191,0,0,0,100,0), +(@PATH,5,2948.249,-991.8906,6.32528,0,0,0,100,0), +(@PATH,6,2938.315,-992.0608,5.45028,0,0,0,100,0), +(@PATH,7,2923.623,-998.5035,2.697764,0,0,0,100,0), +(@PATH,8,2917.823,-1008.725,1.368839,0,0,0,100,0), +(@PATH,9,2924.897,-1030.634,1.368839,0,0,0,100,0), +(@PATH,10,2927.607,-1053.356,1.400305,0,0,0,100,0), +(@PATH,11,2932.153,-1063.109,2.775305,0,0,0,100,0), +(@PATH,12,2947.777,-1060.567,5.476302,0,0,0,100,0), +(@PATH,13,2943.969,-1048.965,5.101302,0,0,0,100,0); + +-- Pathing for Forgotten Footman Entry: 27229 +SET @NPC := 104299; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2878.691,`position_y`=-918.3934,`position_z`=3.037135 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,2881.817,-906.0959,6.162135,0,0,0,100,0), +(@PATH,2,2877.402,-902.8173,6.162135,0,0,0,100,0), +(@PATH,3,2869.271,-905.7285,3.787135,0,0,0,100,0), +(@PATH,4,2860.845,-913.6956,0.9171581,0,0,0,100,0), +(@PATH,5,2855.832,-904.1615,1.042158,0,0,0,100,0), +(@PATH,6,2855.849,-900.3548,1.167158,0,0,0,100,0), +(@PATH,7,2866.709,-902.1387,3.787135,0,0,0,100,0), +(@PATH,8,2874.706,-897.7801,6.570289,0,0,0,100,0), +(@PATH,9,2882.54,-901.2561,7.287135,0,0,0,100,0), +(@PATH,10,2886.823,-908.6275,6.412135,0,0,0,100,0), +(@PATH,11,2892.139,-921.2299,4.412135,0,0,0,100,0), +(@PATH,12,2894.74,-929.5193,3.412135,0,0,0,100,0), +(@PATH,13,2889.814,-938.6491,1.062116,0,0,0,100,0), +(@PATH,14,2883.413,-931.7945,0.9121351,0,0,0,100,0), +(@PATH,15,2874.375,-924.762,0.7871351,0,0,0,100,0), +(@PATH,16,2878.691,-918.3934,3.037135,0,0,0,100,0); + +-- Pathing for Forgotten Footman Entry: 27229 +SET @NPC := 104303; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2862.517,`position_y`=-849.3773,`position_z`=16.0366 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,2850.917,-839.008,16.6616,0,0,0,100,0), +(@PATH,2,2834.721,-821.3724,16.35888,0,0,0,100,0), +(@PATH,3,2829.143,-812.616,16.75702,0,0,0,100,0), +(@PATH,4,2833.205,-809.7637,16.75702,0,0,0,100,0), +(@PATH,5,2849.156,-826.3764,17.10888,0,0,0,100,0), +(@PATH,6,2867.899,-845.172,13.44489,0,0,0,100,0), +(@PATH,7,2874.827,-850.2648,8.319893,0,0,0,100,0), +(@PATH,8,2881.642,-855.6507,7.069893,0,0,0,100,0), +(@PATH,9,2876.659,-862.6102,6.069893,0,0,0,100,0), +(@PATH,10,2870.918,-857.8684,8.819893,0,0,0,100,0), +(@PATH,11,2862.517,-849.3773,16.0366,0,0,0,100,0); + +-- Pathing for Forgotten Footman Entry: 27229 +SET @NPC := 104289; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2859.201,`position_y`=-1110.844,`position_z`=-7.820363 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,2838.448,-1100.916,-10.32036,0,0,0,100,0), +(@PATH,2,2821.981,-1100.407,-10.52881,0,0,0,100,0), +(@PATH,3,2859.201,-1110.844,-7.820363,0,0,0,100,0); + +-- Pathing for Forgotten Footman Entry: 27229 +SET @NPC := 104288; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2961.971,`position_y`=-1206.705,`position_z`=5.116786 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,2960.254,-1191.745,5.178555,0,0,0,100,0), +(@PATH,2,2944.208,-1185.239,6.678555,0,0,0,100,0), +(@PATH,3,2936.293,-1195.067,7.053555,0,0,0,100,0), +(@PATH,4,2914.819,-1193.023,6.254488,0,0,0,100,0), +(@PATH,5,2904.133,-1179.803,4.629488,0,0,0,100,0), +(@PATH,6,2895.289,-1198.563,4.908248,0,0,0,100,0), +(@PATH,7,2895.378,-1223.209,3.29712,0,0,0,100,0), +(@PATH,8,2910.218,-1232.834,1.698269,0,0,0,100,0), +(@PATH,9,2923.046,-1223.271,1.823269,0,0,0,100,0), +(@PATH,10,2935.214,-1209.845,3.866786,0,0,0,100,0), +(@PATH,11,2940.961,-1203.404,5.241786,0,0,0,100,0), +(@PATH,12,2961.971,-1206.705,5.116786,0,0,0,100,0); + +-- Pathing for Forgotten Footman Entry: 27229 +SET @NPC := 104282; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2873.173,`position_y`=-1172.022,`position_z`=1.283248 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,2855.471,-1183.277,0.8133984,0,0,0,100,0), +(@PATH,2,2840.394,-1190.353,0.5633984,0,0,0,100,0), +(@PATH,3,2828.198,-1197.965,0.545311,0,0,0,100,0), +(@PATH,4,2823.18,-1207.752,0.5932741,0,0,0,100,0), +(@PATH,5,2826.128,-1215.542,0.5932741,0,0,0,100,0), +(@PATH,6,2850.605,-1227.658,1.475805,0,0,0,100,0), +(@PATH,7,2885.619,-1237.069,1.082685,0,0,0,100,0), +(@PATH,8,2896.538,-1218.785,3.92212,0,0,0,100,0), +(@PATH,9,2894.448,-1191.228,4.408248,0,0,0,100,0), +(@PATH,10,2881.56,-1176.025,2.783248,0,0,0,100,0), +(@PATH,11,2873.173,-1172.022,1.283248,0,0,0,100,0); + +-- Pathing for Forgotten Footman Entry: 27229 +SET @NPC := 104313; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2866.15,`position_y`=-1042.753,`position_z`=-4.842813 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,2892.274,-1021.913,-4.426641,0,0,0,100,0), +(@PATH,2,2908.712,-1010.955,-0.7561612,0,0,0,100,0), +(@PATH,3,2916.6,-1006.593,0.9938388,0,0,0,100,0), +(@PATH,4,2931.316,-999.233,3.697764,0,0,0,100,0), +(@PATH,5,2916.6,-1006.593,0.9938388,0,0,0,100,0), +(@PATH,6,2908.712,-1010.955,-0.7561612,0,0,0,100,0), +(@PATH,7,2892.274,-1021.913,-4.426641,0,0,0,100,0), +(@PATH,8,2866.15,-1042.753,-4.842813,0,0,0,100,0), +(@PATH,9,2843.705,-1044.362,-10.84281,0,0,0,100,0), +(@PATH,10,2866.15,-1042.753,-4.842813,0,0,0,100,0); + +-- Pathing for Forgotten Footman Entry: 27229 +SET @NPC := 104285; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2826.858,`position_y`=-1187.9,`position_z`=-0.829689 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,2807.957,-1196.852,-0.829689,0,0,0,100,0), +(@PATH,2,2790.929,-1196.677,-4.436954,0,0,0,100,0), +(@PATH,3,2859.056,-1191.648,4.188398,0,0,0,100,0), +(@PATH,4,2826.858,-1187.9,-0.829689,0,0,0,100,0); + +-- Pathing for Forgotten Footman Entry: 27229 +SET @NPC := 104294; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2837.888,`position_y`=-1022.804,`position_z`=-15.48377 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,2825.521,-1027.604,-17.81549,0,0,0,100,0), +(@PATH,2,2822.49,-1036.64,-14.97614,0,0,0,100,0), +(@PATH,3,2842.205,-1029.125,-10.13129,0,0,0,100,0), +(@PATH,4,2849.388,-1021.512,-4.991766,0,0,0,100,0), +(@PATH,5,2842.463,-1029.043,-9.916177,0,0,0,100,0), +(@PATH,6,2834.086,-1032.984,-12.02614,0,0,0,100,0), +(@PATH,7,2822.49,-1036.64,-14.97614,0,0,0,100,0), +(@PATH,8,2850.019,-1019.803,-5.240389,0,0,0,100,0), +(@PATH,9,2837.888,-1022.804,-15.48377,0,0,0,100,0); + +-- Pathing for Forgotten Footman Entry: 27229 +SET @NPC := 104291; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2912.86,`position_y`=-1084.628,`position_z`=1.902801 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,2919.425,-1075.065,2.277801,0,0,0,100,0), +(@PATH,2,2945.871,-1074.501,6.231542,0,0,0,100,0), +(@PATH,3,2962.812,-1101.852,5.404822,0,0,0,100,0), +(@PATH,4,2971.769,-1111.746,5.353806,0,0,0,100,0), +(@PATH,5,2958.454,-1131.615,6.279822,0,0,0,100,0), +(@PATH,6,2923.928,-1129.304,3.166746,0,0,0,100,0), +(@PATH,7,2905.813,-1109.318,1.916746,0,0,0,100,0), +(@PATH,8,2911.473,-1096.334,2.527801,0,0,0,100,0), +(@PATH,9,2912.86,-1084.628,1.902801,0,0,0,100,0); + +-- Pathing for Forgotten Footman Entry: 27229 +SET @NPC := 104292; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2962.194,`position_y`=-904.453,`position_z`=8.116007 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,2956.887,-874.8527,7.38236,0,0,0,100,0), +(@PATH,2,2935.122,-866.2645,8.769132,0,0,0,100,0), +(@PATH,3,2914.541,-880.2153,10.14801,0,0,0,100,0), +(@PATH,4,2925.265,-901.0575,10.33249,0,0,0,100,0), +(@PATH,5,2922.499,-912.9219,9.332486,0,0,0,100,0), +(@PATH,6,2924.213,-921.9735,8.207486,0,0,0,100,0), +(@PATH,7,2929.018,-929.4181,7.832486,0,0,0,100,0), +(@PATH,8,2957.894,-937.6589,8.130371,0,0,0,100,0), +(@PATH,9,2962.194,-904.453,8.116007,0,0,0,100,0); + +-- Pathing for Forgotten Footman Entry: 27229 +SET @NPC := 104293; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2895.921,`position_y`=-1134.2,`position_z`=1.798322 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,2930.059,-1134.693,3.973824,0,0,0,100,0), +(@PATH,2,2951.594,-1140.05,5.859762,0,0,0,100,0), +(@PATH,3,2961.647,-1161.825,5.359762,0,0,0,100,0), +(@PATH,4,2927.842,-1163.731,4.348824,0,0,0,100,0), +(@PATH,5,2914.999,-1156.421,3.098824,0,0,0,100,0), +(@PATH,6,2907.036,-1165.437,3.848824,0,0,0,100,0), +(@PATH,7,2896.543,-1157.753,2.423322,0,0,0,100,0), +(@PATH,8,2892.274,-1152.018,1.798322,0,0,0,100,0), +(@PATH,9,2898.064,-1144.837,2.673322,0,0,0,100,0), +(@PATH,10,2895.921,-1134.2,1.798322,0,0,0,100,0); + +-- Pathing for Forgotten Footman Entry: 27229 +SET @NPC := 104298; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2805.589,`position_y`=-1081.377,`position_z`=-17.2577 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,2855.113,-1079.183,-10.86029,0,0,0,100,0), +(@PATH,2,2843.607,-1076.875,-12.48529,0,0,0,100,0), +(@PATH,3,2825.508,-1075.496,-12.2577,0,0,0,100,0), +(@PATH,4,2805.589,-1081.377,-17.2577,0,0,0,100,0), +(@PATH,5,2825.508,-1075.496,-12.2577,0,0,0,100,0), +(@PATH,6,2843.607,-1076.875,-12.48529,0,0,0,100,0); + +-- Pathing for Forgotten Footman Entry: 27229 +SET @NPC := 104315; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3110.401,`position_y`=-1253.015,`position_z`=13.46371 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,3113.668,-1263.064,16.11616,0,0,0,100,0), +(@PATH,2,3110.401,-1253.015,13.46371,0,0,0,100,0), +(@PATH,3,3111.429,-1236.31,11.58871,0,0,0,100,0), +(@PATH,4,3122.498,-1227.572,15.46371,0,0,0,100,0), +(@PATH,5,3133.695,-1219.953,19.40269,0,0,0,100,0), +(@PATH,6,3144.987,-1217.686,21.77769,0,0,0,100,0), +(@PATH,7,3156.936,-1210.385,25.65269,0,0,0,100,0), +(@PATH,8,3144.987,-1217.686,21.77769,0,0,0,100,0), +(@PATH,9,3133.695,-1219.953,19.40269,0,0,0,100,0), +(@PATH,10,3122.498,-1227.572,15.46371,0,0,0,100,0), +(@PATH,11,3111.429,-1236.31,11.58871,0,0,0,100,0), +(@PATH,12,3110.401,-1253.015,13.46371,0,0,0,100,0); + +-- Pathing for Forgotten Footman Entry: 27229 +SET @NPC := 104315; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3113.668,`position_y`=-1263.064,`position_z`=16.11616 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,3110.401,-1253.015,13.46371,0,0,0,100,0), +(@PATH,2,3111.429,-1236.31,11.58871,0,0,0,100,0), +(@PATH,3,3122.498,-1227.572,15.46371,0,0,0,100,0), +(@PATH,4,3133.695,-1219.953,19.40269,0,0,0,100,0), +(@PATH,5,3144.987,-1217.686,21.77769,0,0,0,100,0), +(@PATH,6,3156.936,-1210.385,25.65269,0,0,0,100,0), +(@PATH,7,3144.987,-1217.686,21.77769,0,0,0,100,0), +(@PATH,8,3133.695,-1219.953,19.40269,0,0,0,100,0), +(@PATH,9,3122.498,-1227.572,15.46371,0,0,0,100,0), +(@PATH,10,3111.429,-1236.31,11.58871,0,0,0,100,0), +(@PATH,11,3110.401,-1253.015,13.46371,0,0,0,100,0), +(@PATH,12,3113.668,-1263.064,16.11616,0,0,0,100,0); + +-- Pathing for Forgotten Footman Entry: 27229 +SET @NPC := 104286; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3088.583,`position_y`=-1156.126,`position_z`=17.39679 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,3083.364,-1145.739,19.27179,0,0,0,100,0), +(@PATH,2,3082.374,-1140.374,20.52179,0,0,0,100,0), +(@PATH,3,3076.677,-1139.317,20.14679,0,0,0,100,0), +(@PATH,4,3077.877,-1133.612,21.02179,0,0,0,100,0), +(@PATH,5,3088.356,-1118.187,23.05031,0,0,0,100,0), +(@PATH,6,3072.231,-1108.131,21.80031,0,0,0,100,0), +(@PATH,7,3076.281,-1100.623,21.92531,0,0,0,100,0), +(@PATH,8,3086.297,-1103.101,25.05031,0,0,0,100,0), +(@PATH,9,3094.429,-1104.709,24.55031,0,0,0,100,0), +(@PATH,10,3106.847,-1117.23,23.42531,0,0,0,100,0), +(@PATH,11,3115.25,-1125.531,23.92531,0,0,0,100,0), +(@PATH,12,3100.21,-1153.944,20.14997,0,0,0,100,0), +(@PATH,13,3087.017,-1178.354,13.93423,0,0,0,100,0), +(@PATH,14,3082.906,-1175.015,14.30923,0,0,0,100,0), +(@PATH,15,3088.583,-1156.126,17.39679,0,0,0,100,0); + +-- Pathing for Forgotten Footman Entry: 27229 +SET @NPC := 104290; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2989.215,`position_y`=-1127.607,`position_z`=6.228806 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,3004.259,-1106.531,3.603805,0,0,0,100,0), +(@PATH,2,3033.57,-1102.447,4.356295,0,0,0,100,0), +(@PATH,3,3037.122,-1119.411,5.481295,0,0,0,100,0), +(@PATH,4,3033.48,-1148.527,6.284178,0,0,0,100,0), +(@PATH,5,3009.911,-1156.986,7.97834,0,0,0,100,0), +(@PATH,6,2993.419,-1149.693,7.562151,0,0,0,100,0), +(@PATH,7,2989.215,-1127.607,6.228806,0,0,0,100,0); + +-- Pathing for Forgotten Footman Entry: 27229 +SET @NPC := 104287; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3024.798,`position_y`=-1230.706,`position_z`=4.43573 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,3025.203,-1243.132,6.22729,0,0,0,100,0), +(@PATH,2,3005.912,-1240.063,2.10229,0,0,0,100,0), +(@PATH,3,2993.987,-1228.242,1.67068,0,0,0,100,0), +(@PATH,4,2985.902,-1209.867,5.42068,0,0,0,100,0), +(@PATH,5,3001.862,-1184.164,6.22842,0,0,0,100,0), +(@PATH,6,3014.546,-1170.865,6.85342,0,0,0,100,0), +(@PATH,7,3032.88,-1172.902,4.72842,0,0,0,100,0), +(@PATH,8,3029.85,-1187.033,4.10342,0,0,0,100,0), +(@PATH,9,3018.071,-1205.466,4.68573,0,0,0,100,0), +(@PATH,10,3024.798,-1230.706,4.43573,0,0,0,100,0); + +-- Pathing for Forgotten Footman Entry: 27229 +SET @NPC := 104295; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3071.868,`position_y`=-1268.397,`position_z`=12.20938 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,3069.674,-1259.386,10.85567,0,0,0,100,0), +(@PATH,2,3068.374,-1255.473,10.73067,0,0,0,100,0), +(@PATH,3,3066.066,-1244.444,11.2446,0,0,0,100,0), +(@PATH,4,3058.969,-1244.361,11.6196,0,0,0,100,0), +(@PATH,5,3052.487,-1247.199,11.4946,0,0,0,100,0), +(@PATH,6,3052.536,-1241.779,11.2446,0,0,0,100,0), +(@PATH,7,3061.56,-1234.533,12.3696,0,0,0,100,0), +(@PATH,8,3083.357,-1235.259,11.98067,0,0,0,100,0), +(@PATH,9,3075.396,-1236.323,12.60567,0,0,0,100,0), +(@PATH,10,3072.659,-1248.836,10.35567,0,0,0,100,0), +(@PATH,11,3077.105,-1272.881,13.58438,0,0,0,100,0), +(@PATH,12,3073.281,-1273.411,13.95938,0,0,0,100,0), +(@PATH,13,3071.868,-1268.397,12.20938,0,0,0,100,0); + +-- Pathing for Onslaught Footman Entry: 27203 +SET @NPC := 102197; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2959.326,`position_y`=-395.5391,`position_z`=125.0946 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,2962.84,-391.6742,126.4696,0,0,0,100,0), +(@PATH,2,2962.84,-387.4278,126.2249,0,0,0,100,0), +(@PATH,3,2962.838,-383.4186,126.0946,6000,0,0,100,0), +(@PATH,4,2964.144,-389.1896,126.4696,0,0,0,100,0), +(@PATH,5,2961.882,-397.0358,125.9696,0,0,0,100,0), +(@PATH,6,2954.763,-397.5117,122.8446,0,0,0,100,0), +(@PATH,7,2948.593,-393.6725,119.4696,0,0,0,100,0), +(@PATH,8,2940.545,-388.0684,115.3446,0,0,0,100,0), +(@PATH,9,2933.778,-384.1037,114.2196,6000,0,0,100,0), +(@PATH,10,2944.897,-392.185,117.8446,0,0,0,100,0), +(@PATH,11,2952.504,-395.6488,121.8446,0,0,0,100,0), +(@PATH,12,2959.326,-395.5391,125.0946,0,0,0,100,0); + +-- Pathing for Onslaught Footman Entry: 27203 +SET @NPC := 102179; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2758.622,`position_y`=-257.9032,`position_z`=134.5928 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,2759.127,-266.1774,133.4678,0,0,0,100,0), +(@PATH,2,2751.539,-271.3302,132.9024,0,0,0,100,0), +(@PATH,3,2760.595,-265.1753,133.4678,0,0,0,100,0), +(@PATH,4,2758.622,-257.9032,134.5928,10000,0,0,100,0); + +-- Pathing for Onslaught Footman Entry: 27203 +SET @NPC := 102213; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2821.844,`position_y`=-398.2182,`position_z`=118.2002 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,2836.377,-413.6715,118.2116,0,0,0,100,0), +(@PATH,2,2847.824,-428.9374,118.2116,0,0,0,100,0), +(@PATH,3,2846.472,-430.4803,118.2116,10000,0,0,100,0), +(@PATH,4,2837.281,-414.4826,118.2116,0,0,0,100,0), +(@PATH,5,2821.844,-398.2182,118.2002,0,0,0,100,0); + +-- Pathing for Onslaught Footman Entry: 27203 +SET @NPC := 105782; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `id`=27203,`modelid`=0,`spawndist`=0,`MovementType`=2,`position_x`=2525.812,`position_y`=-295.1712,`position_z`=2.23228 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,2522.335,-293.472,1.60728,0,0,0,100,0), +(@PATH,2,2534.573,-286.8467,1.299124,0,0,0,100,0), +(@PATH,3,2543.025,-290.9288,2.299124,0,0,0,100,0), +(@PATH,4,2541.112,-300.2495,5.017283,0,0,0,100,0), +(@PATH,5,2535.901,-297.6197,5.924125,0,0,0,100,0), +(@PATH,6,2533.984,-309.6661,5.892283,0,0,0,100,0), +(@PATH,7,2529.919,-310.2605,5.837389,0,0,0,100,0), +(@PATH,8,2525.812,-295.1712,2.23228,0,0,0,100,0); + +-- Pathing for Onslaught Footman Entry: 27203 +SET @NPC := 105756; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `id`=27203,`modelid`=0,`spawndist`=0,`MovementType`=2,`position_x`=2586.93,`position_y`=-264.7181,`position_z`=0.8478023 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,2583.299,-258.9597,0.8478023,0,0,0,100,0), +(@PATH,2,2586.605,-253.2055,0.9728023,0,0,0,100,0), +(@PATH,3,2588.085,-261.3564,0.8478023,0,0,0,100,0), +(@PATH,4,2594.641,-270.8868,1.282966,0,0,0,100,0), +(@PATH,5,2593.293,-277.7047,3.532966,0,0,0,100,0), +(@PATH,6,2587.672,-279.4316,5.157966,0,0,0,100,0), +(@PATH,7,2583.551,-276.3489,6.657966,4000,0,0,100,0), +(@PATH,8,2589.375,-278.8446,5.032966,0,0,0,100,0), +(@PATH,9,2595.676,-274.804,2.282966,0,0,0,100,0), +(@PATH,10,2594.056,-268.2732,0.6579659,0,0,0,100,0), +(@PATH,11,2586.93,-264.7181,0.8478023,0,0,0,100,0); + +-- Pathing for Onslaught Footman Entry: 27203 +SET @NPC := 105783; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `id`=27203,`modelid`=0,`spawndist`=0,`MovementType`=2,`position_x`=2594.2,`position_y`=-475.536,`position_z`=0.9160237 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,2596.819,-478.6579,0.9160237,0,0,0,100,0), +(@PATH,2,2594.2,-475.536,0.9160237,10000,0,0,100,0); + +-- Pathing for Onslaught Raven Priest Entry: 27202 +SET @NPC := 102075; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2802.188,`position_y`=-345.2823,`position_z`=130.7945 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,2796.222,-324.6151,130.5517,0,0,0,100,0), +(@PATH,2,2801.31,-334.3385,131.2945,0,0,0,100,0), +(@PATH,3,2802.188,-345.2823,130.7945,0,0,0,100,0), +(@PATH,4,2800.293,-358.0259,131.0445,0,0,0,100,0), +(@PATH,5,2802.188,-345.2823,130.7945,0,0,0,100,0); + +-- Pathing for Onslaught Raven Priest Entry: 27202 +SET @NPC := 102083; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2836.686,`position_y`=-327.3926,`position_z`=113.7116 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,2803.109,-293.2266,128.4419,0,0,0,100,0), +(@PATH,2,2786.735,-273.9067,131.9504,0,0,0,100,0), +(@PATH,3,2803.03,-293.1732,128.4419,0,0,0,100,0), +(@PATH,4,2836.686,-327.3926,113.7116,0,0,0,100,0), +(@PATH,5,2870.484,-362.9376,112.5865,0,0,0,100,0), +(@PATH,6,2836.686,-327.3926,113.7116,0,0,0,100,0); + +-- Pathing for Onslaught Raven Priest Entry: 27202 +SET @NPC := 105717; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `id`=27202,`modelid`=0,`spawndist`=0,`MovementType`=2,`position_x`=2624.781,`position_y`=-436.3073,`position_z`=40.43311 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,2644.508,-439.5879,50.05303,0,0,0,100,0), +(@PATH,2,2677.022,-464.0624,50.80053,2000,0,0,100,0), +(@PATH,3,2667.324,-457.1105,50.42553,0,0,0,100,0), +(@PATH,4,2656.113,-447.4913,50.42803,0,0,0,100,0), +(@PATH,5,2645.126,-440.9579,50.42803,0,0,0,100,0), +(@PATH,6,2626.017,-437.9755,40.80811,0,0,0,100,0), +(@PATH,7,2613.63,-428.6914,36.95987,5000,0,0,100,0), +(@PATH,8,2624.781,-436.3073,40.43311,0,0,0,100,0); + +-- Pathing for Onslaught Raven Priest Entry: 27202 +SET @NPC := 102097; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2773.949,`position_y`=-310.9596,`position_z`=130.5517 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,2758.812,-292.1544,130.6524,0,0,0,100,0), +(@PATH,2,2777.84,-271.9499,131.9504,0,0,0,100,0), +(@PATH,3,2758.812,-292.1544,130.6524,0,0,0,100,0), +(@PATH,4,2773.949,-310.9596,130.5517,0,0,0,100,0), +(@PATH,5,2783.265,-326.0737,130.5517,0,0,0,100,0), +(@PATH,6,2788.654,-341.5617,130.6524,0,0,0,100,0), +(@PATH,7,2787.105,-356.4442,130.6524,0,0,0,100,0), +(@PATH,8,2782.601,-375.6832,130.7486,0,0,0,100,0), +(@PATH,9,2787.105,-356.4442,130.6524,0,0,0,100,0), +(@PATH,10,2788.654,-341.5617,130.6524,0,0,0,100,0), +(@PATH,11,2783.265,-326.0737,130.5517,0,0,0,100,0), +(@PATH,12,2773.949,-310.9596,130.5517,0,0,0,100,0); + +-- Pathing for Onslaught Raven Priest Entry: 27202 +SET @NPC := 102084; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2801.698,`position_y`=-493.4148,`position_z`=126.8458 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,2808.238,-485.9173,126.843,0,0,0,100,0), +(@PATH,2,2817.109,-477.4015,126.8421,0,0,0,100,0), +(@PATH,3,2808.546,-469.1276,126.842,0,0,0,100,0), +(@PATH,4,2802.375,-475.2724,126.8427,0,0,0,100,0), +(@PATH,5,2802.811,-475.7075,126.8424,10000,0,0,100,0), +(@PATH,6,2790.29,-487.0023,126.8426,0,0,0,100,0), +(@PATH,7,2798.458,-496.3188,126.8494,0,0,0,100,0), +(@PATH,8,2801.698,-493.4148,126.8458,0,0,0,100,0), +(@PATH,9,2800.922,-492.7095,126.8448,10000,0,0,100,0); + +-- Remove movement from Bjorn Halgurdsson +UPDATE `creature` SET `spawndist`=0,`MovementType`=0 WHERE `guid`=112513; + +-- Pathing for Hungering Dead Entry: 27335 +SET @NPC := 97722; +SET @PATH := @NPC * 10; +UPDATE `creature_template` SET `faction_A`=1975,`faction_H`=1975 WHERE `entry`=27335; +UPDATE `creature` SET `id`=27335,`modelid`=0,`spawndist`=0,`MovementType`=2,`position_x`=3721.162,`position_y`=-1150.444,`position_z`=119.7043 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,3722.571,-1154.455,119.7043,0,0,0,100,0), +(@PATH,2,3728.104,-1159.745,119.734,0,0,0,100,0), +(@PATH,3,3733.444,-1158.61,119.8249,0,0,0,100,0), +(@PATH,4,3738.681,-1154.988,119.9222,0,0,0,100,0), +(@PATH,5,3744.156,-1148.198,119.9499,0,0,0,100,0), +(@PATH,6,3747.033,-1139.943,119.8567,0,0,0,100,0), +(@PATH,7,3744.29,-1135.643,119.879,0,0,0,100,0), +(@PATH,8,3738.536,-1129.126,120.0035,0,0,0,100,0), +(@PATH,9,3731.969,-1131.176,119.8338,0,0,0,100,0), +(@PATH,10,3722.916,-1134.044,119.8925,0,0,0,100,0), +(@PATH,11,3720.009,-1142.116,119.7043,0,0,0,100,0), +(@PATH,12,3721.162,-1150.444,119.7043,0,0,0,100,0); + +-- Pathing for Illusia Lune Entry: 27042 +SET @NPC := 66177; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3647.948,`position_y`=-717.1948,`position_z`=215.0342 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,3648.265,-715.3195,215.0314,0,0,0,100,0), +(@PATH,2,3644.507,-714.7984,214.2407,0,0,0,100,0), +(@PATH,3,3635.043,-713.5746,214.2407,0,0,0,100,0), +(@PATH,4,3644.625,-714.8554,214.2407,0,0,0,100,0), +(@PATH,5,3648.25,-715.2807,215.0314,0,0,0,100,0), +(@PATH,6,3647.977,-717.1859,215.0342,0,0,0,100,0), +(@PATH,7,3655.216,-718.0604,215.0296,0,0,0,100,0), +(@PATH,8,3647.948,-717.1948,215.0342,0,0,0,100,0); + +-- Pathing for Mindless Wight Entry: 27287 +SET @NPC := 133509; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3765.615,`position_y`=-1098.793,`position_z`=121.8268 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,3762.084,-1109.439,121.806,0,0,0,100,0), +(@PATH,2,3752.516,-1126.449,119.7554,0,0,0,100,0), +(@PATH,3,3741.471,-1125.161,119.7554,0,0,0,100,0), +(@PATH,4,3738.396,-1108.291,120.8804,0,0,0,100,0), +(@PATH,5,3740.972,-1086.738,120.0845,0,0,0,100,0), +(@PATH,6,3738.396,-1108.291,120.8804,0,0,0,100,0), +(@PATH,7,3741.471,-1125.161,119.7554,0,0,0,100,0), +(@PATH,8,3752.516,-1126.449,119.7554,0,0,0,100,0), +(@PATH,9,3762.084,-1109.439,121.806,0,0,0,100,0), +(@PATH,10,3765.615,-1098.793,121.8268,0,0,0,100,0); + +-- Pathing for Mindless Wight Entry: 27287 +SET @NPC := 133513; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3786.24,`position_y`=-1020.522,`position_z`=118.2757 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,3808.903,-1015.707,117.5769,0,0,0,100,0), +(@PATH,2,3786.24,-1020.522,118.2757,0,0,0,100,0), +(@PATH,3,3769.53,-1029.906,118.9007,0,0,0,100,0), +(@PATH,4,3749.827,-1045.751,119.9136,0,0,0,100,0), +(@PATH,5,3766.045,-1074.355,119.5845,0,0,0,100,0), +(@PATH,6,3749.827,-1045.751,119.9136,0,0,0,100,0), +(@PATH,7,3769.53,-1029.906,118.9007,0,0,0,100,0), +(@PATH,8,3786.24,-1020.522,118.2757,0,0,0,100,0); + +-- Pathing for Mindless Wight Entry: 27287 +SET @NPC := 133514; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3827.871,`position_y`=-1008.744,`position_z`=116.4519 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,3843.853,-1000.803,114.3508,0,0,0,100,0), +(@PATH,2,3866.5,-975.2255,111.9066,0,0,0,100,0), +(@PATH,3,3880.219,-956.9473,113.0615,0,0,0,100,0), +(@PATH,4,3891.781,-929.4788,115.7108,0,0,0,100,0), +(@PATH,5,3896.316,-906.512,116.0858,0,0,0,100,0), +(@PATH,6,3891.781,-929.4788,115.7108,0,0,0,100,0), +(@PATH,7,3880.219,-956.9473,113.0615,0,0,0,100,0), +(@PATH,8,3866.5,-975.2255,111.9066,0,0,0,100,0), +(@PATH,9,3843.955,-1000.658,114.3508,0,0,0,100,0), +(@PATH,10,3827.871,-1008.744,116.4519,0,0,0,100,0); + +-- Pathing for 7th Legion Cavalier Entry: 27161 +SET @NPC := 133199; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3612.651,`position_y`=-726.0625,`position_z`=213.935 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,14346, '18950'); +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,3587.445,-722.4232,213.935,0,0,0,100,0), +(@PATH,2,3555.9,-731.1179,214.44,0,0,0,100,0), +(@PATH,3,3539.474,-754.7745,215.9302,0,0,0,100,0), +(@PATH,4,3523.979,-780.5864,222.9033,0,0,0,100,0), +(@PATH,5,3539.474,-754.7745,215.9302,0,0,0,100,0), +(@PATH,6,3555.9,-731.1179,214.44,0,0,0,100,0), +(@PATH,7,3587.445,-722.4232,213.935,0,0,0,100,0), +(@PATH,8,3612.651,-726.0625,213.935,0,0,0,100,0); + +-- Pathing for 7th Legion Infantryman Entry: 27160 +SET @NPC := 133172; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3641.115,`position_y`=-696.2817,`position_z`=213.935 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,3617.231,-699.88,213.935,0,0,0,100,0), +(@PATH,2,3600.052,-707.2169,213.935,0,0,0,100,0), +(@PATH,3,3587.962,-712.2491,213.935,0,0,0,100,0), +(@PATH,4,3557.36,-723.9453,214.94,0,0,0,100,0), +(@PATH,5,3540.534,-745.3442,214.6802,0,0,0,100,0), +(@PATH,6,3531.584,-759.6609,218.7618,0,0,0,100,0), +(@PATH,7,3540.534,-745.3442,214.6802,0,0,0,100,0), +(@PATH,8,3557.36,-723.9453,214.94,0,0,0,100,0), +(@PATH,9,3587.962,-712.2491,213.935,0,0,0,100,0), +(@PATH,10,3600.052,-707.2169,213.935,0,0,0,100,0), +(@PATH,11,3617.231,-699.88,213.935,0,0,0,100,0), +(@PATH,12,3641.115,-696.2817,213.935,0,0,0,100,0); + +-- Pathing for Arctic Ram Entry: 26426 +SET @NPC := 133249; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3557.356,`position_y`=-885.1018,`position_z`=213.8623 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,3555.743,-872.7176,226.2373,0,0,0,100,0), +(@PATH,2,3547.863,-855.0227,241.3424,0,0,0,100,0), +(@PATH,3,3555.743,-872.7176,226.2373,0,0,0,100,0), +(@PATH,4,3557.356,-885.1018,213.8623,0,0,0,100,0); + +-- Pathing for Foreman Mortuus Entry: 25280 +SET @NPC := 125576; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2738.548,`position_y`=6141.264,`position_z`=77.54229 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,2740.601,6148.542,77.54229,0,0,0,100,0), +(@PATH,2,2738.548,6141.264,77.54229,0,0,0,100,0), +(@PATH,3,2738.882,6136.919,77.54229,0,0,0,100,0), +(@PATH,4,2738.548,6141.264,77.54229,0,0,0,100,0); + +-- Pathing for Warsong Aberration Entry: 25611 +SET @NPC := 97487; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2867.919,`position_y`=6443.667,`position_z`=82.88259 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,2863.174,6439.854,83.75759,0,0,0,100,0), +(@PATH,2,2848.968,6437.575,83.50759,0,0,0,100,0), +(@PATH,3,2834.608,6443.772,81.13259,0,0,0,100,0), +(@PATH,4,2828.932,6454.542,79.6442,0,0,0,100,0), +(@PATH,5,2828.173,6467.712,78.6414,0,0,0,100,0), +(@PATH,6,2830.424,6479.771,78.0164,0,0,0,100,0), +(@PATH,7,2834.636,6490.322,78.14274,0,0,0,100,0), +(@PATH,8,2842.753,6498.431,78.26774,0,0,0,100,0), +(@PATH,9,2854.071,6499.945,77.01774,0,0,0,100,0), +(@PATH,10,2863.978,6493.317,79.14274,0,0,0,100,0), +(@PATH,11,2867.187,6478.214,79.15935,0,0,0,100,0), +(@PATH,12,2867.226,6461.002,79.25759,0,0,0,100,0), +(@PATH,13,2867.919,6443.667,82.88259,0,0,0,100,0); + +-- Pathing for Foreman Miles McMoody Entry: 23738 +SET @NPC := 113477; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=638.4495,`position_y`=-4973.4,`position_z`=5.458665 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,638.6205,-4980.014,5.833665,0,0,0,100,0), +(@PATH,2,639.2449,-4985.371,5.708665,0,0,0,100,0), +(@PATH,3,638.6205,-4980.014,5.833665,0,0,0,100,0), +(@PATH,4,638.4495,-4973.4,5.458665,0,0,0,100,0), +(@PATH,5,643.2342,-4964.211,5.381555,0,0,0,100,0), +(@PATH,6,649.8732,-4960.353,5.881555,0,0,0,100,0), +(@PATH,7,643.2342,-4964.211,5.381555,0,0,0,100,0), +(@PATH,8,638.4495,-4973.4,5.458665,0,0,0,100,0); + +-- Pathing for Dragonflayer Rune-Seer Entry: 23656 +SET @NPC := 105279; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=815.9536,`position_y`=-5480.104,`position_z`=212.1486 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,807.327,-5474.987,212.2354,0,0,0,100,0), +(@PATH,2,815.9536,-5480.104,212.1486,0,0,0,100,0), +(@PATH,3,820.9525,-5473.124,212.1178,0,0,0,100,0), +(@PATH,4,815.9536,-5480.104,212.1486,0,0,0,100,0); + +-- Pathing for Dragonflayer Rune-Seer Entry: 23656 +SET @NPC := 105278; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=1017.9,`position_y`=-5466.781,`position_z`=187.2601 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,1028.798,-5462.303,187.0009,0,0,0,100,0), +(@PATH,2,1025.045,-5453.278,187.0592,0,0,0,100,0), +(@PATH,3,1013.774,-5457.924,187.2601,0,0,0,100,0), +(@PATH,4,1017.9,-5466.781,187.2601,0,0,0,100,0); + +-- Pathing for Winterskorn Bonegrinder Entry: 23655 +SET @NPC := 105184; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=1535.755,`position_y`=-5407.994,`position_z`=190.2667 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,1564.637,-5388.042,189.2125,0,0,0,100,0), +(@PATH,2,1535.755,-5407.994,190.2667,0,0,0,100,0), +(@PATH,3,1502.654,-5425.741,192.4055,0,0,0,100,0), +(@PATH,4,1477.713,-5432.612,190.0745,0,0,0,100,0), +(@PATH,5,1451.592,-5422.258,188.7154,0,0,0,100,0), +(@PATH,6,1451.592,-5422.258,188.7154,0,0,0,100,0), +(@PATH,7,1477.624,-5432.594,190.0745,0,0,0,100,0), +(@PATH,8,1502.654,-5425.741,192.4055,0,0,0,100,0), +(@PATH,9,1535.755,-5407.994,190.2667,0,0,0,100,0); + +-- Pathing for Winterskorn Bonegrinder Entry: 23655 +SET @NPC := 105187; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=1530.729,`position_y`=-5260.938,`position_z`=202.2724 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,1513.021,-5237.5,207.5224,0,0,0,100,0), +(@PATH,2,1514.139,-5242.362,207.5224,0,0,0,100,0), +(@PATH,3,1528.464,-5262.211,202.7724,0,0,0,100,0), +(@PATH,4,1549.229,-5268.947,199.7077,0,0,0,100,0), +(@PATH,5,1565.182,-5272.908,202.6034,0,0,0,100,0), +(@PATH,6,1564.366,-5290.121,202.8534,0,0,0,100,0), +(@PATH,7,1554.61,-5266.971,200.4784,0,0,0,100,0), +(@PATH,8,1530.729,-5260.938,202.2724,0,0,0,100,0); + +-- Pathing for Winterskorn Bonegrinder Entry: 23655 +SET @NPC := 105186; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=1433.288,`position_y`=-5288.5,`position_z`=195.2126 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,1416.921,-5279.619,195.8376,0,0,0,100,0), +(@PATH,2,1415.622,-5254.748,190.7362,0,0,0,100,0), +(@PATH,3,1410.65,-5237.281,191.9862,0,0,0,100,0), +(@PATH,4,1422.645,-5223.072,195.145,0,0,0,100,0), +(@PATH,5,1431.248,-5201.435,190.395,0,0,0,100,0), +(@PATH,6,1422.645,-5223.072,195.145,0,0,0,100,0), +(@PATH,7,1410.65,-5237.281,191.9862,0,0,0,100,0), +(@PATH,8,1415.622,-5254.748,190.7362,0,0,0,100,0), +(@PATH,9,1416.921,-5279.619,195.8376,0,0,0,100,0), +(@PATH,10,1432.959,-5288.929,195.0876,0,0,0,100,0), +(@PATH,11,1464.944,-5300.757,195.4252,0,0,0,100,0), +(@PATH,12,1433.288,-5288.5,195.2126,0,0,0,100,0), +(@PATH,13,1406.18,-5300.791,192.9474,0,0,0,100,0), +(@PATH,14,1399.665,-5334.053,195.1207,0,0,0,100,0), +(@PATH,15,1405.759,-5369.869,193.5165,0,0,0,100,0), +(@PATH,16,1399.665,-5334.053,195.1207,0,0,0,100,0), +(@PATH,17,1406.18,-5300.791,192.9474,0,0,0,100,0), +(@PATH,18,1433.288,-5288.5,195.2126,0,0,0,100,0), +(@PATH,19,1464.944,-5300.757,195.4252,0,0,0,100,0), +(@PATH,20,1433.288,-5288.5,195.2126,0,0,0,100,0); + +-- Pathing for Dragonflayer Warrior Entry: 23654 +SET @NPC := 105141; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=1062.211,`position_y`=-5497.463,`position_z`=198.7661 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,1064.687,-5467.441,197.8911,0,0,0,100,0), +(@PATH,2,1062.211,-5497.463,198.7661,0,0,0,100,0), +(@PATH,3,1063.853,-5533.536,205.1816,0,0,0,100,0), +(@PATH,4,1058.663,-5566.771,204.7646,0,0,0,100,0), +(@PATH,5,1038.08,-5606.434,219.5592,0,0,0,100,0), +(@PATH,6,1058.663,-5566.771,204.7646,0,0,0,100,0), +(@PATH,7,1063.853,-5533.536,205.1816,0,0,0,100,0), +(@PATH,8,1062.211,-5497.463,198.7661,0,0,0,100,0); + +-- Pathing for Dragonflayer Warrior Entry: 23654 +SET @NPC := 105149; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=846.3604,`position_y`=-5491.41,`position_z`=213.345 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,838.926,-5532.913,208.3766,0,0,0,100,0), +(@PATH,2,845.0897,-5552.385,201.9454,0,0,0,100,0), +(@PATH,3,866.5723,-5552.206,196.6954,0,0,0,100,0), +(@PATH,4,895.5579,-5541.471,193.3276,0,0,0,100,0), +(@PATH,5,925.5731,-5545.784,187.5047,0,0,0,100,0), +(@PATH,6,948.0293,-5558.479,184.8204,0,0,0,100,0), +(@PATH,7,954.0419,-5554.6,184.8204,0,0,0,100,0), +(@PATH,8,957.7758,-5533.202,185.6618,0,0,0,100,0), +(@PATH,9,954.9789,-5518.392,185.7868,0,0,0,100,0), +(@PATH,10,944.8699,-5507.618,185.8557,0,0,0,100,0), +(@PATH,11,944.6381,-5494.633,186.1347,0,0,0,100,0), +(@PATH,12,950.1157,-5482.309,185.6347,0,0,0,100,0), +(@PATH,13,933.2178,-5467.473,189.7347,0,0,0,100,0), +(@PATH,14,914.2697,-5456.049,197.4529,0,0,0,100,0), +(@PATH,15,899.4795,-5450.521,202.8457,0,0,0,100,0), +(@PATH,16,878.1829,-5448.128,206.4707,0,0,0,100,0), +(@PATH,17,866.7573,-5455.153,209.5957,0,0,0,100,0), +(@PATH,18,857.5803,-5467.02,211.97,0,0,0,100,0), +(@PATH,19,846.3604,-5491.41,213.345,0,0,0,100,0); + +-- Pathing for Dragonflayer Warrior Entry: 23654 +SET @NPC := 105143; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=885.737,`position_y`=-5543.066,`position_z`=192.4526 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,844.7711,-5555.04,202.0704,0,0,0,100,0), +(@PATH,2,839.8002,-5532.987,208.3766,0,0,0,100,0), +(@PATH,3,838.3271,-5510.918,212.7516,0,0,0,100,0), +(@PATH,4,801.8599,-5490.351,216.0982,0,0,0,100,0), +(@PATH,5,801.8599,-5490.351,216.0982,0,0,0,100,0), +(@PATH,6,808.6978,-5479.681,212.3443,0,0,0,100,0), +(@PATH,7,820.7059,-5477.396,212.4484,0,0,0,100,0), +(@PATH,8,845.6509,-5491.736,213.345,0,0,0,100,0), +(@PATH,9,860.5975,-5457.135,210.6873,0,0,0,100,0), +(@PATH,10,886.1946,-5446.879,205.8457,0,0,0,100,0), +(@PATH,11,910.978,-5453.937,198.7072,0,0,0,100,0), +(@PATH,12,933.2483,-5466.113,189.993,0,0,0,100,0), +(@PATH,13,949.5988,-5487.087,185.7597,0,0,0,100,0), +(@PATH,14,943.2539,-5502.491,185.9165,0,0,0,100,0), +(@PATH,15,955.7552,-5521.782,185.6618,0,0,0,100,0), +(@PATH,16,959.2084,-5538.987,185.4454,0,0,0,100,0), +(@PATH,17,968.0063,-5546.821,185.5182,0,0,0,100,0), +(@PATH,18,975.9687,-5552.027,188.5839,0,0,0,100,0), +(@PATH,19,971.4639,-5549.163,187.1199,0,0,0,100,0), +(@PATH,20,958.3904,-5540.358,185.3204,0,0,0,100,0), +(@PATH,21,911.1376,-5540.936,191.2547,0,0,0,100,0), +(@PATH,22,885.737,-5543.066,192.4526,0,0,0,100,0); + +-- Pathing for Forgotten Knight Entry: 27224 +SET @NPC := 103874; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2809.228,`position_y`=-786.0521,`position_z`=11.39639 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,2410, ''); +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,2833.675,-780.9371,18.37446,0,0,0,100,0), +(@PATH,2,2833.15,-758.6363,19.07858,0,0,0,100,0), +(@PATH,3,2825.889,-749.9357,21.07858,0,0,0,100,0), +(@PATH,4,2812.55,-737.4151,22.82858,0,0,0,100,0), +(@PATH,5,2783.542,-729.0773,21.05932,0,0,0,100,0), +(@PATH,6,2765.659,-727.304,17.58513,0,0,0,100,0), +(@PATH,7,2751.434,-737.9138,16.07381,0,0,0,100,0), +(@PATH,8,2751.944,-750.9055,16.69881,0,0,0,100,0), +(@PATH,9,2768.903,-761.2964,20.00057,0,0,0,100,0), +(@PATH,10,2781.985,-771.0247,22.92394,0,0,0,100,0), +(@PATH,11,2796.257,-771.977,21.92394,0,0,0,100,0), +(@PATH,12,2808.716,-776.6991,17.77139,0,0,0,100,0), +(@PATH,13,2809.228,-786.0521,11.39639,0,0,0,100,0); + +-- Pathing for Forgotten Knight Entry: 27224 +SET @NPC := 103873; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2894.109,`position_y`=-745.8281,`position_z`=34.1621 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,2410, ''); +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,2880.134,-747.5494,35.0371,0,0,0,100,0), +(@PATH,2,2891.083,-756.9952,33.4121,0,0,0,100,0), +(@PATH,3,2895.175,-770.9067,32.19512,0,0,0,100,0), +(@PATH,4,2903.07,-781.6721,33.27403,0,0,0,100,0), +(@PATH,5,2914.176,-784.565,31.89903,0,0,0,100,0), +(@PATH,6,2925.826,-785.0627,29.64903,0,0,0,100,0), +(@PATH,7,2930.271,-775.0516,28.64903,0,0,0,100,0), +(@PATH,8,2939.729,-744.412,32.40165,0,0,0,100,0), +(@PATH,9,2943.021,-729.0511,35.20413,0,0,0,100,0), +(@PATH,10,2929.653,-730.5426,33.5611,0,0,0,100,0), +(@PATH,11,2918.323,-739.3417,32.8055,0,0,0,100,0), +(@PATH,12,2912.092,-746.812,31.55551,0,0,0,100,0), +(@PATH,13,2894.109,-745.8281,34.1621,0,0,0,100,0); + +-- Pathing for Forgotten Knight Entry: 27224 +SET @NPC := 103872; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2932.506,`position_y`=-837.5522,`position_z`=22.2049 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,2410, ''); +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,2918.318,-831.2017,22.15971,0,0,0,100,0), +(@PATH,2,2900.803,-830.7356,20.28471,0,0,0,100,0), +(@PATH,3,2887.271,-836.7582,15.19489,0,0,0,100,0), +(@PATH,4,2875.123,-829.6106,16.41558,0,0,0,100,0), +(@PATH,5,2871.546,-815.7471,17.91558,0,0,0,100,0), +(@PATH,6,2883.228,-809.2447,19.41558,0,0,0,100,0), +(@PATH,7,2895.306,-811.4878,20.66558,0,0,0,100,0), +(@PATH,8,2907.782,-811.962,22.65971,0,0,0,100,0), +(@PATH,9,2923.734,-803.7195,25.15971,0,0,0,100,0), +(@PATH,10,2937.375,-803.5854,23.12252,0,0,0,100,0), +(@PATH,11,2948.706,-813.3407,16.74752,0,0,0,100,0), +(@PATH,12,2955.43,-827.8005,14.24752,0,0,0,100,0), +(@PATH,13,2943.766,-832.0939,19.74752,0,0,0,100,0), +(@PATH,14,2932.506,-837.5522,22.2049,0,0,0,100,0); + +-- Pathing for Forgotten Knight Entry: 27224 +SET @NPC := 103867; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3031.883,`position_y`=-1193.945,`position_z`=4.10342 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,2410, ''); +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,3021.991,-1208.472,4.68573,0,0,0,100,0), +(@PATH,2,3022.048,-1220.27,4.56073,0,0,0,100,0), +(@PATH,3,3029.59,-1226.407,4.93573,0,0,0,100,0), +(@PATH,4,3024.812,-1243.493,5.85229,0,0,0,100,0), +(@PATH,5,3023.703,-1255.095,6.72729,0,0,0,100,0), +(@PATH,6,3025.416,-1263.592,8.60229,0,0,0,100,0), +(@PATH,7,3021.044,-1271.828,9.719284,0,0,0,100,0), +(@PATH,8,3007.416,-1266.712,4.844284,0,0,0,100,0), +(@PATH,9,3008.505,-1253.591,2.85229,0,0,0,100,0), +(@PATH,10,3004.32,-1236.712,2.35229,0,0,0,100,0), +(@PATH,11,2993.636,-1229.865,1.17068,0,0,0,100,0), +(@PATH,12,2979.269,-1223.784,1.42068,0,0,0,100,0), +(@PATH,13,2965.932,-1206.177,5.491786,0,0,0,100,0), +(@PATH,14,2971.155,-1190.604,5.994758,0,0,0,100,0), +(@PATH,15,2980.288,-1174.813,7.619758,0,0,0,100,0), +(@PATH,16,2995.088,-1166.42,7.937151,0,0,0,100,0), +(@PATH,17,3020.431,-1167.15,6.85342,0,0,0,100,0), +(@PATH,18,3037.439,-1165.075,5.909178,0,0,0,100,0), +(@PATH,19,3047.86,-1172.553,4.58005,0,0,0,100,0), +(@PATH,20,3045.929,-1185.756,3.83005,0,0,0,100,0), +(@PATH,21,3031.883,-1193.945,4.10342,0,0,0,100,0); + +-- Pathing for Forgotten Knight Entry: 27224 +SET @NPC := 103871; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3010.807,`position_y`=-773.1741,`position_z`=16.34228 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,2410, ''); +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,2963.664,-755.7372,26.02665,0,0,0,100,0), +(@PATH,2,2945.664,-765.416,24.52665,0,0,0,100,0), +(@PATH,3,2945.375,-776.2206,23.87442,0,0,0,100,0), +(@PATH,4,2955.946,-778.843,24.99942,0,0,0,100,0), +(@PATH,5,2971.849,-763.856,25.20815,0,0,0,100,0), +(@PATH,6,2980.967,-761.5911,26.20815,0,0,0,100,0), +(@PATH,7,2990.548,-766.0126,24.95815,0,0,0,100,0), +(@PATH,8,3010.807,-773.1741,16.34228,0,0,0,100,0); + +-- Pathing for Forgotten Knight Entry: 27224 +SET @NPC := 103923; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3117.313,`position_y`=-1116.784,`position_z`=24.42531 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,2410, ''); +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,3123.031,-1098.988,26.37428,0,0,0,100,0), +(@PATH,2,3138.207,-1080.818,26.98225,0,0,0,100,0), +(@PATH,3,3155.389,-1070.809,32.23225,0,0,0,100,0), +(@PATH,4,3162.057,-1052.932,38.1851,0,0,0,100,0), +(@PATH,5,3175.884,-1045.580,45.10823,0,0,0,100,0), +(@PATH,6,3153.743,-1034.797,36.6851,0,0,0,100,0), +(@PATH,7,3136.181,-1035.721,31.6851,0,0,0,100,0), +(@PATH,8,3103.2,-1051.08,26.4764,0,0,0,100,0), +(@PATH,9,3095.24,-1065.545,25.98299,0,0,0,100,0), +(@PATH,10,3089.212,-1078.389,27.70211,0,0,0,100,0), +(@PATH,11,3089.404,-1089.843,26.82711,0,0,0,100,0), +(@PATH,12,3094.688,-1096.337,27.20211,0,0,0,100,0), +(@PATH,13,3105.258,-1114.044,24.05031,0,0,0,100,0), +(@PATH,14,3117.313,-1116.784,24.42531,0,0,0,100,0); + +-- Pathing for Forgotten Knight Entry: 27224 +SET @NPC := 103876; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3137.919,`position_y`=-992.722,`position_z`=34.28274 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,2410, ''); +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,3148.599,-963.2103,38.63452,0,0,0,100,0), +(@PATH,2,3142.211,-958.303,38.3529,0,0,0,100,0), +(@PATH,3,3142.709,-950,39.00952,0,0,0,100,0), +(@PATH,4,3137.357,-938.687,38.18606,0,0,0,100,0), +(@PATH,5,3121.781,-935.5909,34.90998,0,0,0,100,0), +(@PATH,6,3100.802,-936.2891,30.90998,0,0,0,100,0), +(@PATH,7,3087.178,-941.303,27.50731,0,0,0,100,0), +(@PATH,8,3071.092,-968.1406,25.55985,0,0,0,100,0), +(@PATH,9,3073.849,-986.3673,24.68485,0,0,0,100,0), +(@PATH,10,3081.633,-1004.435,22.36223,0,0,0,100,0), +(@PATH,11,3100.318,-1012.79,21.16171,0,0,0,100,0), +(@PATH,12,3118.169,-1009.429,22.8615,0,0,0,100,0), +(@PATH,13,3137.919,-992.722,34.28274,0,0,0,100,0); + +-- Pathing for Forgotten Knight Entry: 27224 +SET @NPC := 103870; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2994.183,`position_y`=-917.3297,`position_z`=15.79732 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,2410, ''); +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,2991.063,-923.8657,16.29732,0,0,0,100,0), +(@PATH,2,2988.507,-934.7225,15.49086,0,0,0,100,0), +(@PATH,3,2991.473,-947.5349,13.86586,0,0,0,100,0), +(@PATH,4,2986.829,-959.4357,14.36586,0,0,0,100,0), +(@PATH,5,2982.086,-973.1686,14.91845,0,0,0,100,0), +(@PATH,6,2986.519,-992.0975,15.04345,0,0,0,100,0), +(@PATH,7,3000.431,-997.9194,13.52108,0,0,0,100,0), +(@PATH,8,3008.087,-1011.985,10.77139,0,0,0,100,0), +(@PATH,9,3017.707,-1028.244,11.64639,0,0,0,100,0), +(@PATH,10,3031.724,-1030.211,11.89639,0,0,0,100,0), +(@PATH,11,3041.782,-1051.163,12.00821,0,0,0,100,0), +(@PATH,12,3035.676,-1067.425,12.25596,0,0,0,100,0), +(@PATH,13,3041.782,-1051.163,12.00821,0,0,0,100,0), +(@PATH,14,3064.94,-1033.926,9.38321,0,0,0,100,0), +(@PATH,15,3049.375,-1016.077,11.23723,0,0,0,100,0), +(@PATH,16,3042.356,-991.0371,13.35068,0,0,0,100,0), +(@PATH,17,3044.027,-973.3226,13.35068,0,0,0,100,0), +(@PATH,18,3035.297,-959.0609,14.15011,0,0,0,100,0), +(@PATH,19,3039.989,-937.3704,14.52511,0,0,0,100,0), +(@PATH,20,3041.8,-923.7596,15.40918,0,0,0,100,0), +(@PATH,21,3026.872,-915.1911,16.42643,0,0,0,100,0), +(@PATH,22,3012.979,-918.055,15.67643,0,0,0,100,0), +(@PATH,23,2994.183,-917.3297,15.79732,0,0,0,100,0); + +-- Pathing for Forgotten Knight Entry: 27224 +SET @NPC := 103868; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3075.944,`position_y`=-811.9883,`position_z`=20.80827 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,2410, ''); +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,3080.952,-824.3328,23.05827,0,0,0,100,0), +(@PATH,2,3075.61,-839.4752,22.73697,0,0,0,100,0), +(@PATH,3,3060.65,-845.2489,19.05826,0,0,0,100,0), +(@PATH,4,3046.751,-844.7985,16.93326,0,0,0,100,0), +(@PATH,5,3037.941,-836.3997,14.55826,0,0,0,100,0), +(@PATH,6,3030.868,-826.7025,14.97029,0,0,0,100,0), +(@PATH,7,3025.803,-806.0645,12.84529,0,0,0,100,0), +(@PATH,8,3029.52,-794.0267,10.84228,0,0,0,100,0), +(@PATH,9,3038.712,-775.0134,13.51348,0,0,0,100,0), +(@PATH,10,3053.475,-795.7884,14.88848,0,0,0,100,0), +(@PATH,11,3060.79,-809.8187,17.99917,0,0,0,100,0), +(@PATH,12,3075.944,-811.9883,20.80827,0,0,0,100,0); + +-- Pathing for Forgotten Knight Entry: 27224 +SET @NPC := 103910; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3149.75,`position_y`=-869.2438,`position_z`=36.21198 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,2410, ''); +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,3146.117,-888.8926,30.46198,0,0,0,100,0), +(@PATH,2,3124.167,-897.0647,26.10263,0,0,0,100,0), +(@PATH,3,3109.003,-894.5141,23.35263,0,0,0,100,0), +(@PATH,4,3102.094,-881.6088,24.10263,0,0,0,100,0), +(@PATH,5,3095.041,-871.0077,23.56842,0,0,0,100,0), +(@PATH,6,3085.051,-870.8863,20.19342,0,0,0,100,0), +(@PATH,7,3068.079,-868.6927,15.19342,0,0,0,100,0), +(@PATH,8,3055.256,-851.1473,16.93326,0,0,0,100,0), +(@PATH,9,3057.439,-832.538,19.24917,0,0,0,100,0), +(@PATH,10,3071.083,-814.3071,20.30827,0,0,0,100,0), +(@PATH,11,3088.409,-817.8911,23.93327,0,0,0,100,0), +(@PATH,12,3096.284,-822.4347,28.05827,0,0,0,100,0), +(@PATH,13,3119.771,-833.5566,35.02748,0,0,0,100,0), +(@PATH,14,3138.177,-848.7571,40.79415,0,0,0,100,0), +(@PATH,15,3149.75,-869.2438,36.21198,0,0,0,100,0); + +-- Pathing for Forgotten Knight Entry: 27224 +SET @NPC := 103875; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2978.204,`position_y`=-643.6324,`position_z`=49.32085 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,2410, ''); +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,2965.427,-625.391,63.11521,0,0,0,100,0), +(@PATH,2,2978.204,-643.6324,49.32085,0,0,0,100,0), +(@PATH,3,2995.292,-669.0926,42.25421,0,0,0,100,0), +(@PATH,4,2976.448,-683.0107,43.00421,0,0,0,100,0), +(@PATH,5,2960.967,-700.3996,41.82913,0,0,0,100,0), +(@PATH,6,2968.173,-720.5273,41.47844,0,0,0,100,0), +(@PATH,7,2951.983,-727.3806,36.82913,0,0,0,100,0), +(@PATH,8,2936.89,-718.2084,37.32913,0,0,0,100,0), +(@PATH,9,2960.967,-700.3996,41.82913,0,0,0,100,0), +(@PATH,10,2976.448,-683.0107,43.00421,0,0,0,100,0), +(@PATH,11,2995.292,-669.0926,42.25421,0,0,0,100,0), +(@PATH,12,2978.204,-643.6324,49.32085,0,0,0,100,0); + +-- Pathing for Forgotten Knight Entry: 27224 +SET @NPC := 103854; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2801.809,`position_y`=-1351.609,`position_z`=30.75213 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,2410, ''); +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,2817.353,-1349.674,28.00213,0,0,0,100,0), +(@PATH,2,2838.433,-1344.79,23.96613,0,0,0,100,0), +(@PATH,3,2848.939,-1335.581,21.34113,0,0,0,100,0), +(@PATH,4,2866.034,-1321.116,15.20641,0,0,0,100,0), +(@PATH,5,2870.609,-1310.2,11.10666,0,0,0,100,0), +(@PATH,6,2885.081,-1298.237,3.82512,0,0,0,100,0), +(@PATH,7,2896.063,-1302.303,5.106659,0,0,0,100,0), +(@PATH,8,2893.534,-1316.084,11.48166,0,0,0,100,0), +(@PATH,9,2881.322,-1331.398,15.85666,0,0,0,100,0), +(@PATH,10,2870.855,-1347.522,19.17392,0,0,0,100,0), +(@PATH,11,2848.049,-1357.54,25.46613,0,0,0,100,0), +(@PATH,12,2826.136,-1374.455,33.06441,0,0,0,100,0), +(@PATH,13,2807.342,-1380.172,35.56441,0,0,0,100,0), +(@PATH,14,2798.427,-1374.941,35.90455,0,0,0,100,0), +(@PATH,15,2791.729,-1366.846,35.77955,0,0,0,100,0), +(@PATH,16,2794.926,-1355.688,33.31061,0,0,0,100,0), +(@PATH,17,2801.809,-1351.609,30.75213,0,0,0,100,0); + +-- Remove dup spawns +DELETE FROM `creature` WHERE `guid`=103909; +DELETE FROM `creature_addon` WHERE `guid`=103909; + +-- Pathing for Emerald Skytalon Entry: 27244 +SET @NPC := 105773; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2829.573,`position_y`=77.83496,`position_z`=23.05415 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,2834.644,66.5554,23.05415,0,0,0,100,0), +(@PATH,2,2832.327,47.98145,23.05415,0,0,0,100,0), +(@PATH,3,2824.19,33.55273,23.05415,0,0,0,100,0), +(@PATH,4,2813.263,27.89535,23.05415,0,0,0,100,0), +(@PATH,5,2799.154,28.69884,23.05415,0,0,0,100,0), +(@PATH,6,2792.593,37.23269,23.05415,0,0,0,100,0), +(@PATH,7,2787.989,49.96674,23.05415,0,0,0,100,0), +(@PATH,8,2790.986,62.9579,23.05415,0,0,0,100,0), +(@PATH,9,2799.894,77.16607,23.05415,0,0,0,100,0), +(@PATH,10,2811.617,81.51264,23.05415,0,0,0,100,0), +(@PATH,11,2829.573,77.83496,23.05415,0,0,0,100,0); + +-- Pathing for Emerald Skytalon Entry: 27244 +SET @NPC := 105776; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2768.484,`position_y`=170.2238,`position_z`=22.38341 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,2795.626,178.1085,19.93896,0,0,0,100,0), +(@PATH,2,2807.406,164.8766,17.6334,0,0,0,100,0), +(@PATH,3,2802.16,140.2939,17.6334,0,0,0,100,0), +(@PATH,4,2811.732,110.9432,17.6334,0,0,0,100,0), +(@PATH,5,2820.829,97.51039,17.6334,0,0,0,100,0), +(@PATH,6,2826.558,81.62894,17.6334,0,0,0,100,0), +(@PATH,7,2809.651,77.49517,17.6334,0,0,0,100,0), +(@PATH,8,2788.568,80.96075,17.6334,0,0,0,100,0), +(@PATH,9,2774.997,95.94735,20.41118,0,0,0,100,0), +(@PATH,10,2774.55,112.1218,22.38341,0,0,0,100,0), +(@PATH,11,2760.725,140.132,22.38341,0,0,0,100,0), +(@PATH,12,2758.094,158.0518,22.38341,0,0,0,100,0), +(@PATH,13,2768.484,170.2238,22.38341,0,0,0,100,0); + +-- Pathing for Emerald Skytalon Entry: 27244 +SET @NPC := 105790; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2690.665,`position_y`=105.8982,`position_z`=21.48963 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,2705.308,102.4151,21.48963,0,0,0,100,0), +(@PATH,2,2703.798,84.28983,21.67711,0,0,0,100,0), +(@PATH,3,2705.529,52.25309,4.98267,0,0,0,100,0), +(@PATH,4,2705.258,36.26714,0.510448,0,0,0,100,0), +(@PATH,5,2705.416,24.20399,4.038228,0,0,0,100,0), +(@PATH,6,2691.849,-11.67057,19.26741,0,0,0,100,0), +(@PATH,7,2695.837,-31.84223,22.57297,0,0,0,100,0), +(@PATH,8,2721.802,-37.03499,22.57297,0,0,0,100,0), +(@PATH,9,2733.044,-22.9873,20.85075,0,0,0,100,0), +(@PATH,10,2740.016,-0.903429,20.85075,0,0,0,100,0), +(@PATH,11,2720.839,32.38059,20.85075,0,0,0,100,0), +(@PATH,12,2687.212,64.41743,21.48963,0,0,0,100,0), +(@PATH,13,2690.665,105.8982,21.48963,0,0,0,100,0); + +-- Pathing for Emerald Skytalon Entry: 27244 +SET @NPC := 105751; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2818.96,`position_y`=19.08247,`position_z`=18.30093 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,2825.987,33.99419,18.30093,0,0,0,100,0), +(@PATH,2,2828.41,56.17736,18.30093,0,0,0,100,0), +(@PATH,3,2822.678,71.10498,18.30093,0,0,0,100,0), +(@PATH,4,2807.275,74.22374,18.30093,0,0,0,100,0), +(@PATH,5,2796.926,65.10563,18.30093,0,0,0,100,0), +(@PATH,6,2791.43,53.62164,18.30093,0,0,0,100,0), +(@PATH,7,2789.82,40.9783,18.30093,0,0,0,100,0), +(@PATH,8,2797.13,30.63395,18.30093,0,0,0,100,0), +(@PATH,9,2806.262,18.99745,18.30093,0,0,0,100,0), +(@PATH,10,2818.96,19.08247,18.30093,0,0,0,100,0); + +-- Pathing for Emerald Skytalon Entry: 27244 +SET @NPC := 105771; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2822.304,`position_y`=25.58095,`position_z`=28.66101 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,2838.793,39.95627,28.66101,0,0,0,100,0), +(@PATH,2,2836.108,57.5306,28.66101,0,0,0,100,0), +(@PATH,3,2825.485,74.04839,28.66101,0,0,0,100,0), +(@PATH,4,2805.867,74.06527,28.66101,0,0,0,100,0), +(@PATH,5,2792.58,59.60639,28.66101,0,0,0,100,0), +(@PATH,6,2792.146,41.0931,28.66101,0,0,0,100,0), +(@PATH,7,2806.482,27.81955,28.66101,0,0,0,100,0), +(@PATH,8,2822.304,25.58095,28.66101,0,0,0,100,0); + +-- Pathing for Emerald Skytalon Entry: 27244 +SET @NPC := 105793; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2885.995,`position_y`=86.84375,`position_z`=25.08892 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,2877.463,71.04628,26.72781,0,0,0,100,0), +(@PATH,2,2862.192,67.89458,24.06114,0,0,0,100,0), +(@PATH,3,2846.071,81.27257,23.17225,0,0,0,100,0), +(@PATH,4,2835.402,100.0479,22.14447,0,0,0,100,0), +(@PATH,5,2844.852,113.7791,23.17225,0,0,0,100,0), +(@PATH,6,2858.143,119.3263,21.75558,0,0,0,100,0), +(@PATH,7,2876.194,105.5451,24.2278,0,0,0,100,0), +(@PATH,8,2885.995,86.84375,25.08892,0,0,0,100,0); + +-- Pathing for Emerald Skytalon Entry: 27244 +SET @NPC := 105792; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2870.061,`position_y`=48.39068,`position_z`=24.00088 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,2887.51,42.04189,24.00088,0,0,0,100,0), +(@PATH,2,2890.971,26.92735,24.00088,0,0,0,100,0), +(@PATH,3,2888.869,7.343913,24.00088,0,0,0,100,0), +(@PATH,4,2875.525,-13.28494,24.00088,0,0,0,100,0), +(@PATH,5,2856.301,-22.60704,24.00088,0,0,0,100,0), +(@PATH,6,2843.07,-12.60786,24.00088,0,0,0,100,0), +(@PATH,7,2838.096,10.55545,24.00088,0,0,0,100,0), +(@PATH,8,2852.048,33.66027,24.00088,0,0,0,100,0), +(@PATH,9,2870.061,48.39068,24.00088,0,0,0,100,0); + +-- Pathing for Emerald Skytalon Entry: 27244 +SET @NPC := 105743; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2791.267,`position_y`=-5.982639,`position_z`=23.38554 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,2800.101,-11.76535,19.27443,0,0,0,100,0), +(@PATH,2,2804.809,-27.09413,19.27443,0,0,0,100,0), +(@PATH,3,2795.457,-39.61523,19.27443,0,0,0,100,0), +(@PATH,4,2772.509,-53.71186,24.91332,0,0,0,100,0), +(@PATH,5,2752.826,-48.53326,19.27443,0,0,0,100,0), +(@PATH,6,2744.481,-35.89621,23.6911,0,0,0,100,0), +(@PATH,7,2750.413,-22.42415,19.27443,0,0,0,100,0), +(@PATH,8,2762.693,-11.72667,24.38554,0,0,0,100,0), +(@PATH,9,2778.425,-5.4662,19.27443,0,0,0,100,0), +(@PATH,10,2791.267,-5.982639,23.38554,0,0,0,100,0); + +-- Fix Inhabittype for Emerald Skytalon +UPDATE `creature_template` SET `InhabitType`=5 WHERE `entry`=27244; +-- Some Emerald Skytalons should not be moving (Should be landed but......well you know...) +UPDATE `creature` SET `spawndist`=0,`MovementType`=0 WHERE `id`=27244 AND `MovementType`=1; + +-- Pathing for Wild Wyrm Entry: 30275 +SET @NPC := 202972; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=7066.043,`position_y`=-1968.466,`position_z`=824.2749 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,7126.909,-2006.859,838.8026,0,0,0,100,0), +(@PATH,2,7128.004,-2079.435,824.9972,0,0,0,100,0), +(@PATH,3,7123.410,-2161.681,837.6913,0,0,0,100,0), +(@PATH,4,7032.643,-2110.862,816.2751,0,0,0,100,0), +(@PATH,5,7066.043,-1968.466,824.2749,0,0,0,100,0); + +-- Pathing for Wild Wyrm Entry: 30275 +SET @NPC := 202973; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=7115.650,`position_y`=-2059.480,`position_z`=818.3268 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,7033.949,-2100.414,836.1047,0,0,0,100,0), +(@PATH,2,7059.351,-2161.099,826.7712,0,0,0,100,0), +(@PATH,3,7092.921,-2188.170,811.4102,0,0,0,100,0), +(@PATH,4,7133.742,-2166.362,794.6603,0,0,0,100,0), +(@PATH,5,7151.966,-2105.456,792.9937,0,0,0,100,0), +(@PATH,6,7115.650,-2059.480,818.3268,0,0,0,100,0); + +-- Pathing for Wild Wyrm Entry: 30275 +SET @NPC := 202974; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=7213.711,`position_y`=-2226.125,`position_z`=806.5094 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,7167.105,-2184.223,820.4260,0,0,0,100,0), +(@PATH,2,7125.120,-2255.990,806.5094,0,0,0,100,0), +(@PATH,3,7173.554,-2300.135,806.5094,0,0,0,100,0), +(@PATH,4,7251.454,-2287.427,789.5095,0,0,0,100,0), +(@PATH,5,7213.711,-2226.125,806.5094,0,0,0,100,0); + +-- Pathing for Wild Wyrm Entry: 30275 +SET @NPC := 202975; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=7109.281,`position_y`=-2100.445,`position_z`=817.4706 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,7072.179,-2111.299,817.4706,0,0,0,100,0), +(@PATH,2,7064.227,-2116.913,817.4706,0,0,0,100,0), +(@PATH,3,7050.559,-2152.228,817.4706,0,0,0,100,0), +(@PATH,4,7062.942,-2203.969,813.1094,0,0,0,100,0), +(@PATH,5,7103.487,-2255.553,806.3886,0,0,0,100,0), +(@PATH,6,7177.481,-2288.611,796.1102,0,0,0,100,0), +(@PATH,7,7275.345,-2308.585,793.6097,0,0,0,100,0), +(@PATH,8,7372.846,-2327.065,798.7206,0,0,0,100,0), +(@PATH,9,7427.968,-2391.033,804.1375,0,0,0,100,0), +(@PATH,10,7423.436,-2447.741,807.2206,0,0,0,100,0), +(@PATH,11,7355.370,-2486.082,804.4431,0,0,0,100,0), +(@PATH,12,7304.908,-2475.450,803.7766,0,0,0,100,0), +(@PATH,13,7279.233,-2422.631,808.0823,0,0,0,100,0), +(@PATH,14,7257.583,-2362.908,817.4706,0,0,0,100,0), +(@PATH,15,7227.192,-2262.001,817.4706,0,0,0,100,0), +(@PATH,16,7168.813,-2158.760,817.4706,0,0,0,100,0), +(@PATH,17,7143.784,-2112.828,817.4706,0,0,0,100,0), +(@PATH,18,7109.281,-2100.445,817.4706,0,0,0,100,0); + +-- Pathing for Wild Wyrm Entry: 30275 +SET @NPC := 202976; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=7327.672,`position_y`=-2396.082,`position_z`=794.1380 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,7369.227,-2353.661,800.3325,0,0,0,100,0), +(@PATH,2,7356.053,-2268.009,817.5546,0,0,0,100,0), +(@PATH,3,7278.459,-2252.020,801.5268,0,0,0,100,0), +(@PATH,4,7239.885,-2275.736,811.6657,0,0,0,100,0), +(@PATH,5,7239.562,-2376.111,797.7770,0,0,0,100,0), +(@PATH,6,7327.672,-2396.082,794.1380,0,0,0,100,0); + +-- Pathing for Wild Wyrm Entry: 30275 +SET @NPC := 202977; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=7424.327,`position_y`=-2393.728,`position_z`=797.1465 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,7334.587,-2389.095,818.5355,0,0,0,100,0), +(@PATH,2,7282.970,-2459.180,819.0909,0,0,0,100,0), +(@PATH,3,7309.571,-2509.064,792.0912,0,0,0,100,0), +(@PATH,4,7420.728,-2505.169,815.1464,0,0,0,100,0), +(@PATH,5,7424.327,-2393.728,797.1465,0,0,0,100,0); + +UPDATE `creature_template` SET `speed_run`=3.571429,`speed_walk`=3.6,`InhabitType`=5 WHERE `entry`=30275; diff --git a/sql/old/3.3.5a/2011_05_18_10_world_npc_text.sql b/sql/old/3.3.5a/2011_05_18_10_world_npc_text.sql new file mode 100644 index 00000000000..e4e701687bf --- /dev/null +++ b/sql/old/3.3.5a/2011_05_18_10_world_npc_text.sql @@ -0,0 +1,6 @@ +-- Insert npc_text from sniff +DELETE FROM `npc_text` WHERE `ID` IN (16726,8336,16540); +INSERT INTO `npc_text` (`ID`,`prob0`,`text0_0`,`text0_1`,`lang0`,`em0_0`,`em0_1`,`em0_2`,`em0_3`,`em0_4`,`em0_5`,`prob1`,`text1_0`,`text1_1`,`lang1`,`em1_0`,`em1_1`,`em1_2`,`em1_3`,`em1_4`,`em1_5`,`prob2`,`text2_0`,`text2_1`,`lang2`,`em2_0`,`em2_1`,`em2_2`,`em2_3`,`em2_4`,`em2_5`,`prob3`,`text3_0`,`text3_1`,`lang3`,`em3_0`,`em3_1`,`em3_2`,`em3_3`,`em3_4`,`em3_5`,`prob4`,`text4_0`,`text4_1`,`lang4`,`em4_0`,`em4_1`,`em4_2`,`em4_3`,`em4_4`,`em4_5`,`prob5`,`text5_0`,`text5_1`,`lang5`,`em5_0`,`em5_1`,`em5_2`,`em5_3`,`em5_4`,`em5_5`,`prob6`,`text6_0`,`text6_1`,`lang6`,`em6_0`,`em6_1`,`em6_2`,`em6_3`,`em6_4`,`em6_5`,`prob7`,`text7_0`,`text7_1`,`lang7`,`em7_0`,`em7_1`,`em7_2`,`em7_3`,`em7_4`,`em7_5`,`WDBVerified`) VALUES +(16726,1,'I care far too deeply about redeeming Eldre''thalas to deal with any other matter. War, strife, allegiances, none of it matters until this city is safe.','',0,0,0,0,0,0,0,0,'','',0,0,0,0,0,0,0,0,'','',0,0,0,0,0,0,0,0,'','',0,0,0,0,0,0,0,0,'','',0,0,0,0,0,0,0,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), +(8336,1,'What now? Can''t you see I''m rather busy?','',0,0,0,0,0,0,0,0,'','',0,0,0,0,0,0,0,0,'','',0,0,0,0,0,0,0,0,'','',0,0,0,0,0,0,0,0,'','',0,0,0,0,0,0,0,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), +(16540,1,'I train only warriors, $c. You''ll have to look elsewhere.','I train only warriors, $c. You''ll have to look elsewhere.',0,0,0,0,0,0,0,0,'','',0,0,0,0,0,0,0,0,'','',0,0,0,0,0,0,0,0,'','',0,0,0,0,0,0,0,0,'','',0,0,0,0,0,0,0,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); diff --git a/sql/old/3.3.5a/2011_05_18_11_world_item_template.sql b/sql/old/3.3.5a/2011_05_18_11_world_item_template.sql new file mode 100644 index 00000000000..9fa22c6824a --- /dev/null +++ b/sql/old/3.3.5a/2011_05_18_11_world_item_template.sql @@ -0,0 +1 @@ +UPDATE `item_template` SET `DisenchantID` = 43 WHERE `DisenchantID` = 34 AND `ItemLevel` = 35; diff --git a/sql/old/3.3.5a/2011_05_19_00_world_spell_script_names.sql b/sql/old/3.3.5a/2011_05_19_00_world_spell_script_names.sql new file mode 100644 index 00000000000..b434d99d0f0 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_19_00_world_spell_script_names.sql @@ -0,0 +1,3 @@ +DELETE FROM spell_script_names WHERE ScriptName = 'spell_gen_lifeblood'; +INSERT INTO spell_script_names (spell_id, ScriptName) VALUES +(-55428, 'spell_gen_lifeblood'); diff --git a/sql/old/3.3.5a/2011_05_19_01_world_instance_misc.sql b/sql/old/3.3.5a/2011_05_19_01_world_instance_misc.sql new file mode 100644 index 00000000000..1e3d1d9475b --- /dev/null +++ b/sql/old/3.3.5a/2011_05_19_01_world_instance_misc.sql @@ -0,0 +1,37 @@ +-- Clean Up +DELETE FROM `creature_addon` WHERE `guid` IN (SELECT `guid` FROM `creature` WHERE `id` IN (32941,33333,33332,32950,33331,32946,32948,33330,32938)); +DELETE FROM `creature` WHERE `id` IN (32941,33333,33332,32950,33331,32946,32948,33330,32938); + +-- Factions +UPDATE `creature_template` SET `faction_A`=1665, `faction_H`=1665, `unit_flags`=32768 WHERE `entry` IN (33325,32901,33328,32901,32893,33327,32897,33326,32941,33333,33332,32950,33331,32946,32948,33330); +UPDATE `creature_template` SET `faction_A`=14, `faction_H`=14 WHERE `entry` IN (33352,33353); + +-- Unit Flags +UPDATE `creature_template` SET `unit_flags`=0 WHERE `entry`=32941; +UPDATE `creature_template` SET `unit_flags`=33686016, `flags_extra`=2 WHERE `entry`=30298; +UPDATE `creature_template` SET `unit_flags`=33817094 WHERE `entry`=33174; +UPDATE `creature_template` SET `unit_flags`=393220 WHERE `entry`=32938; +UPDATE `creature_template` SET `unit_flags`=33948166 WHERE `entry`=33174; +UPDATE `creature_template` SET `unit_flags`=393220 WHERE `entry` IN (33352,33353); + +-- Immunities +UPDATE `creature_template` SET `mechanic_immune_mask`=612597599 WHERE `entry` IN (32938,32926,33352,33353); +UPDATE `creature_template` SET `mechanic_immune_mask`=650854239 WHERE `entry`=32845; + +-- Miscelaneous +UPDATE `creature_template` SET `difficulty_entry_1`=33352, `flags_extra`=0 WHERE `entry`=32926; +UPDATE `creature_template` SET `flags_extra`=0 WHERE `entry` IN (32938,33352,33353); + +-- GameObjects +UPDATE `gameobject_template` SET `flags`=4 WHERE `entry`=194173; + +-- Spell Linked Spell +DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (61990,61969,65280); +INSERT INTO `spell_linked_spell` (`spell_trigger`,`spell_effect`,`type`,`comment`) +VALUES +(61990,-62457,2,'Hodir - Ice Shards Immunity'), +(61990,-65370,2,'Hodir - Ice Shards Immunity'), +(65280,-62469,2,'Toasty fire - Freeze imunity'), +(65280,-62039,2,'Toasty fire - Biting cold imunity'), +(61969,7940,2,'Hodir - Flash Freeze immunity'), +(61990,7940,2,'Hodir - Flash Freeze immunity'); diff --git a/sql/old/3.3.5a/2011_05_19_01_world_script_text.sql b/sql/old/3.3.5a/2011_05_19_01_world_script_text.sql new file mode 100644 index 00000000000..1e9530478ef --- /dev/null +++ b/sql/old/3.3.5a/2011_05_19_01_world_script_text.sql @@ -0,0 +1,5 @@ +DELETE FROM `script_texts` WHERE `entry` IN (-1603209,-1603219); +INSERT INTO `script_texts` (`npc_entry`,`entry`,`content_default`,`content_loc1`,`content_loc2`,`content_loc3`,`content_loc4`,`content_loc5`,`content_loc6`,`content_loc7`,`content_loc8`,`sound`,`type`,`language`,`emote`,`comment`) +VALUES +(32845,-1603209,'Hodir begins to cast Flash Freeze!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,3,0,0,'Hodir - EMOTE_FREEZE'), +(32845,-1603219,'Hodir gains Frozen Blows!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,3,0,0,'Hodir - EMOTE_BLOW'); diff --git a/sql/old/3.3.5a/2011_05_19_01_world_scriptname.sql b/sql/old/3.3.5a/2011_05_19_01_world_scriptname.sql new file mode 100644 index 00000000000..fa73710abbd --- /dev/null +++ b/sql/old/3.3.5a/2011_05_19_01_world_scriptname.sql @@ -0,0 +1,10 @@ +UPDATE `creature_template` SET `ScriptName`='npc_hodir_priest' WHERE `entry` IN (32897,33326,32948,33330); +UPDATE `creature_template` SET `ScriptName`='npc_hodir_shaman' WHERE `entry` IN (33328,32901,33332,32950); +UPDATE `creature_template` SET `ScriptName`='npc_hodir_druid' WHERE `entry` IN (33325,32900,32941,33333); +UPDATE `creature_template` SET `ScriptName`='npc_hodir_mage' WHERE `entry` IN (32893,33327,33331,32946); +UPDATE `creature_template` SET `ScriptName`='npc_toasty_fire' WHERE `entry`=33342; +UPDATE `creature_template` SET `ScriptName`='npc_flash_freeze' WHERE `entry`=32926; +UPDATE `creature_template` SET `ScriptName`='npc_icicle' WHERE `entry` IN (33169,33173); +UPDATE `creature_template` SET `ScriptName`='npc_snowpacked_icicle' WHERE `entry`=33174; +UPDATE `creature_template` SET `ScriptName`='npc_ice_block' WHERE `entry`=32938; +UPDATE `creature_template` SET `ScriptName`='boss_hodir' WHERE `entry`=32845; diff --git a/sql/old/3.3.5a/2011_05_19_01_world_spell_script_names.sql b/sql/old/3.3.5a/2011_05_19_01_world_spell_script_names.sql new file mode 100644 index 00000000000..5e7989aaef7 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_19_01_world_spell_script_names.sql @@ -0,0 +1,5 @@ +DELETE FROM `spell_script_names` WHERE `spell_id` IN (62038,62039); +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) +VALUES +(62038,'spell_biting_cold'), +(62039,'spell_biting_cold_dot'); diff --git a/sql/old/3.3.5a/2011_05_20_00_world_conditions.sql b/sql/old/3.3.5a/2011_05_20_00_world_conditions.sql new file mode 100644 index 00000000000..d868d0a0b07 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_20_00_world_conditions.sql @@ -0,0 +1,3 @@ +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=18 AND `SourceEntry`=23417; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(18,0,23417,0,24,1,16975,0,0, '', 'Sanctified Crystal - Uncontrolled Voidwalker target'); diff --git a/sql/old/3.3.5a/2011_05_20_01_world_achievement_criteria_data.sql b/sql/old/3.3.5a/2011_05_20_01_world_achievement_criteria_data.sql new file mode 100644 index 00000000000..25488d8ccae --- /dev/null +++ b/sql/old/3.3.5a/2011_05_20_01_world_achievement_criteria_data.sql @@ -0,0 +1,21 @@ +DELETE FROM `disables` WHERE `entry` IN (12757,12954,12971,12978,12979,12980,13048,13059,13099,13124,13125,13126,13335,13355) AND `sourceType`=4; +DELETE FROM `achievement_criteria_data` WHERE `criteria_id` IN (12757,12954,12971,12978,12979,12980,13048,13059,13099,13124,13125,13126,13335,13355); +INSERT INTO `achievement_criteria_data` (`criteria_id`,`type`,`value1`,`value2`,`ScriptName`) VALUES +(12978,12,0,0,''), +(12979,12,1,0,''), +(12971,12,2,0,''), +(12980,12,3,0,''), +(12978,11,0,0,'achievement_portal_jockey'), +(12979,11,0,0,'achievement_portal_jockey'), +(12971,11,0,0,'achievement_portal_jockey'), +(12980,11,0,0,'achievement_portal_jockey'), +(13355,12,1,0,''), +(13335,12,0,0,''), +(12757,12,0,0,''), +(12954,12,1,0,''), +(13048,12,2,0,''), +(13059,12,3,0,''), +(13099,12,0,0,''), +(13125,12,2,0,''), +(13124,12,1,0,''), +(13126,12,3,0,''); diff --git a/sql/old/3.3.5a/2011_05_20_01_world_instance_misc.sql b/sql/old/3.3.5a/2011_05_20_01_world_instance_misc.sql new file mode 100644 index 00000000000..c3ada3e3f44 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_20_01_world_instance_misc.sql @@ -0,0 +1,117 @@ +DELETE FROM `creature_text` WHERE `entry` IN (16980,36789,37491,37493,37494,37495); +INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`comment`) VALUES +(16980,0,0,'Intruders have breached the inner sanctum. Hasten the destruction of the green dragon! Leave only bones and sinew for the reanimation!',14,0,0,0,0,17251,'The Lich King - SAY_LICH_KING_INTRO'), +(36789,0,0,'Heroes, lend me your aid. I... I cannot hold them off much longer. You must heal my wounds!',14,0,0,0,0,17064,'Valithria Dreamwalker - SAY_VALITHRIA_ENTER_COMBAT'), +(36789,1,0,'I have opened a portal into the Dream. Your salvation lies within, heroes...',14,0,0,0,0,17068,'Valithria Dreamwalker - SAY_VALITHRIA_DREAM_PORTAL'), +(36789,2,0,'My strength is returning! Press on, heroes!',14,0,0,0,0,17070,'Valithria Dreamwalker - SAY_VALITHRIA_75_PERCENT'), +(36789,3,0,'I will not last much longer!',14,0,0,0,0,17069,'Valithria Dreamwalker - SAY_VALITHRIA_25_PERCENT'), +(36789,4,0,'Forgive me for what I do! I... cannot... stop... ONLY NIGHTMARES REMAIN!',14,0,0,0,0,17072,'Valithria Dreamwalker - SAY_VALITHRIA_DEATH'), +(36789,5,0,'A tragic loss...',14,0,0,0,0,17066,'Valithria Dreamwalker - SAY_VALITHRIA_PLAYER_DEATH'), +(36789,6,0,'FAILURES!',14,0,0,0,0,17067,'Valithria Dreamwalker - SAY_VALITHRIA_BERSERK'), +(36789,7,0,'I am renewed! Ysera grants me the favor to lay these foul creatures to rest!',14,0,0,0,0,17071,'Valithria Dreamwalker - SAY_VALITHRIA_SUCCESS'), +(37491,1,0, 'You miserable fools never did manage to select a decent bat wing.',1,0,0,0,0,16587, 'Captain Arnath - SAY_ARNATH_RESURRECTED'), +(37491,2,0, 'THAT was for bringing me spoiled spider ichor!',1,0,0,0,0,16588, 'Captain Arnath - SAY_ARNATH_KILL'), +(37491,3,0, 'Don''t... let Finklestein use me... for his potions...',1,0,0,0,0,16589, 'Captain Arnath - SAY_ARNATH_SECOND_DEATH'), +(37493,1,0, 'What? This strength...? All of the pain is gone! You... must join me in the eternal embrace of death!',1,0,0,0,0,16811, 'Captain Brandon - SAY_BRANDON_RESURRECTED'), +(37493,2,0, 'It doesn''t hurt anymore, does it?',1,0,0,0,0,16812, 'Captain Brandon - SAY_BRANDON_KILL'), +(37493,3,0, 'I''m sorry...',1,0,0,0,0,16813, 'Captain Brandon - SAY_BRANDON_SECOND_DEATH'), +(37494,1,0, 'No! Why was I denied a death by flame? You must all BURN!',1,0,0,0,0,16845, 'Captain Grondel - SAY_GRONDEL_RESURRECTED'), +(37494,2,0, 'Can you feel the burn?',1,0,0,0,0,16846, 'Captain Grondel - SAY_GRONDEL_KILL'), +(37494,3,0, 'What... have I done? No!',1,0,0,0,0,16847, 'Captain Grondel - SAY_GRONDEL_SECOND_DEATH'), +(37495,1,0, 'There is no escaping the Lich King''s will. Prepare for an explosive encounter!',1,0,0,0,0,16999, 'Captain Rupert - SAY_RUPERT_RESURRECTED'), +(37495,2,0, 'So that''s what happens when you stand too close to a bomb!',1,0,0,0,0,17000, 'Captain Rupert - SAY_RUPERT_KILL'), +(37495,3,0, 'What an... explosive ending!',1,0,0,0,0,17001, 'Captain Rupert - SAY_RUPERT_SECOND_DEATH'); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry` IN (71948,70588,70602,71946,72031,72032,72033,70921,71032,71078,70933,72706,73843); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(13,0,71948,0,18,1,37950,0,0,'','Valithria Dreamwalker - Copy Damage on Valithria'), +(13,0,70588,0,18,1,36789,0,0,'','Suppresser - Suppression target Valithria'), +(13,0,70602,0,18,1,36789,0,0,'','Risen Archmage - Corruption target Valithria'), +(13,0,71946,0,18,1,36789,0,0,'','Valithria Dreamwalker - Nightmare Cloud'), +(13,0,72031,0,18,1,36789,0,0,'','Valithria Dreamwalker - Nightmare Cloud'), +(13,0,72032,0,18,1,36789,0,0,'','Valithria Dreamwalker - Nightmare Cloud'), +(13,0,72033,0,18,1,36789,0,0,'','Valithria Dreamwalker - Nightmare Cloud'), +(13,0,70921,0,18,1,22515,0,0,'','The Lich King - Summon Gluttonous Abomination'), +(13,0,71032,0,18,1,22515,0,0,'','The Lich King - Summon Blistering Zombie'), +(13,0,71078,0,18,1,22515,0,0,'','The Lich King - Summon Risen Archmage'), +(13,0,70933,0,18,1,22515,0,0,'','The Lich King - Summon Blazing Skeleton'), +(13,0,72706,0,18,1,0,0,0,'','Valithria Dreamwalker - Achievement Check'), +(13,0,73843,0,18,1,0,0,0,'','Valithria Dreamwalker - Reputation reward'); + +DELETE FROM `creature_template_addon` WHERE `entry` IN (36789,38174,37934,37950,38068,37918,37907,38168,38726,38736,37945,38430,38186,38429,37985,38421); +INSERT INTO `creature_template_addon` (`entry`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES +(36789,0,0x0000000,1,0,'72724 70904'), +(38174,0,0x0000000,1,0,'72724 70904'), +(37934,0,0x0000000,1,0,'70749'), +(37950,0,0x3000000,1,0,''), +(38068,0,0x0000000,1,0,'71085'), +(37918,0,0x0000000,1,0,'70715'), +(37907,0,0x0000000,1,0,'72962'), +(38168,0,0x0000000,1,0,'72962'), +(38726,0,0x0000000,1,0,'72962'), +(38736,0,0x0000000,1,0,'72962'), +(37945,0,0x0000000,1,0,'70763'), -- Dream Portal +(38430,0,0x0000000,1,0,'71994'), -- Nightmare Portal +(38186,0,0x0000000,1,0,'71304'), -- Dream Portal (Pre-effect) +(38429,0,0x0000000,1,0,'71986'), -- Nightmare Portal (Pre-effect) +(37985,0,0x3000000,1,0,'70876'), -- Dream Cloud +(38421,0,0x3000000,1,0,'71939 71970'); -- Nightmre Cloud + +UPDATE `creature_template` SET `minlevel`=83,`maxlevel`=83,`exp`=2,`unit_class`=1,`faction_A`=1665,`faction_H`=1665,`unit_flags`=`unit_flags`|33554432,`baseattacktime`=2000,`scale`=1,`InhabitType`=7 WHERE `entry`=37950; -- Valithria Dreamwalker +UPDATE `creature_template` SET `minlevel`=60,`maxlevel`=60,`unit_class`=1,`faction_A`=14,`faction_H`=14,`unit_flags`=`unit_flags`|33554432,`baseattacktime`=2000,`flags_extra`=`flags_extra`|128 WHERE `entry`=38068; -- Mana Void +UPDATE `creature_template` SET `minlevel`=60,`maxlevel`=60,`unit_class`=1,`faction_A`=14,`faction_H`=14,`unit_flags`=`unit_flags`|33554432,`baseattacktime`=2000,`flags_extra`=`flags_extra`|128 WHERE `entry`=37918; -- Column of Frost +UPDATE `creature_template` SET `minlevel`=80,`maxlevel`=80,`exp`=2,`unit_class`=1,`faction_A`=35,`faction_H`=35,`npcflag`=`npcflag`|16777216 WHERE `entry` IN (37945,38430); -- Dream Portal and Nightmare Portal +UPDATE `creature_template` SET `minlevel`=80,`maxlevel`=80,`faction_A`=35,`faction_H`=35,`unit_flags`=`unit_flags`|33554432,`npcflag`=`npcflag`|16777216,`baseattacktime`=2000 WHERE `entry`=38186; -- Dream Portal (Pre-effect) +UPDATE `creature_template` SET `minlevel`=80,`maxlevel`=80,`faction_A`=35,`faction_H`=35,`unit_flags`=`unit_flags`|33554432,`npcflag`=`npcflag`|16777216,`baseattacktime`=2000 WHERE `entry`=38429; -- Nightmare Portal (Pre-effect) +UPDATE `creature_template` SET `minlevel`=80,`maxlevel`=80,`exp`=2,`unit_class`=1,`faction_A`=2022,`faction_H`=2022,`unit_flags`=`unit_flags`|33554432,`baseattacktime`=2000,`InhabitType`=7,`flags_extra`=`flags_extra`|128 WHERE `entry`=37985; -- Dream Cloud +UPDATE `creature_template` SET `minlevel`=80,`maxlevel`=80,`exp`=2,`unit_class`=1,`faction_A`=2022,`faction_H`=2022,`unit_flags`=`unit_flags`|33554432,`baseattacktime`=2000,`InhabitType`=7,`flags_extra`=`flags_extra`|128 WHERE `entry`=38421; -- Nightmare Cloud +UPDATE `creature_template` SET `minlevel`=83,`maxlevel`=83,`exp`=2,`unit_class`=1,`faction_A`=35,`faction_H`=35,`npcflag`=`npcflag`|3,`baseattacktime`=2000,`scale`=1 WHERE `entry`=38589; -- Valithria Dreamwalker (questgiver) + +SET @GUID := 137794; +UPDATE `creature` SET `phaseMask`=`phaseMask`|4 WHERE `id`=36789; +-- Add The Lich King and Green Dragon Combat Trigger to all encounter phases, fixes evading when all players enter portals +UPDATE `creature` SET `phaseMask`=`phaseMask`|16 WHERE `guid` IN (137789,137752); +DELETE FROM `creature` WHERE `id` IN (37950,37985,38421) OR `guid`=137793 OR `guid` BETWEEN @GUID+00 AND @GUID+27; +INSERT INTO `creature` (`guid`,`id`,`map`,`spawnMask`,`phaseMask`,`modelid`,`equipment_id`,`position_x`,`position_y`,`position_z`,`orientation`,`spawntimesecs`,`spawndist`,`currentwaypoint`,`curhealth`,`curmana`,`DeathState`,`MovementType`,`npcflag`,`unit_flags`,`dynamicflags`) VALUES +(1636,37950,631,15,20,0,0,4202.847,2484.917,383.8368,0.00000,604800,0,0,0,0,0,0,0,0,0), -- Valithria Dreamwalker (dream phase) +(137793,22515,631,10,1,0,0,4166.170,2411.520,364.9520,1.57080,120,0,0,0,0,0,0,0,0,0), -- World Trigger +-- Dream Cloud +(@GUID+00,37985,631,3,16,0,0,4155.51,2478.76,382.494,4.97053,30,10,0,0,0,0,1,0,0,0), +(@GUID+01,37985,631,3,16,0,0,4158.75,2494.08,384.334,2.31129,30,10,0,0,0,0,1,0,0,0), +(@GUID+02,37985,631,3,16,0,0,4172.57,2464.47,385.368,3.72021,30,10,0,0,0,0,1,0,0,0), +(@GUID+03,37985,631,3,16,0,0,4173.67,2504.13,386.174,2.67313,30,10,0,0,0,0,1,0,0,0), +(@GUID+04,37985,631,3,16,0,0,4181.62,2514.91,386.374,2.65209,30,10,0,0,0,0,1,0,0,0), +(@GUID+05,37985,631,3,16,0,0,4186.72,2450.97,388.373,4.95968,30,10,0,0,0,0,1,0,0,0), +(@GUID+06,37985,631,3,16,0,0,4200.96,2456.00,387.128,3.58291,30,10,0,0,0,0,1,0,0,0), +(@GUID+07,37985,631,3,16,0,0,4202.23,2508.00,383.985,2.09137,30,10,0,0,0,0,1,0,0,0), +(@GUID+08,37985,631,3,16,0,0,4220.35,2515.16,388.649,2.34469,30,10,0,0,0,0,1,0,0,0), +(@GUID+09,37985,631,3,16,0,0,4222.26,2455.20,385.568,0.00000,30,10,0,0,0,0,1,0,0,0), +(@GUID+10,37985,631,3,16,0,0,4231.61,2464.44,389.011,0.00000,30,10,0,0,0,0,1,0,0,0), +(@GUID+11,37985,631,3,16,0,0,4236.75,2500.62,383.373,5.97527,30,10,0,0,0,0,1,0,0,0), +(@GUID+12,37985,631,3,16,0,0,4243.29,2476.89,386.076,0.00000,30,10,0,0,0,0,1,0,0,0), +(@GUID+13,37985,631,3,16,0,0,4244.83,2493.18,387.677,4.29139,30,10,0,0,0,0,1,0,0,0), +-- Nightmare Cloud +(@GUID+14,38421,631,12,20,0,0,4155.51,2478.76,382.494,4.97053,30,10,0,0,0,0,1,0,0,0), +(@GUID+15,38421,631,12,20,0,0,4158.75,2494.08,384.334,2.31129,30,10,0,0,0,0,1,0,0,0), +(@GUID+16,38421,631,12,20,0,0,4172.57,2464.47,385.368,3.72021,30,10,0,0,0,0,1,0,0,0), +(@GUID+17,38421,631,12,20,0,0,4181.62,2514.91,386.374,2.65209,30,10,0,0,0,0,1,0,0,0), +(@GUID+18,38421,631,12,20,0,0,4200.96,2456.00,387.128,3.58291,30,10,0,0,0,0,1,0,0,0), +(@GUID+19,38421,631,12,20,0,0,4202.23,2508.00,383.985,2.09137,30,10,0,0,0,0,1,0,0,0), +(@GUID+20,38421,631,12,20,0,0,4220.35,2515.16,388.649,2.34469,30,10,0,0,0,0,1,0,0,0), +(@GUID+21,38421,631,12,20,0,0,4222.26,2455.20,385.568,0.00000,30,10,0,0,0,0,1,0,0,0), +(@GUID+22,38421,631,12,20,0,0,4236.75,2500.62,383.373,5.97527,30,10,0,0,0,0,1,0,0,0), +(@GUID+23,38421,631,12,20,0,0,4243.29,2476.89,386.076,0.00000,30,10,0,0,0,0,1,0,0,0); + +DELETE FROM `linked_respawn` WHERE `guid`=137789 AND `linkType`=0; +INSERT INTO `linked_respawn` (`guid`,`linkedGuid`,`linkType`) VALUES +(137789,137752,0); -- The Lich King link to Green Dragon Combat Trigger + +DELETE FROM `npc_spellclick_spells` WHERE `npc_entry` IN (37945,38430,38186,38429); +INSERT INTO `npc_spellclick_spells` (`npc_entry`,`spell_id`,`quest_start`,`quest_start_active`,`quest_end`,`cast_flags`,`aura_required`,`aura_forbidden`,`user_type`) VALUES +(37945,70766,0,0,0,3,0,0,0), -- Dream Portal +(38430,70766,0,0,0,3,0,0,0), -- Nightmare Portal +(38186,70766,0,0,0,3,0,0,0), -- Dream Portal (Pre-effect) +(38429,70766,0,0,0,3,0,0,0); -- Nightmare Portal (Pre-effect) + +-- Gates should also exist in all phases, prevent players from leaving room +UPDATE `gameobject` SET `phaseMask`=`phaseMask`|16 WHERE `id` IN (201375,201374,201380,201381,201382,201383); diff --git a/sql/old/3.3.5a/2011_05_20_01_world_scriptname.sql b/sql/old/3.3.5a/2011_05_20_01_world_scriptname.sql new file mode 100644 index 00000000000..df6b179c8ca --- /dev/null +++ b/sql/old/3.3.5a/2011_05_20_01_world_scriptname.sql @@ -0,0 +1,10 @@ +UPDATE `creature_template` SET `ScriptName`='boss_valithria_dreamwalker' WHERE `entry`=36789; +UPDATE `creature_template` SET `ScriptName`='npc_green_dragon_combat_trigger' WHERE `entry`=38752; +UPDATE `creature_template` SET `ScriptName`='npc_the_lich_king_controller' WHERE `entry`=16980; +UPDATE `creature_template` SET `ScriptName`='npc_risen_archmage' WHERE `entry`=37868; +UPDATE `creature_template` SET `ScriptName`='npc_blazing_skeleton' WHERE `entry`=36791; +UPDATE `creature_template` SET `ScriptName`='npc_suppresser' WHERE `entry`=37863; +UPDATE `creature_template` SET `ScriptName`='npc_blistering_zombie' WHERE `entry`=37934; +UPDATE `creature_template` SET `ScriptName`='npc_gluttonous_abomination' WHERE `entry`=37886; +UPDATE `creature_template` SET `ScriptName`='npc_dream_portal' WHERE `entry` IN (37945,38430); +UPDATE `creature_template` SET `ScriptName`='npc_dream_cloud' WHERE `entry` IN (37985,38421); diff --git a/sql/old/3.3.5a/2011_05_20_01_world_spell_script_names.sql b/sql/old/3.3.5a/2011_05_20_01_world_spell_script_names.sql new file mode 100644 index 00000000000..106efd790e7 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_20_01_world_spell_script_names.sql @@ -0,0 +1,25 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dreamwalker_mana_void'; +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dreamwalker_decay_periodic_timer'; +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dreamwalker_summoner'; +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dreamwalker_summon_suppresser'; +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dreamwalker_summon_dream_portal'; +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dreamwalker_summon_nightmare_portal'; +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dreamwalker_nightmare_cloud'; +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_putricide_slime_puddle_aura'; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(71085,'spell_dreamwalker_mana_void'), +(70915,'spell_dreamwalker_decay_periodic_timer'), +(70912,'spell_dreamwalker_decay_periodic_timer'), +(70916,'spell_dreamwalker_decay_periodic_timer'), +(70913,'spell_dreamwalker_decay_periodic_timer'), +(70921,'spell_dreamwalker_summoner'), +(70912,'spell_dreamwalker_summon_suppresser'), +(71032,'spell_dreamwalker_summoner'), +(71078,'spell_dreamwalker_summoner'), +(70933,'spell_dreamwalker_summoner'), +(72224,'spell_dreamwalker_summon_dream_portal'), +(72480,'spell_dreamwalker_summon_nightmare_portal'), +(71970,'spell_dreamwalker_nightmare_cloud'), +-- bind only on heroic modes, normal does not need this replacement +(72868,'spell_putricide_slime_puddle_aura'), +(72869,'spell_putricide_slime_puddle_aura'); diff --git a/sql/old/3.3.5a/2011_05_20_02_world_pool_template.sql b/sql/old/3.3.5a/2011_05_20_02_world_pool_template.sql new file mode 100644 index 00000000000..f3ff348c64d --- /dev/null +++ b/sql/old/3.3.5a/2011_05_20_02_world_pool_template.sql @@ -0,0 +1,904 @@ +SET @REST := 800; -- Leftover area (88 nodes) +SET @AREA17 := @REST+1; -- Area 17 (305 nodes) +SET @AREA383 := @REST+2; -- Area 383 (41 nodes) +SET @AREA385 := @REST+3; -- Area 385 (19 nodes) +SET @AREA386 := @REST+4; -- Area 386 (15 nodes) +SET @AREA387 := @REST+5; -- Area 387 (54 nodes) +SET @AREA388 := @REST+6; -- Area 388 (21 nodes) +SET @AREA390 := @REST+7; -- Area 390 (39 nodes) +SET @AREA391 := @REST+8; -- Area 391 (86 nodes) +SET @AREA1156 := @REST+9; -- Area 1156 (92 nodes) +SET @AREA1698 := @REST+10; -- Area 1698 (20 nodes) +SET @AREA1699 := @REST+11; -- Area 1699 (21 nodes) +SET @AREA1700 := @REST+12; -- Area 1700 (28 nodes) +SET @AREA1701 := @REST+13; -- Area 1701 (39 nodes) + +DELETE FROM `pool_template` WHERE `entry` BETWEEN @REST AND @REST+17 ; +INSERT INTO `pool_template` (`entry`,`max_limit`,`description`) VALUES +(@REST,18, 'Master Zone 17 Leftover Areas (18 out of 88 nodes)'), +(@AREA17,60, 'Master Zone 17 Area 17 (60 out of 305 nodes'), +(@AREA383,8, 'Master Zone 17 Area 383 (8 out of 41 nodes'), +(@AREA385,4, 'Master Zone 17 Area 385 (4 out of 19 nodes'), +(@AREA386,3, 'Master Zone 17 Area 386 (3 out of 15 nodes'), +(@AREA387,10, 'Master Zone 17 Area 387 (10 out of 54 nodes'), +(@AREA388,4, 'Master Zone 17 Area 388 (4 out of 21 nodes'), +(@AREA390,8, 'Master Zone 17 Area 390 (8 out of 39 nodes'), +(@AREA391,17, 'Master Zone 17 Area 391 (17 out of 86 nodes'), +(@AREA1156,10, 'Master Zone 17 Area 1156 (18 out of 92 nodes'), +(@AREA1698,10, 'Master Zone 17 Area 1698 (4 out of 20 nodes'), +(@AREA1699,10, 'Master Zone 17 Area 1699 (4 out of 21 nodes'), +(@AREA1700,10, 'Master Zone 17 Area 1700 (6 out of 28 nodes'), +(@AREA1701,10, 'Master Zone 17 Area 1701 (8 out of 39 nodes'); + +DELETE FROM `pool_gameobject` WHERE `pool_entry` BETWEEN @REST AND @REST+17 ; +INSERT INTO `pool_gameobject` (`guid`,`pool_entry`,`chance`,`description`) VALUES +-- Nodes are numbered based on GUID, comment shows area and type +-- Pooled per area for more randomness +(462,@AREA17,0, 'Silverleaf,Zone 17,Area 17,node 1'), +(473,@AREA17,0, 'Silverleaf,Zone 17,Area 17,node 2'), +(507,@AREA17,0, 'Silverleaf,Zone 17,Area 17,node 7'), +(520,@AREA17,0, 'Silverleaf,Zone 17,Area 17,node 8'), +(532,@AREA17,0, 'Silverleaf,Zone 17,Area 17,node 9'), +(533,@AREA17,0, 'Silverleaf,Zone 17,Area 17,node 10'), +(542,@AREA17,0, 'Silverleaf,Zone 17,Area 17,node 11'), +(562,@AREA17,0, 'Silverleaf,Zone 17,Area 17,node 12'), +(585,@AREA17,0, 'Silverleaf,Zone 17,Area 17,node 13'), +(589,@AREA17,0, 'Silverleaf,Zone 17,Area 17,node 14'), +(593,@AREA17,0, 'Silverleaf,Zone 17,Area 17,node 15'), +(606,@AREA17,0, 'Silverleaf,Zone 17,Area 17,node 18'), +(632,@AREA17,0, 'Silverleaf,Zone 17,Area 17,node 21'), +(659,@AREA17,0, 'Silverleaf,Zone 17,Area 17,node 23'), +(671,@AREA17,0, 'Silverleaf,Zone 17,Area 17,node 24'), +(696,@AREA17,0, 'Silverleaf,Zone 17,Area 17,node 27'), +(775,@AREA17,0, 'Silverleaf,Zone 17,Area 17,node 34'), +(782,@AREA17,0, 'Silverleaf,Zone 17,Area 17,node 35'), +(795,@AREA17,0, 'Silverleaf,Zone 17,Area 17,node 37'), +(812,@AREA17,0, 'Silverleaf,Zone 17,Area 17,node 38'), +(824,@AREA17,0, 'Silverleaf,Zone 17,Area 17,node 39'), +(879,@AREA17,0, 'Silverleaf,Zone 17,Area 17,node 43'), +(927,@AREA17,0, 'Silverleaf,Zone 17,Area 17,node 54'), +(945,@AREA17,0, 'Silverleaf,Zone 17,Area 17,node 57'), +(946,@AREA17,0, 'Silverleaf,Zone 17,Area 17,node 58'), +(947,@AREA17,0, 'Silverleaf,Zone 17,Area 17,node 59'), +(1011,@AREA17,0, 'Silverleaf,Zone 17,Area 17,node 66'), +(1034,@AREA17,0, 'Silverleaf,Zone 17,Area 17,node 69'), +(1040,@AREA17,0, 'Silverleaf,Zone 17,Area 17,node 71'), +(1082,@AREA17,0, 'Silverleaf,Zone 17,Area 17,node 74'), +(1106,@AREA17,0, 'Silverleaf,Zone 17,Area 17,node 80'), +(1131,@AREA17,0, 'Silverleaf,Zone 17,Area 17,node 83'), +(1166,@AREA17,0, 'Silverleaf,Zone 17,Area 17,node 86'), +(1168,@AREA17,0, 'Silverleaf,Zone 17,Area 17,node 87'), +(1170,@AREA17,0, 'Silverleaf,Zone 17,Area 17,node 89'), +(1193,@AREA17,0, 'Silverleaf,Zone 17,Area 17,node 90'), +(1255,@AREA17,0, 'Silverleaf,Zone 17,Area 17,node 93'), +(1355,@AREA17,0, 'Peacebloom,Zone 17,Area 17,node 96'), +(1372,@AREA17,0, 'Peacebloom,Zone 17,Area 17,node 97'), +(1376,@AREA17,0, 'Peacebloom,Zone 17,Area 17,node 100'), +(1398,@AREA17,0, 'Peacebloom,Zone 17,Area 17,node 102'), +(1404,@AREA17,0, 'Peacebloom,Zone 17,Area 17,node 103'), +(1413,@AREA17,0, 'Peacebloom,Zone 17,Area 17,node 107'), +(1429,@AREA17,0, 'Peacebloom,Zone 17,Area 17,node 110'), +(1440,@AREA17,0, 'Peacebloom,Zone 17,Area 17,node 112'), +(1470,@AREA17,0, 'Peacebloom,Zone 17,Area 17,node 115'), +(1471,@AREA17,0, 'Peacebloom,Zone 17,Area 17,node 116'), +(1485,@AREA17,0, 'Peacebloom,Zone 17,Area 17,node 120'), +(1490,@AREA17,0, 'Peacebloom,Zone 17,Area 17,node 121'), +(1512,@AREA17,0, 'Peacebloom,Zone 17,Area 17,node 126'), +(1513,@AREA17,0, 'Peacebloom,Zone 17,Area 17,node 127'), +(1514,@AREA17,0, 'Peacebloom,Zone 17,Area 17,node 128'), +(1522,@AREA17,0, 'Peacebloom,Zone 17,Area 17,node 129'), +(1528,@AREA17,0, 'Peacebloom,Zone 17,Area 17,node 131'), +(1536,@AREA17,0, 'Peacebloom,Zone 17,Area 17,node 132'), +(1544,@AREA17,0, 'Peacebloom,Zone 17,Area 17,node 135'), +(1559,@AREA17,0, 'Peacebloom,Zone 17,Area 17,node 137'), +(1560,@AREA17,0, 'Peacebloom,Zone 17,Area 17,node 138'), +(1575,@AREA17,0, 'Peacebloom,Zone 17,Area 17,node 142'), +(1606,@AREA17,0, 'Peacebloom,Zone 17,Area 17,node 146'), +(1622,@AREA17,0, 'Peacebloom,Zone 17,Area 17,node 147'), +(1634,@AREA17,0, 'Peacebloom,Zone 17,Area 17,node 150'), +(1642,@AREA17,0, 'Peacebloom,Zone 17,Area 17,node 151'), +(1644,@AREA17,0, 'Peacebloom,Zone 17,Area 17,node 152'), +(1663,@AREA17,0, 'Peacebloom,Zone 17,Area 17,node 156'), +(1677,@AREA17,0, 'Peacebloom,Zone 17,Area 17,node 160'), +(1702,@AREA17,0, 'Peacebloom,Zone 17,Area 17,node 162'), +(1704,@AREA17,0, 'Peacebloom,Zone 17,Area 17,node 163'), +(1737,@AREA17,0, 'Peacebloom,Zone 17,Area 17,node 166'), +(1742,@AREA17,0, 'Peacebloom,Zone 17,Area 17,node 167'), +(1756,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 169'), +(1764,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 173'), +(1765,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 174'), +(1767,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 175'), +(1787,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 181'), +(1796,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 184'), +(1797,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 185'), +(1802,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 187'), +(1804,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 188'), +(1807,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 189'), +(1808,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 190'), +(1809,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 191'), +(1815,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 194'), +(1816,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 195'), +(1823,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 196'), +(1833,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 198'), +(1844,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 202'), +(1845,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 203'), +(1846,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 204'), +(1852,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 205'), +(1859,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 211'), +(1861,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 212'), +(1866,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 214'), +(1868,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 215'), +(1898,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 218'), +(1899,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 219'), +(1900,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 220'), +(1902,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 222'), +(1903,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 223'), +(1905,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 224'), +(1907,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 225'), +(1908,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 226'), +(1911,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 227'), +(1913,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 228'), +(1926,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 235'), +(1930,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 237'), +(1931,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 238'), +(1932,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 239'), +(1934,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 240'), +(1935,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 241'), +(1936,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 242'), +(1942,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 243'), +(1943,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 244'), +(1944,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 245'), +(1945,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 246'), +(1946,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 247'), +(1950,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 248'), +(1961,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 253'), +(1963,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 254'), +(1965,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 255'), +(1967,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 256'), +(1968,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 257'), +(1975,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 259'), +(1977,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 260'), +(1978,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 261'), +(1979,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 262'), +(1980,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 263'), +(1986,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 266'), +(1988,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 268'), +(1989,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 269'), +(1990,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 270'), +(1991,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 271'), +(1992,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 272'), +(1995,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 273'), +(1997,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 274'), +(2003,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 277'), +(2006,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 280'), +(2007,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 281'), +(2009,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 282'), +(2019,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 286'), +(2020,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 287'), +(2021,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 288'), +(2040,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 294'), +(2041,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 295'), +(2064,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 301'), +(2067,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 303'), +(2068,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 304'), +(2069,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 305'), +(2071,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 306'), +(2072,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 307'), +(2078,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 308'), +(2079,@AREA17,0, 'Earthroot,Zone 17,Area 17,node 309'), +(2082,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 311'), +(2085,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 313'), +(2089,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 315'), +(2106,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 323'), +(2123,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 328'), +(2125,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 329'), +(2135,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 332'), +(2136,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 333'), +(2141,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 336'), +(2142,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 337'), +(2153,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 345'), +(2156,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 347'), +(2161,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 350'), +(2170,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 355'), +(2174,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 357'), +(2183,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 365'), +(2186,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 366'), +(2194,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 371'), +(2200,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 375'), +(2201,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 376'), +(2202,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 377'), +(2203,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 378'), +(2204,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 379'), +(2207,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 382'), +(2213,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 386'), +(2223,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 390'), +(2226,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 392'), +(2227,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 393'), +(2230,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 396'), +(2231,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 397'), +(2232,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 398'), +(2233,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 399'), +(2263,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 410'), +(2264,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 411'), +(2267,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 412'), +(2268,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 413'), +(2272,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 416'), +(2289,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 423'), +(2290,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 424'), +(2291,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 425'), +(2292,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 426'), +(2293,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 427'), +(2296,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 428'), +(2297,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 429'), +(2308,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 431'), +(2310,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 432'), +(2312,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 434'), +(2313,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 435'), +(2314,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 436'), +(2315,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 437'), +(2317,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 438'), +(2318,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 439'), +(2337,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 443'), +(2361,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 457'), +(2362,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 458'), +(2363,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 459'), +(2364,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 460'), +(2369,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 461'), +(2378,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 464'), +(2383,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 466'), +(2385,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 468'), +(2387,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 470'), +(2388,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 471'), +(2392,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 475'), +(2393,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 476'), +(2395,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 477'), +(2400,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 479'), +(2405,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 481'), +(2419,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 483'), +(2427,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 487'), +(2429,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 488'), +(2430,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 489'), +(2433,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 490'), +(2434,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 491'), +(2445,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 493'), +(2446,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 494'), +(2447,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 495'), +(2472,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 504'), +(2482,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 506'), +(2483,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 507'), +(2486,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 508'), +(2488,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 510'), +(2489,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 511'), +(2503,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 517'), +(2507,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 520'), +(2508,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 521'), +(2509,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 522'), +(2513,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 524'), +(2528,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 529'), +(2534,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 530'), +(2535,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 531'), +(2536,@AREA17,0, 'Mageroyal,Zone 17,Area 17,node 532'), +(2564,@AREA17,0, 'Briarthorn,Zone 17,Area 17,node 542'), +(2567,@AREA17,0, 'Briarthorn,Zone 17,Area 17,node 544'), +(2569,@AREA17,0, 'Briarthorn,Zone 17,Area 17,node 545'), +(2591,@AREA17,0, 'Briarthorn,Zone 17,Area 17,node 548'), +(2599,@AREA17,0, 'Briarthorn,Zone 17,Area 17,node 549'), +(2621,@AREA17,0, 'Briarthorn,Zone 17,Area 17,node 554'), +(2644,@AREA17,0, 'Briarthorn,Zone 17,Area 17,node 558'), +(2646,@AREA17,0, 'Briarthorn,Zone 17,Area 17,node 559'), +(2648,@AREA17,0, 'Briarthorn,Zone 17,Area 17,node 560'), +(2659,@AREA17,0, 'Briarthorn,Zone 17,Area 17,node 562'), +(2668,@AREA17,0, 'Briarthorn,Zone 17,Area 17,node 564'), +(2716,@AREA17,0, 'Briarthorn,Zone 17,Area 17,node 570'), +(2728,@AREA17,0, 'Briarthorn,Zone 17,Area 17,node 577'), +(2747,@AREA17,0, 'Briarthorn,Zone 17,Area 17,node 582'), +(2762,@AREA17,0, 'Briarthorn,Zone 17,Area 17,node 588'), +(2772,@AREA17,0, 'Briarthorn,Zone 17,Area 17,node 593'), +(2789,@AREA17,0, 'Briarthorn,Zone 17,Area 17,node 596'), +(2807,@AREA17,0, 'Briarthorn,Zone 17,Area 17,node 597'), +(2814,@AREA17,0, 'Briarthorn,Zone 17,Area 17,node 598'), +(2836,@AREA17,0, 'Briarthorn,Zone 17,Area 17,node 605'), +(2859,@AREA17,0, 'Briarthorn,Zone 17,Area 17,node 607'), +(2865,@AREA17,0, 'Briarthorn,Zone 17,Area 17,node 608'), +(2880,@AREA17,0, 'Briarthorn,Zone 17,Area 17,node 609'), +(2881,@AREA17,0, 'Briarthorn,Zone 17,Area 17,node 610'), +(2883,@AREA17,0, 'Briarthorn,Zone 17,Area 17,node 611'), +(2885,@AREA17,0, 'Briarthorn,Zone 17,Area 17,node 613'), +(2887,@AREA17,0, 'Briarthorn,Zone 17,Area 17,node 615'), +(2906,@AREA17,0, 'Briarthorn,Zone 17,Area 17,node 620'), +(2955,@AREA17,0, 'Bruiseweed,Zone 17,Area 17,node 628'), +(2971,@AREA17,0, 'Bruiseweed,Zone 17,Area 17,node 629'), +(3015,@AREA17,0, 'Bruiseweed,Zone 17,Area 17,node 631'), +(3032,@AREA17,0, 'Bruiseweed,Zone 17,Area 17,node 633'), +(3056,@AREA17,0, 'Bruiseweed,Zone 17,Area 17,node 636'), +(3134,@AREA17,0, 'Bruiseweed,Zone 17,Area 17,node 648'), +(3135,@AREA17,0, 'Bruiseweed,Zone 17,Area 17,node 649'), +(3361,@AREA17,0, 'Bruiseweed,Zone 17,Area 17,node 671'), +(3406,@AREA17,0, 'Bruiseweed,Zone 17,Area 17,node 675'), +(3409,@AREA17,0, 'Bruiseweed,Zone 17,Area 17,node 676'), +(3451,@AREA17,0, 'Bruiseweed,Zone 17,Area 17,node 678'), +(3452,@AREA17,0, 'Bruiseweed,Zone 17,Area 17,node 679'), +(3453,@AREA17,0, 'Bruiseweed,Zone 17,Area 17,node 680'), +(3455,@AREA17,0, 'Bruiseweed,Zone 17,Area 17,node 681'), +(3574,@AREA17,0, 'Bruiseweed,Zone 17,Area 17,node 697'), +(3575,@AREA17,0, 'Bruiseweed,Zone 17,Area 17,node 698'), +(3579,@AREA17,0, 'Bruiseweed,Zone 17,Area 17,node 699'), +(3595,@AREA17,0, 'Bruiseweed,Zone 17,Area 17,node 701'), +(3621,@AREA17,0, 'Bruiseweed,Zone 17,Area 17,node 702'), +(3827,@AREA17,0, 'Bruiseweed,Zone 17,Area 17,node 716'), +(4028,@AREA17,0, 'Wild Steelbloom,Zone 17,Area 17,node 731'), +(4294,@AREA17,0, 'Kingsblood,Zone 17,Area 17,node 747'), +(4324,@AREA17,0, 'Kingsblood,Zone 17,Area 17,node 750'), +(4325,@AREA17,0, 'Kingsblood,Zone 17,Area 17,node 751'), +(8231,@AREA17,0, 'Stranglekelp,Zone 17,Area 17,node 772'), +(8382,@AREA17,0, 'Stranglekelp,Zone 17,Area 17,node 794'), +(8383,@AREA17,0, 'Stranglekelp,Zone 17,Area 17,node 795'), +(8384,@AREA17,0, 'Stranglekelp,Zone 17,Area 17,node 796'), +(8425,@AREA17,0, 'Stranglekelp,Zone 17,Area 17,node 797'), +(8426,@AREA17,0, 'Stranglekelp,Zone 17,Area 17,node 798'), +(8452,@AREA17,0, 'Stranglekelp,Zone 17,Area 17,node 801'), +(8466,@AREA17,0, 'Stranglekelp,Zone 17,Area 17,node 807'), +(8570,@AREA17,0, 'Stranglekelp,Zone 17,Area 17,node 819'), +(488,@AREA383,0, 'Silverleaf,Zone 17,Area 383,node 5'), +(489,@AREA383,0, 'Silverleaf,Zone 17,Area 383,node 6'), +(689,@AREA383,0, 'Silverleaf,Zone 17,Area 383,node 26'), +(913,@AREA383,0, 'Silverleaf,Zone 17,Area 383,node 52'), +(918,@AREA383,0, 'Silverleaf,Zone 17,Area 383,node 53'), +(1085,@AREA383,0, 'Silverleaf,Zone 17,Area 383,node 75'), +(1086,@AREA383,0, 'Silverleaf,Zone 17,Area 383,node 76'), +(1087,@AREA383,0, 'Silverleaf,Zone 17,Area 383,node 77'), +(1089,@AREA383,0, 'Silverleaf,Zone 17,Area 383,node 78'), +(1755,@AREA383,0, 'Earthroot,Zone 17,Area 383,node 168'), +(1856,@AREA383,0, 'Earthroot,Zone 17,Area 383,node 209'), +(2060,@AREA383,0, 'Earthroot,Zone 17,Area 383,node 297'), +(2061,@AREA383,0, 'Earthroot,Zone 17,Area 383,node 298'), +(2062,@AREA383,0, 'Earthroot,Zone 17,Area 383,node 299'), +(2063,@AREA383,0, 'Earthroot,Zone 17,Area 383,node 300'), +(2176,@AREA383,0, 'Mageroyal,Zone 17,Area 383,node 358'), +(2177,@AREA383,0, 'Mageroyal,Zone 17,Area 383,node 359'), +(2178,@AREA383,0, 'Mageroyal,Zone 17,Area 383,node 360'), +(2179,@AREA383,0, 'Mageroyal,Zone 17,Area 383,node 361'), +(2180,@AREA383,0, 'Mageroyal,Zone 17,Area 383,node 362'), +(2181,@AREA383,0, 'Mageroyal,Zone 17,Area 383,node 363'), +(2182,@AREA383,0, 'Mageroyal,Zone 17,Area 383,node 364'), +(2377,@AREA383,0, 'Mageroyal,Zone 17,Area 383,node 463'), +(2455,@AREA383,0, 'Mageroyal,Zone 17,Area 383,node 497'), +(2590,@AREA383,0, 'Briarthorn,Zone 17,Area 383,node 547'), +(2610,@AREA383,0, 'Briarthorn,Zone 17,Area 383,node 550'), +(2615,@AREA383,0, 'Briarthorn,Zone 17,Area 383,node 552'), +(2667,@AREA383,0, 'Briarthorn,Zone 17,Area 383,node 563'), +(2691,@AREA383,0, 'Briarthorn,Zone 17,Area 383,node 567'), +(2719,@AREA383,0, 'Briarthorn,Zone 17,Area 383,node 572'), +(2743,@AREA383,0, 'Briarthorn,Zone 17,Area 383,node 581'), +(2763,@AREA383,0, 'Briarthorn,Zone 17,Area 383,node 589'), +(2817,@AREA383,0, 'Briarthorn,Zone 17,Area 383,node 599'), +(2954,@AREA383,0, 'Bruiseweed,Zone 17,Area 383,node 627'), +(3006,@AREA383,0, 'Bruiseweed,Zone 17,Area 383,node 630'), +(3157,@AREA383,0, 'Bruiseweed,Zone 17,Area 383,node 651'), +(3303,@AREA383,0, 'Bruiseweed,Zone 17,Area 383,node 664'), +(3350,@AREA383,0, 'Bruiseweed,Zone 17,Area 383,node 668'), +(3351,@AREA383,0, 'Bruiseweed,Zone 17,Area 383,node 669'), +(3352,@AREA383,0, 'Bruiseweed,Zone 17,Area 383,node 670'), +(3368,@AREA383,0, 'Bruiseweed,Zone 17,Area 383,node 672'), +(2122,@AREA385,0, 'Mageroyal,Zone 17,Area 385,node 327'), +(2717,@AREA385,0, 'Briarthorn,Zone 17,Area 385,node 571'), +(2732,@AREA385,0, 'Briarthorn,Zone 17,Area 385,node 579'), +(2884,@AREA385,0, 'Briarthorn,Zone 17,Area 385,node 612'), +(2886,@AREA385,0, 'Briarthorn,Zone 17,Area 385,node 614'), +(3260,@AREA385,0, 'Bruiseweed,Zone 17,Area 385,node 655'), +(3262,@AREA385,0, 'Bruiseweed,Zone 17,Area 385,node 657'), +(3342,@AREA385,0, 'Bruiseweed,Zone 17,Area 385,node 667'), +(3469,@AREA385,0, 'Bruiseweed,Zone 17,Area 385,node 685'), +(3538,@AREA385,0, 'Bruiseweed,Zone 17,Area 385,node 694'), +(3739,@AREA385,0, 'Bruiseweed,Zone 17,Area 385,node 712'), +(3793,@AREA385,0, 'Bruiseweed,Zone 17,Area 385,node 713'), +(4024,@AREA385,0, 'Wild Steelbloom,Zone 17,Area 385,node 729'), +(4288,@AREA385,0, 'Kingsblood,Zone 17,Area 385,node 746'), +(13366,@AREA385,0, 'Wild Steelbloom,Zone 17,Area 385,node 822'), +(15755,@AREA385,0, 'Stranglekelp,Zone 17,Area 385,node 831'), +(15756,@AREA385,0, 'Stranglekelp,Zone 17,Area 385,node 832'), +(65366,@AREA385,0, 'Stranglekelp,Zone 17,Area 385,node 847'), +(65367,@AREA385,0, 'Stranglekelp,Zone 17,Area 385,node 848'), +(604,@AREA386,0, 'Silverleaf,Zone 17,Area 386,node 16'), +(605,@AREA386,0, 'Silverleaf,Zone 17,Area 386,node 17'), +(1813,@AREA386,0, 'Earthroot,Zone 17,Area 386,node 192'), +(1814,@AREA386,0, 'Earthroot,Zone 17,Area 386,node 193'), +(1901,@AREA386,0, 'Earthroot,Zone 17,Area 386,node 221'), +(2066,@AREA386,0, 'Earthroot,Zone 17,Area 386,node 302'), +(2108,@AREA386,0, 'Mageroyal,Zone 17,Area 386,node 325'), +(2139,@AREA386,0, 'Mageroyal,Zone 17,Area 386,node 335'), +(2160,@AREA386,0, 'Mageroyal,Zone 17,Area 386,node 349'), +(2205,@AREA386,0, 'Mageroyal,Zone 17,Area 386,node 380'), +(2206,@AREA386,0, 'Mageroyal,Zone 17,Area 386,node 381'), +(2611,@AREA386,0, 'Briarthorn,Zone 17,Area 386,node 551'), +(2625,@AREA386,0, 'Briarthorn,Zone 17,Area 386,node 555'), +(2725,@AREA386,0, 'Briarthorn,Zone 17,Area 386,node 576'), +(2822,@AREA386,0, 'Briarthorn,Zone 17,Area 386,node 600'), +(630,@AREA387,0, 'Silverleaf,Zone 17,Area 387,node 20'), +(650,@AREA387,0, 'Silverleaf,Zone 17,Area 387,node 22'), +(700,@AREA387,0, 'Silverleaf,Zone 17,Area 387,node 28'), +(785,@AREA387,0, 'Silverleaf,Zone 17,Area 387,node 36'), +(852,@AREA387,0, 'Silverleaf,Zone 17,Area 387,node 41'), +(904,@AREA387,0, 'Silverleaf,Zone 17,Area 387,node 45'), +(905,@AREA387,0, 'Silverleaf,Zone 17,Area 387,node 46'), +(906,@AREA387,0, 'Silverleaf,Zone 17,Area 387,node 47'), +(907,@AREA387,0, 'Silverleaf,Zone 17,Area 387,node 48'), +(908,@AREA387,0, 'Silverleaf,Zone 17,Area 387,node 49'), +(909,@AREA387,0, 'Silverleaf,Zone 17,Area 387,node 50'), +(910,@AREA387,0, 'Silverleaf,Zone 17,Area 387,node 51'), +(928,@AREA387,0, 'Silverleaf,Zone 17,Area 387,node 55'), +(983,@AREA387,0, 'Silverleaf,Zone 17,Area 387,node 61'), +(994,@AREA387,0, 'Silverleaf,Zone 17,Area 387,node 62'), +(998,@AREA387,0, 'Silverleaf,Zone 17,Area 387,node 63'), +(1002,@AREA387,0, 'Silverleaf,Zone 17,Area 387,node 64'), +(1004,@AREA387,0, 'Silverleaf,Zone 17,Area 387,node 65'), +(1013,@AREA387,0, 'Silverleaf,Zone 17,Area 387,node 67'), +(1039,@AREA387,0, 'Silverleaf,Zone 17,Area 387,node 70'), +(1051,@AREA387,0, 'Silverleaf,Zone 17,Area 387,node 72'), +(1100,@AREA387,0, 'Silverleaf,Zone 17,Area 387,node 79'), +(1107,@AREA387,0, 'Silverleaf,Zone 17,Area 387,node 81'), +(1146,@AREA387,0, 'Silverleaf,Zone 17,Area 387,node 85'), +(1258,@AREA387,0, 'Silverleaf,Zone 17,Area 387,node 94'), +(2138,@AREA387,0, 'Mageroyal,Zone 17,Area 387,node 334'), +(2192,@AREA387,0, 'Mageroyal,Zone 17,Area 387,node 369'), +(2199,@AREA387,0, 'Mageroyal,Zone 17,Area 387,node 374'), +(2222,@AREA387,0, 'Mageroyal,Zone 17,Area 387,node 389'), +(2229,@AREA387,0, 'Mageroyal,Zone 17,Area 387,node 395'), +(2339,@AREA387,0, 'Mageroyal,Zone 17,Area 387,node 444'), +(2340,@AREA387,0, 'Mageroyal,Zone 17,Area 387,node 445'), +(2341,@AREA387,0, 'Mageroyal,Zone 17,Area 387,node 446'), +(2347,@AREA387,0, 'Mageroyal,Zone 17,Area 387,node 450'), +(2348,@AREA387,0, 'Mageroyal,Zone 17,Area 387,node 451'), +(2349,@AREA387,0, 'Mageroyal,Zone 17,Area 387,node 452'), +(2350,@AREA387,0, 'Mageroyal,Zone 17,Area 387,node 453'), +(2351,@AREA387,0, 'Mageroyal,Zone 17,Area 387,node 454'), +(2358,@AREA387,0, 'Mageroyal,Zone 17,Area 387,node 456'), +(2386,@AREA387,0, 'Mageroyal,Zone 17,Area 387,node 469'), +(2391,@AREA387,0, 'Mageroyal,Zone 17,Area 387,node 474'), +(2475,@AREA387,0, 'Mageroyal,Zone 17,Area 387,node 505'), +(2492,@AREA387,0, 'Mageroyal,Zone 17,Area 387,node 512'), +(2504,@AREA387,0, 'Mageroyal,Zone 17,Area 387,node 518'), +(2515,@AREA387,0, 'Mageroyal,Zone 17,Area 387,node 525'), +(2537,@AREA387,0, 'Mageroyal,Zone 17,Area 387,node 533'), +(2538,@AREA387,0, 'Mageroyal,Zone 17,Area 387,node 534'), +(2539,@AREA387,0, 'Mageroyal,Zone 17,Area 387,node 535'), +(2699,@AREA387,0, 'Briarthorn,Zone 17,Area 387,node 569'), +(2766,@AREA387,0, 'Briarthorn,Zone 17,Area 387,node 590'), +(2835,@AREA387,0, 'Briarthorn,Zone 17,Area 387,node 604'), +(3328,@AREA387,0, 'Bruiseweed,Zone 17,Area 387,node 665'), +(3812,@AREA387,0, 'Bruiseweed,Zone 17,Area 387,node 714'), +(3813,@AREA387,0, 'Bruiseweed,Zone 17,Area 387,node 715'), +(705,@AREA388,0, 'Silverleaf,Zone 17,Area 388,node 29'), +(1078,@AREA388,0, 'Silverleaf,Zone 17,Area 388,node 73'), +(1130,@AREA388,0, 'Silverleaf,Zone 17,Area 388,node 82'), +(1218,@AREA388,0, 'Silverleaf,Zone 17,Area 388,node 91'), +(1234,@AREA388,0, 'Silverleaf,Zone 17,Area 388,node 92'), +(2088,@AREA388,0, 'Mageroyal,Zone 17,Area 388,node 314'), +(2098,@AREA388,0, 'Mageroyal,Zone 17,Area 388,node 319'), +(2165,@AREA388,0, 'Mageroyal,Zone 17,Area 388,node 352'), +(2166,@AREA388,0, 'Mageroyal,Zone 17,Area 388,node 353'), +(2191,@AREA388,0, 'Mageroyal,Zone 17,Area 388,node 368'), +(2193,@AREA388,0, 'Mageroyal,Zone 17,Area 388,node 370'), +(2274,@AREA388,0, 'Mageroyal,Zone 17,Area 388,node 417'), +(2285,@AREA388,0, 'Mageroyal,Zone 17,Area 388,node 421'), +(2328,@AREA388,0, 'Mageroyal,Zone 17,Area 388,node 440'), +(2401,@AREA388,0, 'Mageroyal,Zone 17,Area 388,node 480'), +(2406,@AREA388,0, 'Mageroyal,Zone 17,Area 388,node 482'), +(2423,@AREA388,0, 'Mageroyal,Zone 17,Area 388,node 484'), +(2487,@AREA388,0, 'Mageroyal,Zone 17,Area 388,node 509'), +(2652,@AREA388,0, 'Briarthorn,Zone 17,Area 388,node 561'), +(2751,@AREA388,0, 'Briarthorn,Zone 17,Area 388,node 583'), +(2902,@AREA388,0, 'Briarthorn,Zone 17,Area 388,node 618'), +(1434,@AREA390,0, 'Peacebloom,Zone 17,Area 390,node 111'), +(1481,@AREA390,0, 'Peacebloom,Zone 17,Area 390,node 119'), +(2084,@AREA390,0, 'Mageroyal,Zone 17,Area 390,node 312'), +(2107,@AREA390,0, 'Mageroyal,Zone 17,Area 390,node 324'), +(2109,@AREA390,0, 'Mageroyal,Zone 17,Area 390,node 326'), +(2211,@AREA390,0, 'Mageroyal,Zone 17,Area 390,node 384'), +(2212,@AREA390,0, 'Mageroyal,Zone 17,Area 390,node 385'), +(2343,@AREA390,0, 'Mageroyal,Zone 17,Area 390,node 447'), +(2344,@AREA390,0, 'Mageroyal,Zone 17,Area 390,node 448'), +(2345,@AREA390,0, 'Mageroyal,Zone 17,Area 390,node 449'), +(2355,@AREA390,0, 'Mageroyal,Zone 17,Area 390,node 455'), +(2426,@AREA390,0, 'Mageroyal,Zone 17,Area 390,node 486'), +(2506,@AREA390,0, 'Mageroyal,Zone 17,Area 390,node 519'), +(2767,@AREA390,0, 'Briarthorn,Zone 17,Area 390,node 591'), +(2898,@AREA390,0, 'Briarthorn,Zone 17,Area 390,node 617'), +(2930,@AREA390,0, 'Bruiseweed,Zone 17,Area 390,node 623'), +(3270,@AREA390,0, 'Bruiseweed,Zone 17,Area 390,node 658'), +(3271,@AREA390,0, 'Bruiseweed,Zone 17,Area 390,node 659'), +(3272,@AREA390,0, 'Bruiseweed,Zone 17,Area 390,node 660'), +(3375,@AREA390,0, 'Bruiseweed,Zone 17,Area 390,node 673'), +(3376,@AREA390,0, 'Bruiseweed,Zone 17,Area 390,node 674'), +(3458,@AREA390,0, 'Bruiseweed,Zone 17,Area 390,node 682'), +(3494,@AREA390,0, 'Bruiseweed,Zone 17,Area 390,node 687'), +(3495,@AREA390,0, 'Bruiseweed,Zone 17,Area 390,node 688'), +(3496,@AREA390,0, 'Bruiseweed,Zone 17,Area 390,node 689'), +(3497,@AREA390,0, 'Bruiseweed,Zone 17,Area 390,node 690'), +(3498,@AREA390,0, 'Bruiseweed,Zone 17,Area 390,node 691'), +(3505,@AREA390,0, 'Bruiseweed,Zone 17,Area 390,node 692'), +(3591,@AREA390,0, 'Bruiseweed,Zone 17,Area 390,node 700'), +(3708,@AREA390,0, 'Bruiseweed,Zone 17,Area 390,node 708'), +(3736,@AREA390,0, 'Bruiseweed,Zone 17,Area 390,node 711'), +(3979,@AREA390,0, 'Wild Steelbloom,Zone 17,Area 390,node 727'), +(4066,@AREA390,0, 'Wild Steelbloom,Zone 17,Area 390,node 733'), +(4227,@AREA390,0, 'Wild Steelbloom,Zone 17,Area 390,node 743'), +(4295,@AREA390,0, 'Kingsblood,Zone 17,Area 390,node 748'), +(4330,@AREA390,0, 'Kingsblood,Zone 17,Area 390,node 754'), +(4390,@AREA390,0, 'Kingsblood,Zone 17,Area 390,node 763'), +(4401,@AREA390,0, 'Kingsblood,Zone 17,Area 390,node 764'), +(87281,@AREA390,0, 'Kingsblood,Zone 17,Area 390,node 867'), +(1506,@AREA391,0, 'Peacebloom,Zone 17,Area 391,node 123'), +(1759,@AREA391,0, 'Earthroot,Zone 17,Area 391,node 171'), +(1761,@AREA391,0, 'Earthroot,Zone 17,Area 391,node 172'), +(1776,@AREA391,0, 'Earthroot,Zone 17,Area 391,node 176'), +(1781,@AREA391,0, 'Earthroot,Zone 17,Area 391,node 178'), +(1782,@AREA391,0, 'Earthroot,Zone 17,Area 391,node 179'), +(1783,@AREA391,0, 'Earthroot,Zone 17,Area 391,node 180'), +(1798,@AREA391,0, 'Earthroot,Zone 17,Area 391,node 186'), +(1830,@AREA391,0, 'Earthroot,Zone 17,Area 391,node 197'), +(1837,@AREA391,0, 'Earthroot,Zone 17,Area 391,node 199'), +(1853,@AREA391,0, 'Earthroot,Zone 17,Area 391,node 206'), +(1854,@AREA391,0, 'Earthroot,Zone 17,Area 391,node 207'), +(1855,@AREA391,0, 'Earthroot,Zone 17,Area 391,node 208'), +(1864,@AREA391,0, 'Earthroot,Zone 17,Area 391,node 213'), +(1896,@AREA391,0, 'Earthroot,Zone 17,Area 391,node 216'), +(1897,@AREA391,0, 'Earthroot,Zone 17,Area 391,node 217'), +(1925,@AREA391,0, 'Earthroot,Zone 17,Area 391,node 234'), +(1928,@AREA391,0, 'Earthroot,Zone 17,Area 391,node 236'), +(1957,@AREA391,0, 'Earthroot,Zone 17,Area 391,node 249'), +(1958,@AREA391,0, 'Earthroot,Zone 17,Area 391,node 250'), +(1959,@AREA391,0, 'Earthroot,Zone 17,Area 391,node 251'), +(1960,@AREA391,0, 'Earthroot,Zone 17,Area 391,node 252'), +(1972,@AREA391,0, 'Earthroot,Zone 17,Area 391,node 258'), +(1983,@AREA391,0, 'Earthroot,Zone 17,Area 391,node 264'), +(1984,@AREA391,0, 'Earthroot,Zone 17,Area 391,node 265'), +(2016,@AREA391,0, 'Earthroot,Zone 17,Area 391,node 283'), +(2017,@AREA391,0, 'Earthroot,Zone 17,Area 391,node 284'), +(2018,@AREA391,0, 'Earthroot,Zone 17,Area 391,node 285'), +(2022,@AREA391,0, 'Earthroot,Zone 17,Area 391,node 289'), +(2023,@AREA391,0, 'Earthroot,Zone 17,Area 391,node 290'), +(2028,@AREA391,0, 'Earthroot,Zone 17,Area 391,node 291'), +(2029,@AREA391,0, 'Earthroot,Zone 17,Area 391,node 292'), +(2030,@AREA391,0, 'Earthroot,Zone 17,Area 391,node 293'), +(2050,@AREA391,0, 'Earthroot,Zone 17,Area 391,node 296'), +(2724,@AREA391,0, 'Briarthorn,Zone 17,Area 391,node 575'), +(8232,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 773'), +(8233,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 774'), +(8256,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 776'), +(8280,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 778'), +(8281,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 779'), +(8282,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 780'), +(8294,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 783'), +(8295,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 784'), +(8296,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 785'), +(8317,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 786'), +(8360,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 792'), +(8448,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 800'), +(8457,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 802'), +(8458,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 803'), +(8459,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 804'), +(8460,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 805'), +(8461,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 806'), +(8504,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 809'), +(8505,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 810'), +(8507,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 811'), +(8508,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 812'), +(8527,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 813'), +(8547,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 816'), +(8559,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 817'), +(12594,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 820'), +(15754,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 830'), +(15757,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 833'), +(15758,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 834'), +(15761,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 836'), +(15780,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 837'), +(29187,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 840'), +(29234,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 841'), +(29235,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 842'), +(32508,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 844'), +(32866,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 846'), +(86907,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 852'), +(86909,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 853'), +(86910,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 854'), +(86912,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 855'), +(86927,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 856'), +(86942,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 857'), +(86943,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 858'), +(86946,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 859'), +(86947,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 860'), +(86948,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 861'), +(86949,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 862'), +(86950,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 863'), +(86951,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 864'), +(87006,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 865'), +(87063,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 866'), +(87572,@AREA391,0, 'Stranglekelp,Zone 17,Area 391,node 868'), +(484,@AREA1156,0, 'Silverleaf,Zone 17,Area 1156,node 4'), +(723,@AREA1156,0, 'Silverleaf,Zone 17,Area 1156,node 30'), +(729,@AREA1156,0, 'Silverleaf,Zone 17,Area 1156,node 31'), +(730,@AREA1156,0, 'Silverleaf,Zone 17,Area 1156,node 32'), +(1375,@AREA1156,0, 'Peacebloom,Zone 17,Area 1156,node 99'), +(1395,@AREA1156,0, 'Peacebloom,Zone 17,Area 1156,node 101'), +(1464,@AREA1156,0, 'Peacebloom,Zone 17,Area 1156,node 114'), +(1480,@AREA1156,0, 'Peacebloom,Zone 17,Area 1156,node 118'), +(1505,@AREA1156,0, 'Peacebloom,Zone 17,Area 1156,node 122'), +(1539,@AREA1156,0, 'Peacebloom,Zone 17,Area 1156,node 134'), +(1592,@AREA1156,0, 'Peacebloom,Zone 17,Area 1156,node 144'), +(1594,@AREA1156,0, 'Peacebloom,Zone 17,Area 1156,node 145'), +(1630,@AREA1156,0, 'Peacebloom,Zone 17,Area 1156,node 148'), +(1649,@AREA1156,0, 'Peacebloom,Zone 17,Area 1156,node 153'), +(1662,@AREA1156,0, 'Peacebloom,Zone 17,Area 1156,node 155'), +(1665,@AREA1156,0, 'Peacebloom,Zone 17,Area 1156,node 157'), +(1668,@AREA1156,0, 'Peacebloom,Zone 17,Area 1156,node 159'), +(1757,@AREA1156,0, 'Earthroot,Zone 17,Area 1156,node 170'), +(1793,@AREA1156,0, 'Earthroot,Zone 17,Area 1156,node 183'), +(2103,@AREA1156,0, 'Mageroyal,Zone 17,Area 1156,node 321'), +(2104,@AREA1156,0, 'Mageroyal,Zone 17,Area 1156,node 322'), +(2128,@AREA1156,0, 'Mageroyal,Zone 17,Area 1156,node 330'), +(2143,@AREA1156,0, 'Mageroyal,Zone 17,Area 1156,node 338'), +(2144,@AREA1156,0, 'Mageroyal,Zone 17,Area 1156,node 339'), +(2146,@AREA1156,0, 'Mageroyal,Zone 17,Area 1156,node 341'), +(2147,@AREA1156,0, 'Mageroyal,Zone 17,Area 1156,node 342'), +(2154,@AREA1156,0, 'Mageroyal,Zone 17,Area 1156,node 346'), +(2162,@AREA1156,0, 'Mageroyal,Zone 17,Area 1156,node 351'), +(2171,@AREA1156,0, 'Mageroyal,Zone 17,Area 1156,node 356'), +(2198,@AREA1156,0, 'Mageroyal,Zone 17,Area 1156,node 373'), +(2209,@AREA1156,0, 'Mageroyal,Zone 17,Area 1156,node 383'), +(2228,@AREA1156,0, 'Mageroyal,Zone 17,Area 1156,node 394'), +(2246,@AREA1156,0, 'Mageroyal,Zone 17,Area 1156,node 402'), +(2247,@AREA1156,0, 'Mageroyal,Zone 17,Area 1156,node 403'), +(2257,@AREA1156,0, 'Mageroyal,Zone 17,Area 1156,node 405'), +(2270,@AREA1156,0, 'Mageroyal,Zone 17,Area 1156,node 414'), +(2271,@AREA1156,0, 'Mageroyal,Zone 17,Area 1156,node 415'), +(2277,@AREA1156,0, 'Mageroyal,Zone 17,Area 1156,node 418'), +(2280,@AREA1156,0, 'Mageroyal,Zone 17,Area 1156,node 419'), +(2287,@AREA1156,0, 'Mageroyal,Zone 17,Area 1156,node 422'), +(2304,@AREA1156,0, 'Mageroyal,Zone 17,Area 1156,node 430'), +(2375,@AREA1156,0, 'Mageroyal,Zone 17,Area 1156,node 462'), +(2382,@AREA1156,0, 'Mageroyal,Zone 17,Area 1156,node 465'), +(2397,@AREA1156,0, 'Mageroyal,Zone 17,Area 1156,node 478'), +(2424,@AREA1156,0, 'Mageroyal,Zone 17,Area 1156,node 485'), +(2462,@AREA1156,0, 'Mageroyal,Zone 17,Area 1156,node 499'), +(2463,@AREA1156,0, 'Mageroyal,Zone 17,Area 1156,node 500'), +(2470,@AREA1156,0, 'Mageroyal,Zone 17,Area 1156,node 502'), +(2494,@AREA1156,0, 'Mageroyal,Zone 17,Area 1156,node 513'), +(2495,@AREA1156,0, 'Mageroyal,Zone 17,Area 1156,node 514'), +(2496,@AREA1156,0, 'Mageroyal,Zone 17,Area 1156,node 515'), +(2520,@AREA1156,0, 'Mageroyal,Zone 17,Area 1156,node 526'), +(2522,@AREA1156,0, 'Mageroyal,Zone 17,Area 1156,node 527'), +(2551,@AREA1156,0, 'Briarthorn,Zone 17,Area 1156,node 538'), +(2559,@AREA1156,0, 'Briarthorn,Zone 17,Area 1156,node 540'), +(2565,@AREA1156,0, 'Briarthorn,Zone 17,Area 1156,node 543'), +(2620,@AREA1156,0, 'Briarthorn,Zone 17,Area 1156,node 553'), +(2643,@AREA1156,0, 'Briarthorn,Zone 17,Area 1156,node 557'), +(2677,@AREA1156,0, 'Briarthorn,Zone 17,Area 1156,node 565'), +(2722,@AREA1156,0, 'Briarthorn,Zone 17,Area 1156,node 573'), +(2760,@AREA1156,0, 'Briarthorn,Zone 17,Area 1156,node 587'), +(2770,@AREA1156,0, 'Briarthorn,Zone 17,Area 1156,node 592'), +(2783,@AREA1156,0, 'Briarthorn,Zone 17,Area 1156,node 595'), +(2826,@AREA1156,0, 'Briarthorn,Zone 17,Area 1156,node 603'), +(2857,@AREA1156,0, 'Briarthorn,Zone 17,Area 1156,node 606'), +(2893,@AREA1156,0, 'Briarthorn,Zone 17,Area 1156,node 616'), +(2905,@AREA1156,0, 'Briarthorn,Zone 17,Area 1156,node 619'), +(2907,@AREA1156,0, 'Briarthorn,Zone 17,Area 1156,node 621'), +(3099,@AREA1156,0, 'Bruiseweed,Zone 17,Area 1156,node 639'), +(3100,@AREA1156,0, 'Bruiseweed,Zone 17,Area 1156,node 640'), +(3101,@AREA1156,0, 'Bruiseweed,Zone 17,Area 1156,node 641'), +(3102,@AREA1156,0, 'Bruiseweed,Zone 17,Area 1156,node 642'), +(3103,@AREA1156,0, 'Bruiseweed,Zone 17,Area 1156,node 643'), +(3104,@AREA1156,0, 'Bruiseweed,Zone 17,Area 1156,node 644'), +(3274,@AREA1156,0, 'Bruiseweed,Zone 17,Area 1156,node 661'), +(3703,@AREA1156,0, 'Bruiseweed,Zone 17,Area 1156,node 707'), +(3898,@AREA1156,0, 'Wild Steelbloom,Zone 17,Area 1156,node 720'), +(4085,@AREA1156,0, 'Wild Steelbloom,Zone 17,Area 1156,node 734'), +(4103,@AREA1156,0, 'Wild Steelbloom,Zone 17,Area 1156,node 736'), +(4298,@AREA1156,0, 'Kingsblood,Zone 17,Area 1156,node 749'), +(4342,@AREA1156,0, 'Kingsblood,Zone 17,Area 1156,node 755'), +(4347,@AREA1156,0, 'Kingsblood,Zone 17,Area 1156,node 756'), +(4349,@AREA1156,0, 'Kingsblood,Zone 17,Area 1156,node 757'), +(4373,@AREA1156,0, 'Kingsblood,Zone 17,Area 1156,node 760'), +(4379,@AREA1156,0, 'Kingsblood,Zone 17,Area 1156,node 761'), +(4405,@AREA1156,0, 'Kingsblood,Zone 17,Area 1156,node 766'), +(13368,@AREA1156,0, 'Wild Steelbloom,Zone 17,Area 1156,node 824'), +(13370,@AREA1156,0, 'Wild Steelbloom,Zone 17,Area 1156,node 826'), +(13374,@AREA1156,0, 'Kingsblood,Zone 17,Area 1156,node 827'), +(86316,@AREA1156,0, 'Kingsblood,Zone 17,Area 1156,node 849'), +(86322,@AREA1156,0, 'Kingsblood,Zone 17,Area 1156,node 850'), +(86337,@AREA1156,0, 'Kingsblood,Zone 17,Area 1156,node 851'), +(2091,@AREA1698,0, 'Mageroyal,Zone 17,Area 1698,node 316'), +(2092,@AREA1698,0, 'Mageroyal,Zone 17,Area 1698,node 317'), +(2095,@AREA1698,0, 'Mageroyal,Zone 17,Area 1698,node 318'), +(2099,@AREA1698,0, 'Mageroyal,Zone 17,Area 1698,node 320'), +(2130,@AREA1698,0, 'Mageroyal,Zone 17,Area 1698,node 331'), +(2196,@AREA1698,0, 'Mageroyal,Zone 17,Area 1698,node 372'), +(2219,@AREA1698,0, 'Mageroyal,Zone 17,Area 1698,node 387'), +(2220,@AREA1698,0, 'Mageroyal,Zone 17,Area 1698,node 388'), +(2225,@AREA1698,0, 'Mageroyal,Zone 17,Area 1698,node 391'), +(2258,@AREA1698,0, 'Mageroyal,Zone 17,Area 1698,node 406'), +(2461,@AREA1698,0, 'Mageroyal,Zone 17,Area 1698,node 498'), +(2464,@AREA1698,0, 'Mageroyal,Zone 17,Area 1698,node 501'), +(2471,@AREA1698,0, 'Mageroyal,Zone 17,Area 1698,node 503'), +(2549,@AREA1698,0, 'Briarthorn,Zone 17,Area 1698,node 537'), +(3143,@AREA1698,0, 'Bruiseweed,Zone 17,Area 1698,node 650'), +(3261,@AREA1698,0, 'Bruiseweed,Zone 17,Area 1698,node 656'), +(4153,@AREA1698,0, 'Wild Steelbloom,Zone 17,Area 1698,node 737'), +(4367,@AREA1698,0, 'Kingsblood,Zone 17,Area 1698,node 759'), +(4387,@AREA1698,0, 'Kingsblood,Zone 17,Area 1698,node 762'), +(13365,@AREA1698,0, 'Wild Steelbloom,Zone 17,Area 1698,node 821'), +(620,@AREA1699,0, 'Silverleaf,Zone 17,Area 1699,node 19'), +(681,@AREA1699,0, 'Silverleaf,Zone 17,Area 1699,node 25'), +(878,@AREA1699,0, 'Silverleaf,Zone 17,Area 1699,node 42'), +(935,@AREA1699,0, 'Silverleaf,Zone 17,Area 1699,node 56'), +(1026,@AREA1699,0, 'Silverleaf,Zone 17,Area 1699,node 68'), +(1169,@AREA1699,0, 'Silverleaf,Zone 17,Area 1699,node 88'), +(1346,@AREA1699,0, 'Peacebloom,Zone 17,Area 1699,node 95'), +(1410,@AREA1699,0, 'Peacebloom,Zone 17,Area 1699,node 104'), +(1411,@AREA1699,0, 'Peacebloom,Zone 17,Area 1699,node 105'), +(1412,@AREA1699,0, 'Peacebloom,Zone 17,Area 1699,node 106'), +(1414,@AREA1699,0, 'Peacebloom,Zone 17,Area 1699,node 108'), +(1509,@AREA1699,0, 'Peacebloom,Zone 17,Area 1699,node 124'), +(1511,@AREA1699,0, 'Peacebloom,Zone 17,Area 1699,node 125'), +(1524,@AREA1699,0, 'Peacebloom,Zone 17,Area 1699,node 130'), +(1538,@AREA1699,0, 'Peacebloom,Zone 17,Area 1699,node 133'), +(1667,@AREA1699,0, 'Peacebloom,Zone 17,Area 1699,node 158'), +(1693,@AREA1699,0, 'Peacebloom,Zone 17,Area 1699,node 161'), +(2723,@AREA1699,0, 'Briarthorn,Zone 17,Area 1699,node 574'), +(2729,@AREA1699,0, 'Briarthorn,Zone 17,Area 1699,node 578'), +(2737,@AREA1699,0, 'Briarthorn,Zone 17,Area 1699,node 580'), +(2754,@AREA1699,0, 'Briarthorn,Zone 17,Area 1699,node 584'), +(1419,@AREA1700,0, 'Peacebloom,Zone 17,Area 1700,node 109'), +(1550,@AREA1700,0, 'Peacebloom,Zone 17,Area 1700,node 136'), +(1633,@AREA1700,0, 'Peacebloom,Zone 17,Area 1700,node 149'), +(1661,@AREA1700,0, 'Peacebloom,Zone 17,Area 1700,node 154'), +(1730,@AREA1700,0, 'Peacebloom,Zone 17,Area 1700,node 165'), +(1998,@AREA1700,0, 'Earthroot,Zone 17,Area 1700,node 275'), +(2080,@AREA1700,0, 'Earthroot,Zone 17,Area 1700,node 310'), +(2145,@AREA1700,0, 'Mageroyal,Zone 17,Area 1700,node 340'), +(2188,@AREA1700,0, 'Mageroyal,Zone 17,Area 1700,node 367'), +(2245,@AREA1700,0, 'Mageroyal,Zone 17,Area 1700,node 401'), +(2384,@AREA1700,0, 'Mageroyal,Zone 17,Area 1700,node 467'), +(2436,@AREA1700,0, 'Mageroyal,Zone 17,Area 1700,node 492'), +(2450,@AREA1700,0, 'Mageroyal,Zone 17,Area 1700,node 496'), +(2554,@AREA1700,0, 'Briarthorn,Zone 17,Area 1700,node 539'), +(2574,@AREA1700,0, 'Briarthorn,Zone 17,Area 1700,node 546'), +(2634,@AREA1700,0, 'Briarthorn,Zone 17,Area 1700,node 556'), +(2678,@AREA1700,0, 'Briarthorn,Zone 17,Area 1700,node 566'), +(2824,@AREA1700,0, 'Briarthorn,Zone 17,Area 1700,node 601'), +(2825,@AREA1700,0, 'Briarthorn,Zone 17,Area 1700,node 602'), +(2928,@AREA1700,0, 'Bruiseweed,Zone 17,Area 1700,node 622'), +(2952,@AREA1700,0, 'Bruiseweed,Zone 17,Area 1700,node 626'), +(3049,@AREA1700,0, 'Bruiseweed,Zone 17,Area 1700,node 635'), +(3058,@AREA1700,0, 'Bruiseweed,Zone 17,Area 1700,node 637'), +(3410,@AREA1700,0, 'Bruiseweed,Zone 17,Area 1700,node 677'), +(3852,@AREA1700,0, 'Bruiseweed,Zone 17,Area 1700,node 717'), +(4027,@AREA1700,0, 'Wild Steelbloom,Zone 17,Area 1700,node 730'), +(4275,@AREA1700,0, 'Wild Steelbloom,Zone 17,Area 1700,node 745'), +(4329,@AREA1700,0, 'Kingsblood,Zone 17,Area 1700,node 753'), +(1573,@AREA1701,0, 'Peacebloom,Zone 17,Area 1701,node 141'), +(1792,@AREA1701,0, 'Earthroot,Zone 17,Area 1701,node 182'), +(2159,@AREA1701,0, 'Mageroyal,Zone 17,Area 1701,node 348'), +(2168,@AREA1701,0, 'Mageroyal,Zone 17,Area 1701,node 354'), +(2259,@AREA1701,0, 'Mageroyal,Zone 17,Area 1701,node 407'), +(2562,@AREA1701,0, 'Briarthorn,Zone 17,Area 1701,node 541'), +(2756,@AREA1701,0, 'Briarthorn,Zone 17,Area 1701,node 585'), +(2950,@AREA1701,0, 'Bruiseweed,Zone 17,Area 1701,node 624'), +(2951,@AREA1701,0, 'Bruiseweed,Zone 17,Area 1701,node 625'), +(3028,@AREA1701,0, 'Bruiseweed,Zone 17,Area 1701,node 632'), +(3098,@AREA1701,0, 'Bruiseweed,Zone 17,Area 1701,node 638'), +(3201,@AREA1701,0, 'Bruiseweed,Zone 17,Area 1701,node 652'), +(3226,@AREA1701,0, 'Bruiseweed,Zone 17,Area 1701,node 653'), +(3558,@AREA1701,0, 'Bruiseweed,Zone 17,Area 1701,node 696'), +(3692,@AREA1701,0, 'Bruiseweed,Zone 17,Area 1701,node 704'), +(3693,@AREA1701,0, 'Bruiseweed,Zone 17,Area 1701,node 705'), +(3694,@AREA1701,0, 'Bruiseweed,Zone 17,Area 1701,node 706'), +(3862,@AREA1701,0, 'Bruiseweed,Zone 17,Area 1701,node 719'), +(3934,@AREA1701,0, 'Wild Steelbloom,Zone 17,Area 1701,node 723'), +(3937,@AREA1701,0, 'Wild Steelbloom,Zone 17,Area 1701,node 724'), +(3984,@AREA1701,0, 'Wild Steelbloom,Zone 17,Area 1701,node 728'), +(4065,@AREA1701,0, 'Wild Steelbloom,Zone 17,Area 1701,node 732'), +(4097,@AREA1701,0, 'Wild Steelbloom,Zone 17,Area 1701,node 735'), +(4198,@AREA1701,0, 'Wild Steelbloom,Zone 17,Area 1701,node 739'), +(4210,@AREA1701,0, 'Wild Steelbloom,Zone 17,Area 1701,node 741'), +(4223,@AREA1701,0, 'Wild Steelbloom,Zone 17,Area 1701,node 742'), +(4252,@AREA1701,0, 'Wild Steelbloom,Zone 17,Area 1701,node 744'), +(4327,@AREA1701,0, 'Kingsblood,Zone 17,Area 1701,node 752'), +(4355,@AREA1701,0, 'Kingsblood,Zone 17,Area 1701,node 758'), +(4404,@AREA1701,0, 'Kingsblood,Zone 17,Area 1701,node 765'), +(4406,@AREA1701,0, 'Kingsblood,Zone 17,Area 1701,node 767'), +(4442,@AREA1701,0, 'Kingsblood,Zone 17,Area 1701,node 768'), +(4486,@AREA1701,0, 'Kingsblood,Zone 17,Area 1701,node 769'), +(4493,@AREA1701,0, 'Kingsblood,Zone 17,Area 1701,node 770'), +(4496,@AREA1701,0, 'Kingsblood,Zone 17,Area 1701,node 771'), +(13367,@AREA1701,0, 'Wild Steelbloom,Zone 17,Area 1701,node 823'), +(13369,@AREA1701,0, 'Wild Steelbloom,Zone 17,Area 1701,node 825'), +(13375,@AREA1701,0, 'Kingsblood,Zone 17,Area 1701,node 828'), +(13378,@AREA1701,0, 'Kingsblood,Zone 17,Area 1701,node 829'), +(2151,@REST,0, 'Mageroyal,Zone 17,Area 1157,node 343'), +(2281,@REST,0, 'Mageroyal,Zone 17,Area 1157,node 420'), +(2389,@REST,0, 'Mageroyal,Zone 17,Area 1157,node 472'), +(2512,@REST,0, 'Mageroyal,Zone 17,Area 1157,node 523'), +(2523,@REST,0, 'Mageroyal,Zone 17,Area 1157,node 528'), +(3921,@REST,0, 'Wild Steelbloom,Zone 17,Area 1316,node 721'), +(3923,@REST,0, 'Wild Steelbloom,Zone 17,Area 1316,node 722'), +(3957,@REST,0, 'Wild Steelbloom,Zone 17,Area 1316,node 725'), +(3968,@REST,0, 'Wild Steelbloom,Zone 17,Area 1316,node 726'), +(3478,@REST,0, 'Bruiseweed,Zone 17,Area 1697,node 686'), +(4174,@REST,0, 'Wild Steelbloom,Zone 17,Area 1697,node 738'), +(1842,@REST,0, 'Earthroot,Zone 17,Area 1702,node 200'), +(1843,@REST,0, 'Earthroot,Zone 17,Area 1702,node 201'), +(1917,@REST,0, 'Earthroot,Zone 17,Area 1702,node 229'), +(1918,@REST,0, 'Earthroot,Zone 17,Area 1702,node 230'), +(1919,@REST,0, 'Earthroot,Zone 17,Area 1702,node 231'), +(1920,@REST,0, 'Earthroot,Zone 17,Area 1702,node 232'), +(1921,@REST,0, 'Earthroot,Zone 17,Area 1702,node 233'), +(1987,@REST,0, 'Earthroot,Zone 17,Area 1702,node 267'), +(1999,@REST,0, 'Earthroot,Zone 17,Area 1702,node 276'), +(2781,@REST,0, 'Briarthorn,Zone 17,Area 1702,node 594'), +(482,@REST,0, 'Silverleaf,Zone 17,Area 1704,node 3'), +(731,@REST,0, 'Silverleaf,Zone 17,Area 1704,node 33'), +(847,@REST,0, 'Silverleaf,Zone 17,Area 1704,node 40'), +(1373,@REST,0, 'Peacebloom,Zone 17,Area 1704,node 98'), +(1459,@REST,0, 'Peacebloom,Zone 17,Area 1704,node 113'), +(1563,@REST,0, 'Peacebloom,Zone 17,Area 1704,node 139'), +(892,@REST,0, 'Silverleaf,Zone 17,Area 2757,node 44'), +(950,@REST,0, 'Silverleaf,Zone 17,Area 2757,node 60'), +(1138,@REST,0, 'Silverleaf,Zone 17,Area 2757,node 84'), +(2152,@REST,0, 'Mageroyal,Zone 17,Area 359,node 344'), +(2390,@REST,0, 'Mageroyal,Zone 17,Area 359,node 473'), +(2758,@REST,0, 'Briarthorn,Zone 17,Area 359,node 586'), +(3105,@REST,0, 'Bruiseweed,Zone 17,Area 359,node 645'), +(3106,@REST,0, 'Bruiseweed,Zone 17,Area 359,node 646'), +(3107,@REST,0, 'Bruiseweed,Zone 17,Area 359,node 647'), +(3464,@REST,0, 'Bruiseweed,Zone 17,Area 359,node 683'), +(3465,@REST,0, 'Bruiseweed,Zone 17,Area 359,node 684'), +(3524,@REST,0, 'Bruiseweed,Zone 17,Area 359,node 693'), +(4207,@REST,0, 'Wild Steelbloom,Zone 17,Area 359,node 740'), +(1475,@REST,0, 'Peacebloom,Zone 17,Area 378,node 117'), +(1584,@REST,0, 'Peacebloom,Zone 17,Area 378,node 143'), +(3245,@REST,0, 'Bruiseweed,Zone 17,Area 378,node 654'), +(2501,@REST,0, 'Mageroyal,Zone 17,Area 381,node 516'), +(2542,@REST,0, 'Briarthorn,Zone 17,Area 381,node 536'), +(3329,@REST,0, 'Bruiseweed,Zone 17,Area 381,node 666'), +(3854,@REST,0, 'Bruiseweed,Zone 17,Area 381,node 718'), +(1567,@REST,0, 'Peacebloom,Zone 17,Area 382,node 140'), +(3047,@REST,0, 'Bruiseweed,Zone 17,Area 384,node 634'), +(3275,@REST,0, 'Bruiseweed,Zone 17,Area 384,node 662'), +(3276,@REST,0, 'Bruiseweed,Zone 17,Area 384,node 663'), +(3549,@REST,0, 'Bruiseweed,Zone 17,Area 384,node 695'), +(3667,@REST,0, 'Bruiseweed,Zone 17,Area 384,node 703'), +(3734,@REST,0, 'Bruiseweed,Zone 17,Area 384,node 709'), +(3735,@REST,0, 'Bruiseweed,Zone 17,Area 384,node 710'), +(8234,@REST,0, 'Stranglekelp,Zone 17,Area 392,node 775'), +(8444,@REST,0, 'Stranglekelp,Zone 17,Area 392,node 799'), +(15759,@REST,0, 'Stranglekelp,Zone 17,Area 392,node 835'), +(32512,@REST,0, 'Stranglekelp,Zone 17,Area 392,node 845'), +(1779,@REST,0, 'Earthroot,Zone 17,Area 401,node 177'), +(1857,@REST,0, 'Earthroot,Zone 17,Area 401,node 210'), +(8279,@REST,0, 'Stranglekelp,Zone 17,Area 401,node 777'), +(8283,@REST,0, 'Stranglekelp,Zone 17,Area 401,node 781'), +(8288,@REST,0, 'Stranglekelp,Zone 17,Area 401,node 782'), +(8345,@REST,0, 'Stranglekelp,Zone 17,Area 401,node 789'), +(8346,@REST,0, 'Stranglekelp,Zone 17,Area 401,node 790'), +(8347,@REST,0, 'Stranglekelp,Zone 17,Area 401,node 791'), +(32507,@REST,0, 'Stranglekelp,Zone 17,Area 401,node 843'), +(1714,@REST,0, 'Peacebloom,Zone 17,Area 458,node 164'), +(2261,@REST,0, 'Mageroyal,Zone 17,Area 458,node 408'), +(2262,@REST,0, 'Mageroyal,Zone 17,Area 458,node 409'), +(2695,@REST,0, 'Briarthorn,Zone 17,Area 458,node 568'), +(8318,@REST,0, 'Stranglekelp,Zone 17,Area 720,node 787'), +(8339,@REST,0, 'Stranglekelp,Zone 17,Area 720,node 788'), +(8369,@REST,0, 'Stranglekelp,Zone 17,Area 720,node 793'), +(8501,@REST,0, 'Stranglekelp,Zone 17,Area 720,node 808'), +(8534,@REST,0, 'Stranglekelp,Zone 17,Area 720,node 814'), +(8536,@REST,0, 'Stranglekelp,Zone 17,Area 720,node 815'), +(8566,@REST,0, 'Stranglekelp,Zone 17,Area 720,node 818'), +(15781,@REST,0, 'Stranglekelp,Zone 17,Area 720,node 838'), +(15782,@REST,0, 'Stranglekelp,Zone 17,Area 720,node 839'), +(2004,@REST,0, 'Earthroot,Zone 17,Area 815,node 278'), +(2005,@REST,0, 'Earthroot,Zone 17,Area 815,node 279'), +(2234,@REST,0, 'Mageroyal,Zone 17,Area 815,node 400'), +(2253,@REST,0, 'Mageroyal,Zone 17,Area 815,node 404'), +(2311,@REST,0, 'Mageroyal,Zone 17,Area 815,node 433'), +(2333,@REST,0, 'Mageroyal,Zone 17,Area 815,node 441'), +(2334,@REST,0, 'Mageroyal,Zone 17,Area 815,node 442'); diff --git a/sql/old/3.3.5a/2011_05_20_03_world_pool_template.sql b/sql/old/3.3.5a/2011_05_20_03_world_pool_template.sql new file mode 100644 index 00000000000..77a3545d16a --- /dev/null +++ b/sql/old/3.3.5a/2011_05_20_03_world_pool_template.sql @@ -0,0 +1,264 @@ +SET @Rest := 814; -- Leftover area (49 nodes) +SET @Area361 := @Rest+1; -- Area 361 (85 nodes) +SET @Area1763 := @Rest+2; -- Area 1763 (19 nodes) +SET @Area1766 := @Rest+3; -- Area 1766 (17 nodes) +SET @Area1767 := @Rest+4; -- Area 1767 (45 nodes) +SET @Area2481 := @Rest+5; -- Area 2481 (13 nodes) +SET @Area2618 := @Rest+6; -- Area 2618 (14 nodes) + +DELETE FROM `pool_template` WHERE `entry` BETWEEN @Rest AND @Rest+6 ; +INSERT INTO `pool_template` (`entry`,`max_limit`,`description`) VALUES +(@Rest ,10, 'Master Herbs Zone 361 Leftover Areas (10 out of 49 nodes)'), +(@Area361,17, 'Master Herbs Zone 361 Area 361 (17 out of 85 nodes)'), +(@Area1763,4, 'Master Herbs Zone 361 Area 1763 (4 out of 19 nodes)'), +(@Area1766,3, 'Master Herbs Zone 361 Area 1766 (3 out of 17 nodes)'), +(@Area1767,9, 'Master Herbs Zone 361 Area 1767 (9 out of 45 nodes)'), +(@Area2481,9, 'Master Herbs Zone 361 Area 2481 (3 out of 13 nodes)'), +(@Area2618,9, 'Master Herbs Zone 361 Area 2618 (3 out of 14 nodes)'); + +DELETE FROM `pool_gameobject` WHERE `pool_entry` BETWEEN @REST AND @REST+6 ; +INSERT INTO `pool_gameobject` (`guid`,`pool_entry`,`chance`,`description`) VALUES +-- Nodes are numbered based on GUID, comment shows area and type +-- Pooled per area for more randomness +(15955,@Area361,0,'Arthas Tears,Zone 361,Area 361,node 3'), +(15964,@Area361,0,'Arthas Tears,Zone 361,Area 361,node 6'), +(15965,@Area361,0,'Arthas Tears,Zone 361,Area 361,node 7'), +(15981,@Area361,0,'Arthas Tears,Zone 361,Area 361,node 10'), +(16004,@Area361,0,'Arthas Tears,Zone 361,Area 361,node 14'), +(16006,@Area361,0,'Arthas Tears,Zone 361,Area 361,node 15'), +(16020,@Area361,0,'Arthas Tears,Zone 361,Area 361,node 20'), +(16023,@Area361,0,'Arthas Tears,Zone 361,Area 361,node 21'), +(16024,@Area361,0,'Arthas Tears,Zone 361,Area 361,node 22'), +(16031,@Area361,0,'Sungrass,Zone 361,Area 361,node 24'), +(16062,@Area361,0,'Sungrass,Zone 361,Area 361,node 25'), +(16073,@Area361,0,'Sungrass,Zone 361,Area 361,node 26'), +(16074,@Area361,0,'Sungrass,Zone 361,Area 361,node 27'), +(16091,@Area361,0,'Sungrass,Zone 361,Area 361,node 29'), +(16156,@Area361,0,'Sungrass,Zone 361,Area 361,node 31'), +(16177,@Area361,0,'Sungrass,Zone 361,Area 361,node 33'), +(16259,@Area361,0,'Sungrass,Zone 361,Area 361,node 36'), +(16451,@Area361,0,'Gromsblood,Zone 361,Area 361,node 39'), +(16452,@Area361,0,'Gromsblood,Zone 361,Area 361,node 40'), +(16455,@Area361,0,'Gromsblood,Zone 361,Area 361,node 41'), +(16459,@Area361,0,'Gromsblood,Zone 361,Area 361,node 42'), +(16460,@Area361,0,'Gromsblood,Zone 361,Area 361,node 43'), +(16461,@Area361,0,'Gromsblood,Zone 361,Area 361,node 44'), +(16466,@Area361,0,'Gromsblood,Zone 361,Area 361,node 46'), +(16467,@Area361,0,'Gromsblood,Zone 361,Area 361,node 47'), +(16469,@Area361,0,'Gromsblood,Zone 361,Area 361,node 49'), +(16471,@Area361,0,'Gromsblood,Zone 361,Area 361,node 51'), +(16483,@Area361,0,'Gromsblood,Zone 361,Area 361,node 55'), +(16484,@Area361,0,'Gromsblood,Zone 361,Area 361,node 56'), +(16485,@Area361,0,'Gromsblood,Zone 361,Area 361,node 57'), +(16487,@Area361,0,'Gromsblood,Zone 361,Area 361,node 59'), +(16492,@Area361,0,'Gromsblood,Zone 361,Area 361,node 64'), +(16493,@Area361,0,'Gromsblood,Zone 361,Area 361,node 65'), +(16494,@Area361,0,'Gromsblood,Zone 361,Area 361,node 66'), +(16495,@Area361,0,'Gromsblood,Zone 361,Area 361,node 67'), +(16496,@Area361,0,'Gromsblood,Zone 361,Area 361,node 68'), +(16505,@Area361,0,'Gromsblood,Zone 361,Area 361,node 71'), +(16507,@Area361,0,'Gromsblood,Zone 361,Area 361,node 73'), +(16508,@Area361,0,'Gromsblood,Zone 361,Area 361,node 74'), +(16509,@Area361,0,'Gromsblood,Zone 361,Area 361,node 75'), +(16512,@Area361,0,'Gromsblood,Zone 361,Area 361,node 76'), +(16514,@Area361,0,'Gromsblood,Zone 361,Area 361,node 78'), +(16516,@Area361,0,'Gromsblood,Zone 361,Area 361,node 79'), +(16520,@Area361,0,'Gromsblood,Zone 361,Area 361,node 82'), +(16525,@Area361,0,'Gromsblood,Zone 361,Area 361,node 85'), +(16528,@Area361,0,'Gromsblood,Zone 361,Area 361,node 86'), +(16532,@Area361,0,'Gromsblood,Zone 361,Area 361,node 89'), +(16542,@Area361,0,'Gromsblood,Zone 361,Area 361,node 92'), +(18966,@Area361,0,'Golden Sansam,Zone 361,Area 361,node 97'), +(18975,@Area361,0,'Golden Sansam,Zone 361,Area 361,node 99'), +(19002,@Area361,0,'Golden Sansam,Zone 361,Area 361,node 103'), +(19028,@Area361,0,'Golden Sansam,Zone 361,Area 361,node 104'), +(19036,@Area361,0,'Golden Sansam,Zone 361,Area 361,node 105'), +(19253,@Area361,0,'Golden Sansam,Zone 361,Area 361,node 124'), +(19276,@Area361,0,'Dreamfoil,Zone 361,Area 361,node 125'), +(19307,@Area361,0,'Dreamfoil,Zone 361,Area 361,node 126'), +(19360,@Area361,0,'Dreamfoil,Zone 361,Area 361,node 130'), +(19377,@Area361,0,'Dreamfoil,Zone 361,Area 361,node 131'), +(19379,@Area361,0,'Dreamfoil,Zone 361,Area 361,node 132'), +(19382,@Area361,0,'Dreamfoil,Zone 361,Area 361,node 135'), +(19409,@Area361,0,'Dreamfoil,Zone 361,Area 361,node 138'), +(19412,@Area361,0,'Dreamfoil,Zone 361,Area 361,node 139'), +(19447,@Area361,0,'Dreamfoil,Zone 361,Area 361,node 144'), +(19459,@Area361,0,'Dreamfoil,Zone 361,Area 361,node 148'), +(19461,@Area361,0,'Dreamfoil,Zone 361,Area 361,node 149'), +(19462,@Area361,0,'Dreamfoil,Zone 361,Area 361,node 150'), +(19463,@Area361,0,'Dreamfoil,Zone 361,Area 361,node 151'), +(19486,@Area361,0,'Dreamfoil,Zone 361,Area 361,node 154'), +(19521,@Area361,0,'Dreamfoil,Zone 361,Area 361,node 159'), +(19545,@Area361,0,'Dreamfoil,Zone 361,Area 361,node 161'), +(19561,@Area361,0,'Dreamfoil,Zone 361,Area 361,node 165'), +(19562,@Area361,0,'Dreamfoil,Zone 361,Area 361,node 166'), +(19623,@Area361,0,'Dreamfoil,Zone 361,Area 361,node 172'), +(19631,@Area361,0,'Dreamfoil,Zone 361,Area 361,node 173'), +(19655,@Area361,0,'Dreamfoil,Zone 361,Area 361,node 177'), +(19892,@Area361,0,'Plaguebloom,Zone 361,Area 361,node 183'), +(19945,@Area361,0,'Plaguebloom,Zone 361,Area 361,node 193'), +(20005,@Area361,0,'Plaguebloom,Zone 361,Area 361,node 208'), +(20037,@Area361,0,'Plaguebloom,Zone 361,Area 361,node 220'), +(20039,@Area361,0,'Plaguebloom,Zone 361,Area 361,node 222'), +(20066,@Area361,0,'Plaguebloom,Zone 361,Area 361,node 231'), +(20067,@Area361,0,'Plaguebloom,Zone 361,Area 361,node 232'), +(20068,@Area361,0,'Plaguebloom,Zone 361,Area 361,node 233'), +(20076,@Area361,0,'Plaguebloom,Zone 361,Area 361,node 234'), +(20131,@Area361,0,'Plaguebloom,Zone 361,Area 361,node 242'), +(16473,@Rest,0,'Gromsblood,Zone 361,Area 1761,node 52'), +(16530,@Rest,0,'Gromsblood,Zone 361,Area 1761,node 88'), +(19098,@Rest,0,'Golden Sansam,Zone 361,Area 1761,node 110'), +(19997,@Rest,0,'Plaguebloom,Zone 361,Area 1761,node 206'), +(19998,@Rest,0,'Plaguebloom,Zone 361,Area 1761,node 207'), +(20078,@Rest,0,'Plaguebloom,Zone 361,Area 1761,node 235'), +(16535,@Rest,0,'Gromsblood,Zone 361,Area 1762,node 90'), +(18986,@Rest,0,'Golden Sansam,Zone 361,Area 1762,node 100'), +(19043,@Rest,0,'Golden Sansam,Zone 361,Area 1762,node 106'), +(19070,@Rest,0,'Golden Sansam,Zone 361,Area 1762,node 108'), +(19575,@Rest,0,'Dreamfoil,Zone 361,Area 1762,node 169'), +(19576,@Rest,0,'Dreamfoil,Zone 361,Area 1762,node 170'), +(19827,@Rest,0,'Mountain Silversage,Zone 361,Area 1762,node 179'), +(20098,@Rest,0,'Plaguebloom,Zone 361,Area 1762,node 238'), +(15953,@Area1763,0,'Arthas Tears,Zone 361,Area 1763,node 1'), +(15960,@Area1763,0,'Arthas Tears,Zone 361,Area 1763,node 4'), +(15976,@Area1763,0,'Arthas Tears,Zone 361,Area 1763,node 8'), +(15978,@Area1763,0,'Arthas Tears,Zone 361,Area 1763,node 9'), +(16018,@Area1763,0,'Arthas Tears,Zone 361,Area 1763,node 19'), +(16157,@Area1763,0,'Sungrass,Zone 361,Area 1763,node 32'), +(16203,@Area1763,0,'Sungrass,Zone 361,Area 1763,node 34'), +(16474,@Area1763,0,'Gromsblood,Zone 361,Area 1763,node 53'), +(16480,@Area1763,0,'Gromsblood,Zone 361,Area 1763,node 54'), +(16500,@Area1763,0,'Gromsblood,Zone 361,Area 1763,node 69'), +(16524,@Area1763,0,'Gromsblood,Zone 361,Area 1763,node 84'), +(16536,@Area1763,0,'Gromsblood,Zone 361,Area 1763,node 91'), +(19001,@Area1763,0,'Golden Sansam,Zone 361,Area 1763,node 102'), +(19111,@Area1763,0,'Golden Sansam,Zone 361,Area 1763,node 112'), +(19154,@Area1763,0,'Golden Sansam,Zone 361,Area 1763,node 117'), +(19380,@Area1763,0,'Dreamfoil,Zone 361,Area 1763,node 133'), +(19580,@Area1763,0,'Dreamfoil,Zone 361,Area 1763,node 171'), +(19660,@Area1763,0,'Dreamfoil,Zone 361,Area 1763,node 178'), +(19985,@Area1763,0,'Plaguebloom,Zone 361,Area 1763,node 204'), +(16513,@Rest,0,'Gromsblood,Zone 361,Area 1764,node 77'), +(16518,@Rest,0,'Gromsblood,Zone 361,Area 1764,node 80'), +(16519,@Rest,0,'Gromsblood,Zone 361,Area 1764,node 81'), +(16522,@Rest,0,'Gromsblood,Zone 361,Area 1764,node 83'), +(16529,@Rest,0,'Gromsblood,Zone 361,Area 1764,node 87'), +(19381,@Rest,0,'Dreamfoil,Zone 361,Area 1765,node 134'), +(19635,@Rest,0,'Dreamfoil,Zone 361,Area 1765,node 174'), +(20040,@Rest,0,'Plaguebloom,Zone 361,Area 1765,node 223'), +(15995,@Area1766,0,'Arthas Tears,Zone 361,Area 1766,node 11'), +(16009,@Area1766,0,'Arthas Tears,Zone 361,Area 1766,node 16'), +(16016,@Area1766,0,'Arthas Tears,Zone 361,Area 1766,node 18'), +(16231,@Area1766,0,'Sungrass,Zone 361,Area 1766,node 35'), +(18998,@Area1766,0,'Golden Sansam,Zone 361,Area 1766,node 101'), +(19399,@Area1766,0,'Dreamfoil,Zone 361,Area 1766,node 137'), +(19500,@Area1766,0,'Dreamfoil,Zone 361,Area 1766,node 157'), +(19962,@Area1766,0,'Plaguebloom,Zone 361,Area 1766,node 198'), +(19964,@Area1766,0,'Plaguebloom,Zone 361,Area 1766,node 199'), +(19983,@Area1766,0,'Plaguebloom,Zone 361,Area 1766,node 202'), +(20022,@Area1766,0,'Plaguebloom,Zone 361,Area 1766,node 216'), +(20023,@Area1766,0,'Plaguebloom,Zone 361,Area 1766,node 217'), +(20024,@Area1766,0,'Plaguebloom,Zone 361,Area 1766,node 218'), +(20048,@Area1766,0,'Plaguebloom,Zone 361,Area 1766,node 224'), +(20049,@Area1766,0,'Plaguebloom,Zone 361,Area 1766,node 225'), +(20050,@Area1766,0,'Plaguebloom,Zone 361,Area 1766,node 226'), +(20095,@Area1766,0,'Plaguebloom,Zone 361,Area 1766,node 237'), +(15962,@Area1767,0,'Arthas Tears,Zone 361,Area 1767,node 5'), +(16025,@Area1767,0,'Arthas Tears,Zone 361,Area 1767,node 23'), +(16284,@Area1767,0,'Sungrass,Zone 361,Area 1767,node 37'), +(16285,@Area1767,0,'Sungrass,Zone 361,Area 1767,node 38'), +(18948,@Area1767,0,'Golden Sansam,Zone 361,Area 1767,node 95'), +(19076,@Area1767,0,'Golden Sansam,Zone 361,Area 1767,node 109'), +(19106,@Area1767,0,'Golden Sansam,Zone 361,Area 1767,node 111'), +(19130,@Area1767,0,'Golden Sansam,Zone 361,Area 1767,node 114'), +(19131,@Area1767,0,'Golden Sansam,Zone 361,Area 1767,node 115'), +(19132,@Area1767,0,'Golden Sansam,Zone 361,Area 1767,node 116'), +(19167,@Area1767,0,'Golden Sansam,Zone 361,Area 1767,node 118'), +(19177,@Area1767,0,'Golden Sansam,Zone 361,Area 1767,node 119'), +(19187,@Area1767,0,'Golden Sansam,Zone 361,Area 1767,node 120'), +(19236,@Area1767,0,'Golden Sansam,Zone 361,Area 1767,node 122'), +(19391,@Area1767,0,'Dreamfoil,Zone 361,Area 1767,node 136'), +(19413,@Area1767,0,'Dreamfoil,Zone 361,Area 1767,node 140'), +(19432,@Area1767,0,'Dreamfoil,Zone 361,Area 1767,node 143'), +(19449,@Area1767,0,'Dreamfoil,Zone 361,Area 1767,node 145'), +(19450,@Area1767,0,'Dreamfoil,Zone 361,Area 1767,node 146'), +(19451,@Area1767,0,'Dreamfoil,Zone 361,Area 1767,node 147'), +(19485,@Area1767,0,'Dreamfoil,Zone 361,Area 1767,node 153'), +(19487,@Area1767,0,'Dreamfoil,Zone 361,Area 1767,node 155'), +(19515,@Area1767,0,'Dreamfoil,Zone 361,Area 1767,node 158'), +(19539,@Area1767,0,'Dreamfoil,Zone 361,Area 1767,node 160'), +(19546,@Area1767,0,'Dreamfoil,Zone 361,Area 1767,node 162'), +(19547,@Area1767,0,'Dreamfoil,Zone 361,Area 1767,node 163'), +(19572,@Area1767,0,'Dreamfoil,Zone 361,Area 1767,node 167'), +(19574,@Area1767,0,'Dreamfoil,Zone 361,Area 1767,node 168'), +(19638,@Area1767,0,'Dreamfoil,Zone 361,Area 1767,node 175'), +(19651,@Area1767,0,'Dreamfoil,Zone 361,Area 1767,node 176'), +(19917,@Area1767,0,'Plaguebloom,Zone 361,Area 1767,node 187'), +(19959,@Area1767,0,'Plaguebloom,Zone 361,Area 1767,node 196'), +(19965,@Area1767,0,'Plaguebloom,Zone 361,Area 1767,node 200'), +(19974,@Area1767,0,'Plaguebloom,Zone 361,Area 1767,node 201'), +(19984,@Area1767,0,'Plaguebloom,Zone 361,Area 1767,node 203'), +(20006,@Area1767,0,'Plaguebloom,Zone 361,Area 1767,node 209'), +(20007,@Area1767,0,'Plaguebloom,Zone 361,Area 1767,node 210'), +(20008,@Area1767,0,'Plaguebloom,Zone 361,Area 1767,node 211'), +(20009,@Area1767,0,'Plaguebloom,Zone 361,Area 1767,node 212'), +(20052,@Area1767,0,'Plaguebloom,Zone 361,Area 1767,node 227'), +(20065,@Area1767,0,'Plaguebloom,Zone 361,Area 1767,node 230'), +(20090,@Area1767,0,'Plaguebloom,Zone 361,Area 1767,node 236'), +(20106,@Area1767,0,'Plaguebloom,Zone 361,Area 1767,node 239'), +(20107,@Area1767,0,'Plaguebloom,Zone 361,Area 1767,node 240'), +(20117,@Area1767,0,'Plaguebloom,Zone 361,Area 1767,node 241'), +(16501,@Rest,0,'Gromsblood,Zone 361,Area 1769,node 70'), +(16543,@Rest,0,'Gromsblood,Zone 361,Area 1769,node 93'), +(18967,@Rest,0,'Golden Sansam,Zone 361,Area 1998,node 98'), +(19118,@Rest,0,'Golden Sansam,Zone 361,Area 1998,node 113'), +(19414,@Rest,0,'Dreamfoil,Zone 361,Area 1998,node 141'), +(19415,@Rest,0,'Dreamfoil,Zone 361,Area 1998,node 142'), +(19878,@Rest,0,'Plaguebloom,Zone 361,Area 1998,node 180'), +(19879,@Rest,0,'Plaguebloom,Zone 361,Area 1998,node 181'), +(19919,@Rest,0,'Plaguebloom,Zone 361,Area 1998,node 188'), +(19961,@Rest,0,'Plaguebloom,Zone 361,Area 1998,node 197'), +(15997,@Rest,0,'Arthas Tears,Zone 361,Area 2478,node 12'), +(16489,@Rest,0,'Gromsblood,Zone 361,Area 2478,node 61'), +(19231,@Rest,0,'Golden Sansam,Zone 361,Area 2478,node 121'), +(19317,@Rest,0,'Dreamfoil,Zone 361,Area 2478,node 127'), +(19347,@Rest,0,'Dreamfoil,Zone 361,Area 2478,node 129'), +(19930,@Rest,0,'Plaguebloom,Zone 361,Area 2478,node 192'), +(19995,@Rest,0,'Plaguebloom,Zone 361,Area 2478,node 205'), +(20019,@Rest,0,'Plaguebloom,Zone 361,Area 2478,node 213'), +(20020,@Rest,0,'Plaguebloom,Zone 361,Area 2478,node 214'), +(20021,@Rest,0,'Plaguebloom,Zone 361,Area 2478,node 215'), +(19950,@Rest,0,'Plaguebloom,Zone 361,Area 2479,node 194'), +(19951,@Rest,0,'Plaguebloom,Zone 361,Area 2479,node 195'), +(16154,@Rest,0,'Sungrass,Zone 361,Area 2480,node 30'), +(19239,@Rest,0,'Golden Sansam,Zone 361,Area 2480,node 123'), +(19927,@Rest,0,'Plaguebloom,Zone 361,Area 2480,node 190'), +(19928,@Rest,0,'Plaguebloom,Zone 361,Area 2480,node 191'), +(20053,@Rest,0,'Plaguebloom,Zone 361,Area 2480,node 228'), +(16468,@Area2481,0,'Gromsblood,Zone 361,Area 2481,node 48'), +(16486,@Area2481,0,'Gromsblood,Zone 361,Area 2481,node 58'), +(16488,@Area2481,0,'Gromsblood,Zone 361,Area 2481,node 60'), +(16490,@Area2481,0,'Gromsblood,Zone 361,Area 2481,node 62'), +(16491,@Area2481,0,'Gromsblood,Zone 361,Area 2481,node 63'), +(18965,@Area2481,0,'Golden Sansam,Zone 361,Area 2481,node 96'), +(19471,@Area2481,0,'Dreamfoil,Zone 361,Area 2481,node 152'), +(19907,@Area2481,0,'Plaguebloom,Zone 361,Area 2481,node 184'), +(19908,@Area2481,0,'Plaguebloom,Zone 361,Area 2481,node 185'), +(19909,@Area2481,0,'Plaguebloom,Zone 361,Area 2481,node 186'), +(19926,@Area2481,0,'Plaguebloom,Zone 361,Area 2481,node 189'), +(20036,@Area2481,0,'Plaguebloom,Zone 361,Area 2481,node 219'), +(20038,@Area2481,0,'Plaguebloom,Zone 361,Area 2481,node 221'), +(15954,@Area2618,0,'Arthas Tears,Zone 361,Area 2618,node2'), +(16000,@Area2618,0,'Arthas Tears,Zone 361,Area 2618,node 13'), +(16010,@Area2618,0,'Arthas Tears,Zone 361,Area 2618,node 17'), +(16088,@Area2618,0,'Sungrass,Zone 361,Area 2618,node 28'), +(16465,@Area2618,0,'Gromsblood,Zone 361,Area 2618,node 45'), +(16470,@Area2618,0,'Gromsblood,Zone 361,Area 2618,node 50'), +(16506,@Area2618,0,'Gromsblood,Zone 361,Area 2618,node 72'), +(16545,@Area2618,0,'Gromsblood,Zone 361,Area 2618,node 94'), +(19055,@Area2618,0,'Golden Sansam,Zone 361,Area 2618,node 107'), +(19320,@Area2618,0,'Dreamfoil,Zone 361,Area 2618,node 128'), +(19488,@Area2618,0,'Dreamfoil,Zone 361,Area 2618,node 156'), +(19557,@Area2618,0,'Dreamfoil,Zone 361,Area 2618,node 164'), +(19888,@Area2618,0,'Plaguebloom,Zone 361,Area 2618,node 182'), +(20061,@Area2618,0,'Plaguebloom,Zone 361,Area 2618,node 229'); diff --git a/sql/old/3.3.5a/2011_05_20_04_world_pool_template.sql b/sql/old/3.3.5a/2011_05_20_04_world_pool_template.sql new file mode 100644 index 00000000000..58e62767263 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_20_04_world_pool_template.sql @@ -0,0 +1,188 @@ +SET @Rest := 821; -- Leftover area (41 nodes) +SET @Area405 := @Rest+1; -- Area 405 (40 nodes) +SET @Area596 := @Rest+2; -- Area 596 (18 nodes) +SET @Area598 := @Rest+3; -- Area 598 (20 nodes) +SET @Area602 := @Rest+4; -- Area 602 (27 nodes) +SET @Area607 := @Rest+5; -- Area 607 (22 nodes) + +DELETE FROM `pool_template` WHERE `entry` BETWEEN @Rest AND @Rest+6 ; +INSERT INTO `pool_template` (`entry`,`max_limit`,`description`) VALUES +(@Rest ,10, 'Master Herbs Zone 405 Leftover Areas (10 out of 41 nodes)'), +(@Area405,8, 'Master Herbs Zone 405 Leftover Areas (8 out of 40 nodes)'), +(@Area596,4, 'Master Herbs Zone 405 Leftover Areas (4 out of 18 nodes)'), +(@Area598,5, 'Master Herbs Zone 405 Leftover Areas (5 out of 20 nodes)'), +(@Area602,5, 'Master Herbs Zone 405 Leftover Areas (5 out of 27 nodes)'), +(@Area607,5, 'Master Herbs Zone 405 Leftover Areas (5 out of 22 nodes)'); + +DELETE FROM `pool_gameobject` WHERE `pool_entry` BETWEEN @REST AND @REST+5 ; +INSERT INTO `pool_gameobject` (`guid`,`pool_entry`,`chance`,`description`) VALUES +-- node s are numbered based on GUID, comment shows area and type +-- Pooled per area for more randomness +(3126,@Area405,0,'Bruiseweed,Zone 405,405,node 14'), +(3196,@Area405,0,'Bruiseweed,Zone 405,405,node 16'), +(3197,@Area405,0,'Bruiseweed,Zone 405,405,node 17'), +(3198,@Area405,0,'Bruiseweed,Zone 405,405,node 18'), +(3393,@Area405,0,'Bruiseweed,Zone 405,405,node 25'), +(3588,@Area405,0,'Bruiseweed,Zone 405,405,node 32'), +(3707,@Area405,0,'Bruiseweed,Zone 405,405,node 36'), +(3814,@Area405,0,'Bruiseweed,Zone 405,405,node 44'), +(3939,@Area405,0,'Wild Steelbloom,Zone 405,405,node 47'), +(4200,@Area405,0,'Wild Steelbloom,Zone 405,405,node 51'), +(4206,@Area405,0,'Wild Steelbloom,Zone 405,405,node 52'), +(4226,@Area405,0,'Wild Steelbloom,Zone 405,405,node 53'), +(4251,@Area405,0,'Wild Steelbloom,Zone 405,405,node 54'), +(4286,@Area405,0,'Kingsblood,Zone 405,405,node 55'), +(4316,@Area405,0,'Kingsblood,Zone 405,405,node 56'), +(4334,@Area405,0,'Kingsblood,Zone 405,405,node 57'), +(4338,@Area405,0,'Kingsblood,Zone 405,405,node 58'), +(4340,@Area405,0,'Kingsblood,Zone 405,405,node 59'), +(4358,@Area405,0,'Kingsblood,Zone 405,405,node 60'), +(4389,@Area405,0,'Kingsblood,Zone 405,405,node 62'), +(4398,@Area405,0,'Kingsblood,Zone 405,405,node 63'), +(4400,@Area405,0,'Kingsblood,Zone 405,405,node 64'), +(7336,@Area405,0,'Liferoot,Zone 405,405,node 80'), +(7491,@Area405,0,'Liferoot,Zone 405,405,node 86'), +(16475,@Area405,0,'Gromsblood,Zone 405,405,node 112'), +(18619,@Area405,0,'Wild Steelbloom,Zone 405,405,node 126'), +(18624,@Area405,0,'Kingsblood,Zone 405,405,node 129'), +(18680,@Area405,0,'Grave Moss,Zone 405,405,node 133'), +(29185,@Area405,0,'Liferoot,Zone 405,405,node 135'), +(29186,@Area405,0,'Liferoot,Zone 405,405,node 136'), +(34170,@Area405,0,'Kingsblood,Zone 405,405,node 147'), +(63344,@Area405,0,'Bruiseweed,Zone 405,405,node 151'), +(63386,@Area405,0,'Kingsblood,Zone 405,405,node 152'), +(63410,@Area405,0,'Grave Moss,Zone 405,405,node 153'), +(65114,@Area405,0,'Kingsblood,Zone 405,405,node 155'), +(86317,@Area405,0,'Kingsblood,Zone 405,405,node 158'), +(86348,@Area405,0,'Grave Moss,Zone 405,405,node 160'), +(86827,@Area405,0,'Liferoot,Zone 405,405,node 162'), +(86835,@Area405,0,'Liferoot,Zone 405,405,node 163'), +(87282,@Area405,0,'Grave Moss,Zone 405,405,node 167'), +(4437,@Area596,0,'Grave Moss,Zone 405,596,node 65'), +(4441,@Area596,0,'Grave Moss,Zone 405,596,node 66'), +(4443,@Area596,0,'Grave Moss,Zone 405,596,node 67'), +(4451,@Area596,0,'Grave Moss,Zone 405,596,node 68'), +(4468,@Area596,0,'Grave Moss,Zone 405,596,node 69'), +(4476,@Area596,0,'Grave Moss,Zone 405,596,node 70'), +(4477,@Area596,0,'Grave Moss,Zone 405,596,node 71'), +(4481,@Area596,0,'Grave Moss,Zone 405,596,node 72'), +(4487,@Area596,0,'Grave Moss,Zone 405,596,node 73'), +(4489,@Area596,0,'Grave Moss,Zone 405,596,node 74'), +(4495,@Area596,0,'Grave Moss,Zone 405,596,node 75'), +(4499,@Area596,0,'Grave Moss,Zone 405,596,node 76'), +(4503,@Area596,0,'Grave Moss,Zone 405,596,node 77'), +(4505,@Area596,0,'Grave Moss,Zone 405,596,node 78'), +(4507,@Area596,0,'Grave Moss,Zone 405,596,node 79'), +(86350,@Area596,0,'Grave Moss,Zone 405,596,node 161'), +(87272,@Area596,0,'Kingsblood,Zone 405,596,node 165'), +(87483,@Area596,0,'Grave Moss,Zone 405,596,node 168'), +(4388,@Area598,0,'Kingsblood,Zone 405,598,node 61'), +(8252,@Area598,0,'Stranglekelp,Zone 405,598,node 87'), +(8257,@Area598,0,'Stranglekelp,Zone 405,598,node 88'), +(8258,@Area598,0,'Stranglekelp,Zone 405,598,node 89'), +(8326,@Area598,0,'Stranglekelp,Zone 405,598,node 91'), +(8340,@Area598,0,'Stranglekelp,Zone 405,598,node 92'), +(8352,@Area598,0,'Stranglekelp,Zone 405,598,node 93'), +(8357,@Area598,0,'Stranglekelp,Zone 405,598,node 94'), +(8397,@Area598,0,'Stranglekelp,Zone 405,598,node 95'), +(8398,@Area598,0,'Stranglekelp,Zone 405,598,node 96'), +(8503,@Area598,0,'Stranglekelp,Zone 405,598,node 99'), +(8528,@Area598,0,'Stranglekelp,Zone 405,598,node 100'), +(18620,@Area598,0,'Wild Steelbloom,Zone 405,598,node 127'), +(29195,@Area598,0,'Stranglekelp,Zone 405,598,node 138'), +(29198,@Area598,0,'Stranglekelp,Zone 405,598,node 139'), +(29199,@Area598,0,'Stranglekelp,Zone 405,598,node 140'), +(29201,@Area598,0,'Stranglekelp,Zone 405,598,node 142'), +(29202,@Area598,0,'Stranglekelp,Zone 405,598,node 143'), +(29203,@Area598,0,'Stranglekelp,Zone 405,598,node 144'), +(87274,@Area598,0,'Kingsblood,Zone 405,598,node 166'), +(2920,@Area602,0,'Bruiseweed,Zone 405,602,node 1'), +(2921,@Area602,0,'Bruiseweed,Zone 405,602,node 2'), +(2953,@Area602,0,'Bruiseweed,Zone 405,602,node 4'), +(3083,@Area602,0,'Bruiseweed,Zone 405,602,node 10'), +(3156,@Area602,0,'Bruiseweed,Zone 405,602,node 15'), +(3203,@Area602,0,'Bruiseweed,Zone 405,602,node 19'), +(3771,@Area602,0,'Bruiseweed,Zone 405,602,node 40'), +(3772,@Area602,0,'Bruiseweed,Zone 405,602,node 41'), +(3790,@Area602,0,'Bruiseweed,Zone 405,602,node 43'), +(7464,@Area602,0,'Liferoot,Zone 405,602,node 84'), +(7469,@Area602,0,'Liferoot,Zone 405,602,node 85'), +(16458,@Area602,0,'Gromsblood,Zone 405,602,node 110'), +(16464,@Area602,0,'Gromsblood,Zone 405,602,node 111'), +(16498,@Area602,0,'Gromsblood,Zone 405,602,node 113'), +(16502,@Area602,0,'Gromsblood,Zone 405,602,node 114'), +(16510,@Area602,0,'Gromsblood,Zone 405,602,node 115'), +(16523,@Area602,0,'Gromsblood,Zone 405,602,node 116'), +(16533,@Area602,0,'Gromsblood,Zone 405,602,node 117'), +(16537,@Area602,0,'Gromsblood,Zone 405,602,node 118'), +(16538,@Area602,0,'Gromsblood,Zone 405,602,node 119'), +(16539,@Area602,0,'Gromsblood,Zone 405,602,node 120'), +(16540,@Area602,0,'Gromsblood,Zone 405,602,node 121'), +(16541,@Area602,0,'Gromsblood,Zone 405,602,node 122'), +(16544,@Area602,0,'Gromsblood,Zone 405,602,node 123'), +(28646,@Area602,0,'Liferoot,Zone 405,602,node 134'), +(34831,@Area602,0,'Bruiseweed,Zone 405,602,node 150'), +(86143,@Area602,0,'Gromsblood,Zone 405,602,node 156'), +(2936,@Area607,0,'Bruiseweed,Zone 405,607,node 3'), +(2972,@Area607,0,'Bruiseweed,Zone 405,607,node 5'), +(2973,@Area607,0,'Bruiseweed,Zone 405,607,node 6'), +(3003,@Area607,0,'Bruiseweed,Zone 405,607,node 8'), +(3221,@Area607,0,'Bruiseweed,Zone 405,607,node 20'), +(3251,@Area607,0,'Bruiseweed,Zone 405,607,node 21'), +(3430,@Area607,0,'Bruiseweed,Zone 405,607,node 26'), +(3431,@Area607,0,'Bruiseweed,Zone 405,607,node 27'), +(3432,@Area607,0,'Bruiseweed,Zone 405,607,node 28'), +(3665,@Area607,0,'Bruiseweed,Zone 405,607,node 35'), +(3860,@Area607,0,'Bruiseweed,Zone 405,607,node 45'), +(3861,@Area607,0,'Bruiseweed,Zone 405,607,node 46'), +(16427,@Area607,0,'Ghost Mushroom,Zone 405,607,node 104'), +(16432,@Area607,0,'Ghost Mushroom,Zone 405,607,node 105'), +(16440,@Area607,0,'Ghost Mushroom,Zone 405,607,node 106'), +(16441,@Area607,0,'Ghost Mushroom,Zone 405,607,node 107'), +(16444,@Area607,0,'Ghost Mushroom,Zone 405,607,node 108'), +(16446,@Area607,0,'Ghost Mushroom,Zone 405,607,node 109'), +(18214,@Area607,0,'Ghost Mushroom,Zone 405,607,node 124'), +(34185,@Area607,0,'Ghost Mushroom,Zone 405,607,node 148'), +(34187,@Area607,0,'Bruiseweed,Zone 405,607,node 149'), +(86288,@Area607,0,'Bruiseweed,Zone 405,607,node 157'), +(3123,@Rest,0,'Bruiseweed,Zone 405,603,node 11'), +(3124,@Rest,0,'Bruiseweed,Zone 405,603,node 12'), +(3125,@Rest,0,'Bruiseweed,Zone 405,603,node 13'), +(3320,@Rest,0,'Bruiseweed,Zone 405,603,node 22'), +(3363,@Rest,0,'Bruiseweed,Zone 405,603,node 23'), +(3364,@Rest,0,'Bruiseweed,Zone 405,603,node 24'), +(3566,@Rest,0,'Bruiseweed,Zone 405,603,node 30'), +(3577,@Rest,0,'Bruiseweed,Zone 405,603,node 31'), +(3622,@Rest,0,'Bruiseweed,Zone 405,603,node 34'), +(3718,@Rest,0,'Bruiseweed,Zone 405,603,node 38'), +(3720,@Rest,0,'Bruiseweed,Zone 405,603,node 39'), +(18617,@Rest,0,'Bruiseweed,Zone 405,603,node 125'), +(18621,@Rest,0,'Wild Steelbloom,Zone 405,603,node 128'), +(7362,@Rest,0,'Liferoot,Zone 405,604,node 81'), +(7437,@Rest,0,'Liferoot,Zone 405,604,node 82'), +(7458,@Rest,0,'Liferoot,Zone 405,604,node 83'), +(29188,@Rest,0,'Liferoot,Zone 405,604,node 137'), +(3990,@Rest,0,'Wild Steelbloom,Zone 405,609,node 48'), +(4063,@Rest,0,'Wild Steelbloom,Zone 405,609,node 49'), +(18676,@Rest,0,'Grave Moss,Zone 405,609,node 131'), +(65072,@Rest,0,'Wild Steelbloom,Zone 405,609,node 154'), +(29200,@Rest,0,'Stranglekelp,Zone 405,2324,node 141'), +(4086,@Rest,0,'Wild Steelbloom,Zone 405,2404,node 50'), +(8542,@Rest,0,'Stranglekelp,Zone 405,2405,node 101'), +(8543,@Rest,0,'Stranglekelp,Zone 405,2405,node 102'), +(8557,@Rest,0,'Stranglekelp,Zone 405,2405,node 103'), +(8272,@Rest,0,'Stranglekelp,Zone 405,2408,node 90'), +(8404,@Rest,0,'Stranglekelp,Zone 405,2408,node 97'), +(8447,@Rest,0,'Stranglekelp,Zone 405,2408,node 98'), +(3773,@Rest,0,'Bruiseweed,Zone 405,2617,node 42'), +(18625,@Rest,0,'Kingsblood,Zone 405,2617,node 130'), +(18677,@Rest,0,'Grave Moss,Zone 405,2657,node 132'), +(2979,@Rest,0,'Bruiseweed,Zone 405,599,node 7'), +(3078,@Rest,0,'Bruiseweed,Zone 405,599,node 9'), +(3501,@Rest,0,'Bruiseweed,Zone 405,599,node 29'), +(3599,@Rest,0,'Bruiseweed,Zone 405,599,node 33'), +(3717,@Rest,0,'Bruiseweed,Zone 405,599,node 37'), +(34165,@Rest,0,'Bruiseweed,Zone 405,599,node 145'), +(34168,@Rest,0,'Wild Steelbloom,Zone 405,599,node 146'), +(86326,@Rest,0,'Kingsblood,Zone 405,599,node 159'), +(87250,@Rest,0,'Bruiseweed,Zone 405,599,node 164'); diff --git a/sql/old/3.3.5a/2011_05_20_05_world_creature_template.sql b/sql/old/3.3.5a/2011_05_20_05_world_creature_template.sql new file mode 100644 index 00000000000..39905251742 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_20_05_world_creature_template.sql @@ -0,0 +1,2 @@ +-- Fix InhabitType for Mana Snapper (Netherstorm) +UPDATE `creature_template` SET `InhabitType`=4 WHERE `entry`=18883; diff --git a/sql/old/3.3.5a/2011_05_21_01_world_conditions.sql b/sql/old/3.3.5a/2011_05_21_01_world_conditions.sql new file mode 100644 index 00000000000..fc3e748a9de --- /dev/null +++ b/sql/old/3.3.5a/2011_05_21_01_world_conditions.sql @@ -0,0 +1,9 @@ +DELETE FROM `conditions` WHERE `SourceEntry` IN (62385,62386,62387,62521,62525,62524); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`ErrorTextId`,`ScriptName`,`Comment`) +VALUES +(13,0,62385,0,18,1,32906,0,0,'','Brightleaf\'s Essence'), +(13,0,62386,0,18,1,32906,0,0,'','Stonebarks\'s Essence'), +(13,0,62387,0,18,1,32906,0,0,'','Ironbranch\'s Essence'), +(13,0,62521,0,18,1,32906,0,0,'','Attuned to Nature 25 Dose Reduction'), +(13,0,62524,0,18,1,32906,0,0,'','Attuned to Nature 2 Dose Reduction'), +(13,0,62525,0,18,1,32906,0,0,'','Attuned to Nature 10 Dose Reduction');
\ No newline at end of file diff --git a/sql/old/3.3.5a/2011_05_21_01_world_instance_misc.sql b/sql/old/3.3.5a/2011_05_21_01_world_instance_misc.sql new file mode 100644 index 00000000000..442cef8d3f9 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_21_01_world_instance_misc.sql @@ -0,0 +1,24 @@ +-- Trigger flag +UPDATE `creature_template` SET `flags_extra`=`flags_extra`|128 WHERE `entry`=34129; + +-- Delete NPC which is not supposed to be here +DELETE FROM `creature` WHERE `guid`=136607; + +-- Immunity +UPDATE `creature_template` SET `mechanic_immune_mask`=650854239 WHERE `entry`=32906; + +-- Spell Difficulties +DELETE FROM `spelldifficulty_dbc` WHERE `id` BETWEEN 3240 AND 3250; +INSERT INTO `spelldifficulty_dbc` (`id`,`spellid0`,`spellid1`,`spellid2`,`spellid3`) +VALUES +(3240,63169,63549,0,0), -- Ulduar: Corrupted Servitor - Petrify Joints +(3241,63082,63559,0,0), -- Ulduar: Misguided Nymph - Bind Life +(3242,63111,63562,0,0), -- Ulduar: Misguided Nymph - Frost Spear +(3243,63136,63564,0,0), -- Ulduar: Misguided Nymph - Winter's Embrace +(3244,63047,63550,0,0), -- Ulduar: Guardian Lasher - Guardian's Lash +(3245,63242,63556,0,0), -- Ulduar: Mangrove Ent - Nourish +(3246,63241,63554,0,0), -- Ulduar: Mangrove Ent - Tranquility +(3247,63240,63553,0,0), -- Ulduar: Ironroot Lasher - Ironroot Thorns +(3248,63247,63568,0,0), -- Ulduar: Nature's Blade - Living Tsunami +(3249,63226,63551,0,0), -- Ulduar: Guardian of Life - Poison Breath +(3250,64587,64650,0,0); -- Ulduar: Nature Bomb - Nature Bomb diff --git a/sql/old/3.3.5a/2011_05_21_01_world_scriptname.sql b/sql/old/3.3.5a/2011_05_21_01_world_scriptname.sql new file mode 100644 index 00000000000..a6e054f6899 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_21_01_world_scriptname.sql @@ -0,0 +1,15 @@ +UPDATE `creature_template` SET `ScriptName`='boss_freya' WHERE `entry`=32906; +UPDATE `creature_template` SET `ScriptName`='boss_elder_brightleaf' WHERE `entry`=32915; +UPDATE `creature_template` SET `ScriptName`='boss_elder_ironbranch' WHERE `entry`=32913; +UPDATE `creature_template` SET `ScriptName`='boss_elder_stonebark' WHERE `entry`=32914; +UPDATE `creature_template` SET `ScriptName`='npc_ancient_conservator' WHERE `entry`=33203; +UPDATE `creature_template` SET `ScriptName`='npc_snaplasher' WHERE `entry`=32916; +UPDATE `creature_template` SET `ScriptName`='npc_storm_lasher' WHERE `entry`=32919; +UPDATE `creature_template` SET `ScriptName`='npc_ancient_water_spirit' WHERE `entry`=33202; +UPDATE `creature_template` SET `ScriptName`='npc_detonating_lasher' WHERE `entry`=32918; +UPDATE `creature_template` SET `ScriptName`='npc_sun_beam' WHERE `entry`=33170; +UPDATE `creature_template` SET `ScriptName`='npc_nature_bomb' WHERE `entry`=34129; +UPDATE `creature_template` SET `ScriptName`='npc_eonars_gift' WHERE `entry`=33228; +UPDATE `creature_template` SET `ScriptName`='npc_healthy_spore' WHERE `entry`=33215; +UPDATE `creature_template` SET `ScriptName`='npc_unstable_sun_beam' WHERE `entry`=33050; +UPDATE `creature_template` SET `ScriptName`='npc_iron_roots' WHERE `entry` IN (33088,33168);
\ No newline at end of file diff --git a/sql/old/3.3.5a/2011_05_21_01_world_spell_script_names.sql b/sql/old/3.3.5a/2011_05_21_01_world_spell_script_names.sql new file mode 100644 index 00000000000..a10ad9fa53c --- /dev/null +++ b/sql/old/3.3.5a/2011_05_21_01_world_spell_script_names.sql @@ -0,0 +1,6 @@ +DELETE FROM `spell_script_names` WHERE `spell_id` IN (62519,65158,65160); +INSERT INTO `spell_script_names` +VALUES +(62519, 'spell_freya_attuned_to_nature'), +(65158, 'spell_freya_iron_roots'), +(65160, 'spell_freya_iron_roots');
\ No newline at end of file diff --git a/sql/old/3.3.5a/2011_05_21_02_world_creature_misc.sql b/sql/old/3.3.5a/2011_05_21_02_world_creature_misc.sql new file mode 100644 index 00000000000..71542b7f101 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_21_02_world_creature_misc.sql @@ -0,0 +1,6 @@ +UPDATE `creature_template` SET `unit_flags`=`unit_flags`&~0x02000100 WHERE `entry` IN (37007,38031); + +DELETE FROM `creature_template_addon` WHERE `entry` IN (37007,38031); +INSERT INTO `creature_template_addon` (`entry`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES +(37007,0,0x0000000,0,0,'70733'), +(38031,0,0x0000000,0,0,'70733'); diff --git a/sql/old/3.3.5a/2011_05_21_02_world_spell_script_names.sql b/sql/old/3.3.5a/2011_05_21_02_world_spell_script_names.sql new file mode 100644 index 00000000000..b2e1da16dea --- /dev/null +++ b/sql/old/3.3.5a/2011_05_21_02_world_spell_script_names.sql @@ -0,0 +1,8 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_icc_stoneform'; +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_icc_sprit_alarm'; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(70733, 'spell_icc_stoneform'), +(70546, 'spell_icc_sprit_alarm'), +(70536, 'spell_icc_sprit_alarm'), +(70545, 'spell_icc_sprit_alarm'), +(70547, 'spell_icc_sprit_alarm'); diff --git a/sql/old/3.3.5a/2011_05_21_03_world_creature_text.sql b/sql/old/3.3.5a/2011_05_21_03_world_creature_text.sql new file mode 100644 index 00000000000..5bc4efe975b --- /dev/null +++ b/sql/old/3.3.5a/2011_05_21_03_world_creature_text.sql @@ -0,0 +1,5 @@ +DELETE FROM `creature_text` WHERE `entry`=37007; +INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`comment`) VALUES +(37007,0,0, 'The master''s sanctum has been disturbed!',1,0,0,0,0,16865, 'Deathbound Ward - SAY_TRAP_ACTIVATE'), +(37007,0,1, 'I... awaken!',1,0,0,0,0,16866, 'Deathbound Ward - SAY_TRAP_ACTIVATE'), +(37007,0,2, 'Who... goes there...?',1,0,0,0,0,16867, 'Deathbound Ward - SAY_TRAP_ACTIVATE'); diff --git a/sql/old/3.3.5a/2011_05_22_00_world_creatures.sql b/sql/old/3.3.5a/2011_05_22_00_world_creatures.sql new file mode 100644 index 00000000000..8a78e554b48 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_22_00_world_creatures.sql @@ -0,0 +1,13 @@ +SET @Zul = 23863; -- Zul'jin (ZA) +UPDATE `creature_template` SET `speed_walk`=2.4,`speed_run`=2.14286 WHERE `entry`=@Zul; +UPDATE `creature_model_info` SET `bounding_radius`=1.566,`combat_reach`=3.6,`gender`=0 WHERE `modelid`=21899; +DELETE FROM `creature_template_addon` WHERE `entry`=@Zul; +INSERT INTO `creature_template_addon` (`entry`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES +(@Zul,0,0,1,0, NULL); + +/* should this be set by core script or DB? +SET @EquiEntry = XXX; -- (creature_equip_template.entry - need 1) +UPDATE `creature_template` SET `equipment_id`=@EquiEntry WHERE `entry`=@Zul; +DELETE FROM `creature_equip_template` WHERE `entry`=@EquiEntry; +INSERT INTO `creature_equip_template` (`entry`,`equipentry1`,`equipentry2`,`equipentry3`) VALUES +(@EquiEntry,33975,0,0);*/ diff --git a/sql/old/3.3.5a/2011_05_22_01_world_misc.sql b/sql/old/3.3.5a/2011_05_22_01_world_misc.sql new file mode 100644 index 00000000000..b33e39433d7 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_22_01_world_misc.sql @@ -0,0 +1,91 @@ +/* Ruby Sanctum template updates */ +SET @EquiEntry = 2466; -- (creature_equip_template.entry - need 7) + +-- Template +UPDATE `creature_template` SET `exp`=2,`equipment_id`=@EquiEntry+0 WHERE `entry`=39746; -- General Zarithrian +UPDATE `creature_template` SET `exp`=2 WHERE `entry`=39747; -- Saviana Ragefire +UPDATE `creature_template` SET `exp`=2,`equipment_id`=@EquiEntry+1 WHERE `entry`=39751; -- Baltharus the Warborn +UPDATE `creature_template` SET `exp`=2,`minlevel`=80,`maxlevel`=80,`unit_flags`=`unit_flags`|0x2000000,`speed_run`=0.99206 WHERE `entry`=39794; -- Zarithrian Spawn Stalker +UPDATE `creature_template` SET `exp`=2,`baseattacktime`=2000,`unit_flags`=`unit_flags`|0x8000,`equipment_id`=@EquiEntry+2 WHERE `entry`=39814; -- Onyx Flamecaller (flying) +UPDATE `creature_template` SET `baseattacktime`=1500,`unit_flags`=`unit_flags`|0x8040 WHERE `entry`=39863; -- Halion +UPDATE `creature_template` SET `exp`=2,`baseattacktime`=2000,`unit_flags`=`unit_flags`|0x40,`equipment_id`=@EquiEntry+1 WHERE `entry`=39899; -- Baltharus the Warborn (clone) +UPDATE `creature_template` SET `exp`=2,`unit_flags`=`unit_flags`|0x2000000,`unit_class`=1 WHERE `entry`=40001; -- Combustion +UPDATE `creature_template` SET `unit_flags`=`unit_flags`|0x2000000,`unit_class`=2 WHERE `entry`=40029; -- Meteor Strike +UPDATE `creature_template` SET `unit_flags`=`unit_flags`|0x2000000,`unit_class`=2 WHERE `entry`=40041; -- Meteor Strike +UPDATE `creature_template` SET `unit_flags`=`unit_flags`|0x2000000,`unit_class`=2 WHERE `entry`=40042; -- Meteor Strike +UPDATE `creature_template` SET `unit_flags`=`unit_flags`|0x2000000,`unit_class`=2 WHERE `entry`=40043; -- Meteor Strike +UPDATE `creature_template` SET `unit_flags`=`unit_flags`|0x2000000,`unit_class`=2 WHERE `entry`=40044; -- Meteor Strike +UPDATE `creature_template` SET `unit_flags`=`unit_flags`|0x2000000,`unit_class`=2 WHERE `entry`=40055; -- Meteor Strike +UPDATE `creature_template` SET `exp`=2,`baseattacktime`=2000,`unit_flags`=`unit_flags`|0x2000100,`speed_run`=0.42857 WHERE `entry`=40081; -- Orb Carrier (vehicle) +UPDATE `creature_template` SET `exp`=2,`baseattacktime`=2000,`unit_flags`=`unit_flags`|0x2000000,`speed_run`=0.85714 WHERE `entry`=40083; -- Shadow Orb +UPDATE `creature_template` SET `baseattacktime`=2000,`unit_flags`=`unit_flags`|0x2000100,`speed_run`=0.78571 WHERE `entry`=40091; -- Orb Rotation Focus +UPDATE `creature_template` SET `exp`=2,`baseattacktime`=2000,`unit_flags`=`unit_flags`|0x2000000,`speed_run`=0.85714 WHERE `entry`=40100; -- Shadow Orb +UPDATE `creature_template` SET `exp`=2,`baseattacktime`=1500,`unit_flags`=`unit_flags`|0x88840,`dynamicflags`=`dynamicflags`|0xC WHERE `entry`=40142; -- Halion (P2) +UPDATE `creature_template` SET `unit_flags`=`unit_flags`|0x2000100 WHERE `entry`=40146; -- Halion Controller +UPDATE `creature_template` SET `exp`=2,`baseattacktime`=2000,`unit_flags`=`unit_flags`|0x8040,`equipment_id`=@EquiEntry+3,`unit_class`=8 WHERE `entry`=40417; -- Charscale Invoker +UPDATE `creature_template` SET `exp`=2,`baseattacktime`=2000,`unit_flags`=`unit_flags`|0x8040,`equipment_id`=@EquiEntry+4 WHERE `entry`=40419; -- Charscale Assaulter +UPDATE `creature_template` SET `exp`=2,`baseattacktime`=1250,`unit_flags`=`unit_flags`|0x8040,`equipment_id`=@EquiEntry+5 WHERE `entry`=40421; -- Charscale Elite +UPDATE `creature_template` SET `exp`=2,`baseattacktime`=2000,`unit_flags`=`unit_flags`|0x8040,`equipment_id`=@EquiEntry+6 WHERE `entry`=40423; -- Charscale Commander +UPDATE `creature_template` SET `exp`=2,`unit_flags`=`unit_flags`|0x8000,`unit_class`=8 WHERE `entry`=40429; -- Sanctum Guardian Xerestrasza +UPDATE `creature_template` SET `exp`=2,`unit_flags`=`unit_flags`|0x22040300 WHERE `entry`=40626; -- Ruby Drakonid +UPDATE `creature_template` SET `exp`=2,`unit_flags`=`unit_flags`|0x22040300 WHERE `entry`=40627; -- Ruby Drake +UPDATE `creature_template` SET `exp`=2,`unit_flags`=`unit_flags`|0x22040300 WHERE `entry`=40628; -- Ruby Scalebane +UPDATE `creature_template` SET `exp`=2,`unit_flags`=`unit_flags`|0x22040300 WHERE `entry`=40870; -- Ruby Dragon + +-- Equips +DELETE FROM `creature_equip_template` WHERE `entry` BETWEEN @EquiEntry AND @EquiEntry+6; +INSERT INTO `creature_equip_template` (`entry`,`itemEntry1`,`itemEntry2`,`itemEntry3`) VALUES +(@EquiEntry+0,43111,0,0), +(@EquiEntry+1,28365,0,0), +(@EquiEntry+2,19355,0,0), +(@EquiEntry+3,43114,0,0), +(@EquiEntry+4,5597,0,0), +(@EquiEntry+5,49737,49737,0), +(@EquiEntry+6,40608,0,0); + +-- Model +UPDATE `creature_model_info` SET `bounding_radius`=1.75,`combat_reach`=1,`gender`=0 WHERE `modelid`=32179; -- General Zarithrian +UPDATE `creature_model_info` SET `bounding_radius`=2.625,`combat_reach`=5.25,`gender`=1 WHERE `modelid`=31577; -- Saviana Ragefire +UPDATE `creature_model_info` SET `bounding_radius`=3,`combat_reach`=9,`gender`=0 WHERE `modelid`=31761; -- Baltharus the Warborn +UPDATE `creature_model_info` SET `bounding_radius`=1.8,`combat_reach`=1,`gender`=2 WHERE `modelid`=31952; -- Halion +UPDATE `creature_model_info` SET `bounding_radius`=2,`combat_reach`=4,`gender`=2 WHERE `modelid`=16946; -- Combustion +UPDATE `creature_model_info` SET `bounding_radius`=1.5,`combat_reach`=5,`gender`=0 WHERE `modelid`=14308; -- Charscale Assaulter +UPDATE `creature_model_info` SET `bounding_radius`=0.67025,`combat_reach`=2.625,`gender`=1 WHERE `modelid`=31962; -- Sanctum Guardian Xerestrasza +UPDATE `creature_model_info` SET `bounding_radius`=1.875,`combat_reach`=6.25,`gender`=0 WHERE `modelid`=32105; -- Ruby Drakonid +UPDATE `creature_model_info` SET `bounding_radius`=3.75,`combat_reach`=4.375,`gender`=0 WHERE `modelid`=32104; -- Ruby Scalebane +UPDATE `creature_model_info` SET `bounding_radius`=1,`combat_reach`=1,`gender`=1 WHERE `modelid`=2718; -- Ruby Dragon + +-- Addon +UPDATE `creature_template_addon` SET `bytes1`=0,`bytes2`=0x1,`mount`=0,`emote`=0,`auras`='29266' WHERE `entry`=40626; -- Ruby Drakonid (Permanent Feing Death) +UPDATE `creature_template_addon` SET `bytes1`=0,`bytes2`=0x1,`mount`=0,`emote`=0,`auras`='29266' WHERE `entry`=40627; -- Ruby Drake (Permanent Feing Death) +UPDATE `creature_template_addon` SET `bytes1`=0,`bytes2`=0x1,`mount`=0,`emote`=0,`auras`='29266' WHERE `entry`=40628; -- Ruby Scalebane (Permanent Feing Death) +UPDATE `creature_template_addon` SET `bytes1`=0,`bytes2`=0x1,`mount`=0,`emote`=0,`auras`='29266' WHERE `entry`=40870; -- Ruby Dragon (Permanent Feing Death) +DELETE FROM `creature_template_addon` WHERE `entry` IN (39746,39747,39751,39794,39814,39863,40001,40029,40041,40042,40043,40044,40055,40081,40083,40091,40100,40142,40146,40417,40419,40421,40423,40429); +INSERT INTO `creature_template_addon` (`entry`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES +(39746,0,0,0x1,0, NULL), -- General Zarithrian +(39747,0,0,0x1,0, NULL), -- Saviana Ragefire +(39751,0,0,0x1,0, NULL), -- Baltharus the Warborn +(39794,0,0,0x1,0, NULL), -- Zarithrian Spawn Stalker +(39814,0,0,0x1,0, NULL), -- Onyx Flamecaller +(39863,0,0,0x1,0, NULL), -- Halion +(40001,0,0,0x1,0, NULL), -- Combustion +(40029,0,0,0x1,0, NULL), -- Meteor Strike +(40041,0,0,0x1,0, NULL), -- Meteor Strike +(40042,0,0,0x1,0, NULL), -- Meteor Strike +(40043,0,0,0x1,0, NULL), -- Meteor Strike +(40044,0,0,0x1,0, NULL), -- Meteor Strike +(40055,0,0,0x1,0, NULL), -- Meteor Strike +(40081,0,0x3000000,0x1,0, NULL), -- Orb Carrier +(40083,0,0x2000000,0x1,0, NULL), -- Shadow Orb +(40091,0,0,0x1,0, NULL), -- Orb Rotation Focus +(40100,0,0x2000000,0x1,0, NULL), -- Shadow Orb +(40142,0,0,0x1,0, NULL), -- Halion +(40146,0,0,0x1,0, NULL), -- Halion Controller +(40417,0,0,0x1,0, NULL), -- Charscale Invoker +(40419,0,0,0x1,0, NULL), -- Charscale Assaulter +(40421,0,0,0x1,0, NULL), -- Charscale Elite +(40423,0,0,0x1,0, NULL), -- Charscale Commander +(40429,0,0,0x1,0, NULL); -- Sanctum Guardian Xerestrasza + +-- GOs +UPDATE `gameobject_template` SET `flags`=`flags`|0x30 WHERE `entry`=203007; -- Ruby Sanctum Halion Flame Ring diff --git a/sql/old/3.3.5a/2011_05_22_02_world_sai.sql b/sql/old/3.3.5a/2011_05_22_02_world_sai.sql new file mode 100644 index 00000000000..1419b0f4bbd --- /dev/null +++ b/sql/old/3.3.5a/2011_05_22_02_world_sai.sql @@ -0,0 +1,10 @@ +SET @Valkyr = 38391; -- Val'kyr Guardian +UPDATE `creature_template` SET `unit_flags`=`unit_flags`|0x8000,`AIName`='SmartAI' WHERE `entry`=@Valkyr; -- unk_15 +UPDATE `creature_model_info` SET `bounding_radius`=0.124,`combat_reach`=1.6,`gender`=1 WHERE `modelid`=31181; +DELETE FROM `creature_template_addon` WHERE `entry`=@Valkyr; +INSERT INTO `creature_template_addon` (`entry`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES +(@Valkyr,0,50331648,1,0, NULL); + +DELETE FROM `smart_scripts` WHERE `entryorguid`=@Valkyr; +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 +(@Valkyr,0,0,0,25,0,100,0,0,0,0,0,58,1,71841,1500,2500,45,0,1,0,0,0,0,0,0,0, 'Val''kyr Guardian - On reset install AI template caster - Cast Smite every 1.5/2.5 seconds'); diff --git a/sql/old/3.3.5a/2011_05_22_03_world_gameobject_template.sql b/sql/old/3.3.5a/2011_05_22_03_world_gameobject_template.sql new file mode 100644 index 00000000000..95599753c90 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_22_03_world_gameobject_template.sql @@ -0,0 +1 @@ +UPDATE `gameobject_template` SET `flags`=`flags`|32,`faction`=35 WHERE `entry`=195527; -- Argent Coliseum Floor diff --git a/sql/old/3.3.5a/2011_05_22_04_world_creature_text.sql b/sql/old/3.3.5a/2011_05_22_04_world_creature_text.sql new file mode 100644 index 00000000000..6056cccdbc4 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_22_04_world_creature_text.sql @@ -0,0 +1,17 @@ +DELETE FROM `creature_text` WHERE `entry` IN (37007,37491,37493,37494,37495); +INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`comment`) VALUES +(37007,0,0, 'The master''s sanctum has been disturbed!',14,0,0,0,0,16865, 'Deathbound Ward - SAY_TRAP_ACTIVATE'), +(37007,0,1, 'I... awaken!',14,0,0,0,0,16866, 'Deathbound Ward - SAY_TRAP_ACTIVATE'), +(37007,0,2, 'Who... goes there...?',14,0,0,0,0,16867, 'Deathbound Ward - SAY_TRAP_ACTIVATE'), +(37491,1,0, 'You miserable fools never did manage to select a decent bat wing.',14,0,0,0,0,16587, 'Captain Arnath - SAY_ARNATH_RESURRECTED'), +(37491,2,0, 'THAT was for bringing me spoiled spider ichor!',14,0,0,0,0,16588, 'Captain Arnath - SAY_ARNATH_KILL'), +(37491,3,0, 'Don''t... let Finklestein use me... for his potions...',14,0,0,0,0,16589, 'Captain Arnath - SAY_ARNATH_SECOND_DEATH'), +(37493,1,0, 'What? This strength...? All of the pain is gone! You... must join me in the eternal embrace of death!',14,0,0,0,0,16811, 'Captain Brandon - SAY_BRANDON_RESURRECTED'), +(37493,2,0, 'It doesn''t hurt anymore, does it?',14,0,0,0,0,16812, 'Captain Brandon - SAY_BRANDON_KILL'), +(37493,3,0, 'I''m sorry...',14,0,0,0,0,16813, 'Captain Brandon - SAY_BRANDON_SECOND_DEATH'), +(37494,1,0, 'No! Why was I denied a death by flame? You must all BURN!',14,0,0,0,0,16845, 'Captain Grondel - SAY_GRONDEL_RESURRECTED'), +(37494,2,0, 'Can you feel the burn?',14,0,0,0,0,16846, 'Captain Grondel - SAY_GRONDEL_KILL'), +(37494,3,0, 'What... have I done? No!',14,0,0,0,0,16847, 'Captain Grondel - SAY_GRONDEL_SECOND_DEATH'), +(37495,1,0, 'There is no escaping the Lich King''s will. Prepare for an explosive encounter!',14,0,0,0,0,16999, 'Captain Rupert - SAY_RUPERT_RESURRECTED'), +(37495,2,0, 'So that''s what happens when you stand too close to a bomb!',14,0,0,0,0,17000, 'Captain Rupert - SAY_RUPERT_KILL'), +(37495,3,0, 'What an... explosive ending!',14,0,0,0,0,17001, 'Captain Rupert - SAY_RUPERT_SECOND_DEATH'); diff --git a/sql/old/3.3.5a/2011_05_22_05_world_sai.sql b/sql/old/3.3.5a/2011_05_22_05_world_sai.sql new file mode 100644 index 00000000000..faa9478aa74 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_22_05_world_sai.sql @@ -0,0 +1,12 @@ +SET @Valkyr = 38391; +DELETE FROM `creature_ai_scripts` WHERE `creature_id` IN (@Valkyr,@Valkyr+1); -- 9 scripts + +UPDATE `creature_template` SET `AIName`='SmartAI',`exp`=2,`minlevel`=80,`maxlevel`=80,`baseattacktime`=2000,`unit_flags`=`unit_flags`|0x8000,`speed_walk`=2.8,`speed_run`=1.07143 WHERE `entry`=@Valkyr+1; -- Val'kyr Protector + +DELETE FROM `creature_template_addon` WHERE `entry`=@Valkyr+1; +INSERT INTO `creature_template_addon` (`entry`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES +(@Valkyr+1,0,0x3000000,0x801,0, NULL); -- Val'kyr Protector + +DELETE FROM `smart_scripts` WHERE `entryorguid`=@Valkyr+1; +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 +(@Valkyr+1,0,0,0,25,0,100,0,0,0,0,0,58,1,71842,1500,2500,45,0,1,0,0,0,0,0,0,0, 'Val''kyr Protector - On reset install AI template caster - Cast Smite (Rank 12) every 1.5/2.5 seconds'); diff --git a/sql/old/3.3.5a/2011_05_22_06_world_creature_template.sql b/sql/old/3.3.5a/2011_05_22_06_world_creature_template.sql new file mode 100644 index 00000000000..f4579e58ef2 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_22_06_world_creature_template.sql @@ -0,0 +1,6 @@ +UPDATE `creature_template` SET `speed_run`=1.71429 WHERE `entry`=29598; -- Icefang +UPDATE `creature_template` SET `spell1`=54897, `spell2`=54907, `spell3`=54788 WHERE `entry`=29602; -- Icefang +-- Last spell (spell3) shouldn't be show to the client, core implementation of vehicle spells needs to change. +DELETE FROM `creature_template_addon` WHERE `entry`=29598; +INSERT INTO `creature_template_addon` (`entry`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES +(29598,0,0,1,0, NULL); -- Icefang diff --git a/sql/old/3.3.5a/2011_05_22_07_world_misc.sql b/sql/old/3.3.5a/2011_05_22_07_world_misc.sql new file mode 100644 index 00000000000..0f4eb84ffab --- /dev/null +++ b/sql/old/3.3.5a/2011_05_22_07_world_misc.sql @@ -0,0 +1,6 @@ +UPDATE `creature_text` SET `type`=14 WHERE `type`=1; -- 9 rows changed +UPDATE `creature_text` SET `type`=16 WHERE `type`=2; -- 1 row changed + +-- Fix unrelated DB errors +UPDATE `creature_template` SET `unit_class`=8 WHERE `entry`=40418; +DELETE FROM `creature_addon` WHERE `guid`=136607; diff --git a/sql/old/3.3.5a/2011_05_22_08_world_spell_proc_event.sql b/sql/old/3.3.5a/2011_05_22_08_world_spell_proc_event.sql new file mode 100644 index 00000000000..7ff1d90e5e2 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_22_08_world_spell_proc_event.sql @@ -0,0 +1,2 @@ +-- Eradication should not have internal cooldown +UPDATE `spell_proc_event` SET `Cooldown`=0 WHERE `entry` IN (47195,47196,47197); diff --git a/sql/old/3.3.5a/2011_05_23_00_world_spell_dbc.sql b/sql/old/3.3.5a/2011_05_23_00_world_spell_dbc.sql new file mode 100644 index 00000000000..c221046df54 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_23_00_world_spell_dbc.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_dbc` WHERE `Id`=25042; +INSERT INTO `spell_dbc` (`Id`,`Dispel`,`Mechanic`,`Attributes`,`AttributesEx`,`AttributesEx2`,`AttributesEx3`,`AttributesEx4`,`AttributesEx5`,`Stances`,`StancesNot`,`Targets`,`CastingTimeIndex`,`AuraInterruptFlags`,`ProcFlags`,`ProcChance`,`ProcCharges`,`MaxLevel`,`BaseLevel`,`SpellLevel`,`DurationIndex`,`RangeIndex`,`StackAmount`,`EquippedItemClass`,`EquippedItemSubClassMask`,`EquippedItemInventoryTypeMask`,`Effect1`,`Effect2`,`Effect3`,`EffectDieSides1`,`EffectDieSides2`,`EffectDieSides3`,`EffectRealPointsPerLevel1`,`EffectRealPointsPerLevel2`,`EffectRealPointsPerLevel3`,`EffectBasePoints1`,`EffectBasePoints2`,`EffectBasePoints3`,`EffectMechanic1`,`EffectMechanic2`,`EffectMechanic3`,`EffectImplicitTargetA1`,`EffectImplicitTargetA2`,`EffectImplicitTargetA3`,`EffectImplicitTargetB1`,`EffectImplicitTargetB2`,`EffectImplicitTargetB3`,`EffectRadiusIndex1`,`EffectRadiusIndex2`,`EffectRadiusIndex3`,`EffectApplyAuraName1`,`EffectApplyAuraName2`,`EffectApplyAuraName3`,`EffectAmplitude1`,`EffectAmplitude2`,`EffectAmplitude3`,`EffectMultipleValue1`,`EffectMultipleValue2`,`EffectMultipleValue3`,`EffectMiscValue1`,`EffectMiscValue2`,`EffectMiscValue3`,`EffectMiscValueB1`,`EffectMiscValueB2`,`EffectMiscValueB3`,`EffectTriggerSpell1`,`EffectTriggerSpell2`,`EffectTriggerSpell3`,`EffectSpellClassMaskA1`,`EffectSpellClassMaskA2`,`EffectSpellClassMaskA3`,`EffectSpellClassMaskB1`,`EffectSpellClassMaskB2`,`EffectSpellClassMaskB3`,`EffectSpellClassMaskC1`,`EffectSpellClassMaskC2`,`EffectSpellClassMaskC3`,`MaxTargetLevel`,`SpellFamilyName`,`SpellFamilyFlags1`,`SpellFamilyFlags2`,`SpellFamilyFlags3`,`MaxAffectedTargets`,`DmgClass`,`PreventionType`,`DmgMultiplier1`,`DmgMultiplier2`,`DmgMultiplier3`,`AreaGroupId`,`SchoolMask`,`Comment`) VALUES +(25042,0,0,384,268435592,4,0,0,0,0,0,0,1,0,0,101,0,0,0,0,29,1,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,12,0,0,4,0,0,0,0,0,0,0,0,0,0,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,0,0,0,0, 'Triggerspell - Mark of Nature'); diff --git a/sql/old/3.3.5a/2011_05_24_00_world_sai.sql b/sql/old/3.3.5a/2011_05_24_00_world_sai.sql new file mode 100644 index 00000000000..ceb87c7b63a --- /dev/null +++ b/sql/old/3.3.5a/2011_05_24_00_world_sai.sql @@ -0,0 +1,16 @@ +SET @ENTRY := 27853; +SET @GUID := 115101; + +-- Remove old EAI and replace with proper SAI +DELETE FROM `creature_ai_scripts` WHERE `id`=2785301; +UPDATE `creature_template` SET `AIName`= 'SmartAI' WHERE `entry`=@ENTRY; + +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (@ENTRY,-109577,-109576,-109573); +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,3000,3000,3000,3000,11,49731,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Projections and Plans Kill Credit Bunny - OOC - Cast Projections and Plans: Kill Credit on self'), +(-109577,0,0,0,1,0,100,1,1000,1000,30000,30000,11,46906,2,0,0,0,0,10,@GUID,@ENTRY,0,0,0,0,0, 'Surge Needle Sorcerer - OOC - Cast Surge Needle Beam'), +(-109577,0,1,0,0,0,100,0,3000,4000,3000,5000,11,51797,0,0,0,0,0,2,0,0,0,0,0,0,0, 'Surge Needle Sorcerer - Combat - Cast Arcane Blast on victim'), +(-109576,0,0,0,1,0,100,1,1000,1000,30000,30000,11,46906,2,0,0,0,0,10,@GUID,@ENTRY,0,0,0,0,0, 'Surge Needle Sorcerer - OOC - Cast Surge Needle Beam'), +(-109576,0,1,0,0,0,100,0,3000,4000,3000,5000,11,51797,0,0,0,0,0,2,0,0,0,0,0,0,0, 'Surge Needle Sorcerer - Combat - Cast Arcane Blast on victim'), +(-109573,0,0,0,1,0,100,1,1000,1000,30000,30000,11,46906,2,0,0,0,0,10,@GUID,@ENTRY,0,0,0,0,0, 'Surge Needle Sorcerer - OOC - Cast Surge Needle Beam'), +(-109573,0,1,0,0,0,100,0,3000,4000,3000,5000,11,51797,0,0,0,0,0,2,0,0,0,0,0,0,0, 'Surge Needle Sorcerer - Combat - Cast Arcane Blast on victim'); diff --git a/sql/old/3.3.5a/2011_05_24_01_world_sai.sql b/sql/old/3.3.5a/2011_05_24_01_world_sai.sql new file mode 100644 index 00000000000..13c555f95fe --- /dev/null +++ b/sql/old/3.3.5a/2011_05_24_01_world_sai.sql @@ -0,0 +1,106 @@ +-- Pathing for Stormpeak Wyrm Entry: 29753 +SET @NPC := 101109; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=7171.794,`position_y`=-1623.425,`position_z`=1024.3910 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,7232.853,-1552.436,1018.6120,0,0,0,100,0), +(@PATH,2,7307.723,-1450.282,1031.3350,0,0,0,100,0), +(@PATH,3,7331.675,-1329.285,1071.6680,0,0,0,100,0), +(@PATH,4,7358.584,-1200.453,1095.0840,0,0,0,100,0), +(@PATH,5,7466.604,-1189.773,1087.8350,0,0,0,100,0), +(@PATH,6,7551.937,-1306.039,1036.9180,0,0,0,100,0), +(@PATH,7,7448.903,-1429.033,989.2788,0,0,0,100,0), +(@PATH,8,7265.264,-1460.603,924.7513,0,0,0,100,0), +(@PATH,9,7092.603,-1462.597,1039.6130,0,0,0,100,0), +(@PATH,10,6996.566,-1627.143,1060.5580,0,0,0,100,0), +(@PATH,11,7050.830,-1759.601,1026.4740,0,0,0,100,0), +(@PATH,12,7171.794,-1623.425,1024.3910,0,0,0,100,0); + +-- Pathing for Stormpeak Wyrm Entry: 29753 +SET @NPC := 101111; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=7587.957,`position_y`=-1291.808,`position_z`=991.6395 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,7576.177,-1339.229,991.6395,0,0,0,100,0), +(@PATH,2,7507.776,-1364.563,991.6395,0,0,0,100,0), +(@PATH,3,7462.349,-1304.429,991.6395,0,0,0,100,0), +(@PATH,4,7498.511,-1237.602,991.6395,0,0,0,100,0), +(@PATH,5,7560.044,-1239.629,991.6395,0,0,0,100,0), +(@PATH,6,7587.957,-1291.808,991.6395,0,0,0,100,0); + +-- Pathing for Stormpeak Wyrm Entry: 29753 +SET @NPC := 101112; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=7325.549,`position_y`=-1146.471,`position_z`=1046.3540 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,7422.022,-1135.820,1033.4380,0,0,0,100,0), +(@PATH,2,7518.522,-1237.663,1056.8260,0,0,0,100,0), +(@PATH,3,7501.124,-1449.262,1017.7980,0,0,0,100,0), +(@PATH,4,7376.508,-1303.557,1049.8540,0,0,0,100,0), +(@PATH,5,7325.549,-1146.471,1046.3540,0,0,0,100,0); + +-- Pathing for Stormpeak Wyrm Entry: 29753 +SET @NPC := 101121; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=7306.776,`position_y`=-1409.522,`position_z`=1035.3630 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,7403.804,-1456.458,1035.3630,0,0,0,100,0), +(@PATH,2,7468.895,-1421.992,1035.3630,0,0,0,100,0), +(@PATH,3,7499.714,-1349.263,1035.3630,0,0,0,100,0), +(@PATH,4,7436.533,-1280.687,1035.3630,0,0,0,100,0), +(@PATH,5,7396.054,-1281.403,1035.3630,0,0,0,100,0), +(@PATH,6,7298.188,-1334.745,1035.3630,0,0,0,100,0), +(@PATH,7,7306.776,-1409.522,1035.3630,0,0,0,100,0); + +-- Pathing for Stormpeak Wyrm Entry: 29753 +SET @NPC := 101123; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=7505.094,`position_y`=-1216.210,`position_z`=980.8120 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,7458.424,-1438.003,1005.1730,0,0,0,100,0), +(@PATH,2,7528.125,-1725.565,1300.1730,0,0,0,100,0), +(@PATH,3,7422.311,-1569.981,1141.3120,0,0,0,100,0), +(@PATH,4,7330.956,-1412.603,980.8120,0,0,0,100,0), +(@PATH,5,7303.932,-1283.664,980.8120,0,0,0,100,0), +(@PATH,6,7361.022,-1158.353,980.8120,0,0,0,100,0), +(@PATH,7,7505.094,-1216.210,980.8120,0,0,0,100,0); + +-- Pathing for Stormpeak Wyrm Entry: 29753 +SET @NPC := 101124; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=7462.040,`position_y`=-1145.189,`position_z`=1073.3400 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,7534.368,-1192.623,1109.7570,0,0,0,100,0), +(@PATH,2,7491.979,-1297.336,1075.2560,0,0,0,100,0), +(@PATH,3,7435.823,-1388.198,963.8117,0,0,0,100,0), +(@PATH,4,7374.318,-1466.145,951.8396,0,0,0,100,0), +(@PATH,5,7270.311,-1513.188,983.5063,0,0,0,100,0), +(@PATH,6,7186.261,-1542.495,999.2841,0,0,0,100,0), +(@PATH,7,7146.302,-1430.093,1026.7840,0,0,0,100,0), +(@PATH,8,7277.046,-1312.483,941.7841,0,0,0,100,0), +(@PATH,9,7350.680,-1247.736,932.9788,0,0,0,100,0), +(@PATH,10,7462.040,-1145.189,1073.3400,0,0,0,100,0); + +-- Some fixups +UPDATE `creature` SET `spawndist`=0,`MovementType`=0 WHERE `guid` IN (101107,101113,101115,101117); +DELETE FROM `creature` WHERE `guid`=101116; +DELETE FROM `creature_addon` WHERE `guid`=101116; +UPDATE `creature_template` SET `speed_run`=1.25 WHERE `entry`=29753; diff --git a/sql/old/3.3.5a/2011_05_24_02_world_sai.sql b/sql/old/3.3.5a/2011_05_24_02_world_sai.sql new file mode 100644 index 00000000000..4ab808b2422 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_24_02_world_sai.sql @@ -0,0 +1,181 @@ +-- Pathing for Beryl Treasure Hunter Entry: 25353 +SET @NPC := 97322; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3561.386,`position_y`=5473.793,`position_z`=30.31353 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,3557.931,5461.132,32.72385,0,0,0,100,0), +(@PATH,2,3561.386,5473.793,30.31353,0,0,0,100,0), +(@PATH,3,3564.122,5486.128,28.18853,0,0,0,100,0), +(@PATH,4,3570.361,5499.623,27.06404,0,0,0,100,0), +(@PATH,5,3575.282,5511.941,27.06258,0,0,0,100,0), +(@PATH,6,3582.943,5519.652,27.06258,0,0,0,100,0), +(@PATH,7,3597.379,5520.971,27.06258,0,0,0,100,0), +(@PATH,8,3582.943,5519.652,27.06258,0,0,0,100,0), +(@PATH,9,3575.282,5511.941,27.06258,0,0,0,100,0), +(@PATH,10,3570.361,5499.623,27.06404,0,0,0,100,0), +(@PATH,11,3564.122,5486.128,28.18853,0,0,0,100,0), +(@PATH,12,3561.386,5473.793,30.31353,0,0,0,100,0); + +-- Pathing for Beryl Treasure Hunter Entry: 25353 +SET @NPC := 97331; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3664.771,`position_y`=5602.22,`position_z`=32.81259 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,3652.738,5615.229,33.31259,0,0,0,100,0), +(@PATH,2,3664.771,5602.22,32.81259,0,0,0,100,0), +(@PATH,3,3674.368,5584.944,32.89562,0,0,0,100,0), +(@PATH,4,3674.716,5568.044,34.64562,0,0,0,100,0), +(@PATH,5,3678.86,5555.542,36.44348,0,0,0,100,0), +(@PATH,6,3685.907,5546.087,38.06848,0,0,0,100,0), +(@PATH,7,3690.099,5526.772,39.84897,0,0,0,100,0), +(@PATH,8,3685.907,5546.087,38.06848,0,0,0,100,0), +(@PATH,9,3678.86,5555.542,36.44348,0,0,0,100,0), +(@PATH,10,3674.716,5568.044,34.64562,0,0,0,100,0), +(@PATH,11,3674.368,5584.944,32.89562,0,0,0,100,0), +(@PATH,12,3664.771,5602.22,32.81259,0,0,0,100,0); + +-- Pathing for Beryl Treasure Hunter Entry: 25353 +SET @NPC := 97301; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3585.395,`position_y`=5444.673,`position_z`=39.95293 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,3585.856,5453.249,37.95293,0,0,0,100,0), +(@PATH,2,3586.374,5461.863,35.32793,0,0,0,100,0), +(@PATH,3,3585.856,5453.249,37.95293,0,0,0,100,0), +(@PATH,4,3585.395,5444.673,39.95293,0,0,0,100,0), +(@PATH,5,3585.615,5433.987,40.45293,0,0,0,100,0), +(@PATH,6,3585.395,5444.673,39.95293,0,0,0,100,0); + +-- Pathing for Beryl Treasure Hunter Entry: 25353 +SET @NPC := 97276; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3697.089,`position_y`=5631.371,`position_z`=32.76652 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,3698.534,5644.674,32.66938,0,0,0,100,0), +(@PATH,2,3706.474,5658.97,32.38537,0,0,0,100,0), +(@PATH,3,3698.534,5644.674,32.66938,0,0,0,100,0), +(@PATH,4,3697.089,5631.371,32.76652,0,0,0,100,0), +(@PATH,5,3702.564,5621.85,32.72995,0,0,0,100,0), +(@PATH,6,3708.017,5615.569,32.85495,0,0,0,100,0), +(@PATH,7,3716.102,5613.98,33.35495,0,0,0,100,0), +(@PATH,8,3727.071,5621.008,35.35495,0,0,0,100,0), +(@PATH,9,3716.102,5613.98,33.35495,0,0,0,100,0), +(@PATH,10,3708.017,5615.569,32.85495,0,0,0,100,0), +(@PATH,11,3702.564,5621.85,32.72995,0,0,0,100,0), +(@PATH,12,3697.089,5631.371,32.76652,0,0,0,100,0); + +-- Pathing for Beryl Treasure Hunter Entry: 25353 +SET @NPC := 97318; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3548.629,`position_y`=5599.825,`position_z`=50.65398 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,3555.003,5601.37,46.20094,0,0,0,100,0), +(@PATH,2,3564.607,5602.538,37.57594,0,0,0,100,0), +(@PATH,3,3578.939,5601.566,31.57699,0,0,0,100,0), +(@PATH,4,3586.806,5593.127,31.12983,0,0,0,100,0), +(@PATH,5,3592.613,5587.148,30.37983,0,0,0,100,0), +(@PATH,6,3586.806,5593.127,31.12983,0,0,0,100,0), +(@PATH,7,3578.939,5601.566,31.57699,0,0,0,100,0), +(@PATH,8,3564.607,5602.538,37.57594,0,0,0,100,0), +(@PATH,9,3555.003,5601.37,46.20094,0,0,0,100,0), +(@PATH,10,3548.629,5599.825,50.65398,0,0,0,100,0), +(@PATH,11,3543.457,5613.289,52.70094,0,0,0,100,0), +(@PATH,12,3535.345,5628.1,53.57594,0,0,0,100,0), +(@PATH,13,3526.802,5644.103,55.89756,0,0,0,100,0), +(@PATH,14,3535.345,5628.1,53.57594,0,0,0,100,0), +(@PATH,15,3543.457,5613.289,52.70094,0,0,0,100,0), +(@PATH,16,3548.629,5599.825,50.65398,0,0,0,100,0); + +-- Pathing for Beryl Treasure Hunter Entry: 25353 +SET @NPC := 97307; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3534.608,`position_y`=5627.963,`position_z`=53.57594 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,3539.981,5619.029,53.45094,0,0,0,100,0), +(@PATH,2,3546.2,5609.595,51.45094,0,0,0,100,0), +(@PATH,3,3550.636,5602.65,49.20094,0,0,0,100,0), +(@PATH,4,3560.588,5603.686,41.20094,0,0,0,100,0), +(@PATH,5,3567.586,5605.285,35.95199,0,0,0,100,0), +(@PATH,6,3573.637,5605.286,32.70199,0,0,0,100,0), +(@PATH,7,3581.634,5597.975,31.25483,0,0,0,100,0), +(@PATH,8,3587.999,5591.561,31.12983,0,0,0,100,0), +(@PATH,9,3596.174,5584.191,29.25483,0,0,0,100,0), +(@PATH,10,3587.999,5591.561,31.12983,0,0,0,100,0), +(@PATH,11,3581.634,5597.975,31.25483,0,0,0,100,0), +(@PATH,12,3573.637,5605.286,32.70199,0,0,0,100,0), +(@PATH,13,3567.637,5605.286,35.95199,0,0,0,100,0), +(@PATH,14,3560.814,5603.728,41.20094,0,0,0,100,0), +(@PATH,15,3550.873,5602.673,49.20094,0,0,0,100,0), +(@PATH,16,3546.2,5609.595,51.45094,0,0,0,100,0), +(@PATH,17,3539.981,5619.029,53.45094,0,0,0,100,0), +(@PATH,18,3534.608,5627.963,53.57594,0,0,0,100,0), +(@PATH,19,3530.087,5637.976,54.52256,0,0,0,100,0), +(@PATH,20,3527.31,5655.765,58.77256,0,0,0,100,0), +(@PATH,21,3530.087,5637.976,54.52256,0,0,0,100,0), +(@PATH,22,3534.608,5627.963,53.57594,0,0,0,100,0); + +-- Pathing for Beryl Treasure Hunter Entry: 25353 +SET @NPC := 97326; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3513.876,`position_y`=5606.854,`position_z`=63.13185 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,3520.958,5599.072,62.37835,0,0,0,100,0), +(@PATH,2,3526.856,5589.065,62.00335,0,0,0,100,0), +(@PATH,3,3526.894,5567.229,62.87835,0,0,0,100,0), +(@PATH,4,3528.539,5553.205,63.56588,0,0,0,100,0), +(@PATH,5,3530.672,5540.383,65.44087,0,0,0,100,0), +(@PATH,6,3527.634,5519.506,64.80357,0,0,0,100,0), +(@PATH,7,3530.648,5540.28,65.44087,0,0,0,100,0), +(@PATH,8,3528.539,5553.205,63.56588,0,0,0,100,0), +(@PATH,9,3526.894,5567.229,62.87835,0,0,0,100,0), +(@PATH,10,3526.856,5589.065,62.00335,0,0,0,100,0), +(@PATH,11,3520.958,5599.072,62.37835,0,0,0,100,0), +(@PATH,12,3513.876,5606.854,63.13185,0,0,0,100,0), +(@PATH,13,3505.681,5611.771,63.63185,0,0,0,100,0), +(@PATH,14,3502.509,5621.209,64.63185,0,0,0,100,0), +(@PATH,15,3503.642,5628.48,64.50685,0,0,0,100,0), +(@PATH,16,3505.995,5635.619,63.89756,0,0,0,100,0), +(@PATH,17,3505.937,5645.619,62.52256,0,0,0,100,0), +(@PATH,18,3505.995,5635.619,63.89756,0,0,0,100,0), +(@PATH,19,3503.642,5628.48,64.50685,0,0,0,100,0), +(@PATH,20,3502.509,5621.209,64.63185,0,0,0,100,0), +(@PATH,21,3505.681,5611.771,63.63185,0,0,0,100,0), +(@PATH,22,3513.876,5606.854,63.13185,0,0,0,100,0); + +-- Pathing for Beryl Treasure Hunter Entry: 25353 +SET @NPC := 97319; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3517.062,`position_y`=5501.915,`position_z`=63.42858 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,3518.122,5485.379,58.96079,0,0,0,100,0), +(@PATH,2,3522.787,5476,55.96079,0,0,0,100,0), +(@PATH,3,3518.122,5485.379,58.96079,0,0,0,100,0), +(@PATH,4,3517.062,5501.915,63.42858,0,0,0,100,0), +(@PATH,5,3517.615,5510.972,65.17857,0,0,0,100,0), +(@PATH,6,3521.31,5518.627,65.42857,0,0,0,100,0), +(@PATH,7,3517.615,5510.972,65.17857,0,0,0,100,0), +(@PATH,8,3517.062,5501.915,63.42858,0,0,0,100,0); diff --git a/sql/old/3.3.5a/2011_05_24_03_world_creature.sql b/sql/old/3.3.5a/2011_05_24_03_world_creature.sql new file mode 100644 index 00000000000..76a7978f847 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_24_03_world_creature.sql @@ -0,0 +1,41 @@ +-- Add Missing Black Blood of Draenor Spawns to db +SET @GUID := 209032; +DELETE FROM `creature` WHERE `guid` BETWEEN @GUID AND @GUID+36; +INSERT IGNORE INTO `creature` (`guid`,`id`,`map`,`spawnMask`,`phaseMask`,`modelid`,`equipment_id`,`position_x`,`position_y`,`position_z`,`orientation`,`spawntimesecs`,`spawndist`,`currentwaypoint`,`curhealth`,`curmana`,`DeathState`,`MovementType`) VALUES +(@GUID+0,23286,530,1,1,0,0,-4989.68945,533.267,-6.23201227,2.588225,120,5,0,1,0,0,1), +(@GUID+1,23286,530,1,1,0,0,-5008.07764,445.799774,-7.687496,4.848184,120,5,0,1,0,0,1), +(@GUID+2,23286,530,1,1,0,0,-5012.0127,514.3434,-5.042469,5.13465834,120,5,0,1,0,0,1), +(@GUID+3,23286,530,1,1,0,0,-5012.997,549.9415,-4.40564346,1.67378473,120,5,0,1,0,0,1), +(@GUID+4,23286,530,1,1,0,0,-5016.02148,490.971039,-7.866439,4.838478,120,5,0,1,0,0,1), +(@GUID+5,23286,530,1,1,0,0,-5021.433,469.1069,-8.175169,1.2226696,120,5,0,1,0,0,1), +(@GUID+6,23286,530,1,1,0,0,-5024.51563,426.561432,-10.20804,1.11687481,120,5,0,1,0,0,1), +(@GUID+7,23286,530,1,1,0,0,-5025.797,397.633545,-13.0280495,4.00145245,120,5,0,1,0,0,1), +(@GUID+8,23286,530,1,1,0,0,-5036.446,597.1265,18.5822525,0.0929955542,120,5,0,1,0,0,1), +(@GUID+9,23286,530,1,1,0,0,-5048.92041,450.347321,-12.185751,2.29650974,120,5,0,1,0,0,1), +(@GUID+10,23286,530,1,1,0,0,-5051.3457,399.3506,-12.2878532,5.29644632,120,5,0,1,0,0,1), +(@GUID+11,23286,530,1,1,0,0,-5053.088,628.9155,24.1695518,2.795165,120,5,0,1,0,0,1), +(@GUID+12,23286,530,1,1,0,0,-5056.857,296.117645,-7.93896675,3.48118663,120,5,0,1,0,0,1), +(@GUID+13,23286,530,1,1,0,0,-5069.628,423.853058,-11.0079794,6.07293034,120,5,0,1,0,0,1), +(@GUID+14,23286,530,1,1,0,0,-5069.8833,636.1971,30.2196884,5.05358,120,5,0,1,0,0,1), +(@GUID+15,23286,530,1,1,0,0,-5080.326,676.015869,32.9786034,3.00858331,120,5,0,1,0,0,1), +(@GUID+16,23286,530,1,1,0,0,-5085.002,454.966553,-7.321316,1.203854,120,5,0,1,0,0,1), +(@GUID+17,23286,530,1,1,0,0,-5087.409,344.1611,4.08592224,5.54356575,120,5,0,1,0,0,1), +(@GUID+18,23286,530,1,1,0,0,-5087.988,507.385925,-11.2343569,1.80733728,120,5,0,1,0,0,1), +(@GUID+19,23286,530,1,1,0,0,-5088.39746,475.1501,-7.82405758,5.05217171,120,5,0,1,0,0,1), +(@GUID+20,23286,530,1,1,0,0,-5088.81445,645.055237,32.7489166,2.61234975,120,5,0,1,0,0,1), +(@GUID+21,23286,530,1,1,0,0,-5094.403,647.8368,33.02874,5.85462,120,5,0,1,0,0,1), +(@GUID+22,23286,530,1,1,0,0,-5099.644,408.555359,-12.73991,2.38603544,120,5,0,1,0,0,1), +(@GUID+23,23286,530,1,1,0,0,-5102.78174,685.7555,33.9081421,5.558793,120,5,0,1,0,0,1), +(@GUID+24,23286,530,1,1,0,0,-5102.902,443.3057,-7.44998455,0.574597657,120,5,0,1,0,0,1), +(@GUID+25,23286,530,1,1,0,0,-5105.38037,536.0138,-10.526392,5.009346,120,5,0,1,0,0,1), +(@GUID+26,23286,530,1,1,0,0,-5119.125,387.557648,-12.1417027,3.153311,120,5,0,1,0,0,1), +(@GUID+27,23286,530,1,1,0,0,-5131.08838,361.671021,-17.5902081,4.802402,120,5,0,1,0,0,1), +(@GUID+28,23286,530,1,1,0,0,-5133.446,398.5927,-11.155489,3.7525115,120,5,0,1,0,0,1), +(@GUID+29,23286,530,1,1,0,0,-5134.523,424.9907,-10.7020779,2.93014455,120,5,0,1,0,0,1), +(@GUID+30,23286,530,1,1,0,0,-5136.922,466.687683,-13.7564421,2.79966116,120,5,0,1,0,0,1), +(@GUID+31,23286,530,1,1,0,0,-5149.55469,351.741577,-19.33655,0.996007144,120,5,0,1,0,0,1), +(@GUID+32,23286,530,1,1,0,0,-5153.18555,487.3614,-12.2186108,4.57836151,120,5,0,1,0,0,1), +(@GUID+33,23286,530,1,1,0,0,-5170.654,422.92,-10.6833916,0.485873938,120,5,0,1,0,0,1), +(@GUID+34,23286,530,1,1,0,0,-5179.337,369.596924,-20.0646782,1.51201284,120,5,0,1,0,0,1), +(@GUID+35,23286,530,1,1,0,0,-5181.72559,345.638947,-21.1928349,5.528716,120,5,0,1,0,0,1), +(@GUID+36,23286,530,1,1,0,0,-5212.74658,326.250763,-21.8211174,4.56194735,120,5,0,1,0,0,1); diff --git a/sql/old/3.3.5a/2011_05_24_04_world_sai.sql b/sql/old/3.3.5a/2011_05_24_04_world_sai.sql new file mode 100644 index 00000000000..a03325f546d --- /dev/null +++ b/sql/old/3.3.5a/2011_05_24_04_world_sai.sql @@ -0,0 +1,296 @@ +-- Onslaught Warhorse SAI +UPDATE `creature_template` SET `AIName`= 'SmartAI' WHERE `entry` IN (27213,27206); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (27213,27206); +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 +(27213,0,0,0,11,0,100,0,0,0,0,0,12,27206,8,0,0,0,0,1,0,0,0,0,0,0,0,'Onslaught Warhorse - On Spawn - Summon Onslaught Knight'), +(27206,0,0,0,1,0,100,1,500,500,500,500,11,43671,3,0,0,0,0,19,27213,0,0,0,0,0,0,'Onslaught Knight - OOC once - Cast Ride Vehicle on Onslaught Warhorse'); + +-- Remove spawned Onslaught Knights +DELETE FROM `creature_addon` WHERE `guid` IN (Select `guid` FROM `creature` WHERE `id`=27206); +DELETE FROM `creature` WHERE `id`=27206; + +-- Pathing for Onslaught Warhorse Entry: 27213 +SET @NPC := 102716; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2508.58,`position_y`=-290.6462,`position_z`=-0.1427202 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,2519.424,-279.186,-0.7677202,0,0,0,100,0), +(@PATH,2,2530.539,-279.0238,-0.7677202,0,0,0,100,0), +(@PATH,3,2539.442,-270.758,-0.3258755,0,0,0,100,0), +(@PATH,4,2540.027,-251.3916,-0.06487894,0,0,0,100,0), +(@PATH,5,2539.442,-270.758,-0.3258755,0,0,0,100,0), +(@PATH,6,2530.539,-279.0238,-0.7677202,0,0,0,100,0), +(@PATH,7,2519.424,-279.186,-0.7677202,0,0,0,100,0), +(@PATH,8,2508.58,-290.6462,-0.1427202,0,0,0,100,0); + +-- Pathing for Onslaught Warhorse Entry: 27213 +SET @NPC := 102717; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2587.305,`position_y`=-291.1189,`position_z`=3.032966 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,2601.257,-273.5315,1.532966,0,0,0,100,0), +(@PATH,2,2618.792,-253.0176,2.282767,0,0,0,100,0), +(@PATH,3,2633.199,-245.2131,4.532767,0,0,0,100,0), +(@PATH,4,2618.873,-252.9083,2.282767,0,0,0,100,0), +(@PATH,5,2601.339,-273.4219,1.532966,0,0,0,100,0), +(@PATH,6,2587.305,-291.1189,3.032966,0,0,0,100,0), +(@PATH,7,2575.844,-304.2566,3.642326,0,0,0,100,0), +(@PATH,8,2570.643,-318.0563,3.767326,0,0,0,100,0), +(@PATH,9,2571.61,-332.3442,3.767326,0,0,0,100,0), +(@PATH,10,2570.399,-357.3963,3.884323,0,0,0,100,0), +(@PATH,11,2571.61,-332.3442,3.767326,0,0,0,100,0), +(@PATH,12,2570.643,-318.0563,3.767326,0,0,0,100,0), +(@PATH,13,2575.844,-304.2566,3.642326,0,0,0,100,0), +(@PATH,14,2587.305,-291.1189,3.032966,0,0,0,100,0); + +-- Pathing for Onslaught Warhorse Entry: 27213 +SET @NPC := 102719; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2538.552,`position_y`=-475.1394,`position_z`=0.6403183 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,2515.825,-450.3543,0.282984,0,0,0,100,0), +(@PATH,2,2538.552,-475.1394,0.6403183,0,0,0,100,0), +(@PATH,3,2562.629,-487.9083,0.7653183,0,0,0,100,0), +(@PATH,4,2569.465,-510.7032,0.8169425,0,0,0,100,0), +(@PATH,5,2575.739,-523.7434,1.191942,0,0,0,100,0), +(@PATH,6,2601.065,-534.6965,0.9285774,0,0,0,100,0), +(@PATH,7,2575.739,-523.7434,1.191942,0,0,0,100,0), +(@PATH,8,2569.465,-510.7032,0.8169425,0,0,0,100,0), +(@PATH,9,2562.629,-487.9083,0.7653183,0,0,0,100,0), +(@PATH,10,2538.552,-475.1394,0.6403183,0,0,0,100,0); + +-- Pathing for Onslaught Warhorse Entry: 27213 +SET @NPC := 102721; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2582.436,`position_y`=-222.4737,`position_z`=-0.4052925 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,2579.515,-214.4551,-0.5302925,0,0,0,100,0), +(@PATH,2,2580.979,-202.8364,0.3447075,0,0,0,100,0), +(@PATH,3,2579.515,-214.4551,-0.5302925,0,0,0,100,0), +(@PATH,4,2582.436,-222.4737,-0.4052925,0,0,0,100,0), +(@PATH,5,2561.902,-230.8203,-0.3034239,0,0,0,100,0), +(@PATH,6,2582.436,-222.4737,-0.4052925,0,0,0,100,0); + +-- Pathing for Onslaught Warhorse Entry: 27213 +SET @NPC := 102723; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2838.992,`position_y`=-178.4683,`position_z`=137.0378 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,2837.595,-191.9704,137.9128,0,0,0,100,0), +(@PATH,2,2842.86,-215.9774,136.6075,0,0,0,100,0), +(@PATH,3,2837.595,-191.9704,137.9128,0,0,0,100,0), +(@PATH,4,2838.992,-178.4683,137.0378,0,0,0,100,0), +(@PATH,5,2836.44,-170.251,138.1628,0,0,0,100,0), +(@PATH,6,2829.992,-167.1136,138.761,0,0,0,100,0), +(@PATH,7,2820.281,-166.5459,138.6697,0,0,0,100,0), +(@PATH,8,2829.992,-167.1136,138.761,0,0,0,100,0), +(@PATH,9,2836.44,-170.251,138.1628,0,0,0,100,0), +(@PATH,10,2838.992,-178.4683,137.0378,0,0,0,100,0); + +-- Pathing for Onslaught Warhorse Entry: 27213 +SET @NPC := 102724; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2712.161,`position_y`=-564.5253,`position_z`=9.693825 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,2693.882,-580.2343,7.060011,0,0,0,100,0), +(@PATH,2,2672.807,-596.9056,9.185011,0,0,0,100,0), +(@PATH,3,2662.762,-603.8812,9.776094,0,0,0,100,0), +(@PATH,4,2648.289,-604.2076,10.40109,0,0,0,100,0), +(@PATH,5,2662.762,-603.8812,9.776094,0,0,0,100,0), +(@PATH,6,2672.807,-596.9056,9.185011,0,0,0,100,0), +(@PATH,7,2693.882,-580.2343,7.060011,0,0,0,100,0), +(@PATH,8,2712.161,-564.5253,9.693825,0,0,0,100,0); + +-- Pathing for Onslaught Warhorse Entry: 27213 +SET @NPC := 102725; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2688.144,`position_y`=-181.5894,`position_z`=138.8123 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,2690.253,-211.2009,138.7873,0,0,0,100,0), +(@PATH,2,2711.088,-233.0926,141.4496,0,0,0,100,0), +(@PATH,3,2691.518,-247.295,142.4064,0,0,0,100,0), +(@PATH,4,2690.253,-211.2009,138.7873,0,0,0,100,0), +(@PATH,5,2688.144,-181.5894,138.8123,0,0,0,100,0); + +-- Pathing for Onslaught Warhorse Entry: 27213 +SET @NPC := 102726; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2832.563,`position_y`=-258.2318,`position_z`=133.0783 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,2823.757,-269.6722,132.6919,0,0,0,100,0), +(@PATH,2,2810.606,-274.9349,132.6919,0,0,0,100,0), +(@PATH,3,2798.263,-267.8378,132.7004,0,0,0,100,0), +(@PATH,4,2795.204,-255.2375,132.6619,0,0,0,100,0), +(@PATH,5,2815.456,-249.9233,133.0783,0,0,0,100,0), +(@PATH,6,2841.983,-244.2453,135.4677,0,0,0,100,0), +(@PATH,7,2815.456,-249.9233,133.0783,0,0,0,100,0), +(@PATH,8,2795.204,-255.2375,132.6619,0,0,0,100,0), +(@PATH,9,2798.263,-267.8378,132.7004,0,0,0,100,0), +(@PATH,10,2810.606,-274.9349,132.6919,0,0,0,100,0), +(@PATH,11,2823.757,-269.6722,132.6919,0,0,0,100,0), +(@PATH,12,2832.563,-258.2318,133.0783,0,0,0,100,0); + +-- Pathing for Onslaught Warhorse Entry: 27213 +SET @NPC := 102727; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2655.115,`position_y`=-139.6238,`position_z`=73.46788 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,2656.776,-155.0757,66.71788,0,0,0,100,0), +(@PATH,2,2655.572,-172.0843,62.16366,0,0,0,100,0), +(@PATH,3,2650.678,-180.1066,63.41366,0,0,0,100,0), +(@PATH,4,2656.032,-164.1928,64.71788,0,0,0,100,0), +(@PATH,5,2656.646,-150.7192,68.46788,0,0,0,100,0), +(@PATH,6,2654.885,-130.6351,77.12984,0,0,0,100,0), +(@PATH,7,2659.214,-115.5115,82.62984,0,0,0,100,0), +(@PATH,8,2659.958,-93.19423,87.00713,0,0,0,100,0), +(@PATH,9,2666.549,-83.81207,89.50713,0,0,0,100,0), +(@PATH,10,2681.103,-87.36887,92.43093,0,0,0,100,0), +(@PATH,11,2700.115,-95.54926,101.8188,0,0,0,100,0), +(@PATH,12,2718.652,-104.436,110.9657,0,0,0,100,0), +(@PATH,13,2731.385,-117.8694,116.5907,0,0,0,100,0), +(@PATH,14,2726.709,-128.2827,120.8407,0,0,0,100,0), +(@PATH,15,2714.232,-134.095,125.4612,0,0,0,100,0), +(@PATH,16,2684.606,-134.3662,125.9815,0,0,0,100,0), +(@PATH,17,2705.027,-135.4983,127.8362,0,0,0,100,0), +(@PATH,18,2719.343,-131.1707,122.8407,0,0,0,100,0), +(@PATH,19,2731.655,-119.8017,117.2157,0,0,0,100,0), +(@PATH,20,2725.038,-106.6583,113.3407,0,0,0,100,0), +(@PATH,21,2703.98,-99.18321,103.9438,0,0,0,100,0), +(@PATH,22,2680.189,-88.67188,92.05593,0,0,0,100,0), +(@PATH,23,2665.09,-83.62039,89.38213,0,0,0,100,0), +(@PATH,24,2660.516,-94.05186,87.00713,0,0,0,100,0), +(@PATH,25,2659.939,-112.8213,83.37984,0,0,0,100,0), +(@PATH,26,2658.327,-126.0295,79.12984,0,0,0,100,0), +(@PATH,27,2655.115,-139.6238,73.46788,0,0,0,100,0); + +-- Pathing for Onslaught Warhorse Entry: 27213 +SET @NPC := 102728; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2809.652,`position_y`=-404.1015,`position_z`=118.2837 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,2820.063,-404.6535,118.2837,0,0,0,100,0), +(@PATH,2,2808.515,-405.1523,118.2837,0,0,0,100,0), +(@PATH,3,2793.463,-420.3747,118.3209,0,0,0,100,0), +(@PATH,4,2779.776,-437.7538,118.6404,0,0,0,100,0), +(@PATH,5,2775.378,-463.4759,116.1404,0,0,0,100,0), +(@PATH,6,2767.986,-472.3566,116.8041,0,0,0,100,0), +(@PATH,7,2755.093,-477.2342,121.6782,0,0,0,100,0), +(@PATH,8,2773.319,-467.1881,116.1791,0,0,0,100,0), +(@PATH,9,2778.031,-447.918,118.3904,0,0,0,100,0), +(@PATH,10,2785.59,-429.4701,118.3209,0,0,0,100,0), +(@PATH,11,2800.177,-413.79,118.2837,0,0,0,100,0), +(@PATH,12,2809.652,-404.1015,118.2837,0,0,0,100,0); + +-- Pathing for Onslaught Warhorse Entry: 27213 +SET @NPC := 102729; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2750.5,`position_y`=-154.7686,`position_z`=139.4088 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,2741.167,-164.7871,139.1588,0,0,0,100,0), +(@PATH,2,2750.5,-154.7686,139.4088,0,0,0,100,0), +(@PATH,3,2759.093,-161.0407,138.9088,0,0,0,100,0), +(@PATH,4,2771.567,-152.4166,139.9017,0,0,0,100,0), +(@PATH,5,2781.019,-154.3085,140.5267,0,0,0,100,0), +(@PATH,6,2791.13,-161.2096,139.1517,0,0,0,100,0), +(@PATH,7,2802.436,-164.2816,137.4197,0,0,0,100,0), +(@PATH,8,2791.13,-161.2096,139.1517,0,0,0,100,0), +(@PATH,9,2781.019,-154.3085,140.5267,0,0,0,100,0), +(@PATH,10,2771.567,-152.4166,139.9017,0,0,0,100,0), +(@PATH,11,2759.093,-161.0407,138.9088,0,0,0,100,0), +(@PATH,12,2750.5,-154.7686,139.4088,0,0,0,100,0); + +-- Pathing for Onslaught Warhorse Entry: 27213 +SET @NPC := 102730; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2712.018,`position_y`=-465.3528,`position_z`=85.87247 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,2722.812,-487.2094,91.62904,0,0,0,100,0), +(@PATH,2,2726.125,-504.7564,94.96687,0,0,0,100,0), +(@PATH,3,2720.495,-521.4435,91.71687,0,0,0,100,0), +(@PATH,4,2727.937,-503.8876,95.59187,0,0,0,100,0), +(@PATH,5,2725.637,-491.6325,93.62904,0,0,0,100,0), +(@PATH,6,2715.711,-476.3229,88.62904,0,0,0,100,0), +(@PATH,7,2704.701,-454.9398,81.12247,0,0,0,100,0), +(@PATH,8,2692.514,-431.9863,72.42125,0,0,0,100,0), +(@PATH,9,2672.562,-431.7496,64.54625,0,0,0,100,0), +(@PATH,10,2649.395,-432.2932,52.79884,0,0,0,100,0), +(@PATH,11,2643.88,-442.8751,50.55303,0,0,0,100,0), +(@PATH,12,2652.563,-431.4375,54.42384,0,0,0,100,0), +(@PATH,13,2682.649,-431.7939,69.17125,0,0,0,100,0), +(@PATH,14,2693.424,-434.0273,73.17553,0,0,0,100,0), +(@PATH,15,2703.067,-449.0695,79.62247,0,0,0,100,0), +(@PATH,16,2712.018,-465.3528,85.87247,0,0,0,100,0); + +-- Pathing for Onslaught Warhorse Entry: 27213 +SET @NPC := 102731; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2534.057,`position_y`=-419.9908,`position_z`=3.277672 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,2543.743,-400.441,2.027672,0,0,0,100,0), +(@PATH,2,2555.679,-395.5271,2.825949,0,0,0,100,0), +(@PATH,3,2543.743,-400.441,2.027672,0,0,0,100,0), +(@PATH,4,2534.057,-419.9908,3.277672,0,0,0,100,0), +(@PATH,5,2532.219,-440.2344,3.032984,0,0,0,100,0), +(@PATH,6,2532.378,-470.4768,0.8200397,0,0,0,100,0), +(@PATH,7,2548.762,-479.3864,0.5153183,0,0,0,100,0), +(@PATH,8,2532.378,-470.4768,0.8200397,0,0,0,100,0), +(@PATH,9,2532.219,-440.2344,3.032984,0,0,0,100,0), +(@PATH,10,2534.057,-419.9908,3.277672,0,0,0,100,0); + +-- Pathing for Onslaught Warhorse Entry: 27213 +SET @NPC := 102734; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2684.26,`position_y`=-287.8797,`position_z`=127.2792 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,2728.101,-295.6697,132.1564,0,0,0,100,0), +(@PATH,2,2698.353,-312.0914,133.1807,0,0,0,100,0), +(@PATH,3,2689.288,-321.3154,132.3057,0,0,0,100,0), +(@PATH,4,2675.345,-320.4376,131.9307,0,0,0,100,0), +(@PATH,5,2654.261,-324.0862,132.1816,0,0,0,100,0), +(@PATH,6,2675.345,-320.4376,131.9307,0,0,0,100,0), +(@PATH,7,2689.288,-321.3154,132.3057,0,0,0,100,0), +(@PATH,8,2698.353,-312.0914,133.1807,0,0,0,100,0), +(@PATH,9,2728.101,-295.6697,132.1564,0,0,0,100,0), +(@PATH,10,2684.26,-287.8797,127.2792,0,0,0,100,0); diff --git a/sql/old/3.3.5a/2011_05_24_05_world_sai.sql b/sql/old/3.3.5a/2011_05_24_05_world_sai.sql new file mode 100644 index 00000000000..f8314195930 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_24_05_world_sai.sql @@ -0,0 +1,156 @@ +-- Pathing for Zorus the Judicator Entry: 21774 (Replace) +SET @NPC := 76076; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-3970.86,`position_y`=2191.12,`position_z`=101.885 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,-3959.922,2188.494,101.799,0,0,0,100,0), +(@PATH,2,-3951.734,2200.173,101.7906,0,0,0,100,0), +(@PATH,3,-3958.357,2210.038,101.9156,0,0,0,100,0), +(@PATH,4,-3967.201,2208.166,101.76,0,0,0,100,0), +(@PATH,5,-3972.306,2201.522,101.76,0,0,0,100,0), +(@PATH,6,-3992.194,2215.025,103.635,0,0,0,100,0), +(@PATH,7,-4014.109,2218.045,108.6923,0,0,0,100,0), +(@PATH,8,-4023.189,2214.694,109.9423,0,0,0,100,0), +(@PATH,9,-4019.969,2183.267,107.4989,0,0,0,100,0), +(@PATH,10,-4000.393,2174.054,104.3739,0,0,0,100,0), +(@PATH,11,-3970.86,2191.12,101.885,0,0,0,100,0); + +-- Pathing for Wildhammer Guard Entry: 19353 (Replace) +SET @NPC := 69029; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-3956.661,`position_y`=2150.609,`position_z`=99.19981 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,-3952.747,2135.461,98.19981,0,0,0,100,0), +(@PATH,2,-3942.882,2121.993,96.84258,0,0,0,100,0), +(@PATH,3,-3936.123,2108.748,95.46758,0,0,0,100,0), +(@PATH,4,-3928.641,2095.985,94.73193,0,0,0,100,0), +(@PATH,5,-3916.894,2085.577,94.10693,0,0,0,100,0), +(@PATH,6,-3905.937,2073.934,94.48193,3000,0,0,100,0), +(@PATH,7,-3916.894,2085.577,94.10693,0,0,0,100,0), +(@PATH,8,-3928.641,2095.985,94.73193,0,0,0,100,0), +(@PATH,9,-3936.123,2108.748,95.46758,0,0,0,100,0), +(@PATH,10,-3942.882,2121.993,96.84258,0,0,0,100,0), +(@PATH,11,-3952.747,2135.461,98.19981,0,0,0,100,0), +(@PATH,12,-3956.661,2150.609,99.19981,0,0,0,100,0), +(@PATH,13,-3958.419,2169.508,100.424,0,0,0,100,0), +(@PATH,14,-3945.74,2173.963,101.174,0,0,0,100,0), +(@PATH,15,-3941.273,2175.507,101.549,3000,0,0,100,0), +(@PATH,16,-3945.74,2173.963,101.174,0,0,0,100,0), +(@PATH,17,-3958.419,2169.508,100.424,0,0,0,100,0), +(@PATH,18,-3956.661,2150.609,99.19981,0,0,0,100,0); + +-- Pathing for Wildhammer Guard Entry: 19353 (Replace) +SET @NPC := 69030; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-3953.156,`position_y`=2196.489,`position_z`=101.799 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,-3956.213,2190.557,101.799,0,0,0,100,0), +(@PATH,2,-3961.978,2187.907,101.924,0,0,0,100,0), +(@PATH,3,-3970.904,2191.666,101.885,0,0,0,100,0), +(@PATH,4,-3977.542,2187.189,102.135,0,0,0,100,0), +(@PATH,5,-3984.635,2183.306,102.885,0,0,0,100,0), +(@PATH,6,-3994.975,2177.334,103.885,0,0,0,100,0), +(@PATH,7,-4002.002,2173.979,104.4989,0,0,0,100,0), +(@PATH,8,-4020.553,2182.329,107.4989,0,0,0,100,0), +(@PATH,9,-4022.445,2199.229,109.3739,0,0,0,100,0), +(@PATH,10,-4024.303,2213.243,110.0673,0,0,0,100,0), +(@PATH,11,-4019.943,2220.104,109.9423,0,0,0,100,0), +(@PATH,12,-4010.167,2219.025,107.8173,0,0,0,100,0), +(@PATH,13,-3997.926,2217.727,105.135,0,0,0,100,0), +(@PATH,14,-3987.671,2211.935,102.76,0,0,0,100,0), +(@PATH,15,-3976.702,2204.916,101.885,0,0,0,100,0), +(@PATH,16,-3971.531,2203.007,101.76,0,0,0,100,0), +(@PATH,17,-3967.494,2207.26,101.76,0,0,0,100,0), +(@PATH,18,-3961.75,2209.582,101.7906,0,0,0,100,0), +(@PATH,19,-3955.481,2208.423,101.9156,0,0,0,100,0), +(@PATH,20,-3952.822,2204.261,101.9156,0,0,0,100,0), +(@PATH,21,-3953.156,2196.489,101.799,0,0,0,100,0); + +-- Pathing for Wildhammer Guard Entry: 19353 +SET @NPC := 69036; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-4027.414,`position_y`=2111.922,`position_z`=137.2429 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,-4010.903,2103.363,137.2429,0,0,0,100,0), +(@PATH,2,-4027.414,2111.922,137.2429,0,0,0,100,0), +(@PATH,3,-4040.183,2116.031,137.2471,0,0,0,100,0), +(@PATH,4,-4051.71,2120.875,137.254,0,0,0,100,0), +(@PATH,5,-4064.835,2126.483,137.2603,0,0,0,100,0), +(@PATH,6,-4061.585,2129.041,137.2603,0,0,0,100,0), +(@PATH,7,-4053.318,2126.078,137.2559,0,0,0,100,0), +(@PATH,8,-4049.116,2130.594,137.254,0,0,0,100,0), +(@PATH,9,-4030.205,2123.756,127.3917,0,0,0,100,0), +(@PATH,10,-4013.132,2115.52,115.9905,0,0,0,100,0), +(@PATH,11,-4008.05,2114.437,115.6337,0,0,0,100,0), +(@PATH,12,-4005.22,2120.062,115.6409,0,0,0,100,0), +(@PATH,13,-4000.72,2130.597,107.8586,0,0,0,100,0), +(@PATH,14,-3993.985,2139.561,104.7343,0,0,0,100,0), +(@PATH,15,-3984.795,2135.855,104.9843,0,0,0,100,0), +(@PATH,16,-3982.541,2129.627,105.0458,0,0,0,100,0), +(@PATH,17,-3963.905,2117.34,100.7176,0,0,0,100,0), +(@PATH,18,-3954.1,2115.367,97.96758,0,0,0,100,0), +(@PATH,19,-3946.531,2111.822,96.84258,0,0,0,100,0), +(@PATH,20,-3943.734,2106.022,96.21758,0,0,0,100,0), +(@PATH,21,-3946.531,2111.822,96.84258,0,0,0,100,0), +(@PATH,22,-3953.81,2115.304,97.96758,0,0,0,100,0), +(@PATH,23,-3963.905,2117.34,100.7176,0,0,0,100,0), +(@PATH,24,-3982.541,2129.627,105.0458,0,0,0,100,0), +(@PATH,25,-3984.795,2135.855,104.9843,0,0,0,100,0), +(@PATH,26,-3993.985,2139.561,104.7343,0,0,0,100,0), +(@PATH,27,-4000.72,2130.597,107.8586,0,0,0,100,0), +(@PATH,28,-4005.202,2120.103,115.6362,0,0,0,100,0), +(@PATH,29,-4008.05,2114.437,115.6337,0,0,0,100,0), +(@PATH,30,-4013.132,2115.52,115.9905,0,0,0,100,0), +(@PATH,31,-4030.205,2123.756,127.3917,0,0,0,100,0), +(@PATH,32,-4049.116,2130.594,137.254,0,0,0,100,0), +(@PATH,33,-4053.318,2126.078,137.2559,0,0,0,100,0), +(@PATH,34,-4061.585,2129.041,137.2603,0,0,0,100,0), +(@PATH,35,-4064.835,2126.483,137.2603,0,0,0,100,0), +(@PATH,36,-4051.71,2120.875,137.254,0,0,0,100,0), +(@PATH,37,-4040.183,2116.031,137.2471,0,0,0,100,0), +(@PATH,38,-4027.414,2111.922,137.2429,0,0,0,100,0); + +-- Pathing for Thane Yoregar Entry: 21773 +SET @NPC := 76075; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-4034.194,`position_y`=2233.48,`position_z`=112.0453 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,17718, ''); +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,-4037.18,2229.153,112.0457,0,0,0,100,0), +(@PATH,2,-4043.923,2229.386,112.0464,0,0,0,100,0), +(@PATH,3,-4037.18,2229.153,112.0457,0,0,0,100,0), +(@PATH,4,-4034.194,2233.48,112.0453,0,0,0,100,0); + +-- Pathing for Wildhammer Scout Entry: 19384 +SET @NPC := 69128; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-4022.309,`position_y`=2134.639,`position_z`=104.274 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,-4021.637,2136.38,104.274,0,0,0,100,0), +(@PATH,2,-4020.335,2138.243,104.274,0,0,0,100,0), +(@PATH,3,-4018.53,2139.381,104.274,0,0,0,100,0), +(@PATH,4,-4016.425,2138.772,104.274,10000,0,0,100,0), +(@PATH,5,-4017.231,2139.141,104.274,0,0,0,100,0), +(@PATH,6,-4018.49,2140.534,104.274,0,0,0,100,0), +(@PATH,7,-4019.722,2143.937,104.274,10000,0,0,100,0), +(@PATH,8,-4019.373,2143.061,104.274,0,0,0,100,0), +(@PATH,9,-4019.427,2140.091,104.274,0,0,0,100,0), +(@PATH,10,-4020.97,2136.993,104.274,0,0,0,100,0), +(@PATH,11,-4022.309,2134.639,104.274,15000,0,0,100,0); diff --git a/sql/old/3.3.5a/2011_05_24_06_world_sai.sql b/sql/old/3.3.5a/2011_05_24_06_world_sai.sql new file mode 100644 index 00000000000..551d64bb388 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_24_06_world_sai.sql @@ -0,0 +1,140 @@ +-- Pathing for Stonespine Gargoyle Entry: 36896 +SET @NPC := 201822; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=674.3073,`position_y`=-26.43229,`position_z`=512.5833 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,871.2952,252.9757,561.8807,0,0,0,100,0), +(@PATH,2,908.3472,250.5347,561.8807,0,0,0,100,0), +(@PATH,3,914.9774,291.7049,561.8807,0,0,0,100,0), +(@PATH,4,862.7778,292.8316,561.8807,0,0,0,100,0), +(@PATH,5,840.6111,278.9184,561.8807,0,0,0,100,0), +(@PATH,6,826.5712,228.2292,561.8807,0,0,0,100,0), +(@PATH,7,833.5452,174.3576,561.8807,0,0,0,100,0), +(@PATH,8,840.9531,116.6059,561.8807,0,0,0,100,0), +(@PATH,9,816.033,96.46702,561.8807,0,0,0,100,0), +(@PATH,10,773.6111,120.1024,561.8807,0,0,0,100,0), +(@PATH,11,700.3021,175.5278,561.8807,0,0,0,100,0), +(@PATH,12,672.0243,223.6806,561.8807,0,0,0,100,0), +(@PATH,13,710.2379,266.3021,561.8807,0,0,0,100,0), +(@PATH,14,806.8594,287.4445,561.8807,0,0,0,100,0); + +-- Pathing for Stonespine Gargoyle Entry: 36896 +SET @NPC := 201834; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=674.3073,`position_y`=-26.43229,`position_z`=512.5833 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,410.967,187.1424,581.4994,0,0,0,100,0), +(@PATH,2,413.2448,207.5677,581.4994,0,0,0,100,0), +(@PATH,3,410.6823,230.7569,581.4994,0,0,0,100,0), +(@PATH,4,365.309,278.4445,581.4994,0,0,0,100,0), +(@PATH,5,378.1736,302.0868,581.4994,0,0,0,100,0), +(@PATH,6,410.0504,294.9097,581.4994,0,0,0,100,0), +(@PATH,7,439.2795,289.7951,581.4994,0,0,0,100,0), +(@PATH,8,477.2188,240.033,581.4994,0,0,0,100,0), +(@PATH,9,473.9323,183.2101,581.4994,0,0,0,100,0), +(@PATH,10,469.3889,140.6754,581.4994,0,0,0,100,0), +(@PATH,11,429.6354,121.7135,581.4994,0,0,0,100,0), +(@PATH,12,407.4063,143.0243,581.4994,0,0,0,100,0); + +-- Pathing for Stonespine Gargoyle Entry: 36896 +SET @NPC := 201838; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=674.3073,`position_y`=-26.43229,`position_z`=512.5833 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,873.783,136.9774,623.6115,0,0,0,100,0), +(@PATH,2,872.9045,139.2743,622.4446,0,0,0,100,0), +(@PATH,3,888.7917,171.3403,591.3615,0,0,0,100,0), +(@PATH,4,861.3073,209.8455,591.3615,0,0,0,100,0), +(@PATH,5,830.4913,254.5556,591.3615,0,0,0,100,0), +(@PATH,6,780.4844,277.6406,591.3615,0,0,0,100,0), +(@PATH,7,732.6771,272.4635,591.3615,0,0,0,100,0), +(@PATH,8,683.9028,265.276,591.3615,0,0,0,100,0), +(@PATH,9,612.3368,284.7934,553.4998,0,0,0,100,0), +(@PATH,10,554.816,303.1858,553.4998,0,0,0,100,0), +(@PATH,11,498.1024,309.0625,553.4998,0,0,0,100,0), +(@PATH,12,470.4167,230.0174,553.4998,0,0,0,100,0), +(@PATH,13,454.0087,175.2135,553.4998,0,0,0,100,0), +(@PATH,14,492.4288,127.1806,583.1108,0,0,0,100,0), +(@PATH,15,551.2604,121.6354,583.1108,0,0,0,100,0), +(@PATH,16,647.5573,126.3542,583.1108,0,0,0,100,0), +(@PATH,17,766.2222,130.9254,583.1108,0,0,0,100,0), +(@PATH,18,829.408,42.33854,583.1108,0,0,0,100,0), +(@PATH,19,746.7101,-53.03299,583.1108,0,0,0,100,0), +(@PATH,20,663.2379,-77.32291,583.1108,0,0,0,100,0), +(@PATH,21,618.6389,3.369792,583.1108,0,0,0,100,0), +(@PATH,22,641.8559,89.27604,583.1108,0,0,0,100,0), +(@PATH,23,794.1667,115.6858,583.1108,0,0,0,100,0); + +-- Pathing for Stonespine Gargoyle Entry: 36896 +SET @NPC := 201846; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=674.3073,`position_y`=-26.43229,`position_z`=512.5833 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,750.842,23.30903,568.327,0,0,0,100,0), +(@PATH,2,755.467,-50.2257,568.327,0,0,0,100,0), +(@PATH,3,734.6927,-93.41319,568.327,0,0,0,100,0), +(@PATH,4,662.4028,-41.9757,568.327,0,0,0,100,0), +(@PATH,5,634.9601,19.78472,568.327,0,0,0,100,0), +(@PATH,6,619.0972,58.13368,568.327,0,0,0,100,0), +(@PATH,7,569.6493,80.08681,568.327,0,0,0,100,0), +(@PATH,8,474.8889,136.7135,568.327,0,0,0,100,0), +(@PATH,9,427.566,173.5174,568.327,0,0,0,100,0), +(@PATH,10,399.5938,237.6424,568.327,0,0,0,100,0), +(@PATH,11,416.8108,271.5695,568.327,0,0,0,100,0), +(@PATH,12,442.8767,281.1493,568.327,0,0,0,100,0), +(@PATH,13,472.9375,286.9531,568.327,0,0,0,100,0), +(@PATH,14,515.0677,321.1632,568.327,0,0,0,100,0), +(@PATH,15,547.0538,332.9358,568.327,0,0,0,100,0), +(@PATH,16,605.0295,286.3281,568.327,0,0,0,100,0), +(@PATH,17,673.9167,184.0747,568.327,0,0,0,100,0); + +-- Remove dupe Stonespine Gargoyle Spawns +DELETE FROM `creature` WHERE `MovementType`=0 AND `id`=36896; + +-- Pathing for Iceborn Proto-Drake Entry: 36891 +SET @NPC := 202197; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=619.3055,`position_y`=18.79167,`position_z`=513.5994 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,626.5364,0.711806,513.8494,0,0,0,100,0), +(@PATH,2,619.3055,18.79167,513.5994,0,0,0,100,0), +(@PATH,3,615.1875,32.38021,512.5994,0,0,0,100,0), +(@PATH,4,615.4705,47.52778,512.4364,0,0,0,100,0), +(@PATH,5,617.6285,62.52083,512.5614,0,0,0,100,0), +(@PATH,6,621.3264,77.02604,512.4487,0,0,0,100,0), +(@PATH,7,617.6285,62.52083,512.5614,0,0,0,100,0), +(@PATH,8,615.4705,47.52778,512.4364,0,0,0,100,0), +(@PATH,9,615.1875,32.38021,512.5994,0,0,0,100,0), +(@PATH,10,619.3055,18.79167,513.5994,0,0,0,100,0); + +-- Pathing for Iceborn Proto-Drake Entry: 36891 +SET @NPC := 201991; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=679.2205,`position_y`=-100.6076,`position_z`=513.8377 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,661.1771,-79.90452,513.8378,0,0,0,100,0), +(@PATH,2,651.3489,-62.0191,513.7985,0,0,0,100,0), +(@PATH,3,645.1337,-45.49132,513.7985,0,0,0,100,0), +(@PATH,4,634.1077,-20.19618,513.8635,0,0,0,100,0), +(@PATH,5,645.1337,-45.49132,513.7985,0,0,0,100,0), +(@PATH,6,651.3489,-62.0191,513.7985,0,0,0,100,0), +(@PATH,7,661.1771,-79.90452,513.8378,0,0,0,100,0), +(@PATH,8,679.2205,-100.6076,513.8377,0,0,0,100,0); diff --git a/sql/old/3.3.5a/2011_05_24_07_world_sai.sql b/sql/old/3.3.5a/2011_05_24_07_world_sai.sql new file mode 100644 index 00000000000..7e184d1dfa4 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_24_07_world_sai.sql @@ -0,0 +1,752 @@ +-- Pathing for Venom Stalker Entry: 15976 +SET @NPC := 127864; -- 127865 should be in formation with him +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3310.01,`position_y`=-3862.94,`position_z`=294.662 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,3321.301,-3868.157,294.6607,0,0,0,100,0), +(@PATH,2,3328.406,-3877.447,294.6608,0,0,0,100,0), +(@PATH,3,3327.705,-3889.598,294.6607,0,0,0,100,0), +(@PATH,4,3312.01,-3901.51,294.6607,0,0,0,100,0), +(@PATH,5,3297.603,-3897.307,294.6607,0,0,0,100,0), +(@PATH,6,3292.267,-3890.234,294.6607,0,0,0,100,0), +(@PATH,7,3290.384,-3882.75,294.6607,0,0,0,100,0), +(@PATH,8,3279.155,-3882.98,294.6607,0,0,0,100,0), +(@PATH,9,3260.253,-3882.767,294.6603,0,0,0,100,0), +(@PATH,10,3241.78,-3882.872,292.3388,0,0,0,100,0), +(@PATH,11,3221.214,-3882.398,282.8664,0,0,0,100,0), +(@PATH,12,3207.818,-3881.953,275.8379,0,0,0,100,0), +(@PATH,13,3166.121,-3882.08,267.5934,0,0,0,100,0), +(@PATH,14,3142.54,-3882.999,267.5932,0,0,0,100,0), +(@PATH,15,3118.083,-3883.491,267.593,0,0,0,100,0), +(@PATH,16,3114.162,-3894.186,267.5924,0,0,0,100,0), +(@PATH,17,3104.3,-3900.575,267.593,0,0,0,100,0), +(@PATH,18,3093.041,-3899.523,267.593,0,0,0,100,0), +(@PATH,19,3083.292,-3890.907,267.5929,0,0,0,100,0), +(@PATH,20,3082.536,-3878.924,267.593,0,0,0,100,0), +(@PATH,21,3088.724,-3868.493,267.593,0,0,0,100,0), +(@PATH,22,3103.835,-3863.884,267.593,0,0,0,100,0), +(@PATH,23,3114.156,-3873.857,267.5919,0,0,0,100,0), +(@PATH,24,3118.014,-3882.239,267.5925,0,0,0,100,0), +(@PATH,25,3142.844,-3882.002,267.5931,0,0,0,100,0), +(@PATH,26,3166.121,-3882.08,267.5934,0,0,0,100,0), +(@PATH,27,3207.818,-3881.953,275.8379,0,0,0,100,0), +(@PATH,28,3221.214,-3882.398,282.8664,0,0,0,100,0), +(@PATH,29,3241.78,-3882.872,292.3388,0,0,0,100,0), +(@PATH,30,3260.253,-3882.767,294.6603,0,0,0,100,0), +(@PATH,31,3279.155,-3882.98,294.6607,0,0,0,100,0), +(@PATH,32,3290.384,-3882.75,294.6607,0,0,0,100,0), +(@PATH,33,3291.66,-3875.24,294.662,0,0,0,100,0), +(@PATH,34,3295.71,-3868.95,294.662,0,0,0,100,0), +(@PATH,35,3302.22,-3864.56,294.662,0,0,0,100,0), +(@PATH,36,3310.01,-3862.94,294.662,0,0,0,100,0); + +-- Pathing for Venom Stalker Entry: 15976 +SET @NPC := 127863; -- 127862 should be in formation with him +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3252.581,`position_y`=-3730.202,`position_z`=279.2595 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,3234.624,-3733.446,282.4044,0,0,0,100,0), +(@PATH,2,3234.132,-3743.128,280.9408,0,0,0,100,0), +(@PATH,3,3247.629,-3762.814,277.5423,0,0,0,100,0), +(@PATH,4,3232.144,-3779.076,273.1304,0,0,0,100,0), +(@PATH,5,3247.629,-3762.814,277.5423,0,0,0,100,0), +(@PATH,6,3234.124,-3743.281,280.9517,0,0,0,100,0), +(@PATH,7,3234.624,-3733.446,282.4044,0,0,0,100,0), +(@PATH,8,3252.519,-3730.217,279.2638,0,0,0,100,0), +(@PATH,9,3276.249,-3724.284,275.8947,0,0,0,100,0), +(@PATH,10,3309.417,-3714.943,266.8448,0,0,0,100,0), +(@PATH,11,3322.029,-3700.557,262.8869,0,0,0,100,0), +(@PATH,12,3298.23,-3700.239,271.5263,0,0,0,100,0), +(@PATH,13,3280.485,-3698.461,278.4746,0,0,0,100,0), +(@PATH,14,3298.23,-3700.239,271.5263,0,0,0,100,0), +(@PATH,15,3321.937,-3700.525,262.8836,0,0,0,100,0), +(@PATH,16,3309.417,-3714.943,266.8448,0,0,0,100,0), +(@PATH,17,3276.249,-3724.284,275.8947,0,0,0,100,0), +(@PATH,18,3252.581,-3730.202,279.2595,0,0,0,100,0); + +-- Pathing for Noth the Plaguebringer Entry: 15954 +SET @NPC := 127801; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2671.649,`position_y`=-3489.11,`position_z`=261.3754 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,2666.34,-3502.596,261.2903,0,0,0,100,0), +(@PATH,2,2670.345,-3514.169,261.2776,0,0,0,100,0), +(@PATH,3,2676.189,-3520.29,261.2623,0,0,0,100,0), +(@PATH,4,2670.345,-3514.169,261.2776,0,0,0,100,0), +(@PATH,5,2666.34,-3502.596,261.2903,0,0,0,100,0), +(@PATH,6,2671.649,-3489.11,261.3754,0,0,0,100,0), +(@PATH,7,2676.566,-3484.499,261.3998,0,0,0,100,0), +(@PATH,8,2671.649,-3489.11,261.3754,0,0,0,100,0); + +-- Pathing for Grobbulus Entry: 15931 +SET @NPC := 127781; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3227.579,`position_y`=-3378.296,`position_z`=311.3255 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,3228.724,-3363.874,304.4799,0,0,0,100,0), +(@PATH,2,3228.579,-3342.257,293.1313,0,0,0,100,0), +(@PATH,3,3228.15,-3327.913,292.5951,0,0,0,100,0), +(@PATH,4,3232.389,-3309.209,292.5951,0,0,0,100,0), +(@PATH,5,3252.036,-3310.178,292.5951,0,0,0,100,0), +(@PATH,6,3249.856,-3309.415,292.5951,60000,0,0,100,0), +(@PATH,7,3230.975,-3315.273,292.5951,0,0,0,100,0), +(@PATH,8,3229.008,-3330.244,292.5951,0,0,0,100,0), +(@PATH,9,3228.291,-3352.366,298.4386,0,0,0,100,0), +(@PATH,10,3228.85,-3367.867,306.5768,0,0,0,100,0), +(@PATH,11,3229.231,-3377.598,311.3294,0,0,0,100,0), +(@PATH,12,3222.958,-3389.251,311.3295,0,0,0,100,0), +(@PATH,13,3211.568,-3389.394,311.3405,0,0,0,100,0), +(@PATH,14,3205.059,-3380.847,311.3312,0,0,0,100,0), +(@PATH,15,3205.269,-3368.451,313.6086,0,0,0,100,0), +(@PATH,16,3205.238,-3346.578,318.9844,0,0,0,100,0), +(@PATH,17,3209.54,-3326.247,320.3741,0,0,0,100,0), +(@PATH,18,3209.07,-3314,320.337,0,0,0,100,0), +(@PATH,19,3200.387,-3306.898,320.325,0,0,0,100,0), +(@PATH,20,3186.123,-3306.752,320.2604,0,0,0,100,0), +(@PATH,21,3174.501,-3306.841,319.6423,60000,0,0,100,0), +(@PATH,22,3188.372,-3305.996,320.2764,0,0,0,100,0), +(@PATH,23,3201.267,-3305.621,320.3262,0,0,0,100,0), +(@PATH,24,3208.785,-3314.216,320.3366,0,0,0,100,0), +(@PATH,25,3211.18,-3328.448,320.3932,0,0,0,100,0), +(@PATH,26,3203.891,-3342.488,320.0162,0,0,0,100,0), +(@PATH,27,3204.194,-3365.331,314.3783,0,0,0,100,0), +(@PATH,28,3204.95,-3382.075,311.3327,0,0,0,100,0), +(@PATH,29,3211.571,-3388.579,311.3394,0,0,0,100,0), +(@PATH,30,3227.579,-3378.296,311.3255,0,0,0,100,0); + +-- Pathing for Plague Beast Entry: 16034 +SET @NPC := 128177; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2727.223,`position_y`=-3594.056,`position_z`=258.8858 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,2723.637,-3604.718,259.6959,0,0,0,100,0), +(@PATH,2,2720.893,-3620.152,260.07,0,0,0,100,0), +(@PATH,3,2723.637,-3604.718,259.6959,0,0,0,100,0), +(@PATH,4,2727.223,-3594.056,258.8858,0,0,0,100,0), +(@PATH,5,2736.519,-3591.672,257.9183,0,0,0,100,0), +(@PATH,6,2743.838,-3597.846,257.6706,0,0,0,100,0), +(@PATH,7,2752.585,-3595.404,257.0601,0,0,0,100,0), +(@PATH,8,2755.268,-3585.129,256.3048,0,0,0,100,0), +(@PATH,9,2757.008,-3575.477,255.6362,0,0,0,100,0), +(@PATH,10,2755.268,-3585.129,256.3048,0,0,0,100,0), +(@PATH,11,2752.585,-3595.404,257.0601,0,0,0,100,0), +(@PATH,12,2743.837,-3597.847,257.6707,0,0,0,100,0), +(@PATH,13,2736.519,-3591.672,257.9183,0,0,0,100,0), +(@PATH,14,2727.223,-3594.056,258.8858,0,0,0,100,0); + +-- Pathing for Plague Beast Entry: 16034 +SET @NPC := 128178; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2847.407,`position_y`=-3611.501,`position_z`=261.8609 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,2857.005,-3599.331,263.6793,0,0,0,100,0), +(@PATH,2,2873.124,-3590.235,267.1259,0,0,0,100,0), +(@PATH,3,2887.852,-3592.763,270.6516,0,0,0,100,0), +(@PATH,4,2897.192,-3605.39,273.3059,0,0,0,100,0), +(@PATH,5,2899.383,-3619.342,275.0363,0,0,0,100,0), +(@PATH,6,2891.756,-3631.639,274.1991,0,0,0,100,0), +(@PATH,7,2879.466,-3638.177,273.2885,0,0,0,100,0), +(@PATH,8,2866.484,-3640.015,271.3249,0,0,0,100,0), +(@PATH,9,2879.466,-3638.177,273.2885,0,0,0,100,0), +(@PATH,10,2891.756,-3631.639,274.1991,0,0,0,100,0), +(@PATH,11,2899.383,-3619.342,275.0363,0,0,0,100,0), +(@PATH,12,2897.192,-3605.39,273.3059,0,0,0,100,0), +(@PATH,13,2887.852,-3592.763,270.6516,0,0,0,100,0), +(@PATH,14,2873.124,-3590.235,267.1259,0,0,0,100,0), +(@PATH,15,2857.005,-3599.331,263.6793,0,0,0,100,0), +(@PATH,16,2847.407,-3611.501,261.8609,0,0,0,100,0); + +-- Pathing for Plague Beast Entry: 16034 +SET @NPC := 128179; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2777.605,`position_y`=-3575.896,`position_z`=253.7501 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,2790.739,-3564.992,251.512,0,0,0,100,0), +(@PATH,2,2806.231,-3568.648,252.5588,0,0,0,100,0), +(@PATH,3,2817.801,-3583.097,254.5759,0,0,0,100,0), +(@PATH,4,2822.715,-3595.134,257.7653,0,0,0,100,0), +(@PATH,5,2829.62,-3612.201,259.9153,0,0,0,100,0), +(@PATH,6,2822.715,-3595.134,257.7653,0,0,0,100,0), +(@PATH,7,2817.801,-3583.097,254.5759,0,0,0,100,0), +(@PATH,8,2806.231,-3568.648,252.5588,0,0,0,100,0), +(@PATH,9,2790.979,-3565.049,251.5594,0,0,0,100,0), +(@PATH,10,2777.605,-3575.896,253.7501,0,0,0,100,0), +(@PATH,11,2767.949,-3589.933,256.7042,0,0,0,100,0), +(@PATH,12,2777.605,-3575.896,253.7501,0,0,0,100,0); + +-- Pathing for Plague Beast Entry: 16034 +SET @NPC := 128183; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2897.484,`position_y`=-3671.875,`position_z`=280.3942 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,2900.623,-3683.831,284.0013,0,0,0,100,0), +(@PATH,2,2894.853,-3698.01,285.4735,0,0,0,100,0), +(@PATH,3,2881.999,-3708.828,285.7333,0,0,0,100,0), +(@PATH,4,2865.732,-3705.732,284.1666,0,0,0,100,0), +(@PATH,5,2858.935,-3691.243,281.1445,0,0,0,100,0), +(@PATH,6,2846.578,-3686.145,278.5287,0,0,0,100,0), +(@PATH,7,2827.884,-3686.887,275.8904,0,0,0,100,0), +(@PATH,8,2846.578,-3686.145,278.5287,0,0,0,100,0), +(@PATH,9,2858.935,-3691.243,281.1445,0,0,0,100,0), +(@PATH,10,2865.732,-3705.732,284.1666,0,0,0,100,0), +(@PATH,11,2881.999,-3708.828,285.7333,0,0,0,100,0), +(@PATH,12,2894.65,-3698.181,285.4753,0,0,0,100,0), +(@PATH,13,2900.623,-3683.831,284.0013,0,0,0,100,0), +(@PATH,14,2897.484,-3671.875,280.3942,0,0,0,100,0), +(@PATH,15,2884.267,-3662.161,277.4121,0,0,0,100,0), +(@PATH,16,2867.519,-3655.968,274.4418,0,0,0,100,0), +(@PATH,17,2884.267,-3662.161,277.4121,0,0,0,100,0), +(@PATH,18,2897.484,-3671.875,280.3942,0,0,0,100,0); + +-- Pathing for Bile Retcher Entry: 16018 +SET @NPC := 128082; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3042.894,`position_y`=-3210.451,`position_z`=293.3452 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,3045.409,-3229.587,293.3453,0,0,0,100,0), +(@PATH,2,3042.894,-3210.451,293.3452,0,0,0,100,0), +(@PATH,3,3044.73,-3193.168,293.345,0,0,0,100,0), +(@PATH,4,3050.198,-3175.146,293.3451,0,0,0,100,0), +(@PATH,5,3057.628,-3160.267,293.3452,0,0,0,100,0), +(@PATH,6,3070.946,-3144.958,293.3451,0,0,0,100,0), +(@PATH,7,3085.224,-3133.8,293.3451,0,0,0,100,0), +(@PATH,8,3100.719,-3125.13,293.3454,0,0,0,100,0), +(@PATH,9,3115.583,-3120.971,293.3454,0,0,0,100,0), +(@PATH,10,3123.499,-3119.894,293.3453,0,0,0,100,0), +(@PATH,11,3115.583,-3120.971,293.3454,0,0,0,100,0), +(@PATH,12,3100.719,-3125.13,293.3454,0,0,0,100,0), +(@PATH,13,3085.224,-3133.8,293.3451,0,0,0,100,0), +(@PATH,14,3070.946,-3144.958,293.3451,0,0,0,100,0), +(@PATH,15,3057.628,-3160.267,293.3452,0,0,0,100,0), +(@PATH,16,3050.198,-3175.146,293.3451,0,0,0,100,0), +(@PATH,17,3044.73,-3193.168,293.345,0,0,0,100,0), +(@PATH,18,3042.894,-3210.451,293.3452,0,0,0,100,0); + +-- Pathing for Bile Retcher Entry: 16018 +SET @NPC := 128080; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3033.41,`position_y`=-3103.28,`position_z`=294.0816 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,3042.117,-3111.578,294.0787,0,0,0,100,0), +(@PATH,2,3054.847,-3117.892,294.0732,0,0,0,100,0), +(@PATH,3,3064.48,-3116.37,294.0733,0,0,0,100,0), +(@PATH,4,3071.523,-3110.154,294.0739,0,0,0,100,0), +(@PATH,5,3073.239,-3096.89,294.0799,0,0,0,100,0), +(@PATH,6,3070.978,-3083.671,294.0771,0,0,0,100,0), +(@PATH,7,3069.906,-3072.977,294.0717,0,0,0,100,0), +(@PATH,8,3070.978,-3083.671,294.0771,0,0,0,100,0), +(@PATH,9,3073.239,-3096.89,294.0799,0,0,0,100,0), +(@PATH,10,3071.523,-3110.154,294.0739,0,0,0,100,0), +(@PATH,11,3064.48,-3116.37,294.0733,0,0,0,100,0), +(@PATH,12,3054.985,-3117.871,294.0741,0,0,0,100,0), +(@PATH,13,3042.117,-3111.578,294.0787,0,0,0,100,0), +(@PATH,14,3033.41,-3103.28,294.0816,0,0,0,100,0); + +-- Pathing for Bile Retcher Entry: 16018 +SET @NPC := 128077; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3142.82,`position_y`=-3289.663,`position_z`=293.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`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,3133.79,-3280.204,293.6283,0,0,0,100,0), +(@PATH,2,3124.373,-3283.016,293.6283,0,0,0,100,0), +(@PATH,3,3115.834,-3292.965,293.6283,0,0,0,100,0), +(@PATH,4,3107.542,-3301.675,293.6283,0,0,0,100,0), +(@PATH,5,3100.092,-3309.104,293.6283,0,0,0,100,0), +(@PATH,6,3096.534,-3315.12,293.6284,0,0,0,100,0), +(@PATH,7,3098.168,-3321.916,293.6283,0,0,0,100,0), +(@PATH,8,3105.722,-3329.35,293.6283,0,0,0,100,0), +(@PATH,9,3096.036,-3342.595,294.4876,0,0,0,100,0), +(@PATH,10,3089.529,-3352.048,299.1511,0,0,0,100,0), +(@PATH,11,3080.938,-3360.322,298.3178,0,0,0,100,0), +(@PATH,12,3090.223,-3352.669,299.1137,0,0,0,100,0), +(@PATH,13,3098.557,-3345.29,294.5518,0,0,0,100,0), +(@PATH,14,3110.563,-3333.553,293.6283,0,0,0,100,0), +(@PATH,15,3119.627,-3342.392,293.6283,0,0,0,100,0), +(@PATH,16,3126.197,-3344.948,293.6283,0,0,0,100,0), +(@PATH,17,3132.594,-3340.744,293.6283,0,0,0,100,0), +(@PATH,18,3139.652,-3333.695,293.6254,0,0,0,100,0), +(@PATH,19,3147.054,-3325.681,293.6215,0,0,0,100,0), +(@PATH,20,3156.757,-3316.759,293.6283,0,0,0,100,0), +(@PATH,21,3159.579,-3307.466,293.6283,0,0,0,100,0), +(@PATH,22,3151.304,-3298.503,293.6283,0,0,0,100,0), +(@PATH,23,3142.82,-3289.663,293.6283,0,0,0,100,0); + +-- Pathing for Bile Retcher Entry: 16018 +SET @NPC := 128083; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3014.116,`position_y`=-3151.28,`position_z`=294.0802 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,3006.086,-3148.801,294.0794,0,0,0,100,0), +(@PATH,2,2998.345,-3143.183,294.0745,0,0,0,100,0), +(@PATH,3,3006.086,-3148.801,294.0794,0,0,0,100,0), +(@PATH,4,3014.116,-3151.28,294.0802,0,0,0,100,0), +(@PATH,5,3021.593,-3152.803,294.0765,0,0,0,100,0), +(@PATH,6,3029.989,-3151.037,294.0749,0,0,0,100,0), +(@PATH,7,3035.378,-3146.691,294.0736,0,0,0,100,0), +(@PATH,8,3037.918,-3141.474,294.0722,0,0,0,100,0), +(@PATH,9,3037.771,-3135.391,294.0739,0,0,0,100,0), +(@PATH,10,3032.81,-3126.448,294.0777,0,0,0,100,0), +(@PATH,11,3027.861,-3119.256,294.0811,0,0,0,100,0), +(@PATH,12,3023.261,-3113.858,294.0814,0,0,0,100,0), +(@PATH,13,3027.861,-3119.256,294.0811,0,0,0,100,0), +(@PATH,14,3032.81,-3126.448,294.0777,0,0,0,100,0), +(@PATH,15,3037.771,-3135.391,294.0739,0,0,0,100,0), +(@PATH,16,3037.918,-3141.474,294.0722,0,0,0,100,0), +(@PATH,17,3035.378,-3146.691,294.0736,0,0,0,100,0), +(@PATH,18,3029.989,-3151.037,294.0749,0,0,0,100,0), +(@PATH,19,3021.593,-3152.803,294.0765,0,0,0,100,0), +(@PATH,20,3014.116,-3151.28,294.0802,0,0,0,100,0); + +-- Pathing for Patchwerk Entry: 16028 Goodbye YTDB waypoints :) +SET @NPC := 128135; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3256.364,`position_y`=-3230.328,`position_z`=294.0628 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,3294.435,-3232.726,294.0628,0,0,0,100,0), +(@PATH,2,3259.98,-3230.881,294.0628,0,0,0,100,0), +(@PATH,3,3239.911,-3221.095,294.0628,0,0,0,100,0), +(@PATH,4,3217.512,-3195.807,294.0628,0,0,0,100,0), +(@PATH,5,3191.55,-3171.159,294.0628,0,0,0,100,0), +(@PATH,6,3163.729,-3148.403,294.0628,0,0,0,100,0), +(@PATH,7,3135.152,-3140.675,294.0628,0,0,0,100,0), +(@PATH,8,3102.748,-3145.538,294.0628,0,0,0,100,0), +(@PATH,9,3132.792,-3139.218,294.0628,0,0,0,100,0), +(@PATH,10,3158.633,-3145.425,294.0628,0,0,0,100,0), +(@PATH,11,3183.093,-3161.458,294.0628,0,0,0,100,0), +(@PATH,12,3207.656,-3187.538,294.0628,0,0,0,100,0), +(@PATH,13,3231.767,-3210.727,294.0628,0,0,0,100,0), +(@PATH,14,3256.364,-3230.328,294.0628,0,0,0,100,0); + +-- Pathing for Sludge Belcher Entry: 16029 +SET @NPC := 128136; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3118.057,`position_y`=-3238.513,`position_z`=294.0628 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,3110.502,-3233.311,294.0628,0,0,0,100,0), +(@PATH,2,3104.615,-3222.995,294.062,0,0,0,100,0), +(@PATH,3,3102.009,-3217.843,294.0619,0,0,0,100,0), +(@PATH,4,3088.782,-3219.72,294.2053,0,0,0,100,0), +(@PATH,5,3062.66,-3225.544,294.0628,0,0,0,100,0), +(@PATH,6,3088.782,-3219.72,294.2053,0,0,0,100,0), +(@PATH,7,3102.009,-3217.843,294.0619,0,0,0,100,0), +(@PATH,8,3104.615,-3222.995,294.062,0,0,0,100,0), +(@PATH,9,3110.502,-3233.311,294.0628,0,0,0,100,0), +(@PATH,10,3118.057,-3238.513,294.0628,0,0,0,100,0), +(@PATH,11,3132.468,-3243.824,294.0882,0,0,0,100,0), +(@PATH,12,3132.824,-3258.017,294.5639,0,0,0,100,0), +(@PATH,13,3134.089,-3269.027,294.4024,0,0,0,100,0), +(@PATH,14,3145.958,-3276.273,294.7125,0,0,0,100,0), +(@PATH,15,3159.74,-3284.686,294.9083,0,0,0,100,0), +(@PATH,16,3165.632,-3293.163,294.7399,0,0,0,100,0), +(@PATH,17,3170.729,-3299.799,294.5983,0,0,0,100,0), +(@PATH,18,3176.233,-3307.651,294.5355,0,0,0,100,0), +(@PATH,19,3174.618,-3318.042,294.5306,0,0,0,100,0), +(@PATH,20,3165.177,-3325.201,294.523,0,0,0,100,0), +(@PATH,21,3174.617,-3318.042,294.5306,0,0,0,100,0), +(@PATH,22,3176.233,-3307.651,294.5355,0,0,0,100,0), +(@PATH,23,3170.73,-3299.8,294.5983,0,0,0,100,0), +(@PATH,24,3165.632,-3293.163,294.7399,0,0,0,100,0), +(@PATH,25,3159.74,-3284.686,294.9083,0,0,0,100,0), +(@PATH,26,3145.958,-3276.273,294.7125,0,0,0,100,0), +(@PATH,27,3134.089,-3269.027,294.4024,0,0,0,100,0), +(@PATH,28,3132.824,-3258.017,294.5639,0,0,0,100,0), +(@PATH,29,3132.468,-3243.824,294.0882,0,0,0,100,0), +(@PATH,30,3118.057,-3238.513,294.0628,0,0,0,100,0); + +-- Pathing for Sludge Belcher Entry: 16029 +SET @NPC := 97736; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `id`=16029,`modelid`=0,`map`=533,`spawnMask`=3,`spawndist`=0,`MovementType`=2,`position_x`=2992.316,`position_y`=-3175.448,`position_z`=294.0716 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,2985.661,-3189.97,294.0675,0,0,0,100,0), +(@PATH,2,2992.316,-3175.448,294.0716,0,0,0,100,0), +(@PATH,3,2998.143,-3166.825,294.0744,0,0,0,100,0), +(@PATH,4,3007.454,-3161.701,294.0769,0,0,0,100,0), +(@PATH,5,3021.642,-3159.072,294.0751,0,0,0,100,0), +(@PATH,6,3033.026,-3156.022,294.0723,0,0,0,100,0), +(@PATH,7,3047.169,-3147.989,294.0677,0,0,0,100,0), +(@PATH,8,3061.901,-3133.495,294.0666,0,0,0,100,0), +(@PATH,9,3075.713,-3122.531,294.0668,0,0,0,100,0), +(@PATH,10,3088.894,-3113.645,294.0691,0,0,0,100,0), +(@PATH,11,3102.977,-3108.005,294.0687,0,0,0,100,0), +(@PATH,12,3115.019,-3104.743,294.0686,0,0,0,100,0), +(@PATH,13,3102.98,-3108.004,294.0687,0,0,0,100,0), +(@PATH,14,3088.894,-3113.645,294.0691,0,0,0,100,0), +(@PATH,15,3075.713,-3122.531,294.0668,0,0,0,100,0), +(@PATH,16,3061.901,-3133.495,294.0666,0,0,0,100,0), +(@PATH,17,3047.169,-3147.989,294.0677,0,0,0,100,0), +(@PATH,18,3033.026,-3156.022,294.0723,0,0,0,100,0), +(@PATH,19,3021.642,-3159.072,294.0751,0,0,0,100,0), +(@PATH,20,3007.454,-3161.701,294.0769,0,0,0,100,0), +(@PATH,21,2998.143,-3166.825,294.0744,0,0,0,100,0), +(@PATH,22,2992.316,-3175.448,294.0716,0,0,0,100,0); + +-- Pathing for Sludge Belcher Entry: 16029 +SET @NPC := 97718; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `id`=16029,`modelid`=0,`map`=533,`spawnMask`=3,`spawndist`=0,`MovementType`=2,`position_x`=3008.161,`position_y`=-3239.027,`position_z`=294.0628 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,3012.525,-3243.854,294.0628,0,0,0,100,0), +(@PATH,2,3022.682,-3242.966,294.0628,0,0,0,100,0), +(@PATH,3,3028.833,-3236.661,294.0628,0,0,0,100,0), +(@PATH,4,3032.736,-3219.687,294.0628,0,0,0,100,0), +(@PATH,5,3028.816,-3207.798,294.0628,0,0,0,100,0), +(@PATH,6,3021.306,-3202.189,294.0628,0,0,0,100,0), +(@PATH,7,3006.159,-3199.062,294.0689,0,0,0,100,0), +(@PATH,8,2991.62,-3203.322,294.0628,0,0,0,100,0), +(@PATH,9,2985.41,-3218.486,294.0628,0,0,0,100,0), +(@PATH,10,2988.189,-3227.132,294.0628,0,0,0,100,0), +(@PATH,11,3001.484,-3232.543,294.0628,0,0,0,100,0), +(@PATH,12,3008.161,-3239.027,294.0628,0,0,0,100,0); + +-- Pathing for Sludge Belcher Entry: 16029 +SET @NPC := 97724; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `id`=16029,`modelid`=0,`map`=533,`spawnMask`=3,`spawndist`=0,`MovementType`=2,`position_x`=3103.862,`position_y`=-3199.295,`position_z`=294.0628 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,3110.057,-3189.071,294.0628,0,0,0,100,0), +(@PATH,2,3117.292,-3183.439,294.0628,0,0,0,100,0), +(@PATH,3,3124.222,-3180.931,294.0628,0,0,0,100,0), +(@PATH,4,3134.678,-3179.746,294.0628,0,0,0,100,0), +(@PATH,5,3147.699,-3183.069,294.0628,0,0,0,100,0), +(@PATH,6,3156.941,-3191.08,294.0628,0,0,0,100,0), +(@PATH,7,3163.032,-3198.683,294.0628,0,0,0,100,0), +(@PATH,8,3165.123,-3211.401,294.0628,0,0,0,100,0), +(@PATH,9,3162.973,-3223.654,294.0628,0,0,0,100,0), +(@PATH,10,3155.372,-3234.195,294.0628,0,0,0,100,0), +(@PATH,11,3146.969,-3240.264,294.0867,0,0,0,100,0), +(@PATH,12,3138.718,-3243.327,294.088,0,0,0,100,0), +(@PATH,13,3146.969,-3240.264,294.0867,0,0,0,100,0), +(@PATH,14,3155.372,-3234.195,294.0628,0,0,0,100,0), +(@PATH,15,3162.97,-3223.67,294.0628,0,0,0,100,0), +(@PATH,16,3165.123,-3211.401,294.0628,0,0,0,100,0), +(@PATH,17,3163.032,-3198.683,294.0628,0,0,0,100,0), +(@PATH,18,3156.941,-3191.08,294.0628,0,0,0,100,0), +(@PATH,19,3147.699,-3183.069,294.0628,0,0,0,100,0), +(@PATH,20,3134.678,-3179.746,294.0628,0,0,0,100,0), +(@PATH,21,3124.222,-3180.931,294.0628,0,0,0,100,0), +(@PATH,22,3117.292,-3183.439,294.0628,0,0,0,100,0), +(@PATH,23,3110.057,-3189.071,294.0628,0,0,0,100,0), +(@PATH,24,3103.862,-3199.295,294.0628,0,0,0,100,0), +(@PATH,25,3102.404,-3208.719,294.0627,0,0,0,100,0), +(@PATH,26,3103.862,-3199.295,294.0628,0,0,0,100,0); + +-- Pathing for Sludge Belcher Entry: 16029 +SET @NPC := 97747; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `id`=16029,`modelid`=0,`map`=533,`spawnMask`=3,`spawndist`=0,`MovementType`=2,`position_x`=3112.745,`position_y`=-3093.264,`position_z`=294.0749 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,3119.318,-3086.976,294.0759,0,0,0,100,0), +(@PATH,2,3126.585,-3076.191,294.0714,0,0,0,100,0), +(@PATH,3,3119.318,-3086.976,294.0759,0,0,0,100,0), +(@PATH,4,3112.745,-3093.264,294.0749,0,0,0,100,0), +(@PATH,5,3103.091,-3093.424,294.076,0,0,0,100,0), +(@PATH,6,3096.566,-3090.718,294.0785,0,0,0,100,0), +(@PATH,7,3089.514,-3081.602,294.08,0,0,0,100,0), +(@PATH,8,3086.157,-3071.268,294.0743,0,0,0,100,0), +(@PATH,9,3089.514,-3081.602,294.08,0,0,0,100,0), +(@PATH,10,3096.566,-3090.718,294.0785,0,0,0,100,0), +(@PATH,11,3103.091,-3093.424,294.076,0,0,0,100,0), +(@PATH,12,3112.745,-3093.264,294.0749,0,0,0,100,0); + +-- Set random movement to Embalming Slime, Patchwork Golem, Maggot, Frenzied Bat, Plagued Bat, Diseased Maggot, Rotting Maggot, Larva Entry, Risen Squire +UPDATE `creature` SET `spawndist`=8,`MovementType`=1 WHERE `id` IN (16017,16024,16030,16036,16037,16056,16057,16068,16154); + +-- Pathing for Death Knight Cavalier Entry: 16163 +SET @NPC := 127752; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2827.984,`position_y`=-3152.95,`position_z`=273.787 WHERE `guid`=@NPC; +UPDATE `creature` SET `spawndist`=0,`MovementType`=0,`position_x`=2827.984,`position_y`=-3152.95,`position_z`=273.787 WHERE `guid`=127751; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,25278, ''); +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,2828.418,-3128.86,273.8279,0,0,0,100,0), +(@PATH,2,2828.67,-3097.49,273.8293,0,0,0,100,0), +(@PATH,3,2824.122,-3127.451,273.8248,0,0,0,100,0), +(@PATH,4,2813.568,-3143.734,273.7569,0,0,0,100,0), +(@PATH,5,2801.097,-3163.161,273.7858,0,0,0,100,0), +(@PATH,6,2799.644,-3189.22,273.787,0,0,0,100,0), +(@PATH,7,2820.002,-3202.299,273.8145,0,0,0,100,0), +(@PATH,8,2844.853,-3200.758,273.787,0,0,0,100,0), +(@PATH,9,2848.53,-3180.427,273.787,0,0,0,100,0), +(@PATH,10,2827.984,-3152.95,273.787,0,0,0,100,0); + +DELETE FROM `creature_formations` WHERE `leaderGUID`=127752; +INSERT INTO `creature_formations` (`leaderGUID`,`memberGUID`,`dist`,`angle`,`groupAI`) VALUES +(127752,127752,5,90,2), +(127752,127751,5,90,2); + +-- Pathing for Death Knight Cavalier Entry: 16163 +SET @NPC := 127745; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2709.55,`position_y`=-3013.26,`position_z`=240.524 WHERE `guid`=@NPC; +UPDATE `creature` SET `spawndist`=0,`MovementType`=0,`position_x`=2709.55,`position_y`=-3013.26,`position_z`=240.524 WHERE `guid`=127744; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,25278, ''); +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,2724.357,-3002.94,240.5246,0,0,0,100,0), +(@PATH,2,2734.208,-2991.862,240.525,0,0,0,100,0), +(@PATH,3,2744.237,-2985.519,240.5257,0,0,0,100,0), +(@PATH,4,2763.189,-2986.039,240.5255,0,0,0,100,0), +(@PATH,5,2781.199,-2986.169,240.5265,0,0,0,100,0), +(@PATH,6,2791.35,-2986.05,240.528,0,0,0,100,0), +(@PATH,7,2811.443,-2985.972,250.953,0,0,0,100,0), +(@PATH,8,2830.531,-2985.851,260.8194,0,0,0,100,0), +(@PATH,9,2847.362,-2985.841,267.593,0,0,0,100,0), +(@PATH,10,2870.534,-2986.177,267.5924,0,0,0,100,0), +(@PATH,11,2882.414,-2997.007,267.5921,0,0,0,100,0), +(@PATH,12,2895.966,-3012.106,267.5932,0,0,0,100,0), +(@PATH,13,2915.716,-3014.353,267.594,0,0,0,100,0), +(@PATH,14,2931.21,-3007.478,267.5924,0,0,0,100,0), +(@PATH,15,2938.199,-2994.229,267.5921,0,0,0,100,0), +(@PATH,16,2937.735,-2977.154,267.5934,0,0,0,100,0), +(@PATH,17,2916.35,-2957.36,267.592,0,0,0,100,0), +(@PATH,18,2904.34,-2957.15,267.592,0,0,0,100,0), +(@PATH,19,2892.14,-2962.4,267.592,0,0,0,100,0), +(@PATH,20,2884.039,-2971.864,267.5926,0,0,0,100,0), +(@PATH,21,2870.617,-2985.568,267.5924,0,0,0,100,0), +(@PATH,22,2847.519,-2985.616,267.593,0,0,0,100,0), +(@PATH,23,2831.011,-2985.781,260.82,0,0,0,100,0), +(@PATH,24,2811.443,-2985.972,250.953,0,0,0,100,0), +(@PATH,25,2791.35,-2986.05,240.528,0,0,0,100,0), +(@PATH,26,2781.199,-2986.169,240.5265,0,0,0,100,0), +(@PATH,27,2763.189,-2986.039,240.5255,0,0,0,100,0), +(@PATH,28,2744.237,-2985.519,240.5257,0,0,0,100,0), +(@PATH,29,2734.137,-2977.427,240.5255,0,0,0,100,0), +(@PATH,30,2722.754,-2967.005,240.5243,0,0,0,100,0), +(@PATH,31,2708.031,-2957.228,240.5254,0,0,0,100,0), +(@PATH,32,2691.098,-2957.404,240.5251,0,0,0,100,0), +(@PATH,33,2676.669,-2966.855,240.5253,0,0,0,100,0), +(@PATH,34,2671.321,-2976.635,240.5246,0,0,0,100,0), +(@PATH,35,2671.421,-2993.49,240.5249,0,0,0,100,0), +(@PATH,36,2680.976,-3008.883,240.5253,0,0,0,100,0), +(@PATH,37,2696.83,-3014.89,240.524,0,0,0,100,0), +(@PATH,38,2709.55,-3013.26,240.524,0,0,0,100,0); + +DELETE FROM `creature_formations` WHERE `leaderGUID`=127745; +INSERT INTO `creature_formations` (`leaderGUID`,`memberGUID`,`dist`,`angle`,`groupAI`) VALUES +(127745,127745,5,90,2), +(127745,127744,5,90,2); + +-- Pathing for Death Knight Cavalier Entry: 16163 +SET @NPC := 127743; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2787.864,`position_y`=-3320.589,`position_z`=267.6845 WHERE `guid`=@NPC; +UPDATE `creature` SET `spawndist`=0,`MovementType`=0,`position_x`=2787.864,`position_y`=-3320.589,`position_z`=267.6845 WHERE `guid`=127742; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,25278, ''); +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,2787.931,-3363.628,267.6847,0,0,0,100,0), +(@PATH,2,2787.864,-3320.606,267.6845,0,0,0,100,0), +(@PATH,3,2787.388,-3287.191,267.6845,0,0,0,100,0), +(@PATH,4,2787.864,-3320.589,267.6845,0,0,0,100,0); +-- F1303F2316ADF300 .go 2787.931 -3363.628 267.6847 + +DELETE FROM `creature_formations` WHERE `leaderGUID`=127743; +INSERT INTO `creature_formations` (`leaderGUID`,`memberGUID`,`dist`,`angle`,`groupAI`) VALUES +(127743,127743,5,90,2), +(127743,127742,5,90,2); + +-- Pathing for Death Knight Cavalier Entry: 16163 +SET @NPC := 127754; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2911.993,`position_y`=-3204.611,`position_z`=273.3833 WHERE `guid`=@NPC; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2911.993,`position_y`=-3204.611,`position_z`=273.3833 WHERE `guid`=127753; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (@NPC,@PATH,1,25278, ''); +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,2926.023,-3200.403,273.4004,0,0,0,100,0), +(@PATH,2,2931.457,-3188.328,273.3847,0,0,0,100,0), +(@PATH,3,2925.778,-3167.298,273.787,0,0,0,100,0), +(@PATH,4,2907.542,-3166.655,273.787,0,0,0,100,0), +(@PATH,5,2873.219,-3165.419,273.787,0,0,0,100,0), +(@PATH,6,2861.632,-3165.088,273.787,0,0,0,100,0), +(@PATH,7,2860.526,-3185.717,273.787,0,0,0,100,0), +(@PATH,8,2860.435,-3203.401,273.787,0,0,0,100,0), +(@PATH,9,2875.204,-3203.906,273.4075,0,0,0,100,0), +(@PATH,10,2892.834,-3204.38,273.3951,0,0,0,100,0), +(@PATH,11,2911.993,-3204.611,273.3833,0,0,0,100,0); +-- F1303F2317A7F300 .go 2926.023 -3200.403 273.4004 +DELETE FROM `creature_formations` WHERE `leaderGUID`=127754; +INSERT INTO `creature_formations` (`leaderGUID`,`memberGUID`,`dist`,`angle`,`groupAI`) VALUES +(127754,127754,5,90,2), +(127754,127753,5,90,2); + +-- Pathing for Shade of Naxxramas Entry: 16164 +SET @NPC := 127756; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2892.747,`position_y`=-3294.521,`position_z`=298.1457 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,2881.74,-3294.004,298.1457,0,0,0,100,0), +(@PATH,2,2870.605,-3303.931,298.1457,0,0,0,100,0), +(@PATH,3,2867.386,-3319,298.1457,0,0,0,100,0), +(@PATH,4,2863.142,-3340.528,298.1457,0,0,0,100,0), +(@PATH,5,2867.386,-3319,298.1457,0,0,0,100,0), +(@PATH,6,2870.605,-3303.931,298.1457,0,0,0,100,0), +(@PATH,7,2881.74,-3294.004,298.1457,0,0,0,100,0), +(@PATH,8,2892.747,-3294.521,298.1457,0,0,0,100,0), +(@PATH,9,2915.861,-3295.495,298.547,0,0,0,100,0), +(@PATH,10,2892.747,-3294.521,298.1457,0,0,0,100,0); + +-- Pathing for Bony Construct Entry: 16167 +SET @NPC := 127764; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2845.056,`position_y`=-3296.362,`position_z`=298.1237 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,2847.821,-3308.784,298.1465,0,0,0,100,0), +(@PATH,2,2838.797,-3321.935,298.1519,0,0,0,100,0), +(@PATH,3,2847.821,-3308.784,298.1465,0,0,0,100,0), +(@PATH,4,2845.056,-3296.362,298.1237,0,0,0,100,0), +(@PATH,5,2832.532,-3295.221,298.1501,0,0,0,100,0), +(@PATH,6,2845.056,-3296.362,298.1237,0,0,0,100,0); + +-- Pathing for Bony Construct Entry: 16167 +SET @NPC := 127767; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2835.764,`position_y`=-3331.32,`position_z`=299.3642 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,2830.406,-3329.089,304.8374,0,0,0,100,0), +(@PATH,2,2835.764,-3331.32,299.3642,0,0,0,100,0), +(@PATH,3,2842.907,-3323.556,298.1545,0,0,0,100,0), +(@PATH,4,2852.525,-3333.609,298.1457,0,0,0,100,0), +(@PATH,5,2854.874,-3350.62,298.1457,0,0,0,100,0), +(@PATH,6,2852.525,-3333.609,298.1457,0,0,0,100,0), +(@PATH,7,2842.907,-3323.556,298.1545,0,0,0,100,0), +(@PATH,8,2835.764,-3331.32,299.3642,0,0,0,100,0); + +-- Pathing for Stoneskin Gargoyle Entry: 16168 +SET @NPC := 127775; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2854.793,`position_y`=-3489.831,`position_z`=297.8863 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,2872.719,-3489.734,297.6203,0,0,0,100,0), +(@PATH,2,2855.09,-3489.832,297.8829,0,0,0,100,0), +(@PATH,3,2836.616,-3489.816,297.8643,0,0,0,100,0), +(@PATH,4,2809.425,-3490.459,285.9723,0,0,0,100,0), +(@PATH,5,2775.243,-3489.796,274.0275,0,0,0,100,0), +(@PATH,6,2728.599,-3490.62,262.1311,0,0,0,100,0), +(@PATH,7,2775.243,-3489.796,274.0275,0,0,0,100,0), +(@PATH,8,2809.425,-3490.459,285.9723,0,0,0,100,0), +(@PATH,9,2836.616,-3489.816,297.8643,0,0,0,100,0), +(@PATH,10,2854.793,-3489.831,297.8863,0,0,0,100,0); + +-- Pathing for Stoneskin Gargoyle Entry: 16168 +SET @NPC := 127772; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2864.621,`position_y`=-3468.973,`position_z`=297.8703 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,2871.249,-3500.704,297.6192,0,0,0,100,0), +(@PATH,2,2888.541,-3522.788,297.6146,0,0,0,100,0), +(@PATH,3,2905.121,-3519.568,297.863,0,0,0,100,0), +(@PATH,4,2921.399,-3509.922,297.4822,0,0,0,100,0), +(@PATH,5,2944.054,-3494.677,297.6308,0,0,0,100,0), +(@PATH,6,2921.399,-3509.922,297.4822,0,0,0,100,0), +(@PATH,7,2905.121,-3519.568,297.863,0,0,0,100,0), +(@PATH,8,2888.541,-3522.788,297.6146,0,0,0,100,0), +(@PATH,9,2871.249,-3500.704,297.6192,0,0,0,100,0), +(@PATH,10,2864.621,-3468.973,297.8703,0,0,0,100,0); + +-- Pathing for Skeletal Smith Entry: 16193 +SET @NPC := 127791; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2882.137,`position_y`=-3275.976,`position_z`=298.1409 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,2899.501,-3263.09,298.1457,0,0,0,100,0), +(@PATH,2,2899.086,-3280.568,298.547,0,0,0,100,0), +(@PATH,3,2902.461,-3288.92,298.547,0,0,0,100,0), +(@PATH,4,2889.017,-3298.332,298.1457,0,0,0,100,0), +(@PATH,5,2879.739,-3293.503,298.1457,0,0,0,100,0), +(@PATH,6,2882.137,-3275.976,298.1409,0,0,0,100,0); + +-- Pathing for Skeletal Smith Entry: 16193 +SET @NPC := 127792; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=2910.939,`position_y`=-3290.127,`position_z`=298.547 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,2902.236,-3293.143,298.547,0,0,0,100,0), +(@PATH,2,2899.265,-3299.745,298.1457,0,0,0,100,0), +(@PATH,3,2902.873,-3306.907,298.1457,0,0,0,100,0), +(@PATH,4,2911.011,-3309.07,298.1457,0,0,0,100,0), +(@PATH,5,2920.521,-3308.821,298.1457,0,0,0,100,0), +(@PATH,6,2920.324,-3301.099,298.547,0,0,0,100,0), +(@PATH,7,2915.13,-3296.642,298.547,0,0,0,100,0), +(@PATH,8,2910.939,-3290.127,298.547,0,0,0,100,0); diff --git a/sql/old/3.3.5a/2011_05_24_08_world_creature_template.sql b/sql/old/3.3.5a/2011_05_24_08_world_creature_template.sql new file mode 100644 index 00000000000..b104e33c004 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_24_08_world_creature_template.sql @@ -0,0 +1,3 @@ +-- Fix some screwed up / hacked up factions +UPDATE `creature_template` SET `faction_H`=`faction_A` WHERE `subname` IN ('The Assurance','The Cloudkisser','The Bravery'); +UPDATE `creature_template` SET `faction_H`=`faction_A` WHERE `entry` IN (25013,25014); diff --git a/sql/old/3.3.5a/2011_05_24_09_world_sai.sql b/sql/old/3.3.5a/2011_05_24_09_world_sai.sql new file mode 100644 index 00000000000..d1a5de6af62 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_24_09_world_sai.sql @@ -0,0 +1,97 @@ +-- Quest 12321 "A Righteous Sermon" +-- SAI for Inquisitor Hallard +SET @ENTRY := 27316; +UPDATE `creature_template` SET `AIName`= 'SmartAI',`ScriptName`='' WHERE `entry`=@ENTRY; +UPDATE `creature` SET `position_x`=3797.918,`position_y`=-677.4138,`position_z`=213.7526 WHERE id=@ENTRY; +DELETE FROM `smart_scripts` WHERE `source_type`=0 AND `entryorguid`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `source_type`=9 AND `entryorguid` IN (@ENTRY*100); +INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +-- AI +(@ENTRY,0,0,0,25,0,100,0,0,0,0,0,53,0,@ENTRY,1,0,0,0,1,0,0,0,0,0,0,0, 'Inquisitor Hallard - on reset - load path 0'), +(@ENTRY,0,1,0,19,0,100,0,12321,0,0,0,80,@ENTRY*100,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Inquisitor Hallard - on quest accept 12321 - run script'), +-- Script +(@ENTRY*100,9,0,0,0,0,100,0,1000,1000,0,0,54,180000,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Inquisitor Hallard - script - pause path'), +(@ENTRY*100,9,1,0,0,0,100,0,100,100,0,0,81,0,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Inquisitor Hallard - script - Turn off Questgiver flag'), +(@ENTRY*100,9,2,0,0,0,100,0,100,100,0,0,69,0,0,0,0,0,0,1,0,0,0,3801.585,-678.4510,213.7526,0, 'Inquisitor Hallard - Script - Move to'), +(@ENTRY*100,9,3,0,0,0,100,0,1500,1500,0,0,69,0,0,0,0,0,0,1,0,0,0,3800.602,-680.9520,213.5028,0, 'Inquisitor Hallard - Script - Move to'), +(@ENTRY*100,9,4,0,0,0,100,0,4000,4000,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Inquisitor Hallard - script - Say text 0'), +(@ENTRY*100,9,5,0,0,0,100,0,6000,6000,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Inquisitor Hallard - script - Say text 1'), +(@ENTRY*100,9,6,0,0,0,100,0,8000,8000,0,0,1,0,0,0,0,0,0,9,27577,0,30,0,0,0,0, 'Inquisitor Hallard - script - Mayor Godfrey Say text 0'), +(@ENTRY*100,9,7,0,0,0,100,0,3000,3000,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Inquisitor Hallard - script - Say text 2'), +(@ENTRY*100,9,8,0,0,0,100,0,7000,7000,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Inquisitor Hallard - script - Say text 3'), +(@ENTRY*100,9,9,0,0,0,100,0,3000,3000,0,0,1,1,0,0,0,0,0,9,27577,0,30,0,0,0,0, 'Inquisitor Hallard - script - Mayor Godfrey Say text 1'), +(@ENTRY*100,9,10,0,0,0,100,0,4000,4000,0,0,1,2,0,0,0,0,0,9,27577,0,30,0,0,0,0, 'Inquisitor Hallard - script - Mayor Godfrey Say text 2'), +(@ENTRY*100,9,11,0,0,0,100,0,4000,4000,0,0,1,3,0,0,0,0,0,9,27577,0,30,0,0,0,0, 'Inquisitor Hallard - script - Mayor Godfrey Say text 3'), +(@ENTRY*100,9,12,0,0,0,100,0,7000,7000,0,0,1,4,0,0,0,0,0,9,27577,0,30,0,0,0,0, 'Inquisitor Hallard - script - Mayor Godfrey Say text 4'), +(@ENTRY*100,9,13,0,0,0,100,0,7000,7000,0,0,1,4,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Inquisitor Hallard - script - Say text 4'), +(@ENTRY*100,9,14,0,0,0,100,0,5000,5000,0,0,1,5,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Inquisitor Hallard - script - Say text 5'), +(@ENTRY*100,9,15,0,0,0,100,0,5000,5000,0,0,1,6,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Inquisitor Hallard - script - Say text 6'), +(@ENTRY*100,9,16,0,0,0,100,0,5000,5000,0,0,11,49061,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Inquisitor Hallard - script - cast spell 49061'), +(@ENTRY*100,9,17,0,0,0,100,0,4000,4000,0,0,1,7,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Inquisitor Hallard - script - Say text 7'), +(@ENTRY*100,9,18,0,0,0,100,0,5000,5000,0,0,1,5,0,0,0,0,0,9,27577,0,30,0,0,0,0, 'Inquisitor Hallard - script - Mayor Godfrey Say text 5'), +(@ENTRY*100,9,19,0,0,0,100,0,3500,3500,0,0,1,8,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Inquisitor Hallard - script - Say text 8'), +(@ENTRY*100,9,20,0,0,0,100,0,3500,3500,0,0,1,9,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Inquisitor Hallard - script - Say text 9'), +(@ENTRY*100,9,21,0,0,0,100,0,500,500,0,0,1,6,0,0,0,0,0,9,27577,0,30,0,0,0,0, 'Inquisitor Hallard - script - Mayor Godfrey Say text 6'), +(@ENTRY*100,9,22,0,0,0,100,0,3000,3000,0,0,1,10,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Inquisitor Hallard - script - Say text 10'), +(@ENTRY*100,9,23,0,0,0,100,0,2000,2000,0,0,1,11,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Inquisitor Hallard - script - Say text 11'), +(@ENTRY*100,9,24,0,0,0,100,0,7000,7000,0,0,1,7,0,0,0,0,0,9,27577,0,30,0,0,0,0, 'Inquisitor Hallard - script - Mayor Godfrey Say text 7'), +(@ENTRY*100,9,25,0,0,0,100,0,7000,7000,0,0,1,12,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Inquisitor Hallard - script - Say text 12'), +(@ENTRY*100,9,26,0,0,0,100,0,12000,12000,0,0,1,8,0,0,0,0,0,9,27577,0,30,0,0,0,0, 'Inquisitor Hallard - script - Mayor Godfrey Say text 8'), +(@ENTRY*100,9,27,0,0,0,100,0,5000,5000,0,0,1,9,0,0,0,0,0,9,27577,0,30,0,0,0,0, 'Inquisitor Hallard - script - Mayor Godfrey Say text 9'), +(@ENTRY*100,9,28,0,0,0,100,0,13000,13000,0,0,1,13,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Inquisitor Hallard - script - Say text 13'), +(@ENTRY*100,9,29,0,0,0,100,0,7000,7000,0,0,1,10,0,0,0,0,0,9,27577,0,30,0,0,0,0, 'Inquisitor Hallard - script - Mayor Godfrey Say text 10'), +(@ENTRY*100,9,30,0,0,0,100,0,9000,9000,0,0,1,11,0,0,0,0,0,9,27577,0,30,0,0,0,0, 'Inquisitor Hallard - script - Mayor Godfrey Say text 11'), +(@ENTRY*100,9,31,0,0,0,100,0,5000,5000,0,0,1,14,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Inquisitor Hallard - script - Say text 14'), +(@ENTRY*100,9,32,0,0,0,100,0,5000,5000,0,0,66,0,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Inquisitor Hallard - script - turn to player'), +(@ENTRY*100,9,33,0,0,0,100,0,1000,1000,0,0,1,15,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Inquisitor Hallard - script - Say text 15'), +(@ENTRY*100,9,34,0,0,0,100,0,9000,9000,0,0,15,12321,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Inquisitor Hallard - script - give quest credit to player'), +(@ENTRY*100,9,35,0,0,0,100,0,1000,1000,0,0,66,0,0,0,0,0,0,9,27577,0,30,0,0,0,0, 'Inquisitor Hallard - script - turn to Mayor Godfrey'), +(@ENTRY*100,9,36,0,0,0,100,0,3000,3000,0,0,1,16,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Inquisitor Hallard - script - Say text 16'), +(@ENTRY*100,9,37,0,0,0,100,0,10000,10000,0,0,81,2,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Inquisitor Hallard - script - Turn on Questgiver flag'), +(@ENTRY*100,9,38,0,0,0,100,0,0,0,0,0,78,0,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Inquisitor Hallard - script - reset creature'); + +-- waypoints for Inquisitor Hallard +DELETE FROM `waypoints` WHERE `entry` IN (@ENTRY); +INSERT INTO `waypoints` (`entry`,`pointid`,`position_x`,`position_y`,`position_z`,`point_comment`) VALUES +(@ENTRY,1,3804.538,-679.7090,213.7526, 'Inquisitor Hallard'), +(@ENTRY,2,3802.979,-678.8114,214.2526, 'Inquisitor Hallard'), +(@ENTRY,3,3800.479,-678.0614,214.2526, 'Inquisitor Hallard'), +(@ENTRY,4,3797.918,-677.4138,213.7526, 'Inquisitor Hallard'); + +-- NPC talk text insert from sniff +DELETE FROM `creature_text` WHERE `entry` IN (27316,27577); +INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`comment`) VALUES +(27316,0,0, 'Stand back, $N, the beast might lash out and harm you.',12,7,100,396,0,0, 'Inquisitor Hallard'), +(27316,1,0, 'GODFREY! Hear me, fiend! Hear me, for I am the Light, here to deliver you from evil!',12,7,100,5,0,0, 'Inquisitor Hallard'), +(27577,0,0, '%s growls.',16,0,100,0,0,409, 'Mayor Godfrey'), +(27316,2,0, 'Good. I have your attention, then, Godfrey?',12,7,100,396,0,0, 'Inquisitor Hallard'), +(27316,3,0, 'We can do this in one of two ways, Godfrey. First, I will simply ask you to tell me what the unholy markings etched upon the pages of this tome mean. What say you?',12,7,100,1,0,0, 'Inquisitor Hallard'), +(27577,1,0, '%s hisses!',16,0,100,0,0,410, 'Mayor Godfrey'), +(27577,2,0, 'Tell you nothing, preacher.',12,0,100,1,0,0, 'Mayor Godfrey'), +(27577,3,0, 'What can you do to me that Kel''Thuzad has not? That the Lich King will not?',12,0,100,1,0,0, 'Mayor Godfrey'), +(27577,4,0, 'The book is your salvation, yes... but nothing will you know! NOTHING I SAY! NOTHING! ',12,0,100,1,0,0, 'Mayor Godfrey'), +(27316,4,0, 'Then it is option two.',12,7,100,1,0,0, 'Inquisitor Hallard'), +(27316,5,0, 'I say a prayer for you now, lost soul. May the Light take you gracefully.',12,7,100,68,4000,0, 'Inquisitor Hallard'), +(27316,6,0, 'Let the sermon begin.',12,7,100,1,0,0, 'Inquisitor Hallard'), +(27316,7,0, 'LIGHT TAKE YOU, BEAST!',12,7,100,0,0,0, 'Inquisitor Hallard'), +(27577,5,0, 'No more LIGHT! NO MORE! I BEG YOU!',12,0,100,0,0,0, 'Mayor Godfrey'), +(27316,8,0, 'BURN IN HOLY FIRE!',12,7,100,0,0,0, 'Inquisitor Hallard'), +(27316,9,0, 'LET THE LIGHT IN, GODFREY GOODARD!',12,7,100,0,0,0, 'Inquisitor Hallard'), +(27577,6,0, 'Never felt hurt like this!',12,0,100,0,0,0, 'Mayor Godfrey'), +(27316,10,0, 'May the power of Light compel you!',12,7,100,0,0,0, 'Inquisitor Hallard'), +(27316,11,0, 'I thought you would see the Light, Godfrey... Now speak quickly, fiend. What does it say?',12,7,100,396,0,0, 'Inquisitor Hallard'), +(27577,7,0, 'It tells of the coming apocalypse. How this world will burn and be reborn from death.',12,0,100,1,0,0, 'Mayor Godfrey'), +(27316,12,0, 'RUBBISH! Godfrey do you take me for a fool? Do not spew your Scourge propaganda at a man of the Light, heathen! Speak now or I will have the peasants craft a holy water bath and dip you into it like a dog with fleas!',12,7,100,6,0,0, 'Inquisitor Hallard'), +(27577,8,0, 'NOOOO!!! I tell you! I tell you everything!',12,0,100,39,0,0, 'Mayor Godfrey'), +(27577,9,0, 'Humans... Beneath the earth of Wintergarde Village you built a mausoleum! Why do you think Naxxramas attacked that spot? Thel''zan hides deep in your own crypt and sends a thousand-thousand corpses at you! Perish you will...',12,0,100,1,0,0, 'Mayor Godfrey'), +(27316,13,0, 'What? There is a mausoleum beneath the old village? What fools we are to not have noticed! We will find and strike down your master now, Godfrey. We will end this nightmare.',12,7,100,6,0,0, 'Inquisitor Hallard'), +(27577,10,0, 'How? Humans truly are stupid, yes? Thel''zan the Duskbringer! Thel''zan the Lich! He who is born of human flesh and bone, sacrificed all for power, protected by the Lich King!',12,0,100,1,0,0, 'Mayor Godfrey'), +(27577,11,0, 'You cannot stop Thel''zan! He bears the dark gift, bestowed upon him by the Lich King himself!',12,0,100,1,0,0, 'Mayor Godfrey'), +(27316,14,0, 'You let us worry about how we kill the monster, Godfrey.',12,7,100,396,0,0, 'Inquisitor Hallard'), +(27316,15,0, 'Return to Halford with the information that the good mayor was kind enough to submit, $N. I will finish here and squeeze whatever else this wretch might know about Thel''zan. Now, I will show Godfrey the rarely seen "option three."',12,7,100,1,0,0, 'Inquisitor Hallard'), +(27316,16,0, 'Let''s you and I have a chat about some things, Godfrey.',12,7,100,1,0,0, 'Inquisitor Hallard'); + +-- Add spell conditions for 49062 +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=49062; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(13,0,49062,0,18,1,27577,0,0,'','Spell 49062 target creature 27577'); diff --git a/sql/old/3.3.5a/2011_05_24_10_world_sai.sql b/sql/old/3.3.5a/2011_05_24_10_world_sai.sql new file mode 100644 index 00000000000..ab0e6659d68 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_24_10_world_sai.sql @@ -0,0 +1,77 @@ +-- SAI for Grom'tor, Son of Oronok & Coilskar Commander (Shadowmoon Valley) +SET @ENTRY := 21291; +UPDATE `creature` SET `spawndist`=0,`MovementType`=0,`position_x`=-2815.424,`position_y`=1771.031,`position_z`=59.10168,`orientation`=4.967079 WHERE `guid`=74574; +UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `source_type`=0 AND `entryorguid`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `source_type`=9 AND `entryorguid`=@ENTRY*100; +INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +-- AI +(@ENTRY,0,0,0,11,0,100,0,0,0,0,0,53,0,@ENTRY,1,0,0,0,1,0,0,0,0,0,0,0, 'Grom''tor, Son of Oronok - On spawn - Start WP movement'), +(@ENTRY,0,1,0,1,0,100,0,10000,30000,240000,240000,80,@ENTRY*100,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Grom''tor, Son of Oronok - OOC - Run Script'), +-- Script +(@ENTRY*100,9,0,0,0,0,100,0,0,0,0,0,54,16000,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Grom''tor, Son of Oronok - Script - Pause path'), +(@ENTRY*100,9,1,0,0,0,100,0,0,0,0,0,69,0,0,0,0,0,0,1,0,0,0,-2814.744,1774.838,59.49939,0, 'Grom''tor, Son of Oronok - Script - Move to'), +(@ENTRY*100,9,2,0,0,0,100,0,1200,1200,0,0,66,0,0,0,0,0,0,19,21295,0,0,0,0,0,0, 'Grom''tor, Son of Oronok - Script - Turn to Coilskar Commander'), +(@ENTRY*100,9,3,0,0,0,100,0,1000,1000,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Grom''tor, Son of Oronok - Script - Say text 0'), +(@ENTRY*100,9,4,0,0,0,100,0,4000,4000,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Grom''tor, Son of Oronok - Script - Say text 1'), +(@ENTRY*100,9,5,0,0,0,100,0,3000,3000,0,0,5,5,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Grom''tor, Son of Oronok - Script - do emote 5'), +(@ENTRY*100,9,6,0,0,0,100,0,4000,4000,0,0,1,0,0,0,0,0,0,19,21295,0,0,0,0,0,0, 'Grom''tor, Son of Oronok - Script - Coilskar Commander Say text 0'), +(@ENTRY*100,9,7,0,0,0,100,0,1000,1000,0,0,65,0,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Grom''tor, Son of Oronok - Script - Resume path'), +(@ENTRY*100,9,8,0,0,0,100,0,4000,4000,0,0,1,1,0,0,0,0,0,19,21295,0,0,0,0,0,0, 'Grom''tor, Son of Oronok - Script - Coilskar Commander Say text 1'), +(@ENTRY*100,9,9,0,0,0,100,0,4000,4000,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Grom''tor, Son of Oronok - Script - Say text 2'), +(@ENTRY*100,9,10,0,0,0,100,0,2000,2000,0,0,54,26000,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Grom''tor, Son of Oronok - Script - Pause path'), +(@ENTRY*100,9,11,0,0,0,100,0,2000,2000,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Grom''tor, Son of Oronok - Script - Say text 3'), +(@ENTRY*100,9,12,0,0,0,100,0,2000,2000,0,0,1,2,0,0,0,0,0,19,21295,0,0,0,0,0,0, 'Grom''tor, Son of Oronok - Script - Coilskar Commander Say text 2'), +(@ENTRY*100,9,13,0,0,0,100,0,5000,5000,0,0,69,0,0,0,0,0,0,1,0,0,0,-2814.744,1774.838,59.49939,0, 'Grom''tor, Son of Oronok - Script - Move to'), +(@ENTRY*100,9,14,0,0,0,100,0,1500,1500,0,0,66,0,0,0,0,0,0,19,21295,0,0,0,0,0,0, 'Grom''tor, Son of Oronok - Script - Turn to Coilskar Commander'), +(@ENTRY*100,9,15,0,0,0,100,0,2000,2000,0,0,1,4,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Grom''tor, Son of Oronok - Script - Say text 4'), +(@ENTRY*100,9,16,0,0,0,100,0,2000,2000,0,0,5,25,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Grom''tor, Son of Oronok - Script - do emote 25'), +(@ENTRY*100,9,17,0,0,0,100,0,1500,1500,0,0,11,36538,0,0,0,0,0,19,21295,0,0,0,0,0,0, 'Grom''tor, Son of Oronok - Script - cast 36538 on Coilskar Commander'), +(@ENTRY*100,9,18,0,0,0,100,0,1200,1200,0,0,11,36540,0,0,0,0,0,19,21295,0,0,0,0,0,0, 'Grom''tor, Son of Oronok - Script - cast 36540 on Coilskar Commander'), +(@ENTRY*100,9,19,0,0,0,100,0,1200,1200,0,0,11,36538,0,0,0,0,0,19,21295,0,0,0,0,0,0, 'Grom''tor, Son of Oronok - Script - cast 36538 on Coilskar Commander'), +(@ENTRY*100,9,20,0,0,0,100,0,1200,1200,0,0,11,36538,0,0,0,0,0,19,21295,0,0,0,0,0,0, 'Grom''tor, Son of Oronok - Script - cast 36538 on Coilskar Commander'), +(@ENTRY*100,9,21,0,0,0,100,0,1200,1200,0,0,11,36540,0,0,0,0,0,19,21295,0,0,0,0,0,0, 'Grom''tor, Son of Oronok - Script - cast 36540 on Coilskar Commander'), +(@ENTRY*100,9,22,0,0,0,100,0,1200,1200,0,0,11,36539,0,0,0,0,0,19,21295,0,0,0,0,0,0, 'Grom''tor, Son of Oronok - Script - cast 36539 on Coilskar Commander'), +(@ENTRY*100,9,23,0,0,0,100,0,1500,1500,0,0,1,5,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Grom''tor, Son of Oronok - Script - Say text 5'), +(@ENTRY*100,9,24,0,0,0,100,0,500,500,0,0,1,6,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Grom''tor, Son of Oronok - Script - Say text 6'), +(@ENTRY*100,9,25,0,0,0,100,0,2500,2500,0,0,65,0,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Grom''tor, Son of Oronok - Script - Resume path'), +(@ENTRY*100,9,26,0,0,0,100,0,2500,2500,0,0,54,16000,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Grom''tor, Son of Oronok - Script - Pause path'), +(@ENTRY*100,9,27,0,0,0,100,0,100,100,0,0,66,0,0,0,0,0,0,19,21295,0,0,0,0,0,0, 'Grom''tor, Son of Oronok - Script - Turn to Coilskar Commander'), +(@ENTRY*100,9,28,0,0,0,100,0,500,500,0,0,1,7,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Grom''tor, Son of Oronok - Script - Say text 7'), +(@ENTRY*100,9,29,0,0,0,100,0,3000,3000,0,0,1,4,0,0,0,0,0,19,21295,0,0,0,0,0,0, 'Grom''tor, Son of Oronok - Script - Coilskar Commander Say text 4'), +(@ENTRY*100,9,30,0,0,0,100,0,4000,4000,0,0,1,5,0,0,0,0,0,19,21295,0,0,0,0,0,0, 'Grom''tor, Son of Oronok - Script - Coilskar Commander Say text 5'), +(@ENTRY*100,9,31,0,0,0,100,0,4000,4000,0,0,65,0,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Grom''tor, Son of Oronok - Script - Resume path'); +-- Waypoints for Grom'tor, Son of Oronok from sniff +DELETE FROM `waypoints` WHERE `entry`=@ENTRY; +INSERT INTO `waypoints` (`entry`,`pointid`,`position_x`,`position_y`,`position_z`,`point_comment`) VALUES +(@ENTRY,1,-2817.188,1777.806,60.35168, 'Grom''tor, Son of Oronok'), +(@ENTRY,2,-2815.424,1771.031,59.10168, 'Grom''tor, Son of Oronok'); +-- SAI for Coilskar Commander +SET @ENTRY := 21295; +UPDATE `creature_template` SET `AIName`='SmartAI' 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,1,8,0,100,0,36539,0,0,0,11,36542,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Coilskar Commander - On Spellhit 36539 - cast 36542 on self'), +(@ENTRY,0,1,2,61,0,100,0,0,0,0,0,90,7,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Coilskar Commander - On Spellhit 36539 - set bytes1 7'), +(@ENTRY,0,2,0,61,0,100,0,0,0,0,0,22,1,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Coilskar Commander - On Spellhit 36539 - set phase 1'), +(@ENTRY,0,3,4,1,1,100,0,6000,6000,6000,6000,1,3,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Coilskar Commander - On Spellhit 36539 - Coilskar Commander Say text 3 (phase 1)'), +(@ENTRY,0,4,5,61,1,100,0,0,0,0,0,28,36542,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Coilskar Commander - On Spellhit 36539 - remove aura 36542 (phase 1)'), +(@ENTRY,0,5,6,61,1,100,0,0,0,0,0,91,7,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Coilskar Commander - On Spellhit 36539 - unset bytes1 7 (phase 1)'), +(@ENTRY,0,6,0,61,1,100,0,0,0,0,0,22,0,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Coilskar Commander - On Spellhit 36539 - set phase 0 (phase 1)'); +-- NPC talk text insert from sniff +DELETE FROM `creature_text` WHERE `entry` IN (21291,21295); +INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`comment`) VALUES +(21291,0,0, 'I''m through asking nicely, fish-man.',12,0,100,25,0,0, 'Grom''tor, Son of Oronok'), +(21291,1,0, 'Where is the Cipher of Damnation? I know a third of it is in this village.',12,0,100,6,0,0, 'Grom''tor, Son of Oronok'), +(21295,0,0, 'Whhaaat... are you sssspeaking of, ssssoft-sskin?',12,0,100,1,0,0, 'Coilskar Commander'), +(21295,1,0, 'The naga do nottt... have thissss... cipherrr...',12,0,100,1,0,0, 'Coilskar Commander'), +(21291,2,0, 'No... Of course not. What was I thinking? Why would you have a third of the Cipher of Damnation?',12,0,100,274,0,0, 'Grom''tor, Son of Oronok'), +(21291,3,0, 'I feel so stupid. Maybe I should unchain you and set you free?',12,0,100,11,0,0, 'Grom''tor, Son of Oronok'), +(21295,2,0, 'Yesss... Yesss... Ssset me freee...',12,0,100,1,0,0, 'Coilskar Commander'), +(21291,4,0, 'DO I HONESTLY LOOK THAT STUPID TO YOU, NAGA? NOW YOU FEEL PAIN!',12,0,100,5,0,0, 'Grom''tor, Son of Oronok'), +(21291,5,0, '%s spits on the Coilskar naga.',16,0,100,5,0,0, 'Grom''tor, Son of Oronok'), +(21291,6,0, 'GET UP YOU ROTTEN PIECE OF TRASH! GET UP BEFORE I END YOU!',12,0,100,5,0,0, 'Grom''tor, Son of Oronok'), +(21295,3,0, '%s regains consciousness.',16,0,100,0,0,0, 'Coilskar Commander'), +(21291,7,0, 'I''m listening...',12,0,100,273,0,0, 'Grom''tor, Son of Oronok'), +(21295,4,0, 'Do not beat the Coilsssskaarrr commander anymore, orc! I will tell you! The cipherrr... It is hidden in one of the chests at Coilssskarrr Point... The naga there hold the keysss...',12,0,100,1,0,0, 'Coilskar Commander'), +(21295,5,0, 'COILSSSKARRR!',12,0,100,15,0,0, 'Coilskar Commander'); diff --git a/sql/old/3.3.5a/2011_05_24_11_world_sai.sql b/sql/old/3.3.5a/2011_05_24_11_world_sai.sql new file mode 100644 index 00000000000..dc4d2a17184 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_24_11_world_sai.sql @@ -0,0 +1,46 @@ +-- Plagued Proto-Dragon SAI +SET @ENTRY := 23680; +SET @SPELL := 21862; -- Radiation +SET @SPELL1 := 9573; -- Flame Breath +SET @SPELL2 := 3391; -- Thrash +UPDATE `creature_template` SET `AIName`='SmartAI' 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,23,0,100,0,@SPELL,0,2000,2000,11,@SPELL,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Plagued Proto-Dragon - Aura Radiation not present - Add Aura Radiation'), +(@ENTRY,0,1,0,0,0,100,0,5000,7000,10000,15000,11,@SPELL1,0,0,0,0,0,2,0,0,0,0,0,0,0, 'Plagued Proto-Dragon - Combat - Cast Flame Breath on victim'), +(@ENTRY,0,2,0,0,0,100,0,10000,15000,20000,25000,11,@SPELL2,0,0,0,0,0,2,0,0,0,0,0,0,0, 'Plagued Proto-Dragon - Combat - Cast Thrash on victim'); +-- Plagued Proto-Dragon fix InhabitType +UPDATE `creature_template` SET `InhabitType`=7 WHERE entry=@ENTRY; +-- Plagued Proto-Dragon fix model info +UPDATE `creature_model_info` SET `bounding_radius`=0.225,`combat_reach`=3.75,`gender`=0 WHERE `modelid`=24874; -- Plagued Proto-Dragon +-- Plagued Proto-Dragon fix bytes1 and bytes2 +DELETE FROM `creature_template_addon` WHERE `entry`=@ENTRY; +INSERT INTO `creature_template_addon` (`entry`,`bytes1`,`bytes2`) VALUES +(@ENTRY,50331648,1); -- Plagued Proto-Dragon +-- Pathing for Plagued Proto-Dragon Entry: 23680 +SET @NPC := 107626; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=847.8322,`position_y`=-4441.198,`position_z`=159.749 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,838.0903,-4421.268,159.749,0,0,0,100,0), +(@PATH,2,801.8729,-4407.143,179.2211,0,0,0,100,0), +(@PATH,3,782.8507,-4413.701,194.3322,0,0,0,100,0), +(@PATH,4,777.4731,-4419.182,198.0821,0,0,0,100,0), +(@PATH,5,774.1382,-4438.679,206.8877,0,0,0,100,0), +(@PATH,6,814.439,-4462.499,206.8877,0,0,0,100,0), +(@PATH,7,848.4948,-4489.605,206.8877,0,0,0,100,0), +(@PATH,8,876.2105,-4490.642,206.8877,0,0,0,100,0), +(@PATH,9,896.0039,-4450.317,192.8044,0,0,0,100,0), +(@PATH,10,897.2634,-4422.887,179.6656,0,0,0,100,0), +(@PATH,11,907.506,-4392.95,179.6656,0,0,0,100,0), +(@PATH,12,933.834,-4369.785,166.0267,0,0,0,100,0), +(@PATH,13,956.7077,-4379.646,166.0267,0,0,0,100,0), +(@PATH,14,967.011,-4400.757,158.8045,0,0,0,100,0), +(@PATH,15,966.2571,-4425.053,159.749,0,0,0,100,0), +(@PATH,16,932.5647,-4461.108,159.749,0,0,0,100,0), +(@PATH,17,891.5416,-4476.208,159.749,0,0,0,100,0), +(@PATH,18,861.6124,-4460.188,159.749,0,0,0,100,0), +(@PATH,19,847.8322,-4441.198,159.749,0,0,0,100,0); diff --git a/sql/old/3.3.5a/2011_05_24_12_world_sai.sql b/sql/old/3.3.5a/2011_05_24_12_world_sai.sql new file mode 100644 index 00000000000..ae823125626 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_24_12_world_sai.sql @@ -0,0 +1,15 @@ +-- Shadow Adept <Cult of the Damned> SAI +SET @ENTRY := 31145; -- NPC entry +SET @CHANNEL := 58847; -- Spell to cast +SET @TARGET := 31245; -- Target creature entry +SET @SPELL1 := 60646; -- Shadow Blast +SET @SPELL2 := 17238; -- Drain Life +UPDATE `creature_template` SET `AIName`='SmartAI' 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,1,0,100,1,1000,1000,1000,1000,11,@CHANNEL,2,0,0,0,0,11,@TARGET,30,0,0,0,0,0, 'Shadow Adept - On spawn & reset - Channel Green Cultist Beam on target'), +(@ENTRY,0,1,0,0,0,100,0,4000,7000,6000,9000,11,@SPELL1,0,0,0,0,0,2,0,0,0,0,0,0,0, 'Shadow Adept - Combat - Cast Shadow Blast on victim'), +(@ENTRY,0,2,0,2,0,100,0,0,80,20000,30000,11,@SPELL2,0,0,0,0,0,2,0,0,0,0,0,0,0, 'Shadow Adept - Combat - Cast Drain Life on victim'); +-- Invisible Ooze Stalker Fixup and set as trigger +UPDATE `creature` SET `modelid`=0,`spawndist`=0,`MovementType`=0 WHERE `id`=31245; +UPDATE `creature_template` SET `InhabitType`=7,`flags_extra`=`flags_extra`|128 WHERE `entry`=31245; diff --git a/sql/old/3.3.5a/2011_05_24_13_world_sai.sql b/sql/old/3.3.5a/2011_05_24_13_world_sai.sql new file mode 100644 index 00000000000..c7265bc609a --- /dev/null +++ b/sql/old/3.3.5a/2011_05_24_13_world_sai.sql @@ -0,0 +1,14 @@ +-- Iron Rune-Weaver SAI +SET @ENTRY := 26820; -- NPC entry +SET @CHANNEL := 47463; -- Rune-Weaver Channel +SET @TARGET := 26785; -- Directional Rune +SET @SPELL1 := 52713; -- Rune Weaving +UPDATE `creature_template` SET `AIName`='SmartAI' 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,1,0,100,1,1000,1000,1000,1000,11,@CHANNEL,2,0,0,0,0,11,@TARGET,30,0,0,0,0,0, 'Iron Rune-Weaver - On spawn & reset - Channel Rune-Weaver Channel on Directional Rune'), +(@ENTRY,0,1,0,0,0,100,0,4000,7000,10000,16000,11,@SPELL1,0,0,0,0,0,2,0,0,0,0,0,0,0, 'Iron Rune-Weaver - Combat - Cast Rune Weaving on victim'); +-- Fix Spell condition for Spell 47463 to only target Directional Rune +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=47463; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(13,0,47463,0,18,1,26785,0,0,'','Spell 47463 targets only Directional Rune'); diff --git a/sql/old/3.3.5a/2011_05_24_14_world_sai.sql b/sql/old/3.3.5a/2011_05_24_14_world_sai.sql new file mode 100644 index 00000000000..b5763112a78 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_24_14_world_sai.sql @@ -0,0 +1,18 @@ +-- Priest of Rhunok SAI +SET @ENTRY := 28417; -- NPC entry +SET @CHANNEL := 51616; -- Priest of Rhunok: Channel to Prophet +SET @TARGET := 28442; -- Prophet of Rhunok +SET @SPELL1 := 9734; -- Holy Smite +SET @SPELL2 := 54518; -- Penance +SET @SPELL3 := 37274; -- Power Infusion +UPDATE `creature_template` SET `AIName`='SmartAI' 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,1,0,100,1,1000,1000,1000,1000,11,@CHANNEL,0,0,0,0,0,11,@TARGET,90,0,0,0,0,0, 'Priest of Rhunok - On spawn & reset - Priest of Rhunok: Channel to Prophet'), +(@ENTRY,0,1,0,0,0,100,0,2000,5000,10000,18000,11,@SPELL1,0,0,0,0,0,2,0,0,0,0,0,0,0, 'Priest of Rhunok - Combat - Cast Holy Smite on victim'), +(@ENTRY,0,2,0,0,0,100,0,17000,26000,17000,20000,11,@SPELL2,0,0,0,0,0,2,0,0,0,0,0,0,0, 'Priest of Rhunok - Combat - Cast Penance on victim'), +(@ENTRY,0,3,0,0,0,100,0,12000,16000,60000,60000,11,@SPELL3,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Priest of Rhunok - Combat - Cast Power Infusion on self'); +-- Fix Spell condition for Spell 51616 to only target Prophet of Rhunok +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=51616; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(13,0,51616,0,18,1,28442,0,0,'','Spell 51616 targets only Prophet of Rhunok'); diff --git a/sql/old/3.3.5a/2011_05_24_15_world_sai.sql b/sql/old/3.3.5a/2011_05_24_15_world_sai.sql new file mode 100644 index 00000000000..4baac55d9da --- /dev/null +++ b/sql/old/3.3.5a/2011_05_24_15_world_sai.sql @@ -0,0 +1,36 @@ +-- Gossip Menu insert from sniff +DELETE FROM `gossip_menu` WHERE `entry`=8118 AND `text_id`=10054; +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (8118,10054); +DELETE FROM `gossip_menu` WHERE `entry`=8119 AND `text_id`=10056; +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (8119,10056); +DELETE FROM `gossip_menu` WHERE `entry`=8083 AND `text_id`=9993; +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (8083,9993); +DELETE FROM `gossip_menu` WHERE `entry`=8576 AND `text_id`=10752; +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (8576,10752); +-- Creature Gossip_menu_id Update from sniff +UPDATE `creature_template` SET `gossip_menu_id`=8646 WHERE `entry`=19539; +UPDATE `creature_template` SET `gossip_menu_id`=8118 WHERE `entry`=20470; +UPDATE `creature_template` SET `gossip_menu_id`=8119 WHERE `entry`=20471; +UPDATE `creature_template` SET `gossip_menu_id`=8083 WHERE `entry`=20084; +UPDATE `creature_template` SET `gossip_menu_id`=8576 WHERE `entry`=22899; +-- Creature Gossip_menu_option Update from sniff +DELETE FROM `gossip_menu_option` WHERE `menu_id` IN (7982) AND `id` IN (0); +DELETE FROM `gossip_menu_option` WHERE `menu_id` IN (7982,7818) AND `id` IN (1); +INSERT INTO `gossip_menu_option` (`menu_id`,`id`,`option_icon`,`option_text`,`option_id`,`npc_option_npcflag`,`action_menu_id`,`action_poi_id`,`action_script_id`,`box_coded`,`box_money`,`box_text`) VALUES +(7982,0,5, 'Make this inn your home.',8,65536,0,0,0,0,0, ''), +(7982,1,1, 'I want to browse your goods.',3,128,0,0,0,0,0, ''), +(7818,1,1, 'Let me browse your goods.',3,128,0,0,0,0,0, ''); +-- SAI for Karaaz,Dealer Aljaan,Dealer Digriz (Netherstorm) +SET @ENTRY := 21878; +UPDATE creature_template SET AIName='SmartAI' WHERE entry IN (20242,19533,19534); +DELETE FROM smart_scripts WHERE source_type=0 AND entryorguid IN (20242,19533,19534); +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 +(20242,0,0,0,1,0,100,0,1000,30000,60000,120000,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Karaaz - OOC - Say Text 0'), +(19533,0,0,0,1,0,100,0,1000,30000,60000,120000,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Dealer Aljaan - OOC - Say Text 0'), +(19534,0,0,0,1,0,100,0,1000,30000,60000,120000,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Dealer Digriz - OOC - Say Text 0'); +-- NPC talk text insert from sniff +DELETE FROM `creature_text` WHERE `entry` IN (20242,19533,19534) AND `groupid` IN (0); +INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`comment`) VALUES +(20242,0,0, 'The best selection of smuggled goods is available right here, $N. Great for the whole family! Avoid goblin taxation and naaru prohibition - the Consortium is here to fill your every shopping need!',12,0,100,1,0,0, 'Karaaz'), +(19533,0,0, 'A tradesman, perhaps? You need look no further than I for supplies. My prices are quite fair, friend. These items were difficult to acquire, but what does the source matter, eh? You''ll have what you need.',12,0,100,1,0,0, 'Dealer Aljaan'), +(19534,0,0, 'The creatures of this place are strong, wayfarer. You''ll need ample ammunition if you hope to survive. You''re in luck - I am well-stocked with fine arrows, bullets, and throwing weapons. The price is reasonable, considering circumstances.',12,0,100,1,0,0, 'Dealer Digriz'); diff --git a/sql/old/3.3.5a/2011_05_24_16_world_sai.sql b/sql/old/3.3.5a/2011_05_24_16_world_sai.sql new file mode 100644 index 00000000000..6ef73f53bf4 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_24_16_world_sai.sql @@ -0,0 +1,8 @@ +-- Convert Grimscale Murloc EAI script to SAI +SET @ENTRY := 15668; -- NPC entry +SET @SPELL := 26661; -- Fear +UPDATE `creature_template` SET `AIName`= 'SmartAI' WHERE `entry`=@ENTRY; +DELETE FROM `creature_ai_scripts` WHERE `creature_id`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `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,0,0,100,0,6000,10000,18000,23000,11,@SPELL,3,0,0,0,0,2,0,0,0,0,0,0,0,'Grimscale Murloc - IC - Cast Fear'); diff --git a/sql/old/3.3.5a/2011_05_24_16_world_spell_proc_event.sql b/sql/old/3.3.5a/2011_05_24_16_world_spell_proc_event.sql new file mode 100644 index 00000000000..7ddee78f498 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_24_16_world_spell_proc_event.sql @@ -0,0 +1,2 @@ +-- Fixed Omen of Clarity proc +UPDATE `spell_proc_event` SET `ppmRate`=0,`CustomChance`=6,`Cooldown`=10 WHERE `entry`=16864; diff --git a/sql/old/3.3.5a/2011_05_24_17_world_waypoint_data.sql b/sql/old/3.3.5a/2011_05_24_17_world_waypoint_data.sql new file mode 100644 index 00000000000..6e4324b1895 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_24_17_world_waypoint_data.sql @@ -0,0 +1,27 @@ +DELETE FROM `waypoint_data` WHERE `id`=0; +SET @NPC := 107626; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=847.8322,`position_y`=-4441.198,`position_z`=159.749 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,838.0903,-4421.268,159.749,0,0,0,100,0), +(@PATH,2,801.8729,-4407.143,179.2211,0,0,0,100,0), +(@PATH,3,782.8507,-4413.701,194.3322,0,0,0,100,0), +(@PATH,4,777.4731,-4419.182,198.0821,0,0,0,100,0), +(@PATH,5,774.1382,-4438.679,206.8877,0,0,0,100,0), +(@PATH,6,814.439,-4462.499,206.8877,0,0,0,100,0), +(@PATH,7,848.4948,-4489.605,206.8877,0,0,0,100,0), +(@PATH,8,876.2105,-4490.642,206.8877,0,0,0,100,0), +(@PATH,9,896.0039,-4450.317,192.8044,0,0,0,100,0), +(@PATH,10,897.2634,-4422.887,179.6656,0,0,0,100,0), +(@PATH,11,907.506,-4392.95,179.6656,0,0,0,100,0), +(@PATH,12,933.834,-4369.785,166.0267,0,0,0,100,0), +(@PATH,13,956.7077,-4379.646,166.0267,0,0,0,100,0), +(@PATH,14,967.011,-4400.757,158.8045,0,0,0,100,0), +(@PATH,15,966.2571,-4425.053,159.749,0,0,0,100,0), +(@PATH,16,932.5647,-4461.108,159.749,0,0,0,100,0), +(@PATH,17,891.5416,-4476.208,159.749,0,0,0,100,0), +(@PATH,18,861.6124,-4460.188,159.749,0,0,0,100,0), +(@PATH,19,847.8322,-4441.198,159.749,0,0,0,100,0); diff --git a/sql/old/3.3.5a/2011_05_24_18_world_script_waypoint.sql b/sql/old/3.3.5a/2011_05_24_18_world_script_waypoint.sql new file mode 100644 index 00000000000..dd305a60f0b --- /dev/null +++ b/sql/old/3.3.5a/2011_05_24_18_world_script_waypoint.sql @@ -0,0 +1 @@ +DELETE FROM `script_waypoint` WHERE `entry`=27316; diff --git a/sql/old/3.3.5a/2011_05_24_19_world_script_texts.sql b/sql/old/3.3.5a/2011_05_24_19_world_script_texts.sql new file mode 100644 index 00000000000..9a047ef6439 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_24_19_world_script_texts.sql @@ -0,0 +1,2 @@ +-- Remove Script text for Inquisitor Hallard +DELETE FROM `script_texts` WHERE `npc_entry`=27316; diff --git a/sql/old/3.3.5a/2011_05_26_00_world_spell_proc_event.sql b/sql/old/3.3.5a/2011_05_26_00_world_spell_proc_event.sql new file mode 100644 index 00000000000..b0efb6e0faf --- /dev/null +++ b/sql/old/3.3.5a/2011_05_26_00_world_spell_proc_event.sql @@ -0,0 +1 @@ +DELETE FROM `spell_proc_event` WHERE `entry` = 21084; diff --git a/sql/old/3.3.5a/2011_05_27_00_world_spell_script_names.sql b/sql/old/3.3.5a/2011_05_27_00_world_spell_script_names.sql new file mode 100644 index 00000000000..1b0aa6b589b --- /dev/null +++ b/sql/old/3.3.5a/2011_05_27_00_world_spell_script_names.sql @@ -0,0 +1 @@ +DELETE FROM `spell_script_names` WHERE `spell_id`=62519; diff --git a/sql/old/3.3.5a/2011_05_27_01_world_creature_template.sql b/sql/old/3.3.5a/2011_05_27_01_world_creature_template.sql new file mode 100644 index 00000000000..bdf1c139ebc --- /dev/null +++ b/sql/old/3.3.5a/2011_05_27_01_world_creature_template.sql @@ -0,0 +1 @@ +UPDATE `creature_template` SET `flags_extra`=`flags_extra`|1 WHERE `entry`=38752; -- Green Dragon Combat Trigger diff --git a/sql/old/3.3.5a/2011_05_27_02_world_spell_script_names.sql b/sql/old/3.3.5a/2011_05_27_02_world_spell_script_names.sql new file mode 100644 index 00000000000..ab0547d813c --- /dev/null +++ b/sql/old/3.3.5a/2011_05_27_02_world_spell_script_names.sql @@ -0,0 +1,2 @@ +DELETE FROM `spell_script_names` WHERE `spell_id` = -48721; +INSERT INTO `spell_script_names` VALUES (-48721,'spell_dk_blood_boil'); diff --git a/sql/old/3.3.5a/2011_05_28_00_world_sai.sql b/sql/old/3.3.5a/2011_05_28_00_world_sai.sql new file mode 100644 index 00000000000..c238e18ea48 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_28_00_world_sai.sql @@ -0,0 +1,7 @@ +-- SAI for Spore +SET @ENTRY := 16286; +SET @SPELL := 29232; +UPDATE `creature_template` SET `ScriptName`='',`AIName`='SmartAI' 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,1,0,0,0,0,11,@SPELL,3,0,0,0,0,0,0,0,0,0,0,0,0,'Spore - On Death - Cast Fungal Creep'); diff --git a/sql/old/3.3.5a/2011_05_28_01_world_spell_script_names.sql b/sql/old/3.3.5a/2011_05_28_01_world_spell_script_names.sql new file mode 100644 index 00000000000..fe605b623e9 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_28_01_world_spell_script_names.sql @@ -0,0 +1 @@ +DELETE FROM `spell_script_names` WHERE `spell_id` = 50524; diff --git a/sql/old/3.3.5a/2011_05_28_02_world_areatrigger_scripts.sql b/sql/old/3.3.5a/2011_05_28_02_world_areatrigger_scripts.sql new file mode 100644 index 00000000000..579386a8b4b --- /dev/null +++ b/sql/old/3.3.5a/2011_05_28_02_world_areatrigger_scripts.sql @@ -0,0 +1,3 @@ +DELETE FROM `areatrigger_scripts` WHERE `entry`=5867; +INSERT INTO `areatrigger_scripts` (`entry`,`ScriptName`) VALUES +(5867, 'at_baltharus_plateau'); diff --git a/sql/old/3.3.5a/2011_05_28_02_world_creature_template.sql b/sql/old/3.3.5a/2011_05_28_02_world_creature_template.sql new file mode 100644 index 00000000000..4f21dced22b --- /dev/null +++ b/sql/old/3.3.5a/2011_05_28_02_world_creature_template.sql @@ -0,0 +1,3 @@ +UPDATE `creature_template` SET `npcflag`=0,`ScriptName`= 'npc_xerestrasza' WHERE `entry`=40429; +UPDATE `creature_template` SET `mindmg`=497,`maxdmg`=676,`attackpower`=795,`dmg_multiplier`=35,`ScriptName`= 'boss_baltharus_the_warborn' WHERE `entry`=39751; +UPDATE `creature_template` SET `exp`=2,`mindmg`=497,`maxdmg`=676,`attackpower`=795,`dmg_multiplier`=70 WHERE `entry`=39920; diff --git a/sql/old/3.3.5a/2011_05_28_02_world_creature_text.sql b/sql/old/3.3.5a/2011_05_28_02_world_creature_text.sql new file mode 100644 index 00000000000..8db0b085d27 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_28_02_world_creature_text.sql @@ -0,0 +1,17 @@ +DELETE FROM `creature_text` WHERE `entry` IN (39751,40429); +INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`comment`) VALUES +(39751,0,0, 'Your power wanes, ancient one.... Soon you will join your friends.',14,0,100,0,0,17525, 'Baltharus the Warborn'), +(39751,1,0, 'Ah, the entertainment has arrived.',14,0,100,0,0,17520, 'Baltharus the Warborn'), +(39751,2,0, 'Baltharus leaves no survivors!',14,0,100,0,0,17521, 'Baltharus the Warborn'), +(39751,2,1, 'This world has enough heroes.',14,0,100,0,0,17522, 'Baltharus the Warborn'), +(39751,3,0, 'Twice the pain and half the fun.',14,0,100,0,0,17524, 'Baltharus the Warborn'), +(39751,4,1, 'I... didn''t see that coming....',14,0,100,0,0,17523, 'Baltharus the Warborn'), +(40429,0,0, 'Thank you! I could not have held out for much longer.... A terrible thing has happened here.',14,0,100,5,0,17491, 'Sanctum Guardian Xerestrasza'), +(40429,1,0, 'We believed the Sanctum was well-fortified, but we were not prepared for the nature of this assault.',12,0,100,1,0,17492, 'Sanctum Guardian Xerestrasza'), +(40429,2,0, 'The Black dragonkin materialized from thin air, and set upon us before we could react.',12,0,100,1,0,17493, 'Sanctum Guardian Xerestrasza'), +(40429,3,0, 'We did not stand a chance. As my brethren perished around me, I managed to retreat here and bar the entrance.',12,0,100,1,0,17494, 'Sanctum Guardian Xerestrasza'), +(40429,4,0, 'They slaughtered us with cold efficiency, but the true focus of their interest seemed to be the eggs kept here in the Sanctum.',12,0,100,1,0,17495, 'Sanctum Guardian Xerestrasza'), +(40429,5,0, 'The commander of the forces on the ground here is a cruel brute named Zarithrian, but I fear there are greater powers at work.',12,0,100,1,0,17496, 'Sanctum Guardian Xerestrasza'), +(40429,6,0, 'In their initial assault, I caught a glimpse of their true leader, a fearsome full-grown twilight dragon.',12,0,100,1,0,17497, 'Sanctum Guardian Xerestrasza'), +(40429,7,0, 'I know not the extent of their plans, heroes, but I know this: They cannot be allowed to succeed!',12,0,100,5,0,17498, 'Sanctum Guardian Xerestrasza'), +(40429,8,0, 'Help! I am trapped within this tree! I require aid!',14,0,100,5,0,17490, 'Sanctum Guardian Xerestrasza'); diff --git a/sql/old/3.3.5a/2011_05_28_02_world_instance_template.sql b/sql/old/3.3.5a/2011_05_28_02_world_instance_template.sql new file mode 100644 index 00000000000..ef6d6d31084 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_28_02_world_instance_template.sql @@ -0,0 +1 @@ +UPDATE `instance_template` SET `script`= 'instance_ruby_sanctum' WHERE `map`=724;
\ No newline at end of file diff --git a/sql/old/3.3.5a/2011_05_28_02_world_sai.sql b/sql/old/3.3.5a/2011_05_28_02_world_sai.sql new file mode 100644 index 00000000000..88a816636d4 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_28_02_world_sai.sql @@ -0,0 +1,9 @@ +-- Smart AI for Baltarhus the Warborn Clone +SET @ENTRY := 39899; -- NPC entry +SET @SPELL1 := 40504; -- Cleave +SET @SPELL2 := 75125; -- Blade Tempest +UPDATE `creature_template` SET `AIName`= 'SmartAI' 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,0,0,100,0,5000,10000,24000,24000,11,@SPELL1,0,0,0,0,0,2,0,0,0,0,0,0,0, 'Baltarhus the Warborn Clone - Combat - Cast Cleave on victim'), +(@ENTRY,0,1,0,0,0,100,0,18000,25000,24000,26000,11,@SPELL2,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Baltarhus the Warborn Clone - Cast Blade Tempest on self'); diff --git a/sql/old/3.3.5a/2011_05_28_02_world_spell_script_names.sql b/sql/old/3.3.5a/2011_05_28_02_world_spell_script_names.sql new file mode 100644 index 00000000000..d2236aa4c6b --- /dev/null +++ b/sql/old/3.3.5a/2011_05_28_02_world_spell_script_names.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_baltharus_enervating_brand'; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(74502, 'spell_baltharus_enervating_brand'); diff --git a/sql/old/3.3.5a/2011_05_29_00_world_creature_template.sql b/sql/old/3.3.5a/2011_05_29_00_world_creature_template.sql new file mode 100644 index 00000000000..c259180f06f --- /dev/null +++ b/sql/old/3.3.5a/2011_05_29_00_world_creature_template.sql @@ -0,0 +1 @@ +UPDATE `creature_template` SET `npcflag`=2 WHERE `entry`=40429; diff --git a/sql/old/3.3.5a/2011_05_29_01_world_spell_linked_spell.sql b/sql/old/3.3.5a/2011_05_29_01_world_spell_linked_spell.sql new file mode 100644 index 00000000000..0c694499c4a --- /dev/null +++ b/sql/old/3.3.5a/2011_05_29_01_world_spell_linked_spell.sql @@ -0,0 +1,5 @@ +DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (70923,-70923); +INSERT INTO `spell_linked_spell` (`spell_trigger`,`spell_effect`,`type`,`comment`) VALUES +(70923,70924,1,'Blood-Queen: Uncontrollable Frenzy damage buff'), +(-70923,-70924,0,'Blood-Queen: Uncontrollable Frenzy remove 10man'), +(-70923,-73015,0,'Blood-Queen: Uncontrollable Frenzy remove 25man'); diff --git a/sql/old/3.3.5a/2011_05_29_02_world_spell_script_names.sql b/sql/old/3.3.5a/2011_05_29_02_world_spell_script_names.sql new file mode 100644 index 00000000000..ccb6d8c7c34 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_29_02_world_spell_script_names.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`= 'spell_baltharus_enervating_brand_trigger'; +INSERT INTO `spell_script_names` VALUES +(74505, 'spell_baltharus_enervating_brand_trigger'); diff --git a/sql/old/3.3.5a/2011_05_29_0_characters_mail_items.sql b/sql/old/3.3.5a/2011_05_29_0_characters_mail_items.sql new file mode 100644 index 00000000000..3162fe1b263 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_29_0_characters_mail_items.sql @@ -0,0 +1,8 @@ +-- Uncomment this query if the ALTER query gives you primary key violation errors +-- SET @item_guid := (SELECT `item_guid` FROM `mail_items` GROUP BY `item_guid` HAVING COUNT(`item_guid`) > 1); +-- DELETE FROM `mail_items` WHERE `item_guid` IN (@item_guid); + +ALTER TABLE `mail_items` +DROP PRIMARY KEY, +ADD PRIMARY KEY(`item_guid`), +ADD KEY `idx_mail_id` (`mail_id`); diff --git a/sql/old/3.3.5a/2011_05_29_1_characters_character_pet.sql b/sql/old/3.3.5a/2011_05_29_1_characters_character_pet.sql new file mode 100644 index 00000000000..33de0087ce3 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_29_1_characters_character_pet.sql @@ -0,0 +1,2 @@ +ALTER TABLE `character_pet` +ADD KEY `idx_slot` (`slot`); diff --git a/sql/old/3.3.5a/2011_05_30_00_world_creature_template.sql b/sql/old/3.3.5a/2011_05_30_00_world_creature_template.sql new file mode 100644 index 00000000000..aecce0022e2 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_30_00_world_creature_template.sql @@ -0,0 +1,8 @@ +UPDATE `creature_template` SET `ScriptName`='npc_dream_fog' WHERE `entry`=15224; +UPDATE `creature_template` SET `ScriptName`='boss_ysondre' WHERE `entry`=14887; +UPDATE `creature_template` SET `ScriptName`='npc_demented_druid' WHERE `entry`=15260; +UPDATE `creature_template` SET `ScriptName`='boss_ysondre' WHERE `entry`=14887; +UPDATE `creature_template` SET `ScriptName`='boss_lethon' WHERE `entry`=14888; +UPDATE `creature_template` SET `ScriptName`='boss_emeriss' WHERE `entry`=14889; +UPDATE `creature_template` SET `ScriptName`='boss_taerar' WHERE `entry`=14890; +UPDATE `creature_template` SET `ScriptName`='boss_shade_of_taerar' WHERE `entry`=15302; diff --git a/sql/old/3.3.5a/2011_05_30_00_world_creature_text.sql b/sql/old/3.3.5a/2011_05_30_00_world_creature_text.sql new file mode 100644 index 00000000000..b2ac3d63048 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_30_00_world_creature_text.sql @@ -0,0 +1,10 @@ +DELETE FROM `creature_text` WHERE `entry` IN (14887, 14888, 14889, 14890); +INSERT INTO `creature_text`(`entry`,`groupid`,`text`,`type`,`comment`) VALUES +(14887,0,'The strands of LIFE have been severed! The Dreamers must be avenged!',14,'Ysondre - SAY_YSONDRE_AGGRO'), +(14887,1,'Come forth, ye Dreamers - and claim your vengeance!',14,'Ysondre - SAY_YSONDRE_SUMMON_DRUIDS'), +(14888,0,'I can sense the SHADOW on your hearts. There can be no rest for the wicked!',14,'Lethon - SAY_LETHON_AGGRO'), +(14888,1,'Your wicked souls shall feed my power!',14,'Lethon - SAY_LETHON_DRAW_SPIRIT'), +(14889,0,'Hope is a DISEASE of the soul! This land shall wither and die!',14,'Emeriss - SAY_EMERISS_AGGRO'), +(14889,1,'Taste your world\'s corruption!',14,'Emeriss - SAY_EMERISS_CAST_CORRUPTION'), +(14890,0,'Peace is but a fleeting dream! Let the NIGHTMARE reign!',14,'Taerar - SAY_TAERAR_AGGRO'), +(14890,1,'Children of Madness - I release you upon this world!',14,'Taerar - SAY_TAERAR_SUMMON_SHADE'); diff --git a/sql/old/3.3.5a/2011_05_30_00_world_script_texts.sql b/sql/old/3.3.5a/2011_05_30_00_world_script_texts.sql new file mode 100644 index 00000000000..9bb1f482737 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_30_00_world_script_texts.sql @@ -0,0 +1,9 @@ +-- Delete old text-assignment for Ysondre +DELETE FROM `script_texts` WHERE `entry`='-1000360'; +DELETE FROM `script_texts` WHERE `entry`='-1000361'; +-- Delete old text-assignment for Taerar +DELETE FROM `script_texts` WHERE `entry`='-1000399'; +DELETE FROM `script_texts` WHERE `entry`='-1000400'; +-- Delete old text-assignment for Emeriss +DELETE FROM `script_texts` WHERE `entry`='-1000401'; +DELETE FROM `script_texts` WHERE `entry`='-1000402'; diff --git a/sql/old/3.3.5a/2011_05_30_01_world_conditions.sql b/sql/old/3.3.5a/2011_05_30_01_world_conditions.sql new file mode 100644 index 00000000000..14fc7d999d0 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_30_01_world_conditions.sql @@ -0,0 +1,3 @@ +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=74455; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(13,0,74455,0,18,1,39747,0,0,'', 'Spell 74455 targets only Saviana Ragefire'); diff --git a/sql/old/3.3.5a/2011_05_30_01_world_creature.sql b/sql/old/3.3.5a/2011_05_30_01_world_creature.sql new file mode 100644 index 00000000000..898c7609909 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_30_01_world_creature.sql @@ -0,0 +1,13 @@ +-- Saviana Ragefire +UPDATE `creature_template` SET `InhabitType`=3,`mechanic_immune_mask`=`mechanic_immune_mask`|8388624,`ScriptName`= 'boss_saviana_ragefire' WHERE `entry`=39747; +DELETE FROM `creature_text` WHERE `entry`=39747; +INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`comment`) VALUES +(39747,0,0, 'You will sssuffer for this intrusion!',14,0,100,0,0,17528, 'Saviana Ragefire'), +(39747,1,0, 'Burn in the master''s flame!',14,0,100,0,0,17532, 'Saviana Ragefire'), +(39747,2,0, '%s becomes enraged!',16,0,100,0,0,0, 'Saviana Ragefire'), +(39747,3,0, 'Halion will be pleased.',14,0,100,0,0,17530, 'Saviana Ragefire'), +(39747,3,1, 'As it should be....',14,0,100,0,0,17529, 'Saviana Ragefire'); + +-- Baltharus the Warborn Clone +UPDATE `creature_template` SET `AIName`= '',`ScriptName`= 'npc_baltarhus_the_warborn_clone' WHERE `entry`=39899; +DELETE FROM `smart_scripts` WHERE `entryorguid`=39899; diff --git a/sql/old/3.3.5a/2011_05_30_01_world_spell_script_names.sql b/sql/old/3.3.5a/2011_05_30_01_world_spell_script_names.sql new file mode 100644 index 00000000000..4c6af78eb02 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_30_01_world_spell_script_names.sql @@ -0,0 +1,5 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`= 'spell_saviana_conflagration_init'; +DELETE FROM `spell_script_names` WHERE `ScriptName`= 'spell_saviana_conflagration_throwback'; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(74452, 'spell_saviana_conflagration_init'), +(74455, 'spell_saviana_conflagration_throwback'); diff --git a/sql/old/3.3.5a/2011_05_30_02_world_spell_linked_spell.sql b/sql/old/3.3.5a/2011_05_30_02_world_spell_linked_spell.sql new file mode 100644 index 00000000000..211cfba37f3 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_30_02_world_spell_linked_spell.sql @@ -0,0 +1 @@ +UPDATE `spell_linked_spell` SET `spell_trigger`=62821 WHERE `spell_trigger`=65280; diff --git a/sql/old/3.3.5a/2011_05_30_03_world_creature_template.sql b/sql/old/3.3.5a/2011_05_30_03_world_creature_template.sql new file mode 100644 index 00000000000..5f64cf3dda7 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_30_03_world_creature_template.sql @@ -0,0 +1 @@ +UPDATE `creature_template` SET `unit_flags`=4,`flags_extra`=2 where `entry`=33342; diff --git a/sql/old/3.3.5a/2011_05_30_04_world_creature_template.sql b/sql/old/3.3.5a/2011_05_30_04_world_creature_template.sql new file mode 100644 index 00000000000..140a7f2d7be --- /dev/null +++ b/sql/old/3.3.5a/2011_05_30_04_world_creature_template.sql @@ -0,0 +1 @@ +UPDATE `creature_template` SET `unit_flags`=`unit_flags`|0x02000000|0x00000002,`dynamicflags`=0,`faction_A`=50,`faction_H`=50 WHERE `entry`=15224; diff --git a/sql/old/3.3.5a/2011_05_30_04_world_creature_template_addon.sql b/sql/old/3.3.5a/2011_05_30_04_world_creature_template_addon.sql new file mode 100644 index 00000000000..c0ab35854be --- /dev/null +++ b/sql/old/3.3.5a/2011_05_30_04_world_creature_template_addon.sql @@ -0,0 +1,2 @@ +DELETE FROM `creature_template_addon` WHERE `entry` = 15224; +INSERT INTO `creature_template_addon` (`entry`,`auras`) VALUES (15224, '24777'); diff --git a/sql/old/3.3.5a/2011_05_30_05_world_gameobject_template.sql b/sql/old/3.3.5a/2011_05_30_05_world_gameobject_template.sql new file mode 100644 index 00000000000..d75ff69261f --- /dev/null +++ b/sql/old/3.3.5a/2011_05_30_05_world_gameobject_template.sql @@ -0,0 +1,2 @@ +-- Fix faction for Frostwyrm Waterfall Door (door after Sapphiron in Naxxramas) +UPDATE `gameobject_template` SET `faction`=1375 WHERE `entry`=181225; diff --git a/sql/old/3.3.5a/2011_05_31_00_world_spell_script_names.sql b/sql/old/3.3.5a/2011_05_31_00_world_spell_script_names.sql new file mode 100644 index 00000000000..56ddf324bef --- /dev/null +++ b/sql/old/3.3.5a/2011_05_31_00_world_spell_script_names.sql @@ -0,0 +1,2 @@ +DELETE FROM `spell_script_names` WHERE `spell_id` = 24778; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES (24778, 'spell_dream_fog_sleep'); diff --git a/sql/old/3.3.5a/2011_05_31_01_world_spell_bonus_data.sql b/sql/old/3.3.5a/2011_05_31_01_world_spell_bonus_data.sql new file mode 100644 index 00000000000..700f73e7ff7 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_31_01_world_spell_bonus_data.sql @@ -0,0 +1 @@ +UPDATE `spell_bonus_data` SET `direct_bonus` = 0, `ap_bonus` = 0 WHERE `entry` = 25742; diff --git a/sql/old/3.3.5a/2011_05_31_02_world_spell_script_names.sql b/sql/old/3.3.5a/2011_05_31_02_world_spell_script_names.sql new file mode 100644 index 00000000000..450afc1780f --- /dev/null +++ b/sql/old/3.3.5a/2011_05_31_02_world_spell_script_names.sql @@ -0,0 +1,10 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName` IN('spell_gen_av_drekthar_presence','spell_ex_463'); +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(463, 'spell_ex_463'), +(45828, 'spell_gen_av_drekthar_presence'), +(45829, 'spell_gen_av_drekthar_presence'), +(45830, 'spell_gen_av_drekthar_presence'), +(45822, 'spell_gen_av_drekthar_presence'), +(45823, 'spell_gen_av_drekthar_presence'), +(45824, 'spell_gen_av_drekthar_presence'), +(45826, 'spell_gen_av_drekthar_presence'); diff --git a/sql/old/3.3.5a/2011_05_31_0_characters_character_pet.sql b/sql/old/3.3.5a/2011_05_31_0_characters_character_pet.sql new file mode 100644 index 00000000000..f36bc806de7 --- /dev/null +++ b/sql/old/3.3.5a/2011_05_31_0_characters_character_pet.sql @@ -0,0 +1,3 @@ +ALTER TABLE `character_pet` +DROP COLUMN `resettalents_cost`, +DROP COLUMN `resettalents_time`; diff --git a/sql/old/3.3.5a/2011_06_01_00_world_spell_proc_event.sql b/sql/old/3.3.5a/2011_06_01_00_world_spell_proc_event.sql new file mode 100644 index 00000000000..ee1772245b1 --- /dev/null +++ b/sql/old/3.3.5a/2011_06_01_00_world_spell_proc_event.sql @@ -0,0 +1,4 @@ +DELETE FROM `spell_proc_event` WHERE `entry` IN (75475,75481); +INSERT INTO `spell_proc_event` (`entry`,`Cooldown`) VALUES +(75475,45), +(75481,45); diff --git a/sql/old/3.3.5a/2011_06_01_01_world_game_event.sql b/sql/old/3.3.5a/2011_06_01_01_world_game_event.sql new file mode 100644 index 00000000000..e0fb50f4af3 --- /dev/null +++ b/sql/old/3.3.5a/2011_06_01_01_world_game_event.sql @@ -0,0 +1 @@ +UPDATE `game_event` SET `holiday` = 424 WHERE `eventEntry` = 63; -- Kalu'ak Fishing Derby diff --git a/sql/old/3.3.5a/2011_06_01_02_world_gameobject_template.sql b/sql/old/3.3.5a/2011_06_01_02_world_gameobject_template.sql new file mode 100644 index 00000000000..2108afe6aba --- /dev/null +++ b/sql/old/3.3.5a/2011_06_01_02_world_gameobject_template.sql @@ -0,0 +1,9 @@ +-- Set proper flags for Flame of Imbel, Flame of Lahassa, Flame of Samha and Flame of Byltan +UPDATE `gameobject_template` SET `flags`=`flags`&~4 WHERE `entry` IN (142185,142187,142186,142188); +-- Set loot template for the gameobjects above +DELETE FROM `gameobject_loot_template` WHERE `entry` IN (6711,6709,6708,6710); +INSERT INTO `gameobject_loot_template` (`entry`,`item`,`ChanceOrQuestChance`,`lootmode`,`groupid`,`mincountOrRef`,`maxcount`) VALUES +(6711,9258,100,1,0,1,1), +(6709,9256,100,1,0,1,1), +(6708,9255,100,1,0,1,1), +(6710,9257,100,1,0,1,1); diff --git a/sql/old/3.3.5a/2011_06_02_00_world_gameobject_template.sql b/sql/old/3.3.5a/2011_06_02_00_world_gameobject_template.sql new file mode 100644 index 00000000000..bd6a01d1e89 --- /dev/null +++ b/sql/old/3.3.5a/2011_06_02_00_world_gameobject_template.sql @@ -0,0 +1,2 @@ +-- Set sniffed flag for Bristlelimb Cage +UPDATE `gameobject_template` SET `flags`=32 WHERE `entry`=181714; diff --git a/sql/old/3.3.5a/2011_06_02_01_world_achievement_criteria_data.sql b/sql/old/3.3.5a/2011_06_02_01_world_achievement_criteria_data.sql new file mode 100644 index 00000000000..d98174cb07d --- /dev/null +++ b/sql/old/3.3.5a/2011_06_02_01_world_achievement_criteria_data.sql @@ -0,0 +1,23 @@ +DELETE FROM `achievement_criteria_data` WHERE `type` = 6 AND `criteria_id` IN +(5020,5021,5022,5023,5024,5025,5026,5027,5028,5029,5030,5031,5032,5033,5034,5035,5036,5037,5038,5039); +INSERT INTO `achievement_criteria_data` values +(5020,6,1519,0,''), +(5021,6,1537,0,''), +(5022,6,1657,0,''), +(5023,6,1658,0,''), +(5024,6,1659,0,''), +(5025,6,1661,0,''), +(5026,6,1662,0,''), +(5027,6,1660,0,''), +(5028,6,3557,0,''), +(5029,6,1617,0,''), +(5030,6,4411,0,''), +(5031,6,1637,0,''), +(5032,6,3487,0,''), +(5033,6,3704,0,''), +(5034,6,1638,0,''), +(5035,6,1639,0,''), +(5036,6,1641,0,''), +(5037,6,1640,0,''), +(5038,6,2197,0,''), +(5039,6,1497,0,''); diff --git a/sql/old/3.3.5a/2011_06_02_03_world_disables.sql b/sql/old/3.3.5a/2011_06_02_03_world_disables.sql new file mode 100644 index 00000000000..ff08c053efc --- /dev/null +++ b/sql/old/3.3.5a/2011_06_02_03_world_disables.sql @@ -0,0 +1 @@ +DELETE FROM `disables` WHERE entry IN (5020,5021,5022,5023,5024,5025,5026,5027,5028,5029,5030,5031,5032,5033,5034,5035,5036,5037,5038,5039); diff --git a/sql/old/3.3.5a/2011_06_03_00_world_creature_template.sql b/sql/old/3.3.5a/2011_06_03_00_world_creature_template.sql new file mode 100644 index 00000000000..57f8cccd381 --- /dev/null +++ b/sql/old/3.3.5a/2011_06_03_00_world_creature_template.sql @@ -0,0 +1,2 @@ +UPDATE `creature_template` SET `exp`=2 WHERE `entry` IN (36853,38265,38266,38267); -- Sindragosa +UPDATE `creature_template` SET `exp`=2 WHERE `entry` IN (36980,38320,38321,38322); -- Ice Tomb diff --git a/sql/old/3.3.5a/2011_06_03_01_world_spell_script_names.sql b/sql/old/3.3.5a/2011_06_03_01_world_spell_script_names.sql new file mode 100644 index 00000000000..92dad52f1dd --- /dev/null +++ b/sql/old/3.3.5a/2011_06_03_01_world_spell_script_names.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_gen_magic_rooster'; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(65917, 'spell_gen_magic_rooster'); diff --git a/sql/old/3.3.5a/2011_06_04_00_world_creature_loot_template.sql b/sql/old/3.3.5a/2011_06_04_00_world_creature_loot_template.sql new file mode 100644 index 00000000000..ff72ecd3454 --- /dev/null +++ b/sql/old/3.3.5a/2011_06_04_00_world_creature_loot_template.sql @@ -0,0 +1,9 @@ +SET @ENTRY := 39946; +UPDATE `creature_template` SET `lootid`=@ENTRY WHERE `entry`=39746; +UPDATE `creature_template` SET `lootid`=@ENTRY+1 WHERE `entry`=39751; +UPDATE `creature_template` SET `lootid`=@ENTRY+2 WHERE `entry`=39747; +DELETE FROM `creature_loot_template` WHERE `entry` BETWEEN @ENTRY AND @ENTRY+2; +INSERT INTO `creature_loot_template` (`entry`,`item`,`ChanceOrQuestChance`,`lootmode`,`groupid`,`mincountOrRef`,`maxcount`) VALUES +(@ENTRY,49426,100,1,0,1,1), +(@ENTRY+1,49426,100,1,0,1,1), +(@ENTRY+2,49426,100,1,0,1,1); diff --git a/sql/old/3.3.5a/2011_06_04_00_world_creature_template.sql b/sql/old/3.3.5a/2011_06_04_00_world_creature_template.sql new file mode 100644 index 00000000000..1155ac4b7e3 --- /dev/null +++ b/sql/old/3.3.5a/2011_06_04_00_world_creature_template.sql @@ -0,0 +1,12 @@ +DELETE FROM `creature_text` WHERE `entry`=39746; +INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`comment`) VALUES +(39746,0,0, 'Alexstrasza has chosen capable allies.... A pity that I must END YOU!',14,0,100,0,0,17512, 'Baltharus the Warborn'), +(39746,1,0, 'You thought you stood a chance?',14,0,50,0,0,17513, 'General Zarithrian'), +(39746,1,1, 'It''s for the best.',14,0,50,0,0,17514, 'General Zarithrian'), +(39746,2,0, 'Turn them to ash, minions!',14,0,100,0,0,17516, 'General Zarithrian'), +(39746,3,0, 'HALION! I...',14,0,100,0,0,17515, 'General Zarithrian'); + +UPDATE `creature_template` SET `ScriptName`= 'npc_baltharus_the_warborn_clone' WHERE `ScriptName`= 'npc_baltarhus_the_warborn_clone'; +UPDATE `creature_template` SET `InhabitType`=3 WHERE `entry`=39794; +UPDATE `creature_template` SET `ScriptName`= 'boss_general_zarithrian' WHERE `entry`=39746; +UPDATE `creature_template` SET `ScriptName`= 'npc_onyx_flamecaller' WHERE `entry`=39814; diff --git a/sql/old/3.3.5a/2011_06_05_00_world_spelldifficulty_dbc.sql b/sql/old/3.3.5a/2011_06_05_00_world_spelldifficulty_dbc.sql new file mode 100644 index 00000000000..ab5dfde83c5 --- /dev/null +++ b/sql/old/3.3.5a/2011_06_05_00_world_spelldifficulty_dbc.sql @@ -0,0 +1,2 @@ +-- Fix typo for Nature Bomb Spell in heroic difficulty +UPDATE `spelldifficulty_dbc` SET `spellid1`=64650 WHERE `id`=3250; diff --git a/sql/old/3.3.5a/2011_06_07_00_world_misc.sql b/sql/old/3.3.5a/2011_06_07_00_world_misc.sql new file mode 100644 index 00000000000..394bd9f617e --- /dev/null +++ b/sql/old/3.3.5a/2011_06_07_00_world_misc.sql @@ -0,0 +1,27 @@ +DELETE FROM `spell_script_names` WHERE `spell_id` IN(63018,65121,64234,63024,62791); +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(63018,'spell_xt002_searing_light_spawn_life_spark'), +(65121,'spell_xt002_searing_light_spawn_life_spark'), +(64234,'spell_xt002_gravity_bomb_spawn_void_zone'), +(63024,'spell_xt002_gravity_bomb_spawn_void_zone'), +(62791,'spell_xt002_heart_overload_periodic'); + +DELETE FROM `spell_dbc` WHERE `Id`=62791; +INSERT INTO `spell_dbc` (`Id`,`Effect1`,`Comment`) VALUES (62791,3,'XT-002 Heart Overload Trigger Spell'); + +DELETE FROM `vehicle_template_accessory` WHERE `entry`=33293; +INSERT INTO `vehicle_template_accessory` (`entry`,`accessory_entry`,`seat_id`,`minion`,`description`,`summontype`,`summontimer`) VALUES +(33293,33329,0,1,'XT-002 Deconstructor - Heart',6,30000); + +DELETE FROM `npc_spellclick_spells` WHERE `npc_entry`=33293; +INSERT INTO `npc_spellclick_spells` (`npc_entry`,`spell_id`,`quest_start`,`quest_start_active`,`quest_end`,`cast_flags`,`aura_required`,`aura_forbidden`,`user_type`) VALUES +(33293,63852,0,0,0,1,0,0,0); + +-- Template updates for creature 33293 (XT-002 Deconstructor) +UPDATE `creature_template` SET `speed_run`=1.7142857142857 WHERE `entry`=33293; -- XT-002 Deconstructor +-- Model data 28611 (creature 33293 (XT-002 Deconstructor)) +UPDATE `creature_model_info` SET `bounding_radius`=0.465,`combat_reach`=1,`gender`=2 WHERE `modelid`=28611; -- XT-002 Deconstructor +-- Addon data for creature 33293 (XT-002 Deconstructor) +DELETE FROM `creature_template_addon` WHERE `entry`=33293; +INSERT INTO `creature_template_addon` (`entry`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES +(33293,0,0,1,0, NULL); -- XT-002 Deconstructor diff --git a/sql/old/3.3.5a/2011_06_08_00_world_spell_script_names.sql b/sql/old/3.3.5a/2011_06_08_00_world_spell_script_names.sql new file mode 100644 index 00000000000..76ea8478109 --- /dev/null +++ b/sql/old/3.3.5a/2011_06_08_00_world_spell_script_names.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `spell_id`=62775; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(62775, 'spell_xt002_tympanic_tantrum'); diff --git a/sql/old/3.3.5a/2011_06_09_00_world_misc.sql b/sql/old/3.3.5a/2011_06_09_00_world_misc.sql new file mode 100644 index 00000000000..0c56d63520f --- /dev/null +++ b/sql/old/3.3.5a/2011_06_09_00_world_misc.sql @@ -0,0 +1,14 @@ +DELETE FROM `spell_dbc` WHERE `id`=65037; +INSERT INTO `spell_dbc` (`Id`,`Effect1`,`EffectImplicitTargetA1`,`comment`)VALUES +(65037,3,1,'Nerf the Scrapbots Achievement Criteria Marker'); + +DELETE FROM `achievement_criteria_data` WHERE `criteria_id` IN(10401,10402) AND `type`=18; + +DELETE FROM `conditions` WHERE `SourceEntry`=62834 AND `SourceTypeOrReferenceId`=13 AND `ConditionTypeOrReference`=18; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceEntry`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`Comment`)VALUES +(13,62834,18,1,0,'Boombot Boom - Player target'), +(13,62834,18,1,33343,'Boombot Boom - Scrapbot target'), +(13,62834,18,1,33344,'Boombot Boom - Pummeler target'), +(13,62834,18,1,33346,'Boombot Boom - Boombot target'), +(13,62834,18,1,33329,'Boombot Boom - Heart of the Deconstructor target'), +(13,62834,18,1,33293,'Boombot Boom - XT-002 target'); diff --git a/sql/old/3.3.5a/2011_06_09_01_world_spell_proc_event.sql b/sql/old/3.3.5a/2011_06_09_01_world_spell_proc_event.sql new file mode 100644 index 00000000000..0e826232293 --- /dev/null +++ b/sql/old/3.3.5a/2011_06_09_01_world_spell_proc_event.sql @@ -0,0 +1 @@ +DELETE FROM `spell_proc_event` WHERE `entry` IN (53672,54149); diff --git a/sql/old/3.3.5a/2011_06_09_02_world_spell_proc_event.sql b/sql/old/3.3.5a/2011_06_09_02_world_spell_proc_event.sql new file mode 100644 index 00000000000..805cf33b172 --- /dev/null +++ b/sql/old/3.3.5a/2011_06_09_02_world_spell_proc_event.sql @@ -0,0 +1 @@ +DELETE FROM `spell_proc_event` WHERE `entry` = 33151; diff --git a/sql/old/3.3.5a/2011_06_09_03_world_spell_script_names.sql b/sql/old/3.3.5a/2011_06_09_03_world_spell_script_names.sql new file mode 100644 index 00000000000..1ce1d7a9fb2 --- /dev/null +++ b/sql/old/3.3.5a/2011_06_09_03_world_spell_script_names.sql @@ -0,0 +1,5 @@ +DELETE FROM `spell_scripts` WHERE `id` IN(37751,37752); -- Remove redundant data from spell_scripts +DELETE FROM `spell_script_names` WHERE `spell_id` IN(37751,37752); +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(37751,'spell_xt002_submerged'), +(37752,'spell_xt002_stand'); diff --git a/sql/old/3.3.5a/2011_06_09_04_world_areatrigger_teleport.sql b/sql/old/3.3.5a/2011_06_09_04_world_areatrigger_teleport.sql new file mode 100644 index 00000000000..43c0177f101 --- /dev/null +++ b/sql/old/3.3.5a/2011_06_09_04_world_areatrigger_teleport.sql @@ -0,0 +1,4 @@ +UPDATE `areatrigger_teleport` SET `target_orientation`=2.58 WHERE `id`=4008; -- Fixes AQ20 entrance rotation +UPDATE `areatrigger_teleport` SET `target_orientation`=3.779335 WHERE `id`=503; -- Fixes Stockades exit rotation +UPDATE `areatrigger_teleport` SET `name`= 'Sethekk Halls (Exit)',`target_orientation`=1.65638 WHERE `id`=4399; -- Fixes Sethekk Halls exit rotation and name for trigger +UPDATE `areatrigger_teleport` SET `name`= 'Auchenai Crypts (Exit)',`target_orientation`=4.672236 WHERE `id`=4403; -- Fixes Auchenai Crypts exit rotation and name for trigger diff --git a/sql/old/3.3.5a/2011_06_10_00_world_creature_misc.sql b/sql/old/3.3.5a/2011_06_10_00_world_creature_misc.sql new file mode 100644 index 00000000000..b4814d8514a --- /dev/null +++ b/sql/old/3.3.5a/2011_06_10_00_world_creature_misc.sql @@ -0,0 +1,19 @@ +-- Template updates for creature 33346 (XE-321 Boombot) +UPDATE `creature_template` SET `speed_run`=0.42857 WHERE `entry`=33346; -- XE-321 Boombot +-- Addon data for creature 33346 (XE-321 Boombot) +DELETE FROM `creature_template_addon` WHERE `entry`=33346; +INSERT INTO `creature_template_addon` (`entry`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES +(33346,0,0,1,0, NULL); -- XE-321 Boombot + +-- Template updates for creature 33344 (XM-024 Pummeller) +-- Addon data for creature 33344 (XM-024 Pummeller) +DELETE FROM `creature_template_addon` WHERE `entry`=33344; +INSERT INTO `creature_template_addon` (`entry`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES +(33344,0,0,1,0, NULL); -- XM-024 Pummeller + +-- Template updates for creature 33343 (XS-013 Scrapbot) +UPDATE `creature_template` SET `speed_run`=0.42857 WHERE `entry`=33343; -- XS-013 Scrapbot +-- Addon data for creature 33343 (XS-013 Scrapbot) +DELETE FROM `creature_template_addon` WHERE `entry`=33343; +INSERT INTO `creature_template_addon` (`entry`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES +(33343,0,0,1,0, NULL); -- XS-013 Scrapbot diff --git a/sql/old/3.3.5a/2011_06_10_01_world_spell_proc_event.sql b/sql/old/3.3.5a/2011_06_10_01_world_spell_proc_event.sql new file mode 100644 index 00000000000..78a9b05fd6f --- /dev/null +++ b/sql/old/3.3.5a/2011_06_10_01_world_spell_proc_event.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_proc_event` WHERE `entry` = 60524; +INSERT INTO `spell_proc_event` VALUES +(60524,0x00,0,0x00000000,0x00000000,0x00000000,0x00000000,0x00010000,0,0,0); diff --git a/sql/old/3.3.5a/2011_06_10_02_world_misc.sql b/sql/old/3.3.5a/2011_06_10_02_world_misc.sql new file mode 100644 index 00000000000..15f24715ede --- /dev/null +++ b/sql/old/3.3.5a/2011_06_10_02_world_misc.sql @@ -0,0 +1,31 @@ +-- Delete disabled achievements +DELETE FROM `disables` WHERE `sourceType`=4 AND `entry` IN(10074,10075,10220,10221,10077,10079); + +DELETE FROM `achievement_criteria_data` WHERE `criteria_id` IN(10074,10075,10220,10221,10077,10079); +INSERT INTO `achievement_criteria_data` (`criteria_id`,`type`,`value1`,`ScriptName`) VALUES +-- Nerf Engineering 10m +(10074,11,0,'achievement_nerf_engineering'), +(10074,12,0,''), +-- Nerf Engineering 25m +(10075,11,0,'achievement_nerf_engineering'), +(10075,12,1,''), +-- Heartbreaker 10m +(10221,11,0,'achievement_heartbreaker'), +(10221,12,0,''), +-- Heartbreaker 25m +(10220,11,0,'achievement_heartbreaker'), +(10220,12,1,''), +-- Nerf Gravity Bombs 10m +(10077,11,0,'achievement_nerf_gravity_bombs'), +(10077,12,0,''), +-- Nerf Gravity Bombs 25m +(10079,11,0,'achievement_nerf_gravity_bombs'), +(10079,12,1,''); + +DELETE FROM `spell_script_names` WHERE `spell_id` IN(64233,63025); +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(64233,'spell_xt002_gravity_bomb_damage'), +(63025,'spell_xt002_gravity_bomb_damage'); + +-- Better naming for changed script with new functionality +UPDATE `spell_script_names` SET `ScriptName`='spell_xt002_gravity_bomb_aura' WHERE `spell_id` IN(64234,63024); diff --git a/sql/old/3.3.5a/2011_06_10_03_world_misc.sql b/sql/old/3.3.5a/2011_06_10_03_world_misc.sql new file mode 100644 index 00000000000..a5d15b33595 --- /dev/null +++ b/sql/old/3.3.5a/2011_06_10_03_world_misc.sql @@ -0,0 +1 @@ +UPDATE `creature_template` SET `flags_extra`=`flags_extra`|128 WHERE `entry`=33050; -- Set trigger flag for Unstable Sun Beam diff --git a/sql/old/3.3.5a/2011_06_10_04_world_misc.sql b/sql/old/3.3.5a/2011_06_10_04_world_misc.sql new file mode 100644 index 00000000000..8e144292429 --- /dev/null +++ b/sql/old/3.3.5a/2011_06_10_04_world_misc.sql @@ -0,0 +1,5 @@ +DELETE FROM `vehicle_template_accessory` WHERE `entry` = 31269; +INSERT INTO `vehicle_template_accessory` VALUES +(31269, 27559, 0, 0, 'Kor''kron Battle Wyvern', 6, 300); +DELETE FROM `creature` WHERE `id` = 27559; +UPDATE `creature_template` SET `InhabitType` = 1 WHERE `entry` = 27559; diff --git a/sql/old/3.3.5a/2011_06_10_05_world_creature_template.sql b/sql/old/3.3.5a/2011_06_10_05_world_creature_template.sql new file mode 100644 index 00000000000..17103a3d961 --- /dev/null +++ b/sql/old/3.3.5a/2011_06_10_05_world_creature_template.sql @@ -0,0 +1 @@ +UPDATE `creature_template` SET `AIName` = 'ArcherAI' WHERE `AIName` = 'ArchorAI'; diff --git a/sql/old/3.3.5a/2011_06_12_00_world_sai.sql b/sql/old/3.3.5a/2011_06_12_00_world_sai.sql new file mode 100644 index 00000000000..0f1eac57348 --- /dev/null +++ b/sql/old/3.3.5a/2011_06_12_00_world_sai.sql @@ -0,0 +1,23 @@ +-- Demented Druid Spirit SAI +SET @ENTRY := 15260; -- NPC entry +SET @SPELL1 := 6726; -- Silence +SET @SPELL2 := 16247; -- Curse of Thorns +SET @SPELL3 := 21669; -- Moonfire +UPDATE `creature_template` SET `AIName`='SmartAI', `ScriptName`='' WHERE `entry`=@ENTRY; -- Set SAI as AI. Remove cpp ScriptName if one exist +DELETE FROM `creature_ai_scripts` WHERE `creature_id`=@ENTRY; -- Remove EAI if exist +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,0,0,100,0,2500,2500,10000,15000,11,@SPELL1,0,0,0,0,0,2,0,0,0,0,0,0,0, 'Demented Druid Spirit - Combat - Cast Silence on victim'), +(@ENTRY,0,1,0,0,0,100,0,15000,15000,15000,20000,11,@SPELL2,0,0,0,0,0,2,0,0,0,0,0,0,0, 'Demented Druid Spirit - Combat - Cast Curse of Thorns on victim'), +(@ENTRY,0,2,0,0,0,100,0,10000,10000,15000,20000,11,@SPELL3,0,0,0,0,0,2,0,0,0,0,0,0,0, 'Demented Druid Spirit - Combat - Cast Moonfire on victim'); + +-- Shade of Taerar SAI +SET @ENTRY := 15302; -- NPC entry +SET @SPELL1 := 24840; -- Poison Cloud +SET @SPELL2 := 20667; -- Corrosive Acid Breath +UPDATE `creature_template` SET `AIName`='SmartAI', `ScriptName`='' WHERE `entry`=@ENTRY; -- Set SAI as AI. Remove cpp ScriptName if one exist +DELETE FROM `creature_ai_scripts` WHERE `creature_id`=@ENTRY; -- Remove EAI if exist +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,0,0,100,0,12000,12000,10000,14000,11,@SPELL1,0,0,0,0,0,2,0,0,0,0,0,0,0, 'Shade of Taerar - Combat - Cast Poison Cloud on victim'), +(@ENTRY,0,1,0,0,0,100,0,30000,30000,25000,30000,11,@SPELL2,0,0,0,0,0,2,0,0,0,0,0,0,0, 'Shade of Taerar - Combat - Cast Corrosive Acid Breath on victim'); diff --git a/sql/old/3.3.5a/2011_06_12_00_world_spell_dbc.sql b/sql/old/3.3.5a/2011_06_12_00_world_spell_dbc.sql new file mode 100644 index 00000000000..3b072b7b911 --- /dev/null +++ b/sql/old/3.3.5a/2011_06_12_00_world_spell_dbc.sql @@ -0,0 +1 @@ +UPDATE `spell_dbc` SET `AttributesEx3`=0x00020000 WHERE `Id`=25042; diff --git a/sql/old/3.3.5a/2011_06_12_00_world_spell_script_names.sql b/sql/old/3.3.5a/2011_06_12_00_world_spell_script_names.sql new file mode 100644 index 00000000000..d4343120d0d --- /dev/null +++ b/sql/old/3.3.5a/2011_06_12_00_world_spell_script_names.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_mark_of_nature'; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(25042, 'spell_mark_of_nature'); diff --git a/sql/old/3.3.5a/2011_06_12_01_world_conditions.sql b/sql/old/3.3.5a/2011_06_12_01_world_conditions.sql new file mode 100644 index 00000000000..65cbac95761 --- /dev/null +++ b/sql/old/3.3.5a/2011_06_12_01_world_conditions.sql @@ -0,0 +1,4 @@ +-- Add condition for Item 38731 "Ahunae's Knife" to target 28600 "Dead Heb'Drakkar Headhunter" +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=18 AND `SourceEntry`=38731; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(18,0,38731,0,24,2,28600,0,63,'','Item 38731 "Ahunae''s Knife" targets 28600 "Dead Heb''Drakkar Headhunter'); diff --git a/sql/old/3.3.5a/2011_06_12_01_world_spell_script_names.sql b/sql/old/3.3.5a/2011_06_12_01_world_spell_script_names.sql new file mode 100644 index 00000000000..e2dbeceb417 --- /dev/null +++ b/sql/old/3.3.5a/2011_06_12_01_world_spell_script_names.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `spell_id`=52090; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(52090, 'spell_q12659_ahunaes_knife'); diff --git a/sql/old/3.3.5a/2011_06_13_00_world_gameobject_template.sql b/sql/old/3.3.5a/2011_06_13_00_world_gameobject_template.sql new file mode 100644 index 00000000000..59a7ae402b6 --- /dev/null +++ b/sql/old/3.3.5a/2011_06_13_00_world_gameobject_template.sql @@ -0,0 +1,2 @@ +-- Fix faction of Sand Trap +UPDATE `gameobject_template` SET `faction`=14 WHERE `entry`=180647; diff --git a/sql/old/3.3.5a/2011_06_13_01_world_sai.sql b/sql/old/3.3.5a/2011_06_13_01_world_sai.sql new file mode 100644 index 00000000000..f1a8d487644 --- /dev/null +++ b/sql/old/3.3.5a/2011_06_13_01_world_sai.sql @@ -0,0 +1,23 @@ +-- Demented Druid Spirit SAI +SET @ENTRY := 15260; -- NPC entry +SET @SPELL1 := 6726; -- Silence +SET @SPELL2 := 16247; -- Curse of Thorns +SET @SPELL3 := 21669; -- Moonfire +UPDATE `creature_template` SET `AIName`='SmartAI', `ScriptName`='' WHERE `entry`=@ENTRY; -- Set SAI as AI. Remove cpp ScriptName if one exist +DELETE FROM `creature_ai_scripts` WHERE `creature_id`=@ENTRY; -- Remove EAI if exist +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,0,0,100,0,15000,15000,15000,20000,11,@SPELL1,0,0,0,0,0,2,0,0,0,0,0,0,0, 'Demented Druid Spirit - Combat - Cast Silence on victim'), +(@ENTRY,0,1,0,0,0,100,0,10000,10000,15000,20000,11,@SPELL2,0,0,0,0,0,2,0,0,0,0,0,0,0, 'Demented Druid Spirit - Combat - Cast Curse of Thorns on victim'), +(@ENTRY,0,2,0,0,0,100,0,2500,2500,10000,15000,11,@SPELL3,0,0,0,0,0,2,0,0,0,0,0,0,0, 'Demented Druid Spirit - Combat - Cast Moonfire on victim'); + +-- Shade of Taerar SAI +SET @ENTRY := 15302; -- NPC entry +SET @SPELL1 := 20667; -- Corrosive Acid Breath +SET @SPELL2 := 24840; -- Poison Cloud +UPDATE `creature_template` SET `AIName`='SmartAI', `ScriptName`='' WHERE `entry`=@ENTRY; -- Set SAI as AI. Remove cpp ScriptName if one exist +DELETE FROM `creature_ai_scripts` WHERE `creature_id`=@ENTRY; -- Remove EAI if exist +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,1,0,0,0,100,0,12000,12000,10000,14000,11,@SPELL1,0,0,0,0,0,2,0,0,0,0,0,0,0, 'Shade of Taerar - Combat - Cast Corrosive Acid Breath on victim'), +(@ENTRY,0,0,0,0,0,100,0,30000,30000,25000,30000,11,@SPELL2,0,0,0,0,0,2,0,0,0,0,0,0,0, 'Shade of Taerar - Combat - Cast Poison Cloud on victim'); diff --git a/sql/old/3.3.5a/2011_06_14_00_world_misc.sql b/sql/old/3.3.5a/2011_06_14_00_world_misc.sql new file mode 100644 index 00000000000..1300ffb2ae7 --- /dev/null +++ b/sql/old/3.3.5a/2011_06_14_00_world_misc.sql @@ -0,0 +1,16 @@ +UPDATE `creature_template` set `VehicleId` = 129 WHERE `entry` = 28710; +UPDATE `creature_template` set `npcflag`=`npcflag`|0x1000000 WHERE `entry` IN (28710,29838,33114,33167,34161); + +DELETE FROM `npc_spellclick_spells` WHERE `npc_entry` IN (28710,29838,33114,33167,34161); +INSERT INTO `npc_spellclick_spells` VALUES +(28710,46598,0,0,0,1,0,0,0), +(29838,46598,0,0,0,1,0,0,0), +(33114,46598,0,0,0,1,0,0,0), +(33167,46598,0,0,0,1,0,0,0), +(34161,46598,0,0,0,1,0,0,0); + +DELETE FROM `vehicle_template_accessory` WHERE `entry` = 29838; +INSERT INTO `vehicle_template_accessory` VALUES +(29838,29836,0,0,'Drakkari Battle Rider on Drakkari Rhino, not minion',6,30000); + +DELETE FROM `creature` WHERE `id` = 29836; diff --git a/sql/old/3.3.5a/2011_06_14_01_world_gameobject_template.sql b/sql/old/3.3.5a/2011_06_14_01_world_gameobject_template.sql new file mode 100644 index 00000000000..59b4abec9d9 --- /dev/null +++ b/sql/old/3.3.5a/2011_06_14_01_world_gameobject_template.sql @@ -0,0 +1,2 @@ +-- Remove destroyed flag from Storm Beacons in Ulduar +UPDATE `gameobject_template` SET `flags`=`flags`&~1024 WHERE `entry` IN (194398,194399,194400,194401,194402,194403,194404,194405,194406,194407,194408,194409,194410,194411,194412,194413,194414,194415,194506); diff --git a/sql/old/3.3.5a/2011_06_14_02_world_misc.sql b/sql/old/3.3.5a/2011_06_14_02_world_misc.sql new file mode 100644 index 00000000000..b81a50cc861 --- /dev/null +++ b/sql/old/3.3.5a/2011_06_14_02_world_misc.sql @@ -0,0 +1,69 @@ +UPDATE `creature_template` set `VehicleId` = 273 WHERE `entry` = 31406; +UPDATE `creature_template` set `VehicleId` = 274 WHERE `entry` = 31408; +UPDATE `creature_template` set `VehicleId` = 277 WHERE `entry` = 31407; +UPDATE `creature_template` set `VehicleId` = 278 WHERE `entry` = 31409; +UPDATE `creature_template` set `VehicleId` = 301 WHERE `entry` = 32344; +UPDATE `creature_template` set `npcflag`=`npcflag`|0x1000000 WHERE `entry` IN +(25762,27131,31110,31137,31157,31262,31406,31407,31408,31409,32490,31583,31830,31881,31884,32225,32227,32292,32344,37968); + +DELETE FROM `npc_spellclick_spells` WHERE `npc_entry` IN +(25762,27131,31110,31137,31157,31262,31406,31407,31408,31409,32490,31583,31830,31881,31884,32225,32227,32292,32344,37968); +INSERT INTO `npc_spellclick_spells` VALUES +(25762,43671,0,0,0,1,0,0,0), +(27131,48754,0,0,0,1,0,0,0), +(31110,46598,0,0,0,1,0,0,0), -- maybe missed quest data +(31137,46598,0,0,0,1,0,0,0), +(31157,46598,0,0,0,1,0,0,0), +(31262,46598,0,0,0,1,0,0,0), +(31406,46598,0,0,0,1,0,0,0), +(31407,46598,0,0,0,1,0,0,0), +(31408,46598,0,0,0,1,0,0,0), +(31409,46598,0,0,0,1,0,0,0), +(32490,46598,0,0,0,1,0,0,0), +(31583,59319,0,0,0,1,0,0,0), +-- (31583,46598,0,0,0,1,0,0,0), -- should be casted if creature interacts, not implemented yet +(31830,46598,0,0,0,1,0,0,0), +(31881,46598,0,0,0,1,0,0,0), +(31884,46598,0,0,0,1,0,0,0), +(32225,46598,0,0,0,1,0,0,0), +(32227,46598,0,0,0,1,0,0,0), +(32292,46598,0,0,0,1,0,0,0), +(32344,46598,0,0,0,1,0,0,0), +(37968,46598,0,0,0,1,0,0,0); + +DELETE FROM `vehicle_template_accessory` WHERE `entry` IN +(29931,31262,31406,31583,31881,31884,32225,32227,32490,32344); +INSERT INTO `vehicle_template_accessory` VALUES +(29931,29982,0,0,'Drakkari Rider on Drakkari Rhino',6,300), +(29931,29982,1,0,'Drakkari Rider on Drakkari Rhino',6,300), +(29931,29982,2,0,'Drakkari Rider on Drakkari Rhino',6,300), +(31262,31263,0,0,'Carrion Hunter rides Blight Falconer',6,300), +(31406,31408,0,1,'Alliance Bomber Seat on Alliance Infra-green Bomber',8,0), +(31406,31407,1,1,'Alliance Turret Seat on Alliance Infra-green Bomber',8,0), +(31406,31409,2,1,'Alliance Engineering Seat on rides Alliance Infra-green Bomber',8,0), +(31406,32217,3,1,'Banner Bunny, Hanging, Alliance on Alliance Infra-green Bomber',8,0), +(31406,32221,4,1,'Banner Bunny, Side, Alliance on Alliance Infra-green Bomber',8,0), +(31406,32221,5,1,'Banner Bunny, Side, Alliance on Alliance Infra-green Bomber',8,0), +(31406,32256,6,1,'Shield Visual Loc Bunny on Alliance Infra-green Bomber',8,0), +(31406,32274,7,0,'Alliance Bomber Pilot rides Alliance Infra-green Bomber',6,300), +(31583,31630,1,1,'Skytalon Explosion Bunny on Frostbrood Skytalon',8,0), +(31881,31891,0,0,'Kor''kron Transport Pilot rides Kor''kron Troop Transport',6,300), +(31881,31884,1,1,'Kor''kron Suppression Turret on Kor''kron Troop Transport',8,0), +(31881,31882,2,0,'Kor''kron Infiltrator on Kor''kron Troop Transport',6,300), +(31881,31882,3,0,'Kor''kron Infiltrator on Kor''kron Troop Transport',6,300), +(31881,31882,4,0,'Kor''kron Infiltrator on Kor''kron Troop Transport',6,300), +(31881,31882,5,0,'Kor''kron Infiltrator on Kor''kron Troop Transport',6,300), +(31884,31882,0,1,'Kor''kron Infiltrator rides Kor''kron Suppression Turret',8,0), +(32225,32223,0,0,'Skybreaker Transport Pilot rides Skybreaker Troop Transport',6,300), +(32225,32227,1,1,'Skybreaker Suppression Turret on Skybreaker Troop Transport',8,0), +(32225,32222,2,0,'Skybreaker Infiltrator on Skybreaker Troop Transport',6,300), +(32225,32222,3,0,'Skybreaker Infiltrator on Skybreaker Troop Transport',6,300), +(32225,32222,4,0,'Skybreaker Infiltrator on Skybreaker Troop Transport',6,300), +(32225,32222,5,0,'Skybreaker Infiltrator on Skybreaker Troop Transport',6,300), +(32227,32222,0,1,'Skybreaker Infiltrator rides Skybreaker Suppression Turret',6,300), +(32490,32486,0,0,'Scourge Death Knight rides Scourge Deathcharger',6,300), +(32344,32274,0,0,'Alliance Bomber Pilot rides Alliance Rescue Craft',6,300), +(32344,32531,2,1,'Banner Bunny, Side, Alliance, Small rides Alliance Rescue Craft',8,0); + +DELETE FROM `creature` where `id` IN (31408,31407,31409,32217,32221,32256,32274,31630,31891,31884,31882,32223,32227,32222,32486,32531); +DELETE FROM `creature` where `guid` IN (121310,121302,121301,121277,121304,121312,121303,121305,121311,121306,121308) and `id` = 31263; diff --git a/sql/old/3.3.5a/2011_06_14_03_world_npc_spellclick_spells.sql b/sql/old/3.3.5a/2011_06_14_03_world_npc_spellclick_spells.sql new file mode 100644 index 00000000000..400dafdf7de --- /dev/null +++ b/sql/old/3.3.5a/2011_06_14_03_world_npc_spellclick_spells.sql @@ -0,0 +1,3 @@ +DELETE FROM `npc_spellclick_spells` WHERE `npc_entry` = 34793; +INSERT INTO `npc_spellclick_spells` VALUES +(34793,66245,0,0,0,1,0,0,0); diff --git a/sql/old/3.3.5a/2011_06_14_04_world_misc.sql b/sql/old/3.3.5a/2011_06_14_04_world_misc.sql new file mode 100644 index 00000000000..ef7aa92da8c --- /dev/null +++ b/sql/old/3.3.5a/2011_06_14_04_world_misc.sql @@ -0,0 +1,7 @@ +UPDATE `creature_template` set `VehicleId` = 436 WHERE `entry` = 36355; +UPDATE `creature_template` set `npcflag`=`npcflag`|0x1000000 WHERE `entry` IN (36355,36356); + +DELETE FROM `npc_spellclick_spells` WHERE `npc_entry` IN (36355,36356); +INSERT INTO `npc_spellclick_spells` VALUES +(36355,66245,0,0,0,1,0,0,0), +(36356,66245,0,0,0,1,0,0,0); diff --git a/sql/old/3.3.5a/2011_06_15_00_world_spell_script_names.sql b/sql/old/3.3.5a/2011_06_15_00_world_spell_script_names.sql new file mode 100644 index 00000000000..be0909d48ae --- /dev/null +++ b/sql/old/3.3.5a/2011_06_15_00_world_spell_script_names.sql @@ -0,0 +1,2 @@ +-- Change spell script name for Attuned To Nature Dose Reduction +UPDATE `spell_script_names` SET `ScriptName`='spell_freya_attuned_to_nature_dose_reduction' WHERE `ScriptName`='spell_attuned_to_nature_dose_reduction'; diff --git a/sql/old/3.3.5a/2011_06_15_01_world_misc.sql b/sql/old/3.3.5a/2011_06_15_01_world_misc.sql new file mode 100644 index 00000000000..4c62234a27f --- /dev/null +++ b/sql/old/3.3.5a/2011_06_15_01_world_misc.sql @@ -0,0 +1,16 @@ +-- removing some garbage +DELETE FROM `npc_spellclick_spells` WHERE `npc_entry` = 31583 AND `spell_id`=46598; + +-- fix DB errors recently inroduced +UPDATE `creature_template` set `VehicleId` = 201 WHERE `entry` = 30935; +UPDATE `creature_template` set `VehicleId` = 397 WHERE `entry` = 34162; +UPDATE `creature_template` set `npcflag`=`npcflag`|0x1000000 WHERE `entry` IN (30935,34162); + +DELETE FROM `npc_spellclick_spells` WHERE `npc_entry` IN (30935,34162); +INSERT INTO `npc_spellclick_spells` VALUES +(30935,46598,0,0,0,1,0,0,0), +(34162,46598,0,0,0,1,0,0,0); + +DELETE FROM `creature_addon` WHERE `guid` IN +(121277,122957,123103,123108,124444,124619,124620,124621,127107,127108,127109,133430,133431,133432,133433,133436,133437); +DELETE FROM `linked_respawn` WHERE `guid` IN (127108,127109); diff --git a/sql/old/3.3.5a/2011_06_16_01_world_creature_loot_template.sql b/sql/old/3.3.5a/2011_06_16_01_world_creature_loot_template.sql new file mode 100644 index 00000000000..4aa21dca876 --- /dev/null +++ b/sql/old/3.3.5a/2011_06_16_01_world_creature_loot_template.sql @@ -0,0 +1,93 @@ +-- Fix Creature Loot of Rare Elite Mobs in Northrend +UPDATE `creature_template` SET `lootid`=`entry` WHERE `entry` IN (32357,32358,32361,32400,32409,32417,32517,32485,32481,32377,32386,32398,32422,32429,32438,38453,32447,32471,32475,33776,32630,32500,32491,35189,32501,32495,32487); +-- Loot +DELETE FROM `creature_loot_template` WHERE `entry` IN (32357,32358,32361,32400,32409,32417,32517,32485,32481,32377,32386,32398,32422,32429,32438,38453,32447,32471,32475,33776,32630,32500,32491,35189,32501,32495,32487); +INSERT INTO `creature_loot_template` + (`entry`,`item`,`ChanceOrQuestChance`,`lootmode`,`groupid`,`mincountOrRef`,`maxcount`) + VALUES +-- Old Crystalbark +(32357,44649,100,1,0,1,1), -- Crystalbark's Toenail +(32357,44663,100,1,0,1,1), -- Abandoned Adventurer's Satchel +-- Fumblub Gearwind +(32358,44666,100,1,0,1,1), -- Fumblub's Seat Cushion +(32358,44663,100,1,0,1,1), -- Abandoned Adventurer's Satchel +-- Icehorn +(32361,44667,100,1,0,1,1), -- Mammoth-Hair Crown +(32361,44663,100,1,0,1,1), -- Abandoned Adventurer's Satchel +-- Tukemuth +(32400,44673,100,1,0,1,1), -- Mammoth-Riding Boots +(32400,44663,100,1,0,1,1), -- Abandoned Adventurer's Satchel +(32400,42104,-33,1,0,1,1), -- QUEST: Northern Ivory +-- Crazed Indu'le Survivor +(32409,44672,100,1,0,1,1), -- Seal-Fur Spaulders +(32409,44663,100,1,0,1,1), -- Abandoned Adventurer's Satchel +-- Scarlet Highlord Daion +(32417,44671,100,1,0,1,1), -- Highlord's Padded Legguards +(32417,44663,100,1,0,1,1), -- Abandoned Adventurer's Satchel +-- Loque'nahak +(32517,44688,75,1,1,1,1), -- Loque'Nahak's Severed Fang (GROUP 1) +(32517,44687,25,1,1,1,1), -- Loque'Nahak's Pelt(GROUP 1) +(32517,44663,100,1,0,1,1), -- Abandoned Adventurer's Satchel +-- King Krush +(32485,44683,100,1,0,1,1), -- King's Eyesocket +(32485,44663,100,1,0,1,1), -- Abandoned Adventurer's Satchel +-- Aotona +(32481,44691,100,1,0,1,1), -- Aotona's Collar +(32481,44663,100,1,0,1,1), -- Abandoned Adventurer's Satchel +-- Perobas the Bloodthirster +(32377,44669,100,1,0,1,1), -- Worgen-Scored Shackles +(32377,44663,100,1,0,1,1), -- Abandoned Adventurer's Satchel +-- Vigdis die Kriegsmaid +(32386,44670,100,1,0,1,1), -- Soul-Sealed Belt +(32386,44663,100,1,0,1,1), -- Abandoned Adventurer's Satchel +-- King Ping +(32398,44668,100,1,0,1,1), -- Egg-Warming Blanket +(32398,44663,100,1,0,1,1), -- Abandoned Adventurer's Satchel +-- Grocklar +(32422,44675,100,1,0,1,1), -- Rock-Giant's Pinky Cover +(32422,44663,100,1,0,1,1), -- Abandoned Adventurer's Satchel +-- Seething Hate +(32429,44674,100,1,0,1,1), -- Ichor-Stained Wraps +(32429,44663,100,1,0,1,1), -- Abandoned Adventurer's Satchel +-- Syreian the Bonecarver +(32438,44676,100,1,0,1,1), -- Syreian's Leggings +(32438,44663,100,1,0,1,1), -- Abandoned Adventurer's Satchel +-- Arcturis +(38453,51958,100,1,0,1,1), -- Pristine Glowbear Pelt +(38453,44663,100,1,0,1,1), -- Abandoned Adventurer's Satchel +-- Zul'drak Sentinel +(32447,44677,100,1,0,1,1), -- Eternal Observer's Legplates +(32447,44663,100,1,0,1,1), -- Abandoned Adventurer's Satchel +-- Griegen +(32471,44686,100,1,0,1,1), -- Ethereal Terror Handwraps +(32471,44663,100,1,0,1,1), -- Abandoned Adventurer's Satchel +-- Terror Spinner +(32475,44685,100,1,0,1,1), -- Calcified Web Spaulders +(32475,44663,100,1,0,1,1), -- Abandoned Adventurer's Satchel +-- Gondria +(33776,46324,100,1,0,1,1), -- Gondria's Spectral Claw +(33776,44663,100,1,0,1,1), -- Abandoned Adventurer's Satchel +-- Vyragosa +(32630,44732,100,1,0,1,1), -- Azure Dragonleather Helm +(32630,44663,100,1,0,1,1), -- Abandoned Adventurer's Satchel +-- Dirkee +(32500,44681,85,1,1,1,1), -- Titanium Brain-Gear (GROUP 1) +(32500,44708,15,1,1,1,1), -- Dirkee's Superstructure (GROUP 1) +(32500,44663,100,1,0,1,1), -- Abandoned Adventurer's Satchel +-- Time-Lost Proto Drake +(32491,44682,99,1,0,1,1), -- Time-Forward Talisman +(32491,44168,99,1,0,1,1), -- Reins of the Time-Lost Proto-Drake +(32491,44663,99,1,0,1,1), -- Abandoned Adventurer's Satchel +-- Skoll +(35189,49227,98,1,0,1,1), -- Skoll's Fang +(35189,44663,99,1,0,1,1), -- Abandoned Adventurer's Satchel +-- High Thane Jorfus +(32501,44695,99,1,0,1,1), -- Corroded Faceguard +(32501,44663,96,1,0,1,1), -- Abandoned Adventurer's Satchel +(32501,41989,-33,1,0,1,1), -- QUEST: Vrykul Amulet +-- Hildana Deathstealer +(32495,44697,99,1,0,1,1), -- Val'kyr Vestments +(32495,44663,96,1,0,1,1), -- Abandoned Adventurer's Satchel +-- Putridus the Ancient +(32487,44696,98,1,0,1,1), -- Giant's Toewrap +(32487,44663,93,1,0,1,1); -- Abandoned Adventurer's Satchel diff --git a/sql/old/3.3.5a/2011_06_16_02_world_waypoint_data.sql b/sql/old/3.3.5a/2011_06_16_02_world_waypoint_data.sql new file mode 100644 index 00000000000..710e0c31d02 --- /dev/null +++ b/sql/old/3.3.5a/2011_06_16_02_world_waypoint_data.sql @@ -0,0 +1,152 @@ +-- Pathing for Firewing Bloodwarder Entry: 1410 +SET @NPC := 78283; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `id`=1410,`spawndist`=0,`MovementType`=2,`position_x`=-2300.636,`position_y`=3100.041,`position_z`=147.3982 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,-2299.969,3105.141,149.6725,0,0,0,100,0), +(@PATH,2,-2292.289,3110.856,152.6214,0,0,0,100,0), +(@PATH,3,-2283.752,3110.493,152.8172,0,0,0,100,0), +(@PATH,4,-2276.066,3103.917,152.8172,0,0,0,100,0), +(@PATH,5,-2283.752,3110.493,152.8172,0,0,0,100,0), +(@PATH,6,-2292.289,3110.856,152.6214,0,0,0,100,0), +(@PATH,7,-2299.969,3105.141,149.6725,0,0,0,100,0), +(@PATH,8,-2300.636,3100.041,147.3982,0,0,0,100,0), +(@PATH,9,-2300.859,3092.531,144.2333,0,0,0,100,0), +(@PATH,10,-2296.14,3085.783,141.8156,0,0,0,100,0), +(@PATH,11,-2289.155,3083.634,139.7564,0,0,0,100,0), +(@PATH,12,-2281.993,3085.269,138.7524,0,0,0,100,0), +(@PATH,13,-2277.662,3092.126,138.7524,0,0,0,100,0), +(@PATH,14,-2281.993,3085.269,138.7524,0,0,0,100,0), +(@PATH,15,-2289.155,3083.634,139.7564,0,0,0,100,0), +(@PATH,16,-2296.14,3085.783,141.8156,0,0,0,100,0), +(@PATH,17,-2300.859,3092.531,144.2333,0,0,0,100,0), +(@PATH,18,-2300.636,3100.041,147.3982,0,0,0,100,0); + +-- Pathing for Firewing Bloodwarder Entry: 1410 +SET @NPC := 7758; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-2242.387,`position_y`=3202.843,`position_z`=22.8518 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,-2239.479,3214.478,22.85181,0,0,0,100,0), +(@PATH,2,-2242.496,3225.877,22.8518,0,0,0,100,0), +(@PATH,3,-2251.287,3234.036,22.8518,0,0,0,100,0), +(@PATH,4,-2263.125,3235.337,22.8518,0,0,0,100,0), +(@PATH,5,-2272.588,3231.565,22.85181,0,0,0,100,0), +(@PATH,6,-2277.569,3226.189,22.8518,0,0,0,100,0), +(@PATH,7,-2272.588,3231.565,22.85181,0,0,0,100,0), +(@PATH,8,-2263.125,3235.337,22.8518,0,0,0,100,0), +(@PATH,9,-2251.486,3234.058,22.85181,0,0,0,100,0), +(@PATH,10,-2242.496,3225.877,22.8518,0,0,0,100,0), +(@PATH,11,-2239.404,3214.779,22.8518,0,0,0,100,0), +(@PATH,12,-2242.387,3202.843,22.8518,0,0,0,100,0), +(@PATH,13,-2249.017,3196.804,22.80147,0,0,0,100,0), +(@PATH,14,-2260.803,3194.38,22.85367,0,0,0,100,0), +(@PATH,15,-2271.738,3198.11,22.85364,0,0,0,100,0), +(@PATH,16,-2277.687,3205.128,22.85181,0,0,0,100,0), +(@PATH,17,-2271.738,3198.11,22.85364,0,0,0,100,0), +(@PATH,18,-2260.803,3194.38,22.85367,0,0,0,100,0), +(@PATH,19,-2249.017,3196.804,22.80147,0,0,0,100,0), +(@PATH,20,-2242.387,3202.843,22.8518,0,0,0,100,0); + +-- Pathing for Firewing Bloodwarder Entry: 1410 +SET @NPC := 7756; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-2254.217,`position_y`=3224.904,`position_z`=5.111827 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,-2260.976,3226.1,5.349664,0,0,0,100,0), +(@PATH,2,-2254.217,3224.904,5.111827,0,0,0,100,0), +(@PATH,3,-2249.498,3219.329,2.661798,0,0,0,100,0), +(@PATH,4,-2248.54,3212.486,0.2007978,0,0,0,100,0), +(@PATH,5,-2251.302,3207.916,-1.99811,0,0,0,100,0), +(@PATH,6,-2257.676,3204.946,-4.053215,0,0,0,100,0), +(@PATH,7,-2251.302,3207.916,-1.99811,0,0,0,100,0), +(@PATH,8,-2248.54,3212.486,0.2007978,0,0,0,100,0), +(@PATH,9,-2249.494,3219.303,2.65062,0,0,0,100,0), +(@PATH,10,-2254.217,3224.904,5.111827,0,0,0,100,0); + +-- Pathing for Firewing Bloodwarder Entry: 1410 +SET @NPC := 7763; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-2345.06,`position_y`=3365.858,`position_z`=-3.307672 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,-2349.435,3351.335,-2.557672,0,0,0,100,0), +(@PATH,2,-2351.637,3330.967,-2.123725,0,0,0,100,0), +(@PATH,3,-2352.411,3313.604,-1.498725,0,0,0,100,0), +(@PATH,4,-2348.645,3294.924,-0.8494196,0,0,0,100,0), +(@PATH,5,-2347.5,3285.576,-0.4744196,0,0,0,100,0), +(@PATH,6,-2348.645,3294.924,-0.8494196,0,0,0,100,0), +(@PATH,7,-2352.411,3313.604,-1.498725,0,0,0,100,0), +(@PATH,8,-2351.637,3330.967,-2.123725,0,0,0,100,0), +(@PATH,9,-2349.435,3351.335,-2.557672,0,0,0,100,0), +(@PATH,10,-2345.06,3365.858,-3.307672,0,0,0,100,0), +(@PATH,11,-2336.654,3375.736,-4.585965,0,0,0,100,0), +(@PATH,12,-2345.06,3365.858,-3.307672,0,0,0,100,0); + +-- Pathing for Firewing Bloodwarder Entry: 1410 +SET @NPC := 7746; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-2411.25,`position_y`=3154.885,`position_z`=12.51691 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,-2425.553,3163.988,17.89025,0,0,0,100,0), +(@PATH,2,-2429.365,3184.917,18.08286,0,0,0,100,0), +(@PATH,3,-2421.878,3196.283,18.09011,0,0,0,100,0), +(@PATH,4,-2409.75,3196.483,18.08351,0,0,0,100,0), +(@PATH,5,-2401.37,3186.509,18.08373,0,0,0,100,0), +(@PATH,6,-2403.097,3176.193,18.08514,0,0,0,100,0), +(@PATH,7,-2411.921,3170.701,18.0846,0,0,0,100,0), +(@PATH,8,-2421.156,3170.403,18.0838,0,0,0,100,0), +(@PATH,9,-2424.846,3168.233,18.08307,0,0,0,100,0), +(@PATH,10,-2417.574,3160.759,15.48733,0,0,0,100,0), +(@PATH,11,-2409.663,3157.18,11.92867,0,0,0,100,0), +(@PATH,12,-2399.892,3160.786,8.800606,0,0,0,100,0), +(@PATH,13,-2390.157,3169.781,3.500476,0,0,0,100,0), +(@PATH,14,-2388.426,3169.413,3.038804,0,0,0,100,0), +(@PATH,15,-2400.481,3157.432,9.245301,0,0,0,100,0), +(@PATH,16,-2411.25,3154.885,12.51691,0,0,0,100,0); + +-- Pathing for Firewing Defender Entry: 5355 +SET @NPC := 35071; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-2373.031,`position_y`=3204.094,`position_z`=-1.114177 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,-2362.045,3196.487,-1.458659,0,0,0,100,0), +(@PATH,2,-2349.351,3192.811,-1.458659,0,0,0,100,0), +(@PATH,3,-2338.471,3193.571,-1.333659,0,0,0,100,0), +(@PATH,4,-2326.477,3197.87,-1.377604,0,0,0,100,0), +(@PATH,5,-2317.173,3205.313,-1.375597,0,0,0,100,0), +(@PATH,6,-2310.82,3213.454,-1.125597,0,0,0,100,0), +(@PATH,7,-2307.583,3222.53,-1.500597,0,0,0,100,0), +(@PATH,8,-2306.818,3235.682,-1.325006,0,0,0,100,0), +(@PATH,9,-2308.267,3246.324,-0.9500055,0,0,0,100,0), +(@PATH,10,-2314.036,3256.474,-1.075006,0,0,0,100,0), +(@PATH,11,-2320.906,3264.052,-1.075006,0,0,0,100,0), +(@PATH,12,-2330.98,3271.191,-1.087267,0,0,0,100,0), +(@PATH,13,-2339.27,3275.36,-0.9744196,0,0,0,100,0), +(@PATH,14,-2346.198,3276.744,-1.09942,0,0,0,100,0), +(@PATH,15,-2354.26,3274.702,-1.34942,0,0,0,100,0), +(@PATH,16,-2364.516,3268.476,-1.47442,0,0,0,100,0), +(@PATH,17,-2374.687,3260.501,-1.125597,0,0,0,100,0), +(@PATH,18,-2382.419,3248.859,-1.250597,0,0,0,100,0), +(@PATH,19,-2385.263,3238.87,-1.375597,0,0,0,100,0), +(@PATH,20,-2385.077,3224.941,-1.239177,0,0,0,100,0), +(@PATH,21,-2382.88,3215.065,-1.114177,0,0,0,100,0), +(@PATH,22,-2373.031,3204.094,-1.114177,0,0,0,100,0); + diff --git a/sql/old/3.3.5a/2011_06_16_03_world_creature.sql b/sql/old/3.3.5a/2011_06_16_03_world_creature.sql new file mode 100644 index 00000000000..bcbb6940619 --- /dev/null +++ b/sql/old/3.3.5a/2011_06_16_03_world_creature.sql @@ -0,0 +1,151 @@ +-- Pathing for Gjalerhorn Scavenger Entry: 27699 +SET @NPC := 209069; +SET @PATH := @NPC * 10; +DELETE FROM `creature` WHERE `guid`=@NPC; +INSERT INTO `creature` (`guid`,`id`,`map`,`spawnMask`,`phaseMask`,`modelid`,`equipment_id`,`position_x`,`position_y`,`position_z`,`orientation`,`spawntimesecs`,`curhealth`,`MovementType`) VALUES +(@NPC,27699,571,1,1,0,0,2697.419,-4016.824,376.924,0,120,1,2); +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,2720.878,-4016.57,377.9195,0,0,0,100,0), +(@PATH,2,2697.828,-4016.585,377.0644,0,0,0,100,0), +(@PATH,3,2688.135,-4019.685,375.1393,0,0,0,100,0), +(@PATH,4,2697.419,-4016.824,376.924,0,0,0,100,0); +-- Pathing for Gjalerhorn Scavenger Entry: 27699 +SET @NPC := 209070; +SET @PATH := @NPC * 10; +DELETE FROM `creature` WHERE `guid`=@NPC; +INSERT INTO `creature` (`guid`,`id`,`map`,`spawnMask`,`phaseMask`,`modelid`,`equipment_id`,`position_x`,`position_y`,`position_z`,`orientation`,`spawntimesecs`,`curhealth`,`MovementType`) VALUES +(@NPC,27699,571,1,1,0,0,2638.914,-3954.672,325.1407,0,120,1,2); +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,2654.15,-3942.158,338.6407,0,0,0,100,0), +(@PATH,2,2673.78,-3936.003,356.7825,0,0,0,100,0), +(@PATH,3,2687.534,-3933.731,366.9075,0,0,0,100,0), +(@PATH,4,2673.78,-3936.003,356.7825,0,0,0,100,0), +(@PATH,5,2654.15,-3942.158,338.6407,0,0,0,100,0), +(@PATH,6,2638.914,-3954.672,325.1407,0,0,0,100,0); +-- Pathing for Gjalerhorn Scavenger Entry: 27699 +SET @NPC := 209071; +SET @PATH := @NPC * 10; +DELETE FROM `creature` WHERE `guid`=@NPC; +INSERT INTO `creature` (`guid`,`id`,`map`,`spawnMask`,`phaseMask`,`modelid`,`equipment_id`,`position_x`,`position_y`,`position_z`,`orientation`,`spawntimesecs`,`curhealth`,`MovementType`) VALUES +(@NPC,27699,571,1,1,0,0,2736.774,-4092.956,380.9239,0,120,1,2); +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,2715.542,-4118.895,366.3432,0,0,0,100,0), +(@PATH,2,2694.547,-4124.934,358.1958,0,0,0,100,0), +(@PATH,3,2715.542,-4118.895,366.3432,0,0,0,100,0), +(@PATH,4,2736.774,-4092.956,380.9239,0,0,0,100,0); +-- Pathing for Gjalerhorn Scavenger Entry: 27699 +SET @NPC := 209072; +SET @PATH := @NPC * 10; +DELETE FROM `creature` WHERE `guid`=@NPC; +INSERT INTO `creature` (`guid`,`id`,`map`,`spawnMask`,`phaseMask`,`modelid`,`equipment_id`,`position_x`,`position_y`,`position_z`,`orientation`,`spawntimesecs`,`curhealth`,`MovementType`) VALUES +(@NPC,27699,571,1,1,0,0,2731.569,-4059.094,387.1922,0,120,1,2); +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,2703.275,-4056.196,372.1922,0,0,0,100,0), +(@PATH,2,2689.402,-4037.676,372.4806,0,0,0,100,0), +(@PATH,3,2703.275,-4056.196,372.1922,0,0,0,100,0), +(@PATH,4,2731.569,-4059.094,387.1922,0,0,0,100,0); +-- Pathing for Gjalerhorn Scavenger Entry: 27699 +SET @NPC := 209073; +SET @PATH := @NPC * 10; +DELETE FROM `creature` WHERE `guid`=@NPC; +INSERT INTO `creature` (`guid`,`id`,`map`,`spawnMask`,`phaseMask`,`modelid`,`equipment_id`,`position_x`,`position_y`,`position_z`,`orientation`,`spawntimesecs`,`curhealth`,`MovementType`) VALUES +(@NPC,27699,571,1,1,0,0,2708.681,-3949.61,375.7774,0,120,1,2); +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,2705.178,-3961.799,375.6524,0,0,0,100,0), +(@PATH,2,2696.735,-3974.133,375.7,0,0,0,100,0), +(@PATH,3,2696.953,-3984.144,375.95,0,0,0,100,0), +(@PATH,4,2699.271,-3976.043,375.7,0,0,0,100,0), +(@PATH,5,2707.984,-3965.564,376.0274,0,0,0,100,0), +(@PATH,6,2712.257,-3950.983,376.0274,0,0,0,100,0), +(@PATH,7,2708.681,-3949.61,375.7774,0,0,0,100,0); +-- Pathing for Gjalerhorn Scavenger Entry: 27699 +SET @NPC := 209074; +SET @PATH := @NPC * 10; +DELETE FROM `creature` WHERE `guid`=@NPC; +INSERT INTO `creature` (`guid`,`id`,`map`,`spawnMask`,`phaseMask`,`modelid`,`equipment_id`,`position_x`,`position_y`,`position_z`,`orientation`,`spawntimesecs`,`curhealth`,`MovementType`) VALUES +(@NPC,27699,571,1,1,0,0,2714.579,-3939.838,375.1524,0,120,1,2); +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,2708.935,-3922.262,375.2774,0,0,0,100,0), +(@PATH,2,2714.446,-3919.956,375.2774,0,0,0,100,0), +(@PATH,3,2729.402,-3932.177,374.5274,0,0,0,100,0), +(@PATH,4,2714.446,-3919.956,375.2774,0,0,0,100,0), +(@PATH,5,2708.935,-3922.262,375.2774,0,0,0,100,0), +(@PATH,6,2714.579,-3939.838,375.1524,0,0,0,100,0); +-- Pathing for Gjalerhorn Scavenger Entry: 27699 +SET @NPC := 209075; +SET @PATH := @NPC * 10; +DELETE FROM `creature` WHERE `guid`=@NPC; +INSERT INTO `creature` (`guid`,`id`,`map`,`spawnMask`,`phaseMask`,`modelid`,`equipment_id`,`position_x`,`position_y`,`position_z`,`orientation`,`spawntimesecs`,`curhealth`,`MovementType`) VALUES +(@NPC,27699,571,1,1,0,0,2784.569,-4011.168,379.6814,0,120,1,2); +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,2779.109,-4015.134,378.8367,0,0,0,100,0), +(@PATH,2,2772.743,-4003.694,378.4659,0,0,0,100,0), +(@PATH,3,2784.437,-4003.582,379.5116,0,0,0,100,0), +(@PATH,4,2784.569,-4011.168,379.6814,0,0,0,100,0); +-- Pathing for Gjalerhorn Scavenger Entry: 27699 +SET @NPC := 209076; +SET @PATH := @NPC * 10; +DELETE FROM `creature` WHERE `guid`=@NPC; +INSERT INTO `creature` (`guid`,`id`,`map`,`spawnMask`,`phaseMask`,`modelid`,`equipment_id`,`position_x`,`position_y`,`position_z`,`orientation`,`spawntimesecs`,`curhealth`,`MovementType`) VALUES +(@NPC,27699,571,1,1,0,0,2628.199,-4141.459,327.4775,0,120,1,2); +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,2611.351,-4128.365,318.1612,0,0,0,100,0), +(@PATH,2,2593.124,-4125.909,308.7285,0,0,0,100,0), +(@PATH,3,2611.351,-4128.365,318.1612,0,0,0,100,0), +(@PATH,4,2628.199,-4141.459,327.4775,0,0,0,100,0), +(@PATH,5,2624.449,-4161.107,331.8525,0,0,0,100,0), +(@PATH,6,2614.918,-4174.501,333.1044,0,0,0,100,0), +(@PATH,7,2624.413,-4161.336,331.8525,0,0,0,100,0), +(@PATH,8,2628.199,-4141.459,327.4775,0,0,0,100,0); +-- Pathing for Gjalerhorn Scavenger Entry: 27699 +SET @NPC := 209077; +SET @PATH := @NPC * 10; +DELETE FROM `creature` WHERE `guid`=@NPC; +INSERT INTO `creature` (`guid`,`id`,`map`,`spawnMask`,`phaseMask`,`modelid`,`equipment_id`,`position_x`,`position_y`,`position_z`,`orientation`,`spawntimesecs`,`curhealth`,`MovementType`) VALUES +(@NPC,27699,571,1,1,0,0,2673.117,-4088.239,356.8162,0,120,1,2); +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,2662.794,-4065.665,356.5576,0,0,0,100,0), +(@PATH,2,2676.103,-4058.589,361.4806,0,0,0,100,0), +(@PATH,3,2662.794,-4065.665,356.5576,0,0,0,100,0), +(@PATH,4,2673.117,-4088.239,356.8162,0,0,0,100,0), +(@PATH,5,2679.449,-4110.017,355.3208,0,0,0,100,0), +(@PATH,6,2673.117,-4088.239,356.8162,0,0,0,100,0); +-- Pathing for Gjalerhorn Scavenger Entry: 27699 +SET @NPC := 209078; +SET @PATH := @NPC * 10; +DELETE FROM `creature` WHERE `guid`=@NPC; +INSERT INTO `creature` (`guid`,`id`,`map`,`spawnMask`,`phaseMask`,`modelid`,`equipment_id`,`position_x`,`position_y`,`position_z`,`orientation`,`spawntimesecs`,`curhealth`,`MovementType`) VALUES +(@NPC,27699,571,1,1,0,0,2571.937,-3991.866,280.0677,0,120,1,2); +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,2596.033,-3983.378,293.1927,0,0,0,100,0), +(@PATH,2,2571.937,-3991.866,280.0677,0,0,0,100,0); diff --git a/sql/old/3.3.5a/2011_06_16_04_world_waypoint_data.sql b/sql/old/3.3.5a/2011_06_16_04_world_waypoint_data.sql new file mode 100644 index 00000000000..29d252d2cdc --- /dev/null +++ b/sql/old/3.3.5a/2011_06_16_04_world_waypoint_data.sql @@ -0,0 +1,84 @@ +-- Pathing for Anub'ar Underlord Entry: 26605 +SET @NPC := 118237; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3704.838,`position_y`=2095.148,`position_z`=29.32822 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,3704.878,2078.017,22.76327,0,0,0,100,0), +(@PATH,2,3704.838,2095.148,29.32822,0,0,0,100,0), +(@PATH,3,3716.224,2107.784,34.74489,0,0,0,100,0), +(@PATH,4,3704.838,2095.148,29.32822,0,0,0,100,0); +-- Pathing for Anub'ar Underlord Entry: 26605 +SET @NPC := 118244; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3720.111,`position_y`=2070.069,`position_z`=20.87124 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,3719.379,2060.642,18.13046,0,0,0,100,0), +(@PATH,2,3717.377,2046.599,19.50792,0,0,0,100,0), +(@PATH,3,3712.452,2034.414,20.03152,0,0,0,100,0), +(@PATH,4,3717.377,2046.599,19.50792,0,0,0,100,0), +(@PATH,5,3719.186,2059.884,18.13046,0,0,0,100,0), +(@PATH,6,3720.111,2070.069,20.87124,0,0,0,100,0); +-- Pathing for Anub'ar Underlord Entry: 26605 +SET @NPC := 118288; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3697.697,`position_y`=2009.523,`position_z`=26.85555 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,3694.476,2020.034,23.35549,0,0,0,100,0), +(@PATH,2,3696.517,2032.483,19.2324,0,0,0,100,0), +(@PATH,3,3694.476,2020.034,23.35549,0,0,0,100,0), +(@PATH,4,3697.697,2009.523,26.85555,0,0,0,100,0); +-- Pathing for Anub'ar Underlord Entry: 26605 +SET @NPC := 118245; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3732.257,`position_y`=2176.174,`position_z`=37.1051 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,3718.512,2172.458,37.42885,0,0,0,100,0), +(@PATH,2,3732.257,2176.174,37.1051,0,0,0,100,0), +(@PATH,3,3743.498,2155.942,37.23704,0,0,0,100,0), +(@PATH,4,3732.257,2176.174,37.1051,0,0,0,100,0); +-- Pathing for Anub'ar Underlord Entry: 26605 +SET @NPC := 118238; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=3743.132,`position_y`=2124.906,`position_z`=44.5452 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,3736.5,2122.697,41.26656,0,0,0,100,0), +(@PATH,2,3728.368,2133.333,39.51953,0,0,0,100,0), +(@PATH,3,3736.5,2122.697,41.26656,0,0,0,100,0), +(@PATH,4,3742.983,2124.628,44.42427,0,0,0,100,0), +(@PATH,5,3748.981,2135.839,47.54227,0,0,0,100,0), +(@PATH,6,3746.108,2146.75,50.10811,0,0,0,100,0), +(@PATH,7,3748.981,2135.839,47.54227,0,0,0,100,0), +(@PATH,8,3743.132,2124.906,44.5452,0,0,0,100,0); +-- Pathing for Anub'ar Cultist Entry: 26319 +SET @NPC := 115443; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=4022.739,`position_y`=2258.957,`position_z`=152.3082 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,4032.673,2267.958,152.1369,0,0,0,100,0), +(@PATH,2,4023.99,2280.177,153.2619,0,0,0,100,0), +(@PATH,3,4012.677,2274.532,153.6369,0,0,0,100,0), +(@PATH,4,3999.963,2258.323,154.234,0,0,0,100,0), +(@PATH,5,4000.036,2251.767,154.5582,0,0,0,100,0), +(@PATH,6,3995.088,2248.992,154.234,0,0,0,100,0), +(@PATH,7,3993.707,2243.226,154.109,0,0,0,100,0), +(@PATH,8,3998.962,2241.267,154.734,0,0,0,100,0), +(@PATH,9,4006.684,2243.027,154.1832,0,0,0,100,0), +(@PATH,10,4022.739,2258.957,152.3082,0,0,0,100,0); diff --git a/sql/old/3.3.5a/2011_06_16_05_world_sai.sql b/sql/old/3.3.5a/2011_06_16_05_world_sai.sql new file mode 100644 index 00000000000..368aed0d9ab --- /dev/null +++ b/sql/old/3.3.5a/2011_06_16_05_world_sai.sql @@ -0,0 +1,5 @@ +UPDATE `creature_template` SET `AIName`='SmartAI',`exp`=2,`minlevel`=83,`maxlevel`=83,`baseattacktime`=2000,`flags_extra`=`flags_extra`|0x80 WHERE `entry`=36536; -- Well of Souls + +DELETE FROM `smart_scripts` WHERE `entryorguid`=36536; +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 +(36536,0,0,0,54,0,0,0,0,0,0,0,11,68854,0,0,0,0,0,1,0,0,0,0,0,0,0,'Well of Souls - On summon - Cast Well of Souls'); diff --git a/sql/old/3.3.5a/2011_06_17_00_world_spell_proc_event.sql b/sql/old/3.3.5a/2011_06_17_00_world_spell_proc_event.sql new file mode 100644 index 00000000000..8d5085b79af --- /dev/null +++ b/sql/old/3.3.5a/2011_06_17_00_world_spell_proc_event.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_proc_event` WHERE `entry` = 63251; +INSERT INTO `spell_proc_event` VALUES +(63251,0,0,0,0,0,0,0,0,0,45); diff --git a/sql/old/3.3.5a/2011_06_17_01_world_script_texts.sql b/sql/old/3.3.5a/2011_06_17_01_world_script_texts.sql new file mode 100644 index 00000000000..e974671b054 --- /dev/null +++ b/sql/old/3.3.5a/2011_06_17_01_world_script_texts.sql @@ -0,0 +1,5 @@ +DELETE FROM `script_texts` WHERE `entry` IN (-1603055,-1603056); +INSERT INTO `script_texts` (`npc_entry`,`entry`,`content_default`,`content_loc1`,`content_loc2`,`content_loc3`,`content_loc4`,`content_loc5`,`content_loc6`,`content_loc7`,`content_loc8`,`sound`,`type`,`language`,`emote`,`comment`) +VALUES +(33515,-1603055,'Auriaya begins to cast Terrifying Screech.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,3,0,0,'Auriaya - EMOTE_FEAR'), +(33515,-1603056,'Auriaya begins to activate the Feral Defender!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,3,0,0,'Auriaya - EMOTE_DEFENDER'); diff --git a/sql/old/3.3.5a/2011_06_17_02_world_spelldifficulty_dbc.sql b/sql/old/3.3.5a/2011_06_17_02_world_spelldifficulty_dbc.sql new file mode 100644 index 00000000000..e4ea3f26eeb --- /dev/null +++ b/sql/old/3.3.5a/2011_06_17_02_world_spelldifficulty_dbc.sql @@ -0,0 +1,10 @@ +DELETE FROM `spelldifficulty_dbc` WHERE `id` BETWEEN 3200 AND 3206; +INSERT INTO `spelldifficulty_dbc` (`id`,`spellid0`,`spellid1`,`spellid2`,`spellid3`) +VALUES +(3200,64389,64678,0,0), -- Auriaya - Sentinel Blast +(3201,64422,64688,0,0), -- Auriaya - Sonic Screech +(3202,64496,64674,0,0), -- Auriaya/Feral Defender - Feral Rush +(3203,64478,64669,0,0), -- Auriaya/Feral Defender - Feral Pounce +(3204,64458,64676,0,0), -- Auriaya/Feral Defender - Seeping Essence +(3205,64666,64374,0,0), -- Auriaya/Sanctum Sentry - Savage Pounce +(3206,64375,64667,0,0); -- Auriaya/Sanctum Sentry - Rip Flesh diff --git a/sql/old/3.3.5a/2011_06_17_03_world_creature_template.sql b/sql/old/3.3.5a/2011_06_17_03_world_creature_template.sql new file mode 100644 index 00000000000..b8e6b4c6639 --- /dev/null +++ b/sql/old/3.3.5a/2011_06_17_03_world_creature_template.sql @@ -0,0 +1,5 @@ +UPDATE `creature_template` SET `equipment_id`=2500 WHERE `entry`=33515; -- Freya +UPDATE `creature_template` SET `ScriptName`='npc_feral_defender' WHERE `entry`=34035; -- Feral Defender +UPDATE `creature_template` SET `ScriptName`='npc_sanctum_sentry' WHERE `entry`=34014; -- Sanctum Sentry +UPDATE `creature_template` SET `ScriptName`='npc_auriaya_seeping_trigger',`unit_flags`=33554692,`flags_extra`=130 WHERE `entry` =34098; -- Seeping Trigger +UPDATE `creature_template` SET `ScriptName`='',`unit_flags`=33554692,`flags_extra`=128 WHERE `entry` =34096; -- Feral Defender Trigger diff --git a/sql/old/3.3.5a/2011_06_17_04_world_spell_script_names.sql b/sql/old/3.3.5a/2011_06_17_04_world_spell_script_names.sql new file mode 100644 index 00000000000..6f26bbc0875 --- /dev/null +++ b/sql/old/3.3.5a/2011_06_17_04_world_spell_script_names.sql @@ -0,0 +1,4 @@ +DELETE FROM `spell_script_names` WHERE `spell_id`=64381; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) +VALUES +(64381,'spell_auriaya_strenght_of_the_pack'); diff --git a/sql/old/3.3.5a/2011_06_17_05_world_conditions.sql b/sql/old/3.3.5a/2011_06_17_05_world_conditions.sql new file mode 100644 index 00000000000..f79a0c6f8f8 --- /dev/null +++ b/sql/old/3.3.5a/2011_06_17_05_world_conditions.sql @@ -0,0 +1,4 @@ +DELETE FROM `conditions` WHERE `SourceEntry`=64449; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`ErrorTextId`,`ScriptName`,`Comment`) +VALUES +(13,0,64449,0,18,1,34096,0,0,'','Auriaya Feral Defender Stalker spell script target'); diff --git a/sql/old/3.3.5a/2011_06_17_06_world_creature_equip_template.sql b/sql/old/3.3.5a/2011_06_17_06_world_creature_equip_template.sql new file mode 100644 index 00000000000..a4f6d312fb2 --- /dev/null +++ b/sql/old/3.3.5a/2011_06_17_06_world_creature_equip_template.sql @@ -0,0 +1,4 @@ +DELETE FROM `creature_equip_template` WHERE `entry`=2500; +INSERT INTO `creature_equip_template` (`entry`,`itemEntry1`,`itemEntry2`,`itemEntry3`) +VALUES +(2500,45315,0,0); diff --git a/sql/old/3.3.5a/2011_06_17_07_world_spell_proc_event.sql b/sql/old/3.3.5a/2011_06_17_07_world_spell_proc_event.sql new file mode 100644 index 00000000000..8a9f45c30a7 --- /dev/null +++ b/sql/old/3.3.5a/2011_06_17_07_world_spell_proc_event.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_proc_event` WHERE `entry` = 32216; +INSERT INTO `spell_proc_event` VALUES +(32216,0,4,0,0x100,0,0x10,0,0,0,0); diff --git a/sql/old/3.3.5a/2011_06_17_08_world_creature_addon.sql b/sql/old/3.3.5a/2011_06_17_08_world_creature_addon.sql new file mode 100644 index 00000000000..f339748d5b7 --- /dev/null +++ b/sql/old/3.3.5a/2011_06_17_08_world_creature_addon.sql @@ -0,0 +1 @@ +DELETE FROM `creature_addon` WHERE `guid` NOT IN (SELECT `guid` FROM `creature`); diff --git a/sql/old/3.3.5a/2011_06_17_09_world_misc.sql b/sql/old/3.3.5a/2011_06_17_09_world_misc.sql new file mode 100644 index 00000000000..72a678750f3 --- /dev/null +++ b/sql/old/3.3.5a/2011_06_17_09_world_misc.sql @@ -0,0 +1,11 @@ +-- Remove those achievements from disables table +DELETE FROM `disables` WHERE `entry` IN (10184,10243,10399,10400); + +-- Achievement ScriptNames +DELETE FROM `achievement_criteria_data` WHERE `criteria_id` IN (10184,10243,10399,10400) and `type`=11; +INSERT INTO `achievement_criteria_data` (`criteria_id`,`type`,`value1`,`value2`,`ScriptName`) +VALUES +(10243,11,0,0,'achievement_nine_lives'), +(10399,11,0,0,'achievement_nine_lives'), +(10184,11,0,0,'achievement_crazy_cat_lady'), +(10400,11,0,0,'achievement_crazy_cat_lady'); diff --git a/sql/old/3.3.5a/2011_06_17_10_world_creature_template.sql b/sql/old/3.3.5a/2011_06_17_10_world_creature_template.sql new file mode 100644 index 00000000000..8be4550f7bb --- /dev/null +++ b/sql/old/3.3.5a/2011_06_17_10_world_creature_template.sql @@ -0,0 +1,6458 @@ +-- Creature walk/run speed update +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`= 5648; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`= 16863; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`= 16867; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`= 16878; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`= 16880; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`= 16934; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`= 17046; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`= 17263; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`= 17282; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`= 17794; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`= 17795; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`= 18991; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`= 19029; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`= 19032; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`= 19259; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`= 19276; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`= 19277; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`= 19282; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`= 19414; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`= 20159; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`= 3300; +UPDATE `creature_template` SET `speed_walk`=2.8 WHERE `entry` = 18733; +UPDATE `creature_template` SET `speed_walk`=3.2 WHERE `entry` = 19189; +UPDATE `creature_template` SET `speed_walk`=4 WHERE entry = 19275; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=706; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=705; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=704; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=724; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=721; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=707; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1354; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=12738; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=786; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=708; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=946; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=808; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=713; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=658; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=829; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3571; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2042; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=1998; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=1995; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3602; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3515; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=883; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=1984; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1992; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2079; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=2031; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2077; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=12160; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2082; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3589; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3596; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3597; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=1988; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=1420; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=1985; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=1989; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=1986; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=1994; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16719; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16718; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16739; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16764; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=15103; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19925; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=16733; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16475; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16477; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16483; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=16520; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=16516; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16917; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16918; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16971; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16500; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16501; +UPDATE `creature_template` SET `speed_walk`=0.9 WHERE `entry`=16502; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20227; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16514; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20233; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16503; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16499; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=17089; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16535; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16920; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16919; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17071; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17073; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17425; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=16537; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16922; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=16518; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=1412; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20239; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16546; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=16521; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=17467; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17947; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=16522; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=1127; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=1211; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=8503; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=14881; +UPDATE `creature_template` SET `speed_walk`=0.888888 WHERE `entry`=16303; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16353; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=16347; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16300; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=15494; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=15513; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=15284; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=15285; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=15283; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=15279; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=15280; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=6368; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=15366; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=15274; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=15287; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=15371; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=15278; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=15292; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=15289; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=15291; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=15295; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=15297; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=15296; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=15468; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=15271; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=15372; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=15281; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=15294; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=15273; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=15298; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=15367; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3166; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3163; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3139; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3142; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11943; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3171; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11025; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6928; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9987; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3168; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3165; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3175; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3174; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5953; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3167; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3191; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3881; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=3098; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11378; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10556; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5952; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5887; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9796; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5765; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10176; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3143; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3145; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3154; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3707; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3153; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3882; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3158; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3157; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5884; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3155; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=3124; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3160; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3156; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3159; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=12776; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3161; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=5951; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=3281; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=3300; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3287; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=3101; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=3102; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3183; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=1509; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=1513; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=1512; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=1508; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=4075; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1568; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2307; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=1737; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1570; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2116; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2117; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1569; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1661; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2124; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5749; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2123; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2126; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5667; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=1740; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2315; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2115; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2113; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2122; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2119; +UPDATE `creature_template` SET `speed_walk`=0.777776,`speed_run`=0.85714 WHERE `entry`=1502; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=1736; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=1741; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=1501; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=1739; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=1890; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=1504; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=1505; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=1688; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3084; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2987; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2998; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3003; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6410; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8674; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2999; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10278; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8360; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=15106; +UPDATE `creature_template` SET `speed_run`=0.57143 WHERE `entry`=29238; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11084; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11071; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3015; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11051; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3012; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3017; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3093; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3050; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=14728; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2995; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8722; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3004; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3011; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3092; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3007; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3005; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3095; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3008; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7089; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4451; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3002; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3001; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3978; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3210; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=2620; +UPDATE `creature_template` SET `speed_walk`=0.666668,`speed_run`=0.85714 WHERE `entry`=2955; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3072; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3060; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3211; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3214; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3883; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5888; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3062; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3074; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3073; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3061; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3059; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3075; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2980; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2981; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3213; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3209; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2991; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=2966; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=2952; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=2954; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=2953; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=3229; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=8554; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3297; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5880; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6408; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3186; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10369; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3187; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=3125; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11814; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3188; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3304; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=14545; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=14543; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=12349; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=12346; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=12350; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=14544; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7953; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3185; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7952; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10578; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3194; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5942; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3184; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3933; +UPDATE `creature_template` SET `speed_walk`=1.444444,`speed_run`=1.5873 WHERE `entry`=30235; +UPDATE `creature_template` SET `speed_run`=1.19048 WHERE `entry`=30206; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=30268; +UPDATE `creature_template` SET `speed_walk`=2,`speed_run`=2 WHERE `entry`=30544; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=30203; +UPDATE `creature_template` SET `speed_walk`=2,`speed_run`=1.71429 WHERE `entry`=30205; +UPDATE `creature_template` SET `speed_walk`=2,`speed_run`=1.71429 WHERE `entry`=30333; +UPDATE `creature_template` SET `speed_walk`=2.4,`speed_run`=2.14286 WHERE `entry`=30486; +UPDATE `creature_template` SET `speed_run`=1.71429 WHERE `entry`=30673; +UPDATE `creature_template` SET `speed_run`=2.14286 WHERE `entry`=30674; +UPDATE `creature_template` SET `speed_walk`=2,`speed_run`=2 WHERE `entry`=30541; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=30543; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=32155; +UPDATE `creature_template` SET `speed_run`=1.71429 WHERE `entry`=32771; +UPDATE `creature_template` SET `speed_walk`=4,`speed_run`=1.38571 WHERE `entry`=32201; +UPDATE `creature_template` SET `speed_run`=1.19048 WHERE `entry`=31747; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=31691; +UPDATE `creature_template` SET `speed_run`=0.14286 WHERE `entry`=24879; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=31813; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=31847; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=31147; +UPDATE `creature_template` SET `speed_run`=3.57143 WHERE `entry`=28243; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=30265; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=30856; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=30860; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=31033; +UPDATE `creature_template` SET `speed_walk`=1.444444,`speed_run`=1.5873 WHERE `entry`=31070; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=31040; +UPDATE `creature_template` SET `speed_run`=2 WHERE `entry`=31039; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=31836; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=31718; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11822; +UPDATE `creature_template` SET `speed_walk`=2.8 WHERE `entry`=11832; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11799; +UPDATE `creature_template` SET `speed_walk`=0.666668 WHERE `entry`=32320; +UPDATE `creature_template` SET `speed_run`=1.28571 WHERE `entry`=31045; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=31063; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=33422; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=31229; +UPDATE `creature_template` SET `speed_run`=0.71429 WHERE `entry`=32428; +UPDATE `creature_template` SET `speed_run`=1.19048 WHERE `entry`=31404; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=31402; +UPDATE `creature_template` SET `speed_run`=3.42857 WHERE `entry`=31393; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=26358; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=26359; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=26316; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=26293; +UPDATE `creature_template` SET `speed_run`=0.95238 WHERE `entry`=26272; +UPDATE `creature_template` SET `speed_run`=0.95238 WHERE `entry`=26711; +UPDATE `creature_template` SET `speed_run`=0.95238 WHERE `entry`=26273; +UPDATE `creature_template` SET `speed_run`=0.95238 WHERE `entry`=26295; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=27953; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=26917; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.14286 WHERE `entry`=34381; +UPDATE `creature_template` SET `speed_run`=0.95238 WHERE `entry`=26271; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=27685; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=27686; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=27533; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=27534; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=32598; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=29570; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=31033; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20791; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=22497; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=19687; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18166; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=18481; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19684; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=25167; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19075; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=24938; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19144; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18893; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=19120; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21432; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=18525; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20331; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=24928; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=27666; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=24932; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=25115; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=23472; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=34984; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=30094; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=30095; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=31768; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=31769; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.14286 WHERE `entry`=31233; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=31755; +UPDATE `creature_template` SET `speed_run`=0.95238 WHERE `entry`=31851; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=31229; +UPDATE `creature_template` SET `speed_walk`=1.444444 WHERE `entry`=31070; +UPDATE `creature_template` SET `speed_run`=1.07143 WHERE `entry`=31783; +UPDATE `creature_template` SET `speed_walk`=2,`speed_run`=1.57143 WHERE `entry`=32767; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=31243; +UPDATE `creature_template` SET `speed_run`=3.14286 WHERE `entry`=30588; +UPDATE `creature_template` SET `speed_run`=3.14286 WHERE `entry`=30589; +UPDATE `creature_template` SET `speed_walk`=6,`speed_run`=3.14286 WHERE `entry`=30700; +UPDATE `creature_template` SET `speed_run`=3.14286 WHERE `entry`=30649; +UPDATE `creature_template` SET `speed_walk`=6,`speed_run`=3.14286 WHERE `entry`=30707; +UPDATE `creature_template` SET `speed_run`=3.14286 WHERE `entry`=31353; +UPDATE `creature_template` SET `speed_walk`=6,`speed_run`=3.14286 WHERE `entry`=30690; +UPDATE `creature_template` SET `speed_walk`=6,`speed_run`=3.14286 WHERE `entry`=30699; +UPDATE `creature_template` SET `speed_walk`=1.4,`speed_run`=2.57143 WHERE `entry`=32492; +UPDATE `creature_template` SET `speed_run`=3.14286 WHERE `entry`=30476; +UPDATE `creature_template` SET `speed_run`=3.14286 WHERE `entry`=30559; +UPDATE `creature_template` SET `speed_run`=3.14286 WHERE `entry`=30640; +UPDATE `creature_template` SET `speed_run`=3.14286 WHERE `entry`=30655; +UPDATE `creature_template` SET `speed_run`=3.14286 WHERE `entry`=30651; +UPDATE `creature_template` SET `speed_run`=3.14286 WHERE `entry`=30646; +UPDATE `creature_template` SET `speed_run`=3.14286 WHERE `entry`=32193; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=31142; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=31155; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.14286 WHERE `entry`=32299; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=31746; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.71429 WHERE `entry`=32769; +UPDATE `creature_template` SET `speed_run`=1.71429 WHERE `entry`=32770; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=31258; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.99206 WHERE `entry`=31280; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=31267; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=31263; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=31396; +UPDATE `creature_template` SET `speed_walk`=1.444444 WHERE `entry`=31265; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=31736; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=31399; +UPDATE `creature_template` SET `speed_run`=1.28968 WHERE `entry`=31150; +UPDATE `creature_template` SET `speed_run`=1.28968 WHERE `entry`=31198; +UPDATE `creature_template` SET `speed_run`=1.71429 WHERE `entry`=32188; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=32523; +UPDATE `creature_template` SET `speed_run`=1.28571 WHERE `entry`=32525; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=32524; +UPDATE `creature_template` SET `speed_walk`=0.8,`speed_run`=1.71429 WHERE `entry`=32182; +UPDATE `creature_template` SET `speed_run`=1.71429 WHERE `entry`=32179; +UPDATE `creature_template` SET `speed_walk`=2,`speed_run`=1.57143 WHERE `entry`=31721; +UPDATE `creature_template` SET `speed_run`=3.14286 WHERE `entry`=30832; +UPDATE `creature_template` SET `speed_walk`=6,`speed_run`=3.14286 WHERE `entry`=30749; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=32257; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=32284; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=32505; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=32502; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=32482; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=31779; +UPDATE `creature_template` SET `speed_run`=2 WHERE `entry`=31780; +UPDATE `creature_template` SET `speed_run`=1.28968 WHERE `entry`=31411; +UPDATE `creature_template` SET `speed_run`=1.07143 WHERE `entry`=31853; +UPDATE `creature_template` SET `speed_walk`=2,`speed_run`=1.42857 WHERE `entry`=30894; +UPDATE `creature_template` SET `speed_walk`=1.2 WHERE `entry`=31868; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=30687; +UPDATE `creature_template` SET `speed_run`=2.28571 WHERE `entry`=30988; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=30597; +UPDATE `creature_template` SET `speed_walk`=0.8,`speed_run`=0.99206 WHERE `entry`=30993; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=30701; +UPDATE `creature_template` SET `speed_run`=2 WHERE `entry`=30631; +UPDATE `creature_template` SET `speed_walk`=0.8,`speed_run`=0.99206 WHERE `entry`=31015; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=30704; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=31554; +UPDATE `creature_template` SET `speed_run`=1.19048 WHERE `entry`=31556; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=31553; +UPDATE `creature_template` SET `speed_walk`=0.666668,`speed_run`=1.19048 WHERE `entry`=30952; +UPDATE `creature_template` SET `speed_walk`=0.8,`speed_run`=0.99206 WHERE `entry`=30951; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=31131; +UPDATE `creature_template` SET `speed_run`=1.71429 WHERE `entry`=31251; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=30312; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=31266; +UPDATE `creature_template` SET `speed_run`=0.57143 WHERE `entry`=31438; +UPDATE `creature_template` SET `speed_run`=2 WHERE `entry`=29343; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=30074; +UPDATE `creature_template` SET `speed_run`=2.85714 WHERE `entry`=30335; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=32469; +UPDATE `creature_template` SET `speed_run`=2 WHERE `entry`=30002; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=31255; +UPDATE `creature_template` SET `speed_walk`=2,`speed_run`=0.71429 WHERE `entry`=31075; +UPDATE `creature_template` SET `speed_run`=1.07143 WHERE `entry`=30922; +UPDATE `creature_template` SET `speed_walk`=3.2,`speed_run`=2.28571 WHERE `entry`=35470; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=33543; +UPDATE `creature_template` SET `speed_walk`=1.2,`speed_run`=1.38571 WHERE `entry`=33558; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=33698; +UPDATE `creature_template` SET `speed_walk`=0.6,`speed_run`=0.69286 WHERE `entry`=33749; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=29477; +UPDATE `creature_template` SET `speed_run`=0.59524 WHERE `entry`=29624; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=29389; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=29808; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=29843; +UPDATE `creature_template` SET `speed_walk`=1.388888 WHERE `entry`=29793; +UPDATE `creature_template` SET `speed_walk`=1.388888 WHERE `entry`=29792; +UPDATE `creature_template` SET `speed_walk`=1.444444 WHERE `entry`=31070; +UPDATE `creature_template` SET `speed_run`=3.14286 WHERE `entry`=31030; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=31322; +UPDATE `creature_template` SET `speed_walk`=6,`speed_run`=3.14286 WHERE `entry`=31246; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=31900; +UPDATE `creature_template` SET `speed_walk`=4,`speed_run`=1.42857 WHERE `entry`=32178; +UPDATE `creature_template` SET `speed_run`=0.71429 WHERE `entry`=2110; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=15475; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=22515; +UPDATE `creature_template` SET `speed_walk`=1.6,`speed_run`=1.42857 WHERE `entry`=31222; +UPDATE `creature_template` SET `speed_walk`=1.6,`speed_run`=3.14286 WHERE `entry`=31242; +UPDATE `creature_template` SET `speed_walk`=1.6,`speed_run`=1.71429 WHERE `entry`=31271; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=32600; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=32601; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=36508; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=36666; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=29888; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=31900; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=23739; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=23801; +UPDATE `creature_template` SET `speed_run`=0.71429 WHERE `entry`=24174; +UPDATE `creature_template` SET `speed_walk`=0.666668 WHERE `entry`=23550; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=23557; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=24694; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=24270; +UPDATE `creature_template` SET `speed_run`=0.21429 WHERE `entry`=24177; +UPDATE `creature_template` SET `speed_walk`=0.5,`speed_run`=0.57143 WHERE `entry`=24215; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=2914; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=24322; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3501; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3338; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3489; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3480; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3659; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3658; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3449; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3464; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3429; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3431; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3482; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3934; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3481; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3490; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3390; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3615; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=5774; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9981; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3478; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3479; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5871; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3483; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3428; +UPDATE `creature_template` SET `speed_walk`=0.666668,`speed_run`=1.42857 WHERE `entry`=3244; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3477; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3488; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3432; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3486; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3448; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3484; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3485; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3487; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3254; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=3415; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=12296; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.28968 WHERE `entry`=3242; +UPDATE `creature_template` SET `speed_walk`=0.666668,`speed_run`=1.42857 WHERE `entry`=3246; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3255; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4127; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3425; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3498; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3499; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16418; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=3502; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3453; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9558; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3497; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3665; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3493; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3492; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3292; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8496; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10063; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6791; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3339; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3572; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3491; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3446; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3496; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8119; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7166; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7161; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3442; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16227; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8738; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3391; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3494; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3495; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6266; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6253; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6252; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6254; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6251; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=23535; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=23536; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=23534; +UPDATE `creature_template` SET `speed_walk`=0.666668,`speed_run`=1.42857 WHERE `entry`=3245; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5766; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3416; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=6145; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9559; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=4624; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=17249; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=21045; +UPDATE `creature_template` SET `speed_walk`=0.666668 WHERE `entry`=3272; +UPDATE `creature_template` SET `speed_walk`=0.666668 WHERE `entry`=3273; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3248; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3234; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3461; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3256; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4129; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.28968 WHERE `entry`=3426; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3463; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3240; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3247; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3474; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3258; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3260; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3433; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3704; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3703; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6394; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3705; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3430; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7714; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6387; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10380; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9983; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5944; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3387; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3418; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5911; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10378; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3239; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.28968 WHERE `entry`=3466; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3424; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3250; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=4196; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3252; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3251; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3472; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3436; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3458; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3434; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3457; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=10756; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=10757; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10537; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4878; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11117; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9551; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4317; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10377; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17093; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10539; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11116; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4876; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4722; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4877; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10645; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4875; +UPDATE `creature_template` SET `speed_walk`=1.2,`speed_run`=1.42857 WHERE `entry`=31233; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=31229; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=30273; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=36657; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=36656; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=36642; +UPDATE `creature_template` SET `speed_run`=1.28968 WHERE `entry`=36624; +UPDATE `creature_template` SET `speed_walk`=1.2,`speed_run`=1.38571 WHERE `entry`=33382; +UPDATE `creature_template` SET `speed_walk`=3.2,`speed_run`=2.28571 WHERE `entry`=35473; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.95238 WHERE `entry`=35469; +UPDATE `creature_template` SET `speed_walk`=1.2,`speed_run`=1.38571 WHERE `entry`=33285; +UPDATE `creature_template` SET `speed_walk`=1.2,`speed_run`=1.38571 WHERE `entry`=33383; +UPDATE `creature_template` SET `speed_walk`=1.2,`speed_run`=1.38571 WHERE `entry`=33384; +UPDATE `creature_template` SET `speed_run`=1.19048 WHERE `entry`=34788; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=33243; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=33272; +UPDATE `creature_template` SET `speed_walk`=3.2,`speed_run`=2.28571 WHERE `entry`=35501; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=33306; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=33842; +UPDATE `creature_template` SET `speed_walk`=3.2,`speed_run`=2.28571 WHERE `entry`=35476; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10928; +UPDATE `creature_template` SET `speed_walk`=3.2,`speed_run`=2.28571 WHERE `entry`=35475; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=417; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=33643; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8996; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17252; +UPDATE `creature_template` SET `speed_run`=1.28968 WHERE `entry`=33843; +UPDATE `creature_template` SET `speed_walk`=1.2,`speed_run`=1.38571 WHERE `entry`=33564; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=33561; +UPDATE `creature_template` SET `speed_walk`=1.2,`speed_run`=1.38571 WHERE `entry`=33562; +UPDATE `creature_template` SET `speed_walk`=1.2,`speed_run`=1.38571 WHERE `entry`=33559; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=36065; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=33974; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=32639; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=33972; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=33973; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=33870; +UPDATE `creature_template` SET `speed_walk`=3.2,`speed_run`=2.28571 WHERE `entry`=35482; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=36223; +UPDATE `creature_template` SET `speed_walk`=1.2,`speed_run`=0.99206 WHERE `entry`=33447; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=35808; +UPDATE `creature_template` SET `speed_run`=4.28571 WHERE `entry`=35984; +UPDATE `creature_template` SET `speed_walk`=1.2,`speed_run`=1.38571 WHERE `entry`=33743; +UPDATE `creature_template` SET `speed_walk`=1.2,`speed_run`=1.38571 WHERE `entry`=33740; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=33747; +UPDATE `creature_template` SET `speed_walk`=1.2,`speed_run`=0.99206 WHERE `entry`=33522; +UPDATE `creature_template` SET `speed_walk`=1.2,`speed_run`=1.38571 WHERE `entry`=33738; +UPDATE `creature_template` SET `speed_walk`=1.2,`speed_run`=0.99206 WHERE `entry`=34210; +UPDATE `creature_template` SET `speed_walk`=1.2 WHERE `entry`=35344; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=35117; +UPDATE `creature_template` SET `speed_run`=1.28968 WHERE `entry`=33817; +UPDATE `creature_template` SET `speed_walk`=1.2,`speed_run`=1.38571 WHERE `entry`=33739; +UPDATE `creature_template` SET `speed_walk`=1.2,`speed_run`=0.99206 WHERE `entry`=33518; +UPDATE `creature_template` SET `speed_walk`=1.2,`speed_run`=1.38571 WHERE `entry`=33749; +UPDATE `creature_template` SET `speed_walk`=1.2,`speed_run`=1.38571 WHERE `entry`=33745; +UPDATE `creature_template` SET `speed_walk`=1.2,`speed_run`=0.71429 WHERE `entry`=36173; +UPDATE `creature_template` SET `speed_walk`=1.2,`speed_run`=1.38571 WHERE `entry`=33746; +UPDATE `creature_template` SET `speed_walk`=1.2,`speed_run`=1.38571 WHERE `entry`=33748; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=33744; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=22817; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=31769; +UPDATE `creature_template` SET `speed_run`=0.95238 WHERE `entry`=31768; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=31755; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=28077; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=28095; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=28076; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=3835; +UPDATE `creature_template` SET `speed_run`=0.14286 WHERE `entry`=32544; +UPDATE `creature_template` SET `speed_run`=1.57143 WHERE `entry`=28093; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=30737; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=28346; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=28053; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=28037; +UPDATE `creature_template` SET `speed_run`=2.14286 WHERE `entry`=28170; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=27801; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=29124; +UPDATE `creature_template` SET `speed_run`=1.28968 WHERE `entry`=28641; +UPDATE `creature_template` SET `speed_walk`=1.111112,`speed_run`=1.19048 WHERE `entry`=28113; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=28668; +UPDATE `creature_template` SET `speed_run`=1.30952 WHERE `entry`=28667; +UPDATE `creature_template` SET `speed_walk`=1.2,`speed_run`=1 WHERE `entry`=30560; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=32622; +UPDATE `creature_template` SET `speed_run`=0.95238 WHERE `entry`=32294; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=39172; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=32621; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=32616; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=31036; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=31153; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=30849; +UPDATE `creature_template` SET `speed_walk`=1.388888 WHERE `entry`=26575; +UPDATE `creature_template` SET `speed_walk`=1.388888 WHERE `entry`=26577; +UPDATE `creature_template` SET `speed_walk`=1.388888 WHERE `entry`=26578; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=32600; +UPDATE `creature_template` SET `speed_walk`=0.666668 WHERE `entry`=33532; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=22818; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=37856; +UPDATE `creature_template` SET `speed_walk`=0.666668 WHERE `entry`=34520; +UPDATE `creature_template` SET `speed_run`=0.71429 WHERE `entry`=32466; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=32601; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=1917; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=1916; +UPDATE `creature_template` SET `speed_walk`=0.777776,`speed_run`=0.85714 WHERE `entry`=1918; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=1919; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=1506; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6784; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=1547; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=1553; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1519; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=1548; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=1554; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=5725; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=1526; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=1525; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=620; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3522; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3523; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10666; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1735; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1496; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1743; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1742; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=11156; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1518; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2132; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2114; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3547; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10665; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4773; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=34238; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2309; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=12342; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=12341; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=12343; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=14558; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2311; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=35169; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4731; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10055; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1745; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2314; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=31715; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2136; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2137; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2135; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=1515; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1746; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5750; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2129; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2127; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1499; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11945; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2134; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2118; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2310; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1652; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6785; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5724; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5759; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1500; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1521; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1560; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2128; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2131; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1738; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3548; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2130; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2210; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5688; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5695; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2209; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2211; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1931; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6966; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=346; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=348; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7009; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3091; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=6728; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=266; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3089; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3085; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=900; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=344; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1680; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5620; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=859; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=381; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9982; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6166; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=379; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=789; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=790; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6727; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1678; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=777; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=791; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=415; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=793; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=956; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3087; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3086; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3090; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3088; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=849; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=343; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5608; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5607; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=1933; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=341; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=382; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8965; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8962; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8963; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=903; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=547; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=441; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1070; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=931; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=442; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=464; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.19048 WHERE `entry`=423; +UPDATE `creature_template` SET `speed_walk`=1.2 WHERE `entry`=712; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=732; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3134; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2142; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=202; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=302; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=203; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1436; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1101; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1099; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1098; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1100; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=898; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=888; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1001; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=499; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=412; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=288; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2481; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=909; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=681; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=688; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=910; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=533; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=205; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5414; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=7376; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=741; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=740; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=767; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=6653; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=4953; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5988; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=5982; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=5990; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7750; +UPDATE `creature_template` SET `speed_walk`=0.666668 WHERE `entry`=14448; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=11198; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=1776; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=11874; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17127; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17531; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=18221; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5353; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=428; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=578; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=422; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=485; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=505; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=615; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=437; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4463; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=9700; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=7031; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9691; +UPDATE `creature_template` SET `speed_run`=0.71429 WHERE `entry`=9699; +UPDATE `creature_template` SET `speed_walk`=0.777776,`speed_run`=1.42857 WHERE `entry`=10119; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9560; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9565; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9561; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9177; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9562; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2299; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1296; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3298; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8978; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=7032; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=5855; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=8447; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5846; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=14621; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8400; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=1201; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=1125; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=1196; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=1126; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=1128; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=12363; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=12367; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=12365; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=14553; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=14552; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=12366; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=14551; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=1138; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=1131; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=35073; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=32667; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=31146; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=32666; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=31144; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1388; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=12372; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=14546; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=12374; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=12373; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=14548; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4772; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=14547; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1261; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=1352; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3177; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1265; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1263; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=13076; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=1115; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=1116; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1117; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=1689; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1959; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1161; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=1195; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1186; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1190; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1470; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3948; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6734; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9989; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1473; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2517; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2506; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1963; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1465; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1682; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2510; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2512; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3291; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=167; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1572; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1105; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1681; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=372; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1340; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6241; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1474; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2513; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1139; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1469; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1337; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2516; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=2098; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2509; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1777; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2514; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2508; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1338; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1278; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1224; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1172; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.19048 WHERE `entry`=1008; +UPDATE `creature_template` SET `speed_walk`=1.2 WHERE `entry`=1007; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1030; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1111; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1038; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1036; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2091; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6412; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1057; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=1035; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2108; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1022; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1023; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1021; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=8881; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=4962; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1463; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=12375; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=5403; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=5404; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=5406; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=5405; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1458; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1454; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1453; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=12376; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1446; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=31768; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=31229; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=31769; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=22015; +UPDATE `creature_template` SET `speed_walk`=1.444444 WHERE `entry`=31070; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=33707; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=34925; +UPDATE `creature_template` SET `speed_run`=1.71429 WHERE `entry`=30861; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=30868; +UPDATE `creature_template` SET `speed_run`=2.28571 WHERE `entry`=29453; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=29452; +UPDATE `creature_template` SET `speed_run`=1.07143 WHERE `entry`=29449; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=28519; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=28565; +UPDATE `creature_template` SET `speed_run`=1.28571 WHERE `entry`=29436; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=28869; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=28868; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=28870; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=28871; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=28867; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=28615; +UPDATE `creature_template` SET `speed_run`=1.28968 WHERE `entry`=29484; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=28872; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=28866; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=29697; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=29699; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=29654; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=28026; +UPDATE `creature_template` SET `speed_walk`=0.666668 WHERE `entry`=29917; +UPDATE `creature_template` SET `speed_walk`=0.666668,`speed_run`=0.99206 WHERE `entry`=29848; +UPDATE `creature_template` SET `speed_walk`=0.666668,`speed_run`=0.99206 WHERE `entry`=29690; +UPDATE `creature_template` SET `speed_walk`=0.666668,`speed_run`=0.99206 WHERE `entry`=29733; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=29686; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=29437; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=29438; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=29439; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.28968 WHERE `entry`=16570; +UPDATE `creature_template` SET `speed_walk`=0.4,`speed_run`=0.99206 WHERE `entry`=28158; +UPDATE `creature_template` SET `speed_walk`=0.2,`speed_run`=1 WHERE `entry`=28274; +UPDATE `creature_template` SET `speed_walk`=0.833332,`speed_run`=0.99206 WHERE `entry`=28258; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=28257; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=28413; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=28412; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=28145; +UPDATE `creature_template` SET `speed_walk`=0.666668 WHERE `entry`=28323; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=28178; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=29133; +UPDATE `creature_template` SET `speed_run`=1.28571 WHERE `entry`=28221; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=16509; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=28387; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=28863; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=28401; +UPDATE `creature_template` SET `speed_run`=1.57143 WHERE `entry`=28465; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=31889; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.28571 WHERE `entry`=582; +UPDATE `creature_template` SET `speed_run`=1.28968 WHERE `entry`=27944; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=27421; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=26363; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=31890; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=26357; +UPDATE `creature_template` SET `speed_walk`=0.666668,`speed_run`=0.99206 WHERE `entry`=26356; +UPDATE `creature_template` SET `speed_walk`=0.666668,`speed_run`=0.99206 WHERE `entry`=26436; +UPDATE `creature_template` SET `speed_walk`=0.666668,`speed_run`=0.99206 WHERE `entry`=26428; +UPDATE `creature_template` SET `speed_walk`=0.666668,`speed_run`=0.99206 WHERE `entry`=26434; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=26366; +UPDATE `creature_template` SET `speed_walk`=0.666668,`speed_run`=0.85714 WHERE `entry`=26646; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=27408; +UPDATE `creature_template` SET `speed_run`=1.28571 WHERE `entry`=27259; +UPDATE `creature_template` SET `speed_walk`=1.2,`speed_run`=1 WHERE `entry`=24026; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=24210; +UPDATE `creature_template` SET `speed_walk`=0.6 WHERE `entry`=24359; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=23977; +UPDATE `creature_template` SET `speed_walk`=0.666668 WHERE `entry`=23836; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=23984; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=23986; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=29662; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=23985; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=23987; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=23851; +UPDATE `creature_template` SET `speed_run`=1.07143 WHERE `entry`=23771; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=28407; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=23691; +UPDATE `creature_template` SET `speed_walk`=1.444444,`speed_run`=1.5873 WHERE `entry`=23750; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=16030; +UPDATE `creature_template` SET `speed_walk`=1.444444 WHERE `entry`=23680; +UPDATE `creature_template` SET `speed_walk`=0.666668,`speed_run`=0.99206 WHERE `entry`=26823; +UPDATE `creature_template` SET `speed_walk`=0.666668,`speed_run`=0.99206 WHERE `entry`=26825; +UPDATE `creature_template` SET `speed_walk`=0.666668,`speed_run`=0.99206 WHERE `entry`=26827; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=24212; +UPDATE `creature_template` SET `speed_walk`=2,`speed_run`=2.14286 WHERE `entry`=23772; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=23919; +UPDATE `creature_template` SET `speed_walk`=2 WHERE `entry`=24514; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=24524; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=24863; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=24228; +UPDATE `creature_template` SET `speed_run`=1.11111 WHERE `entry`=24178; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=33698; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=33543; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=30035; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=29377; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=29390; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=29960; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=29963; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=29959; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=29950; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=32476; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=29978; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=29979; +UPDATE `creature_template` SET `speed_run`=1.5873 WHERE `entry`=29984; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=29980; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=29981; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=30148; +UPDATE `creature_template` SET `speed_walk`=1.2,`speed_run`=1 WHERE `entry`=30164; +UPDATE `creature_template` SET `speed_run`=1.71429 WHERE `entry`=30376; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=31693; +UPDATE `creature_template` SET `speed_run`=1.5873 WHERE `entry`=29544; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=29584; +UPDATE `creature_template` SET `speed_run`=1.71429 WHERE `entry`=29585; +UPDATE `creature_template` SET `speed_run`=1.71429 WHERE `entry`=30455; +UPDATE `creature_template` SET `speed_run`=1.71429 WHERE `entry`=30127; +UPDATE `creature_template` SET `speed_run`=1.71429 WHERE `entry`=32571; +UPDATE `creature_template` SET `speed_run`=1.71429 WHERE `entry`=30262; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=28411; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=28387; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=28863; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=27458; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=27461; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=27459; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=27460; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=26417; +UPDATE `creature_template` SET `speed_walk`=0.8 WHERE `entry`=27230; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=26820; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=26420; +UPDATE `creature_template` SET `speed_run`=1.28968 WHERE `entry`=33643; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=33543; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=33698; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=36066; +UPDATE `creature_template` SET `speed_walk`=1.444444 WHERE `entry`=31265; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=31892; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=31900; +UPDATE `creature_template` SET `speed_walk`=3.2,`speed_run`=2.85714 WHERE `entry`=29648; +UPDATE `creature_template` SET `speed_run`=2.85714 WHERE `entry`=29344; +UPDATE `creature_template` SET `speed_run`=2 WHERE `entry`=29456; +UPDATE `creature_template` SET `speed_walk`=0.8,`speed_run`=0.99206 WHERE `entry`=29517; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=32495; +UPDATE `creature_template` SET `speed_run`=1.28571 WHERE `entry`=30086; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=31770; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=31229; +UPDATE `creature_template` SET `speed_run`=2.28571 WHERE `entry`=31233; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=31229; +UPDATE `creature_template` SET `speed_walk`=0.666668 WHERE `entry`=33529; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=31033; +UPDATE `creature_template` SET `speed_walk`=1.388888 WHERE `entry`=29792; +UPDATE `creature_template` SET `speed_walk`=1.388888 WHERE `entry`=29793; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=30096; +UPDATE `creature_template` SET `speed_run`=1.28571 WHERE `entry`=29569; +UPDATE `creature_template` SET `speed_walk`=1.444444,`speed_run`=1.5873 WHERE `entry`=29590; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=29369; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=29376; +UPDATE `creature_template` SET `speed_run`=0.95238 WHERE `entry`=30448; +UPDATE `creature_template` SET `speed_walk`=2,`speed_run`=2 WHERE `entry`=30341; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=29724; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=29469; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=30445; +UPDATE `creature_template` SET `speed_run`=1.28571 WHERE `entry`=29844; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=29849; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=29695; +UPDATE `creature_template` SET `speed_walk`=1.2,`speed_run`=1 WHERE `entry`=30177; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=29652; +UPDATE `creature_template` SET `speed_run`=1.28571 WHERE `entry`=29323; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=29331; +UPDATE `creature_template` SET `speed_run`=1.19048 WHERE `entry`=29411; +UPDATE `creature_template` SET `speed_run`=0.92857 WHERE `entry`=29434; +UPDATE `creature_template` SET `speed_run`=1.28571 WHERE `entry`=29426; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=29885; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=29518; +UPDATE `creature_template` SET `speed_walk`=1.444444,`speed_run`=1.42857 WHERE `entry`=29755; +UPDATE `creature_template` SET `speed_run`=1.28571 WHERE `entry`=30006; +UPDATE `creature_template` SET `speed_run`=1.28571 WHERE `entry`=30175; +UPDATE `creature_template` SET `speed_run`=1.28571 WHERE `entry`=29366; +UPDATE `creature_template` SET `speed_run`=1.19048 WHERE `entry`=29461; +UPDATE `creature_template` SET `speed_run`=1.28571 WHERE `entry`=30012; +UPDATE `creature_template` SET `speed_run`=1.28571 WHERE `entry`=30154; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=29975; +UPDATE `creature_template` SET `speed_run`=3.14286 WHERE `entry`=29798; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=29549; +UPDATE `creature_template` SET `speed_run`=1.11111 WHERE `entry`=29352; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=30008; +UPDATE `creature_template` SET `speed_walk`=1.2,`speed_run`=1 WHERE `entry`=30005; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=29796; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=29543; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=30010; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=29571; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=29545; +UPDATE `creature_template` SET `speed_run`=0.95238 WHERE `entry`=30260; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=30422; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=32569; +UPDATE `creature_template` SET `speed_run`=2.85714 WHERE `entry`=30302; +UPDATE `creature_template` SET `speed_walk`=1.2,`speed_run`=1 WHERE `entry`=30219; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=30222; +UPDATE `creature_template` SET `speed_run`=1.71429 WHERE `entry`=30294; +UPDATE `creature_template` SET `speed_run`=1.71429 WHERE `entry`=32540; +UPDATE `creature_template` SET `speed_run`=1.71429 WHERE `entry`=30105; +UPDATE `creature_template` SET `speed_run`=1.71429 WHERE `entry`=30456; +UPDATE `creature_template` SET `speed_run`=1.71429 WHERE `entry`=30252; +UPDATE `creature_template` SET `speed_run`=1.71429 WHERE `entry`=32594; +UPDATE `creature_template` SET `speed_run`=1.5873 WHERE `entry`=30163; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=28802; +UPDATE `creature_template` SET `speed_run`=1.28571 WHERE `entry`=28759; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=28145; +UPDATE `creature_template` SET `speed_walk`=0.8,`speed_run`=0.99206 WHERE `entry`=28268; +UPDATE `creature_template` SET `speed_walk`=0.777776 WHERE `entry`=30043; +UPDATE `creature_template` SET `speed_run`=1.28571 WHERE `entry`=30025; +UPDATE `creature_template` SET `speed_run`=1.71429 WHERE `entry`=30020; +UPDATE `creature_template` SET `speed_run`=1.28968 WHERE `entry`=28793; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=29133; +UPDATE `creature_template` SET `speed_walk`=0.8,`speed_run`=0.99206 WHERE `entry`=28022; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=27451; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=385; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=890; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=6271; +UPDATE `creature_template` SET `speed_walk`=0.666668,`speed_run`=0.99206 WHERE `entry`=27342; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=27343; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=27340; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=26613; +UPDATE `creature_template` SET `speed_walk`=1.6,`speed_run`=1.42857 WHERE `entry`=27008; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=6827; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=29953; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=26198; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=26197; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=26200; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=26199; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=26201; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=26510; +UPDATE `creature_template` SET `speed_run`=1.28968 WHERE `entry`=21223; +UPDATE `creature_template` SET `speed_run`=1.71429 WHERE `entry`=26321; +UPDATE `creature_template` SET `speed_run`=1.71429 WHERE `entry`=26333; +UPDATE `creature_template` SET `speed_walk`=0.888888,`speed_run`=0.99206 WHERE `entry`=32572; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=25715; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=26191; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=29965; +UPDATE `creature_template` SET `speed_run`=1.28968 WHERE `entry`=27610; +UPDATE `creature_template` SET `speed_run`=1.28968 WHERE `entry`=26218; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=25679; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=25812; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=25811; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=31685; +UPDATE `creature_template` SET `speed_run`=0.95238 WHERE `entry`=24614; +UPDATE `creature_template` SET `speed_run`=0.95238 WHERE `entry`=24613; +UPDATE `creature_template` SET `speed_run`=0.95238 WHERE `entry`=25850; +UPDATE `creature_template` SET `speed_run`=2.85714 WHERE `entry`=25732; +UPDATE `creature_template` SET `speed_walk`=8,`speed_run`=2.85714 WHERE `entry`=25364; +UPDATE `creature_template` SET `speed_run`=2.85714 WHERE `entry`=27888; +UPDATE `creature_template` SET `speed_run`=2.85714 WHERE `entry`=25727; +UPDATE `creature_template` SET `speed_run`=2.85714 WHERE `entry`=25733; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=25488; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=25487; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=18955; +UPDATE `creature_template` SET `speed_run`=2.14286 WHERE `entry`=25478; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=25728; +UPDATE `creature_template` SET `speed_run`=1.19048 WHERE `entry`=25718; +UPDATE `creature_template` SET `speed_walk`=4.8,`speed_run`=3.57143 WHERE `entry`=26127; +UPDATE `creature_template` SET `speed_walk`=0.888888,`speed_run`=0.99206 WHERE `entry`=25717; +UPDATE `creature_template` SET `speed_walk`=0.888888,`speed_run`=0.99206 WHERE `entry`=25716; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=33087; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=25712; +UPDATE `creature_template` SET `speed_run`=1.5873 WHERE `entry`=27046; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=25489; +UPDATE `creature_template` SET `speed_walk`=0.888888 WHERE `entry`=25724; +UPDATE `creature_template` SET `speed_walk`=0.888888,`speed_run`=0.99206 WHERE `entry`=25585; +UPDATE `creature_template` SET `speed_walk`=0.833332,`speed_run`=0.99206 WHERE `entry`=24566; +UPDATE `creature_template` SET `speed_walk`=1.6,`speed_run`=1.42857 WHERE `entry`=25445; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=25284; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=24562; +UPDATE `creature_template` SET `speed_walk`=1.2,`speed_run`=1.42857 WHERE `entry`=25655; +UPDATE `creature_template` SET `speed_walk`=1.6,`speed_run`=1.42857 WHERE `entry`=25294; +UPDATE `creature_template` SET `speed_walk`=0.777776 WHERE `entry`=25469; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=27064; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=25349; +UPDATE `creature_template` SET `speed_walk`=1.2 WHERE `entry`=28150; +UPDATE `creature_template` SET `speed_walk`=2,`speed_run`=1.85714 WHERE `entry`=25333; +UPDATE `creature_template` SET `speed_walk`=1.6,`speed_run`=2 WHERE `entry`=25332; +UPDATE `creature_template` SET `speed_walk`=1.2,`speed_run`=1 WHERE `entry`=25675; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=25481; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=25450; +UPDATE `creature_template` SET `speed_run`=1.07143 WHERE `entry`=26449; +UPDATE `creature_template` SET `speed_run`=1.28968 WHERE `entry`=25435; +UPDATE `creature_template` SET `speed_run`=0.95238 WHERE `entry`=25582; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=27365; +UPDATE `creature_template` SET `speed_run`=0.57143 WHERE `entry`=37574; +UPDATE `creature_template` SET `speed_run`=0.57143 WHERE `entry`=37543; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=36607; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=466; +UPDATE `creature_template` SET `speed_walk`=1.444444 WHERE `entry`=32592; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=2442; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=525; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=94; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=116; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=30; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=474; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=99; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=478; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=97; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=822; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.89286 WHERE `entry`=467; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=154; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8934; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10045; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8931; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1109; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=157; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=113; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=524; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=251; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=6927; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6846; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=46; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=118; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=441; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=430; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=342; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=851; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=812; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1671; +UPDATE `creature_template` SET `speed_walk`=1.2 WHERE `entry`=426; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=69; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=299; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=952; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=951; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=197; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=459; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=911; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=925; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=196; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=823; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1213; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=78; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=190; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=152; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=198; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=375; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=915; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9296; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=6; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=257; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=38; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=103; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=43; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18744; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16659; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16653; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16654; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=16222; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18743; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20672; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=18103; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16651; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16652; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16658; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16660; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16802; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16801; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16800; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16641; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16643; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16642; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=2.14286 WHERE `entry`=18237; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18230; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16634; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16633; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16635; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16644; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16631; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16623; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18722; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16690; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16648; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16649; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16667; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18763; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.99206 WHERE `entry`=18560; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16668; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16646; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16647; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.99206 WHERE `entry`=18563; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16782; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18231; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18232; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18626; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16669; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18627; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16663; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16664; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16655; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=16670; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16671; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18629; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16685; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16686; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16684; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16683; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16442; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17769; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18781; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16618; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17768; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16636; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16780; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18347; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18191; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18187; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18189; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18188; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18190; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18628; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18147; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=18146; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16662; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18527; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16677; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16612; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16613; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16650; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20724; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17627; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17628; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17629; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18761; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18727; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16640; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16639; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20612; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18730; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16638; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16637; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16691; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16666; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16678; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16191; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16611; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18303; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18668; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18669; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18724; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18799; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18336; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18671; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16693; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16626; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16625; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17631; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17632; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17633; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16192; +UPDATE `creature_template` SET `speed_run`=4.28571 WHERE `entry`=27946; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16273; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16278; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18277; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17630; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18790; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18792; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16676; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=25207; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=25200; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=23988; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=25202; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18782; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16610; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=16568; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=19882; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=20087; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16687; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16692; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16688; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16689; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17845; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16703; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16624; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19775; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16627; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16628; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16629; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16615; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16616; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16617; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=25223; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16679; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16681; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16621; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16620; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18175; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18174; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17718; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16680; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19923; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20390; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17717; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16619; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18507; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18504; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16656; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16674; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16673; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16675; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16672; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16221; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8666; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7295; +UPDATE `creature_template` SET `speed_walk`=0.666668 WHERE `entry`=29019; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=29293; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=29295; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=29292; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=29294; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=25464; +UPDATE `creature_template` SET `speed_run`=1.19048 WHERE `entry`=25468; +UPDATE `creature_template` SET `speed_run`=0.71429 WHERE `entry`=25753; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=25814; +UPDATE `creature_template` SET `speed_run`=0.95238 WHERE `entry`=25434; +UPDATE `creature_template` SET `speed_walk`=1.2,`speed_run`=4 WHERE `entry`=26807; +UPDATE `creature_template` SET `speed_run`=0.95238 WHERE `entry`=24563; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=25622; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=25619; +UPDATE `creature_template` SET `speed_run`=1.19048 WHERE `entry`=25726; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=25677; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=25715; +UPDATE `creature_template` SET `speed_run`=0.95238 WHERE `entry`=26480; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=27953; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=29961; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=30152; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=29801; +UPDATE `creature_template` SET `speed_walk`=2,`speed_run`=2 WHERE `entry`=29962; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=29384; +UPDATE `creature_template` SET `speed_walk`=1.388888 WHERE `entry`=29792; +UPDATE `creature_template` SET `speed_walk`=1.388888 WHERE `entry`=29793; +UPDATE `creature_template` SET `speed_run`=1.57143 WHERE `entry`=29350; +UPDATE `creature_template` SET `speed_run`=0.95238 WHERE `entry`=29402; +UPDATE `creature_template` SET `speed_run`=1.19048 WHERE `entry`=29404; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=29910; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=29440; +UPDATE `creature_template` SET `speed_run`=3.57143 WHERE `entry`=30466; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=29483; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=29475; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=28145; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=28387; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=28863; +UPDATE `creature_template` SET `speed_run`=0.59524 WHERE `entry`=28784; +UPDATE `creature_template` SET `speed_walk`=0.6 WHERE `entry`=28779; +UPDATE `creature_template` SET `speed_walk`=0.666668 WHERE `entry`=29236; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=28597; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=28411; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.57143 WHERE `entry`=29332; +UPDATE `creature_template` SET `speed_walk`=0.666668,`speed_run`=0.99206 WHERE `entry`=26681; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=24228; +UPDATE `creature_template` SET `speed_run`=0.92857 WHERE `entry`=26588; +UPDATE `creature_template` SET `speed_run`=0.92857 WHERE `entry`=26589; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=10218; +UPDATE `creature_template` SET `speed_walk`=0.8,`speed_run`=0.99206 WHERE `entry`=26461; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=26457; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=24901; +UPDATE `creature_template` SET `speed_walk`=2,`speed_run`=1.28571 WHERE `entry`=24013; +UPDATE `creature_template` SET `speed_run`=1.71429 WHERE `entry`=24681; +UPDATE `creature_template` SET `speed_walk`=1.6 WHERE `entry`=5936; +UPDATE `creature_template` SET `speed_walk`=0.4 WHERE `entry`=23826; +UPDATE `creature_template` SET `speed_walk`=4,`speed_run`=2.57143 WHERE `entry`=24914; +UPDATE `creature_template` SET `speed_run`=1.07143 WHERE `entry`=24992; +UPDATE `creature_template` SET `speed_walk`=0.777776 WHERE `entry`=25026; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=24797; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=24786; +UPDATE `creature_template` SET `speed_walk`=1.2,`speed_run`=2.85714 WHERE `entry`=28277; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=26503; +UPDATE `creature_template` SET `speed_walk`=1.6 WHERE `entry`=24899; +UPDATE `creature_template` SET `speed_walk`=2.8,`speed_run`=2 WHERE `entry`=24871; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=23550; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=24701; +UPDATE `creature_template` SET `speed_walk`=0.8,`speed_run`=0.71429 WHERE `entry`=29559; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=23887; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=24340; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=23886; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=24824; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=23675; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=23672; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=23673; +UPDATE `creature_template` SET `speed_run`=2.57143 WHERE `entry`=24747; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=24746; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=24752; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=24820; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=24751; +UPDATE `creature_template` SET `speed_run`=2.57143 WHERE `entry`=24787; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=23676; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=23674; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=23711; +UPDATE `creature_template` SET `speed_walk`=1.2,`speed_run`=1.42857 WHERE `entry`=24027; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=24030; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=23796; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=23725; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=24345; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=24334; +UPDATE `creature_template` SET `speed_run`=1.11111 WHERE `entry`=23744; +UPDATE `creature_template` SET `speed_walk`=0.777776 WHERE `entry`=24371; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20054; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20069; +UPDATE `creature_template` SET `speed_walk`=0.666668 WHERE `entry`=20055; +UPDATE `creature_template` SET `speed_run`=1.19048 WHERE `entry`=19918; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=5420; +UPDATE `creature_template` SET `speed_run`=0.78571 WHERE `entry`=29865; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=5465; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=29867; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20027; +UPDATE `creature_template` SET `speed_run`=0.78571 WHERE `entry`=29866; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20025; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5441; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20026; +UPDATE `creature_template` SET `speed_walk`=1.6 WHERE `entry`=20129; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18723; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18725; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2354; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=2385; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2350; +UPDATE `creature_template` SET `speed_walk`=0.666668 WHERE `entry`=20424; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17814; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.28571 WHERE `entry`=18651; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.42857 WHERE `entry`=18650; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=18646; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18094; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18644; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18093; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18092; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18657; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17815; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20433; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21341; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2267; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19433; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17819; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17840; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17833; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18598; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17820; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17876; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20155; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18764; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18765; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17860; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17846; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18673; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=17848; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18934; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18655; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18656; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20156; +UPDATE `creature_template` SET `speed_walk`=0.8,`speed_run`=0.28571 WHERE `entry`=18649; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=23175; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20376; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20372; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18664; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18666; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20430; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20426; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20363; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18672; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20358; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20396; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20428; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=20429; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.28571 WHERE `entry`=20434; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20360; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20357; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20359; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20350; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20353; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20365; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20441; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20432; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20422; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20378; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20345; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20368; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20377; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20346; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20401; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20349; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20391; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20348; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20352; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20419; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20420; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20355; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20361; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20370; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20347; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20351; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20400; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20342; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20344; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20373; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20354; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20379; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20380; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21342; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21343; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21344; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21345; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20053; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19932; +UPDATE `creature_template` SET `speed_walk`=2,`speed_run`=1.42857 WHERE `entry`=19959; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19933; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5451; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5450; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.99206 WHERE `entry`=20130; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.99206 WHERE `entry`=20131; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5452; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18982; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18983; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17952; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.99206 WHERE `entry`=15608; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21862; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.99206 WHERE `entry`=17838; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=21148; +UPDATE `creature_template` SET `speed_walk`=1.4 WHERE `entry`=18553; +UPDATE `creature_template` SET `speed_walk`=4 WHERE `entry`=18555; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=17839; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=21104; +UPDATE `creature_template` SET `speed_walk`=2,`speed_run`=1.42857 WHERE `entry`=21137; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.71429 WHERE `entry`=17881; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17023; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20201; +UPDATE `creature_template` SET `speed_run`=0.78571 WHERE `entry`=29868; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=29873; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7803; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18594; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21517; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19232; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19244; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19243; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19330; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19239; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19238; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18593; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18547; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=19197; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=23263; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19223; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19662; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=19678; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=21655; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19195; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19664; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=21411; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21434; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19185; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19663; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19170; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=23483; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19331; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20808; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=23273; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19246; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19180; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19680; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19475; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=5202; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19338; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19715; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19216; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19150; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19076; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5543; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2798; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5906; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3447; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3045; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3044; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3049; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3046; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3048; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3419; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5957; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3030; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3032; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3047; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=34766; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3031; +UPDATE `creature_template` SET `speed_walk`=0.666668 WHERE `entry`=2957; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=3035; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=14441; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5189; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5054; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8359; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8361; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8362; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8363; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8364; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10054; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11869; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8358; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2997; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3026; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2996; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8356; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8357; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6746; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3027; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3083; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3022; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3020; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3019; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3021; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8398; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3023; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10881; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=14440; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=14442; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3025; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4721; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=15164; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3013; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3028; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3024; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3014; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3029; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3016; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3010; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11047; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3018; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3009; +UPDATE `creature_template` SET `speed_walk`=1.388888 WHERE `entry`=2965; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19432; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21252; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19435; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19179; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=19652; +UPDATE `creature_template` SET `speed_run`=1.71429 WHERE `entry`=18733; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2615; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21993; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=22001; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16575; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17558; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17585; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18747; +UPDATE `creature_template` SET `speed_walk`=7.2,`speed_run`=2.57143 WHERE `entry`=16598; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=22461; +UPDATE `creature_template` SET `speed_run`=0.95238 WHERE `entry`=16946; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=15476; +UPDATE `creature_template` SET `speed_walk`=0.888888,`speed_run`=0.99206 WHERE `entry`=24918; +UPDATE `creature_template` SET `speed_walk`=0.4,`speed_run`=1.38889 WHERE `entry`=24933; +UPDATE `creature_template` SET `speed_run`=1.19048 WHERE `entry`=16863; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19410; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16870; +UPDATE `creature_template` SET `speed_run`=1.19048 WHERE `entry`=16880; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=16932; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21854; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18540; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18477; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18463; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=18469; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=18457; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=18456; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18464; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21816; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18973; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18384; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=24886; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19772; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18959; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19606; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=19607; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18447; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19048; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18385; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21192; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19002; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21188; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18960; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18386; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18705; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18712; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18383; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18676; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18984; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18962; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18957; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18249; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21193; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21194; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18807; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=22307; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=21902; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=19718; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20986; +UPDATE `creature_template` SET `speed_walk`=0.888888,`speed_run`=0.9127 WHERE `entry`=19847; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19496; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=19542; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19502; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19501; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19503; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19417; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19673; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19677; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18933; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18323; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=4076; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18318; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18327; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19429; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=2.14286 WHERE `entry`=21931; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18328; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18472; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18956; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=18325; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18326; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18322; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18319; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18320; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21891; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18321; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19428; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21904; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=18473; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18793; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18794; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18796; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21159; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18633; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18635; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18641; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18640; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18642; +UPDATE `creature_template` SET `speed_walk`=1.6,`speed_run`=1.71429 WHERE `entry`=18731; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18848; +UPDATE `creature_template` SET `speed_walk`=1.6,`speed_run`=1.42857 WHERE `entry`=18732; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.71429 WHERE `entry`=18667; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=18637; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18631; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18891; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18636; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18797; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18638; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18830; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19224; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18632; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=18639; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18634; +UPDATE `creature_template` SET `speed_walk`=1.6,`speed_run`=1.71429 WHERE `entry`=18708; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=21317; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=22326; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18453; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19227; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=22208; +UPDATE `creature_template` SET `speed_walk`=1.6 WHERE `entry`=22940; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=19213; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19661; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=22213; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=22212; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19194; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19702; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19725; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19726; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19720; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19034; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19318; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18940; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=22987; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=23449; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19202; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=25140; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=24228; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=23919; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=23677; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=24117; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=23678; +UPDATE `creature_template` SET `speed_walk`=0.8 WHERE `entry`=23876; +UPDATE `creature_template` SET `speed_walk`=0.666668 WHERE `entry`=23874; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=23875; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=19162; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=2.28571 WHERE `entry`=17076; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=23131; +UPDATE `creature_template` SET `speed_walk`=1.8 WHERE `entry`=19685; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=22292; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18596; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18622; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=22373; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=19164; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20807; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=23484; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=23270; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19321; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=19665; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20123; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20124; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20125; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.99206 WHERE `entry`=19155; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19033; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21235; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=25991; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=25992; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=22819; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=19163; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=23699; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18466; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18476; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=18482; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=18483; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=18468; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=18437; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18490; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=24920; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17084; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16929; +UPDATE `creature_template` SET `speed_walk`=1.6,`speed_run`=1.42857 WHERE `entry`=16927; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17057; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=16968; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=17794; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=17795; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=19032; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=17059; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19264; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19766; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16574; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18752; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=19275; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19401; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=19717; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=19222; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=5991; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.19048 WHERE `entry`=5993; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=5983; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5985; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8675; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=5990; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=7363; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=8816; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=740; +UPDATE `creature_template` SET `speed_walk`=1.6 WHERE `entry`=7379; +UPDATE `creature_template` SET `speed_walk`=1.6 WHERE `entry`=7369; +UPDATE `creature_template` SET `speed_walk`=1.6 WHERE `entry`=7372; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=12377; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=12378; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=12379; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=12380; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18253; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17613; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18255; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18162; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=16415; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16169; +UPDATE `creature_template` SET `speed_walk`=1.6,`speed_run`=1.71429 WHERE `entry`=16457; +UPDATE `creature_template` SET `speed_walk`=1.111112,`speed_run`=1.42857 WHERE `entry`=16482; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=16171; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=16424; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=16425; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16407; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=16411; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=16412; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16159; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=16488; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16388; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=16389; +UPDATE `creature_template` SET `speed_walk`=2,`speed_run`=2 WHERE `entry`=15691; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.99206 WHERE `entry`=17260; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=15551; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=15548; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=15547; +UPDATE `creature_template` SET `speed_run`=1.71429 WHERE `entry`=16151; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=16414; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16153; +UPDATE `creature_template` SET `speed_walk`=1.6,`speed_run`=2 WHERE `entry`=15687; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19874; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17007; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19875; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19876; +UPDATE `creature_template` SET `speed_walk`=1.111112,`speed_run`=1.42857 WHERE `entry`=16481; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=16170; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16426; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=16409; +UPDATE `creature_template` SET `speed_run`=1.71429 WHERE `entry`=16524; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=16408; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=16406; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16806; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=16410; +UPDATE `creature_template` SET `speed_walk`=2.4,`speed_run`=1.71429 WHERE `entry`=16173; +UPDATE `creature_template` SET `speed_walk`=2.4,`speed_run`=1.71429 WHERE `entry`=16174; +UPDATE `creature_template` SET `speed_walk`=2.4,`speed_run`=1.71429 WHERE `entry`=16175; +UPDATE `creature_template` SET `speed_walk`=1.6,`speed_run`=1.71429 WHERE `entry`=16485; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=16470; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=16468; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=16471; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=16460; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=16178; +UPDATE `creature_template` SET `speed_walk`=5.6,`speed_run`=4 WHERE `entry`=17225; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=16459; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=16461; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=16177; +UPDATE `creature_template` SET `speed_walk`=2,`speed_run`=2.14286 WHERE `entry`=15690; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16176; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18654; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16811; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16812; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=16473; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=16472; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=16492; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=16491; +UPDATE `creature_template` SET `speed_walk`=1.6,`speed_run`=1.71429 WHERE `entry`=16504; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16489; +UPDATE `creature_template` SET `speed_walk`=1.6,`speed_run`=1.71429 WHERE `entry`=16595; +UPDATE `creature_template` SET `speed_walk`=1.6,`speed_run`=1.71429 WHERE `entry`=16596; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=22519; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=22520; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=22523; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.99206 WHERE `entry`=17305; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.99206 WHERE `entry`=17208; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.99206 WHERE `entry`=17316; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.99206 WHERE `entry`=17317; +UPDATE `creature_template` SET `speed_walk`=2,`speed_run`=1.42857 WHERE `entry`=17211; +UPDATE `creature_template` SET `speed_walk`=2,`speed_run`=1.42857 WHERE `entry`=21664; +UPDATE `creature_template` SET `speed_walk`=2,`speed_run`=1.42857 WHERE `entry`=21684; +UPDATE `creature_template` SET `speed_walk`=2,`speed_run`=1.42857 WHERE `entry`=21160; +UPDATE `creature_template` SET `speed_walk`=2,`speed_run`=1.42857 WHERE `entry`=21683; +UPDATE `creature_template` SET `speed_walk`=2,`speed_run`=1.42857 WHERE `entry`=21682; +UPDATE `creature_template` SET `speed_walk`=2,`speed_run`=1.42857 WHERE `entry`=17469; +UPDATE `creature_template` SET `speed_walk`=2,`speed_run`=1.42857 WHERE `entry`=21748; +UPDATE `creature_template` SET `speed_walk`=2,`speed_run`=1.42857 WHERE `entry`=21726; +UPDATE `creature_template` SET `speed_walk`=2,`speed_run`=1.42857 WHERE `entry`=21747; +UPDATE `creature_template` SET `speed_walk`=2,`speed_run`=1.42857 WHERE `entry`=21750; +UPDATE `creature_template` SET `speed_walk`=2,`speed_run`=1.42857 WHERE `entry`=21752; +UPDATE `creature_template` SET `speed_walk`=1.6,`speed_run`=1.71429 WHERE `entry`=17533; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.99206 WHERE `entry`=16816; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21921; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17459; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=22524; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.99206 WHERE `entry`=17171; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17518; +UPDATE `creature_template` SET `speed_walk`=1.8,`speed_run`=0.64286 WHERE `entry`=17161; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.99206 WHERE `entry`=17176; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.99206 WHERE `entry`=17168; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.99206 WHERE `entry`=17174; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.99206 WHERE `entry`=17175; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.99206 WHERE `entry`=17172; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.99206 WHERE `entry`=17170; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.99206 WHERE `entry`=17173; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.99206 WHERE `entry`=17169; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=16525; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16813; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17229; +UPDATE `creature_template` SET `speed_walk`=1.6,`speed_run`=1.71429 WHERE `entry`=15688; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.71429 WHERE `entry`=16540; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=16530; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=16529; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=16539; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16815; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16814; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=16526; +UPDATE `creature_template` SET `speed_walk`=1.2,`speed_run`=1.71429 WHERE `entry`=16544; +UPDATE `creature_template` SET `speed_walk`=1.2,`speed_run`=1.71429 WHERE `entry`=16545; +UPDATE `creature_template` SET `speed_walk`=1.6,`speed_run`=1.71429 WHERE `entry`=15689; +UPDATE `creature_template` SET `speed_walk`=3.2,`speed_run`=4.28571 WHERE `entry`=17660; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17644; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17645; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=31233; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=31769; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=32207; +UPDATE `creature_template` SET `speed_walk`=0.666668,`speed_run`=0.95238 WHERE `entry`=31852; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=32336; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=31755; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=35642; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=24935; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=3566; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2959; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4943; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10086; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6393; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20499; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8664; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3042; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3039; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3441; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5599; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3038; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3043; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3041; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3040; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2960; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3057; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8401; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=12383; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9087; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4046; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5770; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3036; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11833; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4310; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4309; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3037; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9076; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5769; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3034; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3033; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18530; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21905; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19242; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=33623; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=33616; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19248; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19245; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19252; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=33617; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=33619; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19251; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19340; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19235; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=33621; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19234; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18531; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20613; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19250; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=33612; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=33611; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19249; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=33608; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=33614; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19485; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=33615; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18568; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=33613; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=33609; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=33610; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=33618; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=23272; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19236; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19240; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=25196; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=22013; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19142; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=23271; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19153; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=19390; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=25195; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19337; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=18549; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=24727; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=24728; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19063; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18537; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19346; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20616; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19138; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19377; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21906; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18538; +UPDATE `creature_template` SET `speed_walk`=1.4 WHERE `entry`=19378; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=23433; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18652; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18653; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18600; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18597; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19184; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=24393; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=23466; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19045; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=23462; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=23463; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=23461; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=23465; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19047; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=22429; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19074; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19051; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19052; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19049; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=23464; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19077; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19271; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18484; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=25967; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18762; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18756; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18585; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19270; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19186; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19064; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=23948; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=19182; +UPDATE `creature_template` SET `speed_walk`=0.4 WHERE `entry`=24412; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=24369; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=24370; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=22442; +UPDATE `creature_template` SET `speed_walk`=0.944444,`speed_run`=0.95238 WHERE `entry`=18584; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20362; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19283; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19289; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=19162; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20384; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19196; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19187; +UPDATE `creature_template` SET `speed_run`=1.28968 WHERE `entry`=17076; +UPDATE `creature_template` SET `speed_run`=1.28968 WHERE `entry`=23131; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16766; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=16734; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17202; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17513; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17514; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16632; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16749; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16755; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16706; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=18800; +UPDATE `creature_template` SET `speed_walk`=0.8,`speed_run`=1.42857 WHERE `entry`=17201; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16756; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17510; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17511; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17773; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18350; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18896; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17121; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17509; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16735; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16712; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16738; +UPDATE `creature_template` SET `speed_walk`=0.666668 WHERE `entry`=17373; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16761; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17216; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17614; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16721; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21376; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17122; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17505; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20674; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16736; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16723; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16741; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16705; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=18903; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=18901; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=18899; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18814; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=18900; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=18902; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17468; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20382; +UPDATE `creature_template` SET `speed_walk`=0.666668,`speed_run`=0.99206 WHERE `entry`=17520; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16725; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16722; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16742; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=18917; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18919; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18918; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21019; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17436; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=18985; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=18916; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=18915; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=17204; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17219; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16710; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16708; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16731; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16774; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=18812; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=18813; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16757; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17435; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=17519; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17431; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=18892; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16727; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17512; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19778; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20722; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=17538; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16732; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16768; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16709; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16707; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18349; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=18924; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18348; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20604; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17120; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16773; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16771; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20121; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16726; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16657; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=16713; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16752; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16751; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16740; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16724; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16743; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17504; +UPDATE `creature_template` SET `speed_walk`=0.8,`speed_run`=0.85714 WHERE `entry`=17200; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16715; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16753; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16750; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16762; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16747; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16714; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16728; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16716; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16745; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16763; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16765; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16748; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16729; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16746; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16767; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17555; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=18921; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17197; +UPDATE `creature_template` SET `speed_walk`=0.666668,`speed_run`=0.92857 WHERE `entry`=17374; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19073; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17530; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=19658; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=20846; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=20847; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=20848; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=20849; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=20850; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17584; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20914; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.62857 WHERE `entry`=18815; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17196; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=18038; +UPDATE `creature_template` SET `speed_walk`=0.666668 WHERE `entry`=17372; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17116; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=18810; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17228; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17117; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17214; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17215; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17929; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17486; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17930; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17983; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17484; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17480; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17110; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=17212; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17483; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17481; +UPDATE `creature_template` SET `speed_walk`=0.666668,`speed_run`=0.99206 WHERE `entry`=17114; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17232; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17222; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16551; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=17360; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16476; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17485; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17488; +UPDATE `creature_template` SET `speed_walk`=0.9 WHERE `entry`=17482; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16553; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17203; +UPDATE `creature_template` SET `speed_walk`=0.666668,`speed_run`=0.99206 WHERE `entry`=17441; +UPDATE `creature_template` SET `speed_walk`=0.666668,`speed_run`=0.99206 WHERE `entry`=17442; +UPDATE `creature_template` SET `speed_walk`=0.666668,`speed_run`=0.99206 WHERE `entry`=17432; +UPDATE `creature_template` SET `speed_walk`=0.666668,`speed_run`=0.99206 WHERE `entry`=17439; +UPDATE `creature_template` SET `speed_walk`=0.666668,`speed_run`=0.99206 WHERE `entry`=17490; +UPDATE `creature_template` SET `speed_walk`=0.666668,`speed_run`=0.99206 WHERE `entry`=17444; +UPDATE `creature_template` SET `speed_walk`=0.666668,`speed_run`=0.99206 WHERE `entry`=17440; +UPDATE `creature_template` SET `speed_walk`=0.666668,`speed_run`=0.99206 WHERE `entry`=17445; +UPDATE `creature_template` SET `speed_walk`=0.666668,`speed_run`=0.99206 WHERE `entry`=17446; +UPDATE `creature_template` SET `speed_walk`=0.666668,`speed_run`=0.99206 WHERE `entry`=17443; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17452; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17453; +UPDATE `creature_template` SET `speed_walk`=0.666668,`speed_run`=0.99206 WHERE `entry`=17437; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17438; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.99206 WHERE `entry`=17199; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=17217; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17101; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=17278; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=17279; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17243; +UPDATE `creature_template` SET `speed_walk`=0.666668 WHERE `entry`=17247; +UPDATE `creature_template` SET `speed_walk`=0.666668 WHERE `entry`=17244; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17240; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17242; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17241; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17285; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17246; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17489; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17487; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.28968 WHERE `entry`=16225; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17245; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17193; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17194; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17195; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17298; +UPDATE `creature_template` SET `speed_walk`=0.666668,`speed_run`=0.85714 WHERE `entry`=17185; +UPDATE `creature_template` SET `speed_walk`=0.666668,`speed_run`=0.85714 WHERE `entry`=17183; +UPDATE `creature_template` SET `speed_walk`=0.666668,`speed_run`=0.99206 WHERE `entry`=17375; +UPDATE `creature_template` SET `speed_walk`=0.666668,`speed_run`=0.85714 WHERE `entry`=17184; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3681; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=25054; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=25055; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=12656; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=25013; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4456; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2185; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=25014; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2231; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4192; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10216; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4200; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3644; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6887; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4190; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10085; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2930; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3583; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3666; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6737; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4191; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3841; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10219; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2913; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8997; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4187; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3657; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3701; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=24997; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=24996; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=12123; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3607; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10118; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=4262; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7907; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7916; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4209; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4208; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4155; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11700; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7316; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=15678; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8723; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4088; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7315; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4164; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4087; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11866; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4203; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6142; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20497; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=15679; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4089; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8026; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8669; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4230; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4170; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7555; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8665; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3469; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4181; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4241; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11709; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=14380; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=2041; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=14378; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=1996; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2043; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=1999; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3605; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6287; +UPDATE `creature_template` SET `speed_walk`=0.666668,`speed_run`=0.85714 WHERE `entry`=2162; +UPDATE `creature_template` SET `speed_walk`=0.666668,`speed_run`=0.85714 WHERE `entry`=2152; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=10604; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=2151; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6736; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6781; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=10606; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3608; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3600; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3567; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4266; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6094; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3614; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3601; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3306; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10051; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3611; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3599; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3609; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11942; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3610; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2081; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3613; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3612; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3598; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2078; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2083; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=1419; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=583; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6774; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=31229; +UPDATE `creature_template` SET `speed_walk`=0.666668,`speed_run`=1.14286 WHERE `entry`=31755; +UPDATE `creature_template` SET `speed_run`=0.95238 WHERE `entry`=31768; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=31769; +UPDATE `creature_template` SET `speed_run`=1.28968 WHERE `entry`=38763; +UPDATE `creature_template` SET `speed_walk`=1.444444 WHERE `entry`=32592; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=32602; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.14286 WHERE `entry`=32343; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=32450; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=27870; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=33238; +UPDATE `creature_template` SET `speed_run`=0.95238 WHERE `entry`=37861; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=33239; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=29966; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=24681; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=24518; +UPDATE `creature_template` SET `speed_run`=1.28571 WHERE `entry`=23663; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.14286 WHERE `entry`=23665; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=24228; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=26268; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=26282; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=26335; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=26334; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=26270; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=26414; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=26408; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=27177; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=28938; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=28255; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=28387; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=28863; +UPDATE `creature_template` SET `speed_run`=2.57143 WHERE `entry`=28952; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=28411; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=30140; +UPDATE `creature_template` SET `speed_run`=0.95238 WHERE `entry`=30007; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=28145; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=29133; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=26946; +UPDATE `creature_template` SET `speed_run`=1.28968 WHERE `entry`=26948; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=27768; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=27577; +UPDATE `creature_template` SET `speed_walk`=0.8,`speed_run`=0.99206 WHERE `entry`=27556; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=27836; +UPDATE `creature_template` SET `speed_walk`=1.2,`speed_run`=1.42857 WHERE `entry`=31293; +UPDATE `creature_template` SET `speed_run`=1.28968 WHERE `entry`=31309; +UPDATE `creature_template` SET `speed_run`=0.14286 WHERE `entry`=32522; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=31333; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=27363; +UPDATE `creature_template` SET `speed_walk`=1.2,`speed_run`=1 WHERE `entry`=32282; +UPDATE `creature_template` SET `speed_run`=0.95238 WHERE `entry`=32296; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=39173; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=32620; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=32617; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=32625; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=32619; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=32623; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7567; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=32618; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=32624; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=30849; +UPDATE `creature_template` SET `speed_run`=0.59524 WHERE `entry`=30875; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20388; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=2971; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3233; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2994; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=3232; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=4166; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3389; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=3243; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3284; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3282; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5836; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5835; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3445; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3286; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3296; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8404; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7562; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7565; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5640; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=12797; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=12788; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=12790; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=12794; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=12791; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=12793; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=12795; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=12789; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=12798; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19850; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3349; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3370; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5188; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3312; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=13842; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3320; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3318; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3309; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3314; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3310; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=15188; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=14376; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=12796; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=15116; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5611; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6929; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3322; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8673; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9856; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8724; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=14377; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3367; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=14375; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3329; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3328; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6446; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3331; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3323; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3401; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10880; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=14392; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3321; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3317; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3319; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5817; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3313; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3189; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3402; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3216; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3327; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3330; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3334; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5816; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5639; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=23635; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3369; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3400; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3399; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3368; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3364; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=14726; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3363; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2855; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3315; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3366; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7010; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7088; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5811; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3365; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3316; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6986; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6987; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3404; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3405; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8659; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3345; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11066; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3346; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3347; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3348; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11046; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5875; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3326; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3351; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3350; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5909; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3335; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5815; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3324; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3325; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=14304; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5892; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4047; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3403; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3344; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=13417; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10540; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3144; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16012; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=23131; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17098; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=23128; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4949; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3342; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5910; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=30849; +UPDATE `creature_template` SET `speed_walk`=1.388888 WHERE `entry`=26575; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=31229; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=31768; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=31755; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=32602; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=32600; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=32596; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16269; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16276; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=16916; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18929; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16272; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16262; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16924; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=15418; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16277; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17005; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=15433; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16271; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16267; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=15403; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16185; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16266; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16275; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16279; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16186; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=15501; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16259; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16258; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16270; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16923; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16257; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18926; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=15493; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=15644; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11397; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11916; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5505; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5506; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4984; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5504; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11827; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11828; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5502; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1305; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4160; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4783; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4786; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4784; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4226; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11042; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11041; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=2041; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4232; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4233; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4231; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4171; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=14725; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6034; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5191; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11081; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4225; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4161; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6292; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11083; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4212; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11050; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5047; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4168; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4159; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=2041; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4169; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6286; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4265; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3603; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3604; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=12429; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2150; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6780; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3587; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3590; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6091; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8583; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3595; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3594; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3514; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3592; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3591; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3588; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3593; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=2032; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19050; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19161; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19046; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21518; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19065; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19043; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=15303; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=15218; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1269; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1268; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5568; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1241; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1690; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1245; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1231; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=12427; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1273; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1238; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1240; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10803; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10804; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10610; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10611; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1243; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10805; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=1199; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=1718; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6782; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1965; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=895; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=926; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1104; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=945; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8416; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=916; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=912; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=837; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=944; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=460; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6376; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=836; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3620; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3170; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3336; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3294; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3172; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5943; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3706; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3164; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3173; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3169; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6027; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=3099; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=3126; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=14480; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3110; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3295; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6606; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3285; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3471; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3379; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=3241; +UPDATE `creature_template` SET `speed_walk`=0.666668 WHERE `entry`=3394; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=2972; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2974; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2973; +UPDATE `creature_template` SET `speed_walk`=0.666668 WHERE `entry`=2956; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=2970; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=14444; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3220; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=23618; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3688; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3065; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5940; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3054; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3215; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3055; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=34155; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3690; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3222; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=12354; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=12355; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3077; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=14549; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=14550; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=14542; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11407; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3080; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3079; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3212; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3685; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3224; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3069; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3081; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3067; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6290; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3076; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3066; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3064; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=23616; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2993; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3052; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11944; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3078; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2948; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2947; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6776; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10050; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6747; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5939; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3884; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5938; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2985; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3223; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10721; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3063; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10599; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10600; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3218; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3221; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3217; +UPDATE `creature_template` SET `speed_walk`=0.6,`speed_run`=0.69286 WHERE `entry`=33384; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=15124; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10696; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2808; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2789; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2810; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=15130; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2812; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2816; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2700; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1471; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2814; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2788; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2835; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=14984; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=15127; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=30231; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=14983; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2608; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2563; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2559; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=2592; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2553; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2562; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2579; +UPDATE `creature_template` SET `speed_walk`=0.777776 WHERE `entry`=2611; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2764; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4063; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2765; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2560; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2714; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2721; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2578; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2698; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2349; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=2587; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2586; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2589; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2600; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2565; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2564; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2555; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7869; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2570; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2580; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2569; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=2612; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=2738; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2552; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2607; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2805; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2584; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=24477; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=24476; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2590; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2591; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2588; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2558; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2599; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2597; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2783; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2782; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2781; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2780; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2561; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2581; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2582; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4481; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2762; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4479; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4480; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2712; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2619; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2618; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.99206 WHERE `entry`=2713; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2733; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2556; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2793; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2554; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2621; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2792; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9555; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2851; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=15128; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=15022; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=15021; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=15126; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2771; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2703; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4954; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2818; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2772; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9976; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=19905; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2820; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9501; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=15125; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2821; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6574; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=12920; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2787; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=27365; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7044; +UPDATE `creature_template` SET `speed_walk`=0.888888 WHERE `entry`=7040; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=7031; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9694; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7045; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=7032; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9563; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9536; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9836; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10267; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3708; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=13177; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9544; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10260; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10262; +UPDATE `creature_template` SET `speed_walk`=1.6 WHERE `entry`=2719; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8887; +UPDATE `creature_template` SET `speed_walk`=0.888888 WHERE `entry`=9459; +UPDATE `creature_template` SET `speed_walk`=1.6 WHERE `entry`=8977; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7026; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7055; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7027; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7025; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10078; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8979; +UPDATE `creature_template` SET `speed_walk`=1.6 WHERE `entry`=9176; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7029; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9520; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=16043; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=7049; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=1135; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=1397; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=1137; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8508; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1374; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1697; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=1120; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=1123; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=1121; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=1124; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=1122; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6113; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11807; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3162; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1375; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=1134; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=15569; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6221; +UPDATE `creature_template` SET `speed_walk`=0.7,`speed_run`=0.8 WHERE `entry`=6886; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1132; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=1133; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=15102; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=15892; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1355; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1255; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1237; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1679; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1256; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1701; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1358; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1977; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1698; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1360; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1119; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=475; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=40; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=80; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=735; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=285; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=1922; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1949; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=261; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10616; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.99206 WHERE `entry`=16928; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=14284; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11997; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=14283; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10987; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11602; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11600; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11657; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=12127; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=12050; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=10990; +UPDATE `creature_template` SET `speed_walk`=1.388888 WHERE `entry`=11675; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=14026; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=13179; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=13358; +UPDATE `creature_template` SET `speed_walk`=1.388888 WHERE `entry`=10986; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11949; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10981; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11947; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=13359; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=12053; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=12051; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=13438; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=14030; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=14282; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10982; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11603; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=13798; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=14031; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=13439; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10367; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10364; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3625; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2225; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3343; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=14186; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=14185; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=13176; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=13218; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=13448; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=13437; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=2 WHERE `entry`=13236; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=13284; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=14029; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=13617; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=13577; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5135; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5139; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=14188; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=14187; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=13257; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11948; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=14763; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.71429 WHERE `entry`=13756; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.71429 WHERE `entry`=13778; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.71429 WHERE `entry`=13796; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=13816; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=12096; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5134; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4255; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4257; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=14762; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=13447; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=13216; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=13797; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=14027; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=13181; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=13442; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=13443; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=7402; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=3909; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=10557; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=12097; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11946; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=12122; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=12121; +UPDATE `creature_template` SET `speed_walk`=1.388888 WHERE `entry`=11678; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=13097; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=13089; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=14776; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=14772; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=14777; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=14773; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11605; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11604; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=14764; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=14765; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.19048 WHERE `entry`=11837; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.19048 WHERE `entry`=11838; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.19048 WHERE `entry`=11840; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.19048 WHERE `entry`=11839; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=18828; +UPDATE `creature_template` SET `speed_run`=0.95238 WHERE `entry`=18974; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19764; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17062; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=15891; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=15895; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=15898; +UPDATE `creature_template` SET `speed_run`=0.71429 WHERE `entry`=16938; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=20678; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38889 WHERE `entry`=19354; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=20679; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=16937; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=20677; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=19361; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=19350; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=19188; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=19461; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=16912; +UPDATE `creature_template` SET `speed_walk`=0.8,`speed_run`=0.71429 WHERE `entry`=16927; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20158; +UPDATE `creature_template` SET `speed_walk`=1.4 WHERE `entry`=16994; +UPDATE `creature_template` SET `speed_walk`=1.4 WHERE `entry`=16996; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=26125; +UPDATE `creature_template` SET `speed_run`=0.9127 WHERE `entry`=19191; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=19029; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18998; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16789; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17277; +UPDATE `creature_template` SET `speed_walk`=0.8 WHERE `entry`=17725; +UPDATE `creature_template` SET `speed_walk`=0.8 WHERE `entry`=17871; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.28571 WHERE `entry`=18409; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.28571 WHERE `entry`=17724; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17731; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17734; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17723; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=2 WHERE `entry`=20465; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.57143 WHERE `entry`=17770; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17726; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17727; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=17730; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17735; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=17728; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=17729; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=17771; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19632; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17732; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1276; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1277; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1197; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1164; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1693; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1185; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1181; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1183; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1180; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1210; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1184; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1188; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1189; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6577; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1283; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1281; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1091; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4844; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4846; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4845; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4851; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2932; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4856; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1205; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=441; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=440; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1083; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.19048 WHERE `entry`=424; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=548; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=14270; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4065; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4064; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=436; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4462; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=334; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=335; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.19048 WHERE `entry`=433; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=486; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4464; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.19048 WHERE `entry`=434; +UPDATE `creature_template` SET `speed_walk`=1.2 WHERE `entry`=432; +UPDATE `creature_template` SET `speed_walk`=1.2 WHERE `entry`=568; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=429; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=544; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=545; +UPDATE `creature_template` SET `speed_walk`=1.2 WHERE `entry`=431; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3097; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2697; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6295; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=819; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=397; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=703; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.19048 WHERE `entry`=579; +UPDATE `creature_template` SET `speed_walk`=1.2 WHERE `entry`=446; +UPDATE `creature_template` SET `speed_walk`=1.2 WHERE `entry`=445; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.19048 WHERE `entry`=518; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=435; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.19048 WHERE `entry`=580; +UPDATE `creature_template` SET `speed_walk`=1.2 WHERE `entry`=711; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=345; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=349; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9584; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5509; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5517; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5518; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2504; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1721; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=3626; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=12785; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4961; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1326; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6946; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=332; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=918; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=12783; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1341; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1323; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1324; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=914; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5480; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5479; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1325; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7207; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7208; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=13283; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8383; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5483; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5482; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=842; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7067; +UPDATE `creature_template` SET `speed_walk`=1.2 WHERE `entry`=98; +UPDATE `creature_template` SET `speed_walk`=1.2 WHERE `entry`=124; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=453; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=590; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=619; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=589; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.19048 WHERE `entry`=452; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=115; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.19048 WHERE `entry`=123; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=114; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6250; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=504; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=458; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.19048 WHERE `entry`=1426; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=95; +UPDATE `creature_template` SET `speed_walk`=1.2 WHERE `entry`=117; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.19048 WHERE `entry`=500; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=480; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1236; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=126; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=830; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=513; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=456; +UPDATE `creature_template` SET `speed_walk`=1.6,`speed_run`=1.42857 WHERE `entry`=28709; +UPDATE `creature_template` SET `speed_run`=1.28968 WHERE `entry`=28510; +UPDATE `creature_template` SET `speed_run`=1.07143 WHERE `entry`=28487; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=29047; +UPDATE `creature_template` SET `speed_walk`=0.8,`speed_run`=0.99206 WHERE `entry`=28528; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=28530; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=25462; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=28611; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=28765; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=28683; +UPDATE `creature_template` SET `speed_walk`=1.2,`speed_run`=1.38571 WHERE `entry`=33384; +UPDATE `creature_template` SET `speed_walk`=0.888888,`speed_run`=1.5873 WHERE `entry`=37859; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=32601; +UPDATE `creature_template` SET `speed_run`=0.95238 WHERE `entry`=31768; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=31755; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=31229; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=31033; +UPDATE `creature_template` SET `speed_walk`=1.444444 WHERE `entry`=31070; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=33543; +UPDATE `creature_template` SET `speed_walk`=3.2,`speed_run`=2.28571 WHERE `entry`=36102; +UPDATE `creature_template` SET `speed_walk`=3.2,`speed_run`=2.28571 WHERE `entry`=36101; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=31768; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=35330; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=32656; +UPDATE `creature_template` SET `speed_run`=3.42857 WHERE `entry`=29264; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1778; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1765; +UPDATE `creature_template` SET `speed_walk`=0.777776 WHERE `entry`=1866; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1769; +UPDATE `creature_template` SET `speed_walk`=0.888888 WHERE `entry`=1865; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1797; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1867; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1912; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=10780; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1914; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1913; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1924; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1923; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1896; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1893; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3533; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1891; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1782; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1779; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6570; +UPDATE `creature_template` SET `speed_walk`=1.2 WHERE `entry`=1939; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1940; +UPDATE `creature_template` SET `speed_walk`=1.2 WHERE `entry`=1943; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1909; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6033; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1768; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1767; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1766; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=1770; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7489; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3556; +UPDATE `creature_template` SET `speed_walk`=0.777776 WHERE `entry`=1868; +UPDATE `creature_template` SET `speed_walk`=0.888888 WHERE `entry`=1869; +UPDATE `creature_template` SET `speed_walk`=0.888888 WHERE `entry`=1870; +UPDATE `creature_template` SET `speed_walk`=0.666668 WHERE `entry`=1953; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1958; +UPDATE `creature_template` SET `speed_walk`=0.666668 WHERE `entry`=1955; +UPDATE `creature_template` SET `speed_walk`=0.666668 WHERE `entry`=1956; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1957; +UPDATE `creature_template` SET `speed_walk`=0.666668 WHERE `entry`=1954; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18165; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2628; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1908; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1889; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1888; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3577; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8385; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=1536; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5624; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4570; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4554; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=15105; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4571; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5821; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=16096; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=25102; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=25105; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=25077; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=31708; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=25075; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=3100; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=3123; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=3127; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=25074; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=25071; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=25070; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=25072; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=25076; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=25083; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=25079; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=24934; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9564; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=12136; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=24926; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=24930; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=24924; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=25081; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=24931; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=24927; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=25080; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=24929; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=3197; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=10685; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19175; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=14843; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19177; +UPDATE `creature_template` SET `speed_walk`=0.666668 WHERE `entry`=33219; +UPDATE `creature_template` SET `speed_walk`=0.4 WHERE `entry`=7395; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11320; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=11321; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11319; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11318; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11834; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11517; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11322; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11323; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11324; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11520; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11519; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11518; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=36607; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=14873; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3268; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3267; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=5834; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3341; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7874; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7895; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4530; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4514; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4541; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4436; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4520; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4442; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4511; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4512; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4424; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4523; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4516; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4535; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4519; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4531; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4532; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4515; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=4528; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4522; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4440; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4428; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4526; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6035; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4623; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6168; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4518; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4525; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4534; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4420; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4438; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4435; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4510; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4437; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4508; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4517; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4538; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4539; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4427; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4625; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4425; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4422; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4421; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=5800; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=5797; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=5799; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=5798; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3261; +UPDATE `creature_template` SET `speed_walk`=0.666668 WHERE `entry`=3396; +UPDATE `creature_template` SET `speed_walk`=0.666668 WHERE `entry`=3397; +UPDATE `creature_template` SET `speed_walk`=0.666668 WHERE `entry`=3274; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4316; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=3680; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=3631; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3633; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3638; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3641; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8418; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=5874; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=14285; +UPDATE `creature_template` SET `speed_walk`=1.388888 WHERE `entry`=10986; +UPDATE `creature_template` SET `speed_walk`=1.388888 WHERE `entry`=11675; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=19906; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=2258; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=13776; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=13219; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=13817; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=13840; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=14962; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2351; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2241; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2240; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19176; +UPDATE `creature_template` SET `speed_run`=1.19048 WHERE `entry`=3284; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11998; +UPDATE `creature_template` SET `speed_walk`=1.388888 WHERE `entry`=11678; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=13180; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=14752; +UPDATE `creature_template` SET `speed_walk`=0.4,`speed_run`=0.45714 WHERE `entry`=89; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3333; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7951; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3332; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4485; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3359; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3353; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3354; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3410; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2857; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3357; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3412; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9317; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=14451; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3413; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3358; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11017; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19912; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3408; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3355; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11176; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7793; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7792; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5812; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10266; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3356; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7230; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11178; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11177; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7790; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1383; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=14499; +UPDATE `creature_template` SET `speed_run`=2.28571 WHERE `entry`=17076; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4574; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5675; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4578; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1498; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2492; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4563; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4567; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4564; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4568; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4575; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5753; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4566; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4565; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5693; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4573; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4576; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11048; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4577; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2308; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7825; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=14729; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4580; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11049; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5754; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4581; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6741; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10053; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6293; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=15683; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=15676; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=15682; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4562; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19178; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=23713; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4603; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4592; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=15675; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4569; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4585; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5052; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10781; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4613; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4589; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4588; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4555; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=223; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5820; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4591; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8403; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5190; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7087; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4486; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8672; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8721; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2459; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4551; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4590; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2458; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4775; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=4550; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4549; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=5950; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5651; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4552; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4561; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4558; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=15686; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10879; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6411; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4556; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4557; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4597; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2050; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=15684; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4553; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4559; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4601; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4600; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4596; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4560; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5819; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4602; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11067; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4616; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4617; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7683; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4615; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4614; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4605; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=5674; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11870; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5698; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4604; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4599; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4598; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5697; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=23103; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5679; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=5652; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6395; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4606; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4608; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4607; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4593; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4595; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4594; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=1537; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=1662; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2356; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=2359; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2358; +UPDATE `creature_template` SET `speed_run`=2.14286 WHERE `entry`=29264; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=13328; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=13534; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=13537; +UPDATE `creature_template` SET `speed_walk`=4.8,`speed_run`=4.28571 WHERE `entry`=13178; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=13326; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=2384; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2249; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2248; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=13841; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=2386; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=13217; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2396; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=5727; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18372; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=7416; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=15352; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4488; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5733; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2934; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=32597; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19312; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19443; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=22401; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=19440; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=21173; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=20815; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=22402; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=20814; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=22403; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=20816; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=20813; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=21182; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=15464; +UPDATE `creature_template` SET `speed_walk`=1.6,`speed_run`=1.42857 WHERE `entry`=16927; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18942; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17015; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=13321; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18130; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.95238 WHERE `entry`=20387; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18910; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18011; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18243; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18012; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18016; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20762; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18134; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=22125; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=22126; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=22124; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17834; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21172; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17896; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17904; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17841; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18993; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18907; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17901; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18132; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18332; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18911; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17858; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18213; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17909; +UPDATE `creature_template` SET `speed_walk`=1.6,`speed_run`=1.42857 WHERE `entry`=22843; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=22832; +UPDATE `creature_template` SET `speed_run`=2 WHERE `entry`=19189; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18905; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16794; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18997; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16793; +UPDATE `creature_template` SET `speed_walk`=0.8,`speed_run`=0.71429 WHERE `entry`=17230; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16795; +UPDATE `creature_template` SET `speed_walk`=0.8,`speed_run`=0.71429 WHERE `entry`=17250; +UPDATE `creature_template` SET `speed_walk`=0.8,`speed_run`=0.71429 WHERE `entry`=17251; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16790; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16792; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16791; +UPDATE `creature_template` SET `speed_walk`=1.2,`speed_run`=0.71429 WHERE `entry`=17226; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16851; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16850; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16993; +UPDATE `creature_template` SET `speed_walk`=1.4,`speed_run`=1.42857 WHERE `entry`=17034; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3352; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3407; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3406; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=4752; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3362; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=356; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=14540; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=12353; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=12351; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=14539; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=14541; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=5195; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10088; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=14182; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16076; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20385; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=31726; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=31727; +UPDATE `creature_template` SET `speed_walk`=0.666668 WHERE `entry`=3275; +UPDATE `creature_template` SET `speed_walk`=0.666668 WHERE `entry`=5841; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10668; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6247; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6244; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=3444; +UPDATE `creature_template` SET `speed_walk`=1.555556,`speed_run`=0.85714 WHERE `entry`=4120; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11818; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8142; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4544; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11752; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7875; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5390; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8144; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9986; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8145; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8159; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7777; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=14373; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7854; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11098; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8115; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7726; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7997; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=5307; +UPDATE `creature_template` SET `speed_walk`=1.6 WHERE `entry`=5241; +UPDATE `creature_template` SET `speed_walk`=1.6 WHERE `entry`=5236; +UPDATE `creature_template` SET `speed_walk`=1.6 WHERE `entry`=5239; +UPDATE `creature_template` SET `speed_walk`=1.6 WHERE `entry`=5238; +UPDATE `creature_template` SET `speed_run`=2.57143 WHERE `entry`=15185; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=11744; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=11738; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=11724; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=11698; +UPDATE `creature_template` SET `speed_run`=1.71429 WHERE `entry`=15184; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=33543; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16980; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=34990; +UPDATE `creature_template` SET `speed_walk`=2.8,`speed_run`=1.71429 WHERE `entry`=34496; +UPDATE `creature_template` SET `speed_walk`=2,`speed_run`=2.14286 WHERE `entry`=34564; +UPDATE `creature_template` SET `speed_walk`=1.2,`speed_run`=0.71429 WHERE `entry`=35763; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=31769; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=32598; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=31229; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=32596; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=32602; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=15471; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=15473; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.71429 WHERE `entry`=15338; +UPDATE `creature_template` SET `speed_walk`=2.8,`speed_run`=2.28571 WHERE `entry`=15344; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.71429 WHERE `entry`=15387; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.71429 WHERE `entry`=15385; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.71429 WHERE `entry`=15388; +UPDATE `creature_template` SET `speed_run`=1.71429 WHERE `entry`=15325; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=2.14286 WHERE `entry`=15341; +UPDATE `creature_template` SET `speed_run`=1.71429 WHERE `entry`=15324; +UPDATE `creature_template` SET `speed_walk`=2.4,`speed_run`=1.71429 WHERE `entry`=15335; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.71429 WHERE `entry`=15323; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.71429 WHERE `entry`=15320; +UPDATE `creature_template` SET `speed_walk`=1.2,`speed_run`=0.42857 WHERE `entry`=15370; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=15333; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.71429 WHERE `entry`=15336; +UPDATE `creature_template` SET `speed_run`=1.71429 WHERE `entry`=15327; +UPDATE `creature_template` SET `speed_run`=2.28571 WHERE `entry`=15343; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=2.14286 WHERE `entry`=15348; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.71429 WHERE `entry`=15392; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.71429 WHERE `entry`=15391; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.71429 WHERE `entry`=15389; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.71429 WHERE `entry`=15390; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.71429 WHERE `entry`=15386; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.71429 WHERE `entry`=15319; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.71429 WHERE `entry`=15318; +UPDATE `creature_template` SET `speed_walk`=2.4,`speed_run`=2.14286 WHERE `entry`=15369; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.71429 WHERE `entry`=15355; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=15339; +UPDATE `creature_template` SET `speed_walk`=1.6,`speed_run`=0.57143 WHERE `entry`=15428; +UPDATE `creature_template` SET `speed_walk`=1.388888 WHERE `entry`=2965; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=2977; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=2976; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2958; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2988; +UPDATE `creature_template` SET `speed_walk`=0.666668,`speed_run`=0.85714 WHERE `entry`=2967; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=4120; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=4147; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4483; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5937; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=4151; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=4150; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7824; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=9460; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16417; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=5419; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=5428; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=9165; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6556; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9162; +UPDATE `creature_template` SET `speed_walk`=0.666668 WHERE `entry`=6517; +UPDATE `creature_template` SET `speed_walk`=0.666668 WHERE `entry`=6527; +UPDATE `creature_template` SET `speed_walk`=0.666668 WHERE `entry`=6519; +UPDATE `creature_template` SET `speed_walk`=0.666668 WHERE `entry`=6518; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9618; +UPDATE `creature_template` SET `speed_walk`=1.5 WHERE `entry`=28092; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8737; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9270; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9998; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9271; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9997; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9272; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3000; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=12959; +UPDATE `creature_template` SET `speed_walk`=2.32,`speed_run`=0.82857 WHERE `entry`=9273; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9118; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10977; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9119; +UPDATE `creature_template` SET `speed_walk`=2.32,`speed_run`=0.82857 WHERE `entry`=9274; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10583; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9157; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=9167; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6560; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11805; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=13220; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11722; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6467; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6566; +UPDATE `creature_template` SET `speed_walk`=1.6,`speed_run`=1.71429 WHERE `entry`=29312; +UPDATE `creature_template` SET `speed_run`=1.71429 WHERE `entry`=30857; +UPDATE `creature_template` SET `speed_walk`=0.666668,`speed_run`=1.19048 WHERE `entry`=31010; +UPDATE `creature_template` SET `speed_walk`=0.888888,`speed_run`=0.99206 WHERE `entry`=31008; +UPDATE `creature_template` SET `speed_walk`=1.6,`speed_run`=1.71429 WHERE `entry`=29313; +UPDATE `creature_template` SET `speed_walk`=1.6,`speed_run`=1.71429 WHERE `entry`=29316; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=31011; +UPDATE `creature_template` SET `speed_walk`=0.888888 WHERE `entry`=31009; +UPDATE `creature_template` SET `speed_run`=1.71429 WHERE `entry`=30896; +UPDATE `creature_template` SET `speed_walk`=1.6,`speed_run`=1.42857 WHERE `entry`=29395; +UPDATE `creature_template` SET `speed_walk`=0.888888 WHERE `entry`=31007; +UPDATE `creature_template` SET `speed_walk`=1.6,`speed_run`=1.71429 WHERE `entry`=29266; +UPDATE `creature_template` SET `speed_walk`=1.6,`speed_run`=1.42857 WHERE `entry`=29315; +UPDATE `creature_template` SET `speed_walk`=1.6,`speed_run`=1.71429 WHERE `entry`=29314; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=30679; +UPDATE `creature_template` SET `speed_walk`=0.888888 WHERE `entry`=30695; +UPDATE `creature_template` SET `speed_walk`=0.888888 WHERE `entry`=30667; +UPDATE `creature_template` SET `speed_walk`=0.888888,`speed_run`=0.99206 WHERE `entry`=30668; +UPDATE `creature_template` SET `speed_walk`=0.888888 WHERE `entry`=32191; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=32601; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=32602; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3513; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3505; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3509; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3507; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3512; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3510; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3511; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3508; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=957; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5413; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7798; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5511; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5510; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5514; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5513; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=39624; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=39466; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=14842; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=39396; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=39711; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=39817; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1645; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1249; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=5873; +UPDATE `creature_template` SET `speed_walk`=0.666668 WHERE `entry`=842; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1669; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=550; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1424; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=32598; +UPDATE `creature_template` SET `speed_run`=0.9127 WHERE `entry`=37862; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=32602; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=31769; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=32600; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=31229; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=40198; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=30849; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=29124; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=28113; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=28217; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=28139; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=29146; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=29122; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=29014; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=29015; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=31911; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=28138; +UPDATE `creature_template` SET `speed_run`=0.95238 WHERE `entry`=25432; +UPDATE `creature_template` SET `speed_run`=0.95238 WHERE `entry`=25433; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=25455; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=27074; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=25326; +UPDATE `creature_template` SET `speed_run`=1.28968 WHERE `entry`=25419; +UPDATE `creature_template` SET `speed_run`=1.28968 WHERE `entry`=25418; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=25880; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=25834; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=25838; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=25986; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=26098; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=27365; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=4550; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4586; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4587; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11031; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4582; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4584; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4583; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5204; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=13839; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11750; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4609; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5735; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5738; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4610; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5734; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5736; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10136; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2055; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8390; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11835; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4611; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8393; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6522; +UPDATE `creature_template` SET `speed_walk`=1.444444 WHERE `entry`=31070; +UPDATE `creature_template` SET `speed_walk`=1.388888 WHERE `entry`=29793; +UPDATE `creature_template` SET `speed_walk`=1.444444 WHERE `entry`=29755; +UPDATE `creature_template` SET `speed_run`=1.28571 WHERE `entry`=29551; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=30011; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16554; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=16921; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=16517; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3838; +UPDATE `creature_template` SET `speed_walk`=0.5,`speed_run`=0.57143 WHERE `entry`=32342; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=31229; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=32602; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=26260; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=24228; +UPDATE `creature_template` SET `speed_walk`=1.2,`speed_run`=1 WHERE `entry`=24196; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=23919; +UPDATE `creature_template` SET `speed_walk`=0.666668 WHERE `entry`=23550; +UPDATE `creature_template` SET `speed_walk`=1.444444 WHERE `entry`=23680; +UPDATE `creature_template` SET `speed_walk`=1.444444 WHERE `entry`=23750; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=24785; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=26196; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=26456; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=26448; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=26837; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=26455; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=26477; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.14286 WHERE `entry`=32572; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=26402; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=26413; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=25715; +UPDATE `creature_template` SET `speed_run`=0.95238 WHERE `entry`=25452; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=25454; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=26725; +UPDATE `creature_template` SET `speed_run`=1.28968 WHERE `entry`=25226; +UPDATE `creature_template` SET `speed_walk`=0.5,`speed_run`=0.28571 WHERE `entry`=31438; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17191; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17190; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17192; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17475; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17326; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17325; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17327; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.99206 WHERE `entry`=17525; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17343; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17347; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17352; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=10779; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17666; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17553; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18028; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17433; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18811; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17642; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17663; +UPDATE `creature_template` SET `speed_walk`=0.666668,`speed_run`=0.99206 WHERE `entry`=18803; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17684; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17844; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17434; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18029; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18427; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18030; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17676; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17667; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=17549; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18804; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17554; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17843; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17883; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18024; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18022; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18026; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17703; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17974; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17824; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17424; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17825; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17659; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17658; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17988; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18021; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17423; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18020; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=690; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1744; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=2.85714 WHERE `entry`=10716; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=12428; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=1941; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11044; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5680; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5681; +UPDATE `creature_template` SET `speed_walk`=0.777776 WHERE `entry`=5685; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5686; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=4550; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=14421; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=15113; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=15011; +UPDATE `creature_template` SET `speed_walk`=1.388888 WHERE `entry`=2965; +UPDATE `creature_template` SET `speed_walk`=1.388888,`speed_run`=0.85714 WHERE `entry`=2964; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=2978; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3683; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3684; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3632; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=3630; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=12034; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=3122; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=10357; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=26539; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=3150; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9566; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=4550; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5728; +UPDATE `creature_template` SET `speed_walk`=0.777776 WHERE `entry`=846; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=874; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=740; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=741; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6006; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=5990; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=7363; +UPDATE `creature_template` SET `speed_walk`=1.6 WHERE `entry`=5977; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=4968; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=23899; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=23835; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=23900; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=5419; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=9396; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20278; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19860; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19859; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7876; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7583; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9985; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7407; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7408; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7763; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=14743; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11758; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16014; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7733; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=21448; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8126; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8736; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8125; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=8883; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=8885; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=8882; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=8884; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=6506; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=9166; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=14460; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9999; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=15545; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11723; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=14475; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11721; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=14455; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11880; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11881; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11882; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=11746; +UPDATE `creature_template` SET `speed_walk`=1.4,`speed_run`=1.42857 WHERE `entry`=14478; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=31229; +UPDATE `creature_template` SET `speed_walk`=1.444444 WHERE `entry`=32592; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=40198; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=32602; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=32601; +UPDATE `creature_template` SET `speed_walk`=1.6,`speed_run`=1.71429 WHERE `entry`=18497; +UPDATE `creature_template` SET `speed_walk`=1.6,`speed_run`=1.71429 WHERE `entry`=18371; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18726; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18493; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18495; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18778; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18558; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18499; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18500; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18498; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18503; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18501; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18557; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18506; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18556; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=18521; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=18524; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18700; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18702; +UPDATE `creature_template` SET `speed_walk`=1.6,`speed_run`=1.71429 WHERE `entry`=18373; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21963; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18309; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18311; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18313; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18344; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18341; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18317; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=19306; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.99206 WHERE `entry`=19307; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18331; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18343; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18314; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18312; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18315; +UPDATE `creature_template` SET `speed_walk`=4,`speed_run`=1.42857 WHERE `entry`=18431; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19671; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19666; +UPDATE `creature_template` SET `speed_walk`=1.388888 WHERE `entry`=10986; +UPDATE `creature_template` SET `speed_walk`=1.388888 WHERE `entry`=11675; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=2258; +UPDATE `creature_template` SET `speed_walk`=1.388888 WHERE `entry`=11678; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=4550; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=2359; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=15352; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19511; +UPDATE `creature_template` SET `speed_walk`=2,`speed_run`=1.42857 WHERE `entry`=17977; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19509; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19598; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17993; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19865; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19513; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19507; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18884; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19166; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19167; +UPDATE `creature_template` SET `speed_walk`=1.6,`speed_run`=1.42857 WHERE `entry`=19218; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20990; +UPDATE `creature_template` SET `speed_walk`=1.6,`speed_run`=1.42857 WHERE `entry`=19219; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20988; +UPDATE `creature_template` SET `speed_walk`=0.944444,`speed_run`=0.95238 WHERE `entry`=19713; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19716; +UPDATE `creature_template` SET `speed_walk`=0.944444,`speed_run`=0.95238 WHERE `entry`=19712; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19510; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20059; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19735; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19168; +UPDATE `creature_template` SET `speed_walk`=1.6,`speed_run`=1.42857 WHERE `entry`=19710; +UPDATE `creature_template` SET `speed_walk`=0.944444,`speed_run`=0.95238 WHERE `entry`=19231; +UPDATE `creature_template` SET `speed_walk`=1.6,`speed_run`=1.71429 WHERE `entry`=19221; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19220; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20796; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=22494; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=22491; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=22479; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20515; +UPDATE `creature_template` SET `speed_walk`=1.6 WHERE `entry`=20673; +UPDATE `creature_template` SET `speed_walk`=8,`speed_run`=2.85714 WHERE `entry`=19727; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19939; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20207; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20140; +UPDATE `creature_template` SET `speed_walk`=0.7,`speed_run`=0.25 WHERE `entry`=19731; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20435; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19686; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18883; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19940; +UPDATE `creature_template` SET `speed_walk`=1.6 WHERE `entry`=18879; +UPDATE `creature_template` SET `speed_walk`=1.6 WHERE `entry`=18880; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21262; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19852; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20215; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19853; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.99206 WHERE `entry`=20210; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21261; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21259; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19634; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18864; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19610; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21732; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21733; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21734; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=20485; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19709; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21997; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=22063; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20389; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19574; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21974; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19576; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=19541; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19575; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19621; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19655; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19645; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19654; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21751; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19845; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19570; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19651; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=20484; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19612; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19571; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19737; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19776; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17636; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19880; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19623; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19617; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19780; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19469; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19467; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19468; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19466; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=23396; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19572; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21493; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=22279; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=22280; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19217; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19482; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20162; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19573; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18938; +UPDATE `creature_template` SET `speed_walk`=1.6 WHERE `entry`=19948; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20058; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21349; +UPDATE `creature_template` SET `speed_walk`=1.6 WHERE `entry`=19952; +UPDATE `creature_template` SET `speed_walk`=1.6,`speed_run`=1.42857 WHERE `entry`=21033; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20748; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21142; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19479; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21311; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10204; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21147; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.28571 WHERE `entry`=21984; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21117; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19472; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19837; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18248; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19474; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19473; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19470; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19471; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=23280; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18953; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19450; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19478; +UPDATE `creature_template` SET `speed_walk`=1.6 WHERE `entry`=19957; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=22052; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21352; +UPDATE `creature_template` SET `speed_walk`=1.6 WHERE `entry`=19995; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21074; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20713; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.99206 WHERE `entry`=21022; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=20126; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19500; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19943; +UPDATE `creature_template` SET `speed_walk`=1.4,`speed_run`=1.42857 WHERE `entry`=20109; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19944; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.19048 WHERE `entry`=22180; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=23076; +UPDATE `creature_template` SET `speed_walk`=1.6,`speed_run`=1.42857 WHERE `entry`=22204; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=22298; +UPDATE `creature_template` SET `speed_walk`=1.6,`speed_run`=1.42857 WHERE `entry`=19973; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19730; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19729; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=18115; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=18116; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18133; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20003; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20093; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20024; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20023; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19945; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20113; +UPDATE `creature_template` SET `speed_walk`=1.4,`speed_run`=1.42857 WHERE `entry`=20127; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21023; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.99206 WHERE `entry`=21516; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=21519; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.99206 WHERE `entry`=22123; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21737; +UPDATE `creature_template` SET `speed_walk`=1.6 WHERE `entry`=20766; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=22495; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=2.14286 WHERE `entry`=22423; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.99206 WHERE `entry`=22443; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20736; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20751; +UPDATE `creature_template` SET `speed_walk`=0.888888,`speed_run`=0.9127 WHERE `entry`=19747; +UPDATE `creature_template` SET `speed_walk`=1.6,`speed_run`=1.42857 WHERE `entry`=20749; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=21659; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21837; +UPDATE `creature_template` SET `speed_walk`=1.6 WHERE `entry`=20600; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20338; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19483; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19484; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18852; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18857; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19643; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18855; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18853; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20333; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=18881; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20392; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.35714 WHERE `entry`=19692; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19832; +UPDATE `creature_template` SET `speed_walk`=4,`speed_run`=2.57143 WHERE `entry`=19849; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20404; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20134; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18850; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20136; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20135; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19620; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19618; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19619; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20226; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20397; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18856; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19723; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19707; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20221; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19724; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19926; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=20411; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.28571 WHERE `entry`=20495; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21065; +UPDATE `creature_template` SET `speed_run`=2.28571 WHERE `entry`=20142; +UPDATE `creature_template` SET `speed_run`=2.14286 WHERE `entry`=15192; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=36607; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=5420; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=28163; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=28132; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=17862; +UPDATE `creature_template` SET `speed_walk`=0.666668 WHERE `entry`=18644; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=21140; +UPDATE `creature_template` SET `speed_walk`=2,`speed_run`=1.42857 WHERE `entry`=21818; +UPDATE `creature_template` SET `speed_walk`=2,`speed_run`=1.42857 WHERE `entry`=17892; +UPDATE `creature_template` SET `speed_walk`=2,`speed_run`=1.42857 WHERE `entry`=21136; +UPDATE `creature_template` SET `speed_walk`=2,`speed_run`=1.42857 WHERE `entry`=17835; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8198; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6014; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6018; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5994; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=14727; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3373; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5882; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7311; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5958; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5885; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5883; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=18197; +UPDATE `creature_template` SET `speed_run`=0.95238 WHERE `entry`=18128; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.95238 WHERE `entry`=18129; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18943; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=22039; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=22306; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=22044; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=5420; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=5465; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18644; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=20429; +UPDATE `creature_template` SET `speed_walk`=1.388888 WHERE `entry`=2965; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=18457; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=18456; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=22307; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.14286 WHERE `entry`=89; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18142; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19660; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=19068; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19646; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18489; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.99206 WHERE `entry`=18299; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19015; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.99206 WHERE `entry`=18296; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18293; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18292; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20097; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18301; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18302; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18066; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.28968 WHERE `entry`=17153; +UPDATE `creature_template` SET `speed_walk`=3.2,`speed_run`=2.28571 WHERE `entry`=18102; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=23108; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19734; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6497; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=29302; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=26540; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=23945; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=1921; +UPDATE `creature_template` SET `speed_run`=1.28968 WHERE `entry`=23780; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=24041; +UPDATE `creature_template` SET `speed_run`=0.92857 WHERE `entry`=24156; +UPDATE `creature_template` SET `speed_run`=1.28968 WHERE `entry`=23776; +UPDATE `creature_template` SET `speed_walk`=1.2,`speed_run`=1 WHERE `entry`=24128; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=25107; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=25104; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=25100; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=25101; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=25106; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=25103; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3190; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=34765; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=26537; +UPDATE `creature_template` SET `speed_walk`=1.388888,`speed_run`=0.85714 WHERE `entry`=3116; +UPDATE `creature_template` SET `speed_walk`=1.388888 WHERE `entry`=3118; +UPDATE `creature_template` SET `speed_walk`=1.388888,`speed_run`=0.85714 WHERE `entry`=3117; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=26047; +UPDATE `creature_template` SET `speed_run`=4.28571 WHERE `entry`=25286; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=18380; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=26538; +UPDATE `creature_template` SET `speed_walk`=1.388888,`speed_run`=0.49603 WHERE `entry`=25269; +UPDATE `creature_template` SET `speed_run`=2.28571 WHERE `entry`=25256; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=18378; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=18379; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=25446; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=25426; +UPDATE `creature_template` SET `speed_run`=1.28968 WHERE `entry`=25611; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=25624; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9990; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=3108; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=24137; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=23998; +UPDATE `creature_template` SET `speed_run`=5.71429 WHERE `entry`=23805; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=23968; +UPDATE `creature_template` SET `speed_run`=0.78571 WHERE `entry`=23784; +UPDATE `creature_template` SET `speed_run`=2.57143 WHERE `entry`=24238; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.14286 WHERE `entry`=24215; +UPDATE `creature_template` SET `speed_run`=0.78571 WHERE `entry`=24081; +UPDATE `creature_template` SET `speed_run`=0.78571 WHERE `entry`=24164; +UPDATE `creature_template` SET `speed_run`=0.78571 WHERE `entry`=24168; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=24768; +UPDATE `creature_template` SET `speed_walk`=1.444444 WHERE `entry`=23750; +UPDATE `creature_template` SET `speed_walk`=1.444444 WHERE `entry`=24160; +UPDATE `creature_template` SET `speed_walk`=1.444444,`speed_run`=1.5873 WHERE `entry`=23688; +UPDATE `creature_template` SET `speed_walk`=1.444444 WHERE `entry`=23882; +UPDATE `creature_template` SET `speed_walk`=1.444444 WHERE `entry`=23680; +UPDATE `creature_template` SET `speed_run`=1.19048 WHERE `entry`=27699; +UPDATE `creature_template` SET `speed_run`=1.85714 WHERE `entry`=24142; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=7469; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=23919; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=23875; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=24638; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=24228; +UPDATE `creature_template` SET `speed_walk`=1.2,`speed_run`=1 WHERE `entry`=24261; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=33303; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=24228; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=7368; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.19048 WHERE `entry`=10991; +UPDATE `creature_template` SET `speed_walk`=1.388888 WHERE `entry`=10986; +UPDATE `creature_template` SET `speed_walk`=1.388888 WHERE `entry`=11675; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.14286 WHERE `entry`=24196; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=32601; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=32597; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=40281; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=4550; +UPDATE `creature_template` SET `speed_walk`=0.888888,`speed_run`=0.99206 WHERE `entry`=10181; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19909; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=15007; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2227; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20406; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16287; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=15107; +UPDATE `creature_template` SET `speed_walk`=0.8,`speed_run`=0.99206 WHERE `entry`=30230; +UPDATE `creature_template` SET `speed_walk`=0.666668 WHERE `entry`=15062; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=29134; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=14645; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.71429 WHERE `entry`=14732; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=36607; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=31229; +UPDATE `creature_template` SET `speed_walk`=1.388888 WHERE `entry`=2965; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=23584; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=2 WHERE `entry`=23597; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=2 WHERE `entry`=23596; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=24312; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=23586; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=23774; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=23834; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=23817; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=24363; +UPDATE `creature_template` SET `speed_walk`=0.5,`speed_run`=1 WHERE `entry`=24059; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=2 WHERE `entry`=24064; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=2 WHERE `entry`=24065; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=24047; +UPDATE `creature_template` SET `speed_run`=2 WHERE `entry`=24043; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=2.14286 WHERE `entry`=23578; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=24180; +UPDATE `creature_template` SET `speed_walk`=1.6,`speed_run`=2.14286 WHERE `entry`=23574; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=24159; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=24225; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=24179; +UPDATE `creature_template` SET `speed_run`=1.71429 WHERE `entry`=24480; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=23879; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=23877; +UPDATE `creature_template` SET `speed_walk`=2,`speed_run`=2.14286 WHERE `entry`=24239; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=23790; +UPDATE `creature_template` SET `speed_walk`=0.666668,`speed_run`=1.14286 WHERE `entry`=31755; +UPDATE `creature_template` SET `speed_run`=0.95238 WHERE `entry`=31768; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=32602; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5677; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=25037; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=25045; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=24994; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=25047; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=25161; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=25174; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=24980; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=25036; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=25061; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=25057; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=25133; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=25034; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=25112; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=2.28571 WHERE `entry`=26253; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=24991; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.85714 WHERE `entry`=25063; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=24967; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=24965; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=24813; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=25032; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=24978; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=25108; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=25069; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=26089; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=26091; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=26090; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=26092; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=23409; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=24999; +UPDATE `creature_template` SET `speed_walk`=1.6,`speed_run`=1.42857 WHERE `entry`=25001; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=24976; +UPDATE `creature_template` SET `speed_walk`=0.4,`speed_run`=1.38889 WHERE `entry`=25002; +UPDATE `creature_template` SET `speed_walk`=2.4 WHERE `entry`=25163; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=25046; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=25043; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=24975; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=25950; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=25088; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=25162; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=24966; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=24960; +UPDATE `creature_template` SET `speed_walk`=3.2,`speed_run`=2.57143 WHERE `entry`=25175; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=25976; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=25977; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=25170; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=25172; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=25169; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=25132; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=24683; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=24686; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=24687; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=24554; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=24559; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=24556; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=24561; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=24685; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=24684; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=24698; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=24815; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=24697; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=24722; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=24560; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=24777; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=24696; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=24688; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=24689; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=24690; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=24761; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=24822; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=24781; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=24762; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=24744; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=25042; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=25960; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=24848; +UPDATE `creature_template` SET `speed_walk`=2 WHERE `entry`=24972; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=25059; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=26560; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=24553; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20274; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20273; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=20395; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20339; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=19163; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=19162; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16583; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17269; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17271; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17259; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=17280; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17517; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17264; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17270; +UPDATE `creature_template` SET `speed_walk`=4,`speed_run`=2.57143 WHERE `entry`=17307; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=17306; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17309; +UPDATE `creature_template` SET `speed_walk`=2,`speed_run`=1.42857 WHERE `entry`=17308; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17281; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17478; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17455; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=17537; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=22258; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=22260; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=22267; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=22259; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=22273; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17370; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17477; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17397; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17491; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17653; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17256; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17371; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17626; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.71429 WHERE `entry`=21174; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17377; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17395; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17380; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17416; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17414; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17624; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17429; +UPDATE `creature_template` SET `speed_walk`=0.944444,`speed_run`=1.42857 WHERE `entry`=17381; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17398; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19016; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=18894; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17401; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=17400; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=31229; +UPDATE `creature_template` SET `speed_run`=0.95238 WHERE `entry`=25062; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3056; +UPDATE `creature_template` SET `speed_walk`=1.388888 WHERE `entry`=2965; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=4068; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=24922; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18461; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=18750; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=25580; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=18600; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=24979; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=25003; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=25156; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=32261; +UPDATE `creature_template` SET `speed_walk`=0.888888,`speed_run`=1.14286 WHERE `entry`=26722; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=26723; +UPDATE `creature_template` SET `speed_walk`=0.888888,`speed_run`=1.14286 WHERE `entry`=26716; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=26731; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=26727; +UPDATE `creature_template` SET `speed_walk`=0.666668,`speed_run`=1.19048 WHERE `entry`=26730; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=22517; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=4550; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=6012; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=7414; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=30276; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=30278; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=30277; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=30286; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=30288; +UPDATE `creature_template` SET `speed_run`=0.9127 WHERE `entry`=30413; +UPDATE `creature_template` SET `speed_walk`=1.6,`speed_run`=1 WHERE `entry`=30623; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18430; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18559; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=26316; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=4550; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=2359; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2473; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2474; +UPDATE `creature_template` SET `speed_walk`=2,`speed_run`=0.71429 WHERE `entry`=7806; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2505; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7977; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=14730; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17598; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=14736; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=14737; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=14741; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=14731; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=14734; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=14739; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=14738; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=14740; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4314; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10905; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=11873; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1852; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10904; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11615; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11608; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11055; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17099; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11022; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10856; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11057; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=12943; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10839; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10837; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=17306; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=21391; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=28730; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=28729; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=28731; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=28732; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=28733; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=29335; +UPDATE `creature_template` SET `speed_walk`=1.388888 WHERE `entry`=2965; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=31755; +UPDATE `creature_template` SET `speed_walk`=0.5,`speed_run`=0.69286 WHERE `entry`=18706; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.71429 WHERE `entry`=24674; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.14286 WHERE `entry`=27925; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=27009; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=27005; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=27712; +UPDATE `creature_template` SET `speed_walk`=0.8,`speed_run`=0.99206 WHERE `entry`=27290; +UPDATE `creature_template` SET `speed_run`=0.95238 WHERE `entry`=26607; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=26653; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=26316; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=31768; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=31755; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=31229; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=3573; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=36607; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=31170; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=3149; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5814; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1404; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3624; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=1064; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=12137; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16094; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7485; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1147; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2465; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1149; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1385; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2464; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1382; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17094; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1387; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1148; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2856; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1381; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2497; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2519; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1146; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=1085; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=682; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=688; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=741; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=740; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=755; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=757; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=988; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=12807; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1386; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=986; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8177; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=989; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1775; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6026; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7643; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=982; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5591; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10049; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=985; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=987; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17109; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=983; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=27705; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6930; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1443; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7623; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1442; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5416; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5546; +UPDATE `creature_template` SET `speed_walk`=0.888888 WHERE `entry`=745; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=14356; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5243; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5261; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5224; +UPDATE `creature_template` SET `speed_walk`=0.888888 WHERE `entry`=744; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5263; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5225; +UPDATE `creature_template` SET `speed_walk`=0.888888 WHERE `entry`=14445; +UPDATE `creature_template` SET `speed_walk`=0.888888 WHERE `entry`=746; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=8319; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5228; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5226; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8311; +UPDATE `creature_template` SET `speed_walk`=0.888888 WHERE `entry`=5277; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8318; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5259; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5267; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8257; +UPDATE `creature_template` SET `speed_walk`=0.666668 WHERE `entry`=8384; +UPDATE `creature_template` SET `speed_walk`=0.888888 WHERE `entry`=5280; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5712; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5715; +UPDATE `creature_template` SET `speed_walk`=0.666668 WHERE `entry`=5256; +UPDATE `creature_template` SET `speed_walk`=0.888888 WHERE `entry`=5283; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5270; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8656; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8657; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8658; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5271; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5713; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5273; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5710; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5711; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5717; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5714; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=5722; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=5719; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=5709; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5708; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8336; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5716; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5291; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8437; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8438; +UPDATE `creature_template` SET `speed_walk`=0.888888 WHERE `entry`=8497; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=5721; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=5720; +UPDATE `creature_template` SET `speed_walk`=0.666668,`speed_run`=1.14286 WHERE `entry`=31755; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=32598; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=31229; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=32600; +UPDATE `creature_template` SET `speed_walk`=1.444444 WHERE `entry`=31070; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=33543; +UPDATE `creature_template` SET `speed_walk`=4,`speed_run`=0.99206 WHERE `entry`=32487; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.14286 WHERE `entry`=34907; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=26455; +UPDATE `creature_template` SET `speed_walk`=0.888888 WHERE `entry`=26477; +UPDATE `creature_template` SET `speed_run`=1.28968 WHERE `entry`=25040; +UPDATE `creature_template` SET `speed_walk`=1.388888 WHERE `entry`=10986; +UPDATE `creature_template` SET `speed_walk`=1.388888 WHERE `entry`=11675; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=36607; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=26370; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=27165; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=26501; +UPDATE `creature_template` SET `speed_walk`=0.888888 WHERE `entry`=26349; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=26662; +UPDATE `creature_template` SET `speed_run`=1.28968 WHERE `entry`=26509; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=26365; +UPDATE `creature_template` SET `speed_walk`=0.333334,`speed_run`=0.47619 WHERE `entry`=26711; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=13316; +UPDATE `creature_template` SET `speed_walk`=2.4 WHERE `entry`=26838; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=31769; +UPDATE `creature_template` SET `speed_run`=0.95238 WHERE `entry`=31768; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=26455; +UPDATE `creature_template` SET `speed_walk`=1.388888 WHERE `entry`=10986; +UPDATE `creature_template` SET `speed_walk`=1.388888 WHERE `entry`=11675; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=36607; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=27165; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=26501; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=31768; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=31769; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=31755; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=31229; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=32598; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=32600; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=30849; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=29124; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=28113; +UPDATE `creature_template` SET `speed_walk`=0.666668,`speed_run`=0.99206 WHERE `entry`=28215; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=28082; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=28315; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=28078; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=28079; +UPDATE `creature_template` SET `speed_walk`=0.666668,`speed_run`=0.99206 WHERE `entry`=28106; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=29222; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=29130; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=29131; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=29132; +UPDATE `creature_template` SET `speed_run`=1.19048 WHERE `entry`=28191; +UPDATE `creature_template` SET `speed_run`=1.28968 WHERE `entry`=28862; +UPDATE `creature_template` SET `speed_run`=0.59524 WHERE `entry`=28858; +UPDATE `creature_template` SET `speed_run`=0.59524 WHERE `entry`=30872; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=26606; +UPDATE `creature_template` SET `speed_run`=1.90476 WHERE `entry`=26607; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=26770; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=26769; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=26771; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=26455; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=26477; +UPDATE `creature_template` SET `speed_walk`=0.666668,`speed_run`=0.95238 WHERE `entry`=26711; +UPDATE `creature_template` SET `speed_walk`=1.2,`speed_run`=1 WHERE `entry`=26858; +UPDATE `creature_template` SET `speed_run`=2.85714 WHERE `entry`=27843; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=26316; +UPDATE `creature_template` SET `speed_walk`=1.388888 WHERE `entry`=26575; +UPDATE `creature_template` SET `speed_walk`=1.388888 WHERE `entry`=26577; +UPDATE `creature_template` SET `speed_run`=2.14286 WHERE `entry`=27768; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=27836; +UPDATE `creature_template` SET `speed_walk`=0.777776 WHERE `entry`=27272; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=28014; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=27028; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=27007; +UPDATE `creature_template` SET `speed_walk`=2.4,`speed_run`=2 WHERE `entry`=26858; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=26926; +UPDATE `creature_template` SET `speed_walk`=0.666668 WHERE `entry`=27537; +UPDATE `creature_template` SET `speed_walk`=2.8,`speed_run`=2 WHERE `entry`=31291; +UPDATE `creature_template` SET `speed_walk`=1.388888 WHERE `entry`=26577; +UPDATE `creature_template` SET `speed_walk`=1.388888 WHERE `entry`=26575; +UPDATE `creature_template` SET `speed_walk`=1.388888 WHERE `entry`=26578; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=31229; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20272; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=19163; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=19164; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20269; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=18912; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=17156; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18200; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18180; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18218; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18895; +UPDATE `creature_template` SET `speed_run`=0.14286 WHERE `entry`=24222; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18897; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=18062; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.28968 WHERE `entry`=17154; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=2.14286 WHERE `entry`=18192; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21474; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21483; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21484; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18264; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18821; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18816; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.28968 WHERE `entry`=17155; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18240; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18215; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=18207; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=18202; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=18203; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18208; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.28968 WHERE `entry`=18145; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18688; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=2.14286 WHERE `entry`=18256; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18822; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18817; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21485; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21487; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21488; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18789; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=20240; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=20072; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19019; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=19030; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18914; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=19027; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=17157; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=27272; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=27836; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=5419; +UPDATE `creature_template` SET `speed_walk`=1.6 WHERE `entry`=6507; +UPDATE `creature_template` SET `speed_walk`=1.6 WHERE `entry`=6508; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=31769; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=36607; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=31229; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=32596; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=32598; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=32601; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.14286 WHERE `entry`=32321; +UPDATE `creature_template` SET `speed_walk`=1.444444,`speed_run`=1.5873 WHERE `entry`=37858; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1860; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=32655; +UPDATE `creature_template` SET `speed_walk`=1.444444 WHERE `entry`=32592; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.14286 WHERE `entry`=32342; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=31174; +UPDATE `creature_template` SET `speed_walk`=1.444444 WHERE `entry`=31070; +UPDATE `creature_template` SET `speed_walk`=2.8,`speed_run`=1.71429 WHERE `entry`=34497; +UPDATE `creature_template` SET `speed_walk`=1.2,`speed_run`=0.71429 WHERE `entry`=34605; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=29147; +UPDATE `creature_template` SET `speed_walk`=0.9,`speed_run`=1.03929 WHERE `entry`=33383; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=36607; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=23627; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=24766; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=23521; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=23510; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=23482; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=23628; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=23710; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=23703; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=23486; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=23522; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=24710; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=23525; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=24468; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=23558; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=24462; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=24463; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=23481; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=23511; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=23894; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=24536; +UPDATE `creature_template` SET `speed_walk`=1.2 WHERE `entry`=23709; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=39466; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=39624; +UPDATE `creature_template` SET `speed_walk`=0.5,`speed_run`=0.57143 WHERE `entry`=31216; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=12996; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=1129; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=24842; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=24841; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=14560; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=14561; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=14559; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3824; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=3743; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=3750; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=3749; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=3746; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10559; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2236; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2187; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2233; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2205; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2235; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2174; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2203; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2232; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2204; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.71429 WHERE `entry`=2202; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2234; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7015; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2163; +UPDATE `creature_template` SET `speed_walk`=0.666668,`speed_run`=1.42857 WHERE `entry`=2321; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19171; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4186; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11037; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6299; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3649; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6300; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6301; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6297; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6298; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4193; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4185; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4183; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4182; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3702; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4189; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3562; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19173; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=2041; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4423; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4167; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3517; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4215; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4214; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4163; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4730; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4753; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=14555; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=14556; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=14602; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=12359; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=12358; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=12360; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=35168; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4205; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4244; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4138; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4243; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10056; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10089; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4146; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2796; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3561; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4219; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7296; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4220; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4218; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3516; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9047; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4217; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=14379; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10878; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4223; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2879; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5515; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5516; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11069; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6579; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=24729; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5519; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11026; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=13018; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10956; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10942; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.14286 WHERE `entry`=14121; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5186; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.71429 WHERE `entry`=13016; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=12997; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=14041; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=24501; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=19164; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7740; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4092; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4165; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17105; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7999; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8396; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11401; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=36481; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4090; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4091; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2912; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7313; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4204; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4221; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4222; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=2041; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3219; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=23533; +UPDATE `creature_template` SET `speed_walk`=1.388888 WHERE `entry`=2965; +UPDATE `creature_template` SET `speed_walk`=1.388888 WHERE `entry`=2964; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=5865; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=3284; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=24499; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=23604; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=24498; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=23605; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=24657; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=23603; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=24711; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=23606; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=24510; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=24497; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=27707; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=15012; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=15115; +UPDATE `creature_template` SET `speed_walk`=1.388888 WHERE `entry`=3116; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3293; +UPDATE `creature_template` SET `speed_run`=0.95238 WHERE `entry`=24753; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=3130; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=14857; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=14892; +UPDATE `creature_template` SET `speed_walk`=1.388888 WHERE `entry`=2965; +UPDATE `creature_template` SET `speed_walk`=1.388888 WHERE `entry`=2964; +UPDATE `creature_template` SET `speed_walk`=1.388888 WHERE `entry`=5785; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=2979; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2706; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2819; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=12923; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=12924; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2440; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2252; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2253; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2318; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2243; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2245; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2247; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=4550; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=15649; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=15971; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=15970; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18951; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=15651; +UPDATE `creature_template` SET `speed_walk`=1.388888 WHERE `entry`=3116; +UPDATE `creature_template` SET `speed_walk`=1.388888,`speed_run`=0.85714 WHERE `entry`=3115; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=3195; +UPDATE `creature_template` SET `speed_walk`=0.777776 WHERE `entry`=503; +UPDATE `creature_template` SET `speed_walk`=0.888888 WHERE `entry`=785; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=787; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=311; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=893; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10037; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=441; +UPDATE `creature_template` SET `speed_run`=1.28968 WHERE `entry`=17076; +UPDATE `creature_template` SET `speed_run`=1.28968 WHERE `entry`=23131; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=4242; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4216; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4236; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4240; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4177; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4172; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4234; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=2041; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4156; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4210; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4211; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6735; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4229; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4228; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11070; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4213; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3468; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4521; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4235; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4173; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4175; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4180; +UPDATE `creature_template` SET `speed_walk`=1.6,`speed_run`=1.42857 WHERE `entry`=28937; +UPDATE `creature_template` SET `speed_walk`=0.8,`speed_run`=0.99206 WHERE `entry`=28897; +UPDATE `creature_template` SET `speed_walk`=1.6,`speed_run`=1.71429 WHERE `entry`=28903; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=28911; +UPDATE `creature_template` SET `speed_walk`=1.6,`speed_run`=1.71429 WHERE `entry`=28919; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=28943; +UPDATE `creature_template` SET `speed_walk`=2.4,`speed_run`=2.57143 WHERE `entry`=28906; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=28936; +UPDATE `creature_template` SET `speed_walk`=1.6,`speed_run`=1.42857 WHERE `entry`=28905; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=28898; +UPDATE `creature_template` SET `speed_run`=3.14286 WHERE `entry`=28893; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=28909; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=28901; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=28908; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=28907; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=32541; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=28760; +UPDATE `creature_template` SET `speed_walk`=1.6,`speed_run`=1.71429 WHERE `entry`=28890; +UPDATE `creature_template` SET `speed_walk`=2.4,`speed_run`=2.57143 WHERE `entry`=29501; +UPDATE `creature_template` SET `speed_walk`=0.777776 WHERE `entry`=28506; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=28444; +UPDATE `creature_template` SET `speed_run`=1.71429 WHERE `entry`=28357; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=28488; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=28506; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=28356; +UPDATE `creature_template` SET `speed_walk`=0.8,`speed_run`=0.99206 WHERE `entry`=28405; +UPDATE `creature_template` SET `speed_run`=1.19048 WHERE `entry`=28653; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=28377; +UPDATE `creature_template` SET `speed_walk`=0.777776 WHERE `entry`=28506; +UPDATE `creature_template` SET `speed_walk`=0.777776 WHERE `entry`=29232; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=28611; +UPDATE `creature_template` SET `speed_walk`=0.8,`speed_run`=0.99206 WHERE `entry`=28845; +UPDATE `creature_template` SET `speed_run`=1.19048 WHERE `entry`=28768; +UPDATE `creature_template` SET `speed_walk`=0.666668 WHERE `entry`=28819; +UPDATE `creature_template` SET `speed_run`=2 WHERE `entry`=28821; +UPDATE `creature_template` SET `speed_run`=1.07143 WHERE `entry`=28850; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=28846; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=27365; +UPDATE `creature_template` SET `speed_walk`=0.777776 WHERE `entry`=572; +UPDATE `creature_template` SET `speed_run`=3.14286 WHERE `entry`=26287; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=27953; +UPDATE `creature_template` SET `speed_walk`=0.888888,`speed_run`=0.99206 WHERE `entry`=32572; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=25715; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=25514; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=27165; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=26455; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=26501; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.14286 WHERE `entry`=27290; +UPDATE `creature_template` SET `speed_walk`=0.666668,`speed_run`=0.99206 WHERE `entry`=27762; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=27272; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=28264; +UPDATE `creature_template` SET `speed_run`=0.59524 WHERE `entry`=27382; +UPDATE `creature_template` SET `speed_walk`=0.333334,`speed_run`=0.47619 WHERE `entry`=26711; +UPDATE `creature_template` SET `speed_run`=1.28968 WHERE `entry`=26926; +UPDATE `creature_template` SET `speed_walk`=1.6,`speed_run`=1.42857 WHERE `entry`=27004; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=27537; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1092; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1089; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1329; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1330; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6030; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1090; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1173; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=1279; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1343; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1336; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1334; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1335; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1332; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1362; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1331; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1342; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2105; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2468; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2469; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2528; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1222; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1175; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1254; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=1201; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1271; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=29304; +UPDATE `creature_template` SET `speed_walk`=1.6 WHERE `entry`=29834; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=28411; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=28387; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=28863; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=28387; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=28863; +UPDATE `creature_template` SET `speed_run`=2 WHERE `entry`=28526; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=28411; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=40198; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=28145; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=28387; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=28863; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=28145; +UPDATE `creature_template` SET `speed_run`=2.28571 WHERE `entry`=30014; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=28411; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=28387; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=28863; +UPDATE `creature_template` SET `speed_walk`=1.444444 WHERE `entry`=31070; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=30864; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=30263; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.14286 WHERE `entry`=33291; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.14286 WHERE `entry`=33289; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=27768; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.14286 WHERE `entry`=27766; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=27836; +UPDATE `creature_template` SET `speed_walk`=1.2,`speed_run`=1 WHERE `entry`=24516; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=4550; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=347; +UPDATE `creature_template` SET `speed_walk`=0.2 WHERE `entry`=21628; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21641; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=31769; +UPDATE `creature_template` SET `speed_walk`=0.666668 WHERE `entry`=31755; +UPDATE `creature_template` SET `speed_run`=0.95238 WHERE `entry`=31768; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=31229; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20386; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=4550; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=36607; +UPDATE `creature_template` SET `speed_run`=1.19048 WHERE `entry`=5843; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8283; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8279; +UPDATE `creature_template` SET `speed_run`=2.85714 WHERE `entry`=8964; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=10371; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=10372; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=10083; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=9096; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=10363; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=10442; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=9816; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=10740; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=10258; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=10683; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=10429; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=10366; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16048; +UPDATE `creature_template` SET `speed_walk`=0.888888 WHERE `entry`=9568; +UPDATE `creature_template` SET `speed_walk`=0.666668 WHERE `entry`=9268; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9267; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9240; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10257; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9701; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10177; +UPDATE `creature_template` SET `speed_walk`=1.6 WHERE `entry`=9217; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9717; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9716; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8888; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=4120; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5899; +UPDATE `creature_template` SET `speed_walk`=0.666668,`speed_run`=0.85714 WHERE `entry`=3068; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3058; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=29019; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=36607; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10996; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=12202; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=37888; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10903; +UPDATE `creature_template` SET `speed_walk`=0.777776 WHERE `entry`=11075; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=1529; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1495; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6289; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3549; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=4550; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1805; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11885; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11878; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9447; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9449; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9452; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.28571 WHERE `entry`=11710; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1855; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8558; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8557; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=12033; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=12338; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11823; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=12030; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11105; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10182; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=12045; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11624; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11106; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=12027; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11877; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=12340; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=12028; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11562; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=13699; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11563; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.57143 WHERE `entry`=31438; +UPDATE `creature_template` SET `speed_walk`=1.444444 WHERE `entry`=31265; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=31323; +UPDATE `creature_template` SET `speed_run`=1.07143 WHERE `entry`=31320; +UPDATE `creature_template` SET `speed_walk`=0.666668,`speed_run`=0.95238 WHERE `entry`=26711; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=27953; +UPDATE `creature_template` SET `speed_run`=2.14286 WHERE `entry`=27768; +UPDATE `creature_template` SET `speed_walk`=1.2,`speed_run`=2.14286 WHERE `entry`=27766; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=26583; +UPDATE `creature_template` SET `speed_walk`=4 WHERE `entry`=24019; +UPDATE `creature_template` SET `speed_run`=1.28968 WHERE `entry`=24073; +UPDATE `creature_template` SET `speed_walk`=0.8 WHERE `entry`=23992; +UPDATE `creature_template` SET `speed_run`=1.07143 WHERE `entry`=24029; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=24228; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=28387; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=28863; +UPDATE `creature_template` SET `speed_walk`=0.5,`speed_run`=0.57143 WHERE `entry`=30387; +UPDATE `creature_template` SET `speed_run`=1.28571 WHERE `entry`=30160; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=30291; +UPDATE `creature_template` SET `speed_walk`=1.444444 WHERE `entry`=31265; +UPDATE `creature_template` SET `speed_run`=2 WHERE `entry`=30703; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=29333; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=29329; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=29710; +UPDATE `creature_template` SET `speed_walk`=1.6 WHERE `entry`=29621; +UPDATE `creature_template` SET `speed_walk`=0.8,`speed_run`=0.99206 WHERE `entry`=29400; +UPDATE `creature_template` SET `speed_walk`=1.388888 WHERE `entry`=25269; +UPDATE `creature_template` SET `speed_run`=1.19048 WHERE `entry`=25427; +UPDATE `creature_template` SET `speed_run`=0.95238 WHERE `entry`=25430; +UPDATE `creature_template` SET `speed_run`=0.71429 WHERE `entry`=22985; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=11996; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=531; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=29611; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1416; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7232; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=2041; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=36607; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=1201; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1130; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=3836; +UPDATE `creature_template` SET `speed_walk`=0.666668 WHERE `entry`=27537; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=26316; +UPDATE `creature_template` SET `speed_walk`=1.388888 WHERE `entry`=26577; +UPDATE `creature_template` SET `speed_walk`=1.388888 WHERE `entry`=26575; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=26360; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=32598; +UPDATE `creature_template` SET `speed_walk`=1.444444 WHERE `entry`=31070; +UPDATE `creature_template` SET `speed_walk`=1.444444 WHERE `entry`=31265; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21151; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21158; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21469; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21197; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19495; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=22469; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=20126; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19498; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19499; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21066; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19497; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18937; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21176; +UPDATE `creature_template` SET `speed_walk`=1.6 WHERE `entry`=20095; +UPDATE `creature_template` SET `speed_walk`=1.6 WHERE `entry`=19991; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18581; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17634; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18788; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19694; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18004; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18250; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18251; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18003; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18007; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18295; +UPDATE `creature_template` SET `speed_run`=0.14286 WHERE `entry`=17378; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18138; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19590; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18294; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18297; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=17156; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19035; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19041; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=18062; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=17157; +UPDATE `creature_template` SET `speed_walk`=2.4,`speed_run`=2.57143 WHERE `entry`=18411; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18210; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=18211; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18417; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=2.85714 WHERE `entry`=18418; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21893; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19201; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18258; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18964; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18414; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18415; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18229; +UPDATE `creature_template` SET `speed_walk`=2,`speed_run`=1.38571 WHERE `entry`=17129; +UPDATE `creature_template` SET `speed_walk`=2.4,`speed_run`=2.28571 WHERE `entry`=18257; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18037; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17151; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18589; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.99206 WHERE `entry`=21233; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17152; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18135; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18125; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18127; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18131; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19519; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=20270; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=18114; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.95238 WHERE `entry`=18201; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=18113; +UPDATE `creature_template` SET `speed_walk`=0.666668 WHERE `entry`=20292; +UPDATE `creature_template` SET `speed_walk`=0.666668 WHERE `entry`=20291; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18046; +UPDATE `creature_template` SET `speed_run`=0.92857 WHERE `entry`=17969; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=18079; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=18042; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=18077; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18005; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18006; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18909; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17637; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18791; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18564; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18151; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18150; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18247; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18014; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18275; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18017; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18091; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18246; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19380; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18018; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19383; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18285; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.99206 WHERE `entry`=20295; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.99206 WHERE `entry`=17924; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=22088; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=22087; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=22086; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17877; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.99206 WHERE `entry`=17856; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.99206 WHERE `entry`=18140; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.99206 WHERE `entry`=18139; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=22823; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.99206 WHERE `entry`=17866; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.99206 WHERE `entry`=17857; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.99206 WHERE `entry`=17925; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.99206 WHERE `entry`=18382; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20198; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.99206 WHERE `entry`=20293; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=32601; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17875; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17324; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17604; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17322; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17323; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17350; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17344; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17348; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=17664; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17986; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.92857 WHERE `entry`=17982; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.99206 WHERE `entry`=17527; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17926; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17927; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17346; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17608; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17353; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17607; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17609; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17610; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=5929; +UPDATE `creature_template` SET `speed_walk`=1.6,`speed_run`=1.42857 WHERE `entry`=25618; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=25880; +UPDATE `creature_template` SET `speed_run`=1.19048 WHERE `entry`=24567; +UPDATE `creature_template` SET `speed_run`=0.95238 WHERE `entry`=24469; +UPDATE `creature_template` SET `speed_run`=1.19048 WHERE `entry`=25501; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=28113; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=29124; +UPDATE `creature_template` SET `speed_run`=1.19048 WHERE `entry`=28107; +UPDATE `creature_template` SET `speed_run`=0.95238 WHERE `entry`=25862; +UPDATE `creature_template` SET `speed_run`=1.71429 WHERE `entry`=24681; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=27748; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=27550; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=26455; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=25715; +UPDATE `creature_template` SET `speed_walk`=0.5,`speed_run`=0.5 WHERE `entry`=26452; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=27365; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21465; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21807; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19362; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19355; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=2.28571 WHERE `entry`=21153; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21769; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21938; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21417; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19348; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21749; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21419; +UPDATE `creature_template` SET `speed_walk`=0.944444,`speed_run`=0.95238 WHERE `entry`=19755; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19740; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38889 WHERE `entry`=21314; +UPDATE `creature_template` SET `speed_walk`=2.8,`speed_run`=1.71429 WHERE `entry`=21404; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=2.28571 WHERE `entry`=19364; +UPDATE `creature_template` SET `speed_walk`=0.944444,`speed_run`=0.95238 WHERE `entry`=21499; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21305; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21403; +UPDATE `creature_template` SET `speed_walk`=0.777776,`speed_run`=0.99206 WHERE `entry`=21501; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21348; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.35714 WHERE `entry`=21316; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21302; +UPDATE `creature_template` SET `speed_walk`=0.777776,`speed_run`=0.99206 WHERE `entry`=21500; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21512; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20683; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21245; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21244; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21249; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=2.28571 WHERE `entry`=22228; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=461; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5495; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5520; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5496; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1435; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1733; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6122; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=6267; +UPDATE `creature_template` SET `speed_walk`=0.7,`speed_run`=0.8 WHERE `entry`=6492; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=844; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=233; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=235; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=450; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=596; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=599; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=32600; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=32602; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=32601; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=31768; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.99206 WHERE `entry`=31755; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=31229; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=25209; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=25715; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=26448; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=26455; +UPDATE `creature_template` SET `speed_walk`=0.888888 WHERE `entry`=26477; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=26501; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=24681; +UPDATE `creature_template` SET `speed_walk`=1.444444 WHERE `entry`=23680; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=23919; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=24228; +UPDATE `creature_template` SET `speed_run`=1.71429 WHERE `entry`=26418; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=28387; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=28863; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=28411; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=30446; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=29964; +UPDATE `creature_template` SET `speed_walk`=1.2,`speed_run`=1.38571 WHERE `entry`=33383; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=32600; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=31755; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=31769; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=40198; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=5420; +UPDATE `creature_template` SET `speed_walk`=1.4,`speed_run`=1.42857 WHERE `entry`=5429; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=5419; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=9396; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8208; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8199; +UPDATE `creature_template` SET `speed_walk`=1.6,`speed_run`=1.21429 WHERE `entry`=9683; +UPDATE `creature_template` SET `speed_walk`=2.4,`speed_run`=1.71429 WHERE `entry`=6498; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=5304; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.71429 WHERE `entry`=5347; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=5300; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5292; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5361; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7764; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7904; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7900; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7903; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7943; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7945; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7877; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3936; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7775; +UPDATE `creature_template` SET `speed_walk`=0.777776 WHERE `entry`=7765; +UPDATE `creature_template` SET `speed_walk`=1.388888 WHERE `entry`=5362; +UPDATE `creature_template` SET `speed_walk`=1.388888 WHERE `entry`=5363; +UPDATE `creature_template` SET `speed_walk`=0.666668,`speed_run`=1.42857 WHERE `entry`=4647; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=4728; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=11564; +UPDATE `creature_template` SET `speed_walk`=1.111112,`speed_run`=0.71429 WHERE `entry`=4729; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11596; +UPDATE `creature_template` SET `speed_walk`=0.666668,`speed_run`=1.42857 WHERE `entry`=4633; +UPDATE `creature_template` SET `speed_walk`=0.666668,`speed_run`=1.42857 WHERE `entry`=4632; +UPDATE `creature_template` SET `speed_walk`=0.666668,`speed_run`=1.42857 WHERE `entry`=4635; +UPDATE `creature_template` SET `speed_walk`=0.666668,`speed_run`=1.42857 WHERE `entry`=4637; +UPDATE `creature_template` SET `speed_walk`=0.666668,`speed_run`=1.42857 WHERE `entry`=4636; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1322; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=13698; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4030; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=4041; +UPDATE `creature_template` SET `speed_walk`=1.555556,`speed_run`=0.85714 WHERE `entry`=4035; +UPDATE `creature_template` SET `speed_walk`=1.388888 WHERE `entry`=4027; +UPDATE `creature_template` SET `speed_walk`=1.388888 WHERE `entry`=4026; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=4042; +UPDATE `creature_template` SET `speed_walk`=1.388888 WHERE `entry`=4025; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=4044; +UPDATE `creature_template` SET `speed_walk`=1.388888 WHERE `entry`=4022; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=4057; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=3994; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=3722; +UPDATE `creature_template` SET `speed_run`=1.19048 WHERE `entry`=1011; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=2595; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4782; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7744; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=7423; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=7403; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=3908; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10698; +UPDATE `creature_template` SET `speed_walk`=2,`speed_run`=1.42857 WHERE `entry`=24410; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18446; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18492; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=18457; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=18456; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=17143; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=17142; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18999; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18389; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21399; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19053; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21400; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18704; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19159; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19042; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19000; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=2.28571 WHERE `entry`=19003; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19056; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21397; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21398; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=24885; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19154; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19147; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19038; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19296; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19773; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18459; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19181; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=15991; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18390; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18713; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18387; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18809; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18252; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=16810; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16772; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=18595; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18583; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=22265; +UPDATE `creature_template` SET `speed_walk`=0.6,`speed_run`=0.21429 WHERE `entry`=17407; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.19048 WHERE `entry`=21878; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21408; +UPDATE `creature_template` SET `speed_walk`=1.6,`speed_run`=1.71429 WHERE `entry`=21879; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19802; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21736; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19351; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19387; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19388; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19384; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=2.85714 WHERE `entry`=19382; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=20505; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21775; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19372; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19352; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20510; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20511; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21773; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=21937; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=20503; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=20504; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=20506; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=20507; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=20508; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=20509; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19394; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19395; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19368; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=24868; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19374; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19370; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18939; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21777; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19373; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=19379; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19375; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21774; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=22042; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21357; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=21050; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21061; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21462; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=21704; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20431; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=22017; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=22016; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.99206 WHERE `entry`=19824; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=22018; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21953; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19504; +UPDATE `creature_template` SET `speed_walk`=0.666668,`speed_run`=2.28571 WHERE `entry`=21648; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=22070; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=22066; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19626; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21744; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19628; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=22071; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=22211; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21955; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21954; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=23443; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19521; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19518; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19625; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19520; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19627; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21766; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19517; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=23434; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=2.85714 WHERE `entry`=21657; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20502; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19792; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19796; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=19806; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21293; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21450; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19825; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21385; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21384; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=22138; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=22139; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=22146; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=22137; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19369; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19371; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21725; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21727; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21080; +UPDATE `creature_template` SET `speed_walk`=1.6 WHERE `entry`=20887; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20878; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20872; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=22024; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21359; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19341; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=21244; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=21245; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18745; +UPDATE `creature_template` SET `speed_walk`=0.8 WHERE `entry`=23102; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=22307; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=21661; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21660; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18305; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17135; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=18369; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=17134; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=17156; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19402; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18124; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19706; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20283; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21203; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.99206 WHERE `entry`=21189; +UPDATE `creature_template` SET `speed_walk`=0.666668 WHERE `entry`=21004; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21814; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=22090; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.99206 WHERE `entry`=21944; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.99206 WHERE `entry`=21413; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21819; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21423; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21234; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21107; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21115; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.99206 WHERE `entry`=21935; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21755; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21691; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21824; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.99206 WHERE `entry`=21393; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21114; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21152; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21112; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21110; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21113; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21460; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21461; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21111; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21422; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21426; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.38571 WHERE `entry`=21427; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21118; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21441; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.99206 WHERE `entry`=21930; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=21447; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19979; +UPDATE `creature_template` SET `speed_walk`=0.944444,`speed_run`=0.95238 WHERE `entry`=19978; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.71429 WHERE `entry`=21032; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=20028; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=18009; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18019; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=18908; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=18008; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=19722; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry`=18010; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=22485; +UPDATE `creature_template` SET `speed_walk`=1.444444 WHERE `entry`=31070; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=30864; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=29459; +UPDATE `creature_template` SET `speed_run`=1.07143 WHERE `entry`=29450; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=29451; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=29647; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=29133; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=28221; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=28145; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=28411; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=28387; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=28863; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=23776; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=23550; +UPDATE `creature_template` SET `speed_walk`=1.444444 WHERE `entry`=23680; +UPDATE `creature_template` SET `speed_walk`=1.444444 WHERE `entry`=23750; +UPDATE `creature_template` SET `speed_walk`=1.444444 WHERE `entry`=23688; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=24238; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=23919; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=23875; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=24638; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=23919; +UPDATE `creature_template` SET `speed_walk`=1.2,`speed_run`=1 WHERE `entry`=24196; +UPDATE `creature_template` SET `speed_walk`=1.444444 WHERE `entry`=23750; +UPDATE `creature_template` SET `speed_walk`=1.444444 WHERE `entry`=23882; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10360; +UPDATE `creature_template` SET `speed_walk`=1.388888 WHERE `entry`=2965; +UPDATE `creature_template` SET `speed_walk`=1.388888 WHERE `entry`=2964; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=23131; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=26418; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=26814; +UPDATE `creature_template` SET `speed_walk`=0.777776 WHERE `entry`=26261; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=26348; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=26786; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=28387; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=28863; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=28411; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=28145; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=29133; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=30864; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=30849; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=29124; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=28113; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.14286 WHERE `entry`=24196; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=23875; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=24638; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=24228; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=24340; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=20159; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=16864; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=1201; +UPDATE `creature_template` SET `speed_run`=0.71429 WHERE `entry`=25823; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=31769; +UPDATE `creature_template` SET `speed_walk`=1.444444 WHERE `entry`=32592; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7866; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=7545; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=32600; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1540; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=1538; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=1549; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=1555; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1664; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=29399; +UPDATE `creature_template` SET `speed_walk`=1.388888 WHERE `entry`=29793; +UPDATE `creature_template` SET `speed_walk`=1.388888 WHERE `entry`=29792; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=29586; +UPDATE `creature_template` SET `speed_walk`=1.388888 WHERE `entry`=29794; +UPDATE `creature_template` SET `speed_run`=1.28571 WHERE `entry`=29694; +UPDATE `creature_template` SET `speed_walk`=1.444444 WHERE `entry`=29755; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=30548; +UPDATE `creature_template` SET `speed_run`=1.28571 WHERE `entry`=30040; +UPDATE `creature_template` SET `speed_walk`=2.8,`speed_run`=1.71429 WHERE `entry`=30881; +UPDATE `creature_template` SET `speed_walk`=1.444444 WHERE `entry`=29590; +UPDATE `creature_template` SET `speed_walk`=1.444444 WHERE `entry`=31070; +UPDATE `creature_template` SET `speed_walk`=1.388888 WHERE `entry`=26577; +UPDATE `creature_template` SET `speed_walk`=1.388888 WHERE `entry`=26575; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=26316; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=32596; +UPDATE `creature_template` SET `speed_walk`=1.444444 WHERE `entry`=31070; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=33543; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=33643; +UPDATE `creature_template` SET `speed_walk`=4.4,`speed_run`=1.57143 WHERE `entry`=33785; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=32598; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=31229; +UPDATE `creature_template` SET `speed_walk`=0.666668 WHERE `entry`=31755; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=32602; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=24228; +UPDATE `creature_template` SET `speed_run`=1.19048 WHERE `entry`=27701; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=27120; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=26864; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=27836; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.14286 WHERE `entry`=27766; +UPDATE `creature_template` SET `speed_walk`=10,`speed_run`=3.57143 WHERE `entry`=30609; +UPDATE `creature_template` SET `speed_walk`=0.666668,`speed_run`=0.99206 WHERE `entry`=28080; +UPDATE `creature_template` SET `speed_walk`=0.666668,`speed_run`=0.99206 WHERE `entry`=28081; +UPDATE `creature_template` SET `speed_run`=2.14286 WHERE `entry`=32534; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=21661; +UPDATE `creature_template` SET `speed_walk`=1.388888 WHERE `entry`=10986; +UPDATE `creature_template` SET `speed_walk`=1.388888 WHERE `entry`=11675; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=2258; +UPDATE `creature_template` SET `speed_run`=1.19048 WHERE `entry`=3284; +UPDATE `creature_template` SET `speed_walk`=1.388888 WHERE `entry`=11678; +UPDATE `creature_template` SET `speed_walk`=0.4,`speed_run`=0.45714 WHERE `entry`=89; +UPDATE `creature_template` SET `speed_run`=2.28571 WHERE `entry`=17076; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=4550; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=2359; +UPDATE `creature_template` SET `speed_walk`=1.2,`speed_run`=1.14286 WHERE `entry`=19668; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=15352; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=31769; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=32600; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=32598; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=32597; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=30531; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=31229; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=3105; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=689; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1061; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=736; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1095; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=690; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1731; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=641; +UPDATE `creature_template` SET `speed_walk`=0.666668 WHERE `entry`=598; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=634; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=622; +UPDATE `creature_template` SET `speed_walk`=0.666668 WHERE `entry`=4416; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4417; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=4418; +UPDATE `creature_template` SET `speed_walk`=1.6 WHERE `entry`=9219; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9259; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9261; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9262; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=10740; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9239; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9265; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9269; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9266; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9241; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16044; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9237; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10374; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10375; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10596; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9236; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9260; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9263; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9264; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9736; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10221; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10220; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=10268; +UPDATE `creature_template` SET `speed_walk`=1.6 WHERE `entry`=10602; +UPDATE `creature_template` SET `speed_walk`=1.6 WHERE `entry`=10601; +UPDATE `creature_template` SET `speed_walk`=1.6 WHERE `entry`=10584; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8889; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8890; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.42857 WHERE `entry`=8921; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10116; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8912; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8891; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8892; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8909; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8910; +UPDATE `creature_template` SET `speed_walk`=1.6 WHERE `entry`=9677; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9681; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8916; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8894; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8896; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8902; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8895; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8893; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9033; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8901; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8898; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8899; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8911; +UPDATE `creature_template` SET `speed_walk`=0.777776 WHERE `entry`=9016; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9678; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8904; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8920; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8906; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8900; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8907; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=10117; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=16079; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9319; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=9025; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8913; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8922; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8914; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9680; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9679; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8897; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9024; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8933; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9021; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9020; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9018; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=9023; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9022; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9032; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8983; +UPDATE `creature_template` SET `speed_walk`=0.72,`speed_run`=0.85714 WHERE `entry`=9500; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9543; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9499; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=28206; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=12944; +UPDATE `creature_template` SET `speed_walk`=0.8,`speed_run`=0.71429 WHERE `entry`=9503; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9502; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9017; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9156; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8908; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.85714 WHERE `entry`=9178; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9035; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9034; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9037; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9036; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9039; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9040; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9038; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9956; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8982; +UPDATE `creature_template` SET `speed_walk`=0.777776 WHERE `entry`=9938; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9019; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8903; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8915; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8929; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8905; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9056; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9041; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9042; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9476; +UPDATE `creature_template` SET `speed_walk`=10,`speed_run`=3.57143 WHERE `entry`=24769; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=26799; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=26803; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=26801; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=26798; +UPDATE `creature_template` SET `speed_run`=1.11111 WHERE `entry`=29875; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=29619; +UPDATE `creature_template` SET `speed_run`=1.38571 WHERE `entry`=32597; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=31229; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=31769; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=31755; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=1201; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=5843; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=9318; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5839; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5856; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8637; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5853; +UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.71429 WHERE `entry`=8284; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=7868; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5833; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=2736; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=8439; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=11703; +UPDATE `creature_template` SET `speed_walk`=2 WHERE `entry`=8441; +UPDATE `creature_template` SET `speed_walk`=1.6 WHERE `entry`=5474; +UPDATE `creature_template` SET `speed_walk`=1.6 WHERE `entry`=5471; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5427; +UPDATE `creature_template` SET `speed_walk`=1.4,`speed_run`=1.42857 WHERE `entry`=5430; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=5421; +UPDATE `creature_template` SET `speed_walk`=1.6 WHERE `entry`=34158; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=15545; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1708; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1715; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1707; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1711; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1666; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1717; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1663; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=1716; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=30041; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=29997; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=29839; +UPDATE `creature_template` SET `speed_walk`=1.444444 WHERE `entry`=29755; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=29458; +UPDATE `creature_template` SET `speed_run`=1.28571 WHERE `entry`=29498; +UPDATE `creature_template` SET `speed_run`=1.28571 WHERE `entry`=29592; +UPDATE `creature_template` SET `speed_run`=1.71429 WHERE `entry`=29598; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=29605; +UPDATE `creature_template` SET `speed_walk`=2.8,`speed_run`=1.71429 WHERE `entry`=29809; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=34234; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=33186; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=33216; +UPDATE `creature_template` SET `speed_run`=1.71429 WHERE `entry`=34069; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=33329; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=34267; +UPDATE `creature_template` SET `speed_walk`=0.666668 WHERE `entry`=31755; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=31229; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=31755; +UPDATE `creature_template` SET `speed_walk`=1.555556 WHERE `entry`=2736; +UPDATE `creature_template` SET `speed_walk`=1.2 WHERE `entry`=24410; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=18600; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=19164; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=19163; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=19162; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=18146; +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=18337; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=33742; +UPDATE `creature_template` SET `speed_run`=0.42857 WHERE `entry`=33292; +UPDATE `creature_template` SET `speed_run`=1.28571 WHERE `entry`=33134; +UPDATE `creature_template` SET `speed_walk`=1.666668 WHERE `entry`=33515; +UPDATE `creature_template` SET `speed_walk`=1.6,`speed_run`=1.42857 WHERE `entry`=33213; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=33242; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=33500; +UPDATE `creature_template` SET `speed_walk`=3.2,`speed_run`=2.28571 WHERE `entry`=33271; +UPDATE `creature_template` SET `speed_walk`=1.6,`speed_run`=1.42857 WHERE `entry`=33772; +UPDATE `creature_template` SET `speed_run`=2 WHERE `entry`=33699; +UPDATE `creature_template` SET `speed_run`=2 WHERE `entry`=33722; +UPDATE `creature_template` SET `speed_walk`=1.6,`speed_run`=1.42857 WHERE `entry`=33241; +UPDATE `creature_template` SET `speed_walk`=1.6,`speed_run`=1.42857 WHERE `entry`=33244; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=33775; +UPDATE `creature_template` SET `speed_run`=1.28571 WHERE `entry`=33774; +UPDATE `creature_template` SET `speed_run`=1.5873 WHERE `entry`=32867; +UPDATE `creature_template` SET `speed_walk`=1.6,`speed_run`=1.42857 WHERE `entry`=33890; +UPDATE `creature_template` SET `speed_walk`=1.2,`speed_run`=2.14286 WHERE `entry`=33441; +UPDATE `creature_template` SET `speed_walk`=2.4,`speed_run`=0.85714 WHERE `entry`=33881; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=31755; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=32602; +UPDATE `creature_template` SET `speed_walk`=1.111112 WHERE `entry`=31229; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=32596; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=32597; +UPDATE `creature_template` SET `speed_run`=1.14286 WHERE `entry`=32600; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=33227; +UPDATE `creature_template` SET `speed_run`=1.28571 WHERE `entry`=33121; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=33846; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=33388; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=33453; +UPDATE `creature_template` SET `speed_run`=2.14286 WHERE `entry`=34288; +UPDATE `creature_template` SET `speed_run`=0.42857 WHERE `entry`=33346; +UPDATE `creature_template` SET `speed_run`=0.42857 WHERE `entry`=33343; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=34199; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=34198; +UPDATE `creature_template` SET `speed_run`=0.99206 WHERE `entry`=34196; +UPDATE `creature_template` SET `speed_run`=1.28571 WHERE `entry`=32927; +UPDATE `creature_template` SET `speed_run`=1.42857 WHERE `entry`=32857; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=33809; +UPDATE `creature_template` SET `speed_run`=0.85714 WHERE `entry`=33661; +UPDATE `creature_template` SET `speed_run`=1 WHERE `entry`=32933; diff --git a/sql/old/3.3.5a/2011_06_17_11_world_waypoint_data.sql b/sql/old/3.3.5a/2011_06_17_11_world_waypoint_data.sql new file mode 100644 index 00000000000..d2506404157 --- /dev/null +++ b/sql/old/3.3.5a/2011_06_17_11_world_waypoint_data.sql @@ -0,0 +1,257 @@ +-- The Mechanar Paths + +-- Pathing for Sunseeker Engineer Entry: 20988 +SET @NPC := 83213; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=215.6366,`position_y`=-57.85087,`position_z`=0.007587247 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,221.9379,-55.45426,0.008690897,0,0,0,100,0), +(@PATH,2,229.2718,-57.64629,0.009516931,0,0,0,100,0), +(@PATH,3,221.9379,-55.45426,0.008690897,0,0,0,100,0), +(@PATH,4,215.6366,-57.85087,0.007587247,0,0,0,100,0), +(@PATH,5,212.2958,-63.3326,0.007473905,0,0,0,100,0), +(@PATH,6,215.6366,-57.85087,0.007587247,0,0,0,100,0); + +-- Pathing for Sunseeker Engineer Entry: 20988 +SET @NPC := 83180; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=112.0698,`position_y`=40.35622,`position_z`=14.92426 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,101.2307,46.33547,14.9244,0,0,0,100,0), +(@PATH,2,102.2309,58.49025,14.93429,0,0,0,100,0), +(@PATH,3,110.5797,69.03175,14.91828,1000,0,0,100,0), +(@PATH,4,102.2309,58.49025,14.93429,0,0,0,100,0), +(@PATH,5,101.2307,46.33547,14.9244,0,0,0,100,0), +(@PATH,6,112.0698,40.35622,14.92426,2000,0,0,100,0); + +-- Pathing for Sunseeker Engineer Entry: 20988 +SET @NPC := 83224; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=103.1169,`position_y`=-38.39568,`position_z`=14.92465 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,115.3089,-32.14138,14.91936,0,0,0,100,0), +(@PATH,2,103.1169,-38.39568,14.92465,0,0,0,100,0), +(@PATH,3,100.0206,-48.74694,14.92466,0,0,0,100,0), +(@PATH,4,104.0157,-60.55514,14.92467,0,0,0,100,0), +(@PATH,5,101.5114,-74.89877,14.93021,1000,0,0,100,0), +(@PATH,6,104.0157,-60.55514,14.92467,0,0,0,100,0), +(@PATH,7,100.0206,-48.74694,14.92466,0,0,0,100,0), +(@PATH,8,103.1169,-38.39568,14.92465,0,0,0,100,0); + +-- Pathing for Mechanar Tinkerer Entry: 19716 +SET @NPC := 83168; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=173.9945,`position_y`=37.73192,`position_z`=1.01045 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,179.0216,40.52939,-0.006131659,0,0,0,100,0), +(@PATH,2,185.691,41.82604,-0.006107603,0,0,0,100,0), +(@PATH,3,193.5586,41.26056,-0.00603374,0,0,0,100,0), +(@PATH,4,197.7065,37.41517,-0.005917786,0,0,0,100,0), +(@PATH,5,193.5586,41.26056,-0.00603374,0,0,0,100,0), +(@PATH,6,185.691,41.82604,-0.006107603,0,0,0,100,0), +(@PATH,7,179.0216,40.52939,-0.006131659,0,0,0,100,0), +(@PATH,8,173.9945,37.73192,1.01045,1000,0,0,100,0); + +-- Pathing for Mechanar Tinkerer Entry: 19716 +SET @NPC := 83208; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=201.0571,`position_y`=-94.47349,`position_z`=0.005551513 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,200.5827,-87.17133,0.005753752,0,0,0,100,0), +(@PATH,2,208.2485,-83.39652,0.005116368,0,0,0,100,0), +(@PATH,3,213.2274,-75.13932,0.004827803,0,0,0,100,0), +(@PATH,4,208.2485,-83.39652,0.005116368,0,0,0,100,0), +(@PATH,5,200.5827,-87.17133,0.005753752,0,0,0,100,0), +(@PATH,6,201.0571,-94.47349,0.005551513,0,0,0,100,0), +(@PATH,7,211.3469,-101.7175,0.005551513,0,0,0,100,0), +(@PATH,8,221.7694,-105.0224,0.000142399,0,0,0,100,0), +(@PATH,9,211.3469,-101.7175,0.005551513,0,0,0,100,0), +(@PATH,10,201.0571,-94.47349,0.00555151,0,0,0,100,0); + +-- Pathing for Gatewatcher Iron-Hand Entry: 19710 +SET @NPC := 83240; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=167.8726,`position_y`=-78.7667,`position_z`=1.007633 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,181.8516,-77.11685,0.007727642,0,0,0,100,0), +(@PATH,2,193.6146,-39.96439,0.002376378,0,0,0,100,0), +(@PATH,3,189.3122,-44.15557,0,0,0,0,100,0), +(@PATH,4,193.6146,-39.96439,0.002376378,0,0,0,100,0), +(@PATH,5,181.8516,-77.11685,0.007727642,0,0,0,100,0), +(@PATH,6,167.8726,-78.7667,1.007633,0,0,0,100,0), +(@PATH,7,120.1477,-74.05254,14.92782,0,0,0,100,0), +(@PATH,8,167.8726,-78.7667,1.007633,0,0,0,100,0); + +-- Pathing for Tempest-Forge Patroller Entry: 19166 +SET @NPC := 83229; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=73.91813,`position_y`=-56.71242,`position_z`=14.92467 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,38.8435,-56.28604,0.2243272,0,0,0,100,0), +(@PATH,2,30.62484,-54.90739,0.2658595,0,0,0,100,0), +(@PATH,3,31.93092,-34.87634,0.01095478,0,0,0,100,0), +(@PATH,4,30.62484,-54.90739,0.2658595,0,0,0,100,0), +(@PATH,5,38.8435,-56.28604,0.2243272,0,0,0,100,0), +(@PATH,6,73.91813,-56.71242,14.92467,0,0,0,100,0); + +-- Pathing for Tempest-Forge Patroller Entry: 19166 +SET @NPC := 83189; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=38.19203,`position_y`=59.68785,`position_z`=0.1630622 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,30.01177,55.23014,0.1630622,0,0,0,100,0), +(@PATH,2,32.04149,39.38673,0.01430552,0,0,0,100,0), +(@PATH,3,30.01177,55.23014,0.1630622,0,0,0,100,0), +(@PATH,4,38.19203,59.68785,0.1630622,0,0,0,100,0), +(@PATH,5,72.142265,59.692062,14.924672,0,0,0,100,0), +(@PATH,6,76.85091,59.6219,14.92467,0,0,0,100,0), +(@PATH,7,72.142265,59.692062,14.924672,0,0,0,100,0), +(@PATH,8,38.19203,59.68785,0.1630622,0,0,0,100,0); + +-- Pathing for Tempest-Forge Patroller Entry: 19166 +SET @NPC := 83177; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=149.6304,`position_y`=81.24523,`position_z`=6.46902 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,169.9373,81.2677,0.3694459,0,0,0,100,0), +(@PATH,2,188.186,64.12248,-0.005838666,0,0,0,100,0), +(@PATH,3,186.6127,47.3467,-0.006220245,0,0,0,100,0), +(@PATH,4,164.6416,49.95449,-0.001837493,0,0,0,100,0), +(@PATH,5,186.6127,47.3467,-0.006220245,0,0,0,100,0), +(@PATH,6,188.186,64.12248,-0.005838666,0,0,0,100,0), +(@PATH,7,169.9373,81.2677,0.3694459,0,0,0,100,0), +(@PATH,8,149.6304,81.24523,6.46902,0,0,0,100,0), +(@PATH,9,117.6222,78.36094,14.92448,0,0,0,100,0), +(@PATH,10,149.6304,81.24523,6.46902,0,0,0,100,0); + +-- Pathing for Tempest-Forge Patroller Entry: 19166 +SET @NPC := 83197; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=43.61107,`position_y`=-26.75192,`position_z`=0.006033891 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,35.5806,-23.74641,-0.0007913045,0,0,0,100,0), +(@PATH,2,28.9233,-18.14311,-0.0005735573,0,0,0,100,0), +(@PATH,3,26.3567,-5.986794,-0.0003807611,9000,0,8319701,100,0), +(@PATH,4,29.69342,-15.44835,-0.0005828599,0,0,0,100,0), +(@PATH,5,35.8448,-23.9074,-0.000488915,0,0,0,100,0), +(@PATH,6,43.61107,-26.75192,0.006033891,15000,0,8319702,100,0); + +-- Pathing for Tempest-Forge Patroller Entry: 19166 +SET @NPC := 83195; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=41.32706,`position_y`=29.44866,`position_z`=0.006104112 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,32.22061,26.5157,0.007136924,0,0,0,100,0), +(@PATH,2,27.24365,18.83135,-0.0004997473,0,0,0,100,0), +(@PATH,3,24.29777,7.923412,-0.000286215,11000,0,8319501,100,0), +(@PATH,4,28.08634,21.93921,-0.0005085135,0,0,0,100,0), +(@PATH,5,41.32706,29.44866,0.006104112,13000,0,8319502,100,0); + +DELETE FROM `waypoint_scripts` WHERE `guid` BETWEEN 817 AND 820; +INSERT INTO `waypoint_scripts` (`id`,`delay`,`command`,`datalong`,`datalong2`,`o`,`guid`) VALUES +(8319701,0,30,0,0,3.333579,817), +(8319702,0,30,0,0,3.036873,818), +(8319501,0,30,0,0,2.96706,819), +(8319502,0,30,0,0,3.263766,820); + +-- Pathing for Tempest-Forge Destroyer Entry: 19735 +SET @NPC := 83173; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=233.3129,`position_y`=52.31844,`position_z`=0.02142466 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,203.6965,53.04169,-0.004259702,0,0,0,100,0), +(@PATH,2,233.3129,52.31844,0.02142466,0,0,0,100,0); + +-- Pathing for Mechano-Lord Capacitus Entry: 19219 +SET @NPC := 83160; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=209.7744,`position_y`=-12.69758,`position_z`=-2.192125 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,209.7744,-12.69758,-2.192125,2000,0,8316001,100,0), +(@PATH,2,228.1113,-0.829701,-0.8854336,0,0,0,100,0), +(@PATH,3,226.6032,19.45208,-1.726556,0,0,0,100,0), +(@PATH,4,204.9646,26.38312,-0.005853632,10000,0,0,100,0), +(@PATH,5,209.7744,-12.69758,-2.192125,2000,0,8316001,100,0), +(@PATH,6,228.1113,-0.829701,-0.8854336,0,0,0,100,0), +(@PATH,7,226.6032,19.45208,-1.726556,0,0,0,100,0), +(@PATH,8,204.9646,26.38312,-0.005853632,10000,0,0,100,0), +(@PATH,9,209.7744,-12.69758,-2.192125,2000,0,8316001,100,0), +(@PATH,10,224.3664,-23.35326,-2.192125,0,0,0,100,0), +(@PATH,11,231.1084,-38.22675,8.909556,14000,0,0,100,0), +(@PATH,12,209.7744,-12.69758,-2.192125,2000,0,8316001,100,0), +(@PATH,13,224.3664,-23.35326,-2.192125,0,0,0,100,0), +(@PATH,14,231.1084,-38.22675,8.909556,13000,0,0,100,0), +(@PATH,15,209.7744,-12.69758,-2.192125,2000,0,8316001,100,0), +(@PATH,16,189.2316,-17.36449,-2.192126,0,0,0,100,0), +(@PATH,17,185.7177,-4.297129,-1.142366,0,0,0,100,0), +(@PATH,18,191.9589,6.435908,-0.7838742,0,0,0,100,0), +(@PATH,19,196.1359,21.01234,-1.426585,0,0,0,100,0), +(@PATH,20,207.8954,18.24695,-2.192125,0,0,0,100,0), +(@PATH,21,213.9077,10.01895,-2.192125,8000,0,0,100,0), +(@PATH,22,209.7744,-12.69758,-2.192125,2000,0,8316001,100,0), +(@PATH,23,189.2316,-17.36449,-2.192126,0,0,0,100,0), +(@PATH,24,191.9589,6.435908,-0.7838742,0,0,0,100,0), +(@PATH,25,196.1359,21.01234,-1.426585,0,0,0,100,0), +(@PATH,26,207.8954,18.24695,-2.192125,0,0,0,100,0), +(@PATH,27,213.9077,10.01895,-2.192125,14000,0,0,100,0), +(@PATH,28,209.7744,-12.69758,-2.192125,2000,0,8316001,100,0), +(@PATH,29,224.3664,-23.35326,-2.192125,0,0,0,100,0), +(@PATH,30,231.1084,-38.22675,8.909556,14000,0,0,100,0), +(@PATH,31,209.7744,-12.69758,-2.192125,2000,0,8316001,100,0); +DELETE FROM `waypoint_scripts` WHERE `guid` BETWEEN 821 AND 821; +INSERT INTO `waypoint_scripts` (`id`,`delay`,`command`,`datalong`,`datalong2`,`o`,`guid`) VALUES +(8316001,1,30,0,0,3.141593,821); + +-- Pathing for Mechanar Crusher Entry: 19231 +SET @NPC := 83221; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=90.85117,`position_y`=-74.31637,`position_z`=14.92653 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,96.89394,-71.07658,14.92652,0,0,0,100,0), +(@PATH,2,105.0891,-74.9791,14.92981,0,0,0,100,0), +(@PATH,3,107.6678,-81.30888,14.93107,0,0,0,100,0), +(@PATH,4,105.0891,-74.9791,14.92981,0,0,0,100,0), +(@PATH,5,96.89394,-71.07658,14.92652,0,0,0,100,0), +(@PATH,6,90.85117,-74.31637,14.92653,0,0,0,100,0); diff --git a/sql/old/3.3.5a/2011_06_17_12_world_creature_template.sql b/sql/old/3.3.5a/2011_06_17_12_world_creature_template.sql new file mode 100644 index 00000000000..2ff604a056c --- /dev/null +++ b/sql/old/3.3.5a/2011_06_17_12_world_creature_template.sql @@ -0,0 +1,2 @@ +-- NPC Captured trapper for Q 12300 Test of Mettle +UPDATE `creature_template` SET `faction_A`=35,`faction_H`=35 WHERE `entry`=27497; diff --git a/sql/old/3.3.5a/2011_06_17_13_world_smart_scripts.sql b/sql/old/3.3.5a/2011_06_17_13_world_smart_scripts.sql new file mode 100644 index 00000000000..a2c93c3d632 --- /dev/null +++ b/sql/old/3.3.5a/2011_06_17_13_world_smart_scripts.sql @@ -0,0 +1,2 @@ +-- Fix Frozen Earth SAI +UPDATE `smart_scripts` SET `target_type`=1,`target_param1`=0,`target_param2`=0 WHERE `comment` LIKE 'Frozen Earth%' AND `action_param1`=51590; diff --git a/sql/old/3.3.5a/2011_06_17_14_world_sai.sql b/sql/old/3.3.5a/2011_06_17_14_world_sai.sql new file mode 100644 index 00000000000..7bbdae3f898 --- /dev/null +++ b/sql/old/3.3.5a/2011_06_17_14_world_sai.sql @@ -0,0 +1,569 @@ +-- Gossip Menu insert from sniff +DELETE FROM `gossip_menu` WHERE `entry`=9414 AND `text_id`=12657; +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (9414,12657); +DELETE FROM `gossip_menu` WHERE `entry`=9428 AND `text_id`=12678; +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (9428,12678); +DELETE FROM `gossip_menu` WHERE `entry`=9460 AND `text_id`=12720; +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (9460,12720); +DELETE FROM `gossip_menu` WHERE `entry`=9477 AND `text_id`=12735; +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (9477,12735); +DELETE FROM `gossip_menu` WHERE `entry`=9483 AND `text_id`=12751; +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (9483,12751); +DELETE FROM `gossip_menu` WHERE `entry`=9519 AND `text_id`=12824; +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (9519,12824); +DELETE FROM `gossip_menu` WHERE `entry`=9540 AND `text_id`=12853; +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (9540,12853); +DELETE FROM `gossip_menu` WHERE `entry`=9571 AND `text_id`=12906; +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (9571,12906); +DELETE FROM `gossip_menu` WHERE `entry`=9614 AND `text_id`=11607; +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (9614,11607); +DELETE FROM `gossip_menu` WHERE `entry`=9632 AND `text_id`=13033; +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (9632,13033); +DELETE FROM `gossip_menu` WHERE `entry`=9785 AND `text_id`=7778; +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (9785,7778); +DELETE FROM `gossip_menu` WHERE `entry`=10175 AND `text_id`=14122; +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (10175,14122); +DELETE FROM `gossip_menu` WHERE `entry`=10176 AND `text_id`=14121; +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (10176,14121); +DELETE FROM `gossip_menu` WHERE `entry`=10177 AND `text_id`=14120; +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (10177,14120); +DELETE FROM `gossip_menu` WHERE `entry`=10178 AND `text_id`=14119; +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (10178,14119); +DELETE FROM `gossip_menu` WHERE `entry`=10258 AND `text_id`=14245; +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (10258,14245); + +-- Creature Gossip_menu_id Update from sniff +UPDATE `creature_template` SET `gossip_menu_id`=9821 WHERE `entry`=26721; +UPDATE `creature_template` SET `gossip_menu_id`=9614 WHERE `entry`=26709; +UPDATE `creature_template` SET `gossip_menu_id`=9617 WHERE `entry`=26379; +UPDATE `creature_template` SET `gossip_menu_id`=9460 WHERE `entry`=26985; +UPDATE `creature_template` SET `gossip_menu_id`=9428 WHERE `entry`=26415; +UPDATE `creature_template` SET `gossip_menu_id`=9540 WHERE `entry`=27243; +UPDATE `creature_template` SET `gossip_menu_id`=348 WHERE `entry`=27027; +UPDATE `creature_template` SET `gossip_menu_id`=9632 WHERE `entry`=27037; +UPDATE `creature_template` SET `gossip_menu_id`=9571 WHERE `entry`=26860; +UPDATE `creature_template` SET `gossip_menu_id`=9477 WHERE `entry`=27125; +UPDATE `creature_template` SET `gossip_menu_id`=9519 WHERE `entry`=27388; +UPDATE `creature_template` SET `gossip_menu_id`=10258 WHERE `entry`=26666; +UPDATE `creature_template` SET `gossip_menu_id`=344 WHERE `entry`=26680; +UPDATE `creature_template` SET `gossip_menu_id`=9785 WHERE `entry`=26853; +UPDATE `creature_template` SET `gossip_menu_id`=348 WHERE `entry`=24149; +UPDATE `creature_template` SET `gossip_menu_id`=9483 WHERE `entry`=27172; +UPDATE `creature_template` SET `gossip_menu_id`=10178 WHERE `entry`=30381; +UPDATE `creature_template` SET `gossip_menu_id`=344 WHERE `entry`=29971; + +-- Creature Gossip_menu_option Update from sniff +DELETE FROM `gossip_menu_option` WHERE `menu_id` IN (9614,348,344) AND `id` IN (0,1); +DELETE FROM `gossip_menu_option` WHERE `menu_id` IN (9513,9632,9785,10178,10177,10176) AND `id` IN (0); +DELETE FROM `gossip_menu_option` WHERE `menu_id` IN (9460,9477) AND `id` IN (2); +DELETE FROM `gossip_menu_option` WHERE `menu_id` IN (9477) AND `id` IN (4); +DELETE FROM `gossip_menu_option` WHERE `menu_id` IN (348,344) AND `id` IN (2,3); +DELETE FROM `gossip_menu_option` WHERE `menu_id` IN (342) AND `id` IN (1); +INSERT INTO `gossip_menu_option` (`menu_id`,`id`,`option_icon`,`option_text`,`option_id`,`npc_option_npcflag`,`action_menu_id`,`action_poi_id`,`action_script_id`,`box_coded`,`box_money`,`box_text`) VALUES +(9614,0,5, 'Make this inn your home.',8,65536,0,0,0,0,0, ''), +(9614,1,1, 'Let me browse your goods.',3,128,0,0,0,0,0, ''), +(9513,0,0, 'I am ready to be teleported to Dalaran.',1,1,0,0,0,0,0, ''), +(9460,2,5, 'Make this inn your home.',8,65536,0,0,0,0,0, ''), +(348,0,5, 'Make this inn your home.',8,65536,0,0,0,0,0, ''), +(348,1,1, 'Let me browse your goods.',3,128,0,0,0,0,0, ''), +(9632,0,1, 'Let me browse your goods.',3,128,0,0,0,0,0, ''), +(9477,2,5, 'Make this inn your home.',8,65536,0,0,0,0,0, ''), +(9477,4,1, 'Let me browse your goods.',3,128,0,0,0,0,0, ''), +(344,0,5, 'Make this inn your home.',8,65536,0,0,0,0,0, ''), +(344,1,1, 'Let me browse your goods.',3,128,0,0,0,0,0, ''), +(9785,0,2, 'Show me where I can fly.',4,8192,0,0,0,0,0, ''), +(10178,0,0, 'Tell me of yourself, Xarantaur. Why are you called the Witness?',1,1,10177,0,0,0,0, ''), +(10177,0,0, 'Please, go on.',1,1,10176,0,0,0,0, ''), +(10176,0,0, 'They?',1,1,10175,0,0,0,0, ''); + +-- Gossip Menu insert from sniff +DELETE FROM `gossip_menu` WHERE `entry`=10689 AND `text_id`=14824; +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (10689,14824); +DELETE FROM `gossip_menu` WHERE `entry`=7856 AND `text_id`=9618; +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (7856,9618); +DELETE FROM `gossip_menu` WHERE `entry`=7857 AND `text_id`=9620; +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (7857,9620); +DELETE FROM `gossip_menu` WHERE `entry`=9114 AND `text_id`=10249; +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (9114,10249); + +-- Creature Gossip_menu_id Update from sniff +UPDATE `creature_template` SET `gossip_menu_id`=10689 WHERE `entry`=34771; +UPDATE `creature_template` SET `gossip_menu_id`=8903 WHERE `entry`=33971; +UPDATE `creature_template` SET `gossip_menu_id`=7856 WHERE `entry`=18245; +UPDATE `creature_template` SET `gossip_menu_id`=7857 WHERE `entry`=18913; +UPDATE `creature_template` SET `gossip_menu_id`=9114 WHERE `entry`=21088; + +-- Creature Gossip_menu_option Update from sniff +DELETE FROM `gossip_menu_option` WHERE `menu_id` IN (8903,9114) AND `id` IN (0); +DELETE FROM `gossip_menu_option` WHERE `menu_id` IN (7856,7857) AND `id` IN (1); +DELETE FROM `gossip_menu_option` WHERE `menu_id` IN (7856) AND `id` IN (2); +DELETE FROM `gossip_menu_option` WHERE `menu_id` IN (7857) AND `id` IN (6); +INSERT INTO `gossip_menu_option` (`menu_id`,`id`,`option_icon`,`option_text`,`option_id`,`npc_option_npcflag`,`action_menu_id`,`action_poi_id`,`action_script_id`,`box_coded`,`box_money`,`box_text`) VALUES +(8903,0,5, 'Make this inn your home.',8,65536,0,0,0,0,0, ''), +(7856,1,5, 'Make this inn your home.',8,65536,0,0,0,0,0, ''), +(7856,2,1, 'Let me browse your goods.',3,128,0,0,0,0,0, ''), +(7857,1,5, 'Make this inn your home.',8,65536,0,0,0,0,0, ''), +(7857,6,1, 'What do you have for sale?',3,128,0,0,0,0,0, ''), +(9114,0,5, 'Make this inn your home.',8,65536,0,0,0,0,0, ''); + +-- Misc Innkeepers SAI +SET @GOSSIP := 342; +SET @MENUID := 0; +UPDATE `creature_template` SET `AIName`= 'SmartAI',`ScriptName`= '' WHERE `entry` IN (6272,6727,6740,6790,8931,24057,27066); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (6272,6727,6740,6790,8931,24057,27066); +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 +(6272,0,0,1,62,0,100,0,@GOSSIP,@MENUID,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Janene - On gossip option 0 select - Close gossip'), +(6272,0,1,0,61,0,100,0,0,0,0,0,85,24751,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Janene - On gossip option 0 select - Player cast Trick or Treat on self'), +(6727,0,0,1,62,0,100,0,@GOSSIP,@MENUID,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Brianna - On gossip option 0 select - Close gossip'), +(6727,0,1,0,61,0,100,0,0,0,0,0,85,24751,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Brianna - On gossip option 0 select - Player cast Trick or Treat on self'), +(6740,0,0,1,62,0,100,0,@GOSSIP,@MENUID,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Allison - On gossip option 0 select - Close gossip'), +(6740,0,1,0,61,0,100,0,0,0,0,0,85,24751,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Innkeeper Allison - On gossip option 0 select - Player cast Trick or Treat on self'), +(6790,0,0,1,62,0,100,0,@GOSSIP,@MENUID,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Trelayne - On gossip option 0 select - Close gossip'), +(6790,0,1,0,61,0,100,0,0,0,0,0,85,24751,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Trelayne - On gossip option 0 select - Player cast Trick or Treat on self'), +(8931,0,0,1,62,0,100,0,@GOSSIP,@MENUID,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Heather - On gossip option 0 select - Close gossip'), +(8931,0,1,0,61,0,100,0,0,0,0,0,85,24751,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Heather - On gossip option 0 select - Player cast Trick or Treat on self'), +(24057,0,0,1,62,0,100,0,@GOSSIP,@MENUID,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Christina Daniels - On gossip option 0 select - Close gossip'), +(24057,0,1,0,61,0,100,0,0,0,0,0,85,24751,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Christina Daniels - On gossip option 0 select - Player cast Trick or Treat on self'), +(27066,0,0,1,62,0,100,0,@GOSSIP,@MENUID,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Jennifer Bell - On gossip option 0 select - Close gossip'), +(27066,0,1,0,61,0,100,0,0,0,0,0,85,24751,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Jennifer Bell - On gossip option 0 select - Player cast Trick or Treat on self'); +-- Add Gossip option +DELETE FROM `gossip_menu_option` WHERE `menu_id`=@GOSSIP AND `id`=@MENUID; +INSERT INTO `gossip_menu_option` (`menu_id`,`id`,`option_icon`,`option_text`,`option_id`,`npc_option_npcflag`,`action_menu_id`,`action_poi_id`,`action_script_id`,`box_coded`,`box_money`,`box_text`) VALUES +(@GOSSIP,@MENUID,0, 'Trick or Treat!',1,1,0,0,0,0,0, ''); +-- Add Gossip condition +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=@GOSSIP AND `SourceEntry`=@MENUID; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(15,@GOSSIP,@MENUID,0,11,24755,0,0,0,'',NULL),(15,@GOSSIP,@MENUID,0,12,12,0,0,0,'',NULL); +-- Cleanup gossip +UPDATE `gossip_menu_option` SET `action_script_id`=0 WHERE `menu_id`=@GOSSIP; +DELETE FROM `gossip_scripts` WHERE `id`=3420; +-- Cleanup gossip +UPDATE `gossip_menu_option` SET `action_script_id`=0 WHERE `menu_id`=10211; +DELETE FROM `gossip_scripts` WHERE `id`=1021101; + +-- Misc Innkeepers SAI +SET @GOSSIP := 344; +SET @MENUID := 2; +UPDATE `creature_template` SET `AIName`= 'SmartAI',`ScriptName`= '' WHERE `entry` IN (3934,7714,11116,26680,29971); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (3934,7714,11116,26680,29971); +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 +(3934,0,0,1,62,0,100,0,@GOSSIP,@MENUID,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Boorand Plainswind - On gossip option 2 select - Close gossip'), +(3934,0,1,0,61,0,100,0,0,0,0,0,85,24751,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Boorand Plainswind - On gossip option 2 select - Player cast Trick or Treat on self'), +(7714,0,0,1,62,0,100,0,@GOSSIP,@MENUID,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Byula - On gossip option 2 select - Close gossip'), +(7714,0,1,0,61,0,100,0,0,0,0,0,85,24751,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Byula - On gossip option 2 select - Player cast Trick or Treat on self'), +(11116,0,0,1,62,0,100,0,@GOSSIP,@MENUID,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Abeqwa - On gossip option 2 select - Close gossip'), +(11116,0,1,0,61,0,100,0,0,0,0,0,85,24751,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Abeqwa - On gossip option 2 select - Player cast Trick or Treat on self'), +(26680,0,0,1,62,0,100,0,@GOSSIP,@MENUID,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Aiyan Coldwind - On gossip option 2 select - Close gossip'), +(26680,0,1,0,61,0,100,0,0,0,0,0,85,24751,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Aiyan Coldwind - On gossip option 2 select - Player cast Trick or Treat on self'), +(29971,0,0,1,62,0,100,0,@GOSSIP,@MENUID,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Wabada Whiteflower - On gossip option 2 select - Close gossip'), +(29971,0,1,0,61,0,100,0,0,0,0,0,85,24751,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Wabada Whiteflower - On gossip option 2 select - Player cast Trick or Treat on self'); +-- Add Gossip option +DELETE FROM `gossip_menu_option` WHERE `menu_id`=@GOSSIP AND `id`=@MENUID; +INSERT INTO `gossip_menu_option` (`menu_id`,`id`,`option_icon`,`option_text`,`option_id`,`npc_option_npcflag`,`action_menu_id`,`action_poi_id`,`action_script_id`,`box_coded`,`box_money`,`box_text`) VALUES +(@GOSSIP,@MENUID,0, 'Trick or Treat!',1,1,0,0,0,0,0, ''); +-- Add Gossip condition +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=@GOSSIP AND `SourceEntry`=@MENUID; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(15,@GOSSIP,@MENUID,0,11,24755,0,0,0,'',NULL),(15,@GOSSIP,@MENUID,0,12,12,0,0,0,'',NULL); + +-- Misc Innkeepers SAI +SET @GOSSIP := 345; +SET @MENUID := 0; +UPDATE `creature_template` SET `AIName`= 'SmartAI',`ScriptName`= '' WHERE `entry` IN (1464,5111,6734,7744,29926); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (1464,5111,6734,7744,29926); +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 +(1464,0,0,1,62,0,100,0,@GOSSIP,@MENUID,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Helbrek - On gossip option 0 select - Close gossip'), +(1464,0,1,0,61,0,100,0,0,0,0,0,85,24751,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Helbrek - On gossip option 0 select - Player cast Trick or Treat on self'), +(5111,0,0,1,62,0,100,0,@GOSSIP,@MENUID,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Firebrew - On gossip option 0 select - Close gossip'), +(5111,0,1,0,61,0,100,0,0,0,0,0,85,24751,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Firebrew - On gossip option 0 select - Player cast Trick or Treat on self'), +(6734,0,0,1,62,0,100,0,@GOSSIP,@MENUID,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Hearthstove - On gossip option 0 select - Close gossip'), +(6734,0,1,0,61,0,100,0,0,0,0,0,85,24751,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Hearthstove - On gossip option 0 select - Player cast Trick or Treat on self'), +(7744,0,0,1,62,0,100,0,@GOSSIP,@MENUID,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Thulfram - On gossip option 0 select - Close gossip'), +(7744,0,1,0,61,0,100,0,0,0,0,0,85,24751,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Thulfram - On gossip option 0 select - Player cast Trick or Treat on self'), +(29926,0,0,1,62,0,100,0,@GOSSIP,@MENUID,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Gunda Boldhammer - On gossip option 0 select - Close gossip'), +(29926,0,1,0,61,0,100,0,0,0,0,0,85,24751,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Gunda Boldhammer - On gossip option 0 select - Player cast Trick or Treat on self'); +-- Add Gossip option +DELETE FROM `gossip_menu_option` WHERE `menu_id`=@GOSSIP AND `id`=@MENUID; +INSERT INTO `gossip_menu_option` (`menu_id`,`id`,`option_icon`,`option_text`,`option_id`,`npc_option_npcflag`,`action_menu_id`,`action_poi_id`,`action_script_id`,`box_coded`,`box_money`,`box_text`) VALUES +(@GOSSIP,@MENUID,0, 'Trick or Treat!',1,1,0,0,0,0,0, ''); +-- Add Gossip condition +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=@GOSSIP AND `SourceEntry`=@MENUID; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(15,@GOSSIP,@MENUID,0,11,24755,0,0,0,'',NULL),(15,@GOSSIP,@MENUID,0,12,12,0,0,0,'',NULL); + +-- Misc Innkeepers SAI +SET @GOSSIP := 1290; +SET @MENUID := 0; +UPDATE `creature_template` SET `AIName`= 'SmartAI',`ScriptName`= '' WHERE `entry` IN (5814,6928,6930,7731,9356,12196,18957,19319,19470); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (5814,6928,6930,7731,9356,12196,18957,19319,19470); +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 +(5814,0,0,1,62,0,100,0,@GOSSIP,@MENUID,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Thulbek - On gossip option 0 select - Close gossip'), +(5814,0,1,0,61,0,100,0,0,0,0,0,85,24751,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Thulbek - On gossip option 0 select - Player cast Trick or Treat on self'), +(6928,0,0,1,62,0,100,0,@GOSSIP,@MENUID,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Grosk - On gossip option 0 select - Close gossip'), +(6928,0,1,0,61,0,100,0,0,0,0,0,85,24751,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Grosk - On gossip option 0 select - Player cast Trick or Treat on self'), +(6930,0,0,1,62,0,100,0,@GOSSIP,@MENUID,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Karakul - On gossip option 0 select - Close gossip'), +(6930,0,1,0,61,0,100,0,0,0,0,0,85,24751,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Karakul - On gossip option 0 select - Player cast Trick or Treat on self'), +(7731,0,0,1,62,0,100,0,@GOSSIP,@MENUID,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Jayka - On gossip option 0 select - Close gossip'), +(7731,0,1,0,61,0,100,0,0,0,0,0,85,24751,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Jayka - On gossip option 0 select - Player cast Trick or Treat on self'), +(9356,0,0,1,62,0,100,0,@GOSSIP,@MENUID,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Shul''kar - On gossip option 0 select - Close gossip'), +(9356,0,1,0,61,0,100,0,0,0,0,0,85,24751,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Shul''kar - On gossip option 0 select - Player cast Trick or Treat on self'), +(12196,0,0,1,62,0,100,0,@GOSSIP,@MENUID,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Kaylisk - On gossip option 0 select - Close gossip'), +(12196,0,1,0,61,0,100,0,0,0,0,0,85,24751,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Kaylisk - On gossip option 0 select - Player cast Trick or Treat on self'), +(18957,0,0,1,62,0,100,0,@GOSSIP,@MENUID,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Grilka - On gossip option 0 select - Close gossip'), +(18957,0,1,0,61,0,100,0,0,0,0,0,85,24751,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Grilka - On gossip option 0 select - Player cast Trick or Treat on self'), +(19319,0,0,1,62,0,100,0,@GOSSIP,@MENUID,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Darg Bloodclaw - On gossip option 0 select - Close gossip'), +(19319,0,1,0,61,0,100,0,0,0,0,0,85,24751,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Darg Bloodclaw - On gossip option 0 select - Player cast Trick or Treat on self'), +(19470,0,0,1,62,0,100,0,@GOSSIP,@MENUID,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Gholah - On gossip option 0 select - Close gossip'), +(19470,0,1,0,61,0,100,0,0,0,0,0,85,24751,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Gholah - On gossip option 0 select - Player cast Trick or Treat on self'); +-- Add Gossip option +DELETE FROM `gossip_menu_option` WHERE `menu_id`=@GOSSIP AND `id`=@MENUID; +INSERT INTO `gossip_menu_option` (`menu_id`,`id`,`option_icon`,`option_text`,`option_id`,`npc_option_npcflag`,`action_menu_id`,`action_poi_id`,`action_script_id`,`box_coded`,`box_money`,`box_text`) VALUES +(@GOSSIP,@MENUID,0, 'Trick or Treat!',1,1,0,0,0,0,0, ''); +-- Add Gossip condition +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=@GOSSIP AND `SourceEntry`=@MENUID; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(15,@GOSSIP,@MENUID,0,11,24755,0,0,0,'',NULL),(15,@GOSSIP,@MENUID,0,12,12,0,0,0,'',NULL); + +-- Innkeeper Shaussiy does not require script +UPDATE `creature_template` SET `ScriptName`= '' WHERE `entry` IN (6737); + +-- Misc Innkeepers SAI +SET @GOSSIP := 348; +SET @MENUID := 2; +UPDATE `creature_template` SET `AIName`= 'SmartAI',`ScriptName`= '' WHERE `entry` IN (6741,24342,27027,24149); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (6741,24342,27027,24149); +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 +(6741,0,0,1,62,0,100,0,@GOSSIP,@MENUID,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Norman - On gossip option 2 select - Close gossip'), +(6741,0,1,0,61,0,100,0,0,0,0,0,85,24751,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Norman - On gossip option 2 select - Player cast Trick or Treat on self'), +(24342,0,0,1,62,0,100,0,@GOSSIP,@MENUID,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Timothy Holland - On gossip option 2 select - Close gossip'), +(24342,0,1,0,61,0,100,0,0,0,0,0,85,24751,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Timothy Holland - On gossip option 2 select - Player cast Trick or Treat on self'), +(27027,0,0,1,62,0,100,0,@GOSSIP,@MENUID,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Mrs. Winterby - On gossip option 2 select - Close gossip'), +(27027,0,1,0,61,0,100,0,0,0,0,0,85,24751,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Mrs. Winterby - On gossip option 2 select - Player cast Trick or Treat on self'), +(24149,0,0,1,62,0,100,0,@GOSSIP,@MENUID,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Basil Osgood - On gossip option 2 select - Close gossip'), +(24149,0,1,0,61,0,100,0,0,0,0,0,85,24751,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Basil Osgood - On gossip option 2 select - Player cast Trick or Treat on self'); +-- Add Gossip option +DELETE FROM `gossip_menu_option` WHERE `menu_id`=@GOSSIP AND `id`=@MENUID; +INSERT INTO `gossip_menu_option` (`menu_id`,`id`,`option_icon`,`option_text`,`option_id`,`npc_option_npcflag`,`action_menu_id`,`action_poi_id`,`action_script_id`,`box_coded`,`box_money`,`box_text`) VALUES +(@GOSSIP,@MENUID,0, 'Trick or Treat!',1,1,0,0,0,0,0, ''); +-- Add Gossip condition +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=@GOSSIP AND `SourceEntry`=@MENUID; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(15,@GOSSIP,@MENUID,0,11,24755,0,0,0,'',NULL),(15,@GOSSIP,@MENUID,0,12,12,0,0,0,'',NULL); + +-- Misc Innkeepers SAI +SET @GOSSIP := 349; +SET @MENUID := 0; +UPDATE `creature_template` SET `AIName`= 'SmartAI',`ScriptName`= '' WHERE `entry` IN (6791,6807,11118,29904); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (6791,6807,11118,29904); +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 +(6791,0,0,1,62,0,100,0,@GOSSIP,@MENUID,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Wiley - On gossip option 0 select - Close gossip'), +(6791,0,1,0,61,0,100,0,0,0,0,0,85,24751,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Wiley - On gossip option 0 select - Player cast Trick or Treat on self'), +(6807,0,0,1,62,0,100,0,@GOSSIP,@MENUID,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Skindle - On gossip option 0 select - Close gossip'), +(6807,0,1,0,61,0,100,0,0,0,0,0,85,24751,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Skindle - On gossip option 0 select - Player cast Trick or Treat on self'), +(11118,0,0,1,62,0,100,0,@GOSSIP,@MENUID,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Vizzie - On gossip option 0 select - Close gossip'), +(11118,0,1,0,61,0,100,0,0,0,0,0,85,24751,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Vizzie - On gossip option 0 select - Player cast Trick or Treat on self'), +(29904,0,0,1,62,0,100,0,@GOSSIP,@MENUID,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Smilin'' Slirk Brassknob - On gossip option 0 select - Close gossip'), +(29904,0,1,0,61,0,100,0,0,0,0,0,85,24751,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Smilin'' Slirk Brassknob - On gossip option 0 select - Player cast Trick or Treat on self'); +-- Add Gossip option +DELETE FROM `gossip_menu_option` WHERE `menu_id`=@GOSSIP AND `id`=@MENUID; +INSERT INTO `gossip_menu_option` (`menu_id`,`id`,`option_icon`,`option_text`,`option_id`,`npc_option_npcflag`,`action_menu_id`,`action_poi_id`,`action_script_id`,`box_coded`,`box_money`,`box_text`) VALUES +(@GOSSIP,@MENUID,0, 'Trick or Treat!',1,1,0,0,0,0,0, ''); +-- Add Gossip condition +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=@GOSSIP AND `SourceEntry`=@MENUID; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(15,@GOSSIP,@MENUID,0,11,24755,0,0,0,'',NULL),(15,@GOSSIP,@MENUID,0,12,12,0,0,0,'',NULL); + +-- Misc Innkeepers SAI +SET @GOSSIP := 1291; +SET @MENUID := 0; +UPDATE `creature_template` SET `AIName`= 'SmartAI',`ScriptName`= '' WHERE `entry` IN (295,2352); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (295,2352); +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 +(295,0,0,1,62,0,100,0,@GOSSIP,@MENUID,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Farley - On gossip option 0 select - Close gossip'), +(295,0,1,0,61,0,100,0,0,0,0,0,85,24751,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Farley - On gossip option 0 select - Player cast Trick or Treat on self'), +(2352,0,0,1,62,0,100,0,@GOSSIP,@MENUID,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Anderson - On gossip option 0 select - Close gossip'), +(2352,0,1,0,61,0,100,0,0,0,0,0,85,24751,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Anderson - On gossip option 0 select - Player cast Trick or Treat on self'); +-- Add Gossip option +DELETE FROM `gossip_menu_option` WHERE `menu_id`=@GOSSIP AND `id`=@MENUID; +INSERT INTO `gossip_menu_option` (`menu_id`,`id`,`option_icon`,`option_text`,`option_id`,`npc_option_npcflag`,`action_menu_id`,`action_poi_id`,`action_script_id`,`box_coded`,`box_money`,`box_text`) VALUES +(@GOSSIP,@MENUID,0, 'Trick or Treat!',1,1,0,0,0,0,0, ''); +-- Add Gossip condition +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=@GOSSIP AND `SourceEntry`=@MENUID; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(15,@GOSSIP,@MENUID,0,11,24755,0,0,0,'',NULL),(15,@GOSSIP,@MENUID,0,12,12,0,0,0,'',NULL); + +-- Misc Innkeepers SAI +SET @GOSSIP := 1293; +SET @MENUID := 0; +UPDATE `creature_template` SET `AIName`= 'SmartAI',`ScriptName`= '' WHERE `entry` IN (6736,19495); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (6736,19495); +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 +(6736,0,0,1,62,0,100,0,@GOSSIP,@MENUID,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Keldamyr - On gossip option 0 select - Close gossip'), +(6736,0,1,0,61,0,100,0,0,0,0,0,85,24751,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Keldamyr - On gossip option 0 select - Player cast Trick or Treat on self'), +(19495,0,0,1,62,0,100,0,@GOSSIP,@MENUID,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Shaunessy - On gossip option 0 select - Close gossip'), +(19495,0,1,0,61,0,100,0,0,0,0,0,85,24751,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Shaunessy - On gossip option 0 select - Player cast Trick or Treat on self'); +-- Add Gossip option +DELETE FROM `gossip_menu_option` WHERE `menu_id`=@GOSSIP AND `id`=@MENUID; +INSERT INTO `gossip_menu_option` (`menu_id`,`id`,`option_icon`,`option_text`,`option_id`,`npc_option_npcflag`,`action_menu_id`,`action_poi_id`,`action_script_id`,`box_coded`,`box_money`,`box_text`) VALUES +(@GOSSIP,@MENUID,0, 'Trick or Treat!',1,1,0,0,0,0,0, ''); +-- Add Gossip condition +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=@GOSSIP AND `SourceEntry`=@MENUID; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(15,@GOSSIP,@MENUID,0,11,24755,0,0,0,'',NULL),(15,@GOSSIP,@MENUID,0,12,12,0,0,0,'',NULL); + +-- Misc Innkeepers SAI +SET @GOSSIP := 1294; +SET @MENUID := 0; +UPDATE `creature_template` SET `AIName`= 'SmartAI',`ScriptName`= '' WHERE `entry` IN (6747); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (6747); +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 +(6747,0,0,1,62,0,100,0,@GOSSIP,@MENUID,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Kauth - On gossip option 0 select - Close gossip'), +(6747,0,1,0,61,0,100,0,0,0,0,0,85,24751,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Kauth - On gossip option 0 select - Player cast Trick or Treat on self'); +-- Add Gossip option +DELETE FROM `gossip_menu_option` WHERE `menu_id`=@GOSSIP AND `id`=@MENUID; +INSERT INTO `gossip_menu_option` (`menu_id`,`id`,`option_icon`,`option_text`,`option_id`,`npc_option_npcflag`,`action_menu_id`,`action_poi_id`,`action_script_id`,`box_coded`,`box_money`,`box_text`) VALUES +(@GOSSIP,@MENUID,0, 'Trick or Treat!',1,1,0,0,0,0,0, ''); +-- Add Gossip condition +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=@GOSSIP AND `SourceEntry`=@MENUID; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(15,@GOSSIP,@MENUID,0,11,24755,0,0,0,'',NULL),(15,@GOSSIP,@MENUID,0,12,12,0,0,0,'',NULL); + +-- Misc Innkeepers SAI +SET @GOSSIP := 1296; +SET @MENUID := 0; +UPDATE `creature_template` SET `AIName`= 'SmartAI',`ScriptName`= '' WHERE `entry` IN (2388,5688,6739,25278); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (2388,5688,6739,25278); +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 +(2388,0,0,1,62,0,100,0,@GOSSIP,@MENUID,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Shay - On gossip option 0 select - Close gossip'), +(2388,0,1,0,61,0,100,0,0,0,0,0,85,24751,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Shay - On gossip option 0 select - Player cast Trick or Treat on self'), +(5688,0,0,1,62,0,100,0,@GOSSIP,@MENUID,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Renee - On gossip option 0 select - Close gossip'), +(5688,0,1,0,61,0,100,0,0,0,0,0,85,24751,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Renee - On gossip option 0 select - Player cast Trick or Treat on self'), +(6739,0,0,1,62,0,100,0,@GOSSIP,@MENUID,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Bates - On gossip option 0 select - Close gossip'), +(6739,0,1,0,61,0,100,0,0,0,0,0,85,24751,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Bates - On gossip option 0 select - Player cast Trick or Treat on self'), +(25278,0,0,1,62,0,100,0,@GOSSIP,@MENUID,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Williamson - On gossip option 0 select - Close gossip'), +(25278,0,1,0,61,0,100,0,0,0,0,0,85,24751,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Williamson - On gossip option 0 select - Player cast Trick or Treat on self'); +-- Add Gossip option +DELETE FROM `gossip_menu_option` WHERE `menu_id`=@GOSSIP AND `id`=@MENUID; +INSERT INTO `gossip_menu_option` (`menu_id`,`id`,`option_icon`,`option_text`,`option_id`,`npc_option_npcflag`,`action_menu_id`,`action_poi_id`,`action_script_id`,`box_coded`,`box_money`,`box_text`) VALUES +(@GOSSIP,@MENUID,0, 'Trick or Treat!',1,1,0,0,0,0,0, ''); +-- Add Gossip condition +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=@GOSSIP AND `SourceEntry`=@MENUID; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(15,@GOSSIP,@MENUID,0,11,24755,0,0,0,'',NULL),(15,@GOSSIP,@MENUID,0,12,12,0,0,0,'',NULL); + +-- Misc Innkeepers SAI +SET @GOSSIP := 1297; +SET @MENUID := 0; +UPDATE `creature_template` SET `AIName`= 'SmartAI',`ScriptName`= '' WHERE `entry` IN (1247); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (1247); +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 +(1247,0,0,1,62,0,100,0,@GOSSIP,@MENUID,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Belm - On gossip option 0 select - Close gossip'), +(1247,0,1,0,61,0,100,0,0,0,0,0,85,24751,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Belm - On gossip option 0 select - Player cast Trick or Treat on self'); +-- Add Gossip option +DELETE FROM `gossip_menu_option` WHERE `menu_id`=@GOSSIP AND `id`=@MENUID; +INSERT INTO `gossip_menu_option` (`menu_id`,`id`,`option_icon`,`option_text`,`option_id`,`npc_option_npcflag`,`action_menu_id`,`action_poi_id`,`action_script_id`,`box_coded`,`box_money`,`box_text`) VALUES +(@GOSSIP,@MENUID,0, 'Trick or Treat!',1,1,0,0,0,0,0, ''); +-- Add Gossip condition +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=@GOSSIP AND `SourceEntry`=@MENUID; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(15,@GOSSIP,@MENUID,0,11,24755,0,0,0,'',NULL),(15,@GOSSIP,@MENUID,0,12,12,0,0,0,'',NULL); + +-- Misc Innkeepers SAI +SET @GOSSIP := 1581; +SET @MENUID := 0; +UPDATE `creature_template` SET `AIName`= 'SmartAI',`ScriptName`= '' WHERE `entry` IN (6735,7736,16458,6738,11103); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (6735,7736,16458,6738,11103); +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 +(6735,0,0,1,62,0,100,0,@GOSSIP,@MENUID,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Saelienne - On gossip option 0 select - Close gossip'), +(6735,0,1,0,61,0,100,0,0,0,0,0,85,24751,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Saelienne - On gossip option 0 select - Player cast Trick or Treat on self'), +(7736,0,0,1,62,0,100,0,@GOSSIP,@MENUID,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Shyria - On gossip option 0 select - Close gossip'), +(7736,0,1,0,61,0,100,0,0,0,0,0,85,24751,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Shyria - On gossip option 0 select - Player cast Trick or Treat on self'), +(16458,0,0,1,62,0,100,0,@GOSSIP,@MENUID,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Faralia - On gossip option 0 select - Close gossip'), +(16458,0,1,0,61,0,100,0,0,0,0,0,85,24751,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Faralia - On gossip option 0 select - Player cast Trick or Treat on self'), +(6738,0,0,1,62,0,100,0,@GOSSIP,@MENUID,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Kimlya - On gossip option 0 select - Close gossip'), +(6738,0,1,0,61,0,100,0,0,0,0,0,85,24751,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Kimlya - On gossip option 0 select - Player cast Trick or Treat on self'), +(11103,0,0,1,62,0,100,0,@GOSSIP,@MENUID,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Lyshaerya - On gossip option 0 select - Close gossip'), +(11103,0,1,0,61,0,100,0,0,0,0,0,85,24751,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Lyshaerya - On gossip option 0 select - Player cast Trick or Treat on self'); +-- Add Gossip option +DELETE FROM `gossip_menu_option` WHERE `menu_id`=@GOSSIP AND `id`=@MENUID; +INSERT INTO `gossip_menu_option` (`menu_id`,`id`,`option_icon`,`option_text`,`option_id`,`npc_option_npcflag`,`action_menu_id`,`action_poi_id`,`action_script_id`,`box_coded`,`box_money`,`box_text`) VALUES +(@GOSSIP,@MENUID,0, 'Trick or Treat!',1,1,0,0,0,0,0, ''); +-- Add Gossip condition +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=@GOSSIP AND `SourceEntry`=@MENUID; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(15,@GOSSIP,@MENUID,0,11,24755,0,0,0,'',NULL),(15,@GOSSIP,@MENUID,0,12,12,0,0,0,'',NULL); + +-- Misc Innkeepers SAI +SET @GOSSIP := 441; +SET @MENUID := 0; +UPDATE `creature_template` SET `AIName`= 'SmartAI',`ScriptName`= '' WHERE `entry` IN (6929); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (6929); +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 +(6929,0,0,1,62,0,100,0,@GOSSIP,@MENUID,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Gryshka - On gossip option 0 select - Close gossip'), +(6929,0,1,0,61,0,100,0,0,0,0,0,85,24751,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Gryshka - On gossip option 0 select - Player cast Trick or Treat on self'); +-- Add Gossip option +DELETE FROM `gossip_menu_option` WHERE `menu_id`=@GOSSIP AND `id`=@MENUID; +INSERT INTO `gossip_menu_option` (`menu_id`,`id`,`option_icon`,`option_text`,`option_id`,`npc_option_npcflag`,`action_menu_id`,`action_poi_id`,`action_script_id`,`box_coded`,`box_money`,`box_text`) VALUES +(@GOSSIP,@MENUID,0, 'Trick or Treat!',1,1,0,0,0,0,0, ''); +-- Add Gossip condition +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=@GOSSIP AND `SourceEntry`=@MENUID; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(15,@GOSSIP,@MENUID,0,11,24755,0,0,0,'',NULL),(15,@GOSSIP,@MENUID,0,12,12,0,0,0,'',NULL),(15,@GOSSIP,@MENUID,0,23,1637,0,0,0,'',NULL); + +-- Misc Innkeepers SAI +SET @GOSSIP := 6525; +SET @MENUID := 0; +UPDATE `creature_template` SET `AIName`= 'SmartAI',`ScriptName`= '' WHERE `entry` IN (15174); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (15174); +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 +(15174,0,0,1,62,0,100,0,@GOSSIP,@MENUID,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Calandrath - On gossip option 0 select - Close gossip'), +(15174,0,1,0,61,0,100,0,0,0,0,0,85,24751,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Calandrath - On gossip option 0 select - Player cast Trick or Treat on self'); +-- Add Gossip option +DELETE FROM `gossip_menu_option` WHERE `menu_id`=@GOSSIP AND `id`=@MENUID; +INSERT INTO `gossip_menu_option` (`menu_id`,`id`,`option_icon`,`option_text`,`option_id`,`npc_option_npcflag`,`action_menu_id`,`action_poi_id`,`action_script_id`,`box_coded`,`box_money`,`box_text`) VALUES +(@GOSSIP,@MENUID,0, 'Trick or Treat!',1,1,0,0,0,0,0, ''); +-- Add Gossip condition +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=@GOSSIP AND `SourceEntry`=@MENUID; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(15,@GOSSIP,@MENUID,0,11,24755,0,0,0,'',NULL),(15,@GOSSIP,@MENUID,0,12,12,0,0,0,'',NULL); + +-- Misc Innkeepers SAI +SET @GOSSIP := 6620; +SET @MENUID := 0; +UPDATE `creature_template` SET `AIName`= 'SmartAI',`ScriptName`= '' WHERE `entry` IN (15433); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (15433); +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 +(15433,0,0,1,62,0,100,0,@GOSSIP,@MENUID,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Delaniel - On gossip option 0 select - Close gossip'), +(15433,0,1,0,61,0,100,0,0,0,0,0,85,24751,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Delaniel - On gossip option 0 select - Player cast Trick or Treat on self'); +-- Add Gossip option +DELETE FROM `gossip_menu_option` WHERE `menu_id`=@GOSSIP AND `id`=@MENUID; +INSERT INTO `gossip_menu_option` (`menu_id`,`id`,`option_icon`,`option_text`,`option_id`,`npc_option_npcflag`,`action_menu_id`,`action_poi_id`,`action_script_id`,`box_coded`,`box_money`,`box_text`) VALUES +(@GOSSIP,@MENUID,0, 'Trick or Treat!',1,1,0,0,0,0,0, ''); +-- Add Gossip condition +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=@GOSSIP AND `SourceEntry`=@MENUID; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(15,@GOSSIP,@MENUID,0,11,24755,0,0,0,'',NULL),(15,@GOSSIP,@MENUID,0,12,12,0,0,0,'',NULL); + +-- Misc Innkeepers SAI +SET @GOSSIP := 7173; +SET @MENUID := 0; +UPDATE `creature_template` SET `AIName`= 'SmartAI',`ScriptName`= '' WHERE `entry` IN (16256); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (16256); +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 +(16256,0,0,1,62,0,100,0,@GOSSIP,@MENUID,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Jessica Chambers - On gossip option 0 select - Close gossip'), +(16256,0,1,0,61,0,100,0,0,0,0,0,85,24751,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Jessica Chambers - On gossip option 0 select - Player cast Trick or Treat on self'); +-- Add Gossip option +DELETE FROM `gossip_menu_option` WHERE `menu_id`=@GOSSIP AND `id`=@MENUID; +INSERT INTO `gossip_menu_option` (`menu_id`,`id`,`option_icon`,`option_text`,`option_id`,`npc_option_npcflag`,`action_menu_id`,`action_poi_id`,`action_script_id`,`box_coded`,`box_money`,`box_text`) VALUES +(@GOSSIP,@MENUID,0, 'Trick or Treat!',1,1,0,0,0,0,0, ''); +-- Add Gossip condition +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=@GOSSIP AND `SourceEntry`=@MENUID; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(15,@GOSSIP,@MENUID,0,11,24755,0,0,0,'',NULL),(15,@GOSSIP,@MENUID,0,12,12,0,0,0,'',NULL); + +-- Misc Innkeepers SAI +SET @GOSSIP := 7288; +SET @MENUID := 0; +UPDATE `creature_template` SET `AIName`= 'SmartAI',`ScriptName`= '' WHERE `entry` IN (17630,16618,16542); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (17630,16618,16542); +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 +(17630,0,0,1,62,0,100,0,@GOSSIP,@MENUID,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Jovia - On gossip option 0 select - Close gossip'), +(17630,0,1,0,61,0,100,0,0,0,0,0,85,24751,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Jovia - On gossip option 0 select - Player cast Trick or Treat on self'), +(16618,0,0,1,62,0,100,0,@GOSSIP,@MENUID,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Velandra - On gossip option 0 select - Close gossip'), +(16618,0,1,0,61,0,100,0,0,0,0,0,85,24751,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Velandra - On gossip option 0 select - Player cast Trick or Treat on self'), +(16542,0,0,1,62,0,100,0,@GOSSIP,@MENUID,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Kalarin - On gossip option 0 select - Close gossip'), +(16542,0,1,0,61,0,100,0,0,0,0,0,85,24751,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Kalarin - On gossip option 0 select - Player cast Trick or Treat on self'); +-- Add Gossip option +DELETE FROM `gossip_menu_option` WHERE `menu_id`=@GOSSIP AND `id`=@MENUID; +INSERT INTO `gossip_menu_option` (`menu_id`,`id`,`option_icon`,`option_text`,`option_id`,`npc_option_npcflag`,`action_menu_id`,`action_poi_id`,`action_script_id`,`box_coded`,`box_money`,`box_text`) VALUES +(@GOSSIP,@MENUID,0, 'Trick or Treat!',1,1,0,0,0,0,0, ''); +-- Add Gossip condition +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=@GOSSIP AND `SourceEntry`=@MENUID; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(15,@GOSSIP,@MENUID,0,11,24755,0,0,0,'',NULL),(15,@GOSSIP,@MENUID,0,12,12,0,0,0,'',NULL); + +-- Misc Innkeepers SAI +SET @GOSSIP := 7301; +SET @MENUID := 2; +UPDATE `creature_template` SET `AIName`= 'SmartAI',`ScriptName`= '' WHERE `entry` IN (16826); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (16826); +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 +(16826,0,0,1,62,0,100,0,@GOSSIP,@MENUID,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Sid Limbardi - On gossip option 0 select - Close gossip'), +(16826,0,1,0,61,0,100,0,0,0,0,0,85,24751,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Sid Limbardi - On gossip option 0 select - Player cast Trick or Treat on self'); +-- Add Gossip option +DELETE FROM `gossip_menu_option` WHERE `menu_id`=@GOSSIP AND `id`=@MENUID; +INSERT INTO `gossip_menu_option` (`menu_id`,`id`,`option_icon`,`option_text`,`option_id`,`npc_option_npcflag`,`action_menu_id`,`action_poi_id`,`action_script_id`,`box_coded`,`box_money`,`box_text`) VALUES +(@GOSSIP,@MENUID,0, 'Trick or Treat!',1,1,0,0,0,0,0, ''); +-- Add Gossip condition +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=@GOSSIP AND `SourceEntry`=@MENUID; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(15,@GOSSIP,@MENUID,0,11,24755,0,0,0,'',NULL),(15,@GOSSIP,@MENUID,0,12,12,0,0,0,'',NULL); + +-- Misc Innkeepers SAI +SET @GOSSIP := 7324; +SET @MENUID := 0; +UPDATE `creature_template` SET `AIName`= 'SmartAI',`ScriptName`= '' WHERE `entry` IN (15397); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (15397); +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 +(15397,0,0,1,62,0,100,0,@GOSSIP,@MENUID,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Marniel Amberlight - On gossip option 0 select - Close gossip'), +(15397,0,1,0,61,0,100,0,0,0,0,0,85,24751,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Marniel Amberlight - On gossip option 0 select - Player cast Trick or Treat on self'); +-- Add Gossip option +DELETE FROM `gossip_menu_option` WHERE `menu_id`=@GOSSIP AND `id`=@MENUID; +INSERT INTO `gossip_menu_option` (`menu_id`,`id`,`option_icon`,`option_text`,`option_id`,`npc_option_npcflag`,`action_menu_id`,`action_poi_id`,`action_script_id`,`box_coded`,`box_money`,`box_text`) VALUES +(@GOSSIP,@MENUID,0, 'Trick or Treat!',1,1,0,0,0,0,0, ''); +-- Add Gossip condition +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=@GOSSIP AND `SourceEntry`=@MENUID; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(15,@GOSSIP,@MENUID,0,11,24755,0,0,0,'',NULL),(15,@GOSSIP,@MENUID,0,12,12,0,0,0,'',NULL); + +-- Misc Innkeepers SAI +SET @GOSSIP := 7468; +SET @MENUID := 0; +UPDATE `creature_template` SET `AIName`= 'SmartAI',`ScriptName`= '' WHERE `entry` IN (16553); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (16553); +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 +(16553,0,0,1,62,0,100,0,@GOSSIP,@MENUID,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Caregiver Chellan - On gossip option 0 select - Close gossip'), +(16553,0,1,0,61,0,100,0,0,0,0,0,85,24751,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Caregiver Chellan - On gossip option 0 select - Player cast Trick or Treat on self'); +-- Add Gossip option +DELETE FROM `gossip_menu_option` WHERE `menu_id`=@GOSSIP AND `id`=@MENUID; +INSERT INTO `gossip_menu_option` (`menu_id`,`id`,`option_icon`,`option_text`,`option_id`,`npc_option_npcflag`,`action_menu_id`,`action_poi_id`,`action_script_id`,`box_coded`,`box_money`,`box_text`) VALUES +(@GOSSIP,@MENUID,0, 'Trick or Treat!',1,1,0,0,0,0,0, ''); +-- Add Gossip condition +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=@GOSSIP AND `SourceEntry`=@MENUID; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(15,@GOSSIP,@MENUID,0,11,24755,0,0,0,'',NULL),(15,@GOSSIP,@MENUID,0,12,12,0,0,0,'',NULL); + +-- Misc Innkeepers SAI +SET @GOSSIP := 7481; +SET @MENUID := 0; +UPDATE `creature_template` SET `AIName`= 'SmartAI',`ScriptName`= '' WHERE `entry` IN (18914,18908); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (18914,18908); +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 +(18914,0,0,1,62,0,100,0,@GOSSIP,@MENUID,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Caregiver Isel - On gossip option 0 select - Close gossip'), +(18914,0,1,0,61,0,100,0,0,0,0,0,85,24751,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Caregiver Isel - On gossip option 0 select - Player cast Trick or Treat on self'), +(18908,0,0,1,62,0,100,0,@GOSSIP,@MENUID,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Kerp - On gossip option 0 select - Close gossip'), +(18908,0,1,0,61,0,100,0,0,0,0,0,85,24751,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Kerp - On gossip option 0 select - Player cast Trick or Treat on self'); +-- Add Gossip option +DELETE FROM `gossip_menu_option` WHERE `menu_id`=@GOSSIP AND `id`=@MENUID; +INSERT INTO `gossip_menu_option` (`menu_id`,`id`,`option_icon`,`option_text`,`option_id`,`npc_option_npcflag`,`action_menu_id`,`action_poi_id`,`action_script_id`,`box_coded`,`box_money`,`box_text`) VALUES +(@GOSSIP,@MENUID,0, 'Trick or Treat!',1,1,0,0,0,0,0, ''); +-- Add Gossip condition +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=@GOSSIP AND `SourceEntry`=@MENUID; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(15,@GOSSIP,@MENUID,0,11,24755,0,0,0,'',NULL),(15,@GOSSIP,@MENUID,0,12,12,0,0,0,'',NULL); + +-- Misc Innkeepers SAI +SET @GOSSIP := 7855; +SET @MENUID := 2; +UPDATE `creature_template` SET `AIName`= 'SmartAI',`ScriptName`= '' WHERE `entry` IN (18907); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (18907); +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 +(18907,0,0,1,62,0,100,0,@GOSSIP,@MENUID,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Coryth Stoktron - On gossip option 0 select - Close gossip'), +(18907,0,1,0,61,0,100,0,0,0,0,0,85,24751,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Innkeeper Coryth Stoktron - On gossip option 0 select - Player cast Trick or Treat on self'); +DELETE FROM `gossip_menu_option` WHERE `menu_id`=@GOSSIP AND `id`=@MENUID; +INSERT INTO `gossip_menu_option` (`menu_id`,`id`,`option_icon`,`option_text`,`option_id`,`npc_option_npcflag`,`action_menu_id`,`action_poi_id`,`action_script_id`,`box_coded`,`box_money`,`box_text`) VALUES +(@GOSSIP,@MENUID,0, 'Trick or Treat!',1,1,0,0,0,0,0, ''); +-- Add Gossip condition +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=@GOSSIP AND `SourceEntry`=@MENUID; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(15,@GOSSIP,@MENUID,0,11,24755,0,0,0,'',NULL),(15,@GOSSIP,@MENUID,0,12,12,0,0,0,'',NULL); diff --git a/sql/old/3.3.5a/2011_06_17_15_world_sai.sql b/sql/old/3.3.5a/2011_06_17_15_world_sai.sql new file mode 100644 index 00000000000..46c276999d5 --- /dev/null +++ b/sql/old/3.3.5a/2011_06_17_15_world_sai.sql @@ -0,0 +1,15 @@ +-- Handler Marnlek SAI +SET @ENTRY := 40204; +SET @GOSSIP := 11345; +UPDATE `creature_template` SET `AIName`= 'SmartAI' WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `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,1,62,0,100,0,@GOSSIP,0,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Handler Marnlek - On gossip option 0 select - Close gossip'), +(@ENTRY,0,1,0,61,0,100,0,0,0,0,0,11,74978,3,0,0,0,0,7,0,0,0,0,0,0,0, 'Handler Marnlek - On gossip option 0 select - Cast Echo Isles: Unlearned Spy Frog Taxi on player'), +(@ENTRY,0,2,3,62,0,100,0,@GOSSIP,1,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Handler Marnlek - On gossip option 1 select - Close gossip'), +(@ENTRY,0,3,0,61,0,100,0,0,0,0,0,11,75421,3,0,0,0,0,7,0,0,0,0,0,0,0, 'Handler Marnlek - On gossip option 1 select - Cast Echo Isles: Unlearned Troll Recruit Taxi on player'), +(@ENTRY,0,4,5,62,0,100,0,@GOSSIP,2,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Handler Marnlek - On gossip option 2 select - Close gossip'), +(@ENTRY,0,5,0,61,0,100,0,0,0,0,0,11,75422,3,0,0,0,0,7,0,0,0,0,0,0,0, 'Handler Marnlek - On gossip option 2 select - Cast Echo Isles: Unlearned Troll Battle Taxi on player'); +-- Cleanup gossip +UPDATE `gossip_menu_option` SET `action_script_id`=0 WHERE `menu_id`=@GOSSIP; +DELETE FROM `gossip_scripts` WHERE `id` IN (1134500,1134501,1134502); diff --git a/sql/old/3.3.5a/2011_06_17_16_world_sai.sql b/sql/old/3.3.5a/2011_06_17_16_world_sai.sql new file mode 100644 index 00000000000..5a79325bd00 --- /dev/null +++ b/sql/old/3.3.5a/2011_06_17_16_world_sai.sql @@ -0,0 +1,182 @@ +-- Focus Wizard fix flags +UPDATE `creature_template` SET `unit_flags`=`unit_flags`&~536870912 WHERE `entry`=26816; +UPDATE `creature_template` SET `unit_flags`=`unit_flags`&~262144 WHERE `entry`=26816; +-- Focus Wizard SAI +UPDATE `creature_template` SET `AIName`= 'SmartAI' WHERE `entry`=26816; +DELETE FROM `smart_scripts` WHERE `source_type`=0 AND `entryorguid`=26816; +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 +(26816,0,0,0,1,0,100,1,1000,1000,1000,1000,11,46906,1,0,0,0,0,11,23837,15,0,0,0,0,0,'Focus Wizard - On reset - Cast Surge Needle Beam'), +(26816,0,1,0,4,0,100,0,0,0,0,0,11,51777,3,0,0,0,0,1,0,0,0,0,0,0,0,'Focus Wizard - On aggro - Aura Arcane Focus'), +(26816,0,2,0,0,0,100,0,0,0,3000,3000,11,51779,0,0,0,0,0,2,0,0,0,0,0,0,0,'Focus Wizard - Combat - Cast Frostfire Bolt on victim'); + +-- Rotting Storm Giant SAI +UPDATE `creature_template` SET `AIName`= 'SmartAI' WHERE `entry`=27270; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (-108034,-108035,-108036,-108037,-203372,-203373); +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 +(-108034,0,0,1,1,0,100,1,1000,1000,1000,1000,11,50389,1,0,0,0,0,1,0,0,0,0,0,0,0,'Rotting Storm Giant - On reset - Cast Flesh Construct Test'), +(-108034,0,1,0,61,0,100,1,0,0,0,0,11,50390,1,0,0,0,0,1,0,0,0,0,0,0,0,'Rotting Storm Giant - On reset - Cast Flesh Construct Test'), +(-108034,0,2,3,4,0,100,0,0,0,0,0,28,50389,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Rotting Storm Giant - On Aggro - Remove Flesh Construct Test'), +(-108034,0,3,0,61,0,100,0,0,0,0,0,28,50390,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Rotting Storm Giant - On Aggro - Remove Flesh Construct Test'), +(-108035,0,0,1,1,0,100,1,1000,1000,1000,1000,11,50389,1,0,0,0,0,1,0,0,0,0,0,0,0,'Rotting Storm Giant - On reset - Cast Flesh Construct Test'), +(-108035,0,1,0,61,0,100,1,0,0,0,0,11,50390,1,0,0,0,0,1,0,0,0,0,0,0,0,'Rotting Storm Giant - On reset - Cast Flesh Construct Test'), +(-108035,0,2,3,4,0,100,0,0,0,0,0,28,50389,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Rotting Storm Giant - On Aggro - Remove Flesh Construct Test'), +(-108035,0,3,0,61,0,100,0,0,0,0,0,28,50390,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Rotting Storm Giant - On Aggro - Remove Flesh Construct Test'), +(-108036,0,0,1,1,0,100,1,1000,1000,1000,1000,11,50389,1,0,0,0,0,1,0,0,0,0,0,0,0,'Rotting Storm Giant - On reset - Cast Flesh Construct Test'), +(-108036,0,1,0,61,0,100,1,0,0,0,0,11,50390,1,0,0,0,0,1,0,0,0,0,0,0,0,'Rotting Storm Giant - On reset - Cast Flesh Construct Test'), +(-108036,0,2,3,4,0,100,0,0,0,0,0,28,50389,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Rotting Storm Giant - On Aggro - Remove Flesh Construct Test'), +(-108036,0,3,0,61,0,100,0,0,0,0,0,28,50390,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Rotting Storm Giant - On Aggro - Remove Flesh Construct Test'), +(-108037,0,0,1,1,0,100,1,1000,1000,1000,1000,11,50389,1,0,0,0,0,1,0,0,0,0,0,0,0,'Rotting Storm Giant - On reset - Cast Flesh Construct Test'), +(-108037,0,1,0,61,0,100,1,0,0,0,0,11,50390,1,0,0,0,0,1,0,0,0,0,0,0,0,'Rotting Storm Giant - On reset - Cast Flesh Construct Test'), +(-108037,0,2,3,4,0,100,0,0,0,0,0,28,50389,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Rotting Storm Giant - On Aggro - Remove Flesh Construct Test'), +(-108037,0,3,0,61,0,100,0,0,0,0,0,28,50390,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Rotting Storm Giant - On Aggro - Remove Flesh Construct Test'), +(-203372,0,0,1,1,0,100,1,1000,1000,1000,1000,11,50389,1,0,0,0,0,1,0,0,0,0,0,0,0,'Rotting Storm Giant - On reset - Cast Flesh Construct Test'), +(-203372,0,1,0,61,0,100,1,0,0,0,0,11,50390,1,0,0,0,0,1,0,0,0,0,0,0,0,'Rotting Storm Giant - On reset - Cast Flesh Construct Test'), +(-203372,0,2,3,4,0,100,0,0,0,0,0,28,50389,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Rotting Storm Giant - On Aggro - Remove Flesh Construct Test'), +(-203372,0,3,0,61,0,100,0,0,0,0,0,28,50390,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Rotting Storm Giant - On Aggro - Remove Flesh Construct Test'), +(-203373,0,0,1,1,0,100,1,1000,1000,1000,1000,11,50389,1,0,0,0,0,1,0,0,0,0,0,0,0,'Rotting Storm Giant - On reset - Cast Flesh Construct Test'), +(-203373,0,1,0,61,0,100,1,0,0,0,0,11,50390,1,0,0,0,0,1,0,0,0,0,0,0,0,'Rotting Storm Giant - On reset - Cast Flesh Construct Test'), +(-203373,0,2,3,4,0,100,0,0,0,0,0,28,50389,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Rotting Storm Giant - On Aggro - Remove Flesh Construct Test'), +(-203373,0,3,0,61,0,100,0,0,0,0,0,28,50390,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Rotting Storm Giant - On Aggro - Remove Flesh Construct Test'); +-- Remove auras from creature addon +UPDATE `creature_addon` SET `auras`= '' WHERE `guid` IN (108034,108035,108036,108037,203372,203373); + +-- Unbound Trickster SAI +UPDATE `creature_template` SET `AIName`= 'SmartAI' WHERE `entry`=30856; +DELETE FROM `creature_ai_scripts` WHERE `creature_id`=30856; +DELETE FROM `smart_scripts` WHERE `source_type`=0 AND `entryorguid`=30856; +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 +(30856,0,0,0,0,0,100,0,5000,9000,9000,12000,11,13341,1,0,0,0,0,2,0,0,0,0,0,0,0,'Unbound Trickster - Combat - Cast Fire Blast'), +(30856,0,1,0,0,0,100,0,5000,9000,9000,12000,11,11976,1,0,0,0,0,2,0,0,0,0,0,0,0,'Unbound Trickster - Combat - Cast Strike'); + +-- SAI for Invisible Location Trigger +SET @ENTRY := 19656; +UPDATE `creature_template` SET `ScriptName`='',`AIName`='SmartAI' WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `source_type`=0 AND `entryorguid` IN (-70100,-70101,-70104,-70104); +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 +(-70100,0,0,0,1,0,100,1,1000,1000,1000,1000,11,33346,2,0,0,0,0,10,70102,@ENTRY,0,0,0,0,0,'Invisible Location Trigger - OOC once - Cast Green Beam on target'), +(-70101,0,0,0,1,0,100,1,1000,1000,1000,1000,11,33346,2,0,0,0,0,10,70102,@ENTRY,0,0,0,0,0,'Invisible Location Trigger - OOC once - Cast Green Beam on target'), +(-70103,0,0,0,1,0,100,1,1000,1000,1000,1000,11,33346,2,0,0,0,0,10,70102,@ENTRY,0,0,0,0,0,'Invisible Location Trigger - OOC once - Cast Green Beam on target'), +(-70104,0,0,0,1,0,100,1,1000,1000,1000,1000,11,33346,2,0,0,0,0,10,70102,@ENTRY,0,0,0,0,0,'Invisible Location Trigger - OOC once - Cast Green Beam on target'); + +-- SAI for Fulgorge +SET @ENTRY := 18678; +UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=@ENTRY; +UPDATE `creature` SET `spawndist`=20,`MovementType`=1 WHERE `id`=@ENTRY; +DELETE FROM `creature_ai_scripts` WHERE `creature_id`=@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,1,1,0,100,1,0,0,0,0,11,34038,0,0,0,0,0,1,0,0,0,0,0,0,0,'Fulgorge - OOC - Cast Submerge Visual'), +(@ENTRY,0,1,0,61,0,100,1,0,0,0,0,18,33554434,0,0,0,0,0,1,0,0,0,0,0,0,0,'Fulgorge - OOC - Set Unselectable and Unattackable Flags'), +(@ENTRY,0,2,3,0,0,100,1,0,0,0,0,28,34038,0,0,0,0,0,1,0,0,0,0,0,0,0,'Fulgorge - On Aggro - Remove Submerge Visual'), +(@ENTRY,0,3,4,61,0,100,0,0,0,0,0,19,33554434,0,0,0,0,0,1,0,0,0,0,0,0,0,'Fulgorge - On Aggro - Remove Unselectable and Unattackable Flags'), +(@ENTRY,0,4,5,61,0,100,0,0,0,0,0,21,0,0,0,0,0,0,1,0,0,0,0,0,0,0,'Fulgorge - On Aggro - Prevent Combat Movement'), +(@ENTRY,0,5,0,61,0,100,0,0,0,0,0,22,1,0,0,0,0,0,1,0,0,0,0,0,0,0,'Fulgorge - On Aggro - Set Phase 1'), +(@ENTRY,0,6,7,0,1,100,0,1000,1000,2100,4500,11,31747,1,0,0,0,0,2,0,0,0,0,0,0,0,'Fulgorge - Combat - Cast Poison (Phase 1)'), +(@ENTRY,0,7,0,61,1,100,0,0,0,0,0,21,0,0,0,0,0,0,1,0,0,0,0,0,0,0,'Fulgorge - Combat - Prevent Combat Movement (Phase 1)'), +(@ENTRY,0,8,0,0,1,100,0,20400,20400,45000,50000,11,32738,1,0,0,0,0,2,0,0,0,0,0,0,0,'Fulgorge - Combat - Cast Bore (Phase 1)'), +(@ENTRY,0,9,10,9,1,100,0,20,60,0,0,11,34038,0,0,0,0,0,1,0,0,0,0,0,0,0,'Fulgorge - At 20 - 60 Yards Range - Cast Submerge Visual (Phase 1)'), +(@ENTRY,0,10,0,61,1,100,0,0,0,0,0,22,2,0,0,0,0,0,1,0,0,0,0,0,0,0,'Fulgorge - At 20 - 60 Yards Range - Set Phase 2 (Phase 1)'), +(@ENTRY,0,11,12,9,2,100,0,0,8,0,0,28,34038,0,0,0,0,0,1,0,0,0,0,0,0,0,'Fulgorge - At 0 - 8 Yards - Remove Submerge Visual (Phase 2)'), +(@ENTRY,0,12,13,61,2,100,0,0,0,0,0,21,0,0,0,0,0,0,1,0,0,0,0,0,0,0,'Fulgorge - Combat - Prevent Combat Movement (Phase 2)'), +(@ENTRY,0,13,14,61,2,100,0,0,8,0,0,19,33554434,0,0,0,0,0,1,0,0,0,0,0,0,0,'Fulgorge - At 0 - 8 Yards - Remove Unselectable and Unattackable Flags (Phase 2)'), +(@ENTRY,0,14,0,61,2,100,0,0,0,0,0,22,1,0,0,0,0,0,1,0,0,0,0,0,0,0,'Fulgorge - At 20 - 60 Yards Range - Set Phase 1 (Phase 2)'); + +UPDATE `smart_scripts` SET `link`=0 WHERE `entryorguid`=26917; +UPDATE `smart_scripts` SET `link`=0 WHERE `entryorguid`=38017 AND `id`=1; +DELETE FROM `smart_scripts` WHERE `entryorguid`=4625 AND `id`=1; + +-- SAI for Beryl Hound +SET @ENTRY := 25355; +UPDATE `creature_template` SET `ScriptName`='',`AIName`='SmartAI' 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,11,0,100,0,0,0,0,0,11,50637,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Beryl Hound - On spawn - Cast Mana Break on self'); + +-- SAI for Tundra Penguin +SET @ENTRY := 28440; +UPDATE `creature_template` SET `ScriptName`='',`AIName`='SmartAI' 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,11,0,100,0,0,0,0,0,11,51583,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Tundra Penguin - On spawn - Cast [DND] Creature Random Size (0 - 50) on self'); + +-- SAI for Spearfang Worg +SET @ENTRY := 24677; +UPDATE `creature_template` SET `ScriptName`='',`AIName`='SmartAI' 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,11,0,100,0,0,0,0,0,11,44366,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Spearfang Worg - On spawn - Cast Howling Fjord - Quest - Predator Dummy Periodic on self'); + +-- SAI for Scourging Crystal +SET @ENTRY := 24464; +UPDATE `creature_template` SET `ScriptName`='',`AIName`='SmartAI' 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,11,0,100,0,0,0,0,0,11,43874,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Scourging Crystal - On spawn - Cast Scourge Mur''gul Camp: Force Shield Arcane Purple x3 on self'); + +-- SAI for Moa'ki Bottom Thresher +SET @ENTRY := 26511; +UPDATE `creature_template` SET `ScriptName`='',`AIName`='SmartAI' 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,11,0,100,0,0,0,0,0,11,8876,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Moa''ki Bottom Thresher - On spawn - Cast Thrash on self'); + +-- SAI for Tuskarr Turtle Rider +SET @ENTRY := 29953; +UPDATE `creature_template` SET `ScriptName`='',`AIName`='SmartAI' 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,11,0,100,0,0,0,0,0,11,55587,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Tuskarr Turtle Rider - On spawn - Cast Tuskarr Turtle Rider CustomSpell01 on self'); + +-- SAI for Snowfall Glade Reaver +SET @ENTRY := 26197; +UPDATE `creature_template` SET `ScriptName`='',`AIName`='SmartAI' 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,11,0,100,0,0,0,0,0,11,15088,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Snowfall Glade Reaver - On spawn - Cast Flurry on self'); + +-- SAI for Conquest Hold Berserker +SET @ENTRY := 27500; +UPDATE `creature_template` SET `ScriptName`='',`AIName`='SmartAI' WHERE `entry`=@ENTRY; +DELETE FROM `creature_ai_scripts` WHERE `creature_id`=@ENTRY; -- Remove EAI +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,11,0,100,0,0,0,0,0,11,15088,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Conquest Hold Berserker - On spawn - Cast Flurry on self'), +(@ENTRY,0,1,0,0,0,100,0,1000,3000,12000,20000,11,31403,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Conquest Hold Berserker - Combat - Cast Battle Shout on self'); + +-- SAI for Indu'le Fisherman +SET @ENTRY := 26343; +UPDATE `creature_template` SET `ScriptName`='',`AIName`='SmartAI' 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,11,0,100,0,0,0,0,0,11,32423,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Indu''le Fisherman - On spawn - Cast Blue Radiation on self'); + +-- SAI for Vengeful Taunka Spirit +SET @ENTRY := 25668; +UPDATE `creature_template` SET `ScriptName`='',`AIName`='SmartAI' 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,11,0,100,0,0,0,0,0,11,46695,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Vengeful Taunka Spirit - On spawn - Cast Soul Separation on self'); + +-- SAI for Steam Frog +SET @ENTRY := 25679; +UPDATE `creature_template` SET `ScriptName`='',`AIName`='SmartAI' 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,11,0,100,0,0,0,0,0,11,36151,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Steam Frog - On spawn - Cast Cosmetic: Steam Aura on self'); + +-- SAI for Steam Rager +SET @ENTRY := 24601; +UPDATE `creature_template` SET `ScriptName`='',`AIName`='SmartAI' WHERE `entry`=@ENTRY; +DELETE FROM `creature_ai_scripts` WHERE `creature_id`=@ENTRY; -- Remove EAI +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,11,0,100,0,0,0,0,0,11,36151,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Steam Rager - On spawn - Cast Cosmetic: Steam Aura on self'), +(@ENTRY,0,1,0,0,0,100,0,4000,8000,11000,14000,11,50375,1,0,0,0,0,2,0,0,0,0,0,0,0, 'Steam Rager - Combat - Cast Steam Blast on victom'); + +-- SAI for Big Electromental Flavor +SET @ENTRY := 21757; +UPDATE `creature_template` SET `ScriptName`='',`AIName`='SmartAI' WHERE `entry`=@ENTRY; +DELETE FROM `creature_ai_scripts` WHERE `creature_id`=@ENTRY; -- Remove EAI +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,11,0,100,0,0,0,0,0,11,37248,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Big Electromental Flavor - On spawn - Cast Power Converters: Electromental Visual on self'); diff --git a/sql/old/3.3.5a/2011_06_17_17_world_creature_template.sql b/sql/old/3.3.5a/2011_06_17_17_world_creature_template.sql new file mode 100644 index 00000000000..ac85a855625 --- /dev/null +++ b/sql/old/3.3.5a/2011_06_17_17_world_creature_template.sql @@ -0,0 +1,7 @@ +-- Crusader Bridenbrad +DELETE FROM `creature_ai_scripts` WHERE `creature_id`=30562; -- Remove EAI +UPDATE `creature_template` SET `unit_flags`=`unit_flags`|32768,`ScriptName`='',`AIName`='' WHERE `entry`=30562; +UPDATE `creature_model_info` SET `bounding_radius`=0.306,`combat_reach`=1.5,`gender`=0 WHERE `modelid`=27123; +DELETE FROM `creature_template_addon` WHERE `entry`=30562; +INSERT INTO `creature_template_addon` (`entry`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES +(30562,0,65536,1,0, '57744 57626'); diff --git a/sql/old/3.3.5a/2011_06_17_18_world_misc.sql b/sql/old/3.3.5a/2011_06_17_18_world_misc.sql new file mode 100644 index 00000000000..e8a7ac22de0 --- /dev/null +++ b/sql/old/3.3.5a/2011_06_17_18_world_misc.sql @@ -0,0 +1,198 @@ +-- Gossip Menu insert from sniff +DELETE FROM `gossip_menu` WHERE `entry`=7333 AND `text_id`=8717; +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (7333,8717); +DELETE FROM `gossip_menu` WHERE `entry`=7334 AND `text_id`=8718; +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (7334,8718); +DELETE FROM `gossip_menu` WHERE `entry`=7335 AND `text_id`=8719; +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (7335,8719); +DELETE FROM `gossip_menu` WHERE `entry`=7348 AND `text_id`=8767; +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (7348,8767); +DELETE FROM `gossip_menu` WHERE `entry`=7420 AND `text_id`=8962; +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (7420,8962); +DELETE FROM `gossip_menu` WHERE `entry`=7825 AND `text_id`=9574; +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (7825,9574); +DELETE FROM `gossip_menu` WHERE `entry`=7878 AND `text_id`=9642; +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (7878,9642); +DELETE FROM `gossip_menu` WHERE `entry`=7893 AND `text_id`=9657; +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (7893,9657); +DELETE FROM `gossip_menu` WHERE `entry`=7955 AND `text_id`=9771; +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (7955,9771); +DELETE FROM `gossip_menu` WHERE `entry`=7967 AND `text_id`=9801; +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (7967,9801); +DELETE FROM `gossip_menu` WHERE `entry`=7967 AND `text_id`=10027; +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (7967,10027); +DELETE FROM `gossip_menu` WHERE `entry`=8069 AND `text_id`=9969; +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (8069,9969); +DELETE FROM `gossip_menu` WHERE `entry`=8085 AND `text_id`=9995; +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (8085,9995); +DELETE FROM `gossip_menu` WHERE `entry`=8086 AND `text_id`=9996; +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (8086,9996); +DELETE FROM `gossip_menu` WHERE `entry`=8087 AND `text_id`=9997; +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (8087,9997); +DELETE FROM `gossip_menu` WHERE `entry`=8089 AND `text_id`=10004; +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (8089,10004); +DELETE FROM `gossip_menu` WHERE `entry`=8090 AND `text_id`=10003; +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (8090,10003); +DELETE FROM `gossip_menu` WHERE `entry`=8091 AND `text_id`=10005; +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (8091,10005); +DELETE FROM `gossip_menu` WHERE `entry`=8269 AND `text_id`=10293; +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (8269,10293); +DELETE FROM `gossip_menu` WHERE `entry`=8272 AND `text_id`=10301; +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (8272,10301); +DELETE FROM `gossip_menu` WHERE `entry`=8274 AND `text_id`=10306; +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (8274,10306); +DELETE FROM `gossip_menu` WHERE `entry`=8495 AND `text_id`=10610; +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (8495,10610); +DELETE FROM `gossip_menu` WHERE `entry`=8505 AND `text_id`=10636; +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (8505,10636); + +-- Creature Gossip_menu_id Update from sniff +UPDATE `creature_template` SET `gossip_menu_id`=6944 WHERE `entry`=19558; +UPDATE `creature_template` SET `gossip_menu_id`=7333 WHERE `entry`=16584; +UPDATE `creature_template` SET `gossip_menu_id`=7334 WHERE `entry`=16574; +UPDATE `creature_template` SET `gossip_menu_id`=7335 WHERE `entry`=16576; +UPDATE `creature_template` SET `gossip_menu_id`=7348 WHERE `entry`=16858; +UPDATE `creature_template` SET `gossip_menu_id`=7420 WHERE `entry`=17493; +UPDATE `creature_template` SET `gossip_menu_id`=7691 WHERE `entry`=18748; +UPDATE `creature_template` SET `gossip_menu_id`=7810 WHERE `entry`=16588; +UPDATE `creature_template` SET `gossip_menu_id`=7816 WHERE `entry`=18754; +UPDATE `creature_template` SET `gossip_menu_id`=7825 WHERE `entry`=17558; +UPDATE `creature_template` SET `gossip_menu_id`=7878 WHERE `entry`=16915; +UPDATE `creature_template` SET `gossip_menu_id`=7893 WHERE `entry`=18267; +UPDATE `creature_template` SET `gossip_menu_id`=7955 WHERE `entry`=19273; +UPDATE `creature_template` SET `gossip_menu_id`=7957 WHERE `entry`=19315; +UPDATE `creature_template` SET `gossip_menu_id`=7960 WHERE `entry`=19344; +UPDATE `creature_template` SET `gossip_menu_id`=7965 WHERE `entry`=19367; +UPDATE `creature_template` SET `gossip_menu_id`=7967 WHERE `entry`=19401; +UPDATE `creature_template` SET `gossip_menu_id`=8069 WHERE `entry`=19254; +UPDATE `creature_template` SET `gossip_menu_id`=8085 WHERE `entry`=3230; +UPDATE `creature_template` SET `gossip_menu_id`=8086 WHERE `entry`=19253; +UPDATE `creature_template` SET `gossip_menu_id`=8087 WHERE `entry`=19255; +UPDATE `creature_template` SET `gossip_menu_id`=8091 WHERE `entry`=19256; +UPDATE `creature_template` SET `gossip_menu_id`=8269 WHERE `entry`=21257; +UPDATE `creature_template` SET `gossip_menu_id`=8272 WHERE `entry`=21279; +UPDATE `creature_template` SET `gossip_menu_id`=8274 WHERE `entry`=21283; +UPDATE `creature_template` SET `gossip_menu_id`=8495 WHERE `entry`=22107; +UPDATE `creature_template` SET `gossip_menu_id`=8505 WHERE `entry`=22231; + +-- Creature Gossip_menu_option Update from sniff +DELETE FROM `gossip_menu_option` WHERE `menu_id` IN (7938,7842,7450,7957,7967,7893,8085,8090,6944,7810,7691,6647) AND `id` IN (0); +DELETE FROM `gossip_menu_option` WHERE `menu_id` IN (7938,7816,7967,7810,6647) AND `id` IN (1); +DELETE FROM `gossip_menu_option` WHERE `menu_id` IN (7967) AND `id` IN (4,5); +INSERT INTO `gossip_menu_option` (`menu_id`,`id`,`option_icon`,`option_text`,`option_id`,`npc_option_npcflag`,`action_menu_id`,`action_poi_id`,`action_script_id`,`box_coded`,`box_money`,`box_text`) VALUES +(7938,0,2, 'Show me where I can fly.',4,8192,0,0,0,0,0, ''), +(7938,1,2, 'Send me to Thrallmar!',4,8192,0,0,0,0,0, ''), +(7842,0,3, 'Train me.',5,16,0,0,0,0,0, ''), +(7816,1,1, 'Let me browse your goods.',3,128,0,0,0,0,0, ''), +(7450,0,1, 'Show me what I''ve earned the right to purchase.',3,128,0,0,0,0,0, ''), +(7957,0,1, 'What do you have for sale?',3,128,0,0,0,0,0, ''), +(7967,4,0, 'Lend me a Windrider. I''m going to Spinebreaker Post!',1,1,0,0,0,0,0, ''), +(7967,5,0, 'I''m on a bombing mission for Forward Commander To''arch. I need a wyvern destroyer!',1,1,0,0,0,0,0, ''), +(7967,0,0, 'Send me to the Abyssal Shelf!',1,1,0,0,0,0,0, ''), +(7967,1,0, 'Send me to the Abyssal Shelf!',1,1,0,0,0,0,0, ''), +(7893,0,1, 'I have marks to redeem!',3,128,0,0,0,0,0, ''), +(8085,0,0, 'Tell me more of our mission here, Nazgrel.',1,1,8090,0,0,0,0, ''), +(8090,0,0, '<Keep Listening>',1,1,8089,0,0,0,0, ''), +(6944,0,2, 'Show me where I can fly.',4,8192,0,0,0,0,0, ''), +(7810,0,3, 'I would like to train.',5,16,0,0,0,0,0, ''), +(7810,1,1, 'Let me browse your goods.',3,128,0,0,0,0,0, ''), +(7691,0,3, 'Train me.',5,16,6647,0,0,0,0, ''), +(6647,0,3, 'I would like to train further in the ways of the Light.',5,16,7938,0,0,0,0, ''), +(6647,1,0, 'I wish to unlearn my talents.',16,16,0,0,0,0,0, ''); + +-- Gossip Menu insert from sniff +DELETE FROM `gossip_menu` WHERE `entry`=7348 AND `text_id`=9619; +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (7348,9619); +DELETE FROM `gossip_menu` WHERE `entry`=8524 AND `text_id`=10659; +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (8524,10659); +DELETE FROM `gossip_menu` WHERE `entry`=8510 AND `text_id`=10643; +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (8510,10643); +DELETE FROM `gossip_menu` WHERE `entry`=7375 AND `text_id`=8813; +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (7375,8813); +DELETE FROM `gossip_menu` WHERE `entry`=7372 AND `text_id`=8810; +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (7372,8810); +DELETE FROM `gossip_menu` WHERE `entry`=7373 AND `text_id`=8811; +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (7373,8811); +DELETE FROM `gossip_menu` WHERE `entry`=12594 AND `text_id`=17713; +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (12594,17713); +DELETE FROM `gossip_menu` WHERE `entry`=7342 AND `text_id`=8751; +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (7342,8751); +DELETE FROM `gossip_menu` WHERE `entry`=7345 AND `text_id`=8756; +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (7345,8756); +DELETE FROM `gossip_menu` WHERE `entry`=7881 AND `text_id`=9644; +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (7881,9644); +DELETE FROM `gossip_menu` WHERE `entry`=7312 AND `text_id`=8680; +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (7312,8680); +DELETE FROM `gossip_menu` WHERE `entry`=7317 AND `text_id`=8685; +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (7317,8685); +DELETE FROM `gossip_menu` WHERE `entry`=7189 AND `text_id`=8469; +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (7189,8469); +DELETE FROM `gossip_menu` WHERE `entry`=7880 AND `text_id`=9643; +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (7880,9643); +DELETE FROM `gossip_menu` WHERE `entry`=7963 AND `text_id`=9788; +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (7963,9788); +DELETE FROM `gossip_menu` WHERE `entry`=8081 AND `text_id`=9988; +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (8081,9988); + +-- Creature Gossip_menu_id Update from sniff +UPDATE `creature_template` SET `gossip_menu_id`=8524 WHERE `entry`=22258; +UPDATE `creature_template` SET `gossip_menu_id`=7375 WHERE `entry`=16845; +UPDATE `creature_template` SET `gossip_menu_id`=7372 WHERE `entry`=17123; +UPDATE `creature_template` SET `gossip_menu_id`=7373 WHERE `entry`=16848; +UPDATE `creature_template` SET `gossip_menu_id`=7342 WHERE `entry`=17015; +UPDATE `creature_template` SET `gossip_menu_id`=7345 WHERE `entry`=17046; +UPDATE `creature_template` SET `gossip_menu_id`=7881 WHERE `entry`=18997; +UPDATE `creature_template` SET `gossip_menu_id`=7312 WHERE `entry`=16792; +UPDATE `creature_template` SET `gossip_menu_id`=7317 WHERE `entry`=16794; +UPDATE `creature_template` SET `gossip_menu_id`=7288 WHERE `entry`=18905; +UPDATE `creature_template` SET `gossip_menu_id`=7880 WHERE `entry`=17277; +UPDATE `creature_template` SET `gossip_menu_id`=8081 WHERE `entry`=20159; + +-- Creature Gossip_menu_option Update from sniff +DELETE FROM `gossip_menu_option` WHERE `menu_id` IN (8510,7881,7880,7964,8081) AND `id` IN (0); +INSERT INTO `gossip_menu_option` (`menu_id`,`id`,`option_icon`,`option_text`,`option_id`,`npc_option_npcflag`,`action_menu_id`,`action_poi_id`,`action_script_id`,`box_coded`,`box_money`,`box_text`) VALUES +(8510,0,0, 'Yes, Scryer. You may possess me.',1,1,0,0,0,0,0, ''), +(7881,0,1, 'I want to browse your goods.',3,128,0,0,0,0,0, ''), +(7880,0,1, 'I want to browse your goods.',3,128,0,0,0,0,0, ''), +(7964,0,0, 'Why don''t you escape?',1,1,7963,0,0,0,0, ''), +(8081,0,0, 'Magistrix Carinda has sent me to ask you about Arelion''s secret. Who was he seeing?',1,1,0,0,0,0,0, ''); -- http://old.wowhead.com/quest=10286 needs scripting http://old.wowhead.com/npc=20159 + +-- NPC talk text insert from sniff for http://old.wowhead.com/quest=10286 +DELETE FROM `creature_text` WHERE `entry` IN (20159) AND `groupid` IN (0,1); +INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`comment`) VALUES +(20159,0,0, 'If you think I''ll betray my friend that easily, think again! Face me, you scoundrel!',12,1,100,0,0,0, 'Magister Aledis'), +(20159,1,0, 'Spare my life! I will tell you about Arelion''s secret.',12,1,100,0,0,0, 'Magister Aledis'); + +-- Gossip Menu insert from sniff +DELETE FROM `gossip_menu` WHERE `entry`=7953 AND `text_id`=10109; +INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (7953,10109); + +-- SAI for Wing Commamder Brack +SET @ENTRY := 19401; +UPDATE `creature_template` SET `ScriptName`='',`AIName`='SmartAI' 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,62,0,100,0,7967,0,0,0,11,33825,2,0,0,0,0,7,0,0,0,0,0,0,0, 'Wing Commamder Brack - On gossip option 0 select - Cast Aerial Assault Flight (Horde)'), +(@ENTRY,0,1,0,62,0,100,0,7967,1,0,0,11,33825,2,0,0,0,0,7,0,0,0,0,0,0,0, 'Wing Commamder Brack - On gossip option 1 select - Cast Aerial Assault Flight (Horde)'), +(@ENTRY,0,2,0,62,0,100,0,7967,4,0,0,11,34578,2,0,0,0,0,7,0,0,0,0,0,0,0, 'Wing Commamder Brack - On gossip option 4 select - Cast Taxi - Reaver''s Fall to Spinebreaker Ridge'), +(@ENTRY,0,3,0,62,0,100,0,7967,5,0,0,11,33659,2,0,0,0,0,7,0,0,0,0,0,0,0, 'Wing Commamder Brack - On gossip option 5 select - Cast Gateways Murket and Shaadraz'); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=7967; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(15,7967,0,0,9,10162,0,0,0,'','Show gossip option 0 if player has Quest 10162 "Mission: The Abyssal Shelf"'), +(15,7967,1,0,9,10347,0,0,0,'','Show gossip option 1 if player has Quest 10347 "Return to the Abyssal Shelf"'), +(15,7967,4,0,9,10242,0,0,0,'','Show gossip option 4 if player has Quest 10242 "Spinebreaker Post"'), +(15,7967,5,0,9,10129,0,0,0,'','Show gossip option 5 if player has Quest 10129 "Mission: Gateways Murketh and Shaadraz"'), +(15,8081,0,0,9,10286,0,0,0,'','Show gossip option 0 if player has Quest 10286 "Arelion''s Secret"'), +(15,7938,1,0,9,10289,0,0,0,'','Show gossip option 0 if player has Quest 10289 "Journey to Thrallmar"'); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=7953; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(14,7953,10109,0,8,10162,0,0,0,'','Show gossip text 10109 if player has rewarded Quest 10349 "The Earthbinder"'); + +-- SAI for Vlagga Freyfeather <Wind Rider Master> +SET @ENTRY := 18930; +UPDATE `creature_template` SET `ScriptName`='',`AIName`='SmartAI' 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,62,0,100,0,7938,1,0,0,11,34924,2,0,0,0,0,7,0,0,0,0,0,0,0, 'Vlagga Freyfeather - On gossip option 1 select - Cast Stair of Destiny to Thrallmar'); diff --git a/sql/old/3.3.5a/2011_06_17_19_world_misc.sql b/sql/old/3.3.5a/2011_06_17_19_world_misc.sql new file mode 100644 index 00000000000..47c72cd6945 --- /dev/null +++ b/sql/old/3.3.5a/2011_06_17_19_world_misc.sql @@ -0,0 +1,199 @@ +-- SAI for Marcella Bloom +SET @ENTRY := 32421; +UPDATE `creature` SET `spawndist`=0,`MovementType`=0,`position_x`=5717.51,`position_y`=688.2948,`position_z`=645.7512 WHERE `guid`=111385; +UPDATE `creature_template` SET `AIName`='SmartAI' 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,11,0,100,0,0,0,0,0,53,0,@ENTRY,1,0,0,0,1,0,0,0,0,0,0,0, 'Marcella Bloom - On spawn - Start WP movement'), +(@ENTRY,0,1,0,40,0,100,0,1,@ENTRY,0,0,54,6000,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Marcella Bloom - Reach wp 1 - pause path'), +(@ENTRY,0,2,0,40,0,100,0,6,@ENTRY,0,0,54,6000,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Marcella Bloom - Reach wp 6 - pause path'), +(@ENTRY,0,3,4,40,0,100,0,11,@ENTRY,0,0,54,6000,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Marcella Bloom - Reach wp 11 - pause path'), +(@ENTRY,0,4,0,61,0,100,0,0,0,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,3.577925, 'Marcella Bloom - Reach wp 11 - turm to'), +(@ENTRY,0,5,0,40,0,100,0,19,@ENTRY,0,0,54,6000,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Marcella Bloom - Reach wp 19 - pause path'), +(@ENTRY,0,6,7,40,0,100,0,23,@ENTRY,0,0,54,6000,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Marcella Bloom - Reach wp 23 - pause path'), +(@ENTRY,0,7,0,61,0,100,0,0,0,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,1.710423, 'Marcella Bloom - Reach wp 23 - turm to'), +(@ENTRY,0,8,0,40,0,100,0,28,@ENTRY,0,0,54,6000,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Marcella Bloom - Reach wp 28 - pause path'), +(@ENTRY,0,9,10,40,0,100,0,29,@ENTRY,0,0,54,6000,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Marcella Bloom - Reach wp 29 - pause path'), +(@ENTRY,0,10,0,61,0,100,0,0,0,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,5.689773, 'Marcella Bloom - Reach wp 29 - turm to'); +-- Waypoints for Marcella Bloom from sniff +DELETE FROM `waypoints` WHERE `entry`=@ENTRY; +INSERT INTO `waypoints` (`entry`,`pointid`,`position_x`,`position_y`,`position_z`,`point_comment`) VALUES +(@ENTRY,1,5716.89,687.1589,645.7512, 'Marcella Bloom'), +(@ENTRY,2,5718.788,687.6731,645.7512, 'Marcella Bloom'), +(@ENTRY,3,5720.209,685.3612,645.7512, 'Marcella Bloom'), +(@ENTRY,4,5719.699,682.4218,645.7512, 'Marcella Bloom'), +(@ENTRY,5,5717.591,679.3567,645.7512, 'Marcella Bloom'), +(@ENTRY,6,5720.298,678.0955,646.5342, 'Marcella Bloom'), +(@ENTRY,7,5718.915,679.5812,645.7512, 'Marcella Bloom'), +(@ENTRY,8,5719.611,681.8755,645.7512, 'Marcella Bloom'), +(@ENTRY,9,5722.21,685.3296,645.7512, 'Marcella Bloom'), +(@ENTRY,10,5724.167,689.1262,645.7512, 'Marcella Bloom'), +(@ENTRY,11,5721.995,691.3812,645.7512, 'Marcella Bloom'), +(@ENTRY,12,5722.081,690.9567,645.7512, 'Marcella Bloom'), +(@ENTRY,13,5723.241,689.3571,645.7512, 'Marcella Bloom'), +(@ENTRY,14,5722.383,687.1551,645.7512, 'Marcella Bloom'), +(@ENTRY,15,5720.378,686.7902,645.7512, 'Marcella Bloom'), +(@ENTRY,16,5718.554,688.1351,645.7512, 'Marcella Bloom'), +(@ENTRY,17,5716.704,689.7863,645.7512, 'Marcella Bloom'), +(@ENTRY,18,5714.546,691.0844,645.7512, 'Marcella Bloom'), +(@ENTRY,19,5712.564,690.2685,645.7512, 'Marcella Bloom'), +(@ENTRY,20,5712.319,692.1107,645.7512, 'Marcella Bloom'), +(@ENTRY,21,5710.912,694.2338,645.7512, 'Marcella Bloom'), +(@ENTRY,22,5707.329,693.1917,645.7512, 'Marcella Bloom'), +(@ENTRY,23,5705.615,695.2361,645.7512, 'Marcella Bloom'), +(@ENTRY,24,5706.731,693.772,645.7512, 'Marcella Bloom'), +(@ENTRY,25,5708.21,694.3374,645.7512, 'Marcella Bloom'), +(@ENTRY,26,5709.226,695.5887,645.7512, 'Marcella Bloom'), +(@ENTRY,27,5711.422,696.0734,645.7512, 'Marcella Bloom'), +(@ENTRY,28,5713.526,695.2763,645.7512, 'Marcella Bloom'), +(@ENTRY,29,5713.636,691.7002,645.7512, 'Marcella Bloom'), +(@ENTRY,30,5716.311,690.1725,645.7512, 'Marcella Bloom'), +(@ENTRY,31,5717.51,688.2948,645.7512, 'Marcella Bloom'); + +-- SAI for Inzi Charmlight +SET @ENTRY := 28682; +UPDATE `creature` SET `spawndist`=0,`MovementType`=0,`position_x`=5715.564,`position_y`=678.4122,`position_z`=645.7512 WHERE `guid`=97343; +UPDATE `creature_template` SET `AIName`='SmartAI' 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,11,0,100,0,0,0,0,0,53,0,@ENTRY,1,0,0,0,1,0,0,0,0,0,0,0, 'Marcella Bloom - On spawn - Start WP movement'), +(@ENTRY,0,1,0,40,0,100,0,6,@ENTRY,0,0,54,6000,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Marcella Bloom - Reach wp 6 - pause path'), +(@ENTRY,0,2,0,40,0,100,0,18,@ENTRY,0,0,54,6000,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Marcella Bloom - Reach wp 18 - pause path'), +(@ENTRY,0,3,4,40,0,100,0,21,@ENTRY,0,0,54,6000,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Marcella Bloom - Reach wp 21 - pause path'), +(@ENTRY,0,4,0,61,0,100,0,0,0,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,2.426008, 'Marcella Bloom - Reach wp 21 - turm to'), +(@ENTRY,0,5,0,40,0,100,0,22,@ENTRY,0,0,54,6000,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Marcella Bloom - Reach wp 22 - pause path'), +(@ENTRY,0,6,0,40,0,100,0,27,@ENTRY,0,0,54,6000,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Marcella Bloom - Reach wp 27 - pause path'); +-- Waypoints for Inzi Charmlight from sniff +DELETE FROM `waypoints` WHERE `entry`=@ENTRY; +INSERT INTO `waypoints` (`entry`,`pointid`,`position_x`,`position_y`,`position_z`,`point_comment`) VALUES +(@ENTRY,1,5719.897,682.5544,645.7512, 'Inzi Charmlight'), +(@ENTRY,2,5719.891,686.0665,645.7512, 'Inzi Charmlight'), +(@ENTRY,3,5717.111,689.0646,645.7512, 'Inzi Charmlight'), +(@ENTRY,4,5711.454,694.7701,645.7512, 'Inzi Charmlight'), +(@ENTRY,5,5711.846,699.7839,645.7512, 'Inzi Charmlight'), +(@ENTRY,6,5709.633,700.0297,645.7512, 'Inzi Charmlight'), +(@ENTRY,7,5711.143,699.2699,645.7512, 'Inzi Charmlight'), +(@ENTRY,8,5712.436,694.9948,645.7512, 'Inzi Charmlight'), +(@ENTRY,9,5714.122,692.908,645.7512, 'Inzi Charmlight'), +(@ENTRY,10,5716.777,690.9016,645.7512, 'Inzi Charmlight'), +(@ENTRY,11,5718.896,688.1526,645.7512, 'Inzi Charmlight'), +(@ENTRY,12,5720.531,686.9282,645.7512, 'Inzi Charmlight'), +(@ENTRY,13,5722.85,687.8686,645.7512, 'Inzi Charmlight'), +(@ENTRY,14,5726.107,690.4207,645.7512, 'Inzi Charmlight'), +(@ENTRY,15,5727.03,694.2952,645.7512, 'Inzi Charmlight'), +(@ENTRY,16,5711.432,707.4515,653.6919, 'Inzi Charmlight'), +(@ENTRY,17,5708.918,708.4698,653.7011, 'Inzi Charmlight'), +(@ENTRY,18,5708.552,708.3618,653.7029, 'Inzi Charmlight'), +(@ENTRY,19,5709.459,706.2948,653.7265, 'Inzi Charmlight'), +(@ENTRY,20,5707.508,704.3312,653.7484, 'Inzi Charmlight'), +(@ENTRY,21,5705.197,703.1964,653.7423, 'Inzi Charmlight'), +(@ENTRY,22,5702.96,703.35,653.7493, 'Inzi Charmlight'), +(@ENTRY,23,5703.561,701.5987,653.7566, 'Inzi Charmlight'), +(@ENTRY,24,5703,699.5547,653.7488, 'Inzi Charmlight'), +(@ENTRY,25,5700.375,698.8538,653.7443, 'Inzi Charmlight'), +(@ENTRY,26,5697.52,698.8721,653.7496, 'Inzi Charmlight'), +(@ENTRY,27,5697.274,696.8895,653.7393, 'Inzi Charmlight'), +(@ENTRY,28,5697.476,697.3153,653.7394, 'Inzi Charmlight'), +(@ENTRY,29,5699.13,698.1936,653.7425, 'Inzi Charmlight'), +(@ENTRY,30,5700.803,696.9131,653.7471, 'Inzi Charmlight'), +(@ENTRY,31,5700.124,694.2091,653.7356, 'Inzi Charmlight'), +(@ENTRY,32,5698.897,690.7084,653.7178, 'Inzi Charmlight'), +(@ENTRY,33,5715.564,678.4122,645.7512, 'Inzi Charmlight'); + +-- SAI for Katherine Lee +SET @ENTRY := 28705; +UPDATE `creature` SET `spawndist`=0,`MovementType`=0,`position_x`=5707.611,`position_y`=715.5347,`position_z`=642.4725 WHERE `guid`=98952; +UPDATE `creature_template` SET `AIName`='SmartAI' 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,11,0,100,0,0,0,0,0,53,0,@ENTRY,1,0,0,0,1,0,0,0,0,0,0,0, 'Katherine Lee - On spawn - Start WP movement'), +(@ENTRY,0,1,2,40,0,100,0,5,@ENTRY,0,0,54,6000,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Katherine Lee - Reach wp 5 - pause path'), +(@ENTRY,0,2,0,61,0,100,0,0,0,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,0.8377581, 'Katherine Lee - Reach wp 5 - turm to'), +(@ENTRY,0,3,4,40,0,100,0,10,@ENTRY,0,0,54,6000,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Katherine Lee - Reach wp 10 - pause path'), +(@ENTRY,0,4,0,61,0,100,0,0,0,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,2.408554, 'Katherine Lee - Reach wp 10 - turm to'); +-- Waypoints for Katherine Lee from sniff +DELETE FROM `waypoints` WHERE `entry`=@ENTRY; +INSERT INTO `waypoints` (`entry`,`pointid`,`position_x`,`position_y`,`position_z`,`point_comment`) VALUES +(@ENTRY,1,5708.027,715.2877,642.4726, 'Katherine Lee'), +(@ENTRY,2,5707.466,713.4067,642.4758, 'Katherine Lee'), +(@ENTRY,3,5705.038,713.5079,642.4757, 'Katherine Lee'), +(@ENTRY,4,5702.446,715.9288,642.4717, 'Katherine Lee'), +(@ENTRY,5,5700.928,718.1786,642.4681, 'Katherine Lee'), +(@ENTRY,6,5702.446,715.9288,642.4717, 'Katherine Lee'), +(@ENTRY,7,5705.038,713.5079,642.4757, 'Katherine Lee'), +(@ENTRY,8,5707.466,713.4067,642.4758, 'Katherine Lee'), +(@ENTRY,9,5708.027,715.2877,642.4726, 'Katherine Lee'), +(@ENTRY,10,5707.611,715.5347,642.4725, 'Katherine Lee'); + +-- SAI for Laire Brewgold +SET @ENTRY := 32424; +UPDATE `creature` SET `spawndist`=0,`MovementType`=0,`position_x`=5639.154,`position_y`=728.4048,`position_z`=641.61 WHERE `guid`=111730; +UPDATE `creature_template` SET `AIName`='SmartAI' 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,11,0,100,0,0,0,0,0,53,0,@ENTRY,1,0,0,0,1,0,0,0,0,0,0,0, 'Laire Brewgold - On spawn - Start WP movement'), +(@ENTRY,0,1,2,40,0,100,0,1,@ENTRY,0,0,54,6000,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Laire Brewgold - Reach wp 1 - pause path'), +(@ENTRY,0,2,0,61,0,100,0,0,0,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,0.8377581, 'Laire Brewgold - Reach wp 1 - turm to'), +(@ENTRY,0,3,4,40,0,100,0,2,@ENTRY,0,0,54,6000,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Laire Brewgold - Reach wp 2 - pause path'), +(@ENTRY,0,4,0,61,0,100,0,0,0,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,0.122173, 'Laire Brewgold - Reach wp 2 - turm to'), +(@ENTRY,0,5,6,40,0,100,0,10,@ENTRY,0,0,54,6000,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Laire Brewgold - Reach wp 10 - pause path'), +(@ENTRY,0,6,0,61,0,100,0,0,0,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,2.583087, 'Laire Brewgold - Reach wp 10 - turm to'); +-- Waypoints for Laire Brewgold from sniff +DELETE FROM `waypoints` WHERE `entry`=@ENTRY; +INSERT INTO `waypoints` (`entry`,`pointid`,`position_x`,`position_y`,`position_z`,`point_comment`) VALUES +(@ENTRY,1,5635.932,732.4274,641.7092, 'Laire Brewgold'), +(@ENTRY,2,5633.13,729.802,641.7224, 'Laire Brewgold'), +(@ENTRY,3,5632.857,730.7568,641.7197, 'Laire Brewgold'), +(@ENTRY,4,5638.495,728.9272,641.6107, 'Laire Brewgold'), +(@ENTRY,5,5642.401,730.9983,641.6825, 'Laire Brewgold'), +(@ENTRY,6,5645.889,733.0624,641.682, 'Laire Brewgold'), +(@ENTRY,7,5655.076,730.4822,641.6819, 'Laire Brewgold'), +(@ENTRY,8,5661.111,726.7043,641.6643, 'Laire Brewgold'), +(@ENTRY,9,5663.163,728.8862,641.6496, 'Laire Brewgold'), +(@ENTRY,10,5661.848,731.7643,641.6437, 'Laire Brewgold'), +(@ENTRY,11,5661.233,732.0867,641.6819, 'Laire Brewgold'), +(@ENTRY,12,5661.178,729.5889,641.6537, 'Laire Brewgold'), +(@ENTRY,13,5659.352,724.879,641.6767, 'Laire Brewgold'), +(@ENTRY,14,5656.774,721.9439,641.6959, 'Laire Brewgold'), +(@ENTRY,15,5653.122,721.5146,641.6296, 'Laire Brewgold'), +(@ENTRY,16,5649.408,722.6322,641.5455, 'Laire Brewgold'), +(@ENTRY,17,5645.466,725.3781,641.6395, 'Laire Brewgold'), +(@ENTRY,18,5639.154,728.4048,641.61, 'Laire Brewgold'); + +-- SAI for Coira Longrifle +SET @ENTRY := 32426; +UPDATE `creature` SET `spawndist`=0,`MovementType`=0,`position_x`=5644.824,`position_y`=730.5149,`position_z`=641.6822 WHERE `guid`=111940; +UPDATE `creature_template` SET `AIName`='SmartAI' 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,11,0,100,0,0,0,0,0,53,0,@ENTRY,1,0,0,0,1,0,0,0,0,0,0,0, 'Coira Longrifle - On spawn - Start WP movement'), +(@ENTRY,0,1,2,40,0,100,0,5,@ENTRY,0,0,54,6000,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Coira Longrifle - Reach wp 5 - pause path'), +(@ENTRY,0,2,0,61,0,100,0,0,0,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,2.740167, 'Coira Longrifle - Reach wp 5 - turm to'), +(@ENTRY,0,3,4,40,0,100,0,14,@ENTRY,0,0,54,6000,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Coira Longrifle - Reach wp 14 - pause path'), +(@ENTRY,0,4,0,61,0,100,0,0,0,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,3.996804, 'Coira Longrifle - Reach wp 14 - turm to'), +(@ENTRY,0,5,6,40,0,100,0,20,@ENTRY,0,0,54,6000,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Coira Longrifle - Reach wp 20 - pause path'), +(@ENTRY,0,6,0,61,0,100,0,0,0,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,5.864306, 'Coira Longrifle - Reach wp 20 - turm to'); +-- Waypoints for Coira Longrifle from sniff +DELETE FROM `waypoints` WHERE `entry`=@ENTRY; +INSERT INTO `waypoints` (`entry`,`pointid`,`position_x`,`position_y`,`position_z`,`point_comment`) VALUES +(@ENTRY,1,5643.844,727.0675,641.6488, 'Coira Longrifle'), +(@ENTRY,2,5650.929,722.0482,641.5745, 'Coira Longrifle'), +(@ENTRY,3,5656.711,719.6259,641.5991, 'Coira Longrifle'), +(@ENTRY,4,5658.714,721.329,641.6793, 'Coira Longrifle'), +(@ENTRY,5,5658.198,724.0913,641.6834, 'Coira Longrifle'), +(@ENTRY,6,5658.953,723.9452,641.6814, 'Coira Longrifle'), +(@ENTRY,7,5661.61,728.0839,641.6577, 'Coira Longrifle'), +(@ENTRY,8,5664.91,733.9921,641.6255, 'Coira Longrifle'), +(@ENTRY,9,5663.366,736.1543,641.5908, 'Coira Longrifle'), +(@ENTRY,10,5660.653,736.6083,641.6053, 'Coira Longrifle'), +(@ENTRY,11,5659.226,737.1793,641.6076, 'Coira Longrifle'), +(@ENTRY,12,5656.145,740.5176,641.5779, 'Coira Longrifle'), +(@ENTRY,13,5652.403,743.0245,641.5914, 'Coira Longrifle'), +(@ENTRY,14,5648.907,746.6327,641.6072, 'Coira Longrifle'), +(@ENTRY,15,5648.699,746.1017,641.6102, 'Coira Longrifle'), +(@ENTRY,16,5648.634,743.4974,641.6179, 'Coira Longrifle'), +(@ENTRY,17,5647.743,739.7487,641.6585, 'Coira Longrifle'), +(@ENTRY,18,5645.861,735.217,641.6819, 'Coira Longrifle'), +(@ENTRY,19,5644.097,732.8497,641.6823, 'Coira Longrifle'), +(@ENTRY,20,5645.18,730.3257,641.6822, 'Coira Longrifle'), +(@ENTRY,21,5644.824,730.5149,641.6822, 'Coira Longrifle'); diff --git a/sql/old/3.3.5a/2011_06_17_20_world_sai.sql b/sql/old/3.3.5a/2011_06_17_20_world_sai.sql new file mode 100644 index 00000000000..2f58a74de01 --- /dev/null +++ b/sql/old/3.3.5a/2011_06_17_20_world_sai.sql @@ -0,0 +1,24 @@ +-- Defines +SET @WHITEBARK_SPIRIT_ENTRY := 19456; +SET @SPELL_ENTANGLING_ROOTS := 31287; +SET @SPELL_WITHERED_TOUCH := 11442; +-- Template +UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=@WHITEBARK_SPIRIT_ENTRY; +-- Delete old data +DELETE FROM `creature_ai_scripts` WHERE `creature_id`=@WHITEBARK_SPIRIT_ENTRY; +DELETE FROM `creature_ai_texts` WHERE `entry` IN (-1051,-1052); +-- Texts +DELETE FROM `creature_text` WHERE `entry`=@WHITEBARK_SPIRIT_ENTRY; +INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`comment`) VALUES +(@WHITEBARK_SPIRIT_ENTRY,0,0,'What good does this violence serve? What is done is done. I have failed my people.',12,0,50,0,0,0,'Whitebark''s Spirit - 19456'), +(@WHITEBARK_SPIRIT_ENTRY,0,1,'Haven''t you done enough harm? Must you also disturb my slumber?',12,0,50,0,0,0,'Whitebark''s Spirit - 19456'); +-- Script +DELETE FROM `smart_scripts` WHERE `entryorguid`=@WHITEBARK_SPIRIT_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 +(@WHITEBARK_SPIRIT_ENTRY,0,0,0,0,0,100,0,2500,5500,12000,14500,11,@SPELL_ENTANGLING_ROOTS,0,0,0,0,0,2,0,0,0,0,0,0,0,'Whitebark''s Spirit - Casts Entangling Roots'), +(@WHITEBARK_SPIRIT_ENTRY,0,1,0,0,0,100,0,7500,7500,9500,16000,11,@SPELL_WITHERED_TOUCH,0,0,0,0,0,2,0,0,0,0,0,0,0,'Whitebark''s Spirit - Casts Withered Touch'), +(@WHITEBARK_SPIRIT_ENTRY,0,2,0,2,0,100,1,0,25,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,'Whitebark''s Spirit - Say At 25% HP'), +(@WHITEBARK_SPIRIT_ENTRY,0,3,4,2,0,100,1,0,20,0,0,2,35,0,0,0,0,0,1,0,0,0,0,0,0,0,'Whitebark''s Spirit - At 20% HP change faction to friendly'), +(@WHITEBARK_SPIRIT_ENTRY,0,4,0,61,0,100,0,0,0,0,0,24,0,0,0,0,0,0,1,0,0,0,0,0,0,0,'Whitebark''s Spirit - At 20% HP - evade'), +(@WHITEBARK_SPIRIT_ENTRY,0,5,0,1,0,100,0,15000,15000,15000,15000,41,0,0,0,0,0,0,1,0,0,0,0,0,0,0,'Whitebark''s Spirit - after 15sec OOC - despawn'); diff --git a/sql/old/3.3.5a/2011_06_17_21_world_misc.sql b/sql/old/3.3.5a/2011_06_17_21_world_misc.sql new file mode 100644 index 00000000000..bfc6742b0b2 --- /dev/null +++ b/sql/old/3.3.5a/2011_06_17_21_world_misc.sql @@ -0,0 +1,9 @@ +UPDATE `creature_template` SET `baseattacktime`=2000,`speed_run`=0.99206 WHERE `entry`=35321; +UPDATE `creature_template` SET `npcflag`=`npcflag`|0x1000000,`spell1`=51421 WHERE `entry`=28366 +UPDATE `creature_template` SET `npcflag`=`npcflag`|0x1000000,`exp`=2,`minlevel`=75,`maxlevel`=75,`baseattacktime`=2000,`speed_run`=3.42857,`VehicleId`=107 WHERE `entry`=35299; +UPDATE `creature_model_info` SET `bounding_radius`=0.3055,`combat_reach`=1,`gender`=2 WHERE `modelid`=27101; +UPDATE `creature_model_info` SET `bounding_radius`=0.434,`combat_reach`=1.4,`gender`=0 WHERE `modelid`=29862; + +DELETE FROM `npc_spellclick_spells` WHERE `npc_entry`=35299; +INSERT INTO `npc_spellclick_spells` VALUES +(35299,46598,0,0,0,1,0,0,0); diff --git a/sql/old/3.3.5a/2011_06_17_22_world_misc.sql b/sql/old/3.3.5a/2011_06_17_22_world_misc.sql new file mode 100644 index 00000000000..b3250536ce9 --- /dev/null +++ b/sql/old/3.3.5a/2011_06_17_22_world_misc.sql @@ -0,0 +1,7 @@ +DELETE FROM `npc_text` WHERE `ID` IN (14121,14122,17713) AND `WDBVerified`=-1; +INSERT INTO `npc_text` (`ID`,`text0_0`,`WDBVerified`) VALUES -- needs dataz +(14121, '<Placeholder>', -1), +(14122, '<Placeholder>', -1), +(17713, '<Placeholder>', -1); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=342 AND `SourceEntry`=1; |