From 3f503cd1d10c1785ef1520ff960e0577131b6005 Mon Sep 17 00:00:00 2001 From: Boomper Date: Wed, 27 Jan 2016 21:53:05 +0100 Subject: Core/Spells: Fixed Heroic Leap Closes #14807 Closes #14134 --- sql/updates/world/2016_01_27_00_world.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/2016_01_27_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/2016_01_27_00_world.sql b/sql/updates/world/2016_01_27_00_world.sql new file mode 100644 index 00000000000..0690f8ceed7 --- /dev/null +++ b/sql/updates/world/2016_01_27_00_world.sql @@ -0,0 +1,6 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_warr_heroic_leap', 'spell_warr_heroic_leap_jump'); +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(6544,'spell_warr_heroic_leap'), +(178368,'spell_warr_heroic_leap_jump'); + +UPDATE `creature_template` SET `flags_extra`=`flags_extra`|0x80 WHERE `entry`=47319; -- cgit v1.2.3 From a224c400b14b9e4cf82c43bd6f8ed18d83d17e6d Mon Sep 17 00:00:00 2001 From: Dr-J Date: Sat, 30 Jan 2016 15:16:18 +0000 Subject: DB/SAI: Overthane Balargarde A couple of updates to previous commit https://github.com/TrinityCore/TrinityCore/commit/a258e36039392b60a0f0c98a466f9e4f1121f3eb Closes #4841 --- sql/updates/world/2016_01_30_05_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2016_01_30_05_world.sql (limited to 'sql') diff --git a/sql/updates/world/2016_01_30_05_world.sql b/sql/updates/world/2016_01_30_05_world.sql new file mode 100644 index 00000000000..1e341506dfc --- /dev/null +++ b/sql/updates/world/2016_01_30_05_world.sql @@ -0,0 +1,2 @@ +UPDATE `smart_scripts` SET `event_param1`=60600, `event_param2`=60600 WHERE `entryorguid`=3101600 AND `source_type`=9 AND `id`=8 AND `link`=0; +UPDATE `smart_scripts` SET `action_param1`=2, `comment`='Overthane Balargarde - On Data Set - Set Phase 2' WHERE `entryorguid`=31016 AND `source_type`=0 AND `id`=26 AND `link`=33; -- cgit v1.2.3 From 3d2d6288899d7164218fd22c0f8402258b5fb9a4 Mon Sep 17 00:00:00 2001 From: Dr-J Date: Sat, 30 Jan 2016 15:23:37 +0000 Subject: Remove unintended file --- sql/updates/world/2016_01_30_05_world.sql | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 sql/updates/world/2016_01_30_05_world.sql (limited to 'sql') diff --git a/sql/updates/world/2016_01_30_05_world.sql b/sql/updates/world/2016_01_30_05_world.sql deleted file mode 100644 index 1e341506dfc..00000000000 --- a/sql/updates/world/2016_01_30_05_world.sql +++ /dev/null @@ -1,2 +0,0 @@ -UPDATE `smart_scripts` SET `event_param1`=60600, `event_param2`=60600 WHERE `entryorguid`=3101600 AND `source_type`=9 AND `id`=8 AND `link`=0; -UPDATE `smart_scripts` SET `action_param1`=2, `comment`='Overthane Balargarde - On Data Set - Set Phase 2' WHERE `entryorguid`=31016 AND `source_type`=0 AND `id`=26 AND `link`=33; -- cgit v1.2.3 From d932f7452f58f672832f3e717c592d0d50402e03 Mon Sep 17 00:00:00 2001 From: imbavirus Date: Mon, 1 Feb 2016 19:21:08 +0200 Subject: Rename incorrectly named files --- .../world/2015_01_16_00_world_2015_12_14_00.sql | 32 -- .../world/2016_01_16_00_world_2015_12_14_00.sql | 32 ++ .../world/2016_01_16_00_world_2015_12_15_03.sql | 5 - .../world/2016_01_16_01_world_2015_12_15_03.sql | 5 + .../world/2016_01_16_01_world_2015_12_16_00.sql | 91 ---- .../world/2016_01_16_02_world_2015_12_16_00.sql | 91 ++++ .../world/2016_01_16_02_world_2015_12_16_01.sql | 53 -- .../world/2016_01_16_03_world_2015_12_16_01.sql | 53 ++ .../world/2016_01_16_03_world_2015_12_17_00.sql | 3 - .../world/2016_01_16_04_world_2015_12_18_01.sql | 3 - .../world/2016_01_16_05_world_2015_12_17_00.sql | 3 + .../world/2016_01_16_05_world_2015_12_18_02.sql | 2 - .../world/2016_01_16_06_world_2015_12_18_01.sql | 3 + .../world/2016_01_16_06_world_2015_12_18_04.sql | 8 - .../world/2016_01_16_07_world_2015_12_18_02.sql | 2 + .../world/2016_01_16_07_world_2015_12_20_00.sql | 570 --------------------- .../world/2016_01_16_08_world_2015_12_18_04.sql | 8 + .../world/2016_01_16_08_world_2015_12_24_00.sql | 3 - .../world/2016_01_16_09_world_2015_12_20_00.sql | 570 +++++++++++++++++++++ .../world/2016_01_16_10_world_2015_12_24_00.sql | 3 + 20 files changed, 770 insertions(+), 770 deletions(-) delete mode 100644 sql/updates/world/2015_01_16_00_world_2015_12_14_00.sql create mode 100644 sql/updates/world/2016_01_16_00_world_2015_12_14_00.sql delete mode 100644 sql/updates/world/2016_01_16_00_world_2015_12_15_03.sql create mode 100644 sql/updates/world/2016_01_16_01_world_2015_12_15_03.sql delete mode 100644 sql/updates/world/2016_01_16_01_world_2015_12_16_00.sql create mode 100644 sql/updates/world/2016_01_16_02_world_2015_12_16_00.sql delete mode 100644 sql/updates/world/2016_01_16_02_world_2015_12_16_01.sql create mode 100644 sql/updates/world/2016_01_16_03_world_2015_12_16_01.sql delete mode 100644 sql/updates/world/2016_01_16_03_world_2015_12_17_00.sql delete mode 100644 sql/updates/world/2016_01_16_04_world_2015_12_18_01.sql create mode 100644 sql/updates/world/2016_01_16_05_world_2015_12_17_00.sql delete mode 100644 sql/updates/world/2016_01_16_05_world_2015_12_18_02.sql create mode 100644 sql/updates/world/2016_01_16_06_world_2015_12_18_01.sql delete mode 100644 sql/updates/world/2016_01_16_06_world_2015_12_18_04.sql create mode 100644 sql/updates/world/2016_01_16_07_world_2015_12_18_02.sql delete mode 100644 sql/updates/world/2016_01_16_07_world_2015_12_20_00.sql create mode 100644 sql/updates/world/2016_01_16_08_world_2015_12_18_04.sql delete mode 100644 sql/updates/world/2016_01_16_08_world_2015_12_24_00.sql create mode 100644 sql/updates/world/2016_01_16_09_world_2015_12_20_00.sql create mode 100644 sql/updates/world/2016_01_16_10_world_2015_12_24_00.sql (limited to 'sql') diff --git a/sql/updates/world/2015_01_16_00_world_2015_12_14_00.sql b/sql/updates/world/2015_01_16_00_world_2015_12_14_00.sql deleted file mode 100644 index 85faf4448e2..00000000000 --- a/sql/updates/world/2015_01_16_00_world_2015_12_14_00.sql +++ /dev/null @@ -1,32 +0,0 @@ --- instructor razuvious cleanup -DELETE FROM `creature_text` WHERE `entry`=16061; -INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`probability`,`sound`,`BroadcastTextId`,`TextRange`,`comment`) VALUES -(16061,0,0,"Do as I taught you!",14,100,8855,13075,3,"Razuvious SAY_AGGRO #1"), -(16061,0,1,"The time for practice is over! Show me what you have learned!",14,100,8859,13078,3,"Razuvious SAY_AGGRO #2"), -(16061,0,2,"Show them no mercy!",14,100,8856,13076,3,"Razuvious SAY_AGGRO #3"), -(16061,1,0,"%s lets loose a triumphant shout.",41,30,0,13082,3,"Razuvious SAY_SLAY"), -(16061,2,0,"You should have stayed home.",14,50,8861,13081,3,"Razuvious SAY_TAUNTED #1"), -(16061,2,1,"You disappoint me, students!",14,50,8858,13077,3,"Razuvious SAY_TAUNTED #2"), -(16061,2,2,"I'm just getting warmed up!",14,50,8852,13072,3,"Razuvious SAY_TAUNTED #3"), -(16061,2,3,"Stand and fight!",14,50,8853,13073,3,"Razuvious SAY_TAUNTED #4"), -(16061,2,4,"Sweep the leg... Do you have a problem with that?",14,50,8861,13080,3,"Razuvious SAY_TAUNTED #5"), -(16061,3,0,"An honorable... death.",14,100,8860,13079,3,"Razuvious SAY_DEATH"); - --- move understudies to summon groups for proper reset behavior -DELETE FROM `creature` WHERE `guid` IN (128184,128185); -DELETE FROM `linked_respawn` WHERE `guid` IN (128184,128185); -DELETE FROM `creature_summon_groups` WHERE `summonerId`=16061 AND `summonerType`=0; -INSERT INTO `creature_summon_groups` (`summonerId`,`summonerType`,`groupId`,`entry`,`position_x`,`position_y`,`position_z`,`orientation`,`summonType`) VALUES -(16061,0,1,16803,2757.476,-3111.519,267.7678,3.926991,8), -(16061,0,1,16803,2762.049,-3084.467,267.7678,2.129302,8), -(16061,0,2,16803,2778.911,-3114.142,267.7678,5.288348,8), -(16061,0,2,16803,2781.866,-3088.187,267.7678,0.9075712,8); - --- "Hopeless" debuff on death may only target understudies -DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=29125; -INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`NegativeCondition`,`Comment`) VALUES -(13,1,29125,31,0,3,16803,0,"Instructor Razuvious - Hopeless debuff - only target Death Knight Understudy"); - --- transition understudies to scripted AI to prevent them overriding player control -UPDATE `creature_template` SET `AIName`="",`ScriptName`="npc_dk_understudy" WHERE `entry`=16803; -DELETE FROM `smart_scripts` WHERE `entryorguid`=16803 AND `source_type`=0; diff --git a/sql/updates/world/2016_01_16_00_world_2015_12_14_00.sql b/sql/updates/world/2016_01_16_00_world_2015_12_14_00.sql new file mode 100644 index 00000000000..85faf4448e2 --- /dev/null +++ b/sql/updates/world/2016_01_16_00_world_2015_12_14_00.sql @@ -0,0 +1,32 @@ +-- instructor razuvious cleanup +DELETE FROM `creature_text` WHERE `entry`=16061; +INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`probability`,`sound`,`BroadcastTextId`,`TextRange`,`comment`) VALUES +(16061,0,0,"Do as I taught you!",14,100,8855,13075,3,"Razuvious SAY_AGGRO #1"), +(16061,0,1,"The time for practice is over! Show me what you have learned!",14,100,8859,13078,3,"Razuvious SAY_AGGRO #2"), +(16061,0,2,"Show them no mercy!",14,100,8856,13076,3,"Razuvious SAY_AGGRO #3"), +(16061,1,0,"%s lets loose a triumphant shout.",41,30,0,13082,3,"Razuvious SAY_SLAY"), +(16061,2,0,"You should have stayed home.",14,50,8861,13081,3,"Razuvious SAY_TAUNTED #1"), +(16061,2,1,"You disappoint me, students!",14,50,8858,13077,3,"Razuvious SAY_TAUNTED #2"), +(16061,2,2,"I'm just getting warmed up!",14,50,8852,13072,3,"Razuvious SAY_TAUNTED #3"), +(16061,2,3,"Stand and fight!",14,50,8853,13073,3,"Razuvious SAY_TAUNTED #4"), +(16061,2,4,"Sweep the leg... Do you have a problem with that?",14,50,8861,13080,3,"Razuvious SAY_TAUNTED #5"), +(16061,3,0,"An honorable... death.",14,100,8860,13079,3,"Razuvious SAY_DEATH"); + +-- move understudies to summon groups for proper reset behavior +DELETE FROM `creature` WHERE `guid` IN (128184,128185); +DELETE FROM `linked_respawn` WHERE `guid` IN (128184,128185); +DELETE FROM `creature_summon_groups` WHERE `summonerId`=16061 AND `summonerType`=0; +INSERT INTO `creature_summon_groups` (`summonerId`,`summonerType`,`groupId`,`entry`,`position_x`,`position_y`,`position_z`,`orientation`,`summonType`) VALUES +(16061,0,1,16803,2757.476,-3111.519,267.7678,3.926991,8), +(16061,0,1,16803,2762.049,-3084.467,267.7678,2.129302,8), +(16061,0,2,16803,2778.911,-3114.142,267.7678,5.288348,8), +(16061,0,2,16803,2781.866,-3088.187,267.7678,0.9075712,8); + +-- "Hopeless" debuff on death may only target understudies +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=29125; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`NegativeCondition`,`Comment`) VALUES +(13,1,29125,31,0,3,16803,0,"Instructor Razuvious - Hopeless debuff - only target Death Knight Understudy"); + +-- transition understudies to scripted AI to prevent them overriding player control +UPDATE `creature_template` SET `AIName`="",`ScriptName`="npc_dk_understudy" WHERE `entry`=16803; +DELETE FROM `smart_scripts` WHERE `entryorguid`=16803 AND `source_type`=0; diff --git a/sql/updates/world/2016_01_16_00_world_2015_12_15_03.sql b/sql/updates/world/2016_01_16_00_world_2015_12_15_03.sql deleted file mode 100644 index 99cc9e14646..00000000000 --- a/sql/updates/world/2016_01_16_00_world_2015_12_15_03.sql +++ /dev/null @@ -1,5 +0,0 @@ -DELETE FROM `areatrigger_scripts` WHERE `entry` IN (5732 /*entrance Lord Marrowgar*/, 5708/*Blood Prince Council*/, 5709 /*entrance Lady Deathwhisper*/); -INSERT INTO `areatrigger_scripts` (`entry`, `ScriptName`) VALUES -(5732, 'at_lord_marrowgar_entrance'), -(5708, 'at_blood_prince_council_start_intro'), -(5709, 'at_lady_deathwhisper_entrance'); diff --git a/sql/updates/world/2016_01_16_01_world_2015_12_15_03.sql b/sql/updates/world/2016_01_16_01_world_2015_12_15_03.sql new file mode 100644 index 00000000000..99cc9e14646 --- /dev/null +++ b/sql/updates/world/2016_01_16_01_world_2015_12_15_03.sql @@ -0,0 +1,5 @@ +DELETE FROM `areatrigger_scripts` WHERE `entry` IN (5732 /*entrance Lord Marrowgar*/, 5708/*Blood Prince Council*/, 5709 /*entrance Lady Deathwhisper*/); +INSERT INTO `areatrigger_scripts` (`entry`, `ScriptName`) VALUES +(5732, 'at_lord_marrowgar_entrance'), +(5708, 'at_blood_prince_council_start_intro'), +(5709, 'at_lady_deathwhisper_entrance'); diff --git a/sql/updates/world/2016_01_16_01_world_2015_12_16_00.sql b/sql/updates/world/2016_01_16_01_world_2015_12_16_00.sql deleted file mode 100644 index 62d640117f7..00000000000 --- a/sql/updates/world/2016_01_16_01_world_2015_12_16_00.sql +++ /dev/null @@ -1,91 +0,0 @@ --- --- Sulaa Waypointscript -UPDATE `creature` SET spawndist = 0, MovementType = 0 WHERE guid = 61958; -UPDATE `creature_template_addon` SET bytes1 = 0 WHERE Entry = 17219; - --- Sulaa SAI -SET @ENTRY := 17219; -UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; -DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `source_type`=0; -INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES -(@ENTRY,0,0,0,25,0,100,0,0,0,0,0,53,0,17219,1,0,0,0,1,0,0,0,0,0,0,0,"Sulaa - On Reset - Start Waypoint"), -(@ENTRY,0,1,0,64,0,100,0,0,0,0,0,54,20000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Sulaa - On Gossip Hello - Pause Waypoint"), -(@ENTRY,0,2,0,40,0,100,0,1,17219,0,0,80,@ENTRY*100+00,2,0,0,0,0,1,0,0,0,0,0,0,0,"Sulaa - On Waypoint 1 Reached - Run Script"), -(@ENTRY,0,3,0,40,0,100,0,4,17219,0,0,80,@ENTRY*100+01,2,0,0,0,0,1,0,0,0,0,0,0,0,"Sulaa - On Waypoint 4 Reached - Run Script"), -(@ENTRY,0,4,0,40,0,100,0,8,17219,0,0,80,@ENTRY*100+02,0,0,0,0,0,1,0,0,0,0,0,0,0,"Sulaa - On Waypoint 8 Reached - Pause Waypoint"), -(@ENTRY,0,5,0,40,0,100,0,12,17219,0,0,80,@ENTRY*100+03,2,0,0,0,0,1,0,0,0,0,0,0,0,"Sulaa - On Waypoint 12 Reached - Run Script"); - --- Actionlist SAI -SET @ENTRY := 1721900; -DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `source_type`=9; -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,9,0,0,0,0,100,0,0,0,0,0,54,300000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Sulaa - On Script - Pause Waypoint"), -(@ENTRY,9,1,0,0,0,100,0,2000,2000,0,0,11,32992,0,0,0,0,0,1,0,0,0,0,0,0,0,"Sulaa - On Script - Cast 'Ice Cast Visual'"), -(@ENTRY,9,2,0,0,0,100,0,5000,5000,0,0,45,1,1,0,0,0,0,10,67179,18814,0,0,0,0,0,"Sulaa - On Script - Set Data 1 1"), -(@ENTRY,9,3,0,0,0,100,0,0,0,0,0,45,1,1,0,0,0,0,10,67176,18814,0,0,0,0,0,"Sulaa - On Script - Set Data 1 1"), -(@ENTRY,9,4,0,0,0,100,0,2000,2000,0,0,5,4,0,0,0,0,0,1,0,0,0,0,0,0,0,"Sulaa - On Script - Play Emote 4"), -(@ENTRY,9,5,0,0,0,100,0,0,0,0,0,45,1,1,0,0,0,0,10,67175,18814,0,0,0,0,0,"Sulaa - On Script - Set Data 1 1"), -(@ENTRY,9,6,0,0,0,100,0,0,0,0,0,45,1,1,0,0,0,0,10,67180,18814,0,0,0,0,0,"Sulaa - On Script - Set Data 1 1"), -(@ENTRY,9,7,0,0,0,100,0,2000,2000,0,0,45,1,1,0,0,0,0,10,67173,18814,0,0,0,0,0,"Sulaa - On Script - Set Data 1 1"), -(@ENTRY,9,8,0,0,0,100,0,0,0,0,0,45,1,1,0,0,0,0,10,67178,18814,0,0,0,0,0,"Sulaa - On Script - Set Data 1 1"); - --- Actionlist SAI -SET @ENTRY := 1721901; -DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `source_type`=9; -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,9,0,0,0,0,100,0,0,0,0,0,54,8000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Sulaa - On Script - Pause Waypoint"), -(@ENTRY,9,1,0,0,0,100,0,2000,2000,0,0,11,32992,0,0,0,0,0,1,0,0,0,0,0,0,0,"Sulaa - On Script - Cast 'Ice Cast Visual'"), -(@ENTRY,9,2,0,0,0,100,0,5000,5000,0,0,45,1,1,0,0,0,0,10,67179,18814,0,0,0,0,0,"Sulaa - On Script - Set Data 1 1"), -(@ENTRY,9,3,0,0,0,100,0,0,0,0,0,45,1,1,0,0,0,0,10,67181,18814,0,0,0,0,0,"Sulaa - On Script - Set Data 1 1"), -(@ENTRY,9,4,0,0,0,100,0,0,0,0,0,45,1,1,0,0,0,0,10,67182,18814,0,0,0,0,0,"Sulaa - On Script - Set Data 1 1"); - --- Actionlist SAI -SET @ENTRY := 1721902; -DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `source_type`=9; -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,9,0,0,0,0,100,0,0,0,0,0,54,8000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Sulaa - On Script - Pause Waypoint"), -(@ENTRY,9,1,0,0,0,100,0,2000,2000,0,0,11,32992,0,0,0,0,0,1,0,0,0,0,0,0,0,"On Script - Cast 'Ice Cast Visual'"), -(@ENTRY,9,2,0,0,0,100,0,5000,5000,0,0,45,1,1,0,0,0,0,10,67176,18814,0,0,0,0,0,"On Script - Set Data 1 1"), -(@ENTRY,9,3,0,0,0,100,0,0,0,0,0,45,1,1,0,0,0,0,10,67171,18814,0,0,0,0,0,"On Script - Set Data 1 1"), -(@ENTRY,9,4,0,0,0,100,0,0,0,0,0,45,1,1,0,0,0,0,10,67172,18814,0,0,0,0,0,"On Script - Set Data 1 1"); - --- Actionlist SAI -SET @ENTRY := 1721903; -DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `source_type`=9; -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,9,0,0,0,0,100,0,0,0,0,0,54,12000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Sulaa - On Script - Pause Waypoint"), -(@ENTRY,9,1,0,0,0,100,0,3000,3000,0,0,90,8,0,0,0,0,0,1,0,0,0,0,0,0,0,"Sulaa - On Script - Set Flag Standstate Kneel"), -(@ENTRY,9,2,0,0,0,100,0,7000,7000,0,0,91,8,0,0,0,0,0,1,0,0,0,0,0,0,0,"Sulaa - On Script - Remove Flag Standstate Kneel"); - - -DELETE FROM `waypoints` WHERE `entry`=17219; -INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `point_comment`) VALUES -(17219,1,-3778.78,-11409.2,-137.952, 'Sulaa'), -(17219,2,-3778.9,-11411.9,-137.96, 'Sulaa'), -(17219,3,-3779.4,-11415.4,-137.982, 'Sulaa'), -(17219,4,-3775.53,-11420.1,-137.955, 'Sulaa'), -(17219,5,-3777.94,-11421.6,-137.988, 'Sulaa'), -(17219,6,-3781.69,-11422.3,-138.036, 'Sulaa'), -(17219,7,-3788.19,-11418.6,-138.097, 'Sulaa'), -(17219,8,-3789.85,-11414.1,-138.101, 'Sulaa'), -(17219,9,-3788.37,-11413.7,-138.081, 'Sulaa'), -(17219,10,-3783.87,-11414.4,-138.031, 'Sulaa'), -(17219,11,-3779.87,-11410.7,-137.97, 'Sulaa'), -(17219,12,-3777.9,-11407.2,-137.934, 'Sulaa'); - --- Exodar Invisible Stalker SAI -UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=18814; -DELETE FROM `smart_scripts` WHERE `entryorguid` IN (-67179, -67176, -67175, -67180, -67173, -67178, -67181, -67182, -67171, -67172) AND `source_type`=0; -INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES -(-67179,0,0,0,38,0,100,0,1,1,0,0,11,32995,0,0,0,0,0,1,0,0,0,0,0,0,0,"Exodar Invisible Stalker - On Data Set 1 1 - Cast 'Water Elemental Impact Visual'"), -(-67176,0,0,0,38,0,100,0,1,1,0,0,11,32995,0,0,0,0,0,1,0,0,0,0,0,0,0,"Exodar Invisible Stalker - On Data Set 1 1 - Cast 'Water Elemental Impact Visual'"), -(-67175,0,0,0,38,0,100,0,1,1,0,0,11,32995,0,0,0,0,0,1,0,0,0,0,0,0,0,"Exodar Invisible Stalker - On Data Set 1 1 - Cast 'Water Elemental Impact Visual'"), -(-67180,0,0,0,38,0,100,0,1,1,0,0,11,32995,0,0,0,0,0,1,0,0,0,0,0,0,0,"Exodar Invisible Stalker - On Data Set 1 1 - Cast 'Water Elemental Impact Visual'"), -(-67173,0,0,0,38,0,100,0,1,1,0,0,11,32995,0,0,0,0,0,1,0,0,0,0,0,0,0,"Exodar Invisible Stalker - On Data Set 1 1 - Cast 'Water Elemental Impact Visual'"), -(-67178,0,0,0,38,0,100,0,1,1,0,0,11,32995,0,0,0,0,0,1,0,0,0,0,0,0,0,"Exodar Invisible Stalker - On Data Set 1 1 - Cast 'Water Elemental Impact Visual'"), -(-67181,0,0,0,38,0,100,0,1,1,0,0,11,32995,0,0,0,0,0,1,0,0,0,0,0,0,0,"Exodar Invisible Stalker - On Data Set 1 1 - Cast 'Water Elemental Impact Visual'"), -(-67182,0,0,0,38,0,100,0,1,1,0,0,11,32995,0,0,0,0,0,1,0,0,0,0,0,0,0,"Exodar Invisible Stalker - On Data Set 1 1 - Cast 'Water Elemental Impact Visual'"), -(-67171,0,0,0,38,0,100,0,1,1,0,0,11,32995,0,0,0,0,0,1,0,0,0,0,0,0,0,"Exodar Invisible Stalker - On Data Set 1 1 - Cast 'Water Elemental Impact Visual'"), -(-67172,0,0,0,38,0,100,0,1,1,0,0,11,32995,0,0,0,0,0,1,0,0,0,0,0,0,0,"Exodar Invisible Stalker - On Data Set 1 1 - Cast 'Water Elemental Impact Visual'"); - -UPDATE `creature_template` SET `InhabitType`=4 WHERE `entry`=17436; diff --git a/sql/updates/world/2016_01_16_02_world_2015_12_16_00.sql b/sql/updates/world/2016_01_16_02_world_2015_12_16_00.sql new file mode 100644 index 00000000000..62d640117f7 --- /dev/null +++ b/sql/updates/world/2016_01_16_02_world_2015_12_16_00.sql @@ -0,0 +1,91 @@ +-- +-- Sulaa Waypointscript +UPDATE `creature` SET spawndist = 0, MovementType = 0 WHERE guid = 61958; +UPDATE `creature_template_addon` SET bytes1 = 0 WHERE Entry = 17219; + +-- Sulaa SAI +SET @ENTRY := 17219; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `source_type`=0; +INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(@ENTRY,0,0,0,25,0,100,0,0,0,0,0,53,0,17219,1,0,0,0,1,0,0,0,0,0,0,0,"Sulaa - On Reset - Start Waypoint"), +(@ENTRY,0,1,0,64,0,100,0,0,0,0,0,54,20000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Sulaa - On Gossip Hello - Pause Waypoint"), +(@ENTRY,0,2,0,40,0,100,0,1,17219,0,0,80,@ENTRY*100+00,2,0,0,0,0,1,0,0,0,0,0,0,0,"Sulaa - On Waypoint 1 Reached - Run Script"), +(@ENTRY,0,3,0,40,0,100,0,4,17219,0,0,80,@ENTRY*100+01,2,0,0,0,0,1,0,0,0,0,0,0,0,"Sulaa - On Waypoint 4 Reached - Run Script"), +(@ENTRY,0,4,0,40,0,100,0,8,17219,0,0,80,@ENTRY*100+02,0,0,0,0,0,1,0,0,0,0,0,0,0,"Sulaa - On Waypoint 8 Reached - Pause Waypoint"), +(@ENTRY,0,5,0,40,0,100,0,12,17219,0,0,80,@ENTRY*100+03,2,0,0,0,0,1,0,0,0,0,0,0,0,"Sulaa - On Waypoint 12 Reached - Run Script"); + +-- Actionlist SAI +SET @ENTRY := 1721900; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `source_type`=9; +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,9,0,0,0,0,100,0,0,0,0,0,54,300000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Sulaa - On Script - Pause Waypoint"), +(@ENTRY,9,1,0,0,0,100,0,2000,2000,0,0,11,32992,0,0,0,0,0,1,0,0,0,0,0,0,0,"Sulaa - On Script - Cast 'Ice Cast Visual'"), +(@ENTRY,9,2,0,0,0,100,0,5000,5000,0,0,45,1,1,0,0,0,0,10,67179,18814,0,0,0,0,0,"Sulaa - On Script - Set Data 1 1"), +(@ENTRY,9,3,0,0,0,100,0,0,0,0,0,45,1,1,0,0,0,0,10,67176,18814,0,0,0,0,0,"Sulaa - On Script - Set Data 1 1"), +(@ENTRY,9,4,0,0,0,100,0,2000,2000,0,0,5,4,0,0,0,0,0,1,0,0,0,0,0,0,0,"Sulaa - On Script - Play Emote 4"), +(@ENTRY,9,5,0,0,0,100,0,0,0,0,0,45,1,1,0,0,0,0,10,67175,18814,0,0,0,0,0,"Sulaa - On Script - Set Data 1 1"), +(@ENTRY,9,6,0,0,0,100,0,0,0,0,0,45,1,1,0,0,0,0,10,67180,18814,0,0,0,0,0,"Sulaa - On Script - Set Data 1 1"), +(@ENTRY,9,7,0,0,0,100,0,2000,2000,0,0,45,1,1,0,0,0,0,10,67173,18814,0,0,0,0,0,"Sulaa - On Script - Set Data 1 1"), +(@ENTRY,9,8,0,0,0,100,0,0,0,0,0,45,1,1,0,0,0,0,10,67178,18814,0,0,0,0,0,"Sulaa - On Script - Set Data 1 1"); + +-- Actionlist SAI +SET @ENTRY := 1721901; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `source_type`=9; +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,9,0,0,0,0,100,0,0,0,0,0,54,8000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Sulaa - On Script - Pause Waypoint"), +(@ENTRY,9,1,0,0,0,100,0,2000,2000,0,0,11,32992,0,0,0,0,0,1,0,0,0,0,0,0,0,"Sulaa - On Script - Cast 'Ice Cast Visual'"), +(@ENTRY,9,2,0,0,0,100,0,5000,5000,0,0,45,1,1,0,0,0,0,10,67179,18814,0,0,0,0,0,"Sulaa - On Script - Set Data 1 1"), +(@ENTRY,9,3,0,0,0,100,0,0,0,0,0,45,1,1,0,0,0,0,10,67181,18814,0,0,0,0,0,"Sulaa - On Script - Set Data 1 1"), +(@ENTRY,9,4,0,0,0,100,0,0,0,0,0,45,1,1,0,0,0,0,10,67182,18814,0,0,0,0,0,"Sulaa - On Script - Set Data 1 1"); + +-- Actionlist SAI +SET @ENTRY := 1721902; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `source_type`=9; +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,9,0,0,0,0,100,0,0,0,0,0,54,8000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Sulaa - On Script - Pause Waypoint"), +(@ENTRY,9,1,0,0,0,100,0,2000,2000,0,0,11,32992,0,0,0,0,0,1,0,0,0,0,0,0,0,"On Script - Cast 'Ice Cast Visual'"), +(@ENTRY,9,2,0,0,0,100,0,5000,5000,0,0,45,1,1,0,0,0,0,10,67176,18814,0,0,0,0,0,"On Script - Set Data 1 1"), +(@ENTRY,9,3,0,0,0,100,0,0,0,0,0,45,1,1,0,0,0,0,10,67171,18814,0,0,0,0,0,"On Script - Set Data 1 1"), +(@ENTRY,9,4,0,0,0,100,0,0,0,0,0,45,1,1,0,0,0,0,10,67172,18814,0,0,0,0,0,"On Script - Set Data 1 1"); + +-- Actionlist SAI +SET @ENTRY := 1721903; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `source_type`=9; +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,9,0,0,0,0,100,0,0,0,0,0,54,12000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Sulaa - On Script - Pause Waypoint"), +(@ENTRY,9,1,0,0,0,100,0,3000,3000,0,0,90,8,0,0,0,0,0,1,0,0,0,0,0,0,0,"Sulaa - On Script - Set Flag Standstate Kneel"), +(@ENTRY,9,2,0,0,0,100,0,7000,7000,0,0,91,8,0,0,0,0,0,1,0,0,0,0,0,0,0,"Sulaa - On Script - Remove Flag Standstate Kneel"); + + +DELETE FROM `waypoints` WHERE `entry`=17219; +INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `point_comment`) VALUES +(17219,1,-3778.78,-11409.2,-137.952, 'Sulaa'), +(17219,2,-3778.9,-11411.9,-137.96, 'Sulaa'), +(17219,3,-3779.4,-11415.4,-137.982, 'Sulaa'), +(17219,4,-3775.53,-11420.1,-137.955, 'Sulaa'), +(17219,5,-3777.94,-11421.6,-137.988, 'Sulaa'), +(17219,6,-3781.69,-11422.3,-138.036, 'Sulaa'), +(17219,7,-3788.19,-11418.6,-138.097, 'Sulaa'), +(17219,8,-3789.85,-11414.1,-138.101, 'Sulaa'), +(17219,9,-3788.37,-11413.7,-138.081, 'Sulaa'), +(17219,10,-3783.87,-11414.4,-138.031, 'Sulaa'), +(17219,11,-3779.87,-11410.7,-137.97, 'Sulaa'), +(17219,12,-3777.9,-11407.2,-137.934, 'Sulaa'); + +-- Exodar Invisible Stalker SAI +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=18814; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (-67179, -67176, -67175, -67180, -67173, -67178, -67181, -67182, -67171, -67172) AND `source_type`=0; +INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(-67179,0,0,0,38,0,100,0,1,1,0,0,11,32995,0,0,0,0,0,1,0,0,0,0,0,0,0,"Exodar Invisible Stalker - On Data Set 1 1 - Cast 'Water Elemental Impact Visual'"), +(-67176,0,0,0,38,0,100,0,1,1,0,0,11,32995,0,0,0,0,0,1,0,0,0,0,0,0,0,"Exodar Invisible Stalker - On Data Set 1 1 - Cast 'Water Elemental Impact Visual'"), +(-67175,0,0,0,38,0,100,0,1,1,0,0,11,32995,0,0,0,0,0,1,0,0,0,0,0,0,0,"Exodar Invisible Stalker - On Data Set 1 1 - Cast 'Water Elemental Impact Visual'"), +(-67180,0,0,0,38,0,100,0,1,1,0,0,11,32995,0,0,0,0,0,1,0,0,0,0,0,0,0,"Exodar Invisible Stalker - On Data Set 1 1 - Cast 'Water Elemental Impact Visual'"), +(-67173,0,0,0,38,0,100,0,1,1,0,0,11,32995,0,0,0,0,0,1,0,0,0,0,0,0,0,"Exodar Invisible Stalker - On Data Set 1 1 - Cast 'Water Elemental Impact Visual'"), +(-67178,0,0,0,38,0,100,0,1,1,0,0,11,32995,0,0,0,0,0,1,0,0,0,0,0,0,0,"Exodar Invisible Stalker - On Data Set 1 1 - Cast 'Water Elemental Impact Visual'"), +(-67181,0,0,0,38,0,100,0,1,1,0,0,11,32995,0,0,0,0,0,1,0,0,0,0,0,0,0,"Exodar Invisible Stalker - On Data Set 1 1 - Cast 'Water Elemental Impact Visual'"), +(-67182,0,0,0,38,0,100,0,1,1,0,0,11,32995,0,0,0,0,0,1,0,0,0,0,0,0,0,"Exodar Invisible Stalker - On Data Set 1 1 - Cast 'Water Elemental Impact Visual'"), +(-67171,0,0,0,38,0,100,0,1,1,0,0,11,32995,0,0,0,0,0,1,0,0,0,0,0,0,0,"Exodar Invisible Stalker - On Data Set 1 1 - Cast 'Water Elemental Impact Visual'"), +(-67172,0,0,0,38,0,100,0,1,1,0,0,11,32995,0,0,0,0,0,1,0,0,0,0,0,0,0,"Exodar Invisible Stalker - On Data Set 1 1 - Cast 'Water Elemental Impact Visual'"); + +UPDATE `creature_template` SET `InhabitType`=4 WHERE `entry`=17436; diff --git a/sql/updates/world/2016_01_16_02_world_2015_12_16_01.sql b/sql/updates/world/2016_01_16_02_world_2015_12_16_01.sql deleted file mode 100644 index 73c9675e5be..00000000000 --- a/sql/updates/world/2016_01_16_02_world_2015_12_16_01.sql +++ /dev/null @@ -1,53 +0,0 @@ -DELETE FROM `creature_text` WHERE `entry` IN(26860,26862,27102,27037); -INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `BroadcastTextID`, `comment`) VALUES -(26860, 0, 0, 'I''ve never seen you so eager to cause harm to someone, sister. Such a pleasant development... very well, go!', 12, 0, 100, 25, 0, 0, 26229, 'Conqueror Krenna to Player'), -(26860, 1, 0, 'That spineless troll has failed me for the last time. Anthis! Break his legs!', 12, 0, 100, 53, 0, 0, 26227, 'Conqueror Krenna to Player'), -(26862, 0, 0, 'At once, my lady!', 12, 0, 100, 0, 0, 0, 26228, 'Anthis to Player'), -(27102, 0, 0, 'Let me take care of it, sister.', 12, 0, 100, 0, 0, 0, 27108, 'Gorgonna to Player'), -(27102, 1, 0, 'What were you thinking, provoking her like that?', 15, 0, 100, 0, 0, 0, 27109, 'Gorgonna to Player'), -(27102, 2, 0, 'I used good judgment when you showed none. I don''t want to see you lead us into ruin, Krenna!', 12, 0, 100, 0, 0, 0, 27027, 'Gorgonna to Player'), -(27102, 3, 0, 'We''ll see about that.', 12, 0, 100, 0, 0, 0, 27028, 'Gorgonna to Player'), -(27102, 4, 0, 'You... half-idiot! You really did it this time. I''m going to have to make it look like your leg''s broken.', 12, 0, 100, 0, 0, 0, 27110, 'Gorgonna to Player'), -(27102, 5, 0, 'Now don''t move if you ever want to walk again!', 12, 0, 100, 0, 0, 0, 27111, 'Gorgonna to Player'), -(27037, 0, 0, 'No, please! Don''t!', 12, 0, 100, 430, 0, 0, 27112, 'Hidetrader Jun''ik to Player'); - -DELETE FROM `smart_scripts` WHERE `entryorguid`=26860 AND `source_type`=0 AND `id`>0; -DELETE FROM `smart_scripts` WHERE `entryorguid`=27102 AND `source_type`=0; -DELETE FROM `smart_scripts` WHERE `entryorguid`IN(2686000,2710200) AND `source_type`=9; -UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry` IN(27102); - -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 -(26860, 0, 1, 2, 20, 0, 100, 0, 12178, 0, 0, 0, 64, 1, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Conqueror Krenna - On Quest return (12178) - Store Targetlist'), -(26860, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 80, 2686000, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Conqueror Krenna - On Quest return (12178) - Run Script'), - -(27102, 0, 0, 5, 38, 0, 100, 0, 2, 2, 0, 0, 53, 1, 27102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Gorgonna - On Data Set 2 2 - Start WP'), -(27102, 0, 1, 2, 40, 0, 100, 0, 3, 27102, 0, 0, 54, 9000, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Gorgonna - Reached WP3 - Pause WP'), -(27102, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 80, 2710200, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Gorgonna - Reached WP3 - Run Script'), -(27102, 0, 3, 0, 40, 0, 100, 0, 4, 27102, 0, 0, 66, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 2.80998, 'Gorgonna - Reached WP4 - Set Orientation'), -(27102, 0, 4, 0, 38, 0, 100, 0, 1, 1, 0, 0, 5, 66, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Gorgonna - On Data Set 1 1 - Play Emote OneShotSalute'), -(27102, 0, 5, 0, 61, 0, 100, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 12, 1, 0, 0, 0, 0, 0, 0, 'Gorgonna - On Data Set 2 2 - Say Line 1'), - -(2710200, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 1, 4, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Gorgonna - Script - Say Line 4 '), -(2710200, 9, 1, 0, 0, 0, 100, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 19, 27037, 0, 0, 0, 0, 0, 0, 'Gorgonna - Script - Say Line 0 (Hidetrader Jun''ik)'), -(2710200, 9, 2, 0, 0, 0, 100, 0, 7000, 7000, 0, 0, 1, 5, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Gorgonna - Script - Say Line 5 '), -(2710200, 9, 3, 0, 0, 0, 100, 0, 1000, 1000, 0, 0, 11, 42908, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Gorgonna - Script - Cast Cosmetic - Combat Kick'), -(2710200, 9, 4, 0, 0, 0, 100, 0, 0, 0, 0, 0, 59, 0, 0, 0, 0, 0, 0, 21, 50, 0, 0, 0, 0, 0, 0, 'Gorgonna - Script - Turn Run Off'), - -(2686000, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Conqueror Krenna - Script - Say Line 1'), -(2686000, 9, 1, 0, 0, 0, 100, 0, 7000, 7000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 19, 26862, 0, 0, 0, 0, 0, 0, 'Conqueror Krenna - Script - Say Line 0 (Anthis)'), -(2686000, 9, 2, 0, 0, 0, 100, 0, 8000, 8000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 10, 117164, 27102, 0, 0, 0, 0, 0, 'Conqueror Krenna - Script - Say Line 0 (Gorgonna)'), -(2686000, 9, 3, 0, 0, 0, 100, 0, 6000, 6000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Conqueror Krenna - Script - Say Line 0'), -- 15:45:27.765 -(2686000, 9, 4, 0, 0, 0, 100, 0, 1000, 1000, 0, 0, 45, 1, 1, 0, 0, 0, 0, 10, 117164, 27102, 0, 0, 0, 0, 0, 'Conqueror Krenna - Script - Set Data (Gorgonna)'), -(2686000, 9, 5, 0, 0, 0, 100, 0, 1000, 1000, 0, 0, 45, 1, 1, 0, 0, 0, 0, 10, 117164, 27102, 0, 0, 0, 0, 0, 'Conqueror Krenna - Script - Set Data (Gorgonna)'), -(2686000, 9, 6, 0, 0, 0, 100, 0, 0, 0, 0, 0, 100, 1, 0, 0, 0, 0, 0, 10, 117164, 27102, 0, 0, 0, 0, 0, 'Conqueror Krenna - Script - Send Targetlist (Gorgonna)'), -(2686000, 9, 7, 0, 0, 0, 100, 0, 1000, 1000, 0, 0, 45, 2, 2, 0, 0, 0, 0, 10, 117164, 27102, 0, 0, 0, 0, 0, 'Conqueror Krenna - Script - Set Data (Gorgonna)'); - - -DELETE FROM `waypoints` WHERE `entry`=27102; - -INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `point_comment`) VALUES -(27102, 1, 3257.147, -2228.854, 116.0879, 'Gorgonna'), -(27102, 2, 3244.31, -2251.519, 114.7344, 'Gorgonna'), -(27102, 3, 3237.79, -2265.45, 114.2664, 'Gorgonna'), -(27102, 4, 3275.846, -2208.026, 117.0294, 'Gorgonna'); - diff --git a/sql/updates/world/2016_01_16_03_world_2015_12_16_01.sql b/sql/updates/world/2016_01_16_03_world_2015_12_16_01.sql new file mode 100644 index 00000000000..73c9675e5be --- /dev/null +++ b/sql/updates/world/2016_01_16_03_world_2015_12_16_01.sql @@ -0,0 +1,53 @@ +DELETE FROM `creature_text` WHERE `entry` IN(26860,26862,27102,27037); +INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `BroadcastTextID`, `comment`) VALUES +(26860, 0, 0, 'I''ve never seen you so eager to cause harm to someone, sister. Such a pleasant development... very well, go!', 12, 0, 100, 25, 0, 0, 26229, 'Conqueror Krenna to Player'), +(26860, 1, 0, 'That spineless troll has failed me for the last time. Anthis! Break his legs!', 12, 0, 100, 53, 0, 0, 26227, 'Conqueror Krenna to Player'), +(26862, 0, 0, 'At once, my lady!', 12, 0, 100, 0, 0, 0, 26228, 'Anthis to Player'), +(27102, 0, 0, 'Let me take care of it, sister.', 12, 0, 100, 0, 0, 0, 27108, 'Gorgonna to Player'), +(27102, 1, 0, 'What were you thinking, provoking her like that?', 15, 0, 100, 0, 0, 0, 27109, 'Gorgonna to Player'), +(27102, 2, 0, 'I used good judgment when you showed none. I don''t want to see you lead us into ruin, Krenna!', 12, 0, 100, 0, 0, 0, 27027, 'Gorgonna to Player'), +(27102, 3, 0, 'We''ll see about that.', 12, 0, 100, 0, 0, 0, 27028, 'Gorgonna to Player'), +(27102, 4, 0, 'You... half-idiot! You really did it this time. I''m going to have to make it look like your leg''s broken.', 12, 0, 100, 0, 0, 0, 27110, 'Gorgonna to Player'), +(27102, 5, 0, 'Now don''t move if you ever want to walk again!', 12, 0, 100, 0, 0, 0, 27111, 'Gorgonna to Player'), +(27037, 0, 0, 'No, please! Don''t!', 12, 0, 100, 430, 0, 0, 27112, 'Hidetrader Jun''ik to Player'); + +DELETE FROM `smart_scripts` WHERE `entryorguid`=26860 AND `source_type`=0 AND `id`>0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=27102 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`IN(2686000,2710200) AND `source_type`=9; +UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry` IN(27102); + +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 +(26860, 0, 1, 2, 20, 0, 100, 0, 12178, 0, 0, 0, 64, 1, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Conqueror Krenna - On Quest return (12178) - Store Targetlist'), +(26860, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 80, 2686000, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Conqueror Krenna - On Quest return (12178) - Run Script'), + +(27102, 0, 0, 5, 38, 0, 100, 0, 2, 2, 0, 0, 53, 1, 27102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Gorgonna - On Data Set 2 2 - Start WP'), +(27102, 0, 1, 2, 40, 0, 100, 0, 3, 27102, 0, 0, 54, 9000, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Gorgonna - Reached WP3 - Pause WP'), +(27102, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 80, 2710200, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Gorgonna - Reached WP3 - Run Script'), +(27102, 0, 3, 0, 40, 0, 100, 0, 4, 27102, 0, 0, 66, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 2.80998, 'Gorgonna - Reached WP4 - Set Orientation'), +(27102, 0, 4, 0, 38, 0, 100, 0, 1, 1, 0, 0, 5, 66, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Gorgonna - On Data Set 1 1 - Play Emote OneShotSalute'), +(27102, 0, 5, 0, 61, 0, 100, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 12, 1, 0, 0, 0, 0, 0, 0, 'Gorgonna - On Data Set 2 2 - Say Line 1'), + +(2710200, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 1, 4, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Gorgonna - Script - Say Line 4 '), +(2710200, 9, 1, 0, 0, 0, 100, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 19, 27037, 0, 0, 0, 0, 0, 0, 'Gorgonna - Script - Say Line 0 (Hidetrader Jun''ik)'), +(2710200, 9, 2, 0, 0, 0, 100, 0, 7000, 7000, 0, 0, 1, 5, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Gorgonna - Script - Say Line 5 '), +(2710200, 9, 3, 0, 0, 0, 100, 0, 1000, 1000, 0, 0, 11, 42908, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Gorgonna - Script - Cast Cosmetic - Combat Kick'), +(2710200, 9, 4, 0, 0, 0, 100, 0, 0, 0, 0, 0, 59, 0, 0, 0, 0, 0, 0, 21, 50, 0, 0, 0, 0, 0, 0, 'Gorgonna - Script - Turn Run Off'), + +(2686000, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Conqueror Krenna - Script - Say Line 1'), +(2686000, 9, 1, 0, 0, 0, 100, 0, 7000, 7000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 19, 26862, 0, 0, 0, 0, 0, 0, 'Conqueror Krenna - Script - Say Line 0 (Anthis)'), +(2686000, 9, 2, 0, 0, 0, 100, 0, 8000, 8000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 10, 117164, 27102, 0, 0, 0, 0, 0, 'Conqueror Krenna - Script - Say Line 0 (Gorgonna)'), +(2686000, 9, 3, 0, 0, 0, 100, 0, 6000, 6000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Conqueror Krenna - Script - Say Line 0'), -- 15:45:27.765 +(2686000, 9, 4, 0, 0, 0, 100, 0, 1000, 1000, 0, 0, 45, 1, 1, 0, 0, 0, 0, 10, 117164, 27102, 0, 0, 0, 0, 0, 'Conqueror Krenna - Script - Set Data (Gorgonna)'), +(2686000, 9, 5, 0, 0, 0, 100, 0, 1000, 1000, 0, 0, 45, 1, 1, 0, 0, 0, 0, 10, 117164, 27102, 0, 0, 0, 0, 0, 'Conqueror Krenna - Script - Set Data (Gorgonna)'), +(2686000, 9, 6, 0, 0, 0, 100, 0, 0, 0, 0, 0, 100, 1, 0, 0, 0, 0, 0, 10, 117164, 27102, 0, 0, 0, 0, 0, 'Conqueror Krenna - Script - Send Targetlist (Gorgonna)'), +(2686000, 9, 7, 0, 0, 0, 100, 0, 1000, 1000, 0, 0, 45, 2, 2, 0, 0, 0, 0, 10, 117164, 27102, 0, 0, 0, 0, 0, 'Conqueror Krenna - Script - Set Data (Gorgonna)'); + + +DELETE FROM `waypoints` WHERE `entry`=27102; + +INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `point_comment`) VALUES +(27102, 1, 3257.147, -2228.854, 116.0879, 'Gorgonna'), +(27102, 2, 3244.31, -2251.519, 114.7344, 'Gorgonna'), +(27102, 3, 3237.79, -2265.45, 114.2664, 'Gorgonna'), +(27102, 4, 3275.846, -2208.026, 117.0294, 'Gorgonna'); + diff --git a/sql/updates/world/2016_01_16_03_world_2015_12_17_00.sql b/sql/updates/world/2016_01_16_03_world_2015_12_17_00.sql deleted file mode 100644 index 8419473b203..00000000000 --- a/sql/updates/world/2016_01_16_03_world_2015_12_17_00.sql +++ /dev/null @@ -1,3 +0,0 @@ --- -UPDATE `smart_scripts` SET `target_type`=1, `target_param1`=0 WHERE `entryorguid`=2710200 AND `source_type`=9 AND `id`=4; -UPDATE `smart_scripts` SET `target_type`=21, `target_param1`=50 WHERE `entryorguid`=2710200 AND `source_type`=9 AND `id`=3; diff --git a/sql/updates/world/2016_01_16_04_world_2015_12_18_01.sql b/sql/updates/world/2016_01_16_04_world_2015_12_18_01.sql deleted file mode 100644 index 2ccc93def23..00000000000 --- a/sql/updates/world/2016_01_16_04_world_2015_12_18_01.sql +++ /dev/null @@ -1,3 +0,0 @@ --- -DELETE FROM `creature_template_addon` WHERE `entry` = 16491; -INSERT INTO `creature_template_addon` (`entry`,`auras`) VALUES (16491, '39804'); diff --git a/sql/updates/world/2016_01_16_05_world_2015_12_17_00.sql b/sql/updates/world/2016_01_16_05_world_2015_12_17_00.sql new file mode 100644 index 00000000000..8419473b203 --- /dev/null +++ b/sql/updates/world/2016_01_16_05_world_2015_12_17_00.sql @@ -0,0 +1,3 @@ +-- +UPDATE `smart_scripts` SET `target_type`=1, `target_param1`=0 WHERE `entryorguid`=2710200 AND `source_type`=9 AND `id`=4; +UPDATE `smart_scripts` SET `target_type`=21, `target_param1`=50 WHERE `entryorguid`=2710200 AND `source_type`=9 AND `id`=3; diff --git a/sql/updates/world/2016_01_16_05_world_2015_12_18_02.sql b/sql/updates/world/2016_01_16_05_world_2015_12_18_02.sql deleted file mode 100644 index f590d18a8ab..00000000000 --- a/sql/updates/world/2016_01_16_05_world_2015_12_18_02.sql +++ /dev/null @@ -1,2 +0,0 @@ --- -DELETE FROM `creature` WHERE `id`= 27032 AND `guid`= 110149; diff --git a/sql/updates/world/2016_01_16_06_world_2015_12_18_01.sql b/sql/updates/world/2016_01_16_06_world_2015_12_18_01.sql new file mode 100644 index 00000000000..2ccc93def23 --- /dev/null +++ b/sql/updates/world/2016_01_16_06_world_2015_12_18_01.sql @@ -0,0 +1,3 @@ +-- +DELETE FROM `creature_template_addon` WHERE `entry` = 16491; +INSERT INTO `creature_template_addon` (`entry`,`auras`) VALUES (16491, '39804'); diff --git a/sql/updates/world/2016_01_16_06_world_2015_12_18_04.sql b/sql/updates/world/2016_01_16_06_world_2015_12_18_04.sql deleted file mode 100644 index c8c3352319c..00000000000 --- a/sql/updates/world/2016_01_16_06_world_2015_12_18_04.sql +++ /dev/null @@ -1,8 +0,0 @@ --- -DELETE FROM `smart_scripts` WHERE `entryorguid` = 30838 AND `source_type` = 0 AND `id`=8; -DELETE FROM `smart_scripts` WHERE `entryorguid` = 30839 AND `source_type` = 0 AND `id`=8; -DELETE FROM `smart_scripts` WHERE `entryorguid` = 30840 AND `source_type` = 0 AND `id`=10; -INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES -(30839,0,8,0,54,0,100,0,0,0,0,0,49,0,0,0,0,0,0,19,30831,30,0,0,0,0,0,'Jayde - In Just summoned - Start attack'), -(30840,0,10,0,54,0,100,0,0,0,0,0,49,0,0,0,0,0,0,19,30829,30,0,0,0,0,0,'Munch - In Just summoned - Start attack'), -(30838,0,8,0,54,0,100,0,0,0,0,0,49,0,0,0,0,0,0,19,30830,30,0,0,0,0,0,'Highlord Darion Mograine - In Just summoned - Start attack'); diff --git a/sql/updates/world/2016_01_16_07_world_2015_12_18_02.sql b/sql/updates/world/2016_01_16_07_world_2015_12_18_02.sql new file mode 100644 index 00000000000..f590d18a8ab --- /dev/null +++ b/sql/updates/world/2016_01_16_07_world_2015_12_18_02.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `creature` WHERE `id`= 27032 AND `guid`= 110149; diff --git a/sql/updates/world/2016_01_16_07_world_2015_12_20_00.sql b/sql/updates/world/2016_01_16_07_world_2015_12_20_00.sql deleted file mode 100644 index 5f8c6b168ce..00000000000 --- a/sql/updates/world/2016_01_16_07_world_2015_12_20_00.sql +++ /dev/null @@ -1,570 +0,0 @@ -SET @OGUID:=78976; -DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+544; -INSERT INTO `gameobject` (`guid`, `id`, `map`, `spawnMask`, `phaseId`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES -(@OGUID+0 , 187567, 530, 1, 1, -2972.565, 2562.675, 83.66947, 5.829401, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3744) -(@OGUID+1 , 187567, 530, 1, 1, -2955.605, 2554.495, 110.3285, 5.846854, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3744) -(@OGUID+2 , 187567, 530, 1, 1, -3022.694, 2624.565, 85.78185, 3.909541, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3744) -(@OGUID+3 , 187567, 530, 1, 1, -2927.35, 2650.861, 100.1286, 3.822273, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3744) -(@OGUID+4 , 187567, 530, 1, 1, -4010.367, 2155.552, 109.9921, 1.06465, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3745) -(@OGUID+5 , 187567, 530, 1, 1, -4058.762, 2175.685, 117.8552, 1.588249, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3745) -(@OGUID+6 , 187567, 530, 1, 1, -2982.132, 3981.363, 8.745137, 6.230826, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3691) -(@OGUID+7 , 187567, 530, 1, 1, -2931.291, 3931.274, 8.816035, 1.902409, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3684) -(@OGUID+8 , 187567, 530, 1, 1, -2923.89, 4017.942, 8.344274, 3.665196, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3684) -(@OGUID+9 , 187567, 530, 1, 1, -2967.964, 4020.805, 7.264894, 5.67232, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3684) -(@OGUID+10 , 187567, 530, 1, 1, -2987.704, 4030.75, 7.28573, 2.478367, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3684) -(@OGUID+11 , 187567, 530, 1, 1, -2659.457, 4386.914, 39.52228, 0.8203033, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 0) -(@OGUID+12 , 187567, 530, 1, 1, -2671.876, 4457.92, 42.83185, 5.270896, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3683) -(@OGUID+13 , 187567, 530, 1, 1, -2648.931, 4478.227, 39.93041, 2.652894, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3683) -(@OGUID+14 , 187567, 530, 1, 1, -2587.3, 4469.175, 40.08729, 3.281239, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3683) -(@OGUID+15 , 187567, 530, 1, 1, -2677.658, 7203.919, 32.99669, 1.204277, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3626) -(@OGUID+16 , 187567, 530, 1, 1, -2698.241, 7291.552, 49.91637, 5.969027, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3626) -(@OGUID+17 , 187567, 530, 1, 1, -2730.689, 7306.021, 51.7765, 2.740162, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3626) -(@OGUID+18 , 187567, 530, 1, 1, -2713.36, 7298.445, 51.91501, 5.846854, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3626) -(@OGUID+19 , 187567, 530, 1, 1, -2775.226, 7326.033, 51.77103, 5.829401, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3626) -(@OGUID+20 , 187567, 530, 1, 1, 195.0323, 8490.546, 35.5514, 0.6632232, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 0) -(@OGUID+21 , 187567, 530, 1, 1, 219.5999, 8569.107, 33.13798, 4.677484, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 0) -(@OGUID+22 , 187567, 530, 1, 1, 272.1655, 8509.436, 32.72204, 3.700105, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 0) -(@OGUID+23 , 187567, 530, 1, 1, 264.8356, 8492.754, 34.60779, 2.129301, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 0) -(@OGUID+24 , 187567, 530, 1, 1, 223.4775, 7943.311, 30.76142, 5.131269, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3645) -(@OGUID+25 , 187567, 530, 1, 1, 236.9491, 7913.625, 30.50175, 1.97222, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3645) -(@OGUID+26 , 187567, 530, 1, 1, 214.1629, 7927.679, 30.72031, 0.4014249, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3645) -(@OGUID+27 , 187567, 530, 1, 1, 237.8501, 7911.491, 30.4785, 5.113817, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3645) -(@OGUID+28 , 187567, 530, 1, 1, 244.0695, 7939.386, 30.92426, 3.438303, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3645) -(@OGUID+29 , 187567, 530, 1, 1, 282.6363, 6085.975, 137.649, 4.747296, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 0) -(@OGUID+30 , 187567, 530, 1, 1, -249.9205, 5495.466, 36.7147, 5.323256, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 0) -(@OGUID+31 , 187567, 530, 1, 1, 1955.625, 6885.821, 167.1296, 4.468043, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3771) -(@OGUID+32 , 187567, 530, 1, 1, 2038.027, 6826.094, 181.4816, 0.8377575, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3772) -(@OGUID+33 , 187567, 530, 1, 1, 2032.214, 6819.37, 181.5125, 3.874631, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3772) -(@OGUID+34 , 187567, 530, 1, 1, 2009.813, 6871.413, 188.1808, 4.24115, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3772) -(@OGUID+35 , 187567, 530, 1, 1, 2038.565, 6819.838, 181.4885, 5.550147, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3772) -(@OGUID+36 , 187567, 530, 1, 1, 2031.963, 6825.553, 181.5333, 2.426008, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3772) -(@OGUID+37 , 187567, 530, 1, 1, 2062.016, 6825.854, 184.7832, 4.729844, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3772) -(@OGUID+38 , 187567, 530, 1, 1, 2063.305, 6759.898, 173.2681, 4.694937, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3772) -(@OGUID+39 , 187567, 530, 1, 1, 2162.737, 6751.214, 172.4385, 2.495818, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3772) -(@OGUID+40 , 187567, 530, 1, 1, 2163.694, 6745.077, 172.4085, 4.049168, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3772) -(@OGUID+41 , 187567, 530, 1, 1, 2168.956, 6752.182, 172.4387, 0.9250238, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3772) -(@OGUID+42 , 187567, 530, 1, 1, 2169.925, 6745.97, 172.4366, 5.67232, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3772) -(@OGUID+43 , 187567, 530, 1, 1, 3026.51, 5497.439, 151.5307, 3.700105, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3951) -(@OGUID+44 , 187567, 530, 1, 1, 3016.612, 5445.069, 151.877, 2.146753, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3951) -(@OGUID+45 , 187567, 530, 1, 1, 2154.756, 4716.656, 160.9547, 3.001947, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3844) -(@OGUID+46 , 187567, 530, 1, 1, 2155.25, 4720.381, 160.9449, 3.036838, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3844) -(@OGUID+47 , 187567, 530, 1, 1, 2035.05, 4693.116, 154.7217, 1.850049, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3844) -(@OGUID+48 , 187567, 530, 1, 1, 2031.468, 4692.11, 154.7591, 1.884953, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3844) -(@OGUID+49 , 187567, 530, 1, 1, 2962.525, 3697.009, 150.2677, 1.466076, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 0) -(@OGUID+50 , 187567, 530, 1, 1, 3061.875, 3647.259, 149.6342, 2.373644, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3712) -(@OGUID+51 , 187567, 530, 1, 1, 4103.79, 3058.691, 345.6179, 3.525572, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3738) -(@OGUID+52 , 187567, 530, 1, 1, 4125.446, 3068.064, 345.6248, 3.525572, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3738) -(@OGUID+53 , 187567, 530, 1, 1, -586.8221, 4153.644, 78.09076, 2.740162, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 0) -(@OGUID+54 , 187567, 530, 1, 1, -595.9395, 4082.912, 100.9252, 2.076939, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 0) -(@OGUID+55 , 187567, 530, 1, 1, 181.4262, 2624.335, 98.51126, 2.18166, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3536) -(@OGUID+56 , 187567, 530, 1, 1, -717.0001, 2714.823, 100.4722, 3.124123, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3538) -(@OGUID+57 , 187567, 530, 1, 1, -716.9244, 2718.473, 100.4844, 3.106652, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3538) -(@OGUID+58 , 187567, 530, 1, 1, -716.8802, 2742.702, 100.7903, 3.176533, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3538) -(@OGUID+59 , 187567, 530, 1, 1, -709.4097, 2704.609, 99.62894, 4.694937, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3538) -(@OGUID+60 , 187194, 530, 1, 1, -4114.495, 1119.618, 52.38124, 5.742135, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3938) -(@OGUID+61 , 187194, 530, 1, 1, -3006.023, 795.2581, -1.891022, 2.565632, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3754) -(@OGUID+62 , 187194, 530, 1, 1, -3092.005, 2502.068, 76.35168, 4.555311, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3744) -(@OGUID+63 , 187194, 530, 1, 1, -3081.95, 2509.127, 75.9601, 5.585054, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3744) -(@OGUID+64 , 187194, 530, 1, 1, -3099.529, 2512.387, 75.96468, 3.490667, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3744) -(@OGUID+65 , 187194, 530, 1, 1, -3097.624, 2522.847, 75.95374, 2.44346, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3744) -(@OGUID+66 , 187194, 530, 1, 1, -3080.017, 2519.666, 75.95196, 0.3490652, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3744) -(@OGUID+67 , 187194, 530, 1, 1, -3088.047, 2526.28, 75.9549, 1.396262, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3744) -(@OGUID+68 , 187194, 530, 1, 1, -2978.653, 2545.87, 97.51945, 3.787367, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3744) -(@OGUID+69 , 187194, 530, 1, 1, -2960.054, 2536.851, 96.74974, 4.81711, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3744) -(@OGUID+70 , 187194, 530, 1, 1, -2963.106, 2578.467, 97.77729, 1.658062, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3744) -(@OGUID+71 , 187194, 530, 1, 1, -2980.738, 2565.908, 97.9761, 2.705255, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3744) -(@OGUID+72 , 187194, 530, 1, 1, -2944.712, 2569.651, 97.11517, 0.6108634, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3744) -(@OGUID+73 , 187194, 530, 1, 1, -2943.146, 2549.089, 96.68553, 5.846854, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3744) -(@OGUID+74 , 187194, 530, 1, 1, -3956.793, 2241.567, 107.9687, 4.572764, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) -(@OGUID+75 , 187194, 530, 1, 1, -4044.765, 2237.184, 118.0772, 5.515242, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3745) -(@OGUID+76 , 187194, 530, 1, 1, -4063.29, 2183.958, 117.962, 0.03490625, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3745) -(@OGUID+77 , 187194, 530, 1, 1, -4053.135, 2167.243, 117.8958, 0.01745246, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3745) -(@OGUID+78 , 187194, 530, 1, 1, -4063.405, 2159.092, 117.9386, 4.729844, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3745) -(@OGUID+79 , 187194, 530, 1, 1, -2625.937, 4419.99, 42.99473, 4.572764, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3683) -(@OGUID+80 , 187194, 530, 1, 1, -1260.943, 7180.634, 63.39374, 2.565632, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3613) -(@OGUID+81 , 187194, 530, 1, 1, -222.4095, 5391.945, 40.32674, 4.921829, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) -(@OGUID+82 , 187194, 530, 1, 1, -223.1397, 5396.124, 40.32872, 1.867502, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) -(@OGUID+83 , 187194, 530, 1, 1, -175.3683, 5512.138, 33.37462, 5.026549, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) -(@OGUID+84 , 187194, 530, 1, 1, -186.2492, 5519.735, 33.73346, 3.455756, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) -(@OGUID+85 , 187194, 530, 1, 1, -159.9268, 5517.314, 33.24236, 5.026549, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) -(@OGUID+86 , 187194, 530, 1, 1, -166.1566, 5537.293, 33.22692, 1.884953, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3565) -(@OGUID+87 , 187194, 530, 1, 1, -181.5449, 5532.257, 33.22929, 1.884953, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3565) -(@OGUID+88 , 187194, 530, 1, 1, -155.342, 5529.741, 33.96249, 0.3141584, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3565) -(@OGUID+89 , 187194, 530, 1, 1, -96.04215, 5545.813, 45.60166, 3.089183, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3565) -(@OGUID+90 , 187194, 530, 1, 1, -91.70524, 5545.659, 45.61694, 6.178466, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3565) -(@OGUID+91 , 187194, 530, 1, 1, -337.4103, 5481.802, 37.91649, 6.161013, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3565) -(@OGUID+92 , 187194, 530, 1, 1, -341.6888, 5481.863, 37.94325, 3.054327, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3565) -(@OGUID+93 , 187194, 530, 1, 1, 1937.434, 6838.64, 177.4422, 3.194002, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3772) -(@OGUID+94 , 187194, 530, 1, 1, 1941.395, 6838.657, 177.4772, 0.01745246, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3772) -(@OGUID+95 , 187194, 530, 1, 1, 2055.827, 6759.792, 173.2742, 4.729844, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3772) -(@OGUID+96 , 187194, 530, 1, 1, 2066.148, 6726.275, 181.5531, 4.747296, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3772) -(@OGUID+97 , 187194, 530, 1, 1, 2070.803, 6759.671, 173.2742, 4.694937, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3772) -(@OGUID+98 , 187194, 530, 1, 1, 2066.258, 6730.639, 181.5167, 1.518436, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3772) -(@OGUID+99 , 187194, 530, 1, 1, 2095.052, 6899.62, 190.4382, 3.944446, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3772) -(@OGUID+100, 187194, 530, 1, 1, 2085.431, 6890.104, 190.4657, 3.944446, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3772) -(@OGUID+101, 187194, 530, 1, 1, 2944.296, 5533.428, 163.821, 2.565632, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3828) -(@OGUID+102, 187194, 530, 1, 1, 2940.299, 5415.802, 165.9382, 4.084071, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3951) -(@OGUID+103, 187194, 530, 1, 1, 3085.633, 5473.628, 162.5824, 0.2967052, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3951) -(@OGUID+104, 187194, 530, 1, 1, 2092.127, 4792.164, 175.6362, 1.134463, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3844) -(@OGUID+105, 187194, 530, 1, 1, 2078.747, 4789.831, 175.6968, 2.391098, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3844) -(@OGUID+106, 187194, 530, 1, 1, 2098.946, 4779.432, 175.5325, 6.178466, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3844) -(@OGUID+107, 187194, 530, 1, 1, 2090.407, 4769.771, 175.6497, 4.921829, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3844) -(@OGUID+108, 187194, 530, 1, 1, 2948.536, 3719.698, 150.2694, 3.124123, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) -(@OGUID+109, 187194, 530, 1, 1, 3018.137, 3748.76, 151.2779, 1.291542, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) -(@OGUID+110, 187194, 530, 1, 1, 3044.282, 3608.729, 150.461, 4.729844, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3712) -(@OGUID+111, 187194, 530, 1, 1, 3116.458, 3688.845, 150.6044, 0.5585039, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3712) -(@OGUID+112, 187194, 530, 1, 1, 4116.873, 3058.359, 349.9748, 5.131269, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3738) -(@OGUID+113, 187194, 530, 1, 1, 4118.572, 2954.05, 360.3641, 1.605702, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3738) -(@OGUID+114, 187194, 530, 1, 1, 4184.254, 3009.556, 349.8448, 3.124123, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3738) -(@OGUID+115, 187194, 530, 1, 1, 2969.402, 1791.448, 145.6347, 3.769912, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3731) -(@OGUID+116, 187194, 530, 1, 1, 2984.813, 1803.785, 146.0861, 0.6632232, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3731) -(@OGUID+117, 187194, 530, 1, 1, 203.049, 4333.749, 125.1613, 3.141593, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3552) -(@OGUID+118, 187194, 530, 1, 1, 175.2291, 2619.424, 98.45457, 2.18166, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3536) -(@OGUID+119, 187194, 530, 1, 1, 187.7007, 2628.467, 98.74133, 2.164206, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3536) -(@OGUID+120, 187194, 530, 1, 1, -717.3152, 2750.212, 100.8153, 3.176533, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3538) -(@OGUID+121, 187194, 530, 1, 1, -716.8414, 2735.047, 100.798, 3.141593, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3538) -(@OGUID+122, 187194, 530, 1, 1, -690.6761, 2732.448, 100.9171, 6.265733, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3538) -(@OGUID+123, 187194, 530, 1, 1, -690.3901, 2717.364, 101.012, 0, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3538) -(@OGUID+124, 187194, 530, 1, 1, -699.2603, 2709.337, 101.0987, 4.694937, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3538) -(@OGUID+125, 187235, 530, 1, 1, -4084.195, 1138.926, 44.43298, 4.537859, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3938) -(@OGUID+126, 187235, 530, 1, 1, -4088.488, 1139.846, 44.42666, 4.572764, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3938) -(@OGUID+127, 187235, 530, 1, 1, -4112.096, 1121.578, 44.54679, 5.288348, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3938) -(@OGUID+128, 187235, 530, 1, 1, -4114.819, 1116.677, 44.53127, 0.1745321, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3938) -(@OGUID+129, 187235, 530, 1, 1, -4062.444, 1135.474, 43.18277, 3.804818, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3938) -(@OGUID+130, 187235, 530, 1, 1, -4135.374, 1128.675, 54.58289, 4.223697, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3938) -(@OGUID+131, 187235, 530, 1, 1, -4065.08, 1138.295, 43.1756, 3.909541, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3938) -(@OGUID+132, 187235, 530, 1, 1, -4130.572, 1173.389, 49.58154, 5.777041, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3938) -(@OGUID+133, 187235, 530, 1, 1, -3089.802, 837.7723, -19.92381, 1.867502, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+134, 187235, 530, 1, 1, -3080.772, 825.7006, -11.35703, 1.029743, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3754) -(@OGUID+135, 187235, 530, 1, 1, -3075.424, 858.7751, -20.02081, 3.298687, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3754) -(@OGUID+136, 187235, 530, 1, 1, -3079.415, 748.1234, -10.33996, 6.248279, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3754) -(@OGUID+137, 187235, 530, 1, 1, -3055.614, 812.4755, -9.506436, 0.4363316, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3754) -(@OGUID+138, 187235, 530, 1, 1, -3016.658, 795.0476, -9.916844, 2.129301, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3754) -(@OGUID+139, 187235, 530, 1, 1, -3041.075, 832.1203, -9.484895, 4.607672, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3754) -(@OGUID+140, 187235, 530, 1, 1, -3010.563, 770.086, -6.933084, 0.8901166, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3754) -(@OGUID+141, 187235, 530, 1, 1, -3040.775, 806.6836, -9.706291, 1.692969, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3754) -(@OGUID+142, 187235, 530, 1, 1, -3028.215, 823.3273, -9.546359, 3.455756, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3754) -(@OGUID+143, 187235, 530, 1, 1, -3061.827, 853.1981, -11.37245, 4.06662, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3754) -(@OGUID+144, 187235, 530, 1, 1, -3009.987, 803.8392, -10.3957, 2.722713, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3754) -(@OGUID+145, 187235, 530, 1, 1, -2983.705, 809.1548, -6.9079, 4.06662, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3754) -(@OGUID+146, 187235, 530, 1, 1, -3007.626, 853.5888, -10.48604, 3.33359, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3754) -(@OGUID+147, 187235, 530, 1, 1, -2983.507, 869.4686, -7.479865, 4.66003, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3754) -(@OGUID+148, 187235, 530, 1, 1, -3012.275, 861.4301, -10.48986, 4.01426, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3754) -(@OGUID+149, 187235, 530, 1, 1, -3052.811, 2481.651, 66.65688, 2.565632, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3744) -(@OGUID+150, 187235, 530, 1, 1, -3065.579, 2555.547, 65.75816, 3.752462, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3744) -(@OGUID+151, 187235, 530, 1, 1, -3107.003, 2545.114, 62.05597, 1.029743, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3744) -(@OGUID+152, 187235, 530, 1, 1, -3006.598, 2549.313, 78.11643, 2.129301, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3744) -(@OGUID+153, 187235, 530, 1, 1, -2979.335, 2554.049, 76.54335, 3.926996, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3744) -(@OGUID+154, 187235, 530, 1, 1, -2970.731, 2573.003, 76.54335, 1.570796, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3744) -(@OGUID+155, 187235, 530, 1, 1, -2986.574, 2565.178, 76.54335, 2.600535, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3744) -(@OGUID+156, 187235, 530, 1, 1, -3031.269, 2631.006, 76.54335, 4.485497, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3744) -(@OGUID+157, 187235, 530, 1, 1, -2956.544, 2554.592, 126.6191, 2.740162, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3744) -(@OGUID+158, 187235, 530, 1, 1, -3081.042, 2598.579, 61.74963, 3.38594, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3744) -(@OGUID+159, 187235, 530, 1, 1, -2932.842, 2657.233, 94.24632, 4.502952, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3744) -(@OGUID+160, 187235, 530, 1, 1, -2921.617, 2644.625, 94.40192, 3.351047, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3744) -(@OGUID+161, 187235, 530, 1, 1, -3104.677, 2582.695, 61.977, 4.642576, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3744) -(@OGUID+162, 187235, 530, 1, 1, -3948.719, 2165.375, 100.8409, 2.775069, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3745) -(@OGUID+163, 187235, 530, 1, 1, -4035.944, 2238.973, 112.2723, 5.270896, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3745) -(@OGUID+164, 187235, 530, 1, 1, -3984.704, 2162.162, 105.4418, 4.380776, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3745) -(@OGUID+165, 187235, 530, 1, 1, -3966.465, 2185.426, 101.8951, 1.692969, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3745) -(@OGUID+166, 187235, 530, 1, 1, -4008.345, 2172.325, 105.0965, 0.2792516, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3745) -(@OGUID+167, 187235, 530, 1, 1, -3981.395, 2150.587, 105.0282, 2.600535, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3745) -(@OGUID+168, 187235, 530, 1, 1, -4026.63, 2188.58, 109.1173, 2.251473, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3745) -(@OGUID+169, 187235, 530, 1, 1, -4047.156, 2228.053, 112.0462, 5.951575, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3745) -(@OGUID+170, 187235, 530, 1, 1, -4062.359, 2190.83, 109.8543, 5.602507, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3745) -(@OGUID+171, 187235, 530, 1, 1, -3930.809, 2115.148, 96.81004, 3.508117, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3745) -(@OGUID+172, 187235, 530, 1, 1, -2975.988, 3877.033, 9.545059, 3.769912, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3691) -(@OGUID+173, 187235, 530, 1, 1, -2987.699, 3860.738, 8.660349, 1.308995, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3691) -(@OGUID+174, 187235, 530, 1, 1, -2942.975, 3949.947, 0.906697, 4.66003, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3691) -(@OGUID+175, 187235, 530, 1, 1, -2943.432, 3903.176, 3.423485, 1.692969, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3691) -(@OGUID+176, 187235, 530, 1, 1, -2956.34, 3907.056, 3.423482, 0.7504908, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3691) -(@OGUID+177, 187235, 530, 1, 1, -2926.811, 4019.083, 0.413682, 4.01426, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3684) -(@OGUID+178, 187235, 530, 1, 1, -2904.558, 4017.979, 0.378337, 2.82743, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3684) -(@OGUID+179, 187235, 530, 1, 1, -2924.175, 4014.802, 0.424108, 3.368496, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3684) -(@OGUID+180, 187235, 530, 1, 1, -2966.667, 4073.203, 2.960989, 1.745327, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3684) -(@OGUID+181, 187235, 530, 1, 1, -2667.306, 4424.93, 37.06041, 6.230826, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+182, 187235, 530, 1, 1, -2623.644, 4378.721, 35.27359, 4.01426, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+183, 187235, 530, 1, 1, -2611.685, 4383.334, 32.93204, 2.583081, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+184, 187235, 530, 1, 1, -2631.962, 4428.709, 36.10242, 4.81711, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3683) -(@OGUID+185, 187235, 530, 1, 1, -2666.818, 4443.57, 36.34382, 5.166176, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3683) -(@OGUID+186, 187235, 530, 1, 1, -2617.922, 4427.623, 36.09334, 4.171338, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3683) -(@OGUID+187, 187235, 530, 1, 1, -2614.487, 4456.502, 36.09352, 5.009095, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3683) -(@OGUID+188, 187235, 530, 1, 1, -2624.518, 4467.333, 36.14123, 2.44346, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3683) -(@OGUID+189, 187235, 530, 1, 1, -2569.438, 4420.438, 39.15441, 0.9424766, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3683) -(@OGUID+190, 187235, 530, 1, 1, -2545.219, 4312.679, 20.62585, 4.747296, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3683) -(@OGUID+191, 187235, 530, 1, 1, -2558.318, 4305.626, 20.76239, 5.759588, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3683) -(@OGUID+192, 187235, 530, 1, 1, -2600.806, 7237.711, 12.91722, 0.3490652, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+193, 187235, 530, 1, 1, -2626.202, 7216.55, 20.35766, 3.560473, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+194, 187235, 530, 1, 1, -2630.099, 7224.425, 19.74051, 3.717554, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+195, 187235, 530, 1, 1, -2534.468, 7256.75, 16.26636, 2.530723, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+196, 187235, 530, 1, 1, -2596.802, 7228.939, 13.47051, 0.2792516, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+197, 187235, 530, 1, 1, -2570.705, 7291.29, 14.81433, 0.5410506, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+198, 187235, 530, 1, 1, -2528.435, 7266.286, 16.27025, 2.478367, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+199, 187235, 530, 1, 1, -2602.271, 7282.346, 19.39945, 3.38594, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+200, 187235, 530, 1, 1, -2670.031, 7211.863, 23.66941, 0.9948372, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+201, 187235, 530, 1, 1, -2573.72, 7300.305, 13.90452, 6.003934, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+202, 187235, 530, 1, 1, -2605.266, 7291.263, 19.8158, 3.647741, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+203, 187235, 530, 1, 1, -2614.92, 7297.726, 20.7448, 4.398232, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3626) -(@OGUID+204, 187235, 530, 1, 1, -2625.71, 7298.209, 21.14083, 4.799657, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3626) -(@OGUID+205, 187235, 530, 1, 1, -2614.572, 7330.876, 24.21089, 1.500983, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3626) -(@OGUID+206, 187235, 530, 1, 1, -2678.989, 7214.03, 23.95701, 1.396262, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3626) -(@OGUID+207, 187235, 530, 1, 1, -2624.408, 7331.686, 24.46344, 1.396262, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3626) -(@OGUID+208, 187235, 530, 1, 1, -2618.061, 7338.908, 23.65936, 4.956738, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3626) -(@OGUID+209, 187235, 530, 1, 1, -2697.95, 7284.061, 42.72089, 6.108654, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3626) -(@OGUID+210, 187235, 530, 1, 1, -2702.841, 7293.721, 88.63655, 2.82743, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3626) -(@OGUID+211, 187235, 530, 1, 1, -2692.656, 7296.979, 42.78501, 5.427975, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3626) -(@OGUID+212, 187235, 530, 1, 1, -2762.166, 7267.401, 40.26734, 5.724681, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3626) -(@OGUID+213, 187235, 530, 1, 1, -2755.534, 7275.691, 40.27126, 5.515242, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3626) -(@OGUID+214, 187235, 530, 1, 1, -2752.121, 7315.08, 43.48479, 5.689774, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3626) -(@OGUID+215, 187235, 530, 1, 1, -2755.324, 7317.081, 56.35859, 2.617989, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3626) -(@OGUID+216, 187235, 530, 1, 1, -2721.762, 7343.454, 39.44633, 6.161013, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3626) -(@OGUID+217, 187235, 530, 1, 1, -2720.994, 7355.896, 39.75894, 6.03884, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3626) -(@OGUID+218, 187235, 530, 1, 1, -2611.334, 7343.457, 23.60636, 5.393069, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3626) -(@OGUID+219, 187235, 530, 1, 1, -2571.461, 7378.03, 11.05957, 0.2617982, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3626) -(@OGUID+220, 187235, 530, 1, 1, -2561.666, 7378.96, 10.5709, 2.967041, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3626) -(@OGUID+221, 187235, 530, 1, 1, -1454.16, 7165.046, 44.56573, 5.166176, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+222, 187235, 530, 1, 1, -1387.221, 7134.828, 34.03579, 3.874631, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3613) -(@OGUID+223, 187235, 530, 1, 1, -1392.476, 7140.168, 33.73893, 3.944446, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3613) -(@OGUID+224, 187235, 530, 1, 1, -1364.813, 7156.565, 34.00505, 0.8901166, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3613) -(@OGUID+225, 187235, 530, 1, 1, -1371.671, 7162.804, 33.254, 0.8203033, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3613) -(@OGUID+226, 187235, 530, 1, 1, -1296.558, 6953.973, 33.24513, 4.118979, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3613) -(@OGUID+227, 187235, 530, 1, 1, -1254.381, 7007.266, 36.623, 4.537859, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3613) -(@OGUID+228, 187235, 530, 1, 1, -1307.797, 6960.474, 32.26982, 4.223697, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3613) -(@OGUID+229, 187235, 530, 1, 1, -1241.754, 7003.594, 36.79386, 4.537859, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3613) -(@OGUID+230, 187235, 530, 1, 1, -1194.752, 7110.279, 58.0645, 5.044002, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3613) -(@OGUID+231, 187235, 530, 1, 1, -1209.608, 7103.708, 57.44921, 5.410522, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3613) -(@OGUID+232, 187235, 530, 1, 1, -1262.076, 7107.592, 58.88747, 3.944446, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3613) -(@OGUID+233, 187235, 530, 1, 1, -1247.801, 7101.981, 58.06834, 4.171338, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3613) -(@OGUID+234, 187235, 530, 1, 1, -1283.426, 7130.822, 59.73568, 3.38594, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3613) -(@OGUID+235, 187235, 530, 1, 1, -1173.556, 7134.231, 58.11499, 5.951575, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3613) -(@OGUID+236, 187235, 530, 1, 1, -1176.216, 7200.084, 58.21382, 0.5759573, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3613) -(@OGUID+237, 187235, 530, 1, 1, -1184.833, 7207.807, 57.92133, 0.5410506, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3613) -(@OGUID+238, 187235, 530, 1, 1, -1201.722, 7206.649, 58.55188, 0.9948372, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3613) -(@OGUID+239, 187235, 530, 1, 1, -1221.305, 7222.463, 59.25886, 1.588249, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3613) -(@OGUID+240, 187235, 530, 1, 1, -1184.679, 7246.92, 35.14313, 2.82743, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3613) -(@OGUID+241, 187235, 530, 1, 1, -1249.806, 7217.763, 58.32962, 2.146753, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3613) -(@OGUID+242, 187235, 530, 1, 1, -1198.807, 7250.11, 35.15434, 6.108654, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3613) -(@OGUID+243, 187235, 530, 1, 1, -1271.883, 7197.997, 57.89819, 2.35619, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3613) -(@OGUID+244, 187235, 530, 1, 1, -1282.837, 7187.43, 58.00641, 2.391098, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3613) -(@OGUID+245, 187235, 530, 1, 1, -1296.44, 7267.444, 34.61653, 4.049168, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3613) -(@OGUID+246, 187235, 530, 1, 1, -1302.753, 7271.99, 34.41439, 4.101525, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3613) -(@OGUID+247, 187235, 530, 1, 1, -1265.508, 7313.129, 34.21532, 1.047198, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3613) -(@OGUID+248, 187235, 530, 1, 1, -1273.831, 7316.673, 33.7791, 1.169369, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3613) -(@OGUID+249, 187235, 530, 1, 1, -1220.264, 7388.16, 30.78928, 0.6108634, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3613) -(@OGUID+250, 187235, 530, 1, 1, -1207.967, 7386.663, 31.42567, 2.321287, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3613) -(@OGUID+251, 187235, 530, 1, 1, 201.9845, 8489.734, 24.44587, 0.6457717, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+252, 187235, 530, 1, 1, 223.5183, 8562.453, 23.26412, 4.293513, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+253, 187235, 530, 1, 1, 253.3038, 8489.067, 23.37944, 1.431168, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+254, 187235, 530, 1, 1, 265.287, 8514.346, 23.52993, 3.68265, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+255, 187235, 530, 1, 1, 276.1272, 7957.609, 21.57661, 4.32842, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3645) -(@OGUID+256, 187235, 530, 1, 1, 247.4571, 7941.143, 25.69258, 3.612838, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3645) -(@OGUID+257, 187235, 530, 1, 1, 285.1593, 7952.144, 21.52511, 3.804818, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3645) -(@OGUID+258, 187235, 530, 1, 1, 210.8226, 7926.406, 25.6933, 0.3316107, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3645) -(@OGUID+259, 187235, 530, 1, 1, 250.3989, 7896.925, 21.68546, 4.590216, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3645) -(@OGUID+260, 187235, 530, 1, 1, 261.7739, 7872.234, 23.73318, 5.113817, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3645) -(@OGUID+261, 187235, 530, 1, 1, 238.5979, 7893.07, 21.80824, 5.393069, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3645) -(@OGUID+262, 187235, 530, 1, 1, 253.7596, 7836.7, 22.96672, 5.078908, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3645) -(@OGUID+263, 187235, 530, 1, 1, 287.7669, 7842.643, 22.58914, 2.44346, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3645) -(@OGUID+264, 187235, 530, 1, 1, 293.3064, 7831.16, 24.93296, 4.415683, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3645) -(@OGUID+265, 187235, 530, 1, 1, 229.981, 7821.426, 21.9932, 3.001947, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3645) -(@OGUID+266, 187235, 530, 1, 1, 210.443, 7810.77, 23.8272, 1.099556, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3645) -(@OGUID+267, 187235, 530, 1, 1, 334.9908, 7839.56, 22.29418, 1.658062, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3645) -(@OGUID+268, 187235, 530, 1, 1, 276.2028, 6122.649, 142.509, 5.323256, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+269, 187235, 530, 1, 1, 275.337, 6082.517, 131.545, 4.886924, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+270, 187235, 530, 1, 1, 307.1656, 6055.835, 131.5718, 3.33359, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+271, 187235, 530, 1, 1, 290.4184, 6083.181, 131.5468, 4.590216, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+272, 187235, 530, 1, 1, 227.5588, 6070.599, 148.3118, 3.176533, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+273, 187235, 530, 1, 1, 222.1361, 6049.518, 148.3132, 2.33874, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3644) -(@OGUID+274, 187235, 530, 1, 1, 217.2829, 6078.526, 148.3125, 1.710422, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3644) -(@OGUID+275, 187235, 530, 1, 1, 280.785, 6008.137, 144.7295, 4.729844, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3644) -(@OGUID+276, 187235, 530, 1, 1, 278.5881, 5966.778, 150.1677, 5.375615, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3644) -(@OGUID+277, 187235, 530, 1, 1, 208.3886, 6049.729, 148.32, 3.909541, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3644) -(@OGUID+278, 187235, 530, 1, 1, 301.7136, 5979.073, 132.4598, 4.782203, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3644) -(@OGUID+279, 187235, 530, 1, 1, 261.4174, 5980.111, 132.9563, 4.118979, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3644) -(@OGUID+280, 187235, 530, 1, 1, 269.9623, 5956.735, 26.43292, 1.570796, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3644) -(@OGUID+281, 187235, 530, 1, 1, 296.5285, 5941.624, 26.55748, 3.68265, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3644) -(@OGUID+282, 187235, 530, 1, 1, 272.3167, 5944.75, 26.52184, 5.270896, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3644) -(@OGUID+283, 187235, 530, 1, 1, 298.2953, 5957.52, 26.42815, 1.745327, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3644) -(@OGUID+284, 187235, 530, 1, 1, -208.6328, 5388.645, 22.92735, 4.555311, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+285, 187235, 530, 1, 1, -210.9873, 5433.489, 21.37882, 3.822273, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+286, 187235, 530, 1, 1, -192.4105, 5510.174, 22.67085, 3.33359, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+287, 187235, 530, 1, 1, -236.2242, 5387.014, 24.6395, 5.410522, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+288, 187235, 530, 1, 1, -212.93, 5473.045, 22.87997, 2.146753, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+289, 187235, 530, 1, 1, -184.6291, 5506.406, 29.47097, 3.141593, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+290, 187235, 530, 1, 1, -253.026, 5481.032, 24.94352, 5.480334, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+291, 187235, 530, 1, 1, -196.088, 5525.092, 22.81344, 3.612838, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3565) -(@OGUID+292, 187235, 530, 1, 1, -192.6228, 5531.502, 29.45192, 3.769912, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3565) -(@OGUID+293, 187235, 530, 1, 1, -213.9051, 5547.442, 24.07233, 3.57793, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3565) -(@OGUID+294, 187235, 530, 1, 1, -145.6747, 5545.872, 22.66767, 0.6457717, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3565) -(@OGUID+295, 187235, 530, 1, 1, -306.1548, 5479.317, 22.28877, 2.35619, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3565) -(@OGUID+296, 187235, 530, 1, 1, -149.7903, 5567.248, 23.00511, 5.689774, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3565) -(@OGUID+297, 187235, 530, 1, 1, -87.05946, 5555.918, 22.68842, 5.689774, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3565) -(@OGUID+298, 187235, 530, 1, 1, -87.59586, 5535.549, 22.80703, 0.5759573, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3565) -(@OGUID+299, 187235, 530, 1, 1, -324.4565, 5466.785, 22.66969, 1.326448, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3565) -(@OGUID+300, 187235, 530, 1, 1, -344.9888, 5492.374, 22.00702, 3.57793, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3565) -(@OGUID+301, 187235, 530, 1, 1, 2007.013, 6878.822, 178.9834, 4.24115, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3772) -(@OGUID+302, 187235, 530, 1, 1, 2017.319, 6873.481, 178.983, 4.24115, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3772) -(@OGUID+303, 187235, 530, 1, 1, 2161.682, 6783.048, 183.4536, 0.8901166, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3772) -(@OGUID+304, 187235, 530, 1, 1, 3011.185, 5493.75, 145.0009, 0.6806767, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3951) -(@OGUID+305, 187235, 530, 1, 1, 2950.829, 5486.531, 144.1427, 5.497789, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3951) -(@OGUID+306, 187235, 530, 1, 1, 2969.01, 5459.725, 144.6972, 4.06662, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3951) -(@OGUID+307, 187235, 530, 1, 1, 2087.611, 4782.989, 157.7814, 0.2268925, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3844) -(@OGUID+308, 187235, 530, 1, 1, 2019.061, 4700.482, 150.2378, 0.4363316, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3844) -(@OGUID+309, 187235, 530, 1, 1, 2946.058, 3725.089, 143.1839, 3.089183, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+310, 187235, 530, 1, 1, 2945.531, 3714.857, 143.1773, 3.159062, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+311, 187235, 530, 1, 1, 2984.193, 3711.066, 142.8784, 2.932139, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+312, 187235, 530, 1, 1, 3014.989, 3753.323, 144.3842, 1.256636, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+313, 187235, 530, 1, 1, 3025.728, 3750.257, 144.7281, 1.326448, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+314, 187235, 530, 1, 1, 2972.385, 3659.229, 144.8418, 0, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3712) -(@OGUID+315, 187235, 530, 1, 1, 2972.166, 3648.618, 144.8469, 0.03490625, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3712) -(@OGUID+316, 187235, 530, 1, 1, 2947.035, 3659.529, 132.5782, 3.298687, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3712) -(@OGUID+317, 187235, 530, 1, 1, 3003.333, 3637.782, 143.8042, 1.500983, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3712) -(@OGUID+318, 187235, 530, 1, 1, 2947.682, 3649.331, 132.5782, 2.949595, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3712) -(@OGUID+319, 187235, 530, 1, 1, 3004.393, 3656.724, 143.8046, 4.694937, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3712) -(@OGUID+320, 187235, 530, 1, 1, 3058.527, 3663.685, 143.0369, 2.042035, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3712) -(@OGUID+321, 187235, 530, 1, 1, 3037.129, 3606.581, 144.4336, 4.729844, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3712) -(@OGUID+322, 187235, 530, 1, 1, 3050.564, 3606.492, 143.6797, 4.76475, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3712) -(@OGUID+323, 187235, 530, 1, 1, 3101.883, 3664.01, 142.859, 2.460913, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3712) -(@OGUID+324, 187235, 530, 1, 1, 3120.857, 3684.906, 143.2626, 0.5759573, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3712) -(@OGUID+325, 187235, 530, 1, 1, 3115.857, 3694.574, 144.0382, 0.5061446, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3712) -(@OGUID+326, 187235, 530, 1, 1, 4092.646, 3104.921, 339.3883, 2.234018, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3738) -(@OGUID+327, 187235, 530, 1, 1, 4087.922, 3100.24, 339.3883, 2.530723, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3738) -(@OGUID+328, 187235, 530, 1, 1, 4099.208, 3107.681, 339.3884, 1.692969, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3738) -(@OGUID+329, 187235, 530, 1, 1, 4082.152, 3077.441, 339.3883, 3.159062, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3738) -(@OGUID+330, 187235, 530, 1, 1, 4083.412, 3091.455, 339.3883, 2.879789, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3738) -(@OGUID+331, 187235, 530, 1, 1, 4113.936, 3050.741, 339.3003, 5.899214, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3738) -(@OGUID+332, 187235, 530, 1, 1, 4105.933, 3108.072, 339.3884, 1.431168, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3738) -(@OGUID+333, 187235, 530, 1, 1, 4123.493, 3055.268, 339.3098, 4.520406, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3738) -(@OGUID+334, 187235, 530, 1, 1, 4114.772, 2967.272, 352.1837, 1.500983, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3738) -(@OGUID+335, 187235, 530, 1, 1, 4126.727, 3096.481, 339.3884, 0.7155849, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3738) -(@OGUID+336, 187235, 530, 1, 1, 4122.787, 2967.157, 352.2287, 1.605702, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3738) -(@OGUID+337, 187235, 530, 1, 1, 4114.827, 3105.379, 339.3884, 1.169369, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3738) -(@OGUID+338, 187235, 530, 1, 1, 4177.695, 3093.462, 335.8202, 5.445428, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3738) -(@OGUID+339, 187235, 530, 1, 1, 4178.088, 3015.381, 339.1293, 3.804818, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3738) -(@OGUID+340, 187235, 530, 1, 1, 4200.194, 3075.751, 335.8202, 2.565632, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3738) -(@OGUID+341, 187235, 530, 1, 1, 4177.452, 3004.381, 339.1197, 2.495818, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3738) -(@OGUID+342, 187235, 530, 1, 1, -597.0756, 4097.25, 91.20135, 2.408554, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+343, 187235, 530, 1, 1, -614.8662, 4105.143, 90.61221, 5.829401, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+344, 187235, 530, 1, 1, -597.7095, 4154.32, 65.34729, 2.652894, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+345, 187235, 530, 1, 1, -607.19, 4092.015, 91.52787, 1.867502, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+346, 187235, 530, 1, 1, -594.8254, 4161.748, 65.72984, 2.478367, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+347, 187235, 530, 1, 1, -661.8232, 4157.855, 66.00025, 5.777041, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3554) -(@OGUID+348, 187235, 530, 1, 1, -646.139, 4161.18, 66.14372, 3.700105, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3554) -(@OGUID+349, 187235, 530, 1, 1, -685.7603, 4176.175, 57.45311, 1.937312, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3554) -(@OGUID+350, 187235, 530, 1, 1, -696.738, 4172.803, 58.3883, 1.902409, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3554) -(@OGUID+351, 187235, 530, 1, 1, 82.60951, 4318.784, 102.0311, 0.383971, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+352, 187235, 530, 1, 1, 80.49339, 4347.601, 102.071, 5.183629, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+353, 187235, 530, 1, 1, 147.9486, 4275.235, 107.2797, 2.426008, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3552) -(@OGUID+354, 187235, 530, 1, 1, 152.2135, 4318.471, 106.2541, 2.949595, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3552) -(@OGUID+355, 187235, 530, 1, 1, 181.2025, 4317.459, 119.9638, 1.675514, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3552) -(@OGUID+356, 187235, 530, 1, 1, 181.4662, 4350.056, 119.962, 4.782203, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3552) -(@OGUID+357, 187235, 530, 1, 1, 151.8665, 4348.405, 107.2158, 3.071766, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3552) -(@OGUID+358, 187235, 530, 1, 1, 140.73, 4269.448, 107.4208, 2.024579, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3552) -(@OGUID+359, 187235, 530, 1, 1, 134.9947, 4319.371, 106.7541, 1.500983, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3552) -(@OGUID+360, 187235, 530, 1, 1, 136.032, 4345.664, 106.6182, 4.799657, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3552) -(@OGUID+361, 187235, 530, 1, 1, 196.2876, 4328.141, 116.8841, 2.548179, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3552) -(@OGUID+362, 187235, 530, 1, 1, 196.4538, 4339.529, 116.9748, 3.787367, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3552) -(@OGUID+363, 187235, 530, 1, 1, 211.9928, 2818.017, 129.8682, 2.91469, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+364, 187235, 530, 1, 1, 215.5181, 2828.05, 130.0014, 2.635444, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+365, 187235, 530, 1, 1, 223.0891, 2810.249, 129.6152, 4.747296, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+366, 187235, 530, 1, 1, 123.4488, 2766.59, 102.234, 3.804818, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+367, 187235, 530, 1, 1, 277.2957, 2769.554, 84.67036, 0.9948372, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3536) -(@OGUID+368, 187235, 530, 1, 1, 293.5556, 2757.308, 85.24716, 0.9773831, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3536) -(@OGUID+369, 187235, 530, 1, 1, 182.2488, 2695.313, 88.79645, 3.47321, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3536) -(@OGUID+370, 187235, 530, 1, 1, 49.26655, 2658.362, 78.4103, 0.4712385, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3536) -(@OGUID+371, 187235, 530, 1, 1, 41.7532, 2675.019, 78.98357, 0.157079, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3536) -(@OGUID+372, 187235, 530, 1, 1, 177.3938, 2641.12, 87.18604, 2.199115, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3536) -(@OGUID+373, 187235, 530, 1, 1, 168.2221, 2632.726, 86.68047, 2.600535, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3536) -(@OGUID+374, 187235, 530, 1, 1, 193.15, 2600.053, 87.28353, 1.570796, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3536) -(@OGUID+375, 187235, 530, 1, 1, 202.2809, 2606.497, 87.28353, 2.670348, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3536) -(@OGUID+376, 187235, 530, 1, 1, 184.4233, 2683.703, 88.28799, 3.001947, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3536) -(@OGUID+377, 187235, 530, 1, 1, -699.3879, 2717.673, 94.73693, 3.822273, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3538) -(@OGUID+378, 187235, 530, 1, 1, -714.3968, 2671.541, 93.92791, 2.234018, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3538) -(@OGUID+379, 187235, 530, 1, 1, -702.0106, 2676.552, 93.48396, 1.727875, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3538) -(@OGUID+380, 187235, 530, 1, 1, -720.9301, 2658.757, 93.7806, 3.106652, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3538) -(@OGUID+381, 187235, 530, 1, 1, -690.535, 2673.585, 92.20389, 0.9424766, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3538) -(@OGUID+382, 187235, 530, 1, 1, -685.2488, 2644.338, 90.4667, 5.462882, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3538) -(@OGUID+383, 187235, 530, 1, 1, -681.7703, 2653.848, 90.5937, 6.108654, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3538) -(@OGUID+384, 187235, 530, 1, 1, -684.1902, 2664.04, 90.97864, 0.5061446, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3538) -(@OGUID+385, 187235, 530, 1, 1, -717.8087, 2647.749, 93.05632, 3.787367, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3538) -(@OGUID+386, 187235, 530, 1, 1, -695.8323, 2638.751, 90.97626, 4.81711, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3538) -(@OGUID+387, 187235, 530, 1, 1, -708.6624, 2640.041, 91.84985, 4.136433, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3538) -(@OGUID+388, 187567, 530, 1, 1, -1892.362, 5766.126, 137.6966, 6.161013, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 0) -(@OGUID+389, 187567, 530, 1, 1, -1905.432, 5771.346, 137.7419, 5.288348, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 0) -(@OGUID+390, 187567, 530, 1, 1, -2038.49, 5581.255, 61.24476, 5.777041, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 0) -(@OGUID+391, 187567, 530, 1, 1, -2035.57, 5586.847, 61.24483, 5.777041, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 0) -(@OGUID+392, 187567, 530, 1, 1, -2036.897, 5584.012, 61.26592, 2.635444, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 0) -(@OGUID+393, 187567, 530, 1, 1, -2128.878, 5392.149, 61.94658, 6.003934, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 0) -(@OGUID+394, 187567, 530, 1, 1, -2130.479, 5385.966, 61.93264, 6.056293, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 0) -(@OGUID+395, 187567, 530, 1, 1, -2176.667, 5405.86, 58.44925, 0.5235979, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 0) -(@OGUID+396, 187567, 530, 1, 1, -2129.456, 5389.029, 61.96077, 2.897245, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 0) -(@OGUID+397, 187194, 530, 1, 1, -1663.903, 5690.384, 136.3553, 2.530723, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: -1) -(@OGUID+398, 187194, 530, 1, 1, -1653.502, 5684.1, 136.7168, 2.687807, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: -1) -(@OGUID+399, 187194, 530, 1, 1, -1729.521, 5621.411, 133.7459, 4.76475, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3896) -(@OGUID+400, 187194, 530, 1, 1, -1730.328, 5649.338, 136.299, 1.588249, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3896) -(@OGUID+401, 187194, 530, 1, 1, -1731.906, 5520.3, -1.939075, 5.166176, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) -(@OGUID+402, 187194, 530, 1, 1, -1812.533, 5583.482, 120.5712, 4.433136, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) -(@OGUID+403, 187194, 530, 1, 1, -1813.805, 5580.227, 91.52555, 4.380776, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) -(@OGUID+404, 187194, 530, 1, 1, -1816.16, 5572.405, 43.60283, 4.380776, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) -(@OGUID+405, 187194, 530, 1, 1, -1749.124, 5825.378, 154.6613, 5.98648, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) -(@OGUID+406, 187194, 530, 1, 1, -1718.129, 5815.12, 154.7978, 2.775069, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) -(@OGUID+407, 187194, 530, 1, 1, -1934.761, 5896.532, 150.6684, 5.131269, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) -(@OGUID+408, 187194, 530, 1, 1, -1942.879, 5914.961, 156.5788, 5.166176, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) -(@OGUID+409, 187194, 530, 1, 1, -1925.782, 5878.919, 146.7551, 5.218536, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) -(@OGUID+410, 187194, 530, 1, 1, -1875.536, 5667.097, 136.4771, 1.448622, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) -(@OGUID+411, 187194, 530, 1, 1, -1879.472, 5639.645, 133.5795, 4.537859, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) -(@OGUID+412, 187194, 530, 1, 1, -2013.85, 5671.153, 104.9756, 3.595379, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) -(@OGUID+413, 187194, 530, 1, 1, -2017.71, 5378.448, -1.333304, 5.218536, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) -(@OGUID+414, 187194, 530, 1, 1, -1997.599, 5338.071, -1.492924, 2.007128, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) -(@OGUID+415, 187194, 530, 1, 1, -1944.976, 5457.333, 7.488452, 2.792518, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) -(@OGUID+416, 187194, 530, 1, 1, -1899.788, 5489.576, 1.694759, 2.042035, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) -(@OGUID+417, 187194, 530, 1, 1, -1935.765, 5455.917, 7.523492, 2.757613, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) -(@OGUID+418, 187194, 530, 1, 1, -1927.292, 5449.407, 7.559447, 2.809975, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) -(@OGUID+419, 187194, 530, 1, 1, -1891.23, 5493.697, 1.689483, 2.007128, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) -(@OGUID+420, 187194, 530, 1, 1, -1837.674, 5500.055, 7.758192, 1.204277, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) -(@OGUID+421, 187194, 530, 1, 1, -1835.983, 5512.57, 7.712725, 1.308995, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) -(@OGUID+422, 187194, 530, 1, 1, -1844.252, 5491.67, 7.615454, 1.256636, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) -(@OGUID+423, 187194, 530, 1, 1, -1803.723, 5465.471, 1.856312, 0.5759573, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) -(@OGUID+424, 187194, 530, 1, 1, -1928.542, 5402.78, 1.636353, 3.612838, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) -(@OGUID+425, 187194, 530, 1, 1, -1924.202, 5394.32, 1.635512, 3.612838, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) -(@OGUID+426, 187194, 530, 1, 1, -1960.267, 5271.778, -26.97055, 4.223697, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) -(@OGUID+427, 187194, 530, 1, 1, -1890.597, 5347.037, 7.485257, 4.363324, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) -(@OGUID+428, 187194, 530, 1, 1, -1889.784, 5355.277, 7.540157, 4.450591, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) -(@OGUID+429, 187194, 530, 1, 1, -1883.602, 5366.065, 7.457774, 4.398232, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) -(@OGUID+430, 187194, 530, 1, 1, -2056.806, 5228.367, -27.39764, 0.7504908, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) -(@OGUID+431, 187194, 530, 1, 1, -2138.824, 5148.72, -8.640973, 3.944446, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) -(@OGUID+432, 187194, 530, 1, 1, -1852.577, 5113.244, -27.45319, 1.500983, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3899) -(@OGUID+433, 187194, 530, 1, 1, -1759.38, 5167.662, -28.72669, 1.902409, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3899) -(@OGUID+434, 187194, 530, 1, 1, -1760.908, 5171.574, -17.26135, 1.867502, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3899) -(@OGUID+435, 187194, 530, 1, 1, -1774.86, 5267.382, -27.0181, 5.253442, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3899) -(@OGUID+436, 187194, 530, 1, 1, -1864.128, 4999.87, -8.724302, 4.66003, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) -(@OGUID+437, 187194, 530, 1, 1, -1836.34, 5366.165, 1.704274, 5.131269, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) -(@OGUID+438, 187194, 530, 1, 1, -1827.949, 5370.521, 1.711476, 5.253442, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) -(@OGUID+439, 187194, 530, 1, 1, -1801.535, 5407.848, 7.507989, 6.021387, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) -(@OGUID+440, 187194, 530, 1, 1, -1780.938, 5402.119, 7.497567, 5.98648, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) -(@OGUID+441, 187194, 530, 1, 1, -1791.009, 5407.314, 7.599545, 5.899214, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) -(@OGUID+442, 187194, 530, 1, 1, -1645.066, 5192.24, -27.42542, 2.565632, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3899) -(@OGUID+443, 187194, 530, 1, 1, -1552.944, 5125.714, -8.696525, 5.689774, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3899) -(@OGUID+444, 187194, 530, 1, 1, -1678.58, 5425.511, -27.12226, 0.03490625, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3899) -(@OGUID+445, 187194, 530, 1, 1, -1712.126, 5480.591, -1.884637, 2.042035, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3899) -(@OGUID+446, 187194, 530, 1, 1, -1799.061, 5457.251, 1.845763, 0.4712385, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) -(@OGUID+447, 187235, 530, 1, 1, -1791.788, 5726.31, 129.1411, 5.689774, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: -1) -(@OGUID+448, 187235, 530, 1, 1, -1695.16, 5519.628, -39.98275, 0.087266, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3896) -(@OGUID+449, 187235, 530, 1, 1, -1694.055, 5524.397, -40.37257, 1.954769, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3896) -(@OGUID+450, 187235, 530, 1, 1, -1706.805, 5522.744, -9.799464, 4.06662, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3896) -(@OGUID+451, 187235, 530, 1, 1, -1743.729, 5710.51, 129.1411, 3.019413, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+452, 187235, 530, 1, 1, -1802.705, 5597.75, 130.8119, 2.652894, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+453 ,187235, 530, 1, 1, -1811.717, 5600.768, 130.8119, 5.811947, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+454, 187235, 530, 1, 1, -1798.486, 5585.74, 3.878141, 4.293513, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+455, 187235, 530, 1, 1, -1822.766, 5593.826, 3.894919, 4.555311, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+456, 187235, 530, 1, 1, -1745.379, 5726.958, 128.7801, 3.647741, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+457, 187235, 530, 1, 1, -1780.283, 5739.229, 128.7909, 5.061456, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+458, 187235, 530, 1, 1, -1844.504, 5746.667, 130.7976, 2.33874, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+459, 187235, 530, 1, 1, -1846.261, 5773.022, 131.2068, 3.857183, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+460, 187235, 530, 1, 1, -1864.92, 5715.607, 132.2513, 2.199115, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+461, 187235, 530, 1, 1, -1886.932, 5771.139, 129.5579, 5.881761, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+462, 187235, 530, 1, 1, -1893.715, 5757.046, 129.482, 0.3665176, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+463, 187235, 530, 1, 1, -1904.28, 5729.601, 131.1909, 1.029743, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+464, 187235, 530, 1, 1, -1888.447, 5716.592, 132.1732, 1.117009, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+465, 187235, 530, 1, 1, -1917.616, 5746.094, 131.1787, 0.5061446, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+466, 187235, 530, 1, 1, -1993.964, 5686.367, 117.6628, 5.829401, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+467, 187235, 530, 1, 1, -1990.117, 5678.112, 117.6628, 1.291542, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+468, 187235, 530, 1, 1, -2145.284, 5497.773, 51.2669, 1.692969, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+469, 187235, 530, 1, 1, -2185.163, 5454.922, 51.2669, 5.811947, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+470, 187235, 530, 1, 1, -2167.578, 5441.844, 51.2669, 3.316144, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+471, 187235, 530, 1, 1, -2176.784, 5413.221, 50.22791, 0.4188786, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+472, 187235, 530, 1, 1, -2171.618, 5399.994, 50.22791, 0.6283169, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+473, 187235, 530, 1, 1, -2021.757, 5336.417, -9.350949, 0.9599299, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+474, 187235, 530, 1, 1, -2039.003, 5348.268, -39.60724, 3.857183, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+475, 187235, 530, 1, 1, -2035.199, 5336.296, -41.17906, 1.431168, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+476, 187235, 530, 1, 1, -2034.284, 5338.984, -39.56686, 3.368496, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+477, 187235, 530, 1, 1, -2034.004, 5359.76, -9.350951, 6.003934, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+478, 187235, 530, 1, 1, -2042.174, 5349.124, -41.06185, 5.951575, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+479, 187235, 530, 1, 1, -1994.435, 5356.163, -8.067644, 3.351047, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+480, 187235, 530, 1, 1, -2001.405, 5370.284, -8.034398, 3.961899, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+481, 187235, 530, 1, 1, -2029.916, 5490.481, 54.53994, 4.363324, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+482, 187235, 530, 1, 1, -2032.695, 5481.466, 54.53995, 1.308995, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+483, 187235, 530, 1, 1, -2016.837, 5494.008, 3.808645, 5.846854, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+484, 187235, 530, 1, 1, -2024.566, 5470.972, 3.928363, 5.98648, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+485, 187235, 530, 1, 1, -1937.382, 5462.885, -11.71269, 5.67232, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+486, 187235, 530, 1, 1, -1924.117, 5442.264, -12.42821, 0.1919852, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+487, 187235, 530, 1, 1, -1917.352, 5455.052, -12.55365, 5.096362, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+488, 187235, 530, 1, 1, -1907.199, 5450.696, -12.42813, 5.480334, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+489, 187235, 530, 1, 1, -1942.517, 5448.51, -11.81798, 0.03490625, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+490, 187235, 530, 1, 1, -1911.368, 5439.292, -12.42818, 0.122173, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+491, 187235, 530, 1, 1, -1965.476, 5271.957, -38.80977, 5.916668, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+492, 187235, 530, 1, 1, -1895.847, 5357.5, -12.42795, 0.8901166, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+493, 187235, 530, 1, 1, -1885.166, 5386.202, -12.42817, 0.7679439, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+494, 187235, 530, 1, 1, -1889.708, 5376.175, -12.4282, 0.5235979, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+495, 187235, 530, 1, 1, -1882.257, 5352.341, -12.42798, 1.483528, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+496, 187235, 530, 1, 1, -1875.24, 5371.807, -12.56568, 2.042035, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+497, 187235, 530, 1, 1, -1957.021, 5267.327, -38.80976, 4.153885, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+498, 187235, 530, 1, 1, -1873.54, 5382.65, -12.42811, 1.727875, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+499, 187235, 530, 1, 1, -2043.987, 5269.151, -39.19569, 6.0912, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+500, 187235, 530, 1, 1, -2050.452, 5241.551, -38.85723, 4.76475, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) -(@OGUID+501, 187193, 530, 1, 1, -1770.184, 5653.325, 130.298, 3.735006, 0, 0, 0, 1, 120, 255, 1), -- 187193 (Area: 3896) -(@OGUID+502, 187193, 530, 1, 1, -1804.74, 5664.917, 130.2563, 5.061456, 0, 0, 0, 1, 120, 255, 1), -- 187193 (Area: 0) -(@OGUID+503, 187193, 530, 1, 1, -1726.981, 5770.609, 146.4398, 4.223697, 0, 0, 0, 1, 120, 255, 1), -- 187193 (Area: 0) -(@OGUID+504, 187193, 530, 1, 1, -1769.009, 5784.69, 146.4398, 4.502952, 0, 0, 0, 1, 120, 255, 1), -- 187193 (Area: 0) -(@OGUID+505, 187193, 530, 1, 1, -1962.946, 5684.213, 117.6628, 2.984498, 0, 0, 0, 1, 120, 255, 1), -- 187193 (Area: 0) -(@OGUID+506, 187193, 530, 1, 1, -1894.682, 5582.585, -12.42814, 4.904376, 0, 0, 0, 1, 120, 255, 1), -- 187193 (Area: 0) -(@OGUID+507, 187193, 530, 1, 1, -1854.363, 5590.511, -12.42814, 4.607672, 0, 0, 0, 1, 120, 255, 1), -- 187193 (Area: 0) -(@OGUID+508, 187193, 530, 1, 1, -1974.76, 5703.745, 117.6628, 4.223697, 0, 0, 0, 1, 120, 255, 1), -- 187193 (Area: 0) -(@OGUID+509, 187193, 530, 1, 1, -2055.186, 5638.795, 51.26693, 1.570796, 0, 0, 0, 1, 120, 255, 1), -- 187193 (Area: 0) -(@OGUID+510, 187193, 530, 1, 1, -2063.063, 5662.036, 51.26693, 5.131269, 0, 0, 0, 1, 120, 255, 1), -- 187193 (Area: 0) -(@OGUID+511, 187193, 530, 1, 1, -2148.991, 5544.24, 50.59611, 5.567601, 0, 0, 0, 1, 120, 255, 1), -- 187193 (Area: 0) -(@OGUID+512, 187193, 530, 1, 1, -2160.861, 5510.712, 50.61835, 0.087266, 0, 0, 0, 1, 120, 255, 1), -- 187193 (Area: 0) -(@OGUID+513, 187193, 530, 1, 1, -2139.512, 5380.506, 51.26692, 3.001947, 0, 0, 0, 1, 120, 255, 1), -- 187193 (Area: 0) -(@OGUID+514, 187193, 530, 1, 1, -2134.334, 5401.409, 51.26692, 2.775069, 0, 0, 0, 1, 120, 255, 1), -- 187193 (Area: 0) -(@OGUID+515, 187193, 530, 1, 1, -2090.424, 5316.59, -37.32355, 6.248279, 0, 0, 0, 1, 120, 255, 1), -- 187193 (Area: 0) -(@OGUID+516, 187193, 530, 1, 1, -2050.71, 5478.405, 54.06078, 0.2268925, 0, 0, 0, 1, 120, 255, 1), -- 187193 (Area: 0) -(@OGUID+517, 187193, 530, 1, 1, -2042.596, 5503.583, 54.06772, 5.585054, 0, 0, 0, 1, 120, 255, 1), -- 187193 (Area: 0) -(@OGUID+518, 187193, 530, 1, 1, -1996.99, 5518.171, -12.42814, 5.689774, 0, 0, 0, 1, 120, 255, 1), -- 187193 (Area: 0) -(@OGUID+519, 187193, 530, 1, 1, -1971.556, 5543.559, -12.42814, 5.497789, 0, 0, 0, 1, 120, 255, 1), -- 187193 (Area: 0) -(@OGUID+520, 187193, 530, 1, 1, -1990.255, 5266.926, -42.22517, 4.32842, 0, 0, 0, 1, 120, 255, 1), -- 187193 (Area: 0) -(@OGUID+521, 187193, 530, 1, 1, -1915.555, 5296.894, 0.817524, 4.677484, 0, 0, 0, 1, 120, 255, 1), -- 187193 (Area: 0) -(@OGUID+522, 187193, 530, 1, 1, -1959.46, 5260.686, -38.8396, 3.263772, 0, 0, 0, 1, 120, 255, 1), -- 187193 (Area: 0) -(@OGUID+523, 187193, 530, 1, 1, -1970.106, 5267.567, -38.84131, 4.81711, 0, 0, 0, 1, 120, 255, 1), -- 187193 (Area: 0) -(@OGUID+524, 187193, 530, 1, 1, -1902.346, 5293.578, 0.857056, 3.769912, 0, 0, 0, 1, 120, 255, 1), -- 187193 (Area: 0) -(@OGUID+525, 187193, 530, 1, 1, -1873.236, 5269.362, -12.42814, 1.483528, 0, 0, 0, 1, 120, 255, 1), -- 187193 (Area: 0) -(@OGUID+526, 187193, 530, 1, 1, -1990.083, 5210.791, -44.36731, 1.500983, 0, 0, 0, 1, 120, 255, 1), -- 187193 (Area: 0) -(@OGUID+527, 187193, 530, 1, 1, -1982.277, 5110.882, 7.504348, 4.590216, 0, 0, 0, 1, 120, 255, 1), -- 187193 (Area: 0) -(@OGUID+528, 187193, 530, 1, 1, -1964.9, 5104.314, 7.514653, 4.049168, 0, 0, 0, 1, 120, 255, 1), -- 187193 (Area: 0) -(@OGUID+529, 187193, 530, 1, 1, -1788.93, 5253.065, -40.20916, 4.991644, 0, 0, 0, 1, 120, 255, 1), -- 187193 (Area: 3899) -(@OGUID+530, 187193, 530, 1, 1, -1832.604, 5277.454, -12.42814, 1.745327, 0, 0, 0, 1, 120, 255, 1), -- 187193 (Area: 3899) -(@OGUID+531, 187193, 530, 1, 1, -1873.795, 4977.795, -22.33295, 5.096362, 0, 0, 0, 1, 120, 255, 1), -- 187193 (Area: 0) -(@OGUID+532, 187193, 530, 1, 1, -1857.198, 4976.8, -22.56705, 4.188792, 0, 0, 0, 1, 120, 255, 1), -- 187193 (Area: 0) -(@OGUID+533, 187193, 530, 1, 1, -1755.321, 5315.891, -12.42814, 2.286379, 0, 0, 0, 1, 120, 255, 1), -- 187193 (Area: 0) -(@OGUID+534, 187193, 530, 1, 1, -1728.786, 5341.39, -12.42814, 2.495818, 0, 0, 0, 1, 120, 255, 1), -- 187193 (Area: 0) -(@OGUID+535, 187193, 530, 1, 1, -1546.829, 5108.851, -20.84263, 6.073746, 0, 0, 0, 1, 120, 255, 1), -- 187193 (Area: 3899) -(@OGUID+536, 187193, 530, 1, 1, -1535.441, 5120.412, -20.31925, 4.729844, 0, 0, 0, 1, 120, 255, 1), -- 187193 (Area: 0) -(@OGUID+537, 187193, 530, 1, 1, -1674.443, 5406.264, -40.40601, 6.161013, 0, 0, 0, 1, 120, 255, 1), -- 187193 (Area: 3899) -(@OGUID+538, 178746, 530, 1, 1, -1969.516, 5349.811, -12.42814, 6.0912, 0, 0, 0, 1, 120, 255, 1), -- 178746 (Area: 0) -(@OGUID+539, 178746, 530, 1, 1, -1732.454, 5460.457, -12.42814, 3.194002, 0, 0, 0, 1, 120, 255, 1), -- 178746 (Area: 3899) -(@OGUID+540, 180796, 530, 1, 1, -1983.031, 5089.068, 7.856039, 1.553341, 0, 0, 0, 1, 120, 255, 1), -- 180796 (Area: 0) -(@OGUID+541, 180797, 530, 1, 1, -1982.964, 5089.167, 7.85815, 1.919862, 0, 0, 0, 1, 120, 255, 1), -- 180797 (Area: 0) -(@OGUID+542, 187235, 530, 1, 1, -1735.256, 5502.995, -8.428672, 6.19592, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3703) -(@OGUID+543, 187235, 530, 1, 1, -1727.312, 5487.572, -8.355326, 0.9599299, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3703) -(@OGUID+544, 187567, 530, 1, 1, -690.7932, 2724.943, 100.9289, 6.265733, 0, 0, 0, 1, 120, 255, 1); -- 187567 (Area: 3483) - -UPDATE `gameobject` SET `phaseId`=169 WHERE `phaseId`=1; - -SET @OGUID:=78976; -SET @Event:=2; -DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+544 AND `eventEntry`=@Event; -INSERT INTO game_event_gameobject SELECT @Event, gameobject.guid FROM `gameobject` WHERE gameobject.guid BETWEEN @OGUID+0 AND @OGUID+544; - --- Add spawns Pat's Snowcloud Guy & -SET @CGUID := 52265; -DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+4; -INSERT INTO `creature` (`guid`, `id`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `curhealth`) VALUES -(@CGUID+0, 15730, 530, -1981.646, 5088.522, 9.341895, 2.443461, 120, 0), -- 15730 (Area: 3703) (Auras: 26000 - 26000) -(@CGUID+1, 15730, 530, -1984.66, 5088.797, 10.55692, 3.193953, 120, 0), -- 15730 (Area: 3703) (Auras: 26000 - 26000) -(@CGUID+2, 15732, 530, -1987.686, 5092.304, 7.809855, 0.7679449, 120, 0), -- 15732 (Area: 3703) -(@CGUID+3, 15730, 571, 5824.777, 642.5535, 652.6135, 2.513274, 120, 0), -- 15730 (Area: 4395) (Auras: 26000 - 26000) -(@CGUID+4, 15730, 571, 5824.46, 643.6445, 653.0524, 1.570796, 120, 0); -- 15730 (Area: 4395) (Auras: 26000 - 26000) - --- Add aura to Pat's Snowcloud Guy & Wonderform Operator -SET @ENTRY := 15730; -DELETE FROM `creature_template_addon` WHERE `entry`=@ENTRY; -INSERT INTO `creature_template_addon` (`entry`, `bytes1`, `bytes2`, `auras`) VALUES (@ENTRY, 0, 0, 26000); diff --git a/sql/updates/world/2016_01_16_08_world_2015_12_18_04.sql b/sql/updates/world/2016_01_16_08_world_2015_12_18_04.sql new file mode 100644 index 00000000000..c8c3352319c --- /dev/null +++ b/sql/updates/world/2016_01_16_08_world_2015_12_18_04.sql @@ -0,0 +1,8 @@ +-- +DELETE FROM `smart_scripts` WHERE `entryorguid` = 30838 AND `source_type` = 0 AND `id`=8; +DELETE FROM `smart_scripts` WHERE `entryorguid` = 30839 AND `source_type` = 0 AND `id`=8; +DELETE FROM `smart_scripts` WHERE `entryorguid` = 30840 AND `source_type` = 0 AND `id`=10; +INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(30839,0,8,0,54,0,100,0,0,0,0,0,49,0,0,0,0,0,0,19,30831,30,0,0,0,0,0,'Jayde - In Just summoned - Start attack'), +(30840,0,10,0,54,0,100,0,0,0,0,0,49,0,0,0,0,0,0,19,30829,30,0,0,0,0,0,'Munch - In Just summoned - Start attack'), +(30838,0,8,0,54,0,100,0,0,0,0,0,49,0,0,0,0,0,0,19,30830,30,0,0,0,0,0,'Highlord Darion Mograine - In Just summoned - Start attack'); diff --git a/sql/updates/world/2016_01_16_08_world_2015_12_24_00.sql b/sql/updates/world/2016_01_16_08_world_2015_12_24_00.sql deleted file mode 100644 index 52d83bb63c3..00000000000 --- a/sql/updates/world/2016_01_16_08_world_2015_12_24_00.sql +++ /dev/null @@ -1,3 +0,0 @@ --- -UPDATE `creature_text` SET `probability`=17 WHERE `Entry`=36856 AND `groupid`=6 AND `id` IN (0,1,2,3,4); -UPDATE `creature_text` SET `probability`=15 WHERE `Entry`=36856 AND `groupid`=6 AND `id`=5; diff --git a/sql/updates/world/2016_01_16_09_world_2015_12_20_00.sql b/sql/updates/world/2016_01_16_09_world_2015_12_20_00.sql new file mode 100644 index 00000000000..5f8c6b168ce --- /dev/null +++ b/sql/updates/world/2016_01_16_09_world_2015_12_20_00.sql @@ -0,0 +1,570 @@ +SET @OGUID:=78976; +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+544; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `spawnMask`, `phaseId`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES +(@OGUID+0 , 187567, 530, 1, 1, -2972.565, 2562.675, 83.66947, 5.829401, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3744) +(@OGUID+1 , 187567, 530, 1, 1, -2955.605, 2554.495, 110.3285, 5.846854, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3744) +(@OGUID+2 , 187567, 530, 1, 1, -3022.694, 2624.565, 85.78185, 3.909541, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3744) +(@OGUID+3 , 187567, 530, 1, 1, -2927.35, 2650.861, 100.1286, 3.822273, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3744) +(@OGUID+4 , 187567, 530, 1, 1, -4010.367, 2155.552, 109.9921, 1.06465, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3745) +(@OGUID+5 , 187567, 530, 1, 1, -4058.762, 2175.685, 117.8552, 1.588249, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3745) +(@OGUID+6 , 187567, 530, 1, 1, -2982.132, 3981.363, 8.745137, 6.230826, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3691) +(@OGUID+7 , 187567, 530, 1, 1, -2931.291, 3931.274, 8.816035, 1.902409, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3684) +(@OGUID+8 , 187567, 530, 1, 1, -2923.89, 4017.942, 8.344274, 3.665196, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3684) +(@OGUID+9 , 187567, 530, 1, 1, -2967.964, 4020.805, 7.264894, 5.67232, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3684) +(@OGUID+10 , 187567, 530, 1, 1, -2987.704, 4030.75, 7.28573, 2.478367, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3684) +(@OGUID+11 , 187567, 530, 1, 1, -2659.457, 4386.914, 39.52228, 0.8203033, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 0) +(@OGUID+12 , 187567, 530, 1, 1, -2671.876, 4457.92, 42.83185, 5.270896, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3683) +(@OGUID+13 , 187567, 530, 1, 1, -2648.931, 4478.227, 39.93041, 2.652894, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3683) +(@OGUID+14 , 187567, 530, 1, 1, -2587.3, 4469.175, 40.08729, 3.281239, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3683) +(@OGUID+15 , 187567, 530, 1, 1, -2677.658, 7203.919, 32.99669, 1.204277, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3626) +(@OGUID+16 , 187567, 530, 1, 1, -2698.241, 7291.552, 49.91637, 5.969027, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3626) +(@OGUID+17 , 187567, 530, 1, 1, -2730.689, 7306.021, 51.7765, 2.740162, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3626) +(@OGUID+18 , 187567, 530, 1, 1, -2713.36, 7298.445, 51.91501, 5.846854, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3626) +(@OGUID+19 , 187567, 530, 1, 1, -2775.226, 7326.033, 51.77103, 5.829401, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3626) +(@OGUID+20 , 187567, 530, 1, 1, 195.0323, 8490.546, 35.5514, 0.6632232, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 0) +(@OGUID+21 , 187567, 530, 1, 1, 219.5999, 8569.107, 33.13798, 4.677484, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 0) +(@OGUID+22 , 187567, 530, 1, 1, 272.1655, 8509.436, 32.72204, 3.700105, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 0) +(@OGUID+23 , 187567, 530, 1, 1, 264.8356, 8492.754, 34.60779, 2.129301, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 0) +(@OGUID+24 , 187567, 530, 1, 1, 223.4775, 7943.311, 30.76142, 5.131269, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3645) +(@OGUID+25 , 187567, 530, 1, 1, 236.9491, 7913.625, 30.50175, 1.97222, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3645) +(@OGUID+26 , 187567, 530, 1, 1, 214.1629, 7927.679, 30.72031, 0.4014249, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3645) +(@OGUID+27 , 187567, 530, 1, 1, 237.8501, 7911.491, 30.4785, 5.113817, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3645) +(@OGUID+28 , 187567, 530, 1, 1, 244.0695, 7939.386, 30.92426, 3.438303, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3645) +(@OGUID+29 , 187567, 530, 1, 1, 282.6363, 6085.975, 137.649, 4.747296, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 0) +(@OGUID+30 , 187567, 530, 1, 1, -249.9205, 5495.466, 36.7147, 5.323256, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 0) +(@OGUID+31 , 187567, 530, 1, 1, 1955.625, 6885.821, 167.1296, 4.468043, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3771) +(@OGUID+32 , 187567, 530, 1, 1, 2038.027, 6826.094, 181.4816, 0.8377575, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3772) +(@OGUID+33 , 187567, 530, 1, 1, 2032.214, 6819.37, 181.5125, 3.874631, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3772) +(@OGUID+34 , 187567, 530, 1, 1, 2009.813, 6871.413, 188.1808, 4.24115, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3772) +(@OGUID+35 , 187567, 530, 1, 1, 2038.565, 6819.838, 181.4885, 5.550147, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3772) +(@OGUID+36 , 187567, 530, 1, 1, 2031.963, 6825.553, 181.5333, 2.426008, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3772) +(@OGUID+37 , 187567, 530, 1, 1, 2062.016, 6825.854, 184.7832, 4.729844, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3772) +(@OGUID+38 , 187567, 530, 1, 1, 2063.305, 6759.898, 173.2681, 4.694937, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3772) +(@OGUID+39 , 187567, 530, 1, 1, 2162.737, 6751.214, 172.4385, 2.495818, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3772) +(@OGUID+40 , 187567, 530, 1, 1, 2163.694, 6745.077, 172.4085, 4.049168, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3772) +(@OGUID+41 , 187567, 530, 1, 1, 2168.956, 6752.182, 172.4387, 0.9250238, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3772) +(@OGUID+42 , 187567, 530, 1, 1, 2169.925, 6745.97, 172.4366, 5.67232, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3772) +(@OGUID+43 , 187567, 530, 1, 1, 3026.51, 5497.439, 151.5307, 3.700105, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3951) +(@OGUID+44 , 187567, 530, 1, 1, 3016.612, 5445.069, 151.877, 2.146753, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3951) +(@OGUID+45 , 187567, 530, 1, 1, 2154.756, 4716.656, 160.9547, 3.001947, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3844) +(@OGUID+46 , 187567, 530, 1, 1, 2155.25, 4720.381, 160.9449, 3.036838, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3844) +(@OGUID+47 , 187567, 530, 1, 1, 2035.05, 4693.116, 154.7217, 1.850049, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3844) +(@OGUID+48 , 187567, 530, 1, 1, 2031.468, 4692.11, 154.7591, 1.884953, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3844) +(@OGUID+49 , 187567, 530, 1, 1, 2962.525, 3697.009, 150.2677, 1.466076, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 0) +(@OGUID+50 , 187567, 530, 1, 1, 3061.875, 3647.259, 149.6342, 2.373644, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3712) +(@OGUID+51 , 187567, 530, 1, 1, 4103.79, 3058.691, 345.6179, 3.525572, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3738) +(@OGUID+52 , 187567, 530, 1, 1, 4125.446, 3068.064, 345.6248, 3.525572, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3738) +(@OGUID+53 , 187567, 530, 1, 1, -586.8221, 4153.644, 78.09076, 2.740162, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 0) +(@OGUID+54 , 187567, 530, 1, 1, -595.9395, 4082.912, 100.9252, 2.076939, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 0) +(@OGUID+55 , 187567, 530, 1, 1, 181.4262, 2624.335, 98.51126, 2.18166, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3536) +(@OGUID+56 , 187567, 530, 1, 1, -717.0001, 2714.823, 100.4722, 3.124123, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3538) +(@OGUID+57 , 187567, 530, 1, 1, -716.9244, 2718.473, 100.4844, 3.106652, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3538) +(@OGUID+58 , 187567, 530, 1, 1, -716.8802, 2742.702, 100.7903, 3.176533, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3538) +(@OGUID+59 , 187567, 530, 1, 1, -709.4097, 2704.609, 99.62894, 4.694937, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 3538) +(@OGUID+60 , 187194, 530, 1, 1, -4114.495, 1119.618, 52.38124, 5.742135, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3938) +(@OGUID+61 , 187194, 530, 1, 1, -3006.023, 795.2581, -1.891022, 2.565632, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3754) +(@OGUID+62 , 187194, 530, 1, 1, -3092.005, 2502.068, 76.35168, 4.555311, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3744) +(@OGUID+63 , 187194, 530, 1, 1, -3081.95, 2509.127, 75.9601, 5.585054, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3744) +(@OGUID+64 , 187194, 530, 1, 1, -3099.529, 2512.387, 75.96468, 3.490667, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3744) +(@OGUID+65 , 187194, 530, 1, 1, -3097.624, 2522.847, 75.95374, 2.44346, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3744) +(@OGUID+66 , 187194, 530, 1, 1, -3080.017, 2519.666, 75.95196, 0.3490652, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3744) +(@OGUID+67 , 187194, 530, 1, 1, -3088.047, 2526.28, 75.9549, 1.396262, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3744) +(@OGUID+68 , 187194, 530, 1, 1, -2978.653, 2545.87, 97.51945, 3.787367, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3744) +(@OGUID+69 , 187194, 530, 1, 1, -2960.054, 2536.851, 96.74974, 4.81711, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3744) +(@OGUID+70 , 187194, 530, 1, 1, -2963.106, 2578.467, 97.77729, 1.658062, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3744) +(@OGUID+71 , 187194, 530, 1, 1, -2980.738, 2565.908, 97.9761, 2.705255, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3744) +(@OGUID+72 , 187194, 530, 1, 1, -2944.712, 2569.651, 97.11517, 0.6108634, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3744) +(@OGUID+73 , 187194, 530, 1, 1, -2943.146, 2549.089, 96.68553, 5.846854, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3744) +(@OGUID+74 , 187194, 530, 1, 1, -3956.793, 2241.567, 107.9687, 4.572764, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) +(@OGUID+75 , 187194, 530, 1, 1, -4044.765, 2237.184, 118.0772, 5.515242, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3745) +(@OGUID+76 , 187194, 530, 1, 1, -4063.29, 2183.958, 117.962, 0.03490625, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3745) +(@OGUID+77 , 187194, 530, 1, 1, -4053.135, 2167.243, 117.8958, 0.01745246, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3745) +(@OGUID+78 , 187194, 530, 1, 1, -4063.405, 2159.092, 117.9386, 4.729844, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3745) +(@OGUID+79 , 187194, 530, 1, 1, -2625.937, 4419.99, 42.99473, 4.572764, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3683) +(@OGUID+80 , 187194, 530, 1, 1, -1260.943, 7180.634, 63.39374, 2.565632, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3613) +(@OGUID+81 , 187194, 530, 1, 1, -222.4095, 5391.945, 40.32674, 4.921829, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) +(@OGUID+82 , 187194, 530, 1, 1, -223.1397, 5396.124, 40.32872, 1.867502, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) +(@OGUID+83 , 187194, 530, 1, 1, -175.3683, 5512.138, 33.37462, 5.026549, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) +(@OGUID+84 , 187194, 530, 1, 1, -186.2492, 5519.735, 33.73346, 3.455756, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) +(@OGUID+85 , 187194, 530, 1, 1, -159.9268, 5517.314, 33.24236, 5.026549, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) +(@OGUID+86 , 187194, 530, 1, 1, -166.1566, 5537.293, 33.22692, 1.884953, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3565) +(@OGUID+87 , 187194, 530, 1, 1, -181.5449, 5532.257, 33.22929, 1.884953, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3565) +(@OGUID+88 , 187194, 530, 1, 1, -155.342, 5529.741, 33.96249, 0.3141584, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3565) +(@OGUID+89 , 187194, 530, 1, 1, -96.04215, 5545.813, 45.60166, 3.089183, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3565) +(@OGUID+90 , 187194, 530, 1, 1, -91.70524, 5545.659, 45.61694, 6.178466, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3565) +(@OGUID+91 , 187194, 530, 1, 1, -337.4103, 5481.802, 37.91649, 6.161013, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3565) +(@OGUID+92 , 187194, 530, 1, 1, -341.6888, 5481.863, 37.94325, 3.054327, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3565) +(@OGUID+93 , 187194, 530, 1, 1, 1937.434, 6838.64, 177.4422, 3.194002, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3772) +(@OGUID+94 , 187194, 530, 1, 1, 1941.395, 6838.657, 177.4772, 0.01745246, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3772) +(@OGUID+95 , 187194, 530, 1, 1, 2055.827, 6759.792, 173.2742, 4.729844, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3772) +(@OGUID+96 , 187194, 530, 1, 1, 2066.148, 6726.275, 181.5531, 4.747296, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3772) +(@OGUID+97 , 187194, 530, 1, 1, 2070.803, 6759.671, 173.2742, 4.694937, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3772) +(@OGUID+98 , 187194, 530, 1, 1, 2066.258, 6730.639, 181.5167, 1.518436, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3772) +(@OGUID+99 , 187194, 530, 1, 1, 2095.052, 6899.62, 190.4382, 3.944446, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3772) +(@OGUID+100, 187194, 530, 1, 1, 2085.431, 6890.104, 190.4657, 3.944446, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3772) +(@OGUID+101, 187194, 530, 1, 1, 2944.296, 5533.428, 163.821, 2.565632, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3828) +(@OGUID+102, 187194, 530, 1, 1, 2940.299, 5415.802, 165.9382, 4.084071, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3951) +(@OGUID+103, 187194, 530, 1, 1, 3085.633, 5473.628, 162.5824, 0.2967052, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3951) +(@OGUID+104, 187194, 530, 1, 1, 2092.127, 4792.164, 175.6362, 1.134463, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3844) +(@OGUID+105, 187194, 530, 1, 1, 2078.747, 4789.831, 175.6968, 2.391098, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3844) +(@OGUID+106, 187194, 530, 1, 1, 2098.946, 4779.432, 175.5325, 6.178466, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3844) +(@OGUID+107, 187194, 530, 1, 1, 2090.407, 4769.771, 175.6497, 4.921829, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3844) +(@OGUID+108, 187194, 530, 1, 1, 2948.536, 3719.698, 150.2694, 3.124123, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) +(@OGUID+109, 187194, 530, 1, 1, 3018.137, 3748.76, 151.2779, 1.291542, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) +(@OGUID+110, 187194, 530, 1, 1, 3044.282, 3608.729, 150.461, 4.729844, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3712) +(@OGUID+111, 187194, 530, 1, 1, 3116.458, 3688.845, 150.6044, 0.5585039, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3712) +(@OGUID+112, 187194, 530, 1, 1, 4116.873, 3058.359, 349.9748, 5.131269, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3738) +(@OGUID+113, 187194, 530, 1, 1, 4118.572, 2954.05, 360.3641, 1.605702, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3738) +(@OGUID+114, 187194, 530, 1, 1, 4184.254, 3009.556, 349.8448, 3.124123, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3738) +(@OGUID+115, 187194, 530, 1, 1, 2969.402, 1791.448, 145.6347, 3.769912, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3731) +(@OGUID+116, 187194, 530, 1, 1, 2984.813, 1803.785, 146.0861, 0.6632232, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3731) +(@OGUID+117, 187194, 530, 1, 1, 203.049, 4333.749, 125.1613, 3.141593, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3552) +(@OGUID+118, 187194, 530, 1, 1, 175.2291, 2619.424, 98.45457, 2.18166, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3536) +(@OGUID+119, 187194, 530, 1, 1, 187.7007, 2628.467, 98.74133, 2.164206, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3536) +(@OGUID+120, 187194, 530, 1, 1, -717.3152, 2750.212, 100.8153, 3.176533, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3538) +(@OGUID+121, 187194, 530, 1, 1, -716.8414, 2735.047, 100.798, 3.141593, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3538) +(@OGUID+122, 187194, 530, 1, 1, -690.6761, 2732.448, 100.9171, 6.265733, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3538) +(@OGUID+123, 187194, 530, 1, 1, -690.3901, 2717.364, 101.012, 0, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3538) +(@OGUID+124, 187194, 530, 1, 1, -699.2603, 2709.337, 101.0987, 4.694937, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3538) +(@OGUID+125, 187235, 530, 1, 1, -4084.195, 1138.926, 44.43298, 4.537859, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3938) +(@OGUID+126, 187235, 530, 1, 1, -4088.488, 1139.846, 44.42666, 4.572764, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3938) +(@OGUID+127, 187235, 530, 1, 1, -4112.096, 1121.578, 44.54679, 5.288348, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3938) +(@OGUID+128, 187235, 530, 1, 1, -4114.819, 1116.677, 44.53127, 0.1745321, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3938) +(@OGUID+129, 187235, 530, 1, 1, -4062.444, 1135.474, 43.18277, 3.804818, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3938) +(@OGUID+130, 187235, 530, 1, 1, -4135.374, 1128.675, 54.58289, 4.223697, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3938) +(@OGUID+131, 187235, 530, 1, 1, -4065.08, 1138.295, 43.1756, 3.909541, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3938) +(@OGUID+132, 187235, 530, 1, 1, -4130.572, 1173.389, 49.58154, 5.777041, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3938) +(@OGUID+133, 187235, 530, 1, 1, -3089.802, 837.7723, -19.92381, 1.867502, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+134, 187235, 530, 1, 1, -3080.772, 825.7006, -11.35703, 1.029743, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3754) +(@OGUID+135, 187235, 530, 1, 1, -3075.424, 858.7751, -20.02081, 3.298687, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3754) +(@OGUID+136, 187235, 530, 1, 1, -3079.415, 748.1234, -10.33996, 6.248279, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3754) +(@OGUID+137, 187235, 530, 1, 1, -3055.614, 812.4755, -9.506436, 0.4363316, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3754) +(@OGUID+138, 187235, 530, 1, 1, -3016.658, 795.0476, -9.916844, 2.129301, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3754) +(@OGUID+139, 187235, 530, 1, 1, -3041.075, 832.1203, -9.484895, 4.607672, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3754) +(@OGUID+140, 187235, 530, 1, 1, -3010.563, 770.086, -6.933084, 0.8901166, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3754) +(@OGUID+141, 187235, 530, 1, 1, -3040.775, 806.6836, -9.706291, 1.692969, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3754) +(@OGUID+142, 187235, 530, 1, 1, -3028.215, 823.3273, -9.546359, 3.455756, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3754) +(@OGUID+143, 187235, 530, 1, 1, -3061.827, 853.1981, -11.37245, 4.06662, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3754) +(@OGUID+144, 187235, 530, 1, 1, -3009.987, 803.8392, -10.3957, 2.722713, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3754) +(@OGUID+145, 187235, 530, 1, 1, -2983.705, 809.1548, -6.9079, 4.06662, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3754) +(@OGUID+146, 187235, 530, 1, 1, -3007.626, 853.5888, -10.48604, 3.33359, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3754) +(@OGUID+147, 187235, 530, 1, 1, -2983.507, 869.4686, -7.479865, 4.66003, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3754) +(@OGUID+148, 187235, 530, 1, 1, -3012.275, 861.4301, -10.48986, 4.01426, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3754) +(@OGUID+149, 187235, 530, 1, 1, -3052.811, 2481.651, 66.65688, 2.565632, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3744) +(@OGUID+150, 187235, 530, 1, 1, -3065.579, 2555.547, 65.75816, 3.752462, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3744) +(@OGUID+151, 187235, 530, 1, 1, -3107.003, 2545.114, 62.05597, 1.029743, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3744) +(@OGUID+152, 187235, 530, 1, 1, -3006.598, 2549.313, 78.11643, 2.129301, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3744) +(@OGUID+153, 187235, 530, 1, 1, -2979.335, 2554.049, 76.54335, 3.926996, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3744) +(@OGUID+154, 187235, 530, 1, 1, -2970.731, 2573.003, 76.54335, 1.570796, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3744) +(@OGUID+155, 187235, 530, 1, 1, -2986.574, 2565.178, 76.54335, 2.600535, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3744) +(@OGUID+156, 187235, 530, 1, 1, -3031.269, 2631.006, 76.54335, 4.485497, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3744) +(@OGUID+157, 187235, 530, 1, 1, -2956.544, 2554.592, 126.6191, 2.740162, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3744) +(@OGUID+158, 187235, 530, 1, 1, -3081.042, 2598.579, 61.74963, 3.38594, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3744) +(@OGUID+159, 187235, 530, 1, 1, -2932.842, 2657.233, 94.24632, 4.502952, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3744) +(@OGUID+160, 187235, 530, 1, 1, -2921.617, 2644.625, 94.40192, 3.351047, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3744) +(@OGUID+161, 187235, 530, 1, 1, -3104.677, 2582.695, 61.977, 4.642576, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3744) +(@OGUID+162, 187235, 530, 1, 1, -3948.719, 2165.375, 100.8409, 2.775069, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3745) +(@OGUID+163, 187235, 530, 1, 1, -4035.944, 2238.973, 112.2723, 5.270896, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3745) +(@OGUID+164, 187235, 530, 1, 1, -3984.704, 2162.162, 105.4418, 4.380776, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3745) +(@OGUID+165, 187235, 530, 1, 1, -3966.465, 2185.426, 101.8951, 1.692969, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3745) +(@OGUID+166, 187235, 530, 1, 1, -4008.345, 2172.325, 105.0965, 0.2792516, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3745) +(@OGUID+167, 187235, 530, 1, 1, -3981.395, 2150.587, 105.0282, 2.600535, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3745) +(@OGUID+168, 187235, 530, 1, 1, -4026.63, 2188.58, 109.1173, 2.251473, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3745) +(@OGUID+169, 187235, 530, 1, 1, -4047.156, 2228.053, 112.0462, 5.951575, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3745) +(@OGUID+170, 187235, 530, 1, 1, -4062.359, 2190.83, 109.8543, 5.602507, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3745) +(@OGUID+171, 187235, 530, 1, 1, -3930.809, 2115.148, 96.81004, 3.508117, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3745) +(@OGUID+172, 187235, 530, 1, 1, -2975.988, 3877.033, 9.545059, 3.769912, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3691) +(@OGUID+173, 187235, 530, 1, 1, -2987.699, 3860.738, 8.660349, 1.308995, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3691) +(@OGUID+174, 187235, 530, 1, 1, -2942.975, 3949.947, 0.906697, 4.66003, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3691) +(@OGUID+175, 187235, 530, 1, 1, -2943.432, 3903.176, 3.423485, 1.692969, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3691) +(@OGUID+176, 187235, 530, 1, 1, -2956.34, 3907.056, 3.423482, 0.7504908, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3691) +(@OGUID+177, 187235, 530, 1, 1, -2926.811, 4019.083, 0.413682, 4.01426, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3684) +(@OGUID+178, 187235, 530, 1, 1, -2904.558, 4017.979, 0.378337, 2.82743, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3684) +(@OGUID+179, 187235, 530, 1, 1, -2924.175, 4014.802, 0.424108, 3.368496, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3684) +(@OGUID+180, 187235, 530, 1, 1, -2966.667, 4073.203, 2.960989, 1.745327, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3684) +(@OGUID+181, 187235, 530, 1, 1, -2667.306, 4424.93, 37.06041, 6.230826, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+182, 187235, 530, 1, 1, -2623.644, 4378.721, 35.27359, 4.01426, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+183, 187235, 530, 1, 1, -2611.685, 4383.334, 32.93204, 2.583081, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+184, 187235, 530, 1, 1, -2631.962, 4428.709, 36.10242, 4.81711, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3683) +(@OGUID+185, 187235, 530, 1, 1, -2666.818, 4443.57, 36.34382, 5.166176, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3683) +(@OGUID+186, 187235, 530, 1, 1, -2617.922, 4427.623, 36.09334, 4.171338, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3683) +(@OGUID+187, 187235, 530, 1, 1, -2614.487, 4456.502, 36.09352, 5.009095, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3683) +(@OGUID+188, 187235, 530, 1, 1, -2624.518, 4467.333, 36.14123, 2.44346, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3683) +(@OGUID+189, 187235, 530, 1, 1, -2569.438, 4420.438, 39.15441, 0.9424766, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3683) +(@OGUID+190, 187235, 530, 1, 1, -2545.219, 4312.679, 20.62585, 4.747296, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3683) +(@OGUID+191, 187235, 530, 1, 1, -2558.318, 4305.626, 20.76239, 5.759588, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3683) +(@OGUID+192, 187235, 530, 1, 1, -2600.806, 7237.711, 12.91722, 0.3490652, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+193, 187235, 530, 1, 1, -2626.202, 7216.55, 20.35766, 3.560473, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+194, 187235, 530, 1, 1, -2630.099, 7224.425, 19.74051, 3.717554, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+195, 187235, 530, 1, 1, -2534.468, 7256.75, 16.26636, 2.530723, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+196, 187235, 530, 1, 1, -2596.802, 7228.939, 13.47051, 0.2792516, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+197, 187235, 530, 1, 1, -2570.705, 7291.29, 14.81433, 0.5410506, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+198, 187235, 530, 1, 1, -2528.435, 7266.286, 16.27025, 2.478367, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+199, 187235, 530, 1, 1, -2602.271, 7282.346, 19.39945, 3.38594, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+200, 187235, 530, 1, 1, -2670.031, 7211.863, 23.66941, 0.9948372, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+201, 187235, 530, 1, 1, -2573.72, 7300.305, 13.90452, 6.003934, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+202, 187235, 530, 1, 1, -2605.266, 7291.263, 19.8158, 3.647741, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+203, 187235, 530, 1, 1, -2614.92, 7297.726, 20.7448, 4.398232, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3626) +(@OGUID+204, 187235, 530, 1, 1, -2625.71, 7298.209, 21.14083, 4.799657, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3626) +(@OGUID+205, 187235, 530, 1, 1, -2614.572, 7330.876, 24.21089, 1.500983, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3626) +(@OGUID+206, 187235, 530, 1, 1, -2678.989, 7214.03, 23.95701, 1.396262, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3626) +(@OGUID+207, 187235, 530, 1, 1, -2624.408, 7331.686, 24.46344, 1.396262, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3626) +(@OGUID+208, 187235, 530, 1, 1, -2618.061, 7338.908, 23.65936, 4.956738, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3626) +(@OGUID+209, 187235, 530, 1, 1, -2697.95, 7284.061, 42.72089, 6.108654, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3626) +(@OGUID+210, 187235, 530, 1, 1, -2702.841, 7293.721, 88.63655, 2.82743, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3626) +(@OGUID+211, 187235, 530, 1, 1, -2692.656, 7296.979, 42.78501, 5.427975, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3626) +(@OGUID+212, 187235, 530, 1, 1, -2762.166, 7267.401, 40.26734, 5.724681, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3626) +(@OGUID+213, 187235, 530, 1, 1, -2755.534, 7275.691, 40.27126, 5.515242, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3626) +(@OGUID+214, 187235, 530, 1, 1, -2752.121, 7315.08, 43.48479, 5.689774, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3626) +(@OGUID+215, 187235, 530, 1, 1, -2755.324, 7317.081, 56.35859, 2.617989, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3626) +(@OGUID+216, 187235, 530, 1, 1, -2721.762, 7343.454, 39.44633, 6.161013, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3626) +(@OGUID+217, 187235, 530, 1, 1, -2720.994, 7355.896, 39.75894, 6.03884, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3626) +(@OGUID+218, 187235, 530, 1, 1, -2611.334, 7343.457, 23.60636, 5.393069, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3626) +(@OGUID+219, 187235, 530, 1, 1, -2571.461, 7378.03, 11.05957, 0.2617982, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3626) +(@OGUID+220, 187235, 530, 1, 1, -2561.666, 7378.96, 10.5709, 2.967041, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3626) +(@OGUID+221, 187235, 530, 1, 1, -1454.16, 7165.046, 44.56573, 5.166176, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+222, 187235, 530, 1, 1, -1387.221, 7134.828, 34.03579, 3.874631, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3613) +(@OGUID+223, 187235, 530, 1, 1, -1392.476, 7140.168, 33.73893, 3.944446, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3613) +(@OGUID+224, 187235, 530, 1, 1, -1364.813, 7156.565, 34.00505, 0.8901166, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3613) +(@OGUID+225, 187235, 530, 1, 1, -1371.671, 7162.804, 33.254, 0.8203033, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3613) +(@OGUID+226, 187235, 530, 1, 1, -1296.558, 6953.973, 33.24513, 4.118979, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3613) +(@OGUID+227, 187235, 530, 1, 1, -1254.381, 7007.266, 36.623, 4.537859, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3613) +(@OGUID+228, 187235, 530, 1, 1, -1307.797, 6960.474, 32.26982, 4.223697, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3613) +(@OGUID+229, 187235, 530, 1, 1, -1241.754, 7003.594, 36.79386, 4.537859, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3613) +(@OGUID+230, 187235, 530, 1, 1, -1194.752, 7110.279, 58.0645, 5.044002, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3613) +(@OGUID+231, 187235, 530, 1, 1, -1209.608, 7103.708, 57.44921, 5.410522, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3613) +(@OGUID+232, 187235, 530, 1, 1, -1262.076, 7107.592, 58.88747, 3.944446, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3613) +(@OGUID+233, 187235, 530, 1, 1, -1247.801, 7101.981, 58.06834, 4.171338, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3613) +(@OGUID+234, 187235, 530, 1, 1, -1283.426, 7130.822, 59.73568, 3.38594, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3613) +(@OGUID+235, 187235, 530, 1, 1, -1173.556, 7134.231, 58.11499, 5.951575, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3613) +(@OGUID+236, 187235, 530, 1, 1, -1176.216, 7200.084, 58.21382, 0.5759573, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3613) +(@OGUID+237, 187235, 530, 1, 1, -1184.833, 7207.807, 57.92133, 0.5410506, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3613) +(@OGUID+238, 187235, 530, 1, 1, -1201.722, 7206.649, 58.55188, 0.9948372, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3613) +(@OGUID+239, 187235, 530, 1, 1, -1221.305, 7222.463, 59.25886, 1.588249, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3613) +(@OGUID+240, 187235, 530, 1, 1, -1184.679, 7246.92, 35.14313, 2.82743, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3613) +(@OGUID+241, 187235, 530, 1, 1, -1249.806, 7217.763, 58.32962, 2.146753, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3613) +(@OGUID+242, 187235, 530, 1, 1, -1198.807, 7250.11, 35.15434, 6.108654, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3613) +(@OGUID+243, 187235, 530, 1, 1, -1271.883, 7197.997, 57.89819, 2.35619, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3613) +(@OGUID+244, 187235, 530, 1, 1, -1282.837, 7187.43, 58.00641, 2.391098, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3613) +(@OGUID+245, 187235, 530, 1, 1, -1296.44, 7267.444, 34.61653, 4.049168, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3613) +(@OGUID+246, 187235, 530, 1, 1, -1302.753, 7271.99, 34.41439, 4.101525, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3613) +(@OGUID+247, 187235, 530, 1, 1, -1265.508, 7313.129, 34.21532, 1.047198, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3613) +(@OGUID+248, 187235, 530, 1, 1, -1273.831, 7316.673, 33.7791, 1.169369, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3613) +(@OGUID+249, 187235, 530, 1, 1, -1220.264, 7388.16, 30.78928, 0.6108634, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3613) +(@OGUID+250, 187235, 530, 1, 1, -1207.967, 7386.663, 31.42567, 2.321287, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3613) +(@OGUID+251, 187235, 530, 1, 1, 201.9845, 8489.734, 24.44587, 0.6457717, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+252, 187235, 530, 1, 1, 223.5183, 8562.453, 23.26412, 4.293513, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+253, 187235, 530, 1, 1, 253.3038, 8489.067, 23.37944, 1.431168, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+254, 187235, 530, 1, 1, 265.287, 8514.346, 23.52993, 3.68265, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+255, 187235, 530, 1, 1, 276.1272, 7957.609, 21.57661, 4.32842, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3645) +(@OGUID+256, 187235, 530, 1, 1, 247.4571, 7941.143, 25.69258, 3.612838, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3645) +(@OGUID+257, 187235, 530, 1, 1, 285.1593, 7952.144, 21.52511, 3.804818, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3645) +(@OGUID+258, 187235, 530, 1, 1, 210.8226, 7926.406, 25.6933, 0.3316107, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3645) +(@OGUID+259, 187235, 530, 1, 1, 250.3989, 7896.925, 21.68546, 4.590216, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3645) +(@OGUID+260, 187235, 530, 1, 1, 261.7739, 7872.234, 23.73318, 5.113817, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3645) +(@OGUID+261, 187235, 530, 1, 1, 238.5979, 7893.07, 21.80824, 5.393069, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3645) +(@OGUID+262, 187235, 530, 1, 1, 253.7596, 7836.7, 22.96672, 5.078908, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3645) +(@OGUID+263, 187235, 530, 1, 1, 287.7669, 7842.643, 22.58914, 2.44346, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3645) +(@OGUID+264, 187235, 530, 1, 1, 293.3064, 7831.16, 24.93296, 4.415683, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3645) +(@OGUID+265, 187235, 530, 1, 1, 229.981, 7821.426, 21.9932, 3.001947, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3645) +(@OGUID+266, 187235, 530, 1, 1, 210.443, 7810.77, 23.8272, 1.099556, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3645) +(@OGUID+267, 187235, 530, 1, 1, 334.9908, 7839.56, 22.29418, 1.658062, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3645) +(@OGUID+268, 187235, 530, 1, 1, 276.2028, 6122.649, 142.509, 5.323256, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+269, 187235, 530, 1, 1, 275.337, 6082.517, 131.545, 4.886924, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+270, 187235, 530, 1, 1, 307.1656, 6055.835, 131.5718, 3.33359, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+271, 187235, 530, 1, 1, 290.4184, 6083.181, 131.5468, 4.590216, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+272, 187235, 530, 1, 1, 227.5588, 6070.599, 148.3118, 3.176533, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+273, 187235, 530, 1, 1, 222.1361, 6049.518, 148.3132, 2.33874, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3644) +(@OGUID+274, 187235, 530, 1, 1, 217.2829, 6078.526, 148.3125, 1.710422, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3644) +(@OGUID+275, 187235, 530, 1, 1, 280.785, 6008.137, 144.7295, 4.729844, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3644) +(@OGUID+276, 187235, 530, 1, 1, 278.5881, 5966.778, 150.1677, 5.375615, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3644) +(@OGUID+277, 187235, 530, 1, 1, 208.3886, 6049.729, 148.32, 3.909541, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3644) +(@OGUID+278, 187235, 530, 1, 1, 301.7136, 5979.073, 132.4598, 4.782203, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3644) +(@OGUID+279, 187235, 530, 1, 1, 261.4174, 5980.111, 132.9563, 4.118979, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3644) +(@OGUID+280, 187235, 530, 1, 1, 269.9623, 5956.735, 26.43292, 1.570796, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3644) +(@OGUID+281, 187235, 530, 1, 1, 296.5285, 5941.624, 26.55748, 3.68265, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3644) +(@OGUID+282, 187235, 530, 1, 1, 272.3167, 5944.75, 26.52184, 5.270896, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3644) +(@OGUID+283, 187235, 530, 1, 1, 298.2953, 5957.52, 26.42815, 1.745327, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3644) +(@OGUID+284, 187235, 530, 1, 1, -208.6328, 5388.645, 22.92735, 4.555311, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+285, 187235, 530, 1, 1, -210.9873, 5433.489, 21.37882, 3.822273, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+286, 187235, 530, 1, 1, -192.4105, 5510.174, 22.67085, 3.33359, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+287, 187235, 530, 1, 1, -236.2242, 5387.014, 24.6395, 5.410522, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+288, 187235, 530, 1, 1, -212.93, 5473.045, 22.87997, 2.146753, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+289, 187235, 530, 1, 1, -184.6291, 5506.406, 29.47097, 3.141593, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+290, 187235, 530, 1, 1, -253.026, 5481.032, 24.94352, 5.480334, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+291, 187235, 530, 1, 1, -196.088, 5525.092, 22.81344, 3.612838, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3565) +(@OGUID+292, 187235, 530, 1, 1, -192.6228, 5531.502, 29.45192, 3.769912, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3565) +(@OGUID+293, 187235, 530, 1, 1, -213.9051, 5547.442, 24.07233, 3.57793, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3565) +(@OGUID+294, 187235, 530, 1, 1, -145.6747, 5545.872, 22.66767, 0.6457717, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3565) +(@OGUID+295, 187235, 530, 1, 1, -306.1548, 5479.317, 22.28877, 2.35619, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3565) +(@OGUID+296, 187235, 530, 1, 1, -149.7903, 5567.248, 23.00511, 5.689774, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3565) +(@OGUID+297, 187235, 530, 1, 1, -87.05946, 5555.918, 22.68842, 5.689774, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3565) +(@OGUID+298, 187235, 530, 1, 1, -87.59586, 5535.549, 22.80703, 0.5759573, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3565) +(@OGUID+299, 187235, 530, 1, 1, -324.4565, 5466.785, 22.66969, 1.326448, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3565) +(@OGUID+300, 187235, 530, 1, 1, -344.9888, 5492.374, 22.00702, 3.57793, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3565) +(@OGUID+301, 187235, 530, 1, 1, 2007.013, 6878.822, 178.9834, 4.24115, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3772) +(@OGUID+302, 187235, 530, 1, 1, 2017.319, 6873.481, 178.983, 4.24115, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3772) +(@OGUID+303, 187235, 530, 1, 1, 2161.682, 6783.048, 183.4536, 0.8901166, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3772) +(@OGUID+304, 187235, 530, 1, 1, 3011.185, 5493.75, 145.0009, 0.6806767, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3951) +(@OGUID+305, 187235, 530, 1, 1, 2950.829, 5486.531, 144.1427, 5.497789, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3951) +(@OGUID+306, 187235, 530, 1, 1, 2969.01, 5459.725, 144.6972, 4.06662, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3951) +(@OGUID+307, 187235, 530, 1, 1, 2087.611, 4782.989, 157.7814, 0.2268925, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3844) +(@OGUID+308, 187235, 530, 1, 1, 2019.061, 4700.482, 150.2378, 0.4363316, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3844) +(@OGUID+309, 187235, 530, 1, 1, 2946.058, 3725.089, 143.1839, 3.089183, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+310, 187235, 530, 1, 1, 2945.531, 3714.857, 143.1773, 3.159062, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+311, 187235, 530, 1, 1, 2984.193, 3711.066, 142.8784, 2.932139, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+312, 187235, 530, 1, 1, 3014.989, 3753.323, 144.3842, 1.256636, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+313, 187235, 530, 1, 1, 3025.728, 3750.257, 144.7281, 1.326448, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+314, 187235, 530, 1, 1, 2972.385, 3659.229, 144.8418, 0, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3712) +(@OGUID+315, 187235, 530, 1, 1, 2972.166, 3648.618, 144.8469, 0.03490625, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3712) +(@OGUID+316, 187235, 530, 1, 1, 2947.035, 3659.529, 132.5782, 3.298687, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3712) +(@OGUID+317, 187235, 530, 1, 1, 3003.333, 3637.782, 143.8042, 1.500983, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3712) +(@OGUID+318, 187235, 530, 1, 1, 2947.682, 3649.331, 132.5782, 2.949595, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3712) +(@OGUID+319, 187235, 530, 1, 1, 3004.393, 3656.724, 143.8046, 4.694937, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3712) +(@OGUID+320, 187235, 530, 1, 1, 3058.527, 3663.685, 143.0369, 2.042035, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3712) +(@OGUID+321, 187235, 530, 1, 1, 3037.129, 3606.581, 144.4336, 4.729844, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3712) +(@OGUID+322, 187235, 530, 1, 1, 3050.564, 3606.492, 143.6797, 4.76475, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3712) +(@OGUID+323, 187235, 530, 1, 1, 3101.883, 3664.01, 142.859, 2.460913, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3712) +(@OGUID+324, 187235, 530, 1, 1, 3120.857, 3684.906, 143.2626, 0.5759573, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3712) +(@OGUID+325, 187235, 530, 1, 1, 3115.857, 3694.574, 144.0382, 0.5061446, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3712) +(@OGUID+326, 187235, 530, 1, 1, 4092.646, 3104.921, 339.3883, 2.234018, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3738) +(@OGUID+327, 187235, 530, 1, 1, 4087.922, 3100.24, 339.3883, 2.530723, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3738) +(@OGUID+328, 187235, 530, 1, 1, 4099.208, 3107.681, 339.3884, 1.692969, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3738) +(@OGUID+329, 187235, 530, 1, 1, 4082.152, 3077.441, 339.3883, 3.159062, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3738) +(@OGUID+330, 187235, 530, 1, 1, 4083.412, 3091.455, 339.3883, 2.879789, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3738) +(@OGUID+331, 187235, 530, 1, 1, 4113.936, 3050.741, 339.3003, 5.899214, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3738) +(@OGUID+332, 187235, 530, 1, 1, 4105.933, 3108.072, 339.3884, 1.431168, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3738) +(@OGUID+333, 187235, 530, 1, 1, 4123.493, 3055.268, 339.3098, 4.520406, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3738) +(@OGUID+334, 187235, 530, 1, 1, 4114.772, 2967.272, 352.1837, 1.500983, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3738) +(@OGUID+335, 187235, 530, 1, 1, 4126.727, 3096.481, 339.3884, 0.7155849, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3738) +(@OGUID+336, 187235, 530, 1, 1, 4122.787, 2967.157, 352.2287, 1.605702, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3738) +(@OGUID+337, 187235, 530, 1, 1, 4114.827, 3105.379, 339.3884, 1.169369, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3738) +(@OGUID+338, 187235, 530, 1, 1, 4177.695, 3093.462, 335.8202, 5.445428, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3738) +(@OGUID+339, 187235, 530, 1, 1, 4178.088, 3015.381, 339.1293, 3.804818, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3738) +(@OGUID+340, 187235, 530, 1, 1, 4200.194, 3075.751, 335.8202, 2.565632, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3738) +(@OGUID+341, 187235, 530, 1, 1, 4177.452, 3004.381, 339.1197, 2.495818, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3738) +(@OGUID+342, 187235, 530, 1, 1, -597.0756, 4097.25, 91.20135, 2.408554, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+343, 187235, 530, 1, 1, -614.8662, 4105.143, 90.61221, 5.829401, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+344, 187235, 530, 1, 1, -597.7095, 4154.32, 65.34729, 2.652894, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+345, 187235, 530, 1, 1, -607.19, 4092.015, 91.52787, 1.867502, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+346, 187235, 530, 1, 1, -594.8254, 4161.748, 65.72984, 2.478367, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+347, 187235, 530, 1, 1, -661.8232, 4157.855, 66.00025, 5.777041, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3554) +(@OGUID+348, 187235, 530, 1, 1, -646.139, 4161.18, 66.14372, 3.700105, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3554) +(@OGUID+349, 187235, 530, 1, 1, -685.7603, 4176.175, 57.45311, 1.937312, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3554) +(@OGUID+350, 187235, 530, 1, 1, -696.738, 4172.803, 58.3883, 1.902409, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3554) +(@OGUID+351, 187235, 530, 1, 1, 82.60951, 4318.784, 102.0311, 0.383971, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+352, 187235, 530, 1, 1, 80.49339, 4347.601, 102.071, 5.183629, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+353, 187235, 530, 1, 1, 147.9486, 4275.235, 107.2797, 2.426008, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3552) +(@OGUID+354, 187235, 530, 1, 1, 152.2135, 4318.471, 106.2541, 2.949595, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3552) +(@OGUID+355, 187235, 530, 1, 1, 181.2025, 4317.459, 119.9638, 1.675514, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3552) +(@OGUID+356, 187235, 530, 1, 1, 181.4662, 4350.056, 119.962, 4.782203, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3552) +(@OGUID+357, 187235, 530, 1, 1, 151.8665, 4348.405, 107.2158, 3.071766, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3552) +(@OGUID+358, 187235, 530, 1, 1, 140.73, 4269.448, 107.4208, 2.024579, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3552) +(@OGUID+359, 187235, 530, 1, 1, 134.9947, 4319.371, 106.7541, 1.500983, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3552) +(@OGUID+360, 187235, 530, 1, 1, 136.032, 4345.664, 106.6182, 4.799657, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3552) +(@OGUID+361, 187235, 530, 1, 1, 196.2876, 4328.141, 116.8841, 2.548179, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3552) +(@OGUID+362, 187235, 530, 1, 1, 196.4538, 4339.529, 116.9748, 3.787367, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3552) +(@OGUID+363, 187235, 530, 1, 1, 211.9928, 2818.017, 129.8682, 2.91469, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+364, 187235, 530, 1, 1, 215.5181, 2828.05, 130.0014, 2.635444, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+365, 187235, 530, 1, 1, 223.0891, 2810.249, 129.6152, 4.747296, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+366, 187235, 530, 1, 1, 123.4488, 2766.59, 102.234, 3.804818, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+367, 187235, 530, 1, 1, 277.2957, 2769.554, 84.67036, 0.9948372, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3536) +(@OGUID+368, 187235, 530, 1, 1, 293.5556, 2757.308, 85.24716, 0.9773831, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3536) +(@OGUID+369, 187235, 530, 1, 1, 182.2488, 2695.313, 88.79645, 3.47321, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3536) +(@OGUID+370, 187235, 530, 1, 1, 49.26655, 2658.362, 78.4103, 0.4712385, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3536) +(@OGUID+371, 187235, 530, 1, 1, 41.7532, 2675.019, 78.98357, 0.157079, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3536) +(@OGUID+372, 187235, 530, 1, 1, 177.3938, 2641.12, 87.18604, 2.199115, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3536) +(@OGUID+373, 187235, 530, 1, 1, 168.2221, 2632.726, 86.68047, 2.600535, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3536) +(@OGUID+374, 187235, 530, 1, 1, 193.15, 2600.053, 87.28353, 1.570796, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3536) +(@OGUID+375, 187235, 530, 1, 1, 202.2809, 2606.497, 87.28353, 2.670348, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3536) +(@OGUID+376, 187235, 530, 1, 1, 184.4233, 2683.703, 88.28799, 3.001947, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3536) +(@OGUID+377, 187235, 530, 1, 1, -699.3879, 2717.673, 94.73693, 3.822273, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3538) +(@OGUID+378, 187235, 530, 1, 1, -714.3968, 2671.541, 93.92791, 2.234018, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3538) +(@OGUID+379, 187235, 530, 1, 1, -702.0106, 2676.552, 93.48396, 1.727875, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3538) +(@OGUID+380, 187235, 530, 1, 1, -720.9301, 2658.757, 93.7806, 3.106652, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3538) +(@OGUID+381, 187235, 530, 1, 1, -690.535, 2673.585, 92.20389, 0.9424766, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3538) +(@OGUID+382, 187235, 530, 1, 1, -685.2488, 2644.338, 90.4667, 5.462882, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3538) +(@OGUID+383, 187235, 530, 1, 1, -681.7703, 2653.848, 90.5937, 6.108654, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3538) +(@OGUID+384, 187235, 530, 1, 1, -684.1902, 2664.04, 90.97864, 0.5061446, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3538) +(@OGUID+385, 187235, 530, 1, 1, -717.8087, 2647.749, 93.05632, 3.787367, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3538) +(@OGUID+386, 187235, 530, 1, 1, -695.8323, 2638.751, 90.97626, 4.81711, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3538) +(@OGUID+387, 187235, 530, 1, 1, -708.6624, 2640.041, 91.84985, 4.136433, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3538) +(@OGUID+388, 187567, 530, 1, 1, -1892.362, 5766.126, 137.6966, 6.161013, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 0) +(@OGUID+389, 187567, 530, 1, 1, -1905.432, 5771.346, 137.7419, 5.288348, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 0) +(@OGUID+390, 187567, 530, 1, 1, -2038.49, 5581.255, 61.24476, 5.777041, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 0) +(@OGUID+391, 187567, 530, 1, 1, -2035.57, 5586.847, 61.24483, 5.777041, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 0) +(@OGUID+392, 187567, 530, 1, 1, -2036.897, 5584.012, 61.26592, 2.635444, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 0) +(@OGUID+393, 187567, 530, 1, 1, -2128.878, 5392.149, 61.94658, 6.003934, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 0) +(@OGUID+394, 187567, 530, 1, 1, -2130.479, 5385.966, 61.93264, 6.056293, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 0) +(@OGUID+395, 187567, 530, 1, 1, -2176.667, 5405.86, 58.44925, 0.5235979, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 0) +(@OGUID+396, 187567, 530, 1, 1, -2129.456, 5389.029, 61.96077, 2.897245, 0, 0, 0, 1, 120, 255, 1), -- 187567 (Area: 0) +(@OGUID+397, 187194, 530, 1, 1, -1663.903, 5690.384, 136.3553, 2.530723, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: -1) +(@OGUID+398, 187194, 530, 1, 1, -1653.502, 5684.1, 136.7168, 2.687807, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: -1) +(@OGUID+399, 187194, 530, 1, 1, -1729.521, 5621.411, 133.7459, 4.76475, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3896) +(@OGUID+400, 187194, 530, 1, 1, -1730.328, 5649.338, 136.299, 1.588249, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3896) +(@OGUID+401, 187194, 530, 1, 1, -1731.906, 5520.3, -1.939075, 5.166176, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) +(@OGUID+402, 187194, 530, 1, 1, -1812.533, 5583.482, 120.5712, 4.433136, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) +(@OGUID+403, 187194, 530, 1, 1, -1813.805, 5580.227, 91.52555, 4.380776, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) +(@OGUID+404, 187194, 530, 1, 1, -1816.16, 5572.405, 43.60283, 4.380776, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) +(@OGUID+405, 187194, 530, 1, 1, -1749.124, 5825.378, 154.6613, 5.98648, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) +(@OGUID+406, 187194, 530, 1, 1, -1718.129, 5815.12, 154.7978, 2.775069, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) +(@OGUID+407, 187194, 530, 1, 1, -1934.761, 5896.532, 150.6684, 5.131269, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) +(@OGUID+408, 187194, 530, 1, 1, -1942.879, 5914.961, 156.5788, 5.166176, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) +(@OGUID+409, 187194, 530, 1, 1, -1925.782, 5878.919, 146.7551, 5.218536, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) +(@OGUID+410, 187194, 530, 1, 1, -1875.536, 5667.097, 136.4771, 1.448622, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) +(@OGUID+411, 187194, 530, 1, 1, -1879.472, 5639.645, 133.5795, 4.537859, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) +(@OGUID+412, 187194, 530, 1, 1, -2013.85, 5671.153, 104.9756, 3.595379, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) +(@OGUID+413, 187194, 530, 1, 1, -2017.71, 5378.448, -1.333304, 5.218536, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) +(@OGUID+414, 187194, 530, 1, 1, -1997.599, 5338.071, -1.492924, 2.007128, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) +(@OGUID+415, 187194, 530, 1, 1, -1944.976, 5457.333, 7.488452, 2.792518, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) +(@OGUID+416, 187194, 530, 1, 1, -1899.788, 5489.576, 1.694759, 2.042035, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) +(@OGUID+417, 187194, 530, 1, 1, -1935.765, 5455.917, 7.523492, 2.757613, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) +(@OGUID+418, 187194, 530, 1, 1, -1927.292, 5449.407, 7.559447, 2.809975, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) +(@OGUID+419, 187194, 530, 1, 1, -1891.23, 5493.697, 1.689483, 2.007128, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) +(@OGUID+420, 187194, 530, 1, 1, -1837.674, 5500.055, 7.758192, 1.204277, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) +(@OGUID+421, 187194, 530, 1, 1, -1835.983, 5512.57, 7.712725, 1.308995, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) +(@OGUID+422, 187194, 530, 1, 1, -1844.252, 5491.67, 7.615454, 1.256636, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) +(@OGUID+423, 187194, 530, 1, 1, -1803.723, 5465.471, 1.856312, 0.5759573, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) +(@OGUID+424, 187194, 530, 1, 1, -1928.542, 5402.78, 1.636353, 3.612838, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) +(@OGUID+425, 187194, 530, 1, 1, -1924.202, 5394.32, 1.635512, 3.612838, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) +(@OGUID+426, 187194, 530, 1, 1, -1960.267, 5271.778, -26.97055, 4.223697, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) +(@OGUID+427, 187194, 530, 1, 1, -1890.597, 5347.037, 7.485257, 4.363324, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) +(@OGUID+428, 187194, 530, 1, 1, -1889.784, 5355.277, 7.540157, 4.450591, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) +(@OGUID+429, 187194, 530, 1, 1, -1883.602, 5366.065, 7.457774, 4.398232, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) +(@OGUID+430, 187194, 530, 1, 1, -2056.806, 5228.367, -27.39764, 0.7504908, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) +(@OGUID+431, 187194, 530, 1, 1, -2138.824, 5148.72, -8.640973, 3.944446, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) +(@OGUID+432, 187194, 530, 1, 1, -1852.577, 5113.244, -27.45319, 1.500983, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3899) +(@OGUID+433, 187194, 530, 1, 1, -1759.38, 5167.662, -28.72669, 1.902409, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3899) +(@OGUID+434, 187194, 530, 1, 1, -1760.908, 5171.574, -17.26135, 1.867502, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3899) +(@OGUID+435, 187194, 530, 1, 1, -1774.86, 5267.382, -27.0181, 5.253442, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3899) +(@OGUID+436, 187194, 530, 1, 1, -1864.128, 4999.87, -8.724302, 4.66003, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) +(@OGUID+437, 187194, 530, 1, 1, -1836.34, 5366.165, 1.704274, 5.131269, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) +(@OGUID+438, 187194, 530, 1, 1, -1827.949, 5370.521, 1.711476, 5.253442, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) +(@OGUID+439, 187194, 530, 1, 1, -1801.535, 5407.848, 7.507989, 6.021387, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) +(@OGUID+440, 187194, 530, 1, 1, -1780.938, 5402.119, 7.497567, 5.98648, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) +(@OGUID+441, 187194, 530, 1, 1, -1791.009, 5407.314, 7.599545, 5.899214, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) +(@OGUID+442, 187194, 530, 1, 1, -1645.066, 5192.24, -27.42542, 2.565632, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3899) +(@OGUID+443, 187194, 530, 1, 1, -1552.944, 5125.714, -8.696525, 5.689774, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3899) +(@OGUID+444, 187194, 530, 1, 1, -1678.58, 5425.511, -27.12226, 0.03490625, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3899) +(@OGUID+445, 187194, 530, 1, 1, -1712.126, 5480.591, -1.884637, 2.042035, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 3899) +(@OGUID+446, 187194, 530, 1, 1, -1799.061, 5457.251, 1.845763, 0.4712385, 0, 0, 0, 1, 120, 255, 1), -- 187194 (Area: 0) +(@OGUID+447, 187235, 530, 1, 1, -1791.788, 5726.31, 129.1411, 5.689774, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: -1) +(@OGUID+448, 187235, 530, 1, 1, -1695.16, 5519.628, -39.98275, 0.087266, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3896) +(@OGUID+449, 187235, 530, 1, 1, -1694.055, 5524.397, -40.37257, 1.954769, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3896) +(@OGUID+450, 187235, 530, 1, 1, -1706.805, 5522.744, -9.799464, 4.06662, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3896) +(@OGUID+451, 187235, 530, 1, 1, -1743.729, 5710.51, 129.1411, 3.019413, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+452, 187235, 530, 1, 1, -1802.705, 5597.75, 130.8119, 2.652894, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+453 ,187235, 530, 1, 1, -1811.717, 5600.768, 130.8119, 5.811947, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+454, 187235, 530, 1, 1, -1798.486, 5585.74, 3.878141, 4.293513, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+455, 187235, 530, 1, 1, -1822.766, 5593.826, 3.894919, 4.555311, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+456, 187235, 530, 1, 1, -1745.379, 5726.958, 128.7801, 3.647741, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+457, 187235, 530, 1, 1, -1780.283, 5739.229, 128.7909, 5.061456, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+458, 187235, 530, 1, 1, -1844.504, 5746.667, 130.7976, 2.33874, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+459, 187235, 530, 1, 1, -1846.261, 5773.022, 131.2068, 3.857183, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+460, 187235, 530, 1, 1, -1864.92, 5715.607, 132.2513, 2.199115, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+461, 187235, 530, 1, 1, -1886.932, 5771.139, 129.5579, 5.881761, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+462, 187235, 530, 1, 1, -1893.715, 5757.046, 129.482, 0.3665176, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+463, 187235, 530, 1, 1, -1904.28, 5729.601, 131.1909, 1.029743, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+464, 187235, 530, 1, 1, -1888.447, 5716.592, 132.1732, 1.117009, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+465, 187235, 530, 1, 1, -1917.616, 5746.094, 131.1787, 0.5061446, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+466, 187235, 530, 1, 1, -1993.964, 5686.367, 117.6628, 5.829401, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+467, 187235, 530, 1, 1, -1990.117, 5678.112, 117.6628, 1.291542, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+468, 187235, 530, 1, 1, -2145.284, 5497.773, 51.2669, 1.692969, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+469, 187235, 530, 1, 1, -2185.163, 5454.922, 51.2669, 5.811947, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+470, 187235, 530, 1, 1, -2167.578, 5441.844, 51.2669, 3.316144, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+471, 187235, 530, 1, 1, -2176.784, 5413.221, 50.22791, 0.4188786, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+472, 187235, 530, 1, 1, -2171.618, 5399.994, 50.22791, 0.6283169, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+473, 187235, 530, 1, 1, -2021.757, 5336.417, -9.350949, 0.9599299, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+474, 187235, 530, 1, 1, -2039.003, 5348.268, -39.60724, 3.857183, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+475, 187235, 530, 1, 1, -2035.199, 5336.296, -41.17906, 1.431168, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+476, 187235, 530, 1, 1, -2034.284, 5338.984, -39.56686, 3.368496, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+477, 187235, 530, 1, 1, -2034.004, 5359.76, -9.350951, 6.003934, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+478, 187235, 530, 1, 1, -2042.174, 5349.124, -41.06185, 5.951575, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+479, 187235, 530, 1, 1, -1994.435, 5356.163, -8.067644, 3.351047, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+480, 187235, 530, 1, 1, -2001.405, 5370.284, -8.034398, 3.961899, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+481, 187235, 530, 1, 1, -2029.916, 5490.481, 54.53994, 4.363324, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+482, 187235, 530, 1, 1, -2032.695, 5481.466, 54.53995, 1.308995, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+483, 187235, 530, 1, 1, -2016.837, 5494.008, 3.808645, 5.846854, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+484, 187235, 530, 1, 1, -2024.566, 5470.972, 3.928363, 5.98648, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+485, 187235, 530, 1, 1, -1937.382, 5462.885, -11.71269, 5.67232, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+486, 187235, 530, 1, 1, -1924.117, 5442.264, -12.42821, 0.1919852, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+487, 187235, 530, 1, 1, -1917.352, 5455.052, -12.55365, 5.096362, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+488, 187235, 530, 1, 1, -1907.199, 5450.696, -12.42813, 5.480334, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+489, 187235, 530, 1, 1, -1942.517, 5448.51, -11.81798, 0.03490625, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+490, 187235, 530, 1, 1, -1911.368, 5439.292, -12.42818, 0.122173, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+491, 187235, 530, 1, 1, -1965.476, 5271.957, -38.80977, 5.916668, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+492, 187235, 530, 1, 1, -1895.847, 5357.5, -12.42795, 0.8901166, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+493, 187235, 530, 1, 1, -1885.166, 5386.202, -12.42817, 0.7679439, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+494, 187235, 530, 1, 1, -1889.708, 5376.175, -12.4282, 0.5235979, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+495, 187235, 530, 1, 1, -1882.257, 5352.341, -12.42798, 1.483528, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+496, 187235, 530, 1, 1, -1875.24, 5371.807, -12.56568, 2.042035, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+497, 187235, 530, 1, 1, -1957.021, 5267.327, -38.80976, 4.153885, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+498, 187235, 530, 1, 1, -1873.54, 5382.65, -12.42811, 1.727875, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+499, 187235, 530, 1, 1, -2043.987, 5269.151, -39.19569, 6.0912, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+500, 187235, 530, 1, 1, -2050.452, 5241.551, -38.85723, 4.76475, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 0) +(@OGUID+501, 187193, 530, 1, 1, -1770.184, 5653.325, 130.298, 3.735006, 0, 0, 0, 1, 120, 255, 1), -- 187193 (Area: 3896) +(@OGUID+502, 187193, 530, 1, 1, -1804.74, 5664.917, 130.2563, 5.061456, 0, 0, 0, 1, 120, 255, 1), -- 187193 (Area: 0) +(@OGUID+503, 187193, 530, 1, 1, -1726.981, 5770.609, 146.4398, 4.223697, 0, 0, 0, 1, 120, 255, 1), -- 187193 (Area: 0) +(@OGUID+504, 187193, 530, 1, 1, -1769.009, 5784.69, 146.4398, 4.502952, 0, 0, 0, 1, 120, 255, 1), -- 187193 (Area: 0) +(@OGUID+505, 187193, 530, 1, 1, -1962.946, 5684.213, 117.6628, 2.984498, 0, 0, 0, 1, 120, 255, 1), -- 187193 (Area: 0) +(@OGUID+506, 187193, 530, 1, 1, -1894.682, 5582.585, -12.42814, 4.904376, 0, 0, 0, 1, 120, 255, 1), -- 187193 (Area: 0) +(@OGUID+507, 187193, 530, 1, 1, -1854.363, 5590.511, -12.42814, 4.607672, 0, 0, 0, 1, 120, 255, 1), -- 187193 (Area: 0) +(@OGUID+508, 187193, 530, 1, 1, -1974.76, 5703.745, 117.6628, 4.223697, 0, 0, 0, 1, 120, 255, 1), -- 187193 (Area: 0) +(@OGUID+509, 187193, 530, 1, 1, -2055.186, 5638.795, 51.26693, 1.570796, 0, 0, 0, 1, 120, 255, 1), -- 187193 (Area: 0) +(@OGUID+510, 187193, 530, 1, 1, -2063.063, 5662.036, 51.26693, 5.131269, 0, 0, 0, 1, 120, 255, 1), -- 187193 (Area: 0) +(@OGUID+511, 187193, 530, 1, 1, -2148.991, 5544.24, 50.59611, 5.567601, 0, 0, 0, 1, 120, 255, 1), -- 187193 (Area: 0) +(@OGUID+512, 187193, 530, 1, 1, -2160.861, 5510.712, 50.61835, 0.087266, 0, 0, 0, 1, 120, 255, 1), -- 187193 (Area: 0) +(@OGUID+513, 187193, 530, 1, 1, -2139.512, 5380.506, 51.26692, 3.001947, 0, 0, 0, 1, 120, 255, 1), -- 187193 (Area: 0) +(@OGUID+514, 187193, 530, 1, 1, -2134.334, 5401.409, 51.26692, 2.775069, 0, 0, 0, 1, 120, 255, 1), -- 187193 (Area: 0) +(@OGUID+515, 187193, 530, 1, 1, -2090.424, 5316.59, -37.32355, 6.248279, 0, 0, 0, 1, 120, 255, 1), -- 187193 (Area: 0) +(@OGUID+516, 187193, 530, 1, 1, -2050.71, 5478.405, 54.06078, 0.2268925, 0, 0, 0, 1, 120, 255, 1), -- 187193 (Area: 0) +(@OGUID+517, 187193, 530, 1, 1, -2042.596, 5503.583, 54.06772, 5.585054, 0, 0, 0, 1, 120, 255, 1), -- 187193 (Area: 0) +(@OGUID+518, 187193, 530, 1, 1, -1996.99, 5518.171, -12.42814, 5.689774, 0, 0, 0, 1, 120, 255, 1), -- 187193 (Area: 0) +(@OGUID+519, 187193, 530, 1, 1, -1971.556, 5543.559, -12.42814, 5.497789, 0, 0, 0, 1, 120, 255, 1), -- 187193 (Area: 0) +(@OGUID+520, 187193, 530, 1, 1, -1990.255, 5266.926, -42.22517, 4.32842, 0, 0, 0, 1, 120, 255, 1), -- 187193 (Area: 0) +(@OGUID+521, 187193, 530, 1, 1, -1915.555, 5296.894, 0.817524, 4.677484, 0, 0, 0, 1, 120, 255, 1), -- 187193 (Area: 0) +(@OGUID+522, 187193, 530, 1, 1, -1959.46, 5260.686, -38.8396, 3.263772, 0, 0, 0, 1, 120, 255, 1), -- 187193 (Area: 0) +(@OGUID+523, 187193, 530, 1, 1, -1970.106, 5267.567, -38.84131, 4.81711, 0, 0, 0, 1, 120, 255, 1), -- 187193 (Area: 0) +(@OGUID+524, 187193, 530, 1, 1, -1902.346, 5293.578, 0.857056, 3.769912, 0, 0, 0, 1, 120, 255, 1), -- 187193 (Area: 0) +(@OGUID+525, 187193, 530, 1, 1, -1873.236, 5269.362, -12.42814, 1.483528, 0, 0, 0, 1, 120, 255, 1), -- 187193 (Area: 0) +(@OGUID+526, 187193, 530, 1, 1, -1990.083, 5210.791, -44.36731, 1.500983, 0, 0, 0, 1, 120, 255, 1), -- 187193 (Area: 0) +(@OGUID+527, 187193, 530, 1, 1, -1982.277, 5110.882, 7.504348, 4.590216, 0, 0, 0, 1, 120, 255, 1), -- 187193 (Area: 0) +(@OGUID+528, 187193, 530, 1, 1, -1964.9, 5104.314, 7.514653, 4.049168, 0, 0, 0, 1, 120, 255, 1), -- 187193 (Area: 0) +(@OGUID+529, 187193, 530, 1, 1, -1788.93, 5253.065, -40.20916, 4.991644, 0, 0, 0, 1, 120, 255, 1), -- 187193 (Area: 3899) +(@OGUID+530, 187193, 530, 1, 1, -1832.604, 5277.454, -12.42814, 1.745327, 0, 0, 0, 1, 120, 255, 1), -- 187193 (Area: 3899) +(@OGUID+531, 187193, 530, 1, 1, -1873.795, 4977.795, -22.33295, 5.096362, 0, 0, 0, 1, 120, 255, 1), -- 187193 (Area: 0) +(@OGUID+532, 187193, 530, 1, 1, -1857.198, 4976.8, -22.56705, 4.188792, 0, 0, 0, 1, 120, 255, 1), -- 187193 (Area: 0) +(@OGUID+533, 187193, 530, 1, 1, -1755.321, 5315.891, -12.42814, 2.286379, 0, 0, 0, 1, 120, 255, 1), -- 187193 (Area: 0) +(@OGUID+534, 187193, 530, 1, 1, -1728.786, 5341.39, -12.42814, 2.495818, 0, 0, 0, 1, 120, 255, 1), -- 187193 (Area: 0) +(@OGUID+535, 187193, 530, 1, 1, -1546.829, 5108.851, -20.84263, 6.073746, 0, 0, 0, 1, 120, 255, 1), -- 187193 (Area: 3899) +(@OGUID+536, 187193, 530, 1, 1, -1535.441, 5120.412, -20.31925, 4.729844, 0, 0, 0, 1, 120, 255, 1), -- 187193 (Area: 0) +(@OGUID+537, 187193, 530, 1, 1, -1674.443, 5406.264, -40.40601, 6.161013, 0, 0, 0, 1, 120, 255, 1), -- 187193 (Area: 3899) +(@OGUID+538, 178746, 530, 1, 1, -1969.516, 5349.811, -12.42814, 6.0912, 0, 0, 0, 1, 120, 255, 1), -- 178746 (Area: 0) +(@OGUID+539, 178746, 530, 1, 1, -1732.454, 5460.457, -12.42814, 3.194002, 0, 0, 0, 1, 120, 255, 1), -- 178746 (Area: 3899) +(@OGUID+540, 180796, 530, 1, 1, -1983.031, 5089.068, 7.856039, 1.553341, 0, 0, 0, 1, 120, 255, 1), -- 180796 (Area: 0) +(@OGUID+541, 180797, 530, 1, 1, -1982.964, 5089.167, 7.85815, 1.919862, 0, 0, 0, 1, 120, 255, 1), -- 180797 (Area: 0) +(@OGUID+542, 187235, 530, 1, 1, -1735.256, 5502.995, -8.428672, 6.19592, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3703) +(@OGUID+543, 187235, 530, 1, 1, -1727.312, 5487.572, -8.355326, 0.9599299, 0, 0, 0, 1, 120, 255, 1), -- 187235 (Area: 3703) +(@OGUID+544, 187567, 530, 1, 1, -690.7932, 2724.943, 100.9289, 6.265733, 0, 0, 0, 1, 120, 255, 1); -- 187567 (Area: 3483) + +UPDATE `gameobject` SET `phaseId`=169 WHERE `phaseId`=1; + +SET @OGUID:=78976; +SET @Event:=2; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+544 AND `eventEntry`=@Event; +INSERT INTO game_event_gameobject SELECT @Event, gameobject.guid FROM `gameobject` WHERE gameobject.guid BETWEEN @OGUID+0 AND @OGUID+544; + +-- Add spawns Pat's Snowcloud Guy & +SET @CGUID := 52265; +DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+4; +INSERT INTO `creature` (`guid`, `id`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `curhealth`) VALUES +(@CGUID+0, 15730, 530, -1981.646, 5088.522, 9.341895, 2.443461, 120, 0), -- 15730 (Area: 3703) (Auras: 26000 - 26000) +(@CGUID+1, 15730, 530, -1984.66, 5088.797, 10.55692, 3.193953, 120, 0), -- 15730 (Area: 3703) (Auras: 26000 - 26000) +(@CGUID+2, 15732, 530, -1987.686, 5092.304, 7.809855, 0.7679449, 120, 0), -- 15732 (Area: 3703) +(@CGUID+3, 15730, 571, 5824.777, 642.5535, 652.6135, 2.513274, 120, 0), -- 15730 (Area: 4395) (Auras: 26000 - 26000) +(@CGUID+4, 15730, 571, 5824.46, 643.6445, 653.0524, 1.570796, 120, 0); -- 15730 (Area: 4395) (Auras: 26000 - 26000) + +-- Add aura to Pat's Snowcloud Guy & Wonderform Operator +SET @ENTRY := 15730; +DELETE FROM `creature_template_addon` WHERE `entry`=@ENTRY; +INSERT INTO `creature_template_addon` (`entry`, `bytes1`, `bytes2`, `auras`) VALUES (@ENTRY, 0, 0, 26000); diff --git a/sql/updates/world/2016_01_16_10_world_2015_12_24_00.sql b/sql/updates/world/2016_01_16_10_world_2015_12_24_00.sql new file mode 100644 index 00000000000..52d83bb63c3 --- /dev/null +++ b/sql/updates/world/2016_01_16_10_world_2015_12_24_00.sql @@ -0,0 +1,3 @@ +-- +UPDATE `creature_text` SET `probability`=17 WHERE `Entry`=36856 AND `groupid`=6 AND `id` IN (0,1,2,3,4); +UPDATE `creature_text` SET `probability`=15 WHERE `Entry`=36856 AND `groupid`=6 AND `id`=5; -- cgit v1.2.3 From c559a4762dda460f9181cfc22af9adb8a949f635 Mon Sep 17 00:00:00 2001 From: Nyeriah Date: Wed, 10 Feb 2016 03:10:35 -0200 Subject: Scripts/Magister's Terrace: Script Kalecgos' appearance after using the Scryer's Orb - Added missing waypoints, spells, emotes, proper timing... and prevent him from being summoned multiple times Closes #13208, #16522 (cherry picked from 6a56ede1796b25cb66facc289e75cc0deceabfdd) --- sql/updates/world/2016_02_10_00_world.sql | 18 +++++ .../instance_magisters_terrace.cpp | 27 +++++++ .../MagistersTerrace/magisters_terrace.cpp | 83 ++++++++++------------ .../MagistersTerrace/magisters_terrace.h | 19 ++++- 4 files changed, 101 insertions(+), 46 deletions(-) create mode 100644 sql/updates/world/2016_02_10_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/2016_02_10_00_world.sql b/sql/updates/world/2016_02_10_00_world.sql new file mode 100644 index 00000000000..872861b08dc --- /dev/null +++ b/sql/updates/world/2016_02_10_00_world.sql @@ -0,0 +1,18 @@ +-- Pathing for Kalecgos Entry: 24844 'TDB FORMAT' +SET @NPC := 24844; +SET @PATH := @NPC * 10; +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_type`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,163.9735,-398.0906,2.083333,0,0,0,0,100,0), -- 16:16:43 +(@PATH,2,164.3802,-397.1771,2.083333,0,0,0,0,100,0), -- 16:16:43 +(@PATH,3,162.7923,-386.1964,15.67094,0,0,0,0,100,0), -- 16:16:43 +(@PATH,4,151.5555,-345.349,5.92646,0,0,0,0,100,0), -- 16:16:43 +(@PATH,5,162.2416,-299.8032,-5.436685,0,0,0,0,100,0), -- 16:16:43 +(@PATH,6,199.7482,-272.3315,-7.186677,0,0,0,0,100,0), -- 16:16:43 +(@PATH,7,199.7482,-272.3315,-7.186677,0,0,0,0,100,0), -- 16:16:43 +(@PATH,8,199.7482,-272.3315,-7.186677,0.06981317,0,0,0,100,0); -- 16:16:54 +-- 0x1C2F2C4920184300001F1D000038BF6E .go 163.9735 -398.0906 2.083333 + +DELETE FROM `creature_text` WHERE `entry` = 24844 AND `groupid` = 0; +INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(24844, 0, 0, 'Be still, mortals, and hearken to my words.', 14, 0, 100, 0, 0, 0, 23936, 3, 'Kalecgos - SAY_KALECGOS_SPAWN'); diff --git a/src/server/scripts/EasternKingdoms/MagistersTerrace/instance_magisters_terrace.cpp b/src/server/scripts/EasternKingdoms/MagistersTerrace/instance_magisters_terrace.cpp index c726461044b..cefbeb94924 100644 --- a/src/server/scripts/EasternKingdoms/MagistersTerrace/instance_magisters_terrace.cpp +++ b/src/server/scripts/EasternKingdoms/MagistersTerrace/instance_magisters_terrace.cpp @@ -36,6 +36,8 @@ DoorData const doorData[] = { 0, 0, DOOR_TYPE_ROOM, BOUNDARY_NONE } // END }; +Position const KalecgosSpawnPos = { 164.3747f, -397.1197f, 2.151798f, 1.66219f }; + class instance_magisters_terrace : public InstanceMapScript { public: @@ -93,6 +95,10 @@ class instance_magisters_terrace : public InstanceMapScript case NPC_DELRISSA: DelrissaGUID = creature->GetGUID(); break; + case NPC_KALECGOS: + case NPC_HUMAN_KALECGOS: + KalecgosGUID = creature->GetGUID(); + break; default: break; } @@ -139,6 +145,25 @@ class instance_magisters_terrace : public InstanceMapScript } } + void ProcessEvent(WorldObject* obj, uint32 eventId) override + { + if (eventId == EVENT_SPAWN_KALECGOS) + if (!ObjectAccessor::GetCreature(*obj, KalecgosGUID) && events.Empty()) + events.ScheduleEvent(EVENT_SPAWN_KALECGOS, Minutes(1)); + } + + void Update(uint32 diff) override + { + events.Update(diff); + + if (events.ExecuteEvent() == EVENT_SPAWN_KALECGOS) + if (Creature* kalecgos = instance->SummonCreature(NPC_KALECGOS, KalecgosSpawnPos)) + { + kalecgos->GetMotionMaster()->MovePath(PATH_KALECGOS_FLIGHT, false); + kalecgos->AI()->Talk(SAY_KALECGOS_SPAWN); + } + } + bool SetBossState(uint32 type, EncounterState state) override { if (!InstanceScript::SetBossState(type, state)) @@ -177,10 +202,12 @@ class instance_magisters_terrace : public InstanceMapScript } protected: + EventMap events; ObjectGuid SelinGUID; ObjectGuid DelrissaGUID; ObjectGuid KaelStatue[2]; ObjectGuid EscapeOrbGUID; + ObjectGuid KalecgosGUID; uint32 DelrissaDeathCount; }; diff --git a/src/server/scripts/EasternKingdoms/MagistersTerrace/magisters_terrace.cpp b/src/server/scripts/EasternKingdoms/MagistersTerrace/magisters_terrace.cpp index e216a024468..82bb61c5afd 100644 --- a/src/server/scripts/EasternKingdoms/MagistersTerrace/magisters_terrace.cpp +++ b/src/server/scripts/EasternKingdoms/MagistersTerrace/magisters_terrace.cpp @@ -31,7 +31,7 @@ EndContentData */ #include "ScriptedCreature.h" #include "ScriptedGossip.h" #include "Player.h" -#include "SpellInfo.h" +#include "magisters_terrace.h" /*###### ## npc_kalecgos @@ -39,30 +39,29 @@ EndContentData */ enum Spells { - SPELL_TRANSFORM_TO_KAEL = 44670, + SPELL_KALECGOS_TRANSFORM = 44670, + SPELL_TRANSFORM_VISUAL = 24085, + SPELL_CAMERA_SHAKE = 44762, SPELL_ORB_KILL_CREDIT = 46307 }; -enum Creatures +enum MovementPoints { - NPC_KAEL = 24848 //human form entry + POINT_ID_PREPARE_LANDING = 6 }; -enum Misc +enum EventIds { - POINT_ID_LAND = 1 + EVENT_KALECGOS_TRANSFORM = 1, + EVENT_KALECGOS_LANDING = 2 }; -const float afKaelLandPoint[] = {225.045f, -276.236f, -5.434f}; - #define GOSSIP_ITEM_KAEL_1 "Who are you?" #define GOSSIP_ITEM_KAEL_2 "What can we do to assist you?" #define GOSSIP_ITEM_KAEL_3 "What brings you to the Sunwell?" #define GOSSIP_ITEM_KAEL_4 "You're not alone here?" #define GOSSIP_ITEM_KAEL_5 "What would Kil'jaeden want with a mortal woman?" -// This is friendly keal that appear after used Orb. -// If we assume DB handle summon, summon appear somewhere outside the platform where Orb is class npc_kalecgos : public CreatureScript { public: @@ -115,52 +114,46 @@ public: struct npc_kalecgosAI : public ScriptedAI { - npc_kalecgosAI(Creature* creature) : ScriptedAI(creature) - { - Initialize(); - } + npc_kalecgosAI(Creature* creature) : ScriptedAI(creature) { } - void Initialize() + void MovementInform(uint32 type, uint32 pointId) override { - m_uiTransformTimer = 0; - } - - uint32 m_uiTransformTimer; - - void Reset() override - { - Initialize(); - - // we must assume he appear as dragon somewhere outside the platform of orb, and then move directly to here - if (me->GetEntry() != NPC_KAEL) - me->GetMotionMaster()->MovePoint(POINT_ID_LAND, afKaelLandPoint[0], afKaelLandPoint[1], afKaelLandPoint[2]); - } - - void MovementInform(uint32 uiType, uint32 uiPointId) override - { - if (uiType != POINT_MOTION_TYPE) + if (type != WAYPOINT_MOTION_TYPE) return; - if (uiPointId == POINT_ID_LAND) - m_uiTransformTimer = MINUTE*IN_MILLISECONDS; + if (pointId == POINT_ID_PREPARE_LANDING) + { + me->HandleEmoteCommand(EMOTE_ONESHOT_LAND); + me->SetDisableGravity(false); + me->SetHover(false); + events.ScheduleEvent(EVENT_KALECGOS_LANDING, Seconds(2)); + } } - void UpdateAI(uint32 uiDiff) override + void UpdateAI(uint32 diff) override { - if (m_uiTransformTimer) + events.Update(diff); + + switch (events.ExecuteEvent()) { - if (m_uiTransformTimer <= uiDiff) - { + case EVENT_KALECGOS_LANDING: + DoCastAOE(SPELL_CAMERA_SHAKE); + me->SetObjectScale(0.6f); + events.ScheduleEvent(EVENT_KALECGOS_TRANSFORM, Seconds(1)); + break; + case EVENT_KALECGOS_TRANSFORM: DoCast(me, SPELL_ORB_KILL_CREDIT, true); - - // Transform and update entry, now ready for quest/read gossip - DoCast(me, SPELL_TRANSFORM_TO_KAEL, false); - me->UpdateEntry(NPC_KAEL); - - m_uiTransformTimer = 0; - } else m_uiTransformTimer -= uiDiff; + DoCast(me, SPELL_TRANSFORM_VISUAL, false); + DoCast(me, SPELL_KALECGOS_TRANSFORM, false); + me->UpdateEntry(NPC_HUMAN_KALECGOS); + break; + default: + break; } } + + private: + EventMap events; }; }; diff --git a/src/server/scripts/EasternKingdoms/MagistersTerrace/magisters_terrace.h b/src/server/scripts/EasternKingdoms/MagistersTerrace/magisters_terrace.h index 917ad0eb50b..05718dfc1dd 100644 --- a/src/server/scripts/EasternKingdoms/MagistersTerrace/magisters_terrace.h +++ b/src/server/scripts/EasternKingdoms/MagistersTerrace/magisters_terrace.h @@ -42,7 +42,9 @@ enum CreatureIds { NPC_SELIN = 24723, NPC_DELRISSA = 24560, - NPC_FEL_CRYSTAL = 24722 + NPC_FEL_CRYSTAL = 24722, + NPC_KALECGOS = 24844, + NPC_HUMAN_KALECGOS = 24848 }; enum GameObjectIds @@ -57,4 +59,19 @@ enum GameObjectIds GO_ESCAPE_ORB = 188173 }; +enum InstanceEventIds +{ + EVENT_SPAWN_KALECGOS = 16547 +}; + +enum InstanceText +{ + SAY_KALECGOS_SPAWN = 0 +}; + +enum MovementData +{ + PATH_KALECGOS_FLIGHT = 248440 +}; + #endif -- cgit v1.2.3 From b1ea3df5e42112c38d3cb09d2cf55838a4e96b72 Mon Sep 17 00:00:00 2001 From: Rushor Date: Wed, 10 Feb 2016 20:41:46 +0100 Subject: DB/Creature: Ironforge Gryphon Riders Hovering * by Saben65 * closes #16220 --- sql/updates/world/2016_02_10_01_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/2016_02_10_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/2016_02_10_01_world.sql b/sql/updates/world/2016_02_10_01_world.sql new file mode 100644 index 00000000000..2b8cca7cfb0 --- /dev/null +++ b/sql/updates/world/2016_02_10_01_world.sql @@ -0,0 +1,4 @@ +-- DB/Creature: Ironforge Gryphon Riders Hovering +DELETE FROM `creature_template_addon` WHERE `entry`=51383; +INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES +(51383, 0, 24688, 50331648, 257, 0, ''); -- 51383 -- cgit v1.2.3 From 43f245d4b763d7213e1cdd92206decc326578e05 Mon Sep 17 00:00:00 2001 From: Rushor Date: Wed, 10 Feb 2016 20:45:16 +0100 Subject: DB/Creature: Loot for NPC Tunneling Worm * by Shoxxo, Killyana, tkrokli * closes #14270 --- sql/updates/world/2016_02_10_02_world.sql | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 sql/updates/world/2016_02_10_02_world.sql (limited to 'sql') diff --git a/sql/updates/world/2016_02_10_02_world.sql b/sql/updates/world/2016_02_10_02_world.sql new file mode 100644 index 00000000000..967295f1fec --- /dev/null +++ b/sql/updates/world/2016_02_10_02_world.sql @@ -0,0 +1,15 @@ +-- DB/Creature: Loot for NPC Tunneling Worm +UPDATE `creature_template` SET `lootid`= 34865 WHERE `entry`= 34865; +DELETE FROM `creature_loot_template` WHERE `entry`= 34865; +INSERT INTO `creature_loot_template` (`entry`,`item`,`Reference`,`Chance`,`QuestRequired`,`LootMode`,`GroupId`,`MinCount`,`MaxCount`,`Comment`) VALUES +(34865, 55973, 0, 75, 0,1,0,1,1,'Tunneling Worm - Inert Elemental Speck'), +(34865, 55983, 0, 25, 0,1,0,1,1,'Tunneling Worm - Inert Elemental Scintilla'), +(34865, 805, 0, 0.5, 0,1,0,1,1,'Tunneling Worm - Small Red Pouch'), +(34865, 828, 0, 0.5, 0,1,0,1,1,'Tunneling Worm - Small Blue Pouch'), +(34865, 1411, 0, 0.5, 0,1,0,1,1,'Tunneling Worm - Withered Staff'), +(34865, 1431, 0, 0.5, 0,1,0,1,1,'Tunneling Worm - Patchwork Pants'), +(34865, 2589, 0, 0.5, 0,1,0,1,1,'Tunneling Worm - Linen Cloth'), +(34865, 4469, 0, 0.5, 0,1,0,1,1,'Tunneling Worm - Rod of Order - Quest item'), +(34865, 5571, 0, 0.5, 0,1,0,1,1,'Tunneling Worm - Small Black Pouch'), +(34865, 5572, 0, 0.5, 0,1,0,1,1,'Tunneling Worm - Small Green Pouch'), +(34865, 23333, 0, 0.5, 0,1,0,1,1,'Tunneling Worm - Shattered Power Core'); -- cgit v1.2.3 From 6f07e9fcd5901053355ce9e0d4de643042714089 Mon Sep 17 00:00:00 2001 From: Rushor Date: Wed, 10 Feb 2016 20:56:32 +0100 Subject: DB/Creature: Nalpak Spawn * by Saben65 * closes #16114 --- sql/updates/world/2016_02_10_03_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/2016_02_10_03_world.sql (limited to 'sql') diff --git a/sql/updates/world/2016_02_10_03_world.sql b/sql/updates/world/2016_02_10_03_world.sql new file mode 100644 index 00000000000..9e53fa3431a --- /dev/null +++ b/sql/updates/world/2016_02_10_03_world.sql @@ -0,0 +1,5 @@ +-- DB/Creature: Nalpak Spawn +SET @CGUID := 452399; +DELETE FROM `creature` WHERE `guid`=@CGUID; +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `MovementType`) VALUES +(@CGUID, 5767, 43, 1, -150.298, 123.82, -75.95126, 3.228859, 7200, 0, 0); -- 5767 (Area: -1) -- cgit v1.2.3 From 16d386fe318707cd0d179e058739c4ceb17192ff Mon Sep 17 00:00:00 2001 From: Rushor Date: Wed, 10 Feb 2016 21:16:38 +0100 Subject: DB/Quest: Have They No Shame - AllowableRaces * by Alastyr * closes #16510 --- sql/updates/world/2016_02_10_04_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/2016_02_10_04_world.sql (limited to 'sql') diff --git a/sql/updates/world/2016_02_10_04_world.sql b/sql/updates/world/2016_02_10_04_world.sql new file mode 100644 index 00000000000..e1dd6fa7603 --- /dev/null +++ b/sql/updates/world/2016_02_10_04_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `quest_template` SET `AllowableRaces` = 1 + 4 + 8 + 64 + 1024 + 2097152 + 16777216 WHERE id=13094; +UPDATE `quest_template` SET `AllowableRaces` = 2 + 16 + 32 + 128 + 256 + 512 + 33554432 WHERE id=13095; -- cgit v1.2.3 From fdfa210b46e761ee6099b9227f59f03341255074 Mon Sep 17 00:00:00 2001 From: Rushor Date: Wed, 10 Feb 2016 21:29:35 +0100 Subject: DB/Quest: Have They No Shame - AllowableRaces * fixup previous commit --- sql/updates/world/2016_02_10_04_world.sql | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sql') diff --git a/sql/updates/world/2016_02_10_04_world.sql b/sql/updates/world/2016_02_10_04_world.sql index e1dd6fa7603..00397623b90 100644 --- a/sql/updates/world/2016_02_10_04_world.sql +++ b/sql/updates/world/2016_02_10_04_world.sql @@ -1,3 +1,4 @@ -- -UPDATE `quest_template` SET `AllowableRaces` = 1 + 4 + 8 + 64 + 1024 + 2097152 + 16777216 WHERE id=13094; -UPDATE `quest_template` SET `AllowableRaces` = 2 + 16 + 32 + 128 + 256 + 512 + 33554432 WHERE id=13095; +UPDATE `quest_template` SET `AllowableRaces`=0 WHERE `id` IN (13094, 13095); +UPDATE `quest_template` SET `AllowableRaces`=`AllowableRaces`|1|4|8|64|1024|2097152|16777216 WHERE id=13094; +UPDATE `quest_template` SET `AllowableRaces`=`AllowableRaces`|2|16|32|128|256|512|33554432 WHERE id=13095; -- cgit v1.2.3 From 2c53b678f78241b379b73cc95b48c1bdac6d789f Mon Sep 17 00:00:00 2001 From: Rushor Date: Thu, 11 Feb 2016 18:02:10 +0100 Subject: DB/Spell: Challenge mode teleport spell_target_positions * by Foldor * closes #16115 --- sql/updates/world/2016_02_11_00_world.sql | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sql/updates/world/2016_02_11_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/2016_02_11_00_world.sql b/sql/updates/world/2016_02_11_00_world.sql new file mode 100644 index 00000000000..929f34154de --- /dev/null +++ b/sql/updates/world/2016_02_11_00_world.sql @@ -0,0 +1,11 @@ +-- +DELETE FROM `spell_target_position` WHERE `ID` IN (159895,159896,159897,159898,159899,159900,159901,159902); +INSERT INTO `spell_target_position` (`ID`,`EffectIndex`,`MapID`,`PositionX`,`PositionY`,`PositionZ`,`VerifiedBuild`) VALUES +(159895, 0, 1116, 7263.71, 4453.39, 129.221, 20779), -- Path of the Bloodmaul +(159896, 0, 1116, 8850.58, 1370.09, 97.097, 20779), -- Path of the Iron Prow +(159897, 0, 1116, 1489.18, 3075.6, 109.725, 20779), -- Path of the Vigilant +(159898, 0, 1116, 32.4602, 2527.42, 103.606, 20779), -- Path of the Skies +(159899, 0, 1116, 762.092, 130.033, 7.53102, 20779), -- Path of the Crescent Moon +(159900, 0, 1116, 7811.06, 542.615, 122.757, 20779), -- Path of the Dark Rail +(159901, 0, 1116, 7117.57, 197.1, 145.211, 20779), -- Path of the Verdant +(159902, 0, 0,-7508.83,-1326.77, 301.364, 20779); -- Path of the Burning Mountain -- cgit v1.2.3 From e45e900bdf1bd2915aaaceec9c25a26de7b8ea9a Mon Sep 17 00:00:00 2001 From: Rushor Date: Thu, 11 Feb 2016 18:05:57 +0100 Subject: DB/Gameobject: Delete multiple elevelator spawns * closes #16285 * by msoky --- sql/updates/world/2016_02_11_01_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/2016_02_11_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/2016_02_11_01_world.sql b/sql/updates/world/2016_02_11_01_world.sql new file mode 100644 index 00000000000..5a13d28f34b --- /dev/null +++ b/sql/updates/world/2016_02_11_01_world.sql @@ -0,0 +1,3 @@ +-- +-- delete multiple spawns +DELETE FROM `gameobject` WHERE `guid` IN (218987,232480,234051,218986,232479,234050,218988,218989,200969,203095,212811,216447,220558,200970,203096,212810,216448,220557,200968,203094,212812,216446,220559,200972,203101,212808,216450,220552,200971,203100,212809,216449,220553,200973,203102,212804,216451,220551,200975,203098,212800,216453,220555,200974,203099,212802,216452,220554,200976,203097,212799,216454,220556,218990,232504,234053,218991,232503,234052,203060,212761,216473,220569,203061,212763,216474,220568,218955,201000,203066,212765,216471,220564,200995,203067,212769,216470,220562,219016,219017,234295,219015,234296,219010,234315,219008,219013,200998,203065,212766,216469,220565,200997,203064,212767,216468,220566,219025,219018); -- cgit v1.2.3