diff --git a/sql/updates/world/master/2024_03_18_00_world.sql b/sql/updates/world/master/2024_03_18_00_world.sql new file mode 100644 index 0000000000000..4b7e6158cad35 --- /dev/null +++ b/sql/updates/world/master/2024_03_18_00_world.sql @@ -0,0 +1,39 @@ +-- Template +UPDATE `creature_template` SET `npcflag`=1, `unit_flags3`=16777216 WHERE `entry`=139522; -- Scouting Map + +-- Template Addon +DELETE FROM `creature_template_addon` WHERE `entry`=139522; +INSERT INTO `creature_template_addon` (`entry`, `PathId`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES +(139522, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '274053'); -- 139522 (Scouting Map) - Quest Bang - Zone Choice Map + +-- Scene +DELETE FROM `scene_template` WHERE `SceneId`=1948; +INSERT INTO `scene_template` (`SceneId`, `Flags`, `ScriptPackageID`, `Encrypted`) VALUES +(1948, 27, 2097, 0); + +-- Gossip +DELETE FROM `creature_template_gossip` WHERE (`CreatureID`=139522 AND `MenuID`=22725); +INSERT INTO `creature_template_gossip` (`CreatureID`, `MenuID`, `VerifiedBuild`) VALUES +(139522, 22725, 53584); -- Scouting Map + +UPDATE `gossip_menu_option` SET `GossipOptionID`=48786, `OptionBroadcastTextID`=95541, `VerifiedBuild`=53584 WHERE (`MenuID`=22725 AND `OptionID`=0); -- OptionBroadcastTextID: 95541 - 96633 - 98823 + +DELETE FROM `conditions` WHERE (`SourceTypeOrReferenceId`=14 AND `SourceGroup` = 22725 AND `SourceEntry` = 35144); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `Comment`) VALUES +(14, 22725, 35144, 0, 0, 47, 0, 47189, 2|8|64, 0, 0, 'Allow Gossip Menu 22725 with TextID 35144 if Quest 47189 is in progress | complete | rewarded'); + +-- SAI +SET @ENTRY = 121235; +UPDATE `creature_template` SET `AIName` = 'SmartAI', `ScriptName` = '' WHERE `entry` = @ENTRY; +DELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryOrGuid` = @ENTRY; +INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `Difficulties`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(@ENTRY, 0, 0, 1, '', 19, 0, 100, 0, 47099, 0, 0, 0, 85, 247532, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'On player accepted quest 47099 - Player who accepted quest: Cast spell 247532 on self'), +(@ENTRY, 0, 1, 2, '', 61, 0, 100, 0, 0, 0, 0, 0, 85, 247663, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'On player accepted quest 47099 - Player who accepted quest: Cast spell 247663 on self'), +(@ENTRY, 0, 2, 0, '', 61, 0, 100, 0, 0, 0, 0, 0, 85, 82238, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'On player accepted quest 47099 - Player who accepted quest: Cast spell 82238 on self'), +(@ENTRY, 0, 3, 0, '', 19, 0, 100, 0, 47189, 0, 0, 0, 85, 269191, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'On player accepted quest 47189 - Player who accepted quest: Cast spell 269191 on self'); + +SET @ENTRY = 139522; +UPDATE `creature_template` SET `AIName` = 'SmartAI', `ScriptName` = '' WHERE `entry` = @ENTRY; +DELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryOrGuid` = @ENTRY; +INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `Difficulties`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(@ENTRY, 0, 0, 0, '', 62, 0, 100, 0, 22725, 0, 0, 0, 33, 139522, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'On Gossip menu select 22725 - reward KillCredit 139522 - to Invoker'); diff --git a/sql/updates/world/master/2024_03_18_01_world_hallows_end_draenor.sql b/sql/updates/world/master/2024_03_18_01_world_hallows_end_draenor.sql new file mode 100644 index 0000000000000..c85a3eadfc1b5 --- /dev/null +++ b/sql/updates/world/master/2024_03_18_01_world_hallows_end_draenor.sql @@ -0,0 +1,538 @@ +-- +SET @CGUID := 5800000; +SET @OGUID := 5800000; + +-- Old creature spawns +DELETE FROM `creature` WHERE `guid` BETWEEN 5000142 AND 5000326; +DELETE FROM `creature_addon` WHERE `guid` BETWEEN 5000142 AND 5000326; +DELETE FROM `game_event_creature` WHERE `guid` BETWEEN 5000142 AND 5000326; + +-- Creature spawns +DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+184; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES +(@CGUID+0, 96535, 1116, 6719, 7258, '0', 0, 0, 0, 1, -1193.7100830078125, -328.161468505859375, 18.52200508117675781, 4.576361656188964843, 120, 0, 0, 2258380, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Captain Bonerender (Area: The Evanescent Sea - Difficulty: 0) CreateObject1 (Auras: 171506 - Pirate Hat Visual) +(@CGUID+1, 96536, 1116, 6719, 7258, '0', 0, 0, 0, 1, -1209.506591796875, -362.105133056640625, 4.499068260192871093, 0.110386960208415985, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Salty Dreg (Area: The Evanescent Sea - Difficulty: 0) CreateObject1 +(@CGUID+2, 96536, 1116, 6719, 7221, '0', 0, 0, 0, 1, -1203.921875, -340.23089599609375, 11.62828826904296875, 5.75540018081665039, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Salty Dreg (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+3, 96536, 1116, 6719, 7221, '0', 0, 0, 0, 1, -1203.5260009765625, -344.44964599609375, 11.14384269714355468, 0.528436124324798583, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Salty Dreg (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+4, 96536, 1116, 6719, 7221, '0', 0, 0, 0, 1, -1208.126708984375, -376.848968505859375, 12.10113143920898437, 1.544788956642150878, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Salty Dreg (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+5, 96536, 1116, 6719, 7221, '0', 0, 0, 0, 1, -1201.7100830078125, -377.39410400390625, 11.21275615692138671, 2.353273630142211914, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Salty Dreg (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+6, 96536, 1116, 6719, 7221, '0', 0, 0, 0, 1, -1106.4583740234375, -383.72222900390625, 2.966583728790283203, 0.325969517230987548, 120, 10, 0, 112919, 0, 1, NULL, NULL, NULL, NULL, 51754), -- Salty Dreg (Area: Isle of Shadows - Difficulty: 0) CreateObject2 (possible waypoints or random movement) +(@CGUID+7, 96536, 1116, 6719, 7221, '0', 0, 0, 0, 1, -1115.814208984375, -325.739593505859375, 1.604741096496582031, 1.739197611808776855, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Salty Dreg (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+8, 96536, 1116, 6719, 7221, '0', 0, 0, 0, 1, -1111.3038330078125, -322.395843505859375, 2.261497259140014648, 2.672877311706542968, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Salty Dreg (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+9, 96536, 1116, 6719, 7221, '0', 0, 0, 0, 1, -1079.2899169921875, -286.814239501953125, 2.343903064727783203, 5.261463165283203125, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Salty Dreg (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+10, 96536, 1116, 6719, 7221, '0', 0, 0, 0, 1, -1074.6875, -286, 2.458683967590332031, 4.077800750732421875, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Salty Dreg (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+11, 96536, 1116, 6719, 7221, '0', 0, 0, 0, 1, -1084.2864990234375, -374.935760498046875, 4.632270336151123046, 6.103878021240234375, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Salty Dreg (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+12, 96536, 1116, 6719, 7221, '0', 0, 0, 0, 1, -1095.0728759765625, -427.692718505859375, 2.026491403579711914, 3.898728370666503906, 120, 10, 0, 112919, 0, 1, NULL, NULL, NULL, NULL, 51754), -- Salty Dreg (Area: Isle of Shadows - Difficulty: 0) CreateObject2 (possible waypoints or random movement) +(@CGUID+13, 96536, 1116, 6719, 7221, '0', 0, 0, 0, 1, -1050.6007080078125, -405.015625, 10.52661418914794921, 1.113119840621948242, 120, 10, 0, 112919, 0, 1, NULL, NULL, NULL, NULL, 51754), -- Salty Dreg (Area: Isle of Shadows - Difficulty: 0) CreateObject2 (possible waypoints or random movement) +(@CGUID+14, 96536, 1116, 6719, 7221, '0', 0, 0, 0, 1, -1022.9149169921875, -468.008697509765625, 8.838909149169921875, 4.634902000427246093, 120, 10, 0, 112919, 0, 1, NULL, NULL, NULL, NULL, 51754), -- Salty Dreg (Area: Isle of Shadows - Difficulty: 0) CreateObject2 (possible waypoints or random movement) +(@CGUID+15, 96536, 1116, 6719, 7221, '0', 0, 0, 0, 1, -910.888916015625, -415.046875, 7.366283893585205078, 2.809302330017089843, 120, 10, 0, 112919, 0, 1, NULL, NULL, NULL, NULL, 51754), -- Salty Dreg (Area: Isle of Shadows - Difficulty: 0) CreateObject2 (possible waypoints or random movement) +(@CGUID+16, 96536, 1116, 6719, 7221, '0', 0, 0, 0, 1, -915.89239501953125, -349.548614501953125, 2.068488597869873046, 4.022851467132568359, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Salty Dreg (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+17, 96536, 1116, 6719, 7221, '0', 0, 0, 0, 1, -938.01043701171875, -297.71527099609375, 1.082256197929382324, 0.353676319122314453, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Salty Dreg (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+18, 96536, 1116, 6719, 7221, '0', 0, 0, 0, 1, -933.3663330078125, -295.44964599609375, 0.982174456119537353, 3.639851331710815429, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Salty Dreg (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+19, 96536, 1116, 6719, 7221, '0', 0, 0, 0, 1, -919.5225830078125, -321.227447509765625, 4.767072677612304687, 1.001519083976745605, 120, 10, 0, 112919, 0, 1, NULL, NULL, NULL, NULL, 51754), -- Salty Dreg (Area: Isle of Shadows - Difficulty: 0) CreateObject2 (possible waypoints or random movement) +(@CGUID+20, 96536, 1116, 6719, 7221, '0', 0, 0, 0, 1, -835.18231201171875, -364.296875, 2.845531940460205078, 2.182092666625976562, 120, 10, 0, 112919, 0, 1, NULL, NULL, NULL, NULL, 51754), -- Salty Dreg (Area: Isle of Shadows - Difficulty: 0) CreateObject2 (possible waypoints or random movement) +(@CGUID+21, 96536, 1116, 6719, 7221, '0', 0, 0, 0, 1, -887.7882080078125, -494.796875, 4.016953468322753906, 2.763939380645751953, 120, 10, 0, 112919, 0, 1, NULL, NULL, NULL, NULL, 51754), -- Salty Dreg (Area: Isle of Shadows - Difficulty: 0) CreateObject2 (possible waypoints or random movement) +(@CGUID+22, 96536, 1116, 6719, 7221, '0', 0, 0, 0, 1, -988.34722900390625, -530.8524169921875, 8.473195075988769531, 0.328159838914871215, 120, 10, 0, 112919, 0, 1, NULL, NULL, NULL, NULL, 51754), -- Salty Dreg (Area: Isle of Shadows - Difficulty: 0) CreateObject2 (possible waypoints or random movement) +(@CGUID+23, 96536, 1116, 6719, 7221, '0', 0, 0, 0, 1, -798.515625, -461.4288330078125, 0.810010850429534912, 1.176262259483337402, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Salty Dreg (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+24, 96536, 1116, 6719, 7220, '0', 0, 0, 0, 1, -803.9617919921875, -456.336822509765625, 0.677557885646820068, 0.122052669525146484, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Salty Dreg (Area: Forgotten Shore - Difficulty: 0) CreateObject1 +(@CGUID+25, 96536, 1116, 6719, 7220, '0', 0, 0, 0, 1, -782.06597900390625, -372.713531494140625, 0.444017648696899414, 3.776806831359863281, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Salty Dreg (Area: Forgotten Shore - Difficulty: 0) CreateObject1 +(@CGUID+26, 96536, 1116, 6719, 7220, '0', 0, 0, 0, 1, -715.638916015625, -471.37152099609375, 2.981159687042236328, 6.2617645263671875, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Salty Dreg (Area: Forgotten Shore - Difficulty: 0) CreateObject1 +(@CGUID+27, 96536, 1116, 6719, 7220, '0', 0, 0, 0, 1, -712.76910400390625, -467.102447509765625, 3.437993049621582031, 4.221546649932861328, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Salty Dreg (Area: Forgotten Shore - Difficulty: 0) CreateObject1 +(@CGUID+28, 96536, 1116, 6719, 7220, '0', 0, 0, 0, 1, -786.01910400390625, -376.03125, 0.503575384616851806, 0.793695509433746337, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Salty Dreg (Area: Forgotten Shore - Difficulty: 0) CreateObject1 +(@CGUID+29, 96536, 1116, 6719, 7220, '0', 0, 0, 0, 1, -737.70660400390625, -391.447906494140625, 1.889541029930114746, 1.034990668296813964, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Salty Dreg (Area: Forgotten Shore - Difficulty: 0) CreateObject1 +(@CGUID+30, 96536, 1116, 6719, 7220, '0', 0, 0, 0, 1, -733.1875, -388.779510498046875, 1.781613469123840332, 2.990638256072998046, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Salty Dreg (Area: Forgotten Shore - Difficulty: 0) CreateObject1 +(@CGUID+31, 96536, 1116, 6719, 7220, '0', 0, 0, 0, 1, -667.20831298828125, -237.185760498046875, 3.355466127395629882, 3.283962726593017578, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Salty Dreg (Area: Forgotten Shore - Difficulty: 0) CreateObject1 +(@CGUID+32, 96536, 1116, 6719, 7220, '0', 0, 0, 0, 1, -664.42364501953125, -262.947906494140625, 5.226436614990234375, 5.090390682220458984, 120, 10, 0, 112919, 0, 1, NULL, NULL, NULL, NULL, 51754), -- Salty Dreg (Area: Forgotten Shore - Difficulty: 0) CreateObject2 (possible waypoints or random movement) +(@CGUID+33, 96536, 1116, 6719, 7220, '0', 0, 0, 0, 1, -676.71356201171875, -381.7569580078125, 0.754504978656768798, 3.982931137084960937, 120, 10, 0, 112919, 0, 1, NULL, NULL, NULL, NULL, 51754), -- Salty Dreg (Area: Forgotten Shore - Difficulty: 0) CreateObject2 (possible waypoints or random movement) +(@CGUID+34, 96536, 1116, 6719, 7220, '0', 0, 0, 0, 1, -639.732666015625, -372.7257080078125, 5.158214569091796875, 3.707249164581298828, 120, 10, 0, 112919, 0, 1, NULL, NULL, NULL, NULL, 51754), -- Salty Dreg (Area: Forgotten Shore - Difficulty: 0) CreateObject2 (Auras: ) (possible waypoints or random movement) +(@CGUID+35, 96536, 1116, 6719, 7220, '0', 0, 0, 0, 1, -628.01043701171875, -315.842010498046875, 2.38847208023071289, 5.979445934295654296, 120, 10, 0, 112919, 0, 1, NULL, NULL, NULL, NULL, 51754), -- Salty Dreg (Area: Forgotten Shore - Difficulty: 0) CreateObject2 (Auras: ) (possible waypoints or random movement) +(@CGUID+36, 96536, 1116, 6719, 7220, '0', 0, 0, 0, 1, -597.10418701171875, -388.21875, 3.921705007553100585, 2.412693023681640625, 120, 10, 0, 112919, 0, 1, NULL, NULL, NULL, NULL, 51754), -- Salty Dreg (Area: Forgotten Shore - Difficulty: 0) CreateObject2 (possible waypoints or random movement) +(@CGUID+37, 96536, 1116, 6719, 7220, '0', 0, 0, 0, 1, -646.75, -434.986114501953125, 0.698956608772277832, 3.634465694427490234, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Salty Dreg (Area: Forgotten Shore - Difficulty: 0) CreateObject1 +(@CGUID+38, 96536, 1116, 6719, 7220, '0', 0, 0, 0, 1, -609.703125, -421.5382080078125, 0.643545746803283691, 2.973299026489257812, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Salty Dreg (Area: Forgotten Shore - Difficulty: 0) CreateObject1 +(@CGUID+39, 96536, 1116, 6719, 7220, '0', 0, 0, 0, 1, -692.6180419921875, -439.348968505859375, 6.077012538909912109, 5.000707626342773437, 120, 10, 0, 112919, 0, 1, NULL, NULL, NULL, NULL, 51754), -- Salty Dreg (Area: Forgotten Shore - Difficulty: 0) CreateObject2 (possible waypoints or random movement) +(@CGUID+40, 96536, 1116, 6719, 7220, '0', 0, 0, 0, 1, -642.013916015625, -481.8663330078125, 8.386793136596679687, 2.629534006118774414, 120, 10, 0, 112919, 0, 1, NULL, NULL, NULL, NULL, 51754), -- Salty Dreg (Area: Forgotten Shore - Difficulty: 0) CreateObject2 (possible waypoints or random movement) +(@CGUID+41, 96536, 1116, 6719, 7220, '0', 0, 0, 0, 1, -711.1475830078125, -474.4444580078125, 3.194519996643066406, 2.14400339126586914, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Salty Dreg (Area: Forgotten Shore - Difficulty: 0) CreateObject1 +(@CGUID+42, 96538, 1116, 6719, 7221, '0', 0, 0, 0, 1, -1186.9913330078125, -344.5538330078125, 11.28055953979492187, 6.103759765625, 120, 0, 0, 135503, 7196, 0, NULL, NULL, NULL, NULL, 51754), -- Brackish Cultivator (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+43, 96538, 1116, 6719, 7221, '0', 0, 0, 0, 1, -1120.1458740234375, -409.7100830078125, 0.79177182912826538, 2.316029310226440429, 120, 0, 0, 135503, 7196, 0, NULL, NULL, NULL, NULL, 51754), -- Brackish Cultivator (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+44, 96538, 1116, 6719, 7221, '0', 0, 0, 0, 1, -1120.954833984375, -403.8975830078125, 0.925347208976745605, 3.699538707733154296, 120, 0, 0, 135503, 7196, 0, NULL, NULL, NULL, NULL, 51754), -- Brackish Cultivator (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+45, 96538, 1116, 6719, 7221, '0', 0, 0, 0, 1, -1116.4444580078125, -319.3663330078125, 1.548231840133666992, 5.278585433959960937, 120, 0, 0, 135503, 7196, 0, NULL, NULL, NULL, NULL, 51754), -- Brackish Cultivator (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+46, 96538, 1116, 6719, 7221, '0', 0, 0, 0, 1, -1060.2760009765625, -328.32464599609375, 10.39146232604980468, 3.824581861495971679, 120, 10, 0, 135503, 7196, 1, NULL, NULL, NULL, NULL, 51754), -- Brackish Cultivator (Area: Isle of Shadows - Difficulty: 0) CreateObject2 (possible waypoints or random movement) +(@CGUID+47, 96538, 1116, 6719, 7221, '0', 0, 0, 0, 1, -1083.734375, -370.010406494140625, 4.478267192840576171, 5.331806659698486328, 120, 0, 0, 135503, 7196, 0, NULL, NULL, NULL, NULL, 51754), -- Brackish Cultivator (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+48, 96538, 1116, 6719, 7221, '0', 0, 0, 0, 1, -960.98089599609375, -337.23785400390625, 9.695512771606445312, 2.525454044342041015, 120, 10, 0, 135503, 7196, 1, NULL, NULL, NULL, NULL, 51754), -- Brackish Cultivator (Area: Isle of Shadows - Difficulty: 0) CreateObject2 (possible waypoints or random movement) +(@CGUID+49, 96538, 1116, 6719, 7221, '0', 0, 0, 0, 1, -938.859375, -386.10589599609375, 8.844652175903320312, 4.583134651184082031, 120, 10, 0, 135503, 7196, 1, NULL, NULL, NULL, NULL, 51754), -- Brackish Cultivator (Area: Isle of Shadows - Difficulty: 0) CreateObject2 (possible waypoints or random movement) +(@CGUID+50, 96538, 1116, 6719, 7221, '0', 0, 0, 0, 1, -983.65625, -436.227447509765625, 10.77950382232666015, 1.283767938613891601, 120, 10, 0, 135503, 7196, 1, NULL, NULL, NULL, NULL, 51754), -- Brackish Cultivator (Area: Isle of Shadows - Difficulty: 0) CreateObject2 (possible waypoints or random movement) +(@CGUID+51, 96538, 1116, 6719, 7221, '0', 0, 0, 0, 1, -916.5850830078125, -354.899322509765625, 2.528637886047363281, 1.837605118751525878, 120, 0, 0, 135503, 7196, 0, NULL, NULL, NULL, NULL, 51754), -- Brackish Cultivator (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+52, 96538, 1116, 6719, 7221, '0', 0, 0, 0, 1, -883.79168701171875, -409.8350830078125, 2.401940345764160156, 4.253957748413085937, 120, 0, 0, 135503, 7196, 0, NULL, NULL, NULL, NULL, 51754), -- Brackish Cultivator (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+53, 96538, 1116, 6719, 7221, '0', 0, 0, 0, 1, -884.04339599609375, -417.133697509765625, 1.934554934501647949, 1.816419601440429687, 120, 0, 0, 135503, 7196, 0, NULL, NULL, NULL, NULL, 51754), -- Brackish Cultivator (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+54, 96538, 1116, 6719, 7221, '0', 0, 0, 0, 1, -848.7742919921875, -482.03125, 3.167809247970581054, 0.92781919240951538, 120, 0, 0, 135503, 7196, 0, NULL, NULL, NULL, NULL, 51754), -- Brackish Cultivator (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+55, 96538, 1116, 6719, 7221, '0', 0, 0, 0, 1, -841.96875, -480.295135498046875, 4.158066272735595703, 2.373423099517822265, 120, 0, 0, 135503, 7196, 0, NULL, NULL, NULL, NULL, 51754), -- Brackish Cultivator (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+56, 96538, 1116, 6719, 7221, '0', 0, 0, 0, 1, -1059.7864990234375, -522.57989501953125, 8.707714080810546875, 2.928937911987304687, 120, 10, 0, 135503, 7196, 1, NULL, NULL, NULL, NULL, 51754), -- Brackish Cultivator (Area: Isle of Shadows - Difficulty: 0) CreateObject2 (possible waypoints or random movement) +(@CGUID+57, 96538, 1116, 6719, 7221, '0', 0, 0, 0, 1, -1110.717041015625, -506.654510498046875, 0.968957245349884033, 4.084527492523193359, 120, 0, 0, 135503, 7196, 0, NULL, NULL, NULL, NULL, 51754), -- Brackish Cultivator (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+58, 96538, 1116, 6719, 7221, '0', 0, 0, 0, 1, -1111.1961669921875, -514.029541015625, 1.001343727111816406, 1.550184488296508789, 120, 0, 0, 135503, 7196, 0, NULL, NULL, NULL, NULL, 51754), -- Brackish Cultivator (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+59, 96538, 1116, 6719, 7221, '0', 0, 0, 0, 1, -1117.4739990234375, -510.473968505859375, 0.66840517520904541, 0.591766119003295898, 120, 0, 0, 135503, 7196, 0, NULL, NULL, NULL, NULL, 51754), -- Brackish Cultivator (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+60, 96538, 1116, 6719, 7221, '0', 0, 0, 0, 1, -819.70660400390625, -486.703125, 5.614330291748046875, 3.884082555770874023, 120, 10, 0, 135503, 7196, 1, NULL, NULL, NULL, NULL, 51754), -- Brackish Cultivator (Area: Isle of Shadows - Difficulty: 0) CreateObject2 (possible waypoints or random movement) +(@CGUID+61, 96538, 1116, 6719, 7220, '0', 0, 0, 0, 1, -806.545166015625, -360.321197509765625, 3.548784971237182617, 4.437572956085205078, 120, 10, 0, 135503, 7196, 1, NULL, NULL, NULL, NULL, 51754), -- Brackish Cultivator (Area: Forgotten Shore - Difficulty: 0) CreateObject2 (possible waypoints or random movement) +(@CGUID+62, 96538, 1116, 6719, 7220, '0', 0, 0, 0, 1, -746.1944580078125, -446.21527099609375, 2.34596109390258789, 4.253957271575927734, 120, 0, 0, 135503, 7196, 0, NULL, NULL, NULL, NULL, 51754), -- Brackish Cultivator (Area: Forgotten Shore - Difficulty: 0) CreateObject1 +(@CGUID+63, 96538, 1116, 6719, 7220, '0', 0, 0, 0, 1, -743.41668701171875, -451.326385498046875, 2.173023223876953125, 2.660516023635864257, 120, 0, 0, 135503, 7196, 0, NULL, NULL, NULL, NULL, 51754), -- Brackish Cultivator (Area: Forgotten Shore - Difficulty: 0) CreateObject1 +(@CGUID+64, 96538, 1116, 6719, 7220, '0', 0, 0, 0, 1, -675.14581298828125, -343.53472900390625, 1.028312325477600097, 5.39819192886352539, 120, 0, 0, 135503, 7196, 0, NULL, NULL, NULL, NULL, 51754), -- Brackish Cultivator (Area: Forgotten Shore - Difficulty: 0) CreateObject1 +(@CGUID+65, 96538, 1116, 6719, 7220, '0', 0, 0, 0, 1, -676.26214599609375, -351.588531494140625, 0.963738441467285156, 0.52176755666732788, 120, 0, 0, 135503, 7196, 0, NULL, NULL, NULL, NULL, 51754), -- Brackish Cultivator (Area: Forgotten Shore - Difficulty: 0) CreateObject1 +(@CGUID+66, 96538, 1116, 6719, 7220, '0', 0, 0, 0, 1, -673.30206298828125, -238.45660400390625, 2.950892210006713867, 0.152675822377204895, 120, 0, 0, 135503, 7196, 0, NULL, NULL, NULL, NULL, 51754), -- Brackish Cultivator (Area: Forgotten Shore - Difficulty: 0) CreateObject1 +(@CGUID+67, 96538, 1116, 6719, 7220, '0', 0, 0, 0, 1, -669.63714599609375, -347.895843505859375, 1.124920129776000976, 3.005897045135498046, 120, 0, 0, 135503, 7196, 0, NULL, NULL, NULL, NULL, 51754), -- Brackish Cultivator (Area: Forgotten Shore - Difficulty: 0) CreateObject1 +(@CGUID+68, 96538, 1116, 6719, 7220, '0', 0, 0, 0, 1, -660.25, -314.763885498046875, 2.731441974639892578, 6.0605926513671875, 120, 10, 0, 135503, 7196, 1, NULL, NULL, NULL, NULL, 51754), -- Brackish Cultivator (Area: Forgotten Shore - Difficulty: 0) CreateObject2 (Auras: ) (possible waypoints or random movement) +(@CGUID+69, 96538, 1116, 6719, 7220, '0', 0, 0, 0, 1, -619.39410400390625, -284.19964599609375, 4.324260711669921875, 5.113718509674072265, 120, 10, 0, 135503, 7196, 1, NULL, NULL, NULL, NULL, 51754), -- Brackish Cultivator (Area: Forgotten Shore - Difficulty: 0) CreateObject2 (possible waypoints or random movement) +(@CGUID+70, 96538, 1116, 6719, 7220, '0', 0, 0, 0, 1, -608.6805419921875, -360.73089599609375, 3.162667036056518554, 2.640128135681152343, 120, 10, 0, 135503, 7196, 1, NULL, NULL, NULL, NULL, 51754), -- Brackish Cultivator (Area: Forgotten Shore - Difficulty: 0) CreateObject2 (Auras: ) (possible waypoints or random movement) +(@CGUID+71, 96538, 1116, 6719, 7220, '0', 0, 0, 0, 1, -612.467041015625, -417.104156494140625, 0.774821996688842773, 4.020412921905517578, 120, 0, 0, 135503, 7196, 0, NULL, NULL, NULL, NULL, 51754), -- Brackish Cultivator (Area: Forgotten Shore - Difficulty: 0) CreateObject1 +(@CGUID+72, 96538, 1116, 6719, 7220, '0', 0, 0, 0, 1, -614.36981201171875, -423.645843505859375, 0.576269149780273437, 0.990790724754333496, 120, 0, 0, 135503, 7196, 0, NULL, NULL, NULL, NULL, 51754), -- Brackish Cultivator (Area: Forgotten Shore - Difficulty: 0) CreateObject1 +(@CGUID+73, 96538, 1116, 6719, 7220, '0', 0, 0, 0, 1, -646.982666015625, -412.5225830078125, 0.830386102199554443, 4.483406543731689453, 120, 10, 0, 135503, 7196, 1, NULL, NULL, NULL, NULL, 51754), -- Brackish Cultivator (Area: Forgotten Shore - Difficulty: 0) CreateObject2 (possible waypoints or random movement) +(@CGUID+74, 96538, 1116, 6719, 7220, '0', 0, 0, 0, 1, -619.060791015625, -459.7257080078125, 6.509813785552978515, 0.172185868024826049, 120, 10, 0, 135503, 7196, 1, NULL, NULL, NULL, NULL, 51754), -- Brackish Cultivator (Area: Forgotten Shore - Difficulty: 0) CreateObject2 (possible waypoints or random movement) +(@CGUID+75, 96538, 1116, 6719, 7220, '0', 0, 0, 0, 1, -686.97052001953125, -491.8350830078125, 4.987767696380615234, 4.004814624786376953, 120, 10, 0, 135503, 7196, 1, NULL, NULL, NULL, NULL, 51754), -- Brackish Cultivator (Area: Forgotten Shore - Difficulty: 0) CreateObject2 (possible waypoints or random movement) +(@CGUID+76, 96538, 1116, 6719, 7220, '0', 0, 0, 0, 1, -651.33856201171875, -514.7882080078125, 10.16422176361083984, 2.73183751106262207, 120, 10, 0, 135503, 7196, 1, NULL, NULL, NULL, NULL, 51754), -- Brackish Cultivator (Area: Forgotten Shore - Difficulty: 0) CreateObject2 (possible waypoints or random movement) +(@CGUID+77, 96545, 1116, 6719, 7221, '0', 0, 0, 0, 0, -1078.342041015625, -317.744781494140625, 9.163714408874511718, 3.548194408416748046, 120, 0, 0, 225838, 3155, 0, NULL, NULL, NULL, NULL, 51754), -- Growing Squashling (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+78, 96545, 1116, 6719, 7221, '0', 0, 0, 0, 0, -1032.3367919921875, -361.37152099609375, 19.72734832763671875, 2.722000837326049804, 120, 0, 0, 225838, 3155, 0, NULL, NULL, NULL, NULL, 51754), -- Growing Squashling (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+79, 96545, 1116, 6719, 7221, '0', 0, 0, 0, 0, -1050.279541015625, -391.87847900390625, 10.37915229797363281, 3.684724092483520507, 120, 0, 0, 225838, 3155, 0, NULL, NULL, NULL, NULL, 51754), -- Growing Squashling (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+80, 96545, 1116, 6719, 7221, '0', 0, 0, 0, 0, -1056.0694580078125, -418.232635498046875, 9.462332725524902343, 2.662836074829101562, 120, 0, 0, 225838, 3155, 0, NULL, NULL, NULL, NULL, 51754), -- Growing Squashling (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+81, 96545, 1116, 6719, 7221, '0', 0, 0, 0, 0, -996.79168701171875, -427.640625, 12.91129207611083984, 5.259998321533203125, 120, 0, 0, 225838, 3155, 0, NULL, NULL, NULL, NULL, 51754), -- Growing Squashling (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+82, 96545, 1116, 6719, 7221, '0', 0, 0, 0, 0, -971.00347900390625, -393.829864501953125, 11.00345039367675781, 5.76037454605102539, 120, 0, 0, 225838, 3155, 0, NULL, NULL, NULL, NULL, 51754), -- Growing Squashling (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+83, 96545, 1116, 6719, 7221, '0', 0, 0, 0, 0, -1020.36981201171875, -453.576385498046875, 10.97628307342529296, 4.500080585479736328, 120, 0, 0, 225838, 3155, 0, NULL, NULL, NULL, NULL, 51754), -- Growing Squashling (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+84, 96545, 1116, 6719, 7221, '0', 0, 0, 0, 0, -974.65972900390625, -349.984375, 11.34560775756835937, 1.279561042785644531, 120, 0, 0, 225838, 3155, 0, NULL, NULL, NULL, NULL, 51754), -- Growing Squashling (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+85, 96545, 1116, 6719, 7221, '0', 0, 0, 0, 0, -917.07989501953125, -427.640625, 6.601091384887695312, 5.312909603118896484, 120, 0, 0, 225838, 3155, 0, NULL, NULL, NULL, NULL, 51754), -- Growing Squashling (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+86, 96545, 1116, 6719, 7221, '0', 0, 0, 0, 0, -941.0225830078125, -330.501739501953125, 7.858941078186035156, 2.313801288604736328, 120, 0, 0, 225838, 3155, 0, NULL, NULL, NULL, NULL, 51754), -- Growing Squashling (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+87, 96545, 1116, 6719, 7221, '0', 0, 0, 0, 0, -907.90277099609375, -397.55902099609375, 7.846124649047851562, 0.650418519973754882, 120, 0, 0, 225838, 3155, 0, NULL, NULL, NULL, NULL, 51754), -- Growing Squashling (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+88, 96545, 1116, 6719, 7221, '0', 0, 0, 0, 0, -831.39239501953125, -351.75, 5.219860076904296875, 4.121284008026123046, 120, 0, 0, 225838, 3155, 0, NULL, NULL, NULL, NULL, 51754), -- Growing Squashling (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+89, 96545, 1116, 6719, 7221, '0', 0, 0, 0, 0, -875.54339599609375, -503.9600830078125, 4.708648681640625, 4.087033271789550781, 120, 0, 0, 225838, 3155, 0, NULL, NULL, NULL, NULL, 51754), -- Growing Squashling (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+90, 96545, 1116, 6719, 7221, '0', 0, 0, 0, 0, -1000.10589599609375, -514.98785400390625, 9.672871589660644531, 0.478303730487823486, 120, 0, 0, 225838, 3155, 0, NULL, NULL, NULL, NULL, 51754), -- Growing Squashling (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+91, 96545, 1116, 6719, 7221, '0', 0, 0, 0, 0, -971.935791015625, -542.92706298828125, 7.852010250091552734, 4.816001415252685546, 120, 0, 0, 225838, 3155, 0, NULL, NULL, NULL, NULL, 51754), -- Growing Squashling (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+92, 96545, 1116, 6719, 7221, '0', 0, 0, 0, 0, -1071.2291259765625, -507.614593505859375, 8.411752700805664062, 1.053886890411376953, 120, 0, 0, 225838, 3155, 0, NULL, NULL, NULL, NULL, 51754), -- Growing Squashling (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+93, 96545, 1116, 6719, 7221, '0', 0, 0, 0, 0, -1073.1163330078125, -541.11114501953125, 8.268064498901367187, 5.209440231323242187, 120, 0, 0, 225838, 3155, 0, NULL, NULL, NULL, NULL, 51754), -- Growing Squashling (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+94, 96545, 1116, 6719, 7221, '0', 0, 0, 0, 0, -818.24652099609375, -470.61285400390625, 4.3637847900390625, 0.929270088672637939, 120, 0, 0, 225838, 3155, 0, NULL, NULL, NULL, NULL, 51754), -- Growing Squashling (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+95, 96545, 1116, 6719, 7220, '0', 0, 0, 0, 0, -817.9913330078125, -368.532989501953125, 4.876975059509277343, 4.561427593231201171, 120, 0, 0, 225838, 3155, 0, NULL, NULL, NULL, NULL, 51754), -- Growing Squashling (Area: Forgotten Shore - Difficulty: 0) CreateObject1 +(@CGUID+96, 96545, 1116, 6719, 7220, '0', 0, 0, 0, 0, -643.9757080078125, -308.53125, 7.254978656768798828, 3.969005107879638671, 120, 0, 0, 225838, 3155, 0, NULL, NULL, NULL, NULL, 51754), -- Growing Squashling (Area: Forgotten Shore - Difficulty: 0) CreateObject1 +(@CGUID+97, 96545, 1116, 6719, 7220, '0', 0, 0, 0, 0, -625.8350830078125, -299.263885498046875, 6.365856170654296875, 5.817579269409179687, 120, 0, 0, 225838, 3155, 0, NULL, NULL, NULL, NULL, 51754), -- Growing Squashling (Area: Forgotten Shore - Difficulty: 0) CreateObject1 +(@CGUID+98, 96545, 1116, 6719, 7220, '0', 0, 0, 0, 0, -628.78643798828125, -361.829864501953125, 5.814889430999755859, 2.274991512298583984, 120, 0, 0, 225838, 3155, 0, NULL, NULL, NULL, NULL, 51754), -- Growing Squashling (Area: Forgotten Shore - Difficulty: 0) CreateObject1 +(@CGUID+99, 96545, 1116, 6719, 7220, '0', 0, 0, 0, 0, -593.5399169921875, -375.635406494140625, 5.387855052947998046, 0.087856620550155639, 120, 0, 0, 225838, 3155, 0, NULL, NULL, NULL, NULL, 51754), -- Growing Squashling (Area: Forgotten Shore - Difficulty: 0) CreateObject1 +(@CGUID+100, 96545, 1116, 6719, 7220, '0', 0, 0, 0, 0, -619.670166015625, -383.864593505859375, 6.732991218566894531, 3.981350660324096679, 120, 0, 0, 225838, 3155, 0, NULL, NULL, NULL, NULL, 51754), -- Growing Squashling (Area: Forgotten Shore - Difficulty: 0) CreateObject1 +(@CGUID+101, 96545, 1116, 6719, 7220, '0', 0, 0, 0, 0, -678.75177001953125, -433.376739501953125, 7.254546642303466796, 2.056625127792358398, 120, 0, 0, 225838, 3155, 0, NULL, NULL, NULL, NULL, 51754), -- Growing Squashling (Area: Forgotten Shore - Difficulty: 0) CreateObject1 +(@CGUID+102, 96545, 1116, 6719, 7220, '0', 0, 0, 0, 0, -637.623291015625, -463.170135498046875, 7.695683002471923828, 0.359033524990081787, 120, 0, 0, 225838, 3155, 0, NULL, NULL, NULL, NULL, 51754), -- Growing Squashling (Area: Forgotten Shore - Difficulty: 0) CreateObject1 +(@CGUID+103, 96545, 1116, 6719, 7220, '0', 0, 0, 0, 0, -665.52606201171875, -496.3819580078125, 9.412636756896972656, 4.815881729125976562, 120, 0, 0, 225838, 3155, 0, NULL, NULL, NULL, NULL, 51754), -- Growing Squashling (Area: Forgotten Shore - Difficulty: 0) CreateObject1 +(@CGUID+104, 96568, 1116, 6719, 7221, '0', 0, 0, 0, 0, -1190.9947509765625, -363.623260498046875, -3.98762249946594238, 5.650606632232666015, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Climbing Rope (Area: Isle of Shadows - Difficulty: 0) CreateObject1 (Auras: 191279 - Rope Visual) +(@CGUID+105, 96637, 1116, 6719, 7221, '0', 0, 0, 0, 1, -1078.3958740234375, -376.26910400390625, 8.033085823059082031, 2.837015390396118164, 120, 0, 0, 79043, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Boneship Reveler (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+106, 96637, 1116, 6719, 7221, '0', 0, 0, 0, 1, -1076.94970703125, -289.989593505859375, 2.324862003326416015, 1.673211932182312011, 120, 0, 0, 79043, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Boneship Reveler (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+107, 96637, 1116, 6719, 7221, '0', 0, 0, 0, 1, -1080.6927490234375, -407.125, 3.986870527267456054, 3.744436502456665039, 120, 0, 0, 79043, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Boneship Reveler (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+108, 96637, 1116, 6719, 7221, '0', 0, 0, 0, 1, -1078.3125, -410.439239501953125, 4.249439239501953125, 3.086113691329956054, 120, 0, 0, 79043, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Boneship Reveler (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+109, 96637, 1116, 6719, 7221, '0', 0, 0, 0, 1, -1001.578125, -319.6007080078125, 2.645784854888916015, 1.777012825012207031, 120, 0, 0, 79043, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Boneship Reveler (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+110, 96637, 1116, 6719, 7221, '0', 0, 0, 0, 1, -1004.64410400390625, -321.1944580078125, 2.606362104415893554, 1.377916336059570312, 120, 0, 0, 79043, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Boneship Reveler (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+111, 96637, 1116, 6719, 7221, '0', 0, 0, 0, 1, -1006.015625, -315.44964599609375, 2.784274578094482421, 5.082476139068603515, 120, 0, 0, 79043, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Boneship Reveler (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+112, 96637, 1116, 6719, 7221, '0', 0, 0, 0, 1, -1002.50347900390625, -315.46527099609375, 2.862768888473510742, 4.09711313247680664, 120, 0, 0, 79043, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Boneship Reveler (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+113, 96637, 1116, 6719, 7221, '0', 0, 0, 0, 1, -1007.6771240234375, -319.177093505859375, 2.715655326843261718, 6.096836566925048828, 120, 0, 0, 79043, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Boneship Reveler (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+114, 96637, 1116, 6719, 7221, '0', 0, 0, 0, 1, -1065.064208984375, -448.782989501953125, 1.494293093681335449, 5.553370475769042968, 120, 0, 0, 79043, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Boneship Reveler (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+115, 96637, 1116, 6719, 7221, '0', 0, 0, 0, 1, -1060.0069580078125, -450.430572509765625, 1.434503793716430664, 3.397302627563476562, 120, 0, 0, 79043, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Boneship Reveler (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+116, 96637, 1116, 6719, 7221, '0', 0, 0, 0, 1, -1062.857666015625, -453.899322509765625, 0.979252815246582031, 1.438039898872375488, 120, 0, 0, 79043, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Boneship Reveler (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+117, 96637, 1116, 6719, 7221, '0', 0, 0, 0, 1, -970.83856201171875, -454.873260498046875, 5.22081756591796875, 5.082390785217285156, 120, 0, 0, 79043, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Boneship Reveler (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+118, 96637, 1116, 6719, 7221, '0', 0, 0, 0, 1, -1022.07989501953125, -492.08160400390625, 12.28872203826904296, 1.315648913383483886, 120, 0, 0, 79043, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Boneship Reveler (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+119, 96637, 1116, 6719, 7221, '0', 0, 0, 0, 1, -943.90972900390625, -432.446197509765625, 6.51710367202758789, 4.940755844116210937, 120, 0, 0, 79043, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Boneship Reveler (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+120, 96637, 1116, 6719, 7221, '0', 0, 0, 0, 1, -976.57464599609375, -492.670135498046875, 2.018371105194091796, 0.465734660625457763, 120, 0, 0, 79043, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Boneship Reveler (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+121, 96637, 1116, 6719, 7221, '0', 0, 0, 0, 1, -978.58856201171875, -488.87847900390625, 2.13736271858215332, 6.084416389465332031, 120, 0, 0, 79043, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Boneship Reveler (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+122, 96637, 1116, 6719, 7221, '0', 0, 0, 0, 1, -920.29339599609375, -345.892364501953125, 5.584435939788818359, 5.00717926025390625, 120, 0, 0, 79043, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Boneship Reveler (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+123, 96637, 1116, 6719, 7221, '0', 0, 0, 0, 1, -892.16839599609375, -375.171875, 1.618240714073181152, 0.599798738956451416, 120, 0, 0, 79043, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Boneship Reveler (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+124, 96637, 1116, 6719, 7221, '0', 0, 0, 0, 1, -895.140625, -371.12847900390625, 1.389449477195739746, 6.150074958801269531, 120, 0, 0, 79043, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Boneship Reveler (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+125, 96637, 1116, 6719, 7221, '0', 0, 0, 0, 1, -885.2899169921875, -439.567718505859375, 0.914905250072479248, 5.519081592559814453, 120, 0, 0, 79043, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Boneship Reveler (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+126, 96637, 1116, 6719, 7221, '0', 0, 0, 0, 1, -967.52606201171875, -521.89581298828125, 7.110005378723144531, 1.073163866996765136, 120, 0, 0, 79043, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Boneship Reveler (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+127, 96637, 1116, 6719, 7221, '0', 0, 0, 0, 1, -962.65277099609375, -515.61456298828125, 2.524995803833007812, 0.528108060359954833, 120, 0, 0, 79043, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Boneship Reveler (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+128, 96637, 1116, 6719, 7221, '0', 0, 0, 0, 1, -970.592041015625, -518.890625, 7.234818458557128906, 0.155731543898582458, 120, 0, 0, 79043, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Boneship Reveler (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+129, 96637, 1116, 6719, 7221, '0', 0, 0, 0, 1, -1038.1649169921875, -547.6163330078125, 3.55426192283630371, 5.607976913452148437, 120, 0, 0, 79043, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Boneship Reveler (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+130, 96637, 1116, 6719, 7221, '0', 0, 0, 0, 1, -1033.3524169921875, -542.875, 3.551939249038696289, 4.926537036895751953, 120, 0, 0, 79043, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Boneship Reveler (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+131, 96637, 1116, 6719, 7221, '0', 0, 0, 0, 1, -949.576416015625, -562.41668701171875, 1.2536468505859375, 3.757236003875732421, 120, 0, 0, 79043, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Boneship Reveler (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+132, 96637, 1116, 6719, 7221, '0', 0, 0, 0, 1, -954.890625, -563.25, 1.900114774703979492, 6.248692035675048828, 120, 0, 0, 79043, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Boneship Reveler (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+133, 96637, 1116, 6719, 7221, '0', 0, 0, 0, 1, -952.76043701171875, -567.3194580078125, 1.003939270973205566, 0.907107830047607421, 120, 0, 0, 79043, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Boneship Reveler (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+134, 96637, 1116, 6719, 7220, '0', 0, 0, 0, 1, -739.95489501953125, -415.76214599609375, 3.975337028503417968, 5.559958457946777343, 120, 0, 0, 79043, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Boneship Reveler (Area: Forgotten Shore - Difficulty: 0) CreateObject1 +(@CGUID+135, 96637, 1116, 6719, 7220, '0', 0, 0, 0, 1, -735.9617919921875, -422.140625, 4.056735038757324218, 1.811505675315856933, 120, 0, 0, 79043, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Boneship Reveler (Area: Forgotten Shore - Difficulty: 0) CreateObject1 +(@CGUID+136, 96637, 1116, 6719, 7220, '0', 0, 0, 0, 1, -735.96527099609375, -415.817718505859375, 4.080373287200927734, 4.318486690521240234, 120, 0, 0, 79043, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Boneship Reveler (Area: Forgotten Shore - Difficulty: 0) CreateObject1 +(@CGUID+137, 96637, 1116, 6719, 7220, '0', 0, 0, 0, 1, -740.5711669921875, -420.4757080078125, 3.95074319839477539, 0.369277119636535644, 120, 0, 0, 79043, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Boneship Reveler (Area: Forgotten Shore - Difficulty: 0) CreateObject1 +(@CGUID+138, 96637, 1116, 6719, 7220, '0', 0, 0, 0, 1, -733.54168701171875, -419.505218505859375, 4.0847930908203125, 3.1412506103515625, 120, 0, 0, 79043, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Boneship Reveler (Area: Forgotten Shore - Difficulty: 0) CreateObject1 +(@CGUID+139, 96637, 1116, 6719, 7220, '0', 0, 0, 0, 1, -731.06768798828125, -308.977447509765625, 4.2524566650390625, 5.606479167938232421, 120, 0, 0, 79043, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Boneship Reveler (Area: Forgotten Shore - Difficulty: 0) CreateObject1 +(@CGUID+140, 96637, 1116, 6719, 7220, '0', 0, 0, 0, 1, -685.7117919921875, -276.279510498046875, 2.0625, 4.37608194351196289, 120, 0, 0, 79043, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Boneship Reveler (Area: Forgotten Shore - Difficulty: 0) CreateObject1 +(@CGUID+141, 96637, 1116, 6719, 7220, '0', 0, 0, 0, 1, -681.5555419921875, -278.782989501953125, 2.848958253860473632, 3.579832792282104492, 120, 0, 0, 79043, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Boneship Reveler (Area: Forgotten Shore - Difficulty: 0) CreateObject1 +(@CGUID+142, 96637, 1116, 6719, 7220, '0', 0, 0, 0, 1, -686.40972900390625, -280.654510498046875, 1.581962227821350097, 0.750525653362274169, 120, 0, 0, 79043, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Boneship Reveler (Area: Forgotten Shore - Difficulty: 0) CreateObject1 +(@CGUID+143, 96637, 1116, 6719, 7220, '0', 0, 0, 0, 1, -651.2117919921875, -277.336822509765625, 13.73784732818603515, 4.013784408569335937, 120, 0, 0, 79043, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Boneship Reveler (Area: Forgotten Shore - Difficulty: 0) CreateObject1 +(@CGUID+144, 96637, 1116, 6719, 7220, '0', 0, 0, 0, 1, -704.83160400390625, -400.135406494140625, 3.635200977325439453, 1.293248534202575683, 120, 0, 0, 79043, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Boneship Reveler (Area: Forgotten Shore - Difficulty: 0) CreateObject1 +(@CGUID+145, 96637, 1116, 6719, 7220, '0', 0, 0, 0, 1, -701.9600830078125, -398.520843505859375, 3.36073160171508789, 2.505532741546630859, 120, 0, 0, 79043, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Boneship Reveler (Area: Forgotten Shore - Difficulty: 0) CreateObject1 +(@CGUID+146, 96637, 1116, 6719, 7220, '0', 0, 0, 0, 1, -595.89239501953125, -420.38714599609375, 5.131477832794189453, 2.982018232345581054, 120, 0, 0, 79043, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Boneship Reveler (Area: Forgotten Shore - Difficulty: 0) CreateObject1 +(@CGUID+147, 96637, 1116, 6719, 7220, '0', 0, 0, 0, 1, -649.82989501953125, -440.751739501953125, 0.882757961750030517, 0.65892571210861206, 120, 0, 0, 79043, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Boneship Reveler (Area: Forgotten Shore - Difficulty: 0) CreateObject1 +(@CGUID+148, 96637, 1116, 6719, 7220, '0', 0, 0, 0, 1, -652.84552001953125, -435.979156494140625, 1.078824281692504882, 6.242278099060058593, 120, 0, 0, 79043, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Boneship Reveler (Area: Forgotten Shore - Difficulty: 0) CreateObject1 +(@CGUID+149, 96765, 1116, 6719, 7221, '0', 0, 0, 0, 0, -1113.7535400390625, -331.3819580078125, 1.350438117980957031, 0, 120, 0, 0, 1129, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Dread Fertilizer (Area: Isle of Shadows - Difficulty: 0) CreateObject1 (Auras: ) +(@CGUID+150, 96765, 1116, 6719, 7221, '0', 0, 0, 0, 0, -1073.6788330078125, -296.6788330078125, 8.295970916748046875, 0, 120, 0, 0, 1129, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Dread Fertilizer (Area: Isle of Shadows - Difficulty: 0) CreateObject1 (Auras: ) +(@CGUID+151, 96765, 1116, 6719, 7221, '0', 0, 0, 0, 0, -1076.3853759765625, -371.57464599609375, 4.472421169281005859, 0, 120, 0, 0, 1129, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Dread Fertilizer (Area: Isle of Shadows - Difficulty: 0) CreateObject1 (Auras: ) +(@CGUID+152, 96765, 1116, 6719, 7221, '0', 0, 0, 0, 0, -1105.3802490234375, -417.73089599609375, 1.990477681159973144, 0, 120, 0, 0, 1129, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Dread Fertilizer (Area: Isle of Shadows - Difficulty: 0) CreateObject1 (Auras: ) +(@CGUID+153, 96765, 1116, 6719, 7221, '0', 0, 0, 0, 0, -1010.098876953125, -321.361114501953125, 3.050217628479003906, 0, 120, 0, 0, 1129, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Dread Fertilizer (Area: Isle of Shadows - Difficulty: 0) CreateObject1 (Auras: ) +(@CGUID+154, 96765, 1116, 6719, 7221, '0', 0, 0, 0, 0, -998.451416015625, -320.661468505859375, 2.721468925476074218, 0, 120, 0, 0, 1129, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Dread Fertilizer (Area: Isle of Shadows - Difficulty: 0) CreateObject1 (Auras: ) +(@CGUID+155, 96765, 1116, 6719, 7221, '0', 0, 0, 0, 0, -976.63714599609375, -408.227447509765625, 11.17830085754394531, 0, 120, 0, 0, 1129, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Dread Fertilizer (Area: Isle of Shadows - Difficulty: 0) CreateObject1 (Auras: ) +(@CGUID+156, 96765, 1116, 6719, 7221, '0', 0, 0, 0, 0, -1009.01739501953125, -437.557281494140625, 12.76678276062011718, 0, 120, 0, 0, 1129, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Dread Fertilizer (Area: Isle of Shadows - Difficulty: 0) CreateObject1 (Auras: ) +(@CGUID+157, 96765, 1116, 6719, 7221, '0', 0, 0, 0, 0, -928.2882080078125, -422.9600830078125, 6.603029727935791015, 0, 120, 0, 0, 1129, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Dread Fertilizer (Area: Isle of Shadows - Difficulty: 0) CreateObject1 (Auras: ) +(@CGUID+158, 96765, 1116, 6719, 7221, '0', 0, 0, 0, 0, -966.451416015625, -460.743072509765625, 0.449305295944213867, 0, 120, 0, 0, 1129, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Dread Fertilizer (Area: Isle of Shadows - Difficulty: 0) CreateObject1 (Auras: ) +(@CGUID+159, 96765, 1116, 6719, 7221, '0', 0, 0, 0, 0, -1019.6129150390625, -494.484375, 12.24233913421630859, 0, 120, 0, 0, 1129, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Dread Fertilizer (Area: Isle of Shadows - Difficulty: 0) CreateObject1 (Auras: ) +(@CGUID+160, 96765, 1116, 6719, 7221, '0', 0, 0, 0, 0, -918.18231201171875, -351.546875, 2.28778243064880371, 0, 120, 0, 0, 1129, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Dread Fertilizer (Area: Isle of Shadows - Difficulty: 0) CreateObject1 (Auras: ) +(@CGUID+161, 96765, 1116, 6719, 7221, '0', 0, 0, 0, 0, -933.5242919921875, -299.692718505859375, 0.687317967414855957, 0, 120, 0, 0, 1129, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Dread Fertilizer (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+162, 96765, 1116, 6719, 7221, '0', 0, 0, 0, 0, -881.248291015625, -413.359375, 1.693491339683532714, 0, 120, 0, 0, 1129, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Dread Fertilizer (Area: Isle of Shadows - Difficulty: 0) CreateObject1 (Auras: ) +(@CGUID+163, 96765, 1116, 6719, 7221, '0', 0, 0, 0, 0, -887.0555419921875, -441.904510498046875, 0.965862095355987548, 0, 120, 0, 0, 1129, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Dread Fertilizer (Area: Isle of Shadows - Difficulty: 0) CreateObject1 (Auras: ) +(@CGUID+164, 96765, 1116, 6719, 7221, '0', 0, 0, 0, 0, -965.890625, -513.61456298828125, 2.33291935920715332, 0, 120, 0, 0, 1129, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Dread Fertilizer (Area: Isle of Shadows - Difficulty: 0) CreateObject1 (Auras: ) +(@CGUID+165, 96765, 1116, 6719, 7221, '0', 0, 0, 0, 0, -863.73956298828125, -486.883697509765625, 3.773625135421752929, 0, 120, 0, 0, 1129, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Dread Fertilizer (Area: Isle of Shadows - Difficulty: 0) CreateObject1 (Auras: ) +(@CGUID+166, 96765, 1116, 6719, 7221, '0', 0, 0, 0, 0, -834.4757080078125, -489.109375, 5.239371299743652343, 0, 120, 0, 0, 1129, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Dread Fertilizer (Area: Isle of Shadows - Difficulty: 0) CreateObject1 (Auras: ) +(@CGUID+167, 96765, 1116, 6719, 7221, '0', 0, 0, 0, 0, -835.96875, -491.548614501953125, 4.927405834197998046, 0, 120, 0, 0, 1129, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Dread Fertilizer (Area: Isle of Shadows - Difficulty: 0) CreateObject1 (Auras: ) +(@CGUID+168, 96765, 1116, 6719, 7221, '0', 0, 0, 0, 0, -1036.421875, -543.4774169921875, 3.423050403594970703, 0, 120, 0, 0, 1129, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Dread Fertilizer (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+169, 96765, 1116, 6719, 7221, '0', 0, 0, 0, 0, -1087.892333984375, -542.8992919921875, 7.751397132873535156, 0, 120, 0, 0, 1129, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Dread Fertilizer (Area: Isle of Shadows - Difficulty: 0) CreateObject1 +(@CGUID+170, 96765, 1116, 6719, 7220, '0', 0, 0, 0, 0, -807.08160400390625, -450.463531494140625, 0.359593540430068969, 0, 120, 0, 0, 1129, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Dread Fertilizer (Area: Forgotten Shore - Difficulty: 0) CreateObject1 (Auras: ) +(@CGUID+171, 96765, 1116, 6719, 7220, '0', 0, 0, 0, 0, -747.44793701171875, -442.5694580078125, 2.467395782470703125, 0, 120, 0, 0, 1129, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Dread Fertilizer (Area: Forgotten Shore - Difficulty: 0) CreateObject1 (Auras: ) +(@CGUID+172, 96765, 1116, 6719, 7220, '0', 0, 0, 0, 0, -780.97222900390625, -366.717010498046875, 0.615483403205871582, 0, 120, 0, 0, 1129, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Dread Fertilizer (Area: Forgotten Shore - Difficulty: 0) CreateObject1 (Auras: ) +(@CGUID+173, 96765, 1116, 6719, 7220, '0', 0, 0, 0, 0, -741.640625, -397.6632080078125, 2.612583637237548828, 0, 120, 0, 0, 1129, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Dread Fertilizer (Area: Forgotten Shore - Difficulty: 0) CreateObject1 (Auras: ) +(@CGUID+174, 96765, 1116, 6719, 7220, '0', 0, 0, 0, 0, -809.7742919921875, -345.50347900390625, 0.965236365795135498, 0, 120, 0, 0, 1129, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Dread Fertilizer (Area: Forgotten Shore - Difficulty: 0) CreateObject1 (Auras: ) +(@CGUID+175, 96765, 1116, 6719, 7220, '0', 0, 0, 0, 0, -733.546875, -311.505218505859375, 4.194929122924804687, 0, 120, 0, 0, 1129, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Dread Fertilizer (Area: Forgotten Shore - Difficulty: 0) CreateObject1 (Auras: ) +(@CGUID+176, 96765, 1116, 6719, 7220, '0', 0, 0, 0, 0, -673.08856201171875, -339.619781494140625, 0.989350497722625732, 0, 120, 0, 0, 1129, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Dread Fertilizer (Area: Forgotten Shore - Difficulty: 0) CreateObject1 (Auras: ) +(@CGUID+177, 96765, 1116, 6719, 7220, '0', 0, 0, 0, 0, -686.9132080078125, -270.446197509765625, 1.90123605728149414, 0, 120, 0, 0, 1129, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Dread Fertilizer (Area: Forgotten Shore - Difficulty: 0) CreateObject1 (Auras: ) +(@CGUID+178, 96765, 1116, 6719, 7220, '0', 0, 0, 0, 0, -673.2725830078125, -337.609375, 0.939092874526977539, 0, 120, 0, 0, 1129, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Dread Fertilizer (Area: Forgotten Shore - Difficulty: 0) CreateObject1 (Auras: ) +(@CGUID+179, 96765, 1116, 6719, 7220, '0', 0, 0, 0, 0, -675.01214599609375, -339.09027099609375, 1.009370088577270507, 0, 120, 0, 0, 1129, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Dread Fertilizer (Area: Forgotten Shore - Difficulty: 0) CreateObject1 (Auras: ) +(@CGUID+180, 96765, 1116, 6719, 7220, '0', 0, 0, 0, 0, -670.87847900390625, -234.42535400390625, 2.80073857307434082, 0, 120, 0, 0, 1129, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Dread Fertilizer (Area: Forgotten Shore - Difficulty: 0) CreateObject1 (Auras: ) +(@CGUID+181, 96765, 1116, 6719, 7220, '0', 0, 0, 0, 0, -605.66839599609375, -418.557281494140625, 0.753837347030639648, 0, 120, 0, 0, 1129, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Dread Fertilizer (Area: Forgotten Shore - Difficulty: 0) CreateObject1 (Auras: ) +(@CGUID+182, 96765, 1116, 6719, 7220, '0', 0, 0, 0, 0, -608.18402099609375, -427.614593505859375, 0.819979786872863769, 0, 120, 0, 0, 1129, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Dread Fertilizer (Area: Forgotten Shore - Difficulty: 0) CreateObject1 (Auras: ) +(@CGUID+183, 96765, 1116, 6719, 7220, '0', 0, 0, 0, 0, -696.81597900390625, -400.208343505859375, 3.226640939712524414, 0, 120, 0, 0, 1129, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Dread Fertilizer (Area: Forgotten Shore - Difficulty: 0) CreateObject1 (Auras: ) +(@CGUID+184, 96765, 1116, 6719, 7220, '0', 0, 0, 0, 0, -652.703125, -438.78125, 1.068488121032714843, 0, 120, 0, 0, 1129, 0, 0, NULL, NULL, NULL, NULL, 51754); -- Dread Fertilizer (Area: Forgotten Shore - Difficulty: 0) CreateObject1 (Auras: ) + +DELETE FROM `creature_addon` WHERE `guid` BETWEEN @CGUID+105 AND @CGUID+148; +INSERT INTO `creature_addon` (`guid`, `PathId`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES +(@CGUID+105, 0, 0, 0, 0, 0, 1, 0, 426, 0, 0, 0, 0, ''), -- 96637 (Boneship Reveler) +(@CGUID+106, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 96637 (Boneship Reveler) +(@CGUID+107, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 96637 (Boneship Reveler) +(@CGUID+108, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 96637 (Boneship Reveler) +(@CGUID+109, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 96637 (Boneship Reveler) +(@CGUID+110, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 96637 (Boneship Reveler) +(@CGUID+111, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 96637 (Boneship Reveler) +(@CGUID+112, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 96637 (Boneship Reveler) +(@CGUID+113, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 96637 (Boneship Reveler) +(@CGUID+114, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 96637 (Boneship Reveler) +(@CGUID+115, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 96637 (Boneship Reveler) +(@CGUID+116, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 96637 (Boneship Reveler) +(@CGUID+117, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 96637 (Boneship Reveler) +(@CGUID+118, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 96637 (Boneship Reveler) +(@CGUID+119, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 96637 (Boneship Reveler) +(@CGUID+120, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 96637 (Boneship Reveler) +(@CGUID+121, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 96637 (Boneship Reveler) +(@CGUID+122, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 96637 (Boneship Reveler) +(@CGUID+123, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 96637 (Boneship Reveler) +(@CGUID+124, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 96637 (Boneship Reveler) +(@CGUID+125, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 96637 (Boneship Reveler) +(@CGUID+126, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 96637 (Boneship Reveler) +(@CGUID+127, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 96637 (Boneship Reveler) +(@CGUID+128, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 96637 (Boneship Reveler) +(@CGUID+129, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 96637 (Boneship Reveler) +(@CGUID+130, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 96637 (Boneship Reveler) +(@CGUID+131, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 96637 (Boneship Reveler) +(@CGUID+132, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 96637 (Boneship Reveler) +(@CGUID+133, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 96637 (Boneship Reveler) +(@CGUID+134, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 96637 (Boneship Reveler) +(@CGUID+135, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 96637 (Boneship Reveler) +(@CGUID+136, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 96637 (Boneship Reveler) +(@CGUID+137, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 96637 (Boneship Reveler) +(@CGUID+138, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 96637 (Boneship Reveler) +(@CGUID+139, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 96637 (Boneship Reveler) +(@CGUID+140, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 96637 (Boneship Reveler) +(@CGUID+141, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 96637 (Boneship Reveler) +(@CGUID+142, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 96637 (Boneship Reveler) +(@CGUID+143, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 96637 (Boneship Reveler) +(@CGUID+144, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 96637 (Boneship Reveler) +(@CGUID+145, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 96637 (Boneship Reveler) +(@CGUID+146, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 96637 (Boneship Reveler) +(@CGUID+147, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 96637 (Boneship Reveler) +(@CGUID+148, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''); -- 96637 (Boneship Reveler) + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 5000052 AND 5000054; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 5000052 AND 5000054; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 5000052 AND 5000054; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+2; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 243927, 1116, 6719, 7258, '0', 0, 0, -1255.6146240234375, -466.282989501953125, -1.33295881748199462, 1.963227391242980957, 0, 0, 0.831395149230957031, 0.55568164587020874, 120, 255, 1, 51754), -- Forgotten Ship (Area: The Evanescent Sea - Difficulty: 0) CreateObject1 +(@OGUID+1, 243927, 1116, 6719, 7258, '0', 0, 0, -1239.529541015625, -207.458328247070312, -1.30294549465179443, 1.963227391242980957, 0, 0, 0.831395149230957031, 0.55568164587020874, 120, 255, 1, 51754), -- Forgotten Ship (Area: The Evanescent Sea - Difficulty: 0) CreateObject1 +(@OGUID+2, 243927, 1116, 6719, 7258, '0', 0, 0, -1199.9427490234375, -355.876739501953125, -1.96816086769104003, 1.325668931007385253, 0, 0, 0.615353584289550781, 0.788251221179962158, 120, 255, 1, 51754); -- Forgotten Ship (Area: The Evanescent Sea - Difficulty: 0) CreateObject1 + +-- Event spawns +DELETE FROM `game_event_creature` WHERE `eventEntry`=12 AND `guid` BETWEEN @CGUID+0 AND @CGUID+184; +INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES +(12, @CGUID+0), +(12, @CGUID+1), +(12, @CGUID+2), +(12, @CGUID+3), +(12, @CGUID+4), +(12, @CGUID+5), +(12, @CGUID+6), +(12, @CGUID+7), +(12, @CGUID+8), +(12, @CGUID+9), +(12, @CGUID+10), +(12, @CGUID+11), +(12, @CGUID+12), +(12, @CGUID+13), +(12, @CGUID+14), +(12, @CGUID+15), +(12, @CGUID+16), +(12, @CGUID+17), +(12, @CGUID+18), +(12, @CGUID+19), +(12, @CGUID+20), +(12, @CGUID+21), +(12, @CGUID+22), +(12, @CGUID+23), +(12, @CGUID+24), +(12, @CGUID+25), +(12, @CGUID+26), +(12, @CGUID+27), +(12, @CGUID+28), +(12, @CGUID+29), +(12, @CGUID+30), +(12, @CGUID+31), +(12, @CGUID+32), +(12, @CGUID+33), +(12, @CGUID+34), +(12, @CGUID+35), +(12, @CGUID+36), +(12, @CGUID+37), +(12, @CGUID+38), +(12, @CGUID+39), +(12, @CGUID+40), +(12, @CGUID+41), +(12, @CGUID+42), +(12, @CGUID+43), +(12, @CGUID+44), +(12, @CGUID+45), +(12, @CGUID+46), +(12, @CGUID+47), +(12, @CGUID+48), +(12, @CGUID+49), +(12, @CGUID+50), +(12, @CGUID+51), +(12, @CGUID+52), +(12, @CGUID+53), +(12, @CGUID+54), +(12, @CGUID+55), +(12, @CGUID+56), +(12, @CGUID+57), +(12, @CGUID+58), +(12, @CGUID+59), +(12, @CGUID+60), +(12, @CGUID+61), +(12, @CGUID+62), +(12, @CGUID+63), +(12, @CGUID+64), +(12, @CGUID+65), +(12, @CGUID+66), +(12, @CGUID+67), +(12, @CGUID+68), +(12, @CGUID+69), +(12, @CGUID+70), +(12, @CGUID+71), +(12, @CGUID+72), +(12, @CGUID+73), +(12, @CGUID+74), +(12, @CGUID+75), +(12, @CGUID+76), +(12, @CGUID+77), +(12, @CGUID+78), +(12, @CGUID+79), +(12, @CGUID+80), +(12, @CGUID+81), +(12, @CGUID+82), +(12, @CGUID+83), +(12, @CGUID+84), +(12, @CGUID+85), +(12, @CGUID+86), +(12, @CGUID+87), +(12, @CGUID+88), +(12, @CGUID+89), +(12, @CGUID+90), +(12, @CGUID+91), +(12, @CGUID+92), +(12, @CGUID+93), +(12, @CGUID+94), +(12, @CGUID+95), +(12, @CGUID+96), +(12, @CGUID+97), +(12, @CGUID+98), +(12, @CGUID+99), +(12, @CGUID+100), +(12, @CGUID+101), +(12, @CGUID+102), +(12, @CGUID+103), +(12, @CGUID+104), +(12, @CGUID+105), +(12, @CGUID+106), +(12, @CGUID+107), +(12, @CGUID+108), +(12, @CGUID+109), +(12, @CGUID+110), +(12, @CGUID+111), +(12, @CGUID+112), +(12, @CGUID+113), +(12, @CGUID+114), +(12, @CGUID+115), +(12, @CGUID+116), +(12, @CGUID+117), +(12, @CGUID+118), +(12, @CGUID+119), +(12, @CGUID+120), +(12, @CGUID+121), +(12, @CGUID+122), +(12, @CGUID+123), +(12, @CGUID+124), +(12, @CGUID+125), +(12, @CGUID+126), +(12, @CGUID+127), +(12, @CGUID+128), +(12, @CGUID+129), +(12, @CGUID+130), +(12, @CGUID+131), +(12, @CGUID+132), +(12, @CGUID+133), +(12, @CGUID+134), +(12, @CGUID+135), +(12, @CGUID+136), +(12, @CGUID+137), +(12, @CGUID+138), +(12, @CGUID+139), +(12, @CGUID+140), +(12, @CGUID+141), +(12, @CGUID+142), +(12, @CGUID+143), +(12, @CGUID+144), +(12, @CGUID+145), +(12, @CGUID+146), +(12, @CGUID+147), +(12, @CGUID+148), +(12, @CGUID+149), +(12, @CGUID+150), +(12, @CGUID+151), +(12, @CGUID+152), +(12, @CGUID+153), +(12, @CGUID+154), +(12, @CGUID+155), +(12, @CGUID+156), +(12, @CGUID+157), +(12, @CGUID+158), +(12, @CGUID+159), +(12, @CGUID+160), +(12, @CGUID+161), +(12, @CGUID+162), +(12, @CGUID+163), +(12, @CGUID+164), +(12, @CGUID+165), +(12, @CGUID+166), +(12, @CGUID+167), +(12, @CGUID+168), +(12, @CGUID+169), +(12, @CGUID+170), +(12, @CGUID+171), +(12, @CGUID+172), +(12, @CGUID+173), +(12, @CGUID+174), +(12, @CGUID+175), +(12, @CGUID+176), +(12, @CGUID+177), +(12, @CGUID+178), +(12, @CGUID+179), +(12, @CGUID+180), +(12, @CGUID+181), +(12, @CGUID+182), +(12, @CGUID+183), +(12, @CGUID+184); + +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+2; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2); + +-- SAI +SET @ACTIONLIST_SALTY_DREG := 96536 * 100; +SET @ACTIONLIST_BRACKISH_CULTIVATOR := 96538 * 100; +DELETE FROM `smart_scripts` WHERE `source_type`=0 AND `entryorguid` BETWEEN -5000326 AND -5000142; +DELETE FROM `smart_scripts` WHERE `entryorguid`=96535 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (96536,-(@CGUID+1),-(@CGUID+2),-(@CGUID+3),-(@CGUID+4),-(@CGUID+5),-(@CGUID+7),-(@CGUID+8),-(@CGUID+9),-(@CGUID+10),-(@CGUID+11),-(@CGUID+16),-(@CGUID+17),-(@CGUID+18),-(@CGUID+23),-(@CGUID+24),-(@CGUID+25),-(@CGUID+26),-(@CGUID+27),-(@CGUID+28),-(@CGUID+29),-(@CGUID+30),-(@CGUID+31),-(@CGUID+37),-(@CGUID+38),-(@CGUID+41)) AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (96538,-(@CGUID+42),-(@CGUID+43),-(@CGUID+44),-(@CGUID+45),-(@CGUID+47),-(@CGUID+51),-(@CGUID+52),-(@CGUID+53),-(@CGUID+54),-(@CGUID+55),-(@CGUID+57),-(@CGUID+58),-(@CGUID+59),-(@CGUID+62),-(@CGUID+63),-(@CGUID+64),-(@CGUID+65),-(@CGUID+66),-(@CGUID+67),-(@CGUID+71),-(@CGUID+72)) AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=96545 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (96637,-(@CGUID+105),-(@CGUID+145)) AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (@ACTIONLIST_SALTY_DREG, @ACTIONLIST_BRACKISH_CULTIVATOR) 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`, `event_param5`, `event_param_string`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `action_param7`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(96535,0,0,0,0,0,100,0,12000,13000,17000,17000,0,'',11,150706,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,'Captain Bonerender - In combat (17 seconds) - Cast "Shadow Arc"'), + +(-(@CGUID+7),0,0,0,1,0,100,0,0,10000,3500,8500,0,'',80,@ACTIONLIST_SALTY_DREG,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,'Salty Dreg - Out of combat (3.5 - 8.5 seconds) - Call timed actionlist'), +(-(@CGUID+8),0,0,0,1,0,100,0,0,10000,3500,8500,0,'',80,@ACTIONLIST_SALTY_DREG,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,'Salty Dreg - Out of combat (3.5 - 8.5 seconds) - Call timed actionlist'), +(-(@CGUID+9),0,0,0,1,0,100,0,0,10000,3500,8500,0,'',80,@ACTIONLIST_SALTY_DREG,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,'Salty Dreg - Out of combat (3.5 - 8.5 seconds) - Call timed actionlist'), +(-(@CGUID+10),0,0,0,1,0,100,0,0,10000,3500,8500,0,'',80,@ACTIONLIST_SALTY_DREG,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,'Salty Dreg - Out of combat (3.5 - 8.5 seconds) - Call timed actionlist'), +(-(@CGUID+11),0,0,0,1,0,100,0,0,10000,3500,8500,0,'',80,@ACTIONLIST_SALTY_DREG,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,'Salty Dreg - Out of combat (3.5 - 8.5 seconds) - Call timed actionlist'), +(-(@CGUID+16),0,0,0,1,0,100,0,0,10000,3500,8500,0,'',80,@ACTIONLIST_SALTY_DREG,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,'Salty Dreg - Out of combat (3.5 - 8.5 seconds) - Call timed actionlist'), +(-(@CGUID+17),0,0,0,1,0,100,0,0,10000,3500,8500,0,'',80,@ACTIONLIST_SALTY_DREG,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,'Salty Dreg - Out of combat (3.5 - 8.5 seconds) - Call timed actionlist'), +(-(@CGUID+18),0,0,0,1,0,100,0,0,10000,3500,8500,0,'',80,@ACTIONLIST_SALTY_DREG,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,'Salty Dreg - Out of combat (3.5 - 8.5 seconds) - Call timed actionlist'), +(-(@CGUID+23),0,0,0,1,0,100,0,0,10000,3500,8500,0,'',80,@ACTIONLIST_SALTY_DREG,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,'Salty Dreg - Out of combat (3.5 - 8.5 seconds) - Call timed actionlist'), +(-(@CGUID+24),0,0,0,1,0,100,0,0,10000,3500,8500,0,'',80,@ACTIONLIST_SALTY_DREG,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,'Salty Dreg - Out of combat (3.5 - 8.5 seconds) - Call timed actionlist'), +(-(@CGUID+25),0,0,0,1,0,100,0,0,10000,3500,8500,0,'',80,@ACTIONLIST_SALTY_DREG,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,'Salty Dreg - Out of combat (3.5 - 8.5 seconds) - Call timed actionlist'), +(-(@CGUID+26),0,0,0,1,0,100,0,0,10000,3500,8500,0,'',80,@ACTIONLIST_SALTY_DREG,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,'Salty Dreg - Out of combat (3.5 - 8.5 seconds) - Call timed actionlist'), +(-(@CGUID+27),0,0,0,1,0,100,0,0,10000,3500,8500,0,'',80,@ACTIONLIST_SALTY_DREG,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,'Salty Dreg - Out of combat (3.5 - 8.5 seconds) - Call timed actionlist'), +(-(@CGUID+28),0,0,0,1,0,100,0,0,10000,3500,8500,0,'',80,@ACTIONLIST_SALTY_DREG,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,'Salty Dreg - Out of combat (3.5 - 8.5 seconds) - Call timed actionlist'), +(-(@CGUID+29),0,0,0,1,0,100,0,0,10000,3500,8500,0,'',80,@ACTIONLIST_SALTY_DREG,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,'Salty Dreg - Out of combat (3.5 - 8.5 seconds) - Call timed actionlist'), +(-(@CGUID+30),0,0,0,1,0,100,0,0,10000,3500,8500,0,'',80,@ACTIONLIST_SALTY_DREG,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,'Salty Dreg - Out of combat (3.5 - 8.5 seconds) - Call timed actionlist'), +(-(@CGUID+31),0,0,0,1,0,100,0,0,10000,3500,8500,0,'',80,@ACTIONLIST_SALTY_DREG,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,'Salty Dreg - Out of combat (3.5 - 8.5 seconds) - Call timed actionlist'), +(-(@CGUID+37),0,0,0,1,0,100,0,0,10000,3500,8500,0,'',80,@ACTIONLIST_SALTY_DREG,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,'Salty Dreg - Out of combat (3.5 - 8.5 seconds) - Call timed actionlist'), +(-(@CGUID+38),0,0,0,1,0,100,0,0,10000,3500,8500,0,'',80,@ACTIONLIST_SALTY_DREG,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,'Salty Dreg - Out of combat (3.5 - 8.5 seconds) - Call timed actionlist'), +(-(@CGUID+41),0,0,0,1,0,100,0,0,10000,3500,8500,0,'',80,@ACTIONLIST_SALTY_DREG,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,'Salty Dreg - Out of combat (3.5 - 8.5 seconds) - Call timed actionlist'), +(@ACTIONLIST_SALTY_DREG,9,0,0,0,0,100,0,0,0,0,0,0,'',10,1,5,6,14,25,273,274,1,0,0,0,0,0,0,0,0,'Actionlist - Salty Dreg - Play random emote'), + +(96538,0,0,0,0,0,100,0,0,1500,6000,6000,0,'',11,191293,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,'Brackish Cultivator - In combat (6 seconds) - Cast "Arcane Missiles"'), +(-(@CGUID+43),0,0,0,0,0,100,0,0,1500,6000,6000,0,'',11,191293,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,'Brackish Cultivator - In combat (6 seconds) - Cast "Arcane Missiles"'), +(-(@CGUID+43),0,1,0,1,0,100,0,0,10000,3500,8500,0,'',80,@ACTIONLIST_BRACKISH_CULTIVATOR,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,'Brackish Cultivator - Out of combat (3.5 - 8.5 seconds) - Call timed actionlist'), +(-(@CGUID+44),0,0,0,0,0,100,0,0,1500,6000,6000,0,'',11,191293,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,'Brackish Cultivator - In combat (6 seconds) - Cast "Arcane Missiles"'), +(-(@CGUID+44),0,1,0,1,0,100,0,0,10000,3500,8500,0,'',80,@ACTIONLIST_BRACKISH_CULTIVATOR,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,'Brackish Cultivator - Out of combat (3.5 - 8.5 seconds) - Call timed actionlist'), +(-(@CGUID+45),0,0,0,0,0,100,0,0,1500,6000,6000,0,'',11,191293,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,'Brackish Cultivator - In combat (6 seconds) - Cast "Arcane Missiles"'), +(-(@CGUID+45),0,1,0,1,0,100,0,0,10000,3500,8500,0,'',80,@ACTIONLIST_BRACKISH_CULTIVATOR,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,'Brackish Cultivator - Out of combat (3.5 - 8.5 seconds) - Call timed actionlist'), +(-(@CGUID+47),0,0,0,0,0,100,0,0,1500,6000,6000,0,'',11,191293,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,'Brackish Cultivator - In combat (6 seconds) - Cast "Arcane Missiles"'), +(-(@CGUID+47),0,1,0,1,0,100,0,0,10000,3500,8500,0,'',80,@ACTIONLIST_BRACKISH_CULTIVATOR,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,'Brackish Cultivator - Out of combat (3.5 - 8.5 seconds) - Call timed actionlist'), +(-(@CGUID+51),0,0,0,0,0,100,0,0,1500,6000,6000,0,'',11,191293,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,'Brackish Cultivator - In combat (6 seconds) - Cast "Arcane Missiles"'), +(-(@CGUID+51),0,1,0,1,0,100,0,0,10000,3500,8500,0,'',80,@ACTIONLIST_BRACKISH_CULTIVATOR,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,'Brackish Cultivator - Out of combat (3.5 - 8.5 seconds) - Call timed actionlist'), +(-(@CGUID+52),0,0,0,0,0,100,0,0,1500,6000,6000,0,'',11,191293,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,'Brackish Cultivator - In combat (6 seconds) - Cast "Arcane Missiles"'), +(-(@CGUID+52),0,1,0,1,0,100,0,0,10000,3500,8500,0,'',80,@ACTIONLIST_BRACKISH_CULTIVATOR,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,'Brackish Cultivator - Out of combat (3.5 - 8.5 seconds) - Call timed actionlist'), +(-(@CGUID+53),0,0,0,0,0,100,0,0,1500,6000,6000,0,'',11,191293,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,'Brackish Cultivator - In combat (6 seconds) - Cast "Arcane Missiles"'), +(-(@CGUID+53),0,1,0,1,0,100,0,0,10000,3500,8500,0,'',80,@ACTIONLIST_BRACKISH_CULTIVATOR,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,'Brackish Cultivator - Out of combat (3.5 - 8.5 seconds) - Call timed actionlist'), +(-(@CGUID+54),0,0,0,0,0,100,0,0,1500,6000,6000,0,'',11,191293,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,'Brackish Cultivator - In combat (6 seconds) - Cast "Arcane Missiles"'), +(-(@CGUID+54),0,1,0,1,0,100,0,0,10000,3500,8500,0,'',80,@ACTIONLIST_BRACKISH_CULTIVATOR,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,'Brackish Cultivator - Out of combat (3.5 - 8.5 seconds) - Call timed actionlist'), +(-(@CGUID+55),0,0,0,0,0,100,0,0,1500,6000,6000,0,'',11,191293,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,'Brackish Cultivator - In combat (6 seconds) - Cast "Arcane Missiles"'), +(-(@CGUID+55),0,1,0,1,0,100,0,0,10000,3500,8500,0,'',80,@ACTIONLIST_BRACKISH_CULTIVATOR,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,'Brackish Cultivator - Out of combat (3.5 - 8.5 seconds) - Call timed actionlist'), +(-(@CGUID+57),0,0,0,0,0,100,0,0,1500,6000,6000,0,'',11,191293,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,'Brackish Cultivator - In combat (6 seconds) - Cast "Arcane Missiles"'), +(-(@CGUID+57),0,1,0,1,0,100,0,0,10000,3500,8500,0,'',80,@ACTIONLIST_BRACKISH_CULTIVATOR,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,'Brackish Cultivator - Out of combat (3.5 - 8.5 seconds) - Call timed actionlist'), +(-(@CGUID+58),0,0,0,0,0,100,0,0,1500,6000,6000,0,'',11,191293,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,'Brackish Cultivator - In combat (6 seconds) - Cast "Arcane Missiles"'), +(-(@CGUID+58),0,1,0,1,0,100,0,0,10000,3500,8500,0,'',80,@ACTIONLIST_BRACKISH_CULTIVATOR,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,'Brackish Cultivator - Out of combat (3.5 - 8.5 seconds) - Call timed actionlist'), +(-(@CGUID+59),0,0,0,0,0,100,0,0,1500,6000,6000,0,'',11,191293,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,'Brackish Cultivator - In combat (6 seconds) - Cast "Arcane Missiles"'), +(-(@CGUID+59),0,1,0,1,0,100,0,0,10000,3500,8500,0,'',80,@ACTIONLIST_BRACKISH_CULTIVATOR,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,'Brackish Cultivator - Out of combat (3.5 - 8.5 seconds) - Call timed actionlist'), +(-(@CGUID+62),0,0,0,0,0,100,0,0,1500,6000,6000,0,'',11,191293,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,'Brackish Cultivator - In combat (6 seconds) - Cast "Arcane Missiles"'), +(-(@CGUID+62),0,1,0,1,0,100,0,0,10000,3500,8500,0,'',80,@ACTIONLIST_BRACKISH_CULTIVATOR,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,'Brackish Cultivator - Out of combat (3.5 - 8.5 seconds) - Call timed actionlist'), +(-(@CGUID+63),0,0,0,0,0,100,0,0,1500,6000,6000,0,'',11,191293,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,'Brackish Cultivator - In combat (6 seconds) - Cast "Arcane Missiles"'), +(-(@CGUID+63),0,1,0,1,0,100,0,0,10000,3500,8500,0,'',80,@ACTIONLIST_BRACKISH_CULTIVATOR,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,'Brackish Cultivator - Out of combat (3.5 - 8.5 seconds) - Call timed actionlist'), +(-(@CGUID+64),0,0,0,0,0,100,0,0,1500,6000,6000,0,'',11,191293,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,'Brackish Cultivator - In combat (6 seconds) - Cast "Arcane Missiles"'), +(-(@CGUID+64),0,1,0,1,0,100,0,0,10000,3500,8500,0,'',80,@ACTIONLIST_BRACKISH_CULTIVATOR,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,'Brackish Cultivator - Out of combat (3.5 - 8.5 seconds) - Call timed actionlist'), +(-(@CGUID+65),0,0,0,0,0,100,0,0,1500,6000,6000,0,'',11,191293,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,'Brackish Cultivator - In combat (6 seconds) - Cast "Arcane Missiles"'), +(-(@CGUID+65),0,1,0,1,0,100,0,0,10000,3500,8500,0,'',80,@ACTIONLIST_BRACKISH_CULTIVATOR,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,'Brackish Cultivator - Out of combat (3.5 - 8.5 seconds) - Call timed actionlist'), +(-(@CGUID+66),0,0,0,0,0,100,0,0,1500,6000,6000,0,'',11,191293,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,'Brackish Cultivator - In combat (6 seconds) - Cast "Arcane Missiles"'), +(-(@CGUID+66),0,1,0,1,0,100,0,0,10000,3500,8500,0,'',80,@ACTIONLIST_BRACKISH_CULTIVATOR,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,'Brackish Cultivator - Out of combat (3.5 - 8.5 seconds) - Call timed actionlist'), +(-(@CGUID+67),0,0,0,0,0,100,0,0,1500,6000,6000,0,'',11,191293,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,'Brackish Cultivator - In combat (6 seconds) - Cast "Arcane Missiles"'), +(-(@CGUID+67),0,1,0,1,0,100,0,0,10000,3500,8500,0,'',80,@ACTIONLIST_BRACKISH_CULTIVATOR,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,'Brackish Cultivator - Out of combat (3.5 - 8.5 seconds) - Call timed actionlist'), +(-(@CGUID+71),0,0,0,0,0,100,0,0,1500,6000,6000,0,'',11,191293,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,'Brackish Cultivator - In combat (6 seconds) - Cast "Arcane Missiles"'), +(-(@CGUID+71),0,1,0,1,0,100,0,0,10000,3500,8500,0,'',80,@ACTIONLIST_BRACKISH_CULTIVATOR,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,'Brackish Cultivator - Out of combat (3.5 - 8.5 seconds) - Call timed actionlist'), +(-(@CGUID+72),0,0,0,0,0,100,0,0,1500,6000,6000,0,'',11,191293,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,'Brackish Cultivator - In combat (6 seconds) - Cast "Arcane Missiles"'), +(-(@CGUID+72),0,1,0,1,0,100,0,0,10000,3500,8500,0,'',80,@ACTIONLIST_BRACKISH_CULTIVATOR,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,'Brackish Cultivator - Out of combat (3.5 - 8.5 seconds) - Call timed actionlist'), +(@ACTIONLIST_BRACKISH_CULTIVATOR,9,0,0,0,0,100,0,0,0,0,0,0,'',10,1,5,6,14,25,273,274,1,0,0,0,0,0,0,0,0,'Actionlist - Brackish Cultivator - Play random emote'), + +(96545,0,0,0,2,0,100,0,0,75,6000,6000,0,'',11,22695,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,'Growing Squashling - Between 0-75% Health - Cast "Regrowth"'), + +(96637,0,0,0,9,0,100,0,5,20,10000,10000,0,'',11,74759,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,'Boneship Reveler - Within 5-20 range - Cast "Bottle of Grog"'), +(96637,0,1,0,1,0,100,0,0,9000,6000,15000,0,'',128,2555,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,'Boneship Reveler - Out of combat (6-15 seconds) - Play oneshot anim kit 2555'), +(-(@CGUID+105),0,0,0,9,0,100,0,5,20,10000,10000,0,'',11,74759,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,'Boneship Reveler - Within 5-20 range - Cast "Bottle of Grog"'), +(-(@CGUID+105),0,1,0,1,0,100,0,0,9000,6000,15000,0,'',128,8675,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,'Boneship Reveler - Out of combat (6-15 seconds) - Play oneshot anim kit 8675'), +(-(@CGUID+145),0,0,0,9,0,100,0,5,20,10000,10000,0,'',11,74759,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,'Boneship Reveler - Within 5-20 range - Cast "Bottle of Grog"'), +(-(@CGUID+145),0,1,0,1,0,100,0,0,9000,6000,15000,0,'',128,8675,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,'Boneship Reveler - Out of combat (6-15 seconds) - Play oneshot anim kit 8675'); diff --git a/sql/updates/world/master/2024_03_18_02_world_hallows_end_broken_isles.sql b/sql/updates/world/master/2024_03_18_02_world_hallows_end_broken_isles.sql new file mode 100644 index 0000000000000..fa249a06e1fde --- /dev/null +++ b/sql/updates/world/master/2024_03_18_02_world_hallows_end_broken_isles.sql @@ -0,0 +1,917 @@ +-- +SET @CGUID := 6800000; +SET @OGUID := 6800000; + +-- Old creature spawns +DELETE FROM `creature` WHERE `guid` BETWEEN 6000770 AND 6000772; +DELETE FROM `creature_addon` WHERE `guid` BETWEEN 6000770 AND 6000772; +DELETE FROM `game_event_creature` WHERE `guid` BETWEEN 6000770 AND 6000772; + +-- Creature spawns +DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+2; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES +(@CGUID+0, 40435, 1220, 7502, 7595, '0', 0, 0, 0, 0, -979.19964599609375, 4509.7822265625, 738.56622314453125, 5.585053443908691406, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Headless Ghost (Area: The Eventide - Difficulty: 0) CreateObject1 (Auras: 33900 - Shroud of Death) +(@CGUID+1, 40435, 1220, 7502, 7581, '0', 0, 0, 0, 0, -710.53643798828125, 4446.67724609375, 737.19415283203125, 2.635447263717651367, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Headless Ghost (Area: Dalaran City - Difficulty: 0) CreateObject1 (Auras: 33900 - Shroud of Death) +(@CGUID+2, 109854, 1220, 7502, 7581, '0', 0, 0, 0, 0, -807.16668701171875, 4483.97216796875, 735.0269775390625, 0.160104453563690185, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 51754); -- Duroc Ironjaw (Area: Dalaran City - Difficulty: 0) CreateObject1 + +DELETE FROM `creature_addon` WHERE `guid`=@CGUID+2; +INSERT INTO `creature_addon` (`guid`, `PathId`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES +(@CGUID+2, 0, 0, 0, 0, 0, 1, 0, 426, 0, 0, 0, 0, ''); -- 109854 (Duroc Ironjaw) + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 6000179 AND 6000575; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 6000179 AND 6000575; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 6000179 AND 6000575; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+396; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 1220, 7502, 7505, '0', 0, 0, -777.36285400390625, 4312.83935546875, 743.0283203125, 2.775068521499633789, 0, 0, 0.983254432678222656, 0.182238012552261352, 120, 255, 1, 51754), -- G_Pumpkin_01 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+1, 180405, 1220, 7502, 7505, '0', 0, 0, -824.00177001953125, 4331.70654296875, 744.88201904296875, 0.471238493919372558, 0, 0, 0.233445167541503906, 0.972369968891143798, 120, 255, 1, 51754), -- G_Pumpkin_01 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+2, 180405, 1220, 7502, 7505, '0', 0, 0, -749.6180419921875, 4284.9912109375, 731.15264892578125, 3.368495941162109375, 0, 0, -0.99357128143310546, 0.113208353519439697, 120, 255, 1, 51754), -- G_Pumpkin_01 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+3, 180405, 1220, 7502, 7505, '0', 0, 0, -749.78125, 4337.1943359375, 729.071533203125, 0.401424884796142578, 0, 0, 0.199367523193359375, 0.979924798011779785, 120, 255, 1, 51754), -- G_Pumpkin_01 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+4, 180405, 1220, 7502, 7505, '0', 0, 0, -926.55206298828125, 4359.65283203125, 741.93267822265625, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 51754), -- G_Pumpkin_01 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+5, 180405, 1220, 7502, 7505, '0', 0, 0, -808.83160400390625, 4385.44287109375, 740.157470703125, 2.110117912292480468, 0, 0, 0.869929313659667968, 0.493176460266113281, 120, 255, 1, 51754), -- G_Pumpkin_01 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+6, 180405, 1220, 7502, 7505, '0', 0, 0, -846.0069580078125, 4401.2568359375, 737.50262451171875, 6.248279094696044921, 0, 0, -0.01745223999023437, 0.999847710132598876, 120, 255, 1, 51754), -- G_Pumpkin_01 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+7, 180405, 1220, 7502, 7505, '0', 0, 0, -762.56597900390625, 4356.6630859375, 729.30450439453125, 3.78736734390258789, 0, 0, -0.94832324981689453, 0.317305892705917358, 120, 255, 1, 51754), -- G_Pumpkin_01 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+8, 180405, 1220, 7502, 7505, '0', 0, 0, -870.13543701171875, 4423.44775390625, 738.50701904296875, 5.532694816589355468, 0, 0, -0.3665008544921875, 0.93041771650314331, 120, 255, 1, 51754), -- G_Pumpkin_01 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+9, 180405, 1220, 7502, 7592, '0', 0, 0, -906.78125, 4457.65625, 735.7352294921875, 5.096362113952636718, 0, 0, -0.55919265747070312, 0.829037725925445556, 120, 255, 1, 51754), -- G_Pumpkin_01 (Area: The Violet Hold - Difficulty: 0) CreateObject1 +(@OGUID+10, 180405, 1220, 7502, 7581, '0', 0, 0, -877.013916015625, 4503.51220703125, 731.19415283203125, 5.532694816589355468, 0, 0, -0.3665008544921875, 0.93041771650314331, 120, 255, 1, 51754), -- G_Pumpkin_01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+11, 180405, 1220, 7502, 7581, '0', 0, 0, -934.26739501953125, 4510.1474609375, 735.1009521484375, 1.762782454490661621, 0, 0, 0.771624565124511718, 0.636078238487243652, 120, 255, 1, 51754), -- G_Pumpkin_01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+12, 180405, 1220, 7502, 7581, '0', 0, 0, -925.57293701171875, 4521.0068359375, 735.1009521484375, 0.785396754741668701, 0, 0, 0.38268280029296875, 0.923879802227020263, 120, 255, 1, 51754), -- G_Pumpkin_01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+13, 180405, 1220, 7502, 7595, '0', 0, 0, -988.23614501953125, 4512.9755859375, 739.46759033203125, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51754), -- G_Pumpkin_01 (Area: The Eventide - Difficulty: 0) CreateObject1 +(@OGUID+14, 180405, 1220, 7502, 7595, '0', 0, 0, -980.732666015625, 4547.1630859375, 740.87884521484375, 2.373644113540649414, 0, 0, 0.927183151245117187, 0.37460830807685852, 120, 255, 1, 51754), -- G_Pumpkin_01 (Area: The Eventide - Difficulty: 0) CreateObject1 +(@OGUID+15, 180405, 1220, 7502, 7595, '0', 0, 0, -1020.96697998046875, 4504.98095703125, 739.4945068359375, 2.984498262405395507, 0, 0, 0.996916770935058593, 0.078466430306434631, 120, 255, 1, 51754), -- G_Pumpkin_01 (Area: The Eventide - Difficulty: 0) CreateObject1 +(@OGUID+16, 180405, 1220, 7502, 7595, '0', 0, 0, -959.49481201171875, 4552.69970703125, 741.39447021484375, 0.209439441561698913, 0, 0, 0.104528427124023437, 0.994521915912628173, 120, 255, 1, 51754), -- G_Pumpkin_01 (Area: The Eventide - Difficulty: 0) CreateObject1 +(@OGUID+17, 180405, 1220, 7502, 7595, '0', 0, 0, -940.8507080078125, 4576.66064453125, 729.2706298828125, 1.553341388702392578, 0, 0, 0.700908660888671875, 0.713251054286956787, 120, 255, 1, 51754), -- G_Pumpkin_01 (Area: The Eventide - Difficulty: 0) CreateObject1 +(@OGUID+18, 180405, 1220, 7502, 7595, '0', 0, 0, -1016.60589599609375, 4564.1240234375, 729.1842041015625, 1.483344435691833496, 0, 0, 0.6755218505859375, 0.737339973449707031, 120, 255, 1, 51754), -- G_Pumpkin_01 (Area: The Eventide - Difficulty: 0) CreateObject1 +(@OGUID+19, 180405, 1220, 7502, 7581, '0', 0, 0, -877.91143798828125, 4566.1884765625, 728.95843505859375, 1.623155713081359863, 0, 0, 0.725374221801757812, 0.688354730606079101, 120, 255, 1, 51754), -- G_Pumpkin_01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+20, 180405, 1220, 7502, 7581, '0', 0, 0, -827.40277099609375, 4521.3974609375, 730.6207275390625, 2.687806606292724609, 0, 0, 0.974370002746582031, 0.224951311945915222, 120, 255, 1, 51754), -- G_Pumpkin_01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+21, 180405, 1220, 7502, 7581, '0', 0, 0, -792.10589599609375, 4481.55126953125, 736.11187744140625, 5.532694816589355468, 0, 0, -0.3665008544921875, 0.93041771650314331, 120, 255, 1, 51754), -- G_Pumpkin_01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+22, 180405, 1220, 7502, 7581, '0', 0, 0, -787.38714599609375, 4563.36181640625, 727.48016357421875, 0.767943859100341796, 0, 0, 0.374606132507324218, 0.927184045314788818, 120, 255, 1, 51754), -- G_Pumpkin_01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+23, 180405, 1220, 7502, 7504, '0', 0, 0, -736.5399169921875, 4551.81103515625, 728.86749267578125, 4.97418975830078125, 0, 0, -0.60876083374023437, 0.793353796005249023, 120, 255, 1, 51754), -- G_Pumpkin_01 (Area: The Violet Citadel - Difficulty: 0) CreateObject1 +(@OGUID+24, 180405, 1220, 7502, 7581, '0', 0, 0, -795.93927001953125, 4461.6162109375, 735.013916015625, 4.380776405334472656, 0, 0, -0.81411552429199218, 0.580702960491180419, 120, 255, 1, 51754), -- G_Pumpkin_01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+25, 180405, 1220, 7502, 7581, '0', 0, 0, -784.99652099609375, 4468.41943359375, 734.590087890625, 1.116055846214294433, 0, 0, 0.529514312744140625, 0.8483009934425354, 120, 255, 1, 51754), -- G_Pumpkin_01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+26, 180405, 1220, 7502, 7581, '0', 0, 0, -744.81597900390625, 4490.88525390625, 731.3758544921875, 6.056293010711669921, 0, 0, -0.11320304870605468, 0.993571877479553222, 120, 255, 1, 51754), -- G_Pumpkin_01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+27, 180405, 1220, 7502, 7581, '0', 0, 0, -696.6944580078125, 4453.1787109375, 738.10382080078125, 5.270895957946777343, 0, 0, -0.48480892181396484, 0.87462007999420166, 120, 255, 1, 51754), -- G_Pumpkin_01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+28, 180406, 1220, 7502, 7505, '0', 0, 0, -784.7117919921875, 4308.484375, 729.071533203125, 2.111847877502441406, 0, 0, 0.870355606079101562, 0.492423713207244873, 120, 255, 1, 51754), -- G_Pumpkin_02 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+29, 180406, 1220, 7502, 7505, '0', 0, 0, -760.59722900390625, 4296.5625, 744.4915771484375, 5.291318416595458984, 0, 0, -0.47585296630859375, 0.879524886608123779, 120, 255, 1, 51754), -- G_Pumpkin_02 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+30, 180406, 1220, 7502, 7505, '0', 0, 0, -823.64581298828125, 4367.02783203125, 740.4388427734375, 3.577930212020874023, 0, 0, -0.97629547119140625, 0.216442063450813293, 120, 255, 1, 51754), -- G_Pumpkin_02 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+31, 180406, 1220, 7502, 7505, '0', 0, 0, -767.88543701171875, 4355.57470703125, 729.23974609375, 3.420850038528442382, 0, 0, -0.99026775360107421, 0.139175355434417724, 120, 255, 1, 51754), -- G_Pumpkin_02 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+32, 180406, 1220, 7502, 7505, '0', 0, 0, -833.89581298828125, 4402.1865234375, 737.44610595703125, 0.715584874153137207, 0, 0, 0.350207328796386718, 0.936672210693359375, 120, 255, 1, 51754), -- G_Pumpkin_02 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+33, 180406, 1220, 7502, 7505, '0', 0, 0, -933.99652099609375, 4365.69091796875, 741.93280029296875, 2.72271275520324707, 0, 0, 0.978147506713867187, 0.207912087440490722, 120, 255, 1, 51754), -- G_Pumpkin_02 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+34, 180406, 1220, 7502, 7592, '0', 0, 0, -914.26043701171875, 4434.03662109375, 735.5123291015625, 2.290070533752441406, 0, 0, 0.910724639892578125, 0.413014084100723266, 120, 255, 1, 51754), -- G_Pumpkin_02 (Area: The Violet Hold - Difficulty: 0) CreateObject1 +(@OGUID+35, 180406, 1220, 7502, 7592, '0', 0, 0, -838.64239501953125, 4452.9375, 735.65216064453125, 4.447328567504882812, 0, 0, -0.79434490203857421, 0.60746699571609497, 120, 255, 1, 51754), -- G_Pumpkin_02 (Area: The Violet Hold - Difficulty: 0) CreateObject1 +(@OGUID+36, 180406, 1220, 7502, 7581, '0', 0, 0, -920.01043701171875, 4511.97998046875, 734.042236328125, 4.593508720397949218, 0, 0, -0.74786376953125, 0.663852214813232421, 120, 255, 1, 51754), -- G_Pumpkin_02 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+37, 180406, 1220, 7502, 7581, '0', 0, 0, -949.03302001953125, 4518.04443359375, 733.2529296875, 2.53449559211730957, 0, 0, 0.954281806945800781, 0.298908382654190063, 120, 255, 1, 51754), -- G_Pumpkin_02 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+38, 180406, 1220, 7502, 7581, '0', 0, 0, -933.24652099609375, 4530.36376953125, 733.2529296875, 5.323255538940429687, 0, 0, -0.46174812316894531, 0.887011110782623291, 120, 255, 1, 51754), -- G_Pumpkin_02 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+39, 180406, 1220, 7502, 7595, '0', 0, 0, -993.17535400390625, 4502.52587890625, 739.46966552734375, 2.984498262405395507, 0, 0, 0.996916770935058593, 0.078466430306434631, 120, 255, 1, 51754), -- G_Pumpkin_02 (Area: The Eventide - Difficulty: 0) CreateObject1 +(@OGUID+40, 180406, 1220, 7502, 7595, '0', 0, 0, -974.6024169921875, 4515.4619140625, 741.8492431640625, 0.872663915157318115, 0, 0, 0.422617912292480468, 0.906307935714721679, 120, 255, 1, 51754), -- G_Pumpkin_02 (Area: The Eventide - Difficulty: 0) CreateObject1 +(@OGUID+41, 180406, 1220, 7502, 7595, '0', 0, 0, -971.98614501953125, 4557.32470703125, 740.892822265625, 6.12610626220703125, 0, 0, -0.07845878601074218, 0.996917366981506347, 120, 255, 1, 51754), -- G_Pumpkin_02 (Area: The Eventide - Difficulty: 0) CreateObject1 +(@OGUID+42, 180406, 1220, 7502, 7595, '0', 0, 0, -934.295166015625, 4585.19091796875, 729.2706298828125, 0.994837164878845214, 0, 0, 0.477158546447753906, 0.878817260265350341, 120, 255, 1, 51754), -- G_Pumpkin_02 (Area: The Eventide - Difficulty: 0) CreateObject1 +(@OGUID+43, 180406, 1220, 7502, 7595, '0', 0, 0, -1007.49298095703125, 4582.42431640625, 729.0660400390625, 0.386567264795303344, 0, 0, 0.192082405090332031, 0.981378793716430664, 120, 255, 1, 51754), -- G_Pumpkin_02 (Area: The Eventide - Difficulty: 0) CreateObject1 +(@OGUID+44, 180406, 1220, 7502, 7581, '0', 0, 0, -780.7430419921875, 4553.2880859375, 726.70233154296875, 4.136432647705078125, 0, 0, -0.87881660461425781, 0.477159708738327026, 120, 255, 1, 51754), -- G_Pumpkin_02 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+45, 180406, 1220, 7502, 7581, '0', 0, 0, -843.1163330078125, 4536.20166015625, 728.98602294921875, 3.682650327682495117, 0, 0, -0.96362972259521484, 0.26724100112915039, 120, 255, 1, 51754), -- G_Pumpkin_02 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+46, 180406, 1220, 7502, 7581, '0', 0, 0, -781.86114501953125, 4517.52783203125, 730.51934814453125, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 51754), -- G_Pumpkin_02 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+47, 180406, 1220, 7502, 7581, '0', 0, 0, -705.18402099609375, 4464.15380859375, 740.46124267578125, 5.148722648620605468, 0, 0, -0.53729915618896484, 0.843391716480255126, 120, 255, 1, 51754), -- G_Pumpkin_02 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+48, 180406, 1220, 7502, 7581, '0', 0, 0, -685.22918701171875, 4425.0478515625, 738.12872314453125, 3.528777599334716796, 0, 0, -0.98131942749023437, 0.192385450005531311, 120, 255, 1, 51754), -- G_Pumpkin_02 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+49, 180407, 1220, 7502, 7505, '0', 0, 0, -785.71527099609375, 4315.08154296875, 729.071533203125, 1.919861555099487304, 0, 0, 0.819151878356933593, 0.573576688766479492, 120, 255, 1, 51754), -- G_Pumpkin_03 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+50, 180407, 1220, 7502, 7505, '0', 0, 0, -764.1649169921875, 4290.7509765625, 730.18359375, 2.397625446319580078, 0, 0, 0.931608200073242187, 0.363464146852493286, 120, 255, 1, 51754), -- G_Pumpkin_03 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+51, 180407, 1220, 7502, 7505, '0', 0, 0, -763.71875, 4312.34228515625, 744.4915771484375, 5.288348197937011718, 0, 0, -0.4771585464477539, 0.878817260265350341, 120, 255, 1, 51754), -- G_Pumpkin_03 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+52, 180407, 1220, 7502, 7505, '0', 0, 0, -830.16668701171875, 4364.9375, 740.4361572265625, 3.508116960525512695, 0, 0, -0.98325443267822265, 0.182238012552261352, 120, 255, 1, 51754), -- G_Pumpkin_03 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+53, 180407, 1220, 7502, 7505, '0', 0, 0, -872.888916015625, 4396.05908203125, 737.9971923828125, 2.600535154342651367, 0, 0, 0.963629722595214843, 0.26724100112915039, 120, 255, 1, 51754), -- G_Pumpkin_03 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+54, 180407, 1220, 7502, 7592, '0', 0, 0, -964.49652099609375, 4455.4375, 734.64208984375, 2.565631866455078125, 0, 0, 0.958819389343261718, 0.284016460180282592, 120, 255, 1, 51754), -- G_Pumpkin_03 (Area: The Violet Hold - Difficulty: 0) CreateObject1 +(@OGUID+55, 180407, 1220, 7502, 7592, '0', 0, 0, -847.0555419921875, 4452.1640625, 735.7646484375, 2.92378401756286621, 0, 0, 0.994075775146484375, 0.108689203858375549, 120, 255, 1, 51754), -- G_Pumpkin_03 (Area: The Violet Hold - Difficulty: 0) CreateObject1 +(@OGUID+56, 180407, 1220, 7502, 7581, '0', 0, 0, -924.06597900390625, 4506.67041015625, 734.0382080078125, 4.321271896362304687, 0, 0, -0.83102989196777343, 0.556227743625640869, 120, 255, 1, 51754), -- G_Pumpkin_03 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+57, 180407, 1220, 7502, 7581, '0', 0, 0, -870.9132080078125, 4510.0224609375, 731.53790283203125, 4.380776405334472656, 0, 0, -0.81411552429199218, 0.580702960491180419, 120, 255, 1, 51754), -- G_Pumpkin_03 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+58, 180407, 1220, 7502, 7581, '0', 0, 0, -916.99652099609375, 4519.00537109375, 734.038330078125, 5.492547988891601562, 0, 0, -0.3851022720336914, 0.922873914241790771, 120, 255, 1, 51754), -- G_Pumpkin_03 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+59, 180407, 1220, 7502, 7581, '0', 0, 0, -986.2882080078125, 4491.43408203125, 741.83502197265625, 1.972219824790954589, 0, 0, 0.83388519287109375, 0.55193793773651123, 120, 255, 1, 51754), -- G_Pumpkin_03 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+60, 180407, 1220, 7502, 7595, '0', 0, 0, -968.69268798828125, 4541.74658203125, 741.39459228515625, 1.466075778007507324, 0, 0, 0.669130325317382812, 0.74314504861831665, 120, 255, 1, 51754), -- G_Pumpkin_03 (Area: The Eventide - Difficulty: 0) CreateObject1 +(@OGUID+61, 180407, 1220, 7502, 7595, '0', 0, 0, -1003.79522705078125, 4531.9365234375, 739.4945068359375, 0.629698872566223144, 0, 0, 0.309673309326171875, 0.950843036174774169, 120, 255, 1, 51754), -- G_Pumpkin_03 (Area: The Eventide - Difficulty: 0) CreateObject1 +(@OGUID+62, 180407, 1220, 7502, 7595, '0', 0, 0, -976.58160400390625, 4547.17529296875, 740.94610595703125, 4.293513298034667968, 0, 0, -0.8386697769165039, 0.544640243053436279, 120, 255, 1, 51754), -- G_Pumpkin_03 (Area: The Eventide - Difficulty: 0) CreateObject1 +(@OGUID+63, 180407, 1220, 7502, 7595, '0', 0, 0, -992.30206298828125, 4569.02001953125, 729.07171630859375, 5.953222274780273437, 0, 0, -0.16423416137695312, 0.98642134666442871, 120, 255, 1, 51754), -- G_Pumpkin_03 (Area: The Eventide - Difficulty: 0) CreateObject1 +(@OGUID+64, 180407, 1220, 7502, 7595, '0', 0, 0, -1016.5850830078125, 4554.1162109375, 729.16534423828125, 2.876651525497436523, 0, 0, 0.991238594055175781, 0.132083460688591003, 120, 255, 1, 51754), -- G_Pumpkin_03 (Area: The Eventide - Difficulty: 0) CreateObject1 +(@OGUID+65, 180407, 1220, 7502, 7581, '0', 0, 0, -853.1632080078125, 4535.5400390625, 729.19189453125, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 51754), -- G_Pumpkin_03 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+66, 180407, 1220, 7502, 7504, '0', 0, 0, -772.62152099609375, 4567.0068359375, 726.88616943359375, 0.471238493919372558, 0, 0, 0.233445167541503906, 0.972369968891143798, 120, 255, 1, 51754), -- G_Pumpkin_03 (Area: The Violet Citadel - Difficulty: 0) CreateObject1 +(@OGUID+67, 180407, 1220, 7502, 0, '0', 0, 0, -749.86114501953125, 4532.53125, 729.40374755859375, 2.740161895751953125, 0, 0, 0.979924201965332031, 0.199370384216308593, 120, 255, 1, 51754), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+68, 180407, 1220, 7502, 7581, '0', 0, 0, -791.03472900390625, 4473.0546875, 736.11187744140625, 4.660029888153076171, 0, 0, -0.72537422180175781, 0.688354730606079101, 120, 255, 1, 51754), -- G_Pumpkin_03 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+69, 180407, 1220, 7502, 7581, '0', 0, 0, -715.02777099609375, 4439.84375, 740.42950439453125, 3.961898565292358398, 0, 0, -0.91705989837646484, 0.398749500513076782, 120, 255, 1, 51754), -- G_Pumpkin_03 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+70, 180407, 1220, 7502, 7581, '0', 0, 0, -700.701416015625, 4442.44091796875, 738.10272216796875, 4.188792228698730468, 0, 0, -0.86602497100830078, 0.50000077486038208, 120, 255, 1, 51754), -- G_Pumpkin_03 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+71, 180407, 1220, 7502, 7581, '0', 0, 0, -670.1336669921875, 4453.203125, 738.12872314453125, 0.034906249493360519, 0, 0, 0.017452239990234375, 0.999847710132598876, 120, 255, 1, 51754), -- G_Pumpkin_03 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+72, 180408, 1220, 7502, 7581, '0', 0, 0, -877.86114501953125, 4566.166015625, 730.53277587890625, 1.274088263511657714, 0, 0, 0.594821929931640625, 0.80385744571685791, 120, 255, 1, 51754), -- G_WitchHat_01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+73, 180410, 1220, 7502, 7505, '0', 0, 0, -748.26910400390625, 4275.90966796875, 734.4376220703125, 1.902408957481384277, 0, 0, 0.814115524291992187, 0.580702960491180419, 120, 255, 1, 51754), -- G_HangingSkeleton_01 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+74, 180410, 1220, 7502, 7505, '0', 0, 0, -759.86114501953125, 4348.1865234375, 730.18487548828125, 4.346953868865966796, 0, 0, -0.82381916046142578, 0.566852688789367675, 120, 255, 1, 51754), -- G_HangingSkeleton_01 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+75, 180410, 1220, 7502, 7581, '0', 0, 0, -813.578125, 4482.16748046875, 736.58349609375, 0.117268033325672149, 0, 0, 0.058600425720214843, 0.998281538486480712, 120, 255, 1, 51754), -- G_HangingSkeleton_01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+76, 180410, 1220, 7502, 7581, '0', 0, 0, -796.90106201171875, 4492.51220703125, 736.52032470703125, 4.109864234924316406, 0, 0, -0.88507747650146484, 0.465443700551986694, 120, 255, 1, 51754), -- G_HangingSkeleton_01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+77, 180410, 1220, 7502, 7581, '0', 0, 0, -793.50518798828125, 4461.73876953125, 737.3402099609375, 2.529917716979980468, 0, 0, 0.953595161437988281, 0.301091820001602172, 120, 255, 1, 51754), -- G_HangingSkeleton_01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+78, 180410, 1220, 7502, 7581, '0', 0, 0, -759.97393798828125, 4453.1181640625, 737.979736328125, 5.605086326599121093, 0, 0, -0.33259105682373046, 0.94307112693786621, 120, 255, 1, 51754), -- G_HangingSkeleton_01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+79, 180411, 1220, 7502, 7505, '0', 0, 0, -769.2569580078125, 4287.296875, 732.28900146484375, 4.109073162078857421, 0, 0, -0.88526153564453125, 0.465093523263931274, 120, 255, 1, 51754), -- G_Ghost_01 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+80, 180411, 1220, 7502, 7505, '0', 0, 0, -750.12152099609375, 4292.69970703125, 731.98931884765625, 5.515241622924804687, 0, 0, -0.37460613250732421, 0.927184045314788818, 120, 255, 1, 51754), -- G_Ghost_01 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+81, 180411, 1220, 7502, 7505, '0', 0, 0, -755.81597900390625, 4320.54150390625, 732.08087158203125, 3.543023586273193359, 0, 0, -0.97992420196533203, 0.199370384216308593, 120, 255, 1, 51754), -- G_Ghost_01 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+82, 180411, 1220, 7502, 7581, '0', 0, 0, -923.94097900390625, 4511.22900390625, 739.4981689453125, 2.495818138122558593, 0, 0, 0.948323249816894531, 0.317305892705917358, 120, 255, 1, 51754), -- G_Ghost_01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+83, 180411, 1220, 7502, 7581, '0', 0, 0, -943.92364501953125, 4526.625, 747.21551513671875, 2.584535598754882812, 0, 0, 0.961461067199707031, 0.274941146373748779, 120, 255, 1, 51754), -- G_Ghost_01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+84, 180411, 1220, 7502, 7595, '0', 0, 0, -889.77777099609375, 4542.27587890625, 734.86651611328125, 3.019413232803344726, 0, 0, 0.998134613037109375, 0.061051756143569946, 120, 255, 1, 51754), -- G_Ghost_01 (Area: The Eventide - Difficulty: 0) CreateObject1 +(@OGUID+85, 180411, 1220, 7502, 7595, '0', 0, 0, -909.30206298828125, 4558.1337890625, 734.2166748046875, 1.099556446075439453, 0, 0, 0.522498130798339843, 0.852640450000762939, 120, 255, 1, 51754), -- G_Ghost_01 (Area: The Eventide - Difficulty: 0) CreateObject1 +(@OGUID+86, 180411, 1220, 7502, 7581, '0', 0, 0, -799.64581298828125, 4483.11279296875, 750.45880126953125, 5.798049449920654296, 0, 0, -0.24019622802734375, 0.970724344253540039, 120, 255, 1, 51754), -- G_Ghost_01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+87, 180411, 1220, 7502, 7581, '0', 0, 0, -784.61456298828125, 4566.1787109375, 732.55743408203125, 0.593410074710845947, 0, 0, 0.292370796203613281, 0.95630502700805664, 120, 255, 1, 51754), -- G_Ghost_01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+88, 180411, 1220, 7502, 7581, '0', 0, 0, -808.90106201171875, 4481.14599609375, 750.16119384765625, 2.302958965301513671, 0, 0, 0.913367271423339843, 0.407136619091033935, 120, 255, 1, 51754), -- G_Ghost_01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+89, 180411, 1220, 7502, 7581, '0', 0, 0, -807.20831298828125, 4470.22216796875, 749.09283447265625, 3.419847965240478515, 0, 0, -0.99033737182617187, 0.138679176568984985, 120, 255, 1, 51754), -- G_Ghost_01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+90, 180411, 1220, 7502, 7581, '0', 0, 0, -796.59027099609375, 4548.3974609375, 733.03900146484375, 0.296705186367034912, 0, 0, 0.147809028625488281, 0.989015936851501464, 120, 255, 1, 51754), -- G_Ghost_01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+91, 180411, 1220, 7502, 0, '0', 0, 0, -783.19793701171875, 4567.26318359375, 732.06982421875, 3.403396368026733398, 0, 0, -0.99144458770751953, 0.130528271198272705, 120, 255, 1, 51754), -- G_Ghost_01 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+92, 180411, 1220, 7502, 7504, '0', 0, 0, -743.685791015625, 4570.6953125, 733.46783447265625, 0.890116631984710693, 0, 0, 0.430510520935058593, 0.902585566043853759, 120, 255, 1, 51754), -- G_Ghost_01 (Area: The Violet Citadel - Difficulty: 0) CreateObject1 +(@OGUID+93, 180411, 1220, 7502, 0, '0', 0, 0, -754.357666015625, 4519.025390625, 734.51708984375, 1.134462952613830566, 0, 0, 0.537299156188964843, 0.843391716480255126, 120, 255, 1, 51754), -- G_Ghost_01 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+94, 180411, 1220, 7502, 7581, '0', 0, 0, -798.12152099609375, 4469.93212890625, 749.09283447265625, 1.532821297645568847, 0, 0, 0.693553924560546875, 0.720404684543609619, 120, 255, 1, 51754), -- G_Ghost_01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+95, 180415, 1220, 7502, 7505, '0', 0, 0, -845.68927001953125, 4292.890625, 746.2750244140625, 2.862335443496704101, 0, 0, 0.990267753601074218, 0.139175355434417724, 120, 255, 1, 51754), -- CandleBlack01 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+96, 180415, 1220, 7502, 7505, '0', 0, 0, -821.1163330078125, 4265.89306640625, 746.27423095703125, 3.24634718894958496, 0, 0, -0.99862861633300781, 0.052353221923112869, 120, 255, 1, 51754), -- CandleBlack01 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+97, 180415, 1220, 7502, 7505, '0', 0, 0, -818.1788330078125, 4270.8828125, 746.2745361328125, 1.448621988296508789, 0, 0, 0.662619590759277343, 0.748956084251403808, 120, 255, 1, 51754), -- CandleBlack01 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+98, 180415, 1220, 7502, 7505, '0', 0, 0, -852.91143798828125, 4272.60595703125, 746.27374267578125, 3.612837791442871093, 0, 0, -0.97236919403076171, 0.233448356389999389, 120, 255, 1, 51754), -- CandleBlack01 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+99, 180415, 1220, 7502, 7505, '0', 0, 0, -817.09552001953125, 4276.35595703125, 746.27459716796875, 1.256635904312133789, 0, 0, 0.587784767150878906, 0.809017360210418701, 120, 255, 1, 51754), -- CandleBlack01 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+100, 180415, 1220, 7502, 7505, '0', 0, 0, -850.63018798828125, 4267.41845703125, 746.273681640625, 5.462882041931152343, 0, 0, -0.39874839782714843, 0.917060375213623046, 120, 255, 1, 51754), -- CandleBlack01 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+101, 180415, 1220, 7502, 7505, '0', 0, 0, -846.76910400390625, 4263.17431640625, 746.27349853515625, 2.879789113998413085, 0, 0, 0.991444587707519531, 0.130528271198272705, 120, 255, 1, 51754), -- CandleBlack01 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+102, 180415, 1220, 7502, 7505, '0', 0, 0, -829.16839599609375, 4294.61962890625, 746.27496337890625, 2.181660413742065429, 0, 0, 0.887010574340820312, 0.461749136447906494, 120, 255, 1, 51754), -- CandleBlack01 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+103, 180415, 1220, 7502, 7505, '0', 0, 0, -834.7899169921875, 4295.8349609375, 746.27508544921875, 0.261798173189163208, 0, 0, 0.130525588989257812, 0.991444945335388183, 120, 255, 1, 51754), -- CandleBlack01 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+104, 180415, 1220, 7502, 7505, '0', 0, 0, -830.56427001953125, 4259.73876953125, 746.2738037109375, 3.560472726821899414, 0, 0, -0.97814750671386718, 0.207912087440490722, 120, 255, 1, 51754), -- CandleBlack01 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+105, 180415, 1220, 7502, 7505, '0', 0, 0, -825.2899169921875, 4262.08056640625, 746.27410888671875, 4.9218292236328125, 0, 0, -0.62932014465332031, 0.77714616060256958, 120, 255, 1, 51754), -- CandleBlack01 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+106, 180415, 1220, 7502, 7505, '0', 0, 0, -849.99481201171875, 4289.11279296875, 746.2750244140625, 1.884953022003173828, 0, 0, 0.809016227722167968, 0.587786316871643066, 120, 255, 1, 51754), -- CandleBlack01 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+107, 180415, 1220, 7502, 7505, '0', 0, 0, -852.83856201171875, 4284.13525390625, 746.27484130859375, 4.398232460021972656, 0, 0, -0.80901622772216796, 0.587786316871643066, 120, 255, 1, 51754), -- CandleBlack01 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+108, 180415, 1220, 7502, 7505, '0', 0, 0, -817.98785400390625, 4282.27587890625, 746.2745361328125, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 120, 255, 1, 51754), -- CandleBlack01 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+109, 180415, 1220, 7502, 7505, '0', 0, 0, -853.93927001953125, 4278.509765625, 746.27447509765625, 3.857182979583740234, 0, 0, -0.93667125701904296, 0.350209832191467285, 120, 255, 1, 51754), -- CandleBlack01 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+110, 180415, 1220, 7502, 7505, '0', 0, 0, -820.34552001953125, 4287.5849609375, 746.27471923828125, 1.553341388702392578, 0, 0, 0.700908660888671875, 0.713251054286956787, 120, 255, 1, 51754), -- CandleBlack01 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+111, 180415, 1220, 7502, 7505, '0', 0, 0, -824.16839599609375, 4291.76904296875, 746.27484130859375, 5.969027042388916015, 0, 0, -0.1564340591430664, 0.987688362598419189, 120, 255, 1, 51754), -- CandleBlack01 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+112, 180415, 1220, 7502, 7505, '0', 0, 0, -841.81768798828125, 4260.3203125, 746.2735595703125, 4.066620349884033203, 0, 0, -0.89493370056152343, 0.44619917869567871, 120, 255, 1, 51754), -- CandleBlack01 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+113, 180415, 1220, 7502, 7505, '0', 0, 0, -836.3038330078125, 4259.15869140625, 746.273681640625, 4.48549652099609375, 0, 0, -0.7826080322265625, 0.622514784336090087, 120, 255, 1, 51754), -- CandleBlack01 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+114, 180415, 1220, 7502, 7505, '0', 0, 0, -840.467041015625, 4295.21337890625, 746.2750244140625, 0.593410074710845947, 0, 0, 0.292370796203613281, 0.95630502700805664, 120, 255, 1, 51754), -- CandleBlack01 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+115, 180415, 1220, 7502, 7505, '0', 0, 0, -752.9132080078125, 4303.5625, 728.5462646484375, 4.310965538024902343, 0, 0, -0.83388519287109375, 0.55193793773651123, 120, 255, 1, 51754), -- CandleBlack01 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+116, 180415, 1220, 7502, 7505, '0', 0, 0, -753.6319580078125, 4303.2255859375, 728.82171630859375, 4.712389945983886718, 0, 0, -0.70710659027099609, 0.707106947898864746, 120, 255, 1, 51754), -- CandleBlack01 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+117, 180415, 1220, 7502, 7505, '0', 0, 0, -753.59722900390625, 4320.58154296875, 728.27734375, 0.890116631984710693, 0, 0, 0.430510520935058593, 0.902585566043853759, 120, 255, 1, 51754), -- CandleBlack01 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+118, 180415, 1220, 7502, 7505, '0', 0, 0, -766.451416015625, 4334.16650390625, 737.3314208984375, 6.03883981704711914, 0, 0, -0.12186908721923828, 0.9925462007522583, 120, 255, 1, 51754), -- CandleBlack01 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+119, 180415, 1220, 7502, 7505, '0', 0, 0, -755.73614501953125, 4317.89404296875, 728.5462646484375, 6.230826377868652343, 0, 0, -0.02617645263671875, 0.999657332897186279, 120, 255, 1, 51754), -- CandleBlack01 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+120, 180415, 1220, 7502, 7505, '0', 0, 0, -756.5, 4317.96533203125, 728.82171630859375, 4.537858963012695312, 0, 0, -0.76604366302490234, 0.642788589000701904, 120, 255, 1, 51754), -- CandleBlack01 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+121, 180415, 1220, 7502, 7505, '0', 0, 0, -757.51043701171875, 4318.02587890625, 729.071533203125, 6.003933906555175781, 0, 0, -0.13917255401611328, 0.990268170833587646, 120, 255, 1, 51754), -- CandleBlack01 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+122, 180415, 1220, 7502, 7505, '0', 0, 0, -754.40625, 4302.80712890625, 729.071533203125, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51754), -- CandleBlack01 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+123, 180415, 1220, 7502, 7505, '0', 0, 0, -767.72052001953125, 4339.5625, 737.21710205078125, 3.717553615570068359, 0, 0, -0.95881938934326171, 0.284016460180282592, 120, 255, 1, 51754), -- CandleBlack01 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+124, 180415, 1220, 7502, 7505, '0', 0, 0, -743.02081298828125, 4303.38720703125, 728.2835693359375, 4.817109584808349609, 0, 0, -0.66913032531738281, 0.74314504861831665, 120, 255, 1, 51754), -- CandleBlack01 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+125, 180415, 1220, 7502, 7505, '0', 0, 0, -749.78125, 4301.91650390625, 728.27764892578125, 4.206246376037597656, 0, 0, -0.86162853240966796, 0.50753939151763916, 120, 255, 1, 51754), -- CandleBlack01 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+126, 180415, 1220, 7502, 7505, '0', 0, 0, -761.4930419921875, 4348.12841796875, 736.87884521484375, 2.809975385665893554, 0, 0, 0.986285209655761718, 0.165049895644187927, 120, 255, 1, 51754), -- CandleBlack01 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+127, 180415, 1220, 7502, 7505, '0', 0, 0, -765.2430419921875, 4347.2275390625, 736.75079345703125, 2.862335443496704101, 0, 0, 0.990267753601074218, 0.139175355434417724, 120, 255, 1, 51754), -- CandleBlack01 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+128, 180415, 1220, 7502, 7505, '0', 0, 0, -746.87847900390625, 4321.765625, 728.28204345703125, 4.031712055206298828, 0, 0, -0.90258502960205078, 0.430511653423309326, 120, 255, 1, 51754), -- CandleBlack01 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+129, 180415, 1220, 7502, 7505, '0', 0, 0, -755.701416015625, 4342.38525390625, 737.49835205078125, 0.418878614902496337, 0, 0, 0.207911491394042968, 0.978147625923156738, 120, 255, 1, 51754), -- CandleBlack01 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+130, 180415, 1220, 7502, 7505, '0', 0, 0, -754.61456298828125, 4336.6806640625, 737.73370361328125, 3.001946926116943359, 0, 0, 0.997563362121582031, 0.069766148924827575, 120, 255, 1, 51754), -- CandleBlack01 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+131, 180415, 1220, 7502, 7505, '0', 0, 0, -913.076416015625, 4374.87841796875, 740.78253173828125, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 51754), -- CandleBlack01 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+132, 180415, 1220, 7502, 7505, '0', 0, 0, -905.95831298828125, 4383.81591796875, 740.34735107421875, 4.904376029968261718, 0, 0, -0.636077880859375, 0.771624863147735595, 120, 255, 1, 51754), -- CandleBlack01 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+133, 180415, 1220, 7502, 7505, '0', 0, 0, -900.6319580078125, 4390.1318359375, 739.80316162109375, 0.855210542678833007, 0, 0, 0.414692878723144531, 0.909961462020874023, 120, 255, 1, 51754), -- CandleBlack01 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+134, 180415, 1220, 7502, 7505, '0', 0, 0, -903.2882080078125, 4387.0849609375, 740.11505126953125, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51754), -- CandleBlack01 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+135, 180415, 1220, 7502, 7505, '0', 0, 0, -909.326416015625, 4379.6630859375, 740.601806640625, 6.230826377868652343, 0, 0, -0.02617645263671875, 0.999657332897186279, 120, 255, 1, 51754), -- CandleBlack01 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+136, 180415, 1220, 7502, 7505, '0', 0, 0, -895.875, 4396.03125, 739.18194580078125, 1.047197580337524414, 0, 0, 0.5, 0.866025388240814208, 120, 255, 1, 51754), -- CandleBlack01 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+137, 180415, 1220, 7502, 7505, '0', 0, 0, -891.65972900390625, 4401.30712890625, 737.71319580078125, 5.061456203460693359, 0, 0, -0.57357597351074218, 0.819152355194091796, 120, 255, 1, 51754), -- CandleBlack01 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+138, 180415, 1220, 7502, 7505, '0', 0, 0, -893.795166015625, 4398.74462890625, 738.47772216796875, 6.195919513702392578, 0, 0, -0.04361915588378906, 0.999048233032226562, 120, 255, 1, 51754), -- CandleBlack01 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+139, 180415, 1220, 7502, 7505, '0', 0, 0, -898.32293701171875, 4393.1005859375, 739.497314453125, 0.471238493919372558, 0, 0, 0.233445167541503906, 0.972369968891143798, 120, 255, 1, 51754), -- CandleBlack01 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+140, 180415, 1220, 7502, 7505, '0', 0, 0, -904.515625, 4403.736328125, 739.10308837890625, 3.543023586273193359, 0, 0, -0.97992420196533203, 0.199370384216308593, 120, 255, 1, 51754), -- CandleBlack01 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+141, 180415, 1220, 7502, 7505, '0', 0, 0, -902.51910400390625, 4406.28662109375, 738.3697509765625, 0.959929943084716796, 0, 0, 0.461748123168945312, 0.887011110782623291, 120, 255, 1, 51754), -- CandleBlack01 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+142, 180415, 1220, 7502, 7505, '0', 0, 0, -900.49481201171875, 4408.751953125, 737.6812744140625, 4.45059061050415039, 0, 0, -0.79335308074951171, 0.608761727809906005, 120, 255, 1, 51754), -- CandleBlack01 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+143, 180415, 1220, 7502, 7505, '0', 0, 0, -909.7725830078125, 4397.27685546875, 739.7821044921875, 4.939284324645996093, 0, 0, -0.6225137710571289, 0.78260880708694458, 120, 255, 1, 51754), -- CandleBlack01 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+144, 180415, 1220, 7502, 7505, '0', 0, 0, -912.56768798828125, 4393.99560546875, 740.08148193359375, 1.692969322204589843, 0, 0, 0.748955726623535156, 0.662620067596435546, 120, 255, 1, 51754), -- CandleBlack01 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+145, 180415, 1220, 7502, 7505, '0', 0, 0, -921.779541015625, 4382.142578125, 740.71661376953125, 4.45059061050415039, 0, 0, -0.79335308074951171, 0.608761727809906005, 120, 255, 1, 51754), -- CandleBlack01 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+146, 180415, 1220, 7502, 7505, '0', 0, 0, -908.015625, 4399.44873046875, 739.552734375, 0.977383077144622802, 0, 0, 0.469470977783203125, 0.882947921752929687, 120, 255, 1, 51754), -- CandleBlack01 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+147, 180415, 1220, 7502, 7505, '0', 0, 0, -890.326416015625, 4403.056640625, 737.52618408203125, 2.967041015625, 0, 0, 0.996193885803222656, 0.087165042757987976, 120, 255, 1, 51754), -- CandleBlack01 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+148, 180415, 1220, 7502, 7505, '0', 0, 0, -899.13543701171875, 4410.34033203125, 737.510009765625, 4.642575740814208984, 0, 0, -0.731353759765625, 0.681998312473297119, 120, 255, 1, 51754), -- CandleBlack01 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+149, 180415, 1220, 7502, 7505, '0', 0, 0, -915.51910400390625, 4390.328125, 740.339111328125, 0.837757468223571777, 0, 0, 0.406736373901367187, 0.913545548915863037, 120, 255, 1, 51754), -- CandleBlack01 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+150, 180415, 1220, 7502, 7505, '0', 0, 0, -918.859375, 4386.04248046875, 740.5826416015625, 6.073746204376220703, 0, 0, -0.10452842712402343, 0.994521915912628173, 120, 255, 1, 51754), -- CandleBlack01 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+151, 180415, 1220, 7502, 7592, '0', 0, 0, -899.53302001953125, 4440.8896484375, 737.87255859375, 6.248279094696044921, 0, 0, -0.01745223999023437, 0.999847710132598876, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Violet Hold - Difficulty: 0) CreateObject1 +(@OGUID+152, 180415, 1220, 7502, 7592, '0', 0, 0, -897.12847900390625, 4440.4287109375, 737.99420166015625, 3.717553615570068359, 0, 0, -0.95881938934326171, 0.284016460180282592, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Violet Hold - Difficulty: 0) CreateObject1 +(@OGUID+153, 180415, 1220, 7502, 7592, '0', 0, 0, -895.18402099609375, 4441.3837890625, 738.08251953125, 0.994837164878845214, 0, 0, 0.477158546447753906, 0.878817260265350341, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Violet Hold - Difficulty: 0) CreateObject1 +(@OGUID+154, 180415, 1220, 7502, 7592, '0', 0, 0, -943.86285400390625, 4436.24462890625, 734.41485595703125, 1.553341388702392578, 0, 0, 0.700908660888671875, 0.713251054286956787, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Violet Hold - Difficulty: 0) CreateObject1 +(@OGUID+155, 180415, 1220, 7502, 7592, '0', 0, 0, -946.05731201171875, 4439.8193359375, 734.41485595703125, 0.261798173189163208, 0, 0, 0.130525588989257812, 0.991444945335388183, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Violet Hold - Difficulty: 0) CreateObject1 +(@OGUID+156, 180415, 1220, 7502, 7592, '0', 0, 0, -954.41143798828125, 4440.2880859375, 734.4154052734375, 3.560472726821899414, 0, 0, -0.97814750671386718, 0.207912087440490722, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Violet Hold - Difficulty: 0) CreateObject1 +(@OGUID+157, 180415, 1220, 7502, 7592, '0', 0, 0, -901.01910400390625, 4442.16845703125, 737.91748046875, 0.401424884796142578, 0, 0, 0.199367523193359375, 0.979924798011779785, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Violet Hold - Difficulty: 0) CreateObject1 +(@OGUID+158, 180415, 1220, 7502, 7592, '0', 0, 0, -902.56427001953125, 4443.4052734375, 737.73187255859375, 3.874631166458129882, 0, 0, -0.93358039855957031, 0.358368009328842163, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Violet Hold - Difficulty: 0) CreateObject1 +(@OGUID+159, 180415, 1220, 7502, 7592, '0', 0, 0, -949.95660400390625, 4441.25, 734.41485595703125, 4.188792228698730468, 0, 0, -0.86602497100830078, 0.50000077486038208, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Violet Hold - Difficulty: 0) CreateObject1 +(@OGUID+160, 180415, 1220, 7502, 7592, '0', 0, 0, -909.578125, 4467.66162109375, 736.26934814453125, 6.108653545379638671, 0, 0, -0.08715534210205078, 0.996194720268249511, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Violet Hold - Difficulty: 0) CreateObject1 +(@OGUID+161, 180415, 1220, 7502, 7592, '0', 0, 0, -851.1163330078125, 4459.58251953125, 735.66070556640625, 0.349065244197845458, 0, 0, 0.173647880554199218, 0.984807789325714111, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Violet Hold - Difficulty: 0) CreateObject1 +(@OGUID+162, 180415, 1220, 7502, 7592, '0', 0, 0, -853.72918701171875, 4449.13720703125, 735.53271484375, 3.90954136848449707, 0, 0, -0.92718315124511718, 0.37460830807685852, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Violet Hold - Difficulty: 0) CreateObject1 +(@OGUID+163, 180415, 1220, 7502, 7592, '0', 0, 0, -906.0382080078125, 4474.53564453125, 737.884033203125, 3.351046562194824218, 0, 0, -0.99452114105224609, 0.104535527527332305, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Violet Hold - Difficulty: 0) CreateObject1 +(@OGUID+164, 180415, 1220, 7502, 7592, '0', 0, 0, -845.9305419921875, 4454.88037109375, 735.65216064453125, 3.071766138076782226, 0, 0, 0.999390602111816406, 0.034906134009361267, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Violet Hold - Difficulty: 0) CreateObject1 +(@OGUID+165, 180415, 1220, 7502, 7592, '0', 0, 0, -860.170166015625, 4454.6787109375, 735.54266357421875, 1.902408957481384277, 0, 0, 0.814115524291992187, 0.580702960491180419, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Violet Hold - Difficulty: 0) CreateObject1 +(@OGUID+166, 180415, 1220, 7502, 7592, '0', 0, 0, -856.732666015625, 4463.251953125, 735.65216064453125, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Violet Hold - Difficulty: 0) CreateObject1 +(@OGUID+167, 180415, 1220, 7502, 7592, '0', 0, 0, -842.62847900390625, 4462.24462890625, 735.55401611328125, 4.694936752319335937, 0, 0, -0.71325016021728515, 0.700909554958343505, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Violet Hold - Difficulty: 0) CreateObject1 +(@OGUID+168, 180415, 1220, 7502, 7592, '0', 0, 0, -845.60418701171875, 4461.98095703125, 735.55401611328125, 1.099556446075439453, 0, 0, 0.522498130798339843, 0.852640450000762939, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Violet Hold - Difficulty: 0) CreateObject1 +(@OGUID+169, 180415, 1220, 7502, 7592, '0', 0, 0, -936.34722900390625, 4469.4443359375, 736.16192626953125, 4.363324165344238281, 0, 0, -0.81915187835693359, 0.573576688766479492, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Violet Hold - Difficulty: 0) CreateObject1 +(@OGUID+170, 180415, 1220, 7502, 7592, '0', 0, 0, -903.8125, 4477.3427734375, 738.09063720703125, 1.134462952613830566, 0, 0, 0.537299156188964843, 0.843391716480255126, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Violet Hold - Difficulty: 0) CreateObject1 +(@OGUID+171, 180415, 1220, 7502, 7592, '0', 0, 0, -934.83331298828125, 4470.6630859375, 736.16192626953125, 4.468043327331542968, 0, 0, -0.7880105972290039, 0.615661680698394775, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Violet Hold - Difficulty: 0) CreateObject1 +(@OGUID+172, 180415, 1220, 7502, 7592, '0', 0, 0, -933.9132080078125, 4472.36962890625, 736.16192626953125, 2.181660413742065429, 0, 0, 0.887010574340820312, 0.461749136447906494, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Violet Hold - Difficulty: 0) CreateObject1 +(@OGUID+173, 180415, 1220, 7502, 7592, '0', 0, 0, -857.40277099609375, 4468.92431640625, 735.65216064453125, 5.340708732604980468, 0, 0, -0.45398998260498046, 0.891006767749786376, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Violet Hold - Difficulty: 0) CreateObject1 +(@OGUID+174, 180415, 1220, 7502, 7592, '0', 0, 0, -840.29168701171875, 4455.578125, 735.65216064453125, 0.366517573595046997, 0, 0, 0.182234764099121093, 0.98325502872467041, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Violet Hold - Difficulty: 0) CreateObject1 +(@OGUID+175, 180415, 1220, 7502, 7592, '0', 0, 0, -940.10418701171875, 4469.046875, 736.16192626953125, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Violet Hold - Difficulty: 0) CreateObject1 +(@OGUID+176, 180415, 1220, 7502, 7592, '0', 0, 0, -834.5242919921875, 4453.2568359375, 735.55401611328125, 3.682650327682495117, 0, 0, -0.96362972259521484, 0.26724100112915039, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Violet Hold - Difficulty: 0) CreateObject1 +(@OGUID+177, 180415, 1220, 7502, 7592, '0', 0, 0, -900.8992919921875, 4478.75439453125, 738.08551025390625, 4.136432647705078125, 0, 0, -0.87881660461425781, 0.477159708738327026, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Violet Hold - Difficulty: 0) CreateObject1 +(@OGUID+178, 180415, 1220, 7502, 7592, '0', 0, 0, -938.12152099609375, 4468.8662109375, 736.16192626953125, 1.256635904312133789, 0, 0, 0.587784767150878906, 0.809017360210418701, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Violet Hold - Difficulty: 0) CreateObject1 +(@OGUID+179, 180415, 1220, 7502, 7592, '0', 0, 0, -850.04864501953125, 4465.5380859375, 735.55401611328125, 3.595378875732421875, 0, 0, -0.97437000274658203, 0.224951311945915222, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Violet Hold - Difficulty: 0) CreateObject1 +(@OGUID+180, 180415, 1220, 7502, 7592, '0', 0, 0, -898.2899169921875, 4477.5087890625, 738.07867431640625, 0.942476630210876464, 0, 0, 0.453989982604980468, 0.891006767749786376, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Violet Hold - Difficulty: 0) CreateObject1 +(@OGUID+181, 180415, 1220, 7502, 7592, '0', 0, 0, -850.32989501953125, 4468.4931640625, 735.55401611328125, 5.916667938232421875, 0, 0, -0.18223476409912109, 0.98325502872467041, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Violet Hold - Difficulty: 0) CreateObject1 +(@OGUID+182, 180415, 1220, 7502, 7592, '0', 0, 0, -933.8194580078125, 4474.3349609375, 736.16192626953125, 4.537858963012695312, 0, 0, -0.76604366302490234, 0.642788589000701904, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Violet Hold - Difficulty: 0) CreateObject1 +(@OGUID+183, 180415, 1220, 7502, 7592, '0', 0, 0, -836.8038330078125, 4461.2412109375, 735.66070556640625, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Violet Hold - Difficulty: 0) CreateObject1 +(@OGUID+184, 180415, 1220, 7502, 7592, '0', 0, 0, -934.201416015625, 4476.0380859375, 736.16192626953125, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Violet Hold - Difficulty: 0) CreateObject1 +(@OGUID+185, 180415, 1220, 7502, 7592, '0', 0, 0, -943.045166015625, 4471.46875, 736.16192626953125, 5.235987663269042968, 0, 0, -0.5, 0.866025388240814208, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Violet Hold - Difficulty: 0) CreateObject1 +(@OGUID+186, 180415, 1220, 7502, 7592, '0', 0, 0, -941.84375, 4469.94775390625, 736.16192626953125, 0.959929943084716796, 0, 0, 0.461748123168945312, 0.887011110782623291, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Violet Hold - Difficulty: 0) CreateObject1 +(@OGUID+187, 180415, 1220, 7502, 7592, '0', 0, 0, -935.58856201171875, 4477.5693359375, 736.18817138671875, 3.647741317749023437, 0, 0, -0.96814727783203125, 0.250381410121917724, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Violet Hold - Difficulty: 0) CreateObject1 +(@OGUID+188, 180415, 1220, 7502, 7592, '0', 0, 0, -846.73956298828125, 4472.90283203125, 735.55401611328125, 5.6897735595703125, 0, 0, -0.29237174987792968, 0.956304728984832763, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Violet Hold - Difficulty: 0) CreateObject1 +(@OGUID+189, 180415, 1220, 7502, 7592, '0', 0, 0, -861.05902099609375, 4476.9130859375, 735.55401611328125, 5.270895957946777343, 0, 0, -0.48480892181396484, 0.87462007999420166, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Violet Hold - Difficulty: 0) CreateObject1 +(@OGUID+190, 180415, 1220, 7502, 7592, '0', 0, 0, -839.0694580078125, 4466.69970703125, 735.55401611328125, 2.007128477096557617, 0, 0, 0.84339141845703125, 0.537299633026123046, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Violet Hold - Difficulty: 0) CreateObject1 +(@OGUID+191, 180415, 1220, 7502, 7592, '0', 0, 0, -852.45489501953125, 4473.8759765625, 735.66070556640625, 3.52557229995727539, 0, 0, -0.98162651062011718, 0.190812408924102783, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Violet Hold - Difficulty: 0) CreateObject1 +(@OGUID+192, 180415, 1220, 7502, 7592, '0', 0, 0, -941.06427001953125, 4478.1005859375, 736.16192626953125, 5.916667938232421875, 0, 0, -0.18223476409912109, 0.98325502872467041, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Violet Hold - Difficulty: 0) CreateObject1 +(@OGUID+193, 180415, 1220, 7502, 7592, '0', 0, 0, -848.9461669921875, 4479.67431640625, 735.65216064453125, 5.84685373306274414, 0, 0, -0.21643924713134765, 0.976296067237854003, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Violet Hold - Difficulty: 0) CreateObject1 +(@OGUID+194, 180415, 1220, 7502, 7592, '0', 0, 0, -856.59027099609375, 4482.84033203125, 735.55401611328125, 5.637413978576660156, 0, 0, -0.31730461120605468, 0.948323667049407958, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Violet Hold - Difficulty: 0) CreateObject1 +(@OGUID+195, 180415, 1220, 7502, 7592, '0', 0, 0, -832.57293701171875, 4471.9384765625, 735.65216064453125, 4.241150379180908203, 0, 0, -0.85264015197753906, 0.522498607635498046, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Violet Hold - Difficulty: 0) CreateObject1 +(@OGUID+196, 180415, 1220, 7502, 7592, '0', 0, 0, -838.25347900390625, 4475.51806640625, 735.66070556640625, 5.969027042388916015, 0, 0, -0.1564340591430664, 0.987688362598419189, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Violet Hold - Difficulty: 0) CreateObject1 +(@OGUID+197, 180415, 1220, 7502, 7592, '0', 0, 0, -843.82293701171875, 4473.21875, 735.55401611328125, 3.996806621551513671, 0, 0, -0.90996074676513671, 0.414694398641586303, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Violet Hold - Difficulty: 0) CreateObject1 +(@OGUID+198, 180415, 1220, 7502, 7592, '0', 0, 0, -943.607666015625, 4473.2880859375, 736.16192626953125, 5.253442287445068359, 0, 0, -0.49242305755615234, 0.870355963706970214, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Violet Hold - Difficulty: 0) CreateObject1 +(@OGUID+199, 180415, 1220, 7502, 7592, '0', 0, 0, -839.3819580078125, 4469.640625, 735.55401611328125, 0.15707901120185852, 0, 0, 0.078458786010742187, 0.996917366981506347, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Violet Hold - Difficulty: 0) CreateObject1 +(@OGUID+200, 180415, 1220, 7502, 7592, '0', 0, 0, -939.28643798828125, 4478.68408203125, 736.16192626953125, 0.261798173189163208, 0, 0, 0.130525588989257812, 0.991444945335388183, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Violet Hold - Difficulty: 0) CreateObject1 +(@OGUID+201, 180415, 1220, 7502, 7592, '0', 0, 0, -843.40972900390625, 4480.33251953125, 735.65216064453125, 4.572763919830322265, 0, 0, -0.75470924377441406, 0.656059443950653076, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Violet Hold - Difficulty: 0) CreateObject1 +(@OGUID+202, 180415, 1220, 7502, 7592, '0', 0, 0, -937.28643798828125, 4478.48095703125, 736.17864990234375, 5.567600727081298828, 0, 0, -0.35020732879638671, 0.936672210693359375, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Violet Hold - Difficulty: 0) CreateObject1 +(@OGUID+203, 180415, 1220, 7502, 7592, '0', 0, 0, -831.93231201171875, 4466.22412109375, 735.65216064453125, 0.087265998125076293, 0, 0, 0.043619155883789062, 0.999048233032226562, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Violet Hold - Difficulty: 0) CreateObject1 +(@OGUID+204, 180415, 1220, 7502, 7592, '0', 0, 0, -943.4600830078125, 4475.1875, 736.16192626953125, 3.577930212020874023, 0, 0, -0.97629547119140625, 0.216442063450813293, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Violet Hold - Difficulty: 0) CreateObject1 +(@OGUID+205, 180415, 1220, 7502, 7592, '0', 0, 0, -942.498291015625, 4476.96337890625, 736.16192626953125, 1.32644820213317871, 0, 0, 0.615660667419433593, 0.788011372089385986, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Violet Hold - Difficulty: 0) CreateObject1 +(@OGUID+206, 180415, 1220, 7502, 7581, '0', 0, 0, -837.92706298828125, 4482.2412109375, 735.55401611328125, 4.415683269500732421, 0, 0, -0.80385684967041015, 0.594822824001312255, 120, 255, 1, 51754), -- CandleBlack01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+207, 180415, 1220, 7502, 7581, '0', 0, 0, -827.74652099609375, 4481.63720703125, 735.34088134765625, 4.904376029968261718, 0, 0, -0.636077880859375, 0.771624863147735595, 120, 255, 1, 51754), -- CandleBlack01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+208, 180415, 1220, 7502, 7581, '0', 0, 0, -864.53125, 4518.37841796875, 735.03662109375, 0.942476630210876464, 0, 0, 0.453989982604980468, 0.891006767749786376, 120, 255, 1, 51754), -- CandleBlack01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+209, 180415, 1220, 7502, 7581, '0', 0, 0, -834.3125, 4487.21875, 735.66497802734375, 1.815141916275024414, 0, 0, 0.788010597229003906, 0.615661680698394775, 120, 255, 1, 51754), -- CandleBlack01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+210, 180415, 1220, 7502, 7581, '0', 0, 0, -866.2430419921875, 4521.21533203125, 735.04339599609375, 5.305802345275878906, 0, 0, -0.46947097778320312, 0.882947921752929687, 120, 255, 1, 51754), -- CandleBlack01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+211, 180415, 1220, 7502, 7581, '0', 0, 0, -829.4132080078125, 4491.8193359375, 734.8431396484375, 3.857182979583740234, 0, 0, -0.93667125701904296, 0.350209832191467285, 120, 255, 1, 51754), -- CandleBlack01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+212, 180415, 1220, 7502, 7581, '0', 0, 0, -865.64581298828125, 4523.953125, 735.04766845703125, 3.298687219619750976, 0, 0, -0.99691677093505859, 0.078466430306434631, 120, 255, 1, 51754), -- CandleBlack01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+213, 180415, 1220, 7502, 7581, '0', 0, 0, -824.4617919921875, 4487.73095703125, 734.84912109375, 5.480334281921386718, 0, 0, -0.39073085784912109, 0.920504987239837646, 120, 255, 1, 51754), -- CandleBlack01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+214, 180415, 1220, 7502, 7595, '0', 0, 0, -863.40277099609375, 4526.4130859375, 735.0059814453125, 2.251473426818847656, 0, 0, 0.902585029602050781, 0.430511653423309326, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Eventide - Difficulty: 0) CreateObject1 +(@OGUID+215, 180415, 1220, 7502, 7581, '0', 0, 0, -838.30206298828125, 4532.46875, 733.2325439453125, 3.769911527633666992, 0, 0, -0.95105648040771484, 0.309017121791839599, 120, 255, 1, 51754), -- CandleBlack01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+216, 180415, 1220, 7502, 7581, '0', 0, 0, -858.37847900390625, 4530.375, 733.23712158203125, 3.839725255966186523, 0, 0, -0.93969249725341796, 0.34202045202255249, 120, 255, 1, 51754), -- CandleBlack01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+217, 180415, 1220, 7502, 7581, '0', 0, 0, -791.7257080078125, 4522.56689453125, 730.21563720703125, 3.839725255966186523, 0, 0, -0.93969249725341796, 0.34202045202255249, 120, 255, 1, 51754), -- CandleBlack01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+218, 180415, 1220, 7502, 7581, '0', 0, 0, -785.23614501953125, 4562.8505859375, 728.01824951171875, 5.602506637573242187, 0, 0, -0.33380699157714843, 0.942641437053680419, 120, 255, 1, 51754), -- CandleBlack01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+219, 180415, 1220, 7502, 7581, '0', 0, 0, -786.1649169921875, 4564.96630859375, 728.2587890625, 2.146752834320068359, 0, 0, 0.878816604614257812, 0.477159708738327026, 120, 255, 1, 51754), -- CandleBlack01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+220, 180415, 1220, 7502, 7581, '0', 0, 0, -851.26043701171875, 4534.9931640625, 730.89141845703125, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 51754), -- CandleBlack01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+221, 180415, 1220, 7502, 7581, '0', 0, 0, -790.48785400390625, 4487.23095703125, 736.11151123046875, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 120, 255, 1, 51754), -- CandleBlack01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+222, 180415, 1220, 7502, 7581, '0', 0, 0, -832.15625, 4529.61279296875, 735.01092529296875, 3.9793548583984375, 0, 0, -0.9135446548461914, 0.406738430261611938, 120, 255, 1, 51754), -- CandleBlack01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+223, 180415, 1220, 7502, 7581, '0', 0, 0, -835.65972900390625, 4531.6474609375, 733.24786376953125, 5.829400539398193359, 0, 0, -0.22495079040527343, 0.974370121955871582, 120, 255, 1, 51754), -- CandleBlack01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+224, 180415, 1220, 7502, 7581, '0', 0, 0, -795.51043701171875, 4525.666015625, 730.17901611328125, 3.839725255966186523, 0, 0, -0.93969249725341796, 0.34202045202255249, 120, 255, 1, 51754), -- CandleBlack01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+225, 180415, 1220, 7502, 7581, '0', 0, 0, -829.47918701171875, 4527.7568359375, 735.04779052734375, 2.059488296508789062, 0, 0, 0.857167243957519531, 0.515038192272186279, 120, 255, 1, 51754), -- CandleBlack01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+226, 180415, 1220, 7502, 7581, '0', 0, 0, -855.95489501953125, 4531.65283203125, 733.2225341796875, 2.007128477096557617, 0, 0, 0.84339141845703125, 0.537299633026123046, 120, 255, 1, 51754), -- CandleBlack01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+227, 180415, 1220, 7502, 7581, '0', 0, 0, -828.25, 4525.0556640625, 735.04290771484375, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 51754), -- CandleBlack01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+228, 180415, 1220, 7502, 7581, '0', 0, 0, -850.92706298828125, 4532.859375, 731.7532958984375, 0.087265998125076293, 0, 0, 0.043619155883789062, 0.999048233032226562, 120, 255, 1, 51754), -- CandleBlack01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+229, 180415, 1220, 7502, 7581, '0', 0, 0, -829.54168701171875, 4521.953125, 735.0408935546875, 5.270895957946777343, 0, 0, -0.48480892181396484, 0.87462007999420166, 120, 255, 1, 51754), -- CandleBlack01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+230, 180415, 1220, 7502, 7581, '0', 0, 0, -792.35589599609375, 4484.05126953125, 736.11187744140625, 2.775068521499633789, 0, 0, 0.983254432678222656, 0.182238012552261352, 120, 255, 1, 51754), -- CandleBlack01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+231, 180415, 1220, 7502, 7581, '0', 0, 0, -792.62152099609375, 4479.49462890625, 736.11187744140625, 4.084071159362792968, 0, 0, -0.8910064697265625, 0.453990638256072998, 120, 255, 1, 51754), -- CandleBlack01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+232, 180415, 1220, 7502, 7581, '0', 0, 0, -840.6805419921875, 4533.1005859375, 733.22760009765625, 4.136432647705078125, 0, 0, -0.87881660461425781, 0.477159708738327026, 120, 255, 1, 51754), -- CandleBlack01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+233, 180415, 1220, 7502, 7581, '0', 0, 0, -845.62847900390625, 4533.484375, 731.7532958984375, 2.530723094940185546, 0, 0, 0.953716278076171875, 0.300707906484603881, 120, 255, 1, 51754), -- CandleBlack01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+234, 180415, 1220, 7502, 7581, '0', 0, 0, -845.84375, 4535.765625, 730.83441162109375, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 120, 255, 1, 51754), -- CandleBlack01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+235, 180415, 1220, 7502, 7581, '0', 0, 0, -860.49652099609375, 4528.9619140625, 733.24835205078125, 5.585053920745849609, 0, 0, -0.34202003479003906, 0.939692676067352294, 120, 255, 1, 51754), -- CandleBlack01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+236, 180415, 1220, 7502, 0, '0', 0, 0, -782.05206298828125, 4566.703125, 728.24322509765625, 4.433136463165283203, 0, 0, -0.79863548278808593, 0.60181504487991333, 120, 255, 1, 51754), -- CandleBlack01 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+237, 180415, 1220, 7502, 0, '0', 0, 0, -781.1649169921875, 4564.76025390625, 728.0159912109375, 5.235987663269042968, 0, 0, -0.5, 0.866025388240814208, 120, 255, 1, 51754), -- CandleBlack01 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+238, 180415, 1220, 7502, 7504, '0', 0, 0, -745.43402099609375, 4572.55712890625, 728.96856689453125, 6.120653152465820312, 0, 0, -0.0811767578125, 0.996699750423431396, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Violet Citadel - Difficulty: 0) CreateObject1 +(@OGUID+239, 180415, 1220, 7502, 7504, '0', 0, 0, -745.92364501953125, 4570.548828125, 728.67657470703125, 5.649415016174316406, 0, 0, -0.31160831451416015, 0.950210630893707275, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Violet Citadel - Difficulty: 0) CreateObject1 +(@OGUID+240, 180415, 1220, 7502, 7504, '0', 0, 0, -763.37677001953125, 4569.0390625, 728.1055908203125, 0.837757468223571777, 0, 0, 0.406736373901367187, 0.913545548915863037, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Violet Citadel - Difficulty: 0) CreateObject1 +(@OGUID+241, 180415, 1220, 7502, 7504, '0', 0, 0, -763.013916015625, 4566.76220703125, 727.802001953125, 6.03883981704711914, 0, 0, -0.12186908721923828, 0.9925462007522583, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Violet Citadel - Difficulty: 0) CreateObject1 +(@OGUID+242, 180415, 1220, 7502, 7504, '0', 0, 0, -749.96875, 4573.673828125, 729.02459716796875, 2.891781330108642578, 0, 0, 0.992209434509277343, 0.124581113457679748, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Violet Citadel - Difficulty: 0) CreateObject1 +(@OGUID+243, 180415, 1220, 7502, 7504, '0', 0, 0, -750.59027099609375, 4571.486328125, 728.66552734375, 0.605410099029541015, 0, 0, 0.29810333251953125, 0.954533636569976806, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Violet Citadel - Difficulty: 0) CreateObject1 +(@OGUID+244, 180415, 1220, 7502, 7504, '0', 0, 0, -736.53125, 4558.8037109375, 729.53924560546875, 2.95931243896484375, 0, 0, 0.995849609375, 0.091014042496681213, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Violet Citadel - Difficulty: 0) CreateObject1 +(@OGUID+245, 180415, 1220, 7502, 7504, '0', 0, 0, -734.28472900390625, 4558.58837890625, 729.94482421875, 4.285768032073974609, 0, 0, -0.84077262878417968, 0.541388392448425292, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Violet Citadel - Difficulty: 0) CreateObject1 +(@OGUID+246, 180415, 1220, 7502, 7504, '0', 0, 0, -736.96356201171875, 4554.056640625, 729.552001953125, 4.285768032073974609, 0, 0, -0.84077262878417968, 0.541388392448425292, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Violet Citadel - Difficulty: 0) CreateObject1 +(@OGUID+247, 180415, 1220, 7502, 7504, '0', 0, 0, -734.69268798828125, 4553.9755859375, 729.9925537109375, 5.175884246826171875, 0, 0, -0.52579593658447265, 0.850610733032226562, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Violet Citadel - Difficulty: 0) CreateObject1 +(@OGUID+248, 180415, 1220, 7502, 0, '0', 0, 0, -754.8055419921875, 4538.9375, 730.03826904296875, 2.181660413742065429, 0, 0, 0.887010574340820312, 0.461749136447906494, 120, 255, 1, 51754), -- CandleBlack01 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+249, 180415, 1220, 7502, 0, '0', 0, 0, -737.263916015625, 4540.72900390625, 729.97540283203125, 0.664909899234771728, 0, 0, 0.326364517211914062, 0.945244014263153076, 120, 255, 1, 51754), -- CandleBlack01 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+250, 180415, 1220, 7502, 0, '0', 0, 0, -754.0555419921875, 4533.5068359375, 731.39093017578125, 0.820303261280059814, 0, 0, 0.398748397827148437, 0.917060375213623046, 120, 255, 1, 51754), -- CandleBlack01 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+251, 180415, 1220, 7502, 0, '0', 0, 0, -751.6336669921875, 4536.2265625, 730.12127685546875, 4.171337604522705078, 0, 0, -0.87035560607910156, 0.492423713207244873, 120, 255, 1, 51754), -- CandleBlack01 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+252, 180415, 1220, 7502, 0, '0', 0, 0, -735.40972900390625, 4535.86181640625, 730.35821533203125, 4.731531143188476562, 0, 0, -0.70030689239501953, 0.713841915130615234, 120, 255, 1, 51754), -- CandleBlack01 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+253, 180415, 1220, 7502, 0, '0', 0, 0, -735.0242919921875, 4540.40869140625, 730.35638427734375, 3.80650949478149414, 0, 0, -0.94524288177490234, 0.326367706060409545, 120, 255, 1, 51754), -- CandleBlack01 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+254, 180415, 1220, 7502, 0, '0', 0, 0, -756.96527099609375, 4536.12158203125, 731.3416748046875, 4.398232460021972656, 0, 0, -0.80901622772216796, 0.587786316871643066, 120, 255, 1, 51754), -- CandleBlack01 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+255, 180415, 1220, 7502, 0, '0', 0, 0, -737.73614501953125, 4536.05029296875, 729.97686767578125, 5.813632011413574218, 0, 0, -0.23262596130371093, 0.972566306591033935, 120, 255, 1, 51754), -- CandleBlack01 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+256, 180415, 1220, 7502, 0, '0', 0, 0, -748.34893798828125, 4515.734375, 731.03204345703125, 4.258606910705566406, 0, 0, -0.84804725646972656, 0.529920578002929687, 120, 255, 1, 51754), -- CandleBlack01 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+257, 180415, 1220, 7502, 0, '0', 0, 0, -751.59552001953125, 4512.3369140625, 731.00469970703125, 0.750490784645080566, 0, 0, 0.3665008544921875, 0.93041771650314331, 120, 255, 1, 51754), -- CandleBlack01 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+258, 180415, 1220, 7502, 7581, '0', 0, 0, -792.07293701171875, 4475.24658203125, 736.11187744140625, 2.338739633560180664, 0, 0, 0.920504570007324218, 0.3907318115234375, 120, 255, 1, 51754), -- CandleBlack01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+259, 180415, 1220, 7502, 7581, '0', 0, 0, -791.65802001953125, 4472.02880859375, 736.11187744140625, 1.727874636650085449, 0, 0, 0.760405540466308593, 0.649448513984680175, 120, 255, 1, 51754), -- CandleBlack01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+260, 180415, 1220, 7502, 7581, '0', 0, 0, -803.01043701171875, 4460.8349609375, 736.32098388671875, 4.520402908325195312, 0, 0, -0.77162456512451171, 0.636078238487243652, 120, 255, 1, 51754), -- CandleBlack01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+261, 180415, 1220, 7502, 7581, '0', 0, 0, -802.84722900390625, 4462.24462890625, 735.84478759765625, 4.939284324645996093, 0, 0, -0.6225137710571289, 0.78260880708694458, 120, 255, 1, 51754), -- CandleBlack01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+262, 180415, 1220, 7502, 7581, '0', 0, 0, -798.77081298828125, 4458.9755859375, 735.79443359375, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 51754), -- CandleBlack01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+263, 180415, 1220, 7502, 7581, '0', 0, 0, -788.67535400390625, 4468.48193359375, 736.1141357421875, 2.286378860473632812, 0, 0, 0.909960746765136718, 0.414694398641586303, 120, 255, 1, 51754), -- CandleBlack01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+264, 180415, 1220, 7502, 7581, '0', 0, 0, -800.0242919921875, 4458.55224609375, 736.25238037109375, 3.857182979583740234, 0, 0, -0.93667125701904296, 0.350209832191467285, 120, 255, 1, 51754), -- CandleBlack01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+265, 180415, 1220, 7502, 7581, '0', 0, 0, -763.54339599609375, 4481.22119140625, 735.76470947265625, 2.111847877502441406, 0, 0, 0.870355606079101562, 0.492423713207244873, 120, 255, 1, 51754), -- CandleBlack01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+266, 180415, 1220, 7502, 7581, '0', 0, 0, -762.0242919921875, 4482.68212890625, 735.12939453125, 0.15707901120185852, 0, 0, 0.078458786010742187, 0.996917366981506347, 120, 255, 1, 51754), -- CandleBlack01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+267, 180415, 1220, 7502, 7581, '0', 0, 0, -762.8836669921875, 4483.9755859375, 735.0572509765625, 3.839725255966186523, 0, 0, -0.93969249725341796, 0.34202045202255249, 120, 255, 1, 51754), -- CandleBlack01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+268, 180415, 1220, 7502, 7581, '0', 0, 0, -767.1649169921875, 4480.39306640625, 734.2703857421875, 5.113816738128662109, 0, 0, -0.55193614959716796, 0.833886384963989257, 120, 255, 1, 51754), -- CandleBlack01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+269, 180415, 1220, 7502, 7581, '0', 0, 0, -764.78302001953125, 4479.62744140625, 735.78369140625, 3.45575571060180664, 0, 0, -0.98768806457519531, 0.156436234712600708, 120, 255, 1, 51754), -- CandleBlack01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+270, 180415, 1220, 7502, 7581, '0', 0, 0, -767.3038330078125, 4478.43994140625, 733.83514404296875, 0.226892471313476562, 0, 0, 0.113203048706054687, 0.993571877479553222, 120, 255, 1, 51754), -- CandleBlack01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+271, 180415, 1220, 7502, 7581, '0', 0, 0, -762.68927001953125, 4481.5224609375, 735.73858642578125, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 120, 255, 1, 51754), -- CandleBlack01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+272, 180415, 1220, 7502, 7581, '0', 0, 0, -764.88018798828125, 4483.39306640625, 735.06317138671875, 0.837757468223571777, 0, 0, 0.406736373901367187, 0.913545548915863037, 120, 255, 1, 51754), -- CandleBlack01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+273, 180415, 1220, 7502, 7581, '0', 0, 0, -766.390625, 4482.01806640625, 734.8336181640625, 0.890116631984710693, 0, 0, 0.430510520935058593, 0.902585566043853759, 120, 255, 1, 51754), -- CandleBlack01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+274, 180415, 1220, 7502, 7581, '0', 0, 0, -764.28302001953125, 4480.5068359375, 735.81634521484375, 0.087265998125076293, 0, 0, 0.043619155883789062, 0.999048233032226562, 120, 255, 1, 51754), -- CandleBlack01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+275, 180415, 1220, 7502, 7581, '0', 0, 0, -760.546875, 4477.5068359375, 735.8260498046875, 3.9793548583984375, 0, 0, -0.9135446548461914, 0.406738430261611938, 120, 255, 1, 51754), -- CandleBlack01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+276, 180415, 1220, 7502, 7581, '0', 0, 0, -761.37677001953125, 4476.92431640625, 735.8233642578125, 4.293513298034667968, 0, 0, -0.8386697769165039, 0.544640243053436279, 120, 255, 1, 51754), -- CandleBlack01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+277, 180415, 1220, 7502, 7581, '0', 0, 0, -760.7257080078125, 4480.78466796875, 735.8441162109375, 5.148722648620605468, 0, 0, -0.53729915618896484, 0.843391716480255126, 120, 255, 1, 51754), -- CandleBlack01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+278, 180415, 1220, 7502, 7581, '0', 0, 0, -761.76214599609375, 4481.4755859375, 735.79925537109375, 4.764749526977539062, 0, 0, -0.6883544921875, 0.725374460220336914, 120, 255, 1, 51754), -- CandleBlack01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+279, 180415, 1220, 7502, 7581, '0', 0, 0, -763.95660400390625, 4477.18994140625, 735.82562255859375, 4.223697185516357421, 0, 0, -0.85716724395751953, 0.515038192272186279, 120, 255, 1, 51754), -- CandleBlack01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+280, 180415, 1220, 7502, 7581, '0', 0, 0, -764.609375, 4478.00244140625, 735.83282470703125, 5.445427894592285156, 0, 0, -0.40673637390136718, 0.913545548915863037, 120, 255, 1, 51754), -- CandleBlack01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+281, 180415, 1220, 7502, 7581, '0', 0, 0, -760.18927001953125, 4480.09619140625, 735.73486328125, 3.595378875732421875, 0, 0, -0.97437000274658203, 0.224951311945915222, 120, 255, 1, 51754), -- CandleBlack01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+282, 180415, 1220, 7502, 7581, '0', 0, 0, -762.203125, 4476.62744140625, 735.8203125, 3.700104713439941406, 0, 0, -0.96126079559326171, 0.275640487670898437, 120, 255, 1, 51754), -- CandleBlack01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+283, 180415, 1220, 7502, 7581, '0', 0, 0, -762.98089599609375, 4476.79931640625, 735.82525634765625, 3.752462387084960937, 0, 0, -0.95371627807617187, 0.300707906484603881, 120, 255, 1, 51754), -- CandleBlack01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+284, 180415, 1220, 7502, 7581, '0', 0, 0, -760.0225830078125, 4478.43994140625, 735.832275390625, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 51754), -- CandleBlack01 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+285, 180428, 1220, 7502, 7581, '0', 0, 0, -879.34893798828125, 4564.3291015625, 729.02435302734375, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 51754), -- G_WitchBroom_01 scale 0.5 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+286, 180429, 1220, 7502, 7505, '0', 0, 0, -758.66143798828125, 4375.39306640625, 736.7679443359375, 2.860582828521728515, 0.034635066986083984, -0.01845550537109375, 0.989313125610351562, 0.140425652265548706, 120, 255, 1, 51754), -- G_WitchHat_01 scale 0.5 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+287, 180429, 1220, 7502, 7505, '0', 0, 0, -748.4774169921875, 4383.3505859375, 736.79217529296875, 4.244306564331054687, 0.063067436218261718, 0.045635223388671875, -0.84899139404296875, 0.522640943527221679, 120, 255, 1, 51754), -- G_WitchHat_01 scale 0.5 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+288, 180429, 1220, 7502, 7581, '0', 0, 0, -839.09027099609375, 4510.96435546875, 741.0096435546875, 3.240026235580444335, -0.04045915603637695, 0.064694404602050781, -0.99599647521972656, 0.046569462865591049, 120, 255, 1, 51754), -- G_WitchHat_01 scale 0.5 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+289, 180429, 1220, 7502, 7581, '0', 0, 0, -697.38714599609375, 4503.21533203125, 744.09625244140625, 5.89921426773071289, 0, 0, -0.19080829620361328, 0.981627285480499267, 120, 255, 1, 51754), -- G_WitchHat_01 scale 0.5 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+290, 180472, 1220, 7502, 7505, '0', 0, 0, -784.77777099609375, 4298.27783203125, 735.19110107421875, 3.281238555908203125, 0, 0, -0.99756336212158203, 0.069766148924827575, 120, 255, 1, 51754), -- HangingSkullLight02 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+291, 180472, 1220, 7502, 7505, '0', 0, 0, -763.35418701171875, 4348.0849609375, 736.77325439453125, 0.610863447189331054, 0, 0, 0.3007049560546875, 0.953717231750488281, 120, 255, 1, 51754), -- HangingSkullLight02 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+292, 180472, 1220, 7502, 7505, '0', 0, 0, -764.15277099609375, 4351.44091796875, 736.8507080078125, 3.735006093978881835, 0, 0, -0.95630455017089843, 0.292372345924377441, 120, 255, 1, 51754), -- HangingSkullLight02 (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+293, 180472, 1220, 7502, 7581, '0', 0, 0, -920.51043701171875, 4508.43212890625, 741.06402587890625, 2.809975385665893554, 0, 0, 0.986285209655761718, 0.165049895644187927, 120, 255, 1, 51754), -- HangingSkullLight02 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+294, 180472, 1220, 7502, 7581, '0', 0, 0, -917.32989501953125, 4505.8369140625, 740.89215087890625, 4.712389945983886718, 0, 0, -0.70710659027099609, 0.707106947898864746, 120, 255, 1, 51754), -- HangingSkullLight02 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+295, 180472, 1220, 7502, 7581, '0', 0, 0, -952.13543701171875, 4522.31591796875, 731.65460205078125, 3.24634718894958496, 0, 0, -0.99862861633300781, 0.052353221923112869, 120, 255, 1, 51754), -- HangingSkullLight02 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+296, 180472, 1220, 7502, 7595, '0', 0, 0, -956.87152099609375, 4526.078125, 734.50653076171875, 5.532694816589355468, 0, 0, -0.3665008544921875, 0.93041771650314331, 120, 255, 1, 51754), -- HangingSkullLight02 (Area: The Eventide - Difficulty: 0) CreateObject1 +(@OGUID+297, 180472, 1220, 7502, 7595, '0', 0, 0, -954.28472900390625, 4528.7744140625, 746.2867431640625, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 120, 255, 1, 51754), -- HangingSkullLight02 (Area: The Eventide - Difficulty: 0) CreateObject1 +(@OGUID+298, 180472, 1220, 7502, 7595, '0', 0, 0, -937.8367919921875, 4538.6787109375, 741.1126708984375, 2.181660413742065429, 0, 0, 0.887010574340820312, 0.461749136447906494, 120, 255, 1, 51754), -- HangingSkullLight02 (Area: The Eventide - Difficulty: 0) CreateObject1 +(@OGUID+299, 180472, 1220, 7502, 7595, '0', 0, 0, -941.375, 4535.9443359375, 737.87042236328125, 6.178466320037841796, 0, 0, -0.05233573913574218, 0.998629570007324218, 120, 255, 1, 51754), -- HangingSkullLight02 (Area: The Eventide - Difficulty: 0) CreateObject1 +(@OGUID+300, 180472, 1220, 7502, 7595, '0', 0, 0, -947.9375, 4536.68408203125, 746.27740478515625, 4.817109584808349609, 0, 0, -0.66913032531738281, 0.74314504861831665, 120, 255, 1, 51754), -- HangingSkullLight02 (Area: The Eventide - Difficulty: 0) CreateObject1 +(@OGUID+301, 180472, 1220, 7502, 7595, '0', 0, 0, -935.71875, 4541.3349609375, 747.39044189453125, 4.345870018005371093, 0, 0, -0.82412624359130859, 0.566406130790710449, 120, 255, 1, 51754), -- HangingSkullLight02 (Area: The Eventide - Difficulty: 0) CreateObject1 +(@OGUID+302, 180472, 1220, 7502, 7595, '0', 0, 0, -966.982666015625, 4545.60595703125, 735.9627685546875, 1.448621988296508789, 0, 0, 0.662619590759277343, 0.748956084251403808, 120, 255, 1, 51754), -- HangingSkullLight02 (Area: The Eventide - Difficulty: 0) CreateObject1 +(@OGUID+303, 180472, 1220, 7502, 7595, '0', 0, 0, -968.64239501953125, 4547.05908203125, 747.627197265625, 5.305802345275878906, 0, 0, -0.46947097778320312, 0.882947921752929687, 120, 255, 1, 51754), -- HangingSkullLight02 (Area: The Eventide - Difficulty: 0) CreateObject1 +(@OGUID+304, 180472, 1220, 7502, 7581, '0', 0, 0, -796.27777099609375, 4477.109375, 752.45587158203125, 1.082102894783020019, 0, 0, 0.51503753662109375, 0.857167601585388183, 120, 255, 1, 51754), -- HangingSkullLight02 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+305, 180472, 1220, 7502, 7581, '0', 0, 0, -794.2257080078125, 4491.84375, 741.5284423828125, 1.954769015312194824, 0, 0, 0.829037666320800781, 0.559192776679992675, 120, 255, 1, 51754), -- HangingSkullLight02 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+306, 180472, 1220, 7502, 7581, '0', 0, 0, -791.13543701171875, 4462.9443359375, 741.80694580078125, 0.855210542678833007, 0, 0, 0.414692878723144531, 0.909961462020874023, 120, 255, 1, 51754), -- HangingSkullLight02 (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+307, 180523, 1220, 7502, 7505, '0', 0, 0, -746.13543701171875, 4329.20654296875, 729.508056640625, 5.113816738128662109, 0, 0, -0.55193614959716796, 0.833886384963989257, 120, 255, 1, 51754), -- Apple Bob (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+308, 180523, 1220, 7502, 7581, '0', 0, 0, -931.00177001953125, 4527.91845703125, 733.74981689453125, 0.750490784645080566, 0, 0, 0.3665008544921875, 0.93041771650314331, 120, 255, 1, 51754), -- Apple Bob (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+309, 180523, 1220, 7502, 7581, '0', 0, 0, -811.6024169921875, 4471.984375, 735.49560546875, 5.916667938232421875, 0, 0, -0.18223476409912109, 0.98325502872467041, 120, 255, 1, 51754), -- Apple Bob (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+310, 251670, 1220, 7502, 7581, '0', 0, 0, -812.52777099609375, 4478.54345703125, 735.013916015625, 1.271209239959716796, 0, 0, 0.593664169311523437, 0.804712891578674316, 120, 255, 1, 51754), -- Candy Bucket (Area: Dalaran City - Difficulty: 0) CreateObject1 +(@OGUID+311, 251671, 1220, 7502, 7595, '0', 0, 0, -934.42364501953125, 4531.90283203125, 733.2529296875, 6.097262382507324218, 0, 0, -0.09282779693603515, 0.995682179927825927, 120, 255, 1, 51754), -- Candy Bucket (Area: The Eventide - Difficulty: 0) CreateObject1 +(@OGUID+312, 251672, 1220, 7502, 7505, '0', 0, 0, -744.6336669921875, 4321.4375, 729.071533203125, 4.49526214599609375, 0, 0, -0.77955913543701171, 0.626328647136688232, 120, 255, 1, 51754), -- Candy Bucket (Area: Krasus' Landing - Difficulty: 0) CreateObject1 +(@OGUID+313, 180405, 1502, 8392, 7825, '0', 0, 0, -794.21527099609375, 4419.9755859375, 709.4395751953125, 4.694936752319335937, 0, 0, -0.71325016021728515, 0.700909554958343505, 120, 255, 1, 51754), -- G_Pumpkin_01 (Area: The Underbelly Descent - Difficulty: 0) CreateObject1 +(@OGUID+314, 180405, 1502, 8392, 7825, '0', 0, 0, -905.42535400390625, 4414.611328125, 702.06768798828125, 1.755941748619079589, 0, 0, 0.769444465637207031, 0.638713717460632324, 120, 255, 1, 51754), -- G_Pumpkin_01 (Area: The Underbelly Descent - Difficulty: 0) CreateObject1 +(@OGUID+315, 180405, 1502, 8392, 7825, '0', 0, 0, -791.015625, 4450.26025390625, 704.20367431640625, 5.836822032928466796, 0, 0, -0.22133350372314453, 0.975198149681091308, 120, 255, 1, 51754), -- G_Pumpkin_01 (Area: The Underbelly Descent - Difficulty: 0) CreateObject1 +(@OGUID+316, 180405, 1502, 8392, 7825, '0', 0, 0, -862.1007080078125, 4481.93408203125, 698.591064453125, 1.278714299201965332, 0, 0, 0.5966796875, 0.802479505538940429, 120, 255, 1, 51754), -- G_Pumpkin_01 (Area: The Underbelly Descent - Difficulty: 0) CreateObject1 +(@OGUID+317, 180405, 1502, 8392, 7594, '0', 0, 0, -731.951416015625, 4394.13037109375, 700.60382080078125, 3.595378875732421875, 0, 0, -0.97437000274658203, 0.224951311945915222, 120, 255, 1, 51754), -- G_Pumpkin_01 (Area: The Underbelly - Difficulty: 0) CreateObject1 +(@OGUID+318, 180405, 1502, 8392, 7594, '0', 0, 0, -865.40972900390625, 4531.2724609375, 709.48077392578125, 0.366517573595046997, 0, 0, 0.182234764099121093, 0.98325502872467041, 120, 255, 1, 51754), -- G_Pumpkin_01 (Area: The Underbelly - Difficulty: 0) CreateObject1 +(@OGUID+319, 180405, 1502, 8392, 7594, '0', 0, 0, -904.265625, 4510.93505859375, 707.4991455078125, 3.152641534805297851, 0, 0, -0.9999847412109375, 0.005524271633476018, 120, 255, 1, 51754), -- G_Pumpkin_01 (Area: The Underbelly - Difficulty: 0) CreateObject1 +(@OGUID+320, 180405, 1502, 8392, 7594, '0', 0, 0, -871.86285400390625, 4557.23095703125, 706.29705810546875, 0.209439441561698913, 0, 0, 0.104528427124023437, 0.994521915912628173, 120, 255, 1, 51754), -- G_Pumpkin_01 (Area: The Underbelly - Difficulty: 0) CreateObject1 +(@OGUID+321, 180406, 1502, 8392, 7825, '0', 0, 0, -860.76739501953125, 4393.5869140625, 721.54132080078125, 1.448621988296508789, 0, 0, 0.662619590759277343, 0.748956084251403808, 120, 255, 1, 51754), -- G_Pumpkin_02 (Area: The Underbelly Descent - Difficulty: 0) CreateObject1 +(@OGUID+322, 180406, 1502, 8392, 7825, '0', 0, 0, -864.23614501953125, 4413.0224609375, 702.55340576171875, 3.663321256637573242, 0, 0, -0.96616744995117187, 0.257915586233139038, 120, 255, 1, 51754), -- G_Pumpkin_02 (Area: The Underbelly Descent - Difficulty: 0) CreateObject1 +(@OGUID+323, 180406, 1502, 8392, 7825, '0', 0, 0, -806.68402099609375, 4428.08837890625, 713.322265625, 5.448312759399414062, 0, 0, -0.40541839599609375, 0.914131224155426025, 120, 255, 1, 51754), -- G_Pumpkin_02 (Area: The Underbelly Descent - Difficulty: 0) CreateObject1 +(@OGUID+324, 180406, 1502, 8392, 7594, '0', 0, 0, -724.58856201171875, 4381.86474609375, 697.27862548828125, 3.838083744049072265, 0, 0, -0.9399728775024414, 0.341249138116836547, 120, 255, 1, 51754), -- G_Pumpkin_02 (Area: The Underbelly - Difficulty: 0) CreateObject1 +(@OGUID+325, 180406, 1502, 8392, 7594, '0', 0, 0, -911.515625, 4509.478515625, 702.34637451171875, 4.208352565765380859, 0, 0, -0.86109352111816406, 0.508446574211120605, 120, 255, 1, 51754), -- G_Pumpkin_02 (Area: The Underbelly - Difficulty: 0) CreateObject1 +(@OGUID+326, 180406, 1502, 8392, 7594, '0', 0, 0, -897.7257080078125, 4551.02880859375, 706.09625244140625, 0.453873127698898315, 0, 0, 0.224993705749511718, 0.974360227584838867, 120, 255, 1, 51754), -- G_Pumpkin_02 (Area: The Underbelly - Difficulty: 0) CreateObject1 +(@OGUID+327, 180406, 1502, 8392, 7594, '0', 0, 0, -838.91839599609375, 4605.767578125, 705.116455078125, 5.377751827239990234, 0, 0, -0.43741035461425781, 0.899262011051177978, 120, 255, 1, 51754), -- G_Pumpkin_02 (Area: The Underbelly - Difficulty: 0) CreateObject1 +(@OGUID+328, 180407, 1502, 8392, 7825, '0', 0, 0, -903.86981201171875, 4404.40087890625, 702.09014892578125, 2.077480554580688476, 0, 0, 0.861765861511230468, 0.507306218147277832, 120, 255, 1, 51754), -- G_Pumpkin_03 (Area: The Underbelly Descent - Difficulty: 0) CreateObject1 +(@OGUID+329, 180407, 1502, 8392, 7825, '0', 0, 0, -838.09552001953125, 4436.759765625, 696.65924072265625, 3.815757274627685546, 0, 0, -0.94372367858886718, 0.330734968185424804, 120, 255, 1, 51754), -- G_Pumpkin_03 (Area: The Underbelly Descent - Difficulty: 0) CreateObject1 +(@OGUID+330, 180407, 1502, 8392, 7594, '0', 0, 0, -808.09893798828125, 4499.359375, 702.5677490234375, 1.09882056713104248, 0, 0, 0.522184371948242187, 0.852832615375518798, 120, 255, 1, 51754), -- G_Pumpkin_03 (Area: The Underbelly - Difficulty: 0) CreateObject1 +(@OGUID+331, 180407, 1502, 8392, 7594, '0', 0, 0, -726.72052001953125, 4400.06591796875, 700.72149658203125, 4.869470596313476562, 0, 0, -0.64944744110107421, 0.760406434535980224, 120, 255, 1, 51754), -- G_Pumpkin_03 (Area: The Underbelly - Difficulty: 0) CreateObject1 +(@OGUID+332, 180407, 1502, 8392, 7594, '0', 0, 0, -879.78472900390625, 4511.5703125, 706.8076171875, 1.815141916275024414, 0, 0, 0.788010597229003906, 0.615661680698394775, 120, 255, 1, 51754), -- G_Pumpkin_03 (Area: The Underbelly - Difficulty: 0) CreateObject1 +(@OGUID+333, 180407, 1502, 8392, 7594, '0', 0, 0, -875.8055419921875, 4539.5224609375, 707.5638427734375, 0.51107335090637207, 0, 0, 0.252764701843261718, 0.967527806758880615, 120, 255, 1, 51754), -- G_Pumpkin_03 (Area: The Underbelly - Difficulty: 0) CreateObject1 +(@OGUID+334, 180410, 1502, 8392, 7594, '0', 0, 0, -893.03472900390625, 4533.49658203125, 708.087890625, 5.654868602752685546, 0, 0, -0.30901622772216796, 0.95105677843093872, 120, 255, 1, 51754), -- G_HangingSkeleton_01 (Area: The Underbelly - Difficulty: 0) CreateObject1 +(@OGUID+335, 180410, 1502, 8392, 7594, '0', 0, 0, -906.638916015625, 4525.4208984375, 707.4273681640625, 5.602506637573242187, 0, 0, -0.33380699157714843, 0.942641437053680419, 120, 255, 1, 51754), -- G_HangingSkeleton_01 (Area: The Underbelly - Difficulty: 0) CreateObject1 +(@OGUID+336, 180411, 1502, 8392, 7594, '0', 0, 0, -877.86114501953125, 4541.0849609375, 713.2083740234375, 2.22099924087524414, 0, 0, 0.895920753479003906, 0.444213926792144775, 120, 255, 1, 51754), -- G_Ghost_01 (Area: The Underbelly - Difficulty: 0) CreateObject1 +(@OGUID+337, 180411, 1502, 8392, 7594, '0', 0, 0, -899.0086669921875, 4515.181640625, 712.1851806640625, 4.59021615982055664, 0, 0, -0.74895572662353515, 0.662620067596435546, 120, 255, 1, 51754), -- G_Ghost_01 (Area: The Underbelly - Difficulty: 0) CreateObject1 +(@OGUID+338, 180415, 1502, 8392, 7825, '0', 0, 0, -864.05731201171875, 4465.494140625, 696.01806640625, 1.815141916275024414, 0, 0, 0.788010597229003906, 0.615661680698394775, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Underbelly Descent - Difficulty: 0) CreateObject1 +(@OGUID+339, 180415, 1502, 8392, 7825, '0', 0, 0, -855.76910400390625, 4443.8505859375, 696.01806640625, 3.473210096359252929, 0, 0, -0.98628520965576171, 0.165049895644187927, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Underbelly Descent - Difficulty: 0) CreateObject1 +(@OGUID+340, 180415, 1502, 8392, 7825, '0', 0, 0, -866.14581298828125, 4452.2412109375, 696.01806640625, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Underbelly Descent - Difficulty: 0) CreateObject1 +(@OGUID+341, 180415, 1502, 8392, 7825, '0', 0, 0, -843.31597900390625, 4448.60693359375, 696.01806640625, 6.161012649536132812, 0, 0, -0.06104850769042968, 0.998134791851043701, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Underbelly Descent - Difficulty: 0) CreateObject1 +(@OGUID+342, 180415, 1502, 8392, 7825, '0', 0, 0, -848.76739501953125, 4444.52880859375, 696.01806640625, 1.256635904312133789, 0, 0, 0.587784767150878906, 0.809017360210418701, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Underbelly Descent - Difficulty: 0) CreateObject1 +(@OGUID+343, 180415, 1502, 8392, 7825, '0', 0, 0, -862.00177001953125, 4446.62255859375, 696.01806640625, 4.660029888153076171, 0, 0, -0.72537422180175781, 0.688354730606079101, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Underbelly Descent - Difficulty: 0) CreateObject1 +(@OGUID+344, 180415, 1502, 8392, 7825, '0', 0, 0, -845.19793701171875, 4467.40380859375, 696.01806640625, 2.321286916732788085, 0, 0, 0.917059898376464843, 0.398749500513076782, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Underbelly Descent - Difficulty: 0) CreateObject1 +(@OGUID+345, 180415, 1502, 8392, 7825, '0', 0, 0, -841.21875, 4461.8046875, 696.01806640625, 5.619962215423583984, 0, 0, -0.32556724548339843, 0.945518851280212402, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Underbelly Descent - Difficulty: 0) CreateObject1 +(@OGUID+346, 180415, 1502, 8392, 7825, '0', 0, 0, -840.482666015625, 4454.8603515625, 696.01806640625, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Underbelly Descent - Difficulty: 0) CreateObject1 +(@OGUID+347, 180415, 1502, 8392, 7825, '0', 0, 0, -866.8975830078125, 4459.203125, 696.01806640625, 2.129300594329833984, 0, 0, 0.874619483947753906, 0.484810054302215576, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Underbelly Descent - Difficulty: 0) CreateObject1 +(@OGUID+348, 180415, 1502, 8392, 7825, '0', 0, 0, -858.529541015625, 4469.53662109375, 696.01806640625, 1.675513744354248046, 0, 0, 0.743144035339355468, 0.669131457805633544, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Underbelly Descent - Difficulty: 0) CreateObject1 +(@OGUID+349, 180415, 1502, 8392, 7825, '0', 0, 0, -851.60418701171875, 4470.23095703125, 696.01806640625, 1.902408957481384277, 0, 0, 0.814115524291992187, 0.580702960491180419, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Underbelly Descent - Difficulty: 0) CreateObject1 +(@OGUID+350, 180415, 1502, 8392, 7825, '0', 0, 0, -816.35589599609375, 4488.9755859375, 702.113525390625, 0.802850961685180664, 0, 0, 0.390730857849121093, 0.920504987239837646, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Underbelly Descent - Difficulty: 0) CreateObject1 +(@OGUID+351, 180415, 1502, 8392, 7825, '0', 0, 0, -819.26910400390625, 4488.376953125, 702.11572265625, 0.802850961685180664, 0, 0, 0.390730857849121093, 0.920504987239837646, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Underbelly Descent - Difficulty: 0) CreateObject1 +(@OGUID+352, 180415, 1502, 8392, 7825, '0', 0, 0, -811.79339599609375, 4494.42041015625, 702.112548828125, 0.802850961685180664, 0, 0, 0.390730857849121093, 0.920504987239837646, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Underbelly Descent - Difficulty: 0) CreateObject1 +(@OGUID+353, 180415, 1502, 8392, 7825, '0', 0, 0, -813.670166015625, 4492.21533203125, 702.11309814453125, 0.802850961685180664, 0, 0, 0.390730857849121093, 0.920504987239837646, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Underbelly Descent - Difficulty: 0) CreateObject1 +(@OGUID+354, 180415, 1502, 8392, 7825, '0', 0, 0, -825.78472900390625, 4493.47998046875, 702.12091064453125, 0.802850961685180664, 0, 0, 0.390730857849121093, 0.920504987239837646, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Underbelly Descent - Difficulty: 0) CreateObject1 +(@OGUID+355, 180415, 1502, 8392, 7825, '0', 0, 0, -828.435791015625, 4495.56103515625, 702.11895751953125, 0.802850961685180664, 0, 0, 0.390730857849121093, 0.920504987239837646, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Underbelly Descent - Difficulty: 0) CreateObject1 +(@OGUID+356, 180415, 1502, 8392, 7825, '0', 0, 0, -831.04864501953125, 4497.6474609375, 702.11602783203125, 0.802850961685180664, 0, 0, 0.390730857849121093, 0.920504987239837646, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Underbelly Descent - Difficulty: 0) CreateObject1 +(@OGUID+357, 180415, 1502, 8392, 7825, '0', 0, 0, -823.2100830078125, 4491.65478515625, 702.11962890625, 0.802850961685180664, 0, 0, 0.390730857849121093, 0.920504987239837646, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Underbelly Descent - Difficulty: 0) CreateObject1 +(@OGUID+358, 180415, 1502, 8392, 7825, '0', 0, 0, -835.6875, 4501.6630859375, 702.11016845703125, 0.802850961685180664, 0, 0, 0.390730857849121093, 0.920504987239837646, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Underbelly Descent - Difficulty: 0) CreateObject1 +(@OGUID+359, 180415, 1502, 8392, 7825, '0', 0, 0, -809.92364501953125, 4496.67041015625, 702.111572265625, 0.802850961685180664, 0, 0, 0.390730857849121093, 0.920504987239837646, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Underbelly Descent - Difficulty: 0) CreateObject1 +(@OGUID+360, 180415, 1502, 8392, 7825, '0', 0, 0, -833.56768798828125, 4499.8349609375, 702.11309814453125, 0.802850961685180664, 0, 0, 0.390730857849121093, 0.920504987239837646, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Underbelly Descent - Difficulty: 0) CreateObject1 +(@OGUID+361, 180415, 1502, 8392, 7594, '0', 0, 0, -734.67364501953125, 4407.34912109375, 700.52630615234375, 3.351046562194824218, 0, 0, -0.99452114105224609, 0.104535527527332305, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Underbelly - Difficulty: 0) CreateObject1 +(@OGUID+362, 180415, 1502, 8392, 7594, '0', 0, 0, -740.52606201171875, 4399.92626953125, 700.62774658203125, 6.248279094696044921, 0, 0, -0.01745223999023437, 0.999847710132598876, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Underbelly - Difficulty: 0) CreateObject1 +(@OGUID+363, 180415, 1502, 8392, 7594, '0', 0, 0, -739.38543701171875, 4384.56103515625, 697.25494384765625, 3.94444584846496582, 0, 0, -0.92050457000732421, 0.3907318115234375, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Underbelly - Difficulty: 0) CreateObject1 +(@OGUID+364, 180415, 1502, 8392, 7594, '0', 0, 0, -723.217041015625, 4384.62353515625, 697.356689453125, 5.044002056121826171, 0, 0, -0.58070278167724609, 0.814115643501281738, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Underbelly - Difficulty: 0) CreateObject1 +(@OGUID+365, 180415, 1502, 8392, 7594, '0', 0, 0, -719.8975830078125, 4406.2568359375, 697.2532958984375, 3.019413232803344726, 0, 0, 0.998134613037109375, 0.061051756143569946, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Underbelly - Difficulty: 0) CreateObject1 +(@OGUID+366, 180415, 1502, 8392, 7594, '0', 0, 0, -721.02606201171875, 4404.8984375, 697.2525634765625, 0.418878614902496337, 0, 0, 0.207911491394042968, 0.978147625923156738, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Underbelly - Difficulty: 0) CreateObject1 +(@OGUID+367, 180415, 1502, 8392, 7594, '0', 0, 0, -837.95660400390625, 4503.57666015625, 702.107421875, 0.802850961685180664, 0, 0, 0.390730857849121093, 0.920504987239837646, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Underbelly - Difficulty: 0) CreateObject1 +(@OGUID+368, 180415, 1502, 8392, 7594, '0', 0, 0, -728.15972900390625, 4382.45751953125, 697.26104736328125, 0.488691210746765136, 0, 0, 0.241921424865722656, 0.970295846462249755, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Underbelly - Difficulty: 0) CreateObject1 +(@OGUID+369, 180415, 1502, 8392, 7594, '0', 0, 0, -720.48614501953125, 4383.431640625, 697.3843994140625, 5.131268978118896484, 0, 0, -0.54463863372802734, 0.838670849800109863, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Underbelly - Difficulty: 0) CreateObject1 +(@OGUID+370, 180415, 1502, 8392, 7594, '0', 0, 0, -715.16668701171875, 4390.33935546875, 697.26605224609375, 2.216565132141113281, 0, 0, 0.894933700561523437, 0.44619917869567871, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Underbelly - Difficulty: 0) CreateObject1 +(@OGUID+371, 180415, 1502, 8392, 7594, '0', 0, 0, -713.2257080078125, 4392.63916015625, 697.40582275390625, 3.473210096359252929, 0, 0, -0.98628520965576171, 0.165049895644187927, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Underbelly - Difficulty: 0) CreateObject1 +(@OGUID+372, 180415, 1502, 8392, 7594, '0', 0, 0, -879.3125, 4524.962890625, 707.75543212890625, 6.213373661041259765, 0, 0, -0.03489875793457031, 0.999390840530395507, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Underbelly - Difficulty: 0) CreateObject1 +(@OGUID+373, 180415, 1502, 8392, 7594, '0', 0, 0, -876.592041015625, 4523.8603515625, 706.39404296875, 1.343901276588439941, 0, 0, 0.622513771057128906, 0.78260880708694458, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Underbelly - Difficulty: 0) CreateObject1 +(@OGUID+374, 180415, 1502, 8392, 7594, '0', 0, 0, -870.404541015625, 4531.12255859375, 706.3983154296875, 2.513273954391479492, 0, 0, 0.951056480407714843, 0.309017121791839599, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Underbelly - Difficulty: 0) CreateObject1 +(@OGUID+375, 180415, 1502, 8392, 7594, '0', 0, 0, -871.94964599609375, 4534.025390625, 707.97412109375, 4.625123500823974609, 0, 0, -0.73727703094482421, 0.67559051513671875, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Underbelly - Difficulty: 0) CreateObject1 +(@OGUID+376, 180415, 1502, 8392, 7594, '0', 0, 0, -882.30035400390625, 4527.455078125, 706.3406982421875, 0.209439441561698913, 0, 0, 0.104528427124023437, 0.994521915912628173, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Underbelly - Difficulty: 0) CreateObject1 +(@OGUID+377, 180415, 1502, 8392, 7594, '0', 0, 0, -877.37677001953125, 4541.26318359375, 706.265625, 0.698131442070007324, 0, 0, 0.342020034790039062, 0.939692676067352294, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Underbelly - Difficulty: 0) CreateObject1 +(@OGUID+378, 180415, 1502, 8392, 7594, '0', 0, 0, -874.1961669921875, 4536.08251953125, 706.3974609375, 4.59021615982055664, 0, 0, -0.74895572662353515, 0.662620067596435546, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Underbelly - Difficulty: 0) CreateObject1 +(@OGUID+379, 180415, 1502, 8392, 7594, '0', 0, 0, -887.14581298828125, 4529.99755859375, 707.6065673828125, 0.349065244197845458, 0, 0, 0.173647880554199218, 0.984807789325714111, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Underbelly - Difficulty: 0) CreateObject1 +(@OGUID+380, 180415, 1502, 8392, 7594, '0', 0, 0, -904.2274169921875, 4549.1943359375, 707.25885009765625, 3.735006093978881835, 0, 0, -0.95630455017089843, 0.292372345924377441, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Underbelly - Difficulty: 0) CreateObject1 +(@OGUID+381, 180415, 1502, 8392, 7594, '0', 0, 0, -901.8038330078125, 4552.6318359375, 707.35675048828125, 3.52557229995727539, 0, 0, -0.98162651062011718, 0.190812408924102783, 120, 255, 1, 51754), -- CandleBlack01 (Area: The Underbelly - Difficulty: 0) CreateObject1 +(@OGUID+382, 180472, 1502, 8392, 7825, '0', 0, 0, -897.68927001953125, 4431.298828125, 706.64141845703125, 0.296705186367034912, 0, 0, 0.147809028625488281, 0.989015936851501464, 120, 255, 1, 51754), -- HangingSkullLight02 (Area: The Underbelly Descent - Difficulty: 0) CreateObject1 +(@OGUID+383, 180472, 1502, 8392, 7825, '0', 0, 0, -887.185791015625, 4454.55224609375, 710.49578857421875, 5.637413978576660156, 0, 0, -0.31730461120605468, 0.948323667049407958, 120, 255, 1, 51754), -- HangingSkullLight02 (Area: The Underbelly Descent - Difficulty: 0) CreateObject1 +(@OGUID+384, 180472, 1502, 8392, 7825, '0', 0, 0, -907.87847900390625, 4448.484375, 712.07147216796875, 5.201082706451416015, 0, 0, -0.51503753662109375, 0.857167601585388183, 120, 255, 1, 51754), -- HangingSkullLight02 (Area: The Underbelly Descent - Difficulty: 0) CreateObject1 +(@OGUID+385, 180472, 1502, 8392, 7825, '0', 0, 0, -838.40277099609375, 4401.001953125, 721.8878173828125, 2.825315237045288085, 0, 0, 0.987522125244140625, 0.157480359077453613, 120, 255, 1, 51754), -- HangingSkullLight02 (Area: The Underbelly Descent - Difficulty: 0) CreateObject1 +(@OGUID+386, 180472, 1502, 8392, 7825, '0', 0, 0, -876.92535400390625, 4469.21533203125, 712.45428466796875, 5.6897735595703125, 0, 0, -0.29237174987792968, 0.956304728984832763, 120, 255, 1, 51754), -- HangingSkullLight02 (Area: The Underbelly Descent - Difficulty: 0) CreateObject1 +(@OGUID+387, 180472, 1502, 8392, 7825, '0', 0, 0, -814.12152099609375, 4464.900390625, 707.31671142578125, 0.139624491333961486, 0, 0, 0.06975555419921875, 0.997564136981964111, 120, 255, 1, 51754), -- HangingSkullLight02 (Area: The Underbelly Descent - Difficulty: 0) CreateObject1 +(@OGUID+388, 180472, 1502, 8392, 7825, '0', 0, 0, -780.59027099609375, 4438.5322265625, 711.06524658203125, 2.530723094940185546, 0, 0, 0.953716278076171875, 0.300707906484603881, 120, 255, 1, 51754), -- HangingSkullLight02 (Area: The Underbelly Descent - Difficulty: 0) CreateObject1 +(@OGUID+389, 180472, 1502, 8392, 7825, '0', 0, 0, -868.828125, 4475.8212890625, 710.68914794921875, 2.495818138122558593, 0, 0, 0.948323249816894531, 0.317305892705917358, 120, 255, 1, 51754), -- HangingSkullLight02 (Area: The Underbelly Descent - Difficulty: 0) CreateObject1 +(@OGUID+390, 180472, 1502, 8392, 7825, '0', 0, 0, -795.1336669921875, 4471.3369140625, 708.90576171875, 2.004709720611572265, 0, 0, 0.842741012573242187, 0.538319230079650878, 120, 255, 1, 51754), -- HangingSkullLight02 (Area: The Underbelly Descent - Difficulty: 0) CreateObject1 +(@OGUID+391, 180472, 1502, 8392, 7825, '0', 0, 0, -903.984375, 4476.26904296875, 717.11810302734375, 0.602291584014892578, 0, 0, 0.296614646911621093, 0.954997241497039794, 120, 255, 1, 51754), -- HangingSkullLight02 (Area: The Underbelly Descent - Difficulty: 0) CreateObject1 +(@OGUID+392, 180472, 1502, 8392, 7594, '0', 0, 0, -739.3663330078125, 4404.5234375, 706.7899169921875, 5.253442287445068359, 0, 0, -0.49242305755615234, 0.870355963706970214, 120, 255, 1, 51754), -- HangingSkullLight02 (Area: The Underbelly - Difficulty: 0) CreateObject1 +(@OGUID+393, 180472, 1502, 8392, 7594, '0', 0, 0, -847.89239501953125, 4538.3369140625, 717.09112548828125, 1.645804762840270996, 0, 0, 0.733122825622558593, 0.680096268653869628, 120, 255, 1, 51754), -- HangingSkullLight02 (Area: The Underbelly - Difficulty: 0) CreateObject1 +(@OGUID+394, 180472, 1502, 8392, 7594, '0', 0, 0, -888.03472900390625, 4539.6787109375, 710.55804443359375, 6.02548074722290039, 0, 0, -0.12849617004394531, 0.991710007190704345, 120, 255, 1, 51754), -- HangingSkullLight02 (Area: The Underbelly - Difficulty: 0) CreateObject1 +(@OGUID+395, 180472, 1502, 8392, 7594, '0', 0, 0, -880.77081298828125, 4557.548828125, 710.59033203125, 3.134826898574829101, 0, 0, 0.999994277954101562, 0.00338291167281568, 120, 255, 1, 51754), -- HangingSkullLight02 (Area: The Underbelly - Difficulty: 0) CreateObject1 +(@OGUID+396, 180523, 1502, 8392, 7594, '0', 0, 0, -903.48614501953125, 4521.767578125, 706.38812255859375, 3.78736734390258789, 0, 0, -0.94832324981689453, 0.317305892705917358, 120, 255, 1, 51754); -- Apple Bob (Area: The Underbelly - Difficulty: 0) CreateObject1 + +-- Event spawns +DELETE FROM `game_event_creature` WHERE `eventEntry`=12 AND `guid` BETWEEN @CGUID+0 AND @CGUID+2; +INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES +(12, @CGUID+0), +(12, @CGUID+1), +(12, @CGUID+2); + +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+396; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48), +(12, @OGUID+49), +(12, @OGUID+50), +(12, @OGUID+51), +(12, @OGUID+52), +(12, @OGUID+53), +(12, @OGUID+54), +(12, @OGUID+55), +(12, @OGUID+56), +(12, @OGUID+57), +(12, @OGUID+58), +(12, @OGUID+59), +(12, @OGUID+60), +(12, @OGUID+61), +(12, @OGUID+62), +(12, @OGUID+63), +(12, @OGUID+64), +(12, @OGUID+65), +(12, @OGUID+66), +(12, @OGUID+67), +(12, @OGUID+68), +(12, @OGUID+69), +(12, @OGUID+70), +(12, @OGUID+71), +(12, @OGUID+72), +(12, @OGUID+73), +(12, @OGUID+74), +(12, @OGUID+75), +(12, @OGUID+76), +(12, @OGUID+77), +(12, @OGUID+78), +(12, @OGUID+79), +(12, @OGUID+80), +(12, @OGUID+81), +(12, @OGUID+82), +(12, @OGUID+83), +(12, @OGUID+84), +(12, @OGUID+85), +(12, @OGUID+86), +(12, @OGUID+87), +(12, @OGUID+88), +(12, @OGUID+89), +(12, @OGUID+90), +(12, @OGUID+91), +(12, @OGUID+92), +(12, @OGUID+93), +(12, @OGUID+94), +(12, @OGUID+95), +(12, @OGUID+96), +(12, @OGUID+97), +(12, @OGUID+98), +(12, @OGUID+99), +(12, @OGUID+100), +(12, @OGUID+101), +(12, @OGUID+102), +(12, @OGUID+103), +(12, @OGUID+104), +(12, @OGUID+105), +(12, @OGUID+106), +(12, @OGUID+107), +(12, @OGUID+108), +(12, @OGUID+109), +(12, @OGUID+110), +(12, @OGUID+111), +(12, @OGUID+112), +(12, @OGUID+113), +(12, @OGUID+114), +(12, @OGUID+115), +(12, @OGUID+116), +(12, @OGUID+117), +(12, @OGUID+118), +(12, @OGUID+119), +(12, @OGUID+120), +(12, @OGUID+121), +(12, @OGUID+122), +(12, @OGUID+123), +(12, @OGUID+124), +(12, @OGUID+125), +(12, @OGUID+126), +(12, @OGUID+127), +(12, @OGUID+128), +(12, @OGUID+129), +(12, @OGUID+130), +(12, @OGUID+131), +(12, @OGUID+132), +(12, @OGUID+133), +(12, @OGUID+134), +(12, @OGUID+135), +(12, @OGUID+136), +(12, @OGUID+137), +(12, @OGUID+138), +(12, @OGUID+139), +(12, @OGUID+140), +(12, @OGUID+141), +(12, @OGUID+142), +(12, @OGUID+143), +(12, @OGUID+144), +(12, @OGUID+145), +(12, @OGUID+146), +(12, @OGUID+147), +(12, @OGUID+148), +(12, @OGUID+149), +(12, @OGUID+150), +(12, @OGUID+151), +(12, @OGUID+152), +(12, @OGUID+153), +(12, @OGUID+154), +(12, @OGUID+155), +(12, @OGUID+156), +(12, @OGUID+157), +(12, @OGUID+158), +(12, @OGUID+159), +(12, @OGUID+160), +(12, @OGUID+161), +(12, @OGUID+162), +(12, @OGUID+163), +(12, @OGUID+164), +(12, @OGUID+165), +(12, @OGUID+166), +(12, @OGUID+167), +(12, @OGUID+168), +(12, @OGUID+169), +(12, @OGUID+170), +(12, @OGUID+171), +(12, @OGUID+172), +(12, @OGUID+173), +(12, @OGUID+174), +(12, @OGUID+175), +(12, @OGUID+176), +(12, @OGUID+177), +(12, @OGUID+178), +(12, @OGUID+179), +(12, @OGUID+180), +(12, @OGUID+181), +(12, @OGUID+182), +(12, @OGUID+183), +(12, @OGUID+184), +(12, @OGUID+185), +(12, @OGUID+186), +(12, @OGUID+187), +(12, @OGUID+188), +(12, @OGUID+189), +(12, @OGUID+190), +(12, @OGUID+191), +(12, @OGUID+192), +(12, @OGUID+193), +(12, @OGUID+194), +(12, @OGUID+195), +(12, @OGUID+196), +(12, @OGUID+197), +(12, @OGUID+198), +(12, @OGUID+199), +(12, @OGUID+200), +(12, @OGUID+201), +(12, @OGUID+202), +(12, @OGUID+203), +(12, @OGUID+204), +(12, @OGUID+205), +(12, @OGUID+206), +(12, @OGUID+207), +(12, @OGUID+208), +(12, @OGUID+209), +(12, @OGUID+210), +(12, @OGUID+211), +(12, @OGUID+212), +(12, @OGUID+213), +(12, @OGUID+214), +(12, @OGUID+215), +(12, @OGUID+216), +(12, @OGUID+217), +(12, @OGUID+218), +(12, @OGUID+219), +(12, @OGUID+220), +(12, @OGUID+221), +(12, @OGUID+222), +(12, @OGUID+223), +(12, @OGUID+224), +(12, @OGUID+225), +(12, @OGUID+226), +(12, @OGUID+227), +(12, @OGUID+228), +(12, @OGUID+229), +(12, @OGUID+230), +(12, @OGUID+231), +(12, @OGUID+232), +(12, @OGUID+233), +(12, @OGUID+234), +(12, @OGUID+235), +(12, @OGUID+236), +(12, @OGUID+237), +(12, @OGUID+238), +(12, @OGUID+239), +(12, @OGUID+240), +(12, @OGUID+241), +(12, @OGUID+242), +(12, @OGUID+243), +(12, @OGUID+244), +(12, @OGUID+245), +(12, @OGUID+246), +(12, @OGUID+247), +(12, @OGUID+248), +(12, @OGUID+249), +(12, @OGUID+250), +(12, @OGUID+251), +(12, @OGUID+252), +(12, @OGUID+253), +(12, @OGUID+254), +(12, @OGUID+255), +(12, @OGUID+256), +(12, @OGUID+257), +(12, @OGUID+258), +(12, @OGUID+259), +(12, @OGUID+260), +(12, @OGUID+261), +(12, @OGUID+262), +(12, @OGUID+263), +(12, @OGUID+264), +(12, @OGUID+265), +(12, @OGUID+266), +(12, @OGUID+267), +(12, @OGUID+268), +(12, @OGUID+269), +(12, @OGUID+270), +(12, @OGUID+271), +(12, @OGUID+272), +(12, @OGUID+273), +(12, @OGUID+274), +(12, @OGUID+275), +(12, @OGUID+276), +(12, @OGUID+277), +(12, @OGUID+278), +(12, @OGUID+279), +(12, @OGUID+280), +(12, @OGUID+281), +(12, @OGUID+282), +(12, @OGUID+283), +(12, @OGUID+284), +(12, @OGUID+285), +(12, @OGUID+286), +(12, @OGUID+287), +(12, @OGUID+288), +(12, @OGUID+289), +(12, @OGUID+290), +(12, @OGUID+291), +(12, @OGUID+292), +(12, @OGUID+293), +(12, @OGUID+294), +(12, @OGUID+295), +(12, @OGUID+296), +(12, @OGUID+297), +(12, @OGUID+298), +(12, @OGUID+299), +(12, @OGUID+300), +(12, @OGUID+301), +(12, @OGUID+302), +(12, @OGUID+303), +(12, @OGUID+304), +(12, @OGUID+305), +(12, @OGUID+306), +(12, @OGUID+307), +(12, @OGUID+308), +(12, @OGUID+309), +(12, @OGUID+310), +(12, @OGUID+311), +(12, @OGUID+312), +(12, @OGUID+313), +(12, @OGUID+314), +(12, @OGUID+315), +(12, @OGUID+316), +(12, @OGUID+317), +(12, @OGUID+318), +(12, @OGUID+319), +(12, @OGUID+320), +(12, @OGUID+321), +(12, @OGUID+322), +(12, @OGUID+323), +(12, @OGUID+324), +(12, @OGUID+325), +(12, @OGUID+326), +(12, @OGUID+327), +(12, @OGUID+328), +(12, @OGUID+329), +(12, @OGUID+330), +(12, @OGUID+331), +(12, @OGUID+332), +(12, @OGUID+333), +(12, @OGUID+334), +(12, @OGUID+335), +(12, @OGUID+336), +(12, @OGUID+337), +(12, @OGUID+338), +(12, @OGUID+339), +(12, @OGUID+340), +(12, @OGUID+341), +(12, @OGUID+342), +(12, @OGUID+343), +(12, @OGUID+344), +(12, @OGUID+345), +(12, @OGUID+346), +(12, @OGUID+347), +(12, @OGUID+348), +(12, @OGUID+349), +(12, @OGUID+350), +(12, @OGUID+351), +(12, @OGUID+352), +(12, @OGUID+353), +(12, @OGUID+354), +(12, @OGUID+355), +(12, @OGUID+356), +(12, @OGUID+357), +(12, @OGUID+358), +(12, @OGUID+359), +(12, @OGUID+360), +(12, @OGUID+361), +(12, @OGUID+362), +(12, @OGUID+363), +(12, @OGUID+364), +(12, @OGUID+365), +(12, @OGUID+366), +(12, @OGUID+367), +(12, @OGUID+368), +(12, @OGUID+369), +(12, @OGUID+370), +(12, @OGUID+371), +(12, @OGUID+372), +(12, @OGUID+373), +(12, @OGUID+374), +(12, @OGUID+375), +(12, @OGUID+376), +(12, @OGUID+377), +(12, @OGUID+378), +(12, @OGUID+379), +(12, @OGUID+380), +(12, @OGUID+381), +(12, @OGUID+382), +(12, @OGUID+383), +(12, @OGUID+384), +(12, @OGUID+385), +(12, @OGUID+386), +(12, @OGUID+387), +(12, @OGUID+388), +(12, @OGUID+389), +(12, @OGUID+390), +(12, @OGUID+391), +(12, @OGUID+392), +(12, @OGUID+393), +(12, @OGUID+394), +(12, @OGUID+395), +(12, @OGUID+396); + +-- +SET @CGUID := 6800003; +SET @OGUID := 6800397; + +-- Old creature spawns +DELETE FROM `creature` WHERE `guid` BETWEEN 6000773 AND 6000783; +DELETE FROM `creature_addon` WHERE `guid` BETWEEN 6000773 AND 6000783; +DELETE FROM `game_event_creature` WHERE `guid` BETWEEN 6000773 AND 6000783; + +-- Creature spawns +DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+10; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES +(@CGUID+0, 109734, 1220, 7558, 7642, '0', 0, 0, 0, 0, 2906.13720703125, 7677.853515625, 4.001736164093017578, 4.70738077163696289, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Hag of the Crooked Tree (Area: Bradensbrook - Difficulty: 0) CreateObject1 +(@CGUID+1, 109825, 1220, 7558, 7642, '0', 6944, 0, 0, 0, 2927.71435546875, 7699.83837890625, 4.174652099609375, 4.059299945831298828, 120, 0, 0, 2258380, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Aria Sorrowheart (Area: Bradensbrook - Difficulty: 0) CreateObject1 (Auras: ) +(@CGUID+2, 109860, 1220, 7558, 7642, '0', 6944, 0, 0, 0, 2921.678955078125, 7713.064453125, 14.75717449188232421, 4.414573192596435546, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Crooked Tree Crow (Area: Bradensbrook - Difficulty: 0) CreateObject1 +(@CGUID+3, 109860, 1220, 7558, 7642, '0', 6944, 0, 0, 0, 2950.013916015625, 7713.34912109375, 18.54337310791015625, 3.571464061737060546, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Crooked Tree Crow (Area: Bradensbrook - Difficulty: 0) CreateObject1 +(@CGUID+4, 109860, 1220, 7558, 7642, '0', 6944, 0, 0, 0, 2934.327392578125, 7696.11572265625, 25.71790313720703125, 4.198917388916015625, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Crooked Tree Crow (Area: Bradensbrook - Difficulty: 0) CreateObject1 +(@CGUID+5, 109860, 1220, 7558, 7642, '0', 6944, 0, 0, 0, 2917.4296875, 7712.92041015625, 26.51630783081054687, 4.414573192596435546, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 51754), -- Crooked Tree Crow (Area: Bradensbrook - Difficulty: 0) CreateObject1 +(@CGUID+6, 109860, 1220, 7558, 7642, '0', 6944, 0, 0, 0, 2944.6902, 7689.033, 27.137547, 0, 120, 0, 0, 112919, 0, 2, NULL, NULL, NULL, NULL, 51754), -- Crooked Tree Crow (Area: Bradensbrook - Difficulty: 0) CreateObject1 +(@CGUID+7, 109860, 1220, 7558, 7642, '0', 6944, 0, 0, 0, 2927.2039, 7690.2583, 23.157822, 0, 120, 0, 0, 112919, 0, 2, NULL, NULL, NULL, NULL, 51754), -- Crooked Tree Crow (Area: Bradensbrook - Difficulty: 0) CreateObject1 (possible waypoints or random movement) +(@CGUID+8, 109860, 1220, 7558, 7642, '0', 6944, 0, 0, 0, 2918.6843, 7729.5454, 18.94083, 0, 120, 0, 0, 112919, 0, 2, NULL, NULL, NULL, NULL, 51754), -- Crooked Tree Crow (Area: Bradensbrook - Difficulty: 0) CreateObject1 (possible waypoints or random movement) +(@CGUID+9, 109860, 1220, 7558, 7642, '0', 6944, 0, 0, 0, 2942.7214, 7698.4077, 25.029968, 0, 120, 0, 0, 112919, 0, 2, NULL, NULL, NULL, NULL, 51754), -- Crooked Tree Crow (Area: Bradensbrook - Difficulty: 0) CreateObject1 (possible waypoints or random movement) +(@CGUID+10, 109860, 1220, 7558, 7642, '0', 6944, 0, 0, 0, 2925.2622, 7739.953, 23.024887, 0, 120, 0, 0, 112919, 0, 2, NULL, NULL, NULL, NULL, 51754); -- Crooked Tree Crow (Area: Bradensbrook - Difficulty: 0) CreateObject1 (possible waypoints or random movement) + +DELETE FROM `creature_addon` WHERE `guid` BETWEEN @CGUID+6 AND @CGUID+10; +INSERT INTO `creature_addon` (`guid`, `PathId`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES +(@CGUID+6, (109860*100)+0, 0, 0, 3, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 109860 (Crooked Tree Crow) +(@CGUID+7, (109860*100)+1, 0, 0, 3, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 109860 (Crooked Tree Crow) +(@CGUID+8, (109860*100)+2, 0, 0, 3, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 109860 (Crooked Tree Crow) +(@CGUID+9, (109860*100)+3, 0, 0, 3, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- 109860 (Crooked Tree Crow) +(@CGUID+10, (109860*100)+4, 0, 0, 3, 0, 1, 0, 0, 0, 0, 0, 0, ''); -- 109860 (Crooked Tree Crow) + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 6000576 AND 6000588; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 6000576 AND 6000588; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 6000576 AND 6000588; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+12; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180411, 1220, 7558, 7642, '0', 0, 0, 2938.84814453125, 7706.15185546875, 8.826979637145996093, 2.047860622406005859, 0, 0, 0.854158401489257812, 0.520012855529785156, 120, 255, 1, 51754), -- G_Ghost_01 (Area: Bradensbrook - Difficulty: 0) CreateObject1 +(@OGUID+1, 180411, 1220, 7558, 7642, '0', 6944, 0, 2938.838623046875, 7706.150390625, 8.841352462768554687, 2.047860622406005859, 0, 0, 0.854158401489257812, 0.520012855529785156, 120, 255, 1, 51754), -- G_Ghost_01 (Area: Bradensbrook - Difficulty: 0) CreateObject1 +(@OGUID+2, 248860, 1220, 7558, 7642, '0', 0, 0, 2896.405517578125, 7680.525390625, 4.33762979507446289, 3.673851728439331054, 0, 0, -0.96479606628417968, 0.262999176979064941, 120, 255, 1, 51754), -- Books (Area: Bradensbrook - Difficulty: 0) CreateObject1 +(@OGUID+3, 248860, 1220, 7558, 7642, '0', 0, 0, 2900.036376953125, 7678.84912109375, 4.01916360855102539, 0, 0, 0, 0, 1, 120, 255, 1, 51754), -- Books (Area: Bradensbrook - Difficulty: 0) CreateObject1 +(@OGUID+4, 251706, 1220, 7558, 7642, '0', 0, 0, 2905.947998046875, 7675.81884765625, 4.686910152435302734, 4.7073822021484375, 0, 0, -0.70887470245361328, 0.705334424972534179, 120, 255, 0, 51754), -- Crooked Tree Cauldron (Area: Bradensbrook - Difficulty: 0) CreateObject1 +(@OGUID+5, 251765, 1220, 7558, 7642, '0', 0, 0, 2896.572998046875, 7678.57568359375, 4.042050361633300781, 4.079247951507568359, 0.025952816009521484, 0.021407127380371093, -0.89148426055908203, 0.451800823211669921, 120, 255, 1, 51754), -- Crooked Tree Tent (Area: Bradensbrook - Difficulty: 0) CreateObject1 +(@OGUID+6, 251768, 1220, 7558, 7642, '0', 0, 0, 2894.333251953125, 7673.99658203125, 4.345799922943115234, 0, 0, 0, 0, 1, 120, 255, 1, 51754), -- Spooky Light Big (Area: Bradensbrook - Difficulty: 0) CreateObject1 +(@OGUID+7, 251768, 1220, 7558, 7642, '0', 0, 0, 2900.84375, 7682.70947265625, 4.939099788665771484, 0, 0, 0, 0, 1, 120, 255, 1, 51754), -- Spooky Light Big (Area: Bradensbrook - Difficulty: 0) CreateObject1 +(@OGUID+8, 251822, 1220, 7558, 7642, '0', 0, 0, 2899.237060546875, 7679.2734375, 4.079217910766601562, 4.515312671661376953, 0, 0, -0.77324104309082031, 0.634112238883972167, 120, 255, 1, 51754), -- Crooked Tree Chair (Area: Bradensbrook - Difficulty: 0) CreateObject1 +(@OGUID+9, 251823, 1220, 7558, 7642, '0', 0, 0, 2894.14501953125, 7680.35791015625, 4.618403911590576171, 4.110296249389648437, -0.0405592918395996, 0.105701446533203125, -0.87858390808105468, 0.463974654674530029, 120, 255, 1, 51754), -- Crooked Tree Bed (Area: Bradensbrook - Difficulty: 0) CreateObject1 +(@OGUID+10, 251824, 1220, 7558, 7642, '0', 0, 0, 2897.671875, 7677.541015625, 3.973532915115356445, 2.426764965057373046, 0.01990365982055664, -0.04411602020263671, 0.935296058654785156, 0.350540876388549804, 120, 255, 1, 51754), -- Crooked Tree Rug (Area: Bradensbrook - Difficulty: 0) CreateObject1 +(@OGUID+11, 251826, 1220, 7558, 7642, '0', 0, 0, 2904.35498046875, 7678.31005859375, 5.042687416076660156, 0, 0, 0, 0, 1, 120, 255, 1, 51754), -- Crooked Tree Candle (Area: Bradensbrook - Difficulty: 0) CreateObject1 +(@OGUID+12, 251826, 1220, 7558, 7642, '0', 0, 0, 2907.647705078125, 7678.7666015625, 5.03698587417602539, 0, 0, 0, 0, 1, 120, 255, 1, 51754); -- Crooked Tree Candle (Area: Bradensbrook - Difficulty: 0) CreateObject1 + +-- Event spawns +DELETE FROM `game_event_creature` WHERE `eventEntry`=12 AND `guid` BETWEEN @CGUID+0 AND @CGUID+10; +INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES +(12, @CGUID+0), +(12, @CGUID+1), +(12, @CGUID+2), +(12, @CGUID+3), +(12, @CGUID+4), +(12, @CGUID+5), +(12, @CGUID+6), +(12, @CGUID+7), +(12, @CGUID+8), +(12, @CGUID+9), +(12, @CGUID+10); + +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+12; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12); diff --git a/sql/updates/world/master/2024_03_18_03_world_hallows_end_zuldazar_kul_tiras.sql b/sql/updates/world/master/2024_03_18_03_world_hallows_end_zuldazar_kul_tiras.sql new file mode 100644 index 0000000000000..221e34d91b0bf --- /dev/null +++ b/sql/updates/world/master/2024_03_18_03_world_hallows_end_zuldazar_kul_tiras.sql @@ -0,0 +1,317 @@ +-- +SET @CGUID := 7800000; +SET @OGUID := 7800000; + +-- Old creature spawns +DELETE FROM `creature` WHERE `guid` BETWEEN 7000028 AND 7000028; +DELETE FROM `creature_addon` WHERE `guid` BETWEEN 7000028 AND 7000028; +DELETE FROM `game_event_creature` WHERE `guid` BETWEEN 7000028 AND 7000028; + +-- Creature spawns +DELETE FROM `creature` WHERE `guid`=@CGUID+0; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES +(@CGUID+0, 40435, 1642, 8499, 8670, '0', 0, 0, 0, 0, -1076.3228759765625, 818.26214599609375, 434.41619873046875, 3.861127138137817382, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 51886); -- Headless Ghost (Area: Dazar'alor - Difficulty: 0) CreateObject1 (Auras: 33900 - Shroud of Death) + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 7000014 AND 7000098; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 7000014 AND 7000098; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 7000014 AND 7000098; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+84; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 1642, 8499, 8670, '0', 0, 0, -1131.2291259765625, 815.8194580078125, 444.801788330078125, 3.379469633102416992, 0, 0, -0.9929351806640625, 0.118658117949962615, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+1, 180405, 1642, 8499, 8670, '0', 0, 0, -1129.421875, 834.52081298828125, 487.863189697265625, 2.633406639099121093, 0, 0, 0.967891693115234375, 0.251367628574371337, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+2, 180405, 1642, 8499, 8670, '0', 0, 0, -1087.6353759765625, 811.70660400390625, 448.600067138671875, 3.379469633102416992, 0, 0, -0.9929351806640625, 0.118658117949962615, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+3, 180405, 1642, 8499, 8670, '0', 0, 0, -1132.5035400390625, 798.826416015625, 437.541473388671875, 2.633406639099121093, 0, 0, 0.967891693115234375, 0.251367628574371337, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+4, 180405, 1642, 8499, 8670, '0', 0, 0, -1111.96533203125, 797.70489501953125, 435.332855224609375, 2.633406639099121093, 0, 0, 0.967891693115234375, 0.251367628574371337, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+5, 180405, 1642, 8499, 8670, '0', 0, 0, -1025.90625, 811.5242919921875, 437.090484619140625, 5.286466121673583984, 0, 0, -0.47798538208007812, 0.878367781639099121, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+6, 180406, 1642, 8499, 8670, '0', 0, 0, -1117.9254150390625, 793.48089599609375, 444.801788330078125, 0.498791694641113281, 0, 0, 0.24681854248046875, 0.969061732292175292, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+7, 180406, 1642, 8499, 8670, '0', 0, 0, -1117.954833984375, 815.73614501953125, 444.801788330078125, 3.65618896484375, 0, 0, -0.96708106994628906, 0.254468441009521484, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+8, 180406, 1642, 8499, 8670, '0', 0, 0, -1144.251708984375, 782.03643798828125, 433.325042724609375, 1.407295107841491699, 0, 0, 0.647003173828125, 0.762487351894378662, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+9, 180406, 1642, 8499, 8670, '0', 0, 0, -1078.1666259765625, 811.79864501953125, 448.600067138671875, 3.55430912971496582, 0, 0, -0.97878360748291015, 0.20489668846130371, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+10, 180406, 1642, 8499, 8670, '0', 0, 0, -1078.2535400390625, 797.21527099609375, 448.600067138671875, 0.539281249046325683, 0, 0, 0.266385078430175781, 0.963866710662841796, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+11, 180406, 1642, 8499, 8670, '0', 0, 0, -1075.795166015625, 825.54168701171875, 445.58233642578125, 4.40411376953125, 0, 0, -0.80728435516357421, 0.590162694454193115, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+12, 180406, 1642, 8499, 8670, '0', 0, 0, -1025.859375, 798.94268798828125, 437.090484619140625, 4.979049205780029296, 0, 0, -0.60683155059814453, 0.79483044147491455, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+13, 180407, 1642, 8499, 8670, '0', 0, 0, -1129.392333984375, 775.06597900390625, 487.863128662109375, 1.308245420455932617, 0, 0, 0.608463287353515625, 0.793582022190093994, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+14, 180407, 1642, 8499, 8670, '0', 0, 0, -1131.2535400390625, 793.57464599609375, 444.801788330078125, 0.359478324651718139, 0, 0, 0.178772926330566406, 0.983890354633331298, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+15, 180407, 1642, 8499, 8670, '0', 0, 0, -1087.6649169921875, 797.2586669921875, 448.600067138671875, 0.308833539485931396, 0, 0, 0.153803825378417968, 0.988101422786712646, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+16, 180407, 1642, 8499, 8670, '0', 0, 0, -1112.361083984375, 811.92535400390625, 435.332855224609375, 1.308245420455932617, 0, 0, 0.608463287353515625, 0.793582022190093994, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+17, 180407, 1642, 8499, 8670, '0', 0, 0, -1132.4166259765625, 810.3367919921875, 437.541473388671875, 1.308245420455932617, 0, 0, 0.608463287353515625, 0.793582022190093994, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+18, 180407, 1642, 8499, 8670, '0', 0, 0, -1099.4722900390625, 765.52606201171875, 435.339019775390625, 2.712684869766235351, 0, 0, 0.977092742919921875, 0.212813898921012878, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+19, 180410, 1642, 8499, 8670, '0', 0, 0, -1132.111083984375, 840.03125, 493.241424560546875, 0.00479698646813631, 0, 0, 0.002398490905761718, 0.999997079372406005, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+20, 180410, 1642, 8499, 8670, '0', 0, 0, -1131.779541015625, 768.62152099609375, 493.241424560546875, 0.048819620162248611, 0, 0, 0.024407386779785156, 0.999702095985412597, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+21, 180410, 1642, 8499, 8670, '0', 0, 0, -1091.467041015625, 787.92706298828125, 439.162872314453125, 1.583769202232360839, 0, 0, 0.711678504943847656, 0.702505290508270263, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+22, 180410, 1642, 8499, 8670, '0', 0, 0, -1126.5885009765625, 856.97222900390625, 446.993011474609375, 4.783641815185546875, 0, 0, -0.68147182464599609, 0.73184436559677124, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+23, 180410, 1642, 8499, 8670, '0', 0, 0, -1126.501708984375, 752.420166015625, 447.081878662109375, 1.547181367874145507, 0, 0, 0.698708534240722656, 0.715406417846679687, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+24, 180410, 1642, 8499, 8670, '0', 0, 0, -1091.467041015625, 821.498291015625, 439.162872314453125, 4.805901527404785156, 0, 0, -0.67328453063964843, 0.739383518695831298, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+25, 180410, 1642, 8499, 8670, '0', 0, 0, -1069.595458984375, 854.88018798828125, 438.321502685546875, 3.216021299362182617, 0, 0, -0.99930763244628906, 0.037205621600151062, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+26, 180410, 1642, 8499, 8670, '0', 0, 0, -1069.6129150390625, 754.67535400390625, 438.321502685546875, 3.216021299362182617, 0, 0, -0.99930763244628906, 0.037205621600151062, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+27, 180411, 1642, 8499, 8670, '0', 0, 0, -1135.501708984375, 773.50518798828125, 448.247161865234375, 5.117574691772460937, 0, 0, -0.55036830902099609, 0.834922015666961669, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+28, 180411, 1642, 8499, 8670, '0', 0, 0, -1117.5867919921875, 773.546875, 448.247161865234375, 4.796473026275634765, 0, 0, -0.67676258087158203, 0.736201345920562744, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+29, 180411, 1642, 8499, 8670, '0', 0, 0, -1135.5694580078125, 835.8836669921875, 448.247161865234375, 1.135750055313110351, 0, 0, 0.537841796875, 0.843045771121978759, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+30, 180411, 1642, 8499, 8670, '0', 0, 0, -1117.4896240234375, 835.8836669921875, 448.247161865234375, 1.135750055313110351, 0, 0, 0.537841796875, 0.843045771121978759, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+31, 180411, 1642, 8499, 8670, '0', 0, 0, -1095.3211669921875, 797.451416015625, 440.763885498046875, 3.403396368026733398, 0, 0, -0.99144458770751953, 0.130528271198272705, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+32, 180411, 1642, 8499, 8670, '0', 0, 0, -1095.185791015625, 812.05731201171875, 440.763885498046875, 3.403396368026733398, 0, 0, -0.99144458770751953, 0.130528271198272705, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+33, 180415, 1642, 8499, 8670, '0', 0, 0, -1135.7066650390625, 814.86285400390625, 443.400909423828125, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+34, 180415, 1642, 8499, 8670, '0', 0, 0, -1135.7117919921875, 817.060791015625, 444.534820556640625, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+35, 180415, 1642, 8499, 8670, '0', 0, 0, -1135.767333984375, 794.5242919921875, 443.400909423828125, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+36, 180415, 1642, 8499, 8670, '0', 0, 0, -1142.611083984375, 815.15106201171875, 443.29180908203125, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+37, 180415, 1642, 8499, 8670, '0', 0, 0, -1142.484375, 817.01043701171875, 444.534820556640625, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+38, 180415, 1642, 8499, 8670, '0', 0, 0, -1142.48095703125, 792.22222900390625, 444.534820556640625, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+39, 180415, 1642, 8499, 8670, '0', 0, 0, -1135.74658203125, 792.1632080078125, 444.534820556640625, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+40, 180415, 1642, 8499, 8670, '0', 0, 0, -1116.44970703125, 798.78302001953125, 438.62005615234375, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+41, 180415, 1642, 8499, 8670, '0', 0, 0, -1142.5850830078125, 798.30731201171875, 440.601348876953125, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+42, 180415, 1642, 8499, 8670, '0', 0, 0, -1135.6822509765625, 813.17706298828125, 441.84185791015625, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+43, 180415, 1642, 8499, 8670, '0', 0, 0, -1135.7117919921875, 810.97918701171875, 440.601348876953125, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+44, 180415, 1642, 8499, 8670, '0', 0, 0, -1104.454833984375, 794.3507080078125, 442.9814453125, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+45, 180415, 1642, 8499, 8670, '0', 0, 0, -1107.967041015625, 781.748291015625, 446.008636474609375, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+46, 180415, 1642, 8499, 8670, '0', 0, 0, -1109.611083984375, 781.82293701171875, 444.856170654296875, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+47, 180415, 1642, 8499, 8670, '0', 0, 0, -1110.032958984375, 835.98614501953125, 444.958892822265625, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+48, 180415, 1642, 8499, 8670, '0', 0, 0, -1134.607666015625, 799.107666015625, 439.26776123046875, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+49, 180415, 1642, 8499, 8670, '0', 0, 0, -1135.732666015625, 798.33331298828125, 440.601348876953125, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+50, 180415, 1642, 8499, 8670, '0', 0, 0, -1142.5260009765625, 799.85418701171875, 439.286224365234375, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+51, 180415, 1642, 8499, 8670, '0', 0, 0, -1106.032958984375, 794.01214599609375, 444.400543212890625, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+52, 180415, 1642, 8499, 8670, '0', 0, 0, -1106.1353759765625, 815.4930419921875, 444.400543212890625, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+53, 180415, 1642, 8499, 8670, '0', 0, 0, -1142.5225830078125, 796.33160400390625, 441.84185791015625, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+54, 180415, 1642, 8499, 8670, '0', 0, 0, -1116.4444580078125, 810.5555419921875, 438.62005615234375, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+55, 180415, 1642, 8499, 8670, '0', 0, 0, -1142.5711669921875, 811.22222900390625, 440.601348876953125, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+56, 180415, 1642, 8499, 8670, '0', 0, 0, -1107.79345703125, 836.00518798828125, 446.008636474609375, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+57, 180415, 1642, 8499, 8670, '0', 0, 0, -1113.6944580078125, 810.6961669921875, 437.109893798828125, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+58, 180415, 1642, 8499, 8670, '0', 0, 0, -1101.984375, 814.40802001953125, 441.32879638671875, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+59, 180415, 1642, 8499, 8670, '0', 0, 0, -1109.9600830078125, 773.48785400390625, 444.958831787109375, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+60, 180415, 1642, 8499, 8670, '0', 0, 0, -1107.77783203125, 827.65972900390625, 446.008636474609375, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+61, 180415, 1642, 8499, 8670, '0', 0, 0, -1135.7396240234375, 796.19268798828125, 441.84185791015625, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+62, 180415, 1642, 8499, 8670, '0', 0, 0, -1134.5399169921875, 810.30731201171875, 439.26776123046875, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+63, 180415, 1642, 8499, 8670, '0', 0, 0, -1113.826416015625, 798.810791015625, 437.109893798828125, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+64, 180415, 1642, 8499, 8670, '0', 0, 0, -1142.4461669921875, 809.50518798828125, 439.28582763671875, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+65, 180415, 1642, 8499, 8670, '0', 0, 0, -1142.548583984375, 813.1788330078125, 441.84185791015625, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+66, 180415, 1642, 8499, 8670, '0', 0, 0, -1142.52783203125, 794.2725830078125, 443.292388916015625, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+67, 180415, 1642, 8499, 8670, '0', 0, 0, -1109.935791015625, 827.654541015625, 444.958892822265625, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+68, 180415, 1642, 8499, 8670, '0', 0, 0, -1102.232666015625, 794.9617919921875, 441.32879638671875, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+69, 180415, 1642, 8499, 8670, '0', 0, 0, -1107.80908203125, 773.46875, 446.008636474609375, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+70, 180415, 1642, 8499, 8670, '0', 0, 0, -1104.3507080078125, 814.99652099609375, 442.981781005859375, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+71, 180415, 1642, 8499, 8670, '0', 0, 0, -1097.5, 813.17364501953125, 438.356781005859375, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+72, 180415, 1642, 8499, 8670, '0', 0, 0, -1099.782958984375, 813.79339599609375, 439.901702880859375, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+73, 180415, 1642, 8499, 8670, '0', 0, 0, -1099.8211669921875, 795.6336669921875, 439.901702880859375, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+74, 180415, 1642, 8499, 8670, '0', 0, 0, -1095.704833984375, 796.685791015625, 436.83441162109375, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+75, 180415, 1642, 8499, 8670, '0', 0, 0, -1097.4305419921875, 796.22222900390625, 438.356781005859375, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+76, 180415, 1642, 8499, 8670, '0', 0, 0, -1095.657958984375, 812.717041015625, 436.834320068359375, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+77, 180472, 1642, 8499, 8670, '0', 0, 0, -1095.265625, 767.982666015625, 454.25732421875, 1.362620472908020019, 0, 0, 0.629811286926269531, 0.776748180389404296, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+78, 180472, 1642, 8499, 8670, '0', 0, 0, -1082.1805419921875, 767.9757080078125, 454.253326416015625, 4.987898826599121093, 0, 0, -0.60330867767333984, 0.797507762908935546, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+79, 180472, 1642, 8499, 8670, '0', 0, 0, -1082.170166015625, 830.1007080078125, 454.18316650390625, 2.859254837036132812, 0, 0, 0.990052223205566406, 0.140700429677963256, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+80, 180472, 1642, 8499, 8670, '0', 0, 0, -1082.0399169921875, 841.6805419921875, 454.18316650390625, 0.503172278404235839, 0, 0, 0.248940467834472656, 0.968518793582916259, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+81, 180523, 1642, 8499, 8670, '0', 0, 0, -1141.5052490234375, 805.8663330078125, 438.200347900390625, 0.750490784645080566, 0, 0, 0.3665008544921875, 0.93041771650314331, 120, 255, 1, 51886), -- Apple Bob (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+82, 207941, 1642, 8499, 8670, '0', 0, 0, -1003.52081298828125, 819.3038330078125, 414.26068115234375, 6.259623050689697265, 0.241608619689941406, 0.062893867492675781, -0.02775764465332031, 0.967935502529144287, 120, 255, 1, 51886), -- G_WitchHat_01 scale 2.0 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+83, 207941, 1642, 8499, 8670, '0', 0, 0, -1003.08331298828125, 791.25177001953125, 414.170562744140625, 3.167672634124755859, 0.010250568389892578, -0.21125030517578125, -0.97731494903564453, 0.01112381462007761, 120, 255, 1, 51886), -- G_WitchHat_01 scale 2.0 (Area: Dazar'alor - Difficulty: 0) CreateObject1 +(@OGUID+84, 316754, 1642, 8499, 8670, '0', 0, 0, -1141.6875, 802.810791015625, 438.200347900390625, 1.8704071044921875, 0, 0, 0.804719924926757812, 0.593654632568359375, 120, 255, 1, 51886); -- Candy Bucket (Area: Dazar'alor - Difficulty: 0) CreateObject1 + +-- Event spawns +DELETE FROM `game_event_creature` WHERE `eventEntry`=12 AND `guid`=@CGUID+0; +INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES +(12, @CGUID+0); + +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+84; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48), +(12, @OGUID+49), +(12, @OGUID+50), +(12, @OGUID+51), +(12, @OGUID+52), +(12, @OGUID+53), +(12, @OGUID+54), +(12, @OGUID+55), +(12, @OGUID+56), +(12, @OGUID+57), +(12, @OGUID+58), +(12, @OGUID+59), +(12, @OGUID+60), +(12, @OGUID+61), +(12, @OGUID+62), +(12, @OGUID+63), +(12, @OGUID+64), +(12, @OGUID+65), +(12, @OGUID+66), +(12, @OGUID+67), +(12, @OGUID+68), +(12, @OGUID+69), +(12, @OGUID+70), +(12, @OGUID+71), +(12, @OGUID+72), +(12, @OGUID+73), +(12, @OGUID+74), +(12, @OGUID+75), +(12, @OGUID+76), +(12, @OGUID+77), +(12, @OGUID+78), +(12, @OGUID+79), +(12, @OGUID+80), +(12, @OGUID+81), +(12, @OGUID+82), +(12, @OGUID+83), +(12, @OGUID+84); + +-- +SET @CGUID := 7800001; +SET @OGUID := 7800085; + +-- Old creature spawns +DELETE FROM `creature` WHERE `guid` BETWEEN 7000029 AND 7000029; +DELETE FROM `creature_addon` WHERE `guid` BETWEEN 7000029 AND 7000029; +DELETE FROM `game_event_creature` WHERE `guid` BETWEEN 7000029 AND 7000029; + +-- Creature spawns +DELETE FROM `creature` WHERE `guid`=@CGUID+0; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES +(@CGUID+0, 40435, 1643, 8567, 9979, '0', 0, 0, 0, 0, 1046.892333984375, -456.84722900390625, 7.46938323974609375, 4.088603019714355468, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 51886); -- Headless Ghost (Area: Dampwick Ward - Difficulty: 0) CreateObject1 (Auras: 33900 - Shroud of Death) + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 7000099 AND 7000141; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 7000099 AND 7000141; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 7000099 AND 7000141; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+42; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 1643, 8567, 9979, '0', 0, 0, 1036.001708984375, -488.930572509765625, 14.681884765625, 5.811798095703125, 0, 0, -0.23351764678955078, 0.972352564334869384, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Dampwick Ward - Difficulty: 0) CreateObject1 +(@OGUID+1, 180405, 1643, 8567, 8568, '0', 0, 0, 1134.7603759765625, -489.90625, 29.01800155639648437, 6.278563976287841796, 0, 0, -0.00231075286865234, 0.999997317790985107, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Boralus - Difficulty: 0) CreateObject1 +(@OGUID+2, 180405, 1643, 8717, 8718, '0', 0, 0, 1100.4166259765625, -597.33331298828125, 20.28375625610351562, 4.133514404296875, 0, 0, -0.87951183319091796, 0.475876986980438232, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Tradewinds Market - Difficulty: 0) CreateObject1 +(@OGUID+3, 180405, 1643, 8717, 8718, '0', 0, 0, 1163.9617919921875, -600.37847900390625, 28.87758064270019531, 4.75708627700805664, 0, 0, -0.69112873077392578, 0.722731649875640869, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Tradewinds Market - Difficulty: 0) CreateObject1 +(@OGUID+4, 180405, 1643, 8717, 8718, '0', 0, 0, 1221.967041015625, -603.3211669921875, 29.91538810729980468, 5.063618659973144531, 0, 0, -0.57269001007080078, 0.819772005081176757, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Tradewinds Market - Difficulty: 0) CreateObject1 +(@OGUID+5, 180405, 1643, 8717, 8718, '0', 0, 0, 1111.4600830078125, -669.58331298828125, 33.10686874389648437, 3.122455835342407226, 0, 0, 0.9999542236328125, 0.009568319655954837, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Tradewinds Market - Difficulty: 0) CreateObject1 +(@OGUID+6, 180406, 1643, 8567, 8568, '0', 0, 0, 1073.3038330078125, -472.625, 9.700110435485839843, 0.661361575126647949, 0, 0, 0.324687004089355468, 0.945821523666381835, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Boralus - Difficulty: 0) CreateObject1 +(@OGUID+7, 180406, 1643, 8567, 8568, '0', 0, 0, 1154.0103759765625, -497.7882080078125, 28.92107200622558593, 0.035545311868190765, 0, 0, 0.017771720886230468, 0.999842047691345214, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Boralus - Difficulty: 0) CreateObject1 +(@OGUID+8, 180406, 1643, 8717, 0, '0', 0, 0, 1108.3646240234375, -551.06597900390625, 20.30774116516113281, 5.908473014831542968, 0, 0, -0.18626213073730468, 0.982500076293945312, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+9, 180406, 1643, 8717, 0, '0', 0, 0, 1169.4461669921875, -569.82989501953125, 28.90155982971191406, 5.404108524322509765, 0, 0, -0.4255218505859375, 0.904948174953460693, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+10, 180406, 1643, 8717, 8718, '0', 0, 0, 1222.7535400390625, -554.91668701171875, 29.89424705505371093, 0.143662929534912109, 0, 0, 0.07176971435546875, 0.997421205043792724, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Tradewinds Market - Difficulty: 0) CreateObject1 +(@OGUID+11, 180406, 1643, 8717, 0, '0', 0, 0, 1066.6649169921875, -633.8975830078125, 20.04802131652832031, 5.289632797241210937, 0, 0, -0.4765939712524414, 0.879123568534851074, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+12, 180407, 1643, 8567, 8568, '0', 0, 0, 1061.6041259765625, -528.3350830078125, 20.14594459533691406, 5.764843940734863281, 0, 0, -0.25627899169921875, 0.966602861881256103, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Boralus - Difficulty: 0) CreateObject1 +(@OGUID+13, 180407, 1643, 8567, 8568, '0', 0, 0, 1163.611083984375, -537.1007080078125, 39.76563644409179687, 0.385012537240982055, 0, 0, 0.191319465637207031, 0.98152780532836914, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Boralus - Difficulty: 0) CreateObject1 +(@OGUID+14, 180407, 1643, 8717, 0, '0', 0, 0, 1178.8472900390625, -562.25177001953125, 28.24422073364257812, 1.637055635452270507, 0, 0, 0.73014068603515625, 0.683296859264373779, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+15, 180407, 1643, 8717, 0, '0', 0, 0, 1147.9757080078125, -582.39239501953125, 20.48769187927246093, 4.905172348022460937, 0, 0, -0.63577079772949218, 0.771877884864807128, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+16, 180407, 1643, 8717, 8718, '0', 0, 0, 1066, -604.74652099609375, 20.04802131652832031, 4.525606155395507812, 0, 0, -0.76996707916259765, 0.638083577156066894, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Tradewinds Market - Difficulty: 0) CreateObject1 +(@OGUID+17, 180407, 1643, 8567, 8568, '0', 0, 0, 1272.4913330078125, -540.078125, 36.09422683715820312, 5.8619842529296875, 0, 0, -0.20904731750488281, 0.977905511856079101, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Boralus - Difficulty: 0) CreateObject1 +(@OGUID+18, 180408, 1643, 8717, 0, '0', 0, 0, 1124.25, -577.34722900390625, 24.66414451599121093, 1.274088263511657714, 0, 0, 0.594821929931640625, 0.80385744571685791, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+19, 180410, 1643, 8567, 9979, '0', 0, 0, 1011.40972900390625, -505.782989501953125, 16.17806625366210937, 4.791739463806152343, 0, 0, -0.67850303649902343, 0.734597623348236083, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Dampwick Ward - Difficulty: 0) CreateObject1 +(@OGUID+20, 180410, 1643, 8567, 8568, '0', 0, 0, 1214.0416259765625, -490.5069580078125, 31.52115249633789062, 4.289918422698974609, 0, 0, -0.83964729309082031, 0.54313206672668457, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Boralus - Difficulty: 0) CreateObject1 +(@OGUID+21, 180410, 1643, 8567, 8568, '0', 0, 0, 1173.4617919921875, -546.14581298828125, 32.52764511108398437, 2.148845434188842773, 0, 0, 0.879315376281738281, 0.476239949464797973, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Boralus - Difficulty: 0) CreateObject1 +(@OGUID+22, 180410, 1643, 8567, 8568, '0', 0, 0, 1167.1146240234375, -549.02606201171875, 32.52764511108398437, 2.028649091720581054, 0, 0, 0.849123954772949218, 0.528193593025207519, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Boralus - Difficulty: 0) CreateObject1 +(@OGUID+23, 180410, 1643, 8717, 0, '0', 0, 0, 1047.376708984375, -593.3992919921875, 13.33738613128662109, 6.275104045867919921, 0, 0, -0.00404071807861328, 0.999991834163665771, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+24, 180410, 1643, 8717, 8718, '0', 0, 0, 1156.5867919921875, -614.97918701171875, 32.31130599975585937, 2.485475063323974609, 0, 0, 0.946669578552246093, 0.322205960750579833, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Tradewinds Market - Difficulty: 0) CreateObject1 +(@OGUID+25, 180411, 1643, 8567, 8568, '0', 0, 0, 1074.392333984375, -486.947906494140625, 15.13197708129882812, 6.259387016296386718, 0, 0, -0.01189899444580078, 0.999929189682006835, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Boralus - Difficulty: 0) CreateObject1 +(@OGUID+26, 180411, 1643, 8567, 8568, '0', 0, 0, 1106.6475830078125, -532.170166015625, 24.21261024475097656, 3.403396368026733398, 0, 0, -0.99144458770751953, 0.130528271198272705, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Boralus - Difficulty: 0) CreateObject1 +(@OGUID+27, 180411, 1643, 8567, 8568, '0', 0, 0, 1131.0225830078125, -516.6180419921875, 38.62833023071289062, 1.134462952613830566, 0, 0, 0.537299156188964843, 0.843391716480255126, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Boralus - Difficulty: 0) CreateObject1 +(@OGUID+28, 180411, 1643, 8567, 8568, '0', 0, 0, 1104.9322509765625, -529.1319580078125, 23.44733428955078125, 0.593410074710845947, 0, 0, 0.292370796203613281, 0.95630502700805664, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Boralus - Difficulty: 0) CreateObject1 +(@OGUID+29, 180411, 1643, 8717, 8718, '0', 0, 0, 1156.998291015625, -610.91668701171875, 34.272674560546875, 5.460464954376220703, 0, 0, -0.3998565673828125, 0.916577696800231933, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Tradewinds Market - Difficulty: 0) CreateObject1 +(@OGUID+30, 180415, 1643, 8717, 0, '0', 0, 0, 1129.954833984375, -576.03643798828125, 19.01902389526367187, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+31, 180415, 1643, 8717, 0, '0', 0, 0, 1119.0989990234375, -574.3524169921875, 19.01902389526367187, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+32, 180415, 1643, 8717, 0, '0', 0, 0, 1127.2847900390625, -572.29168701171875, 19.01902389526367187, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+33, 180415, 1643, 8717, 0, '0', 0, 0, 1122.782958984375, -571.60418701171875, 19.01902389526367187, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+34, 180415, 1643, 8717, 0, '0', 0, 0, 1129.2899169921875, -580.56768798828125, 19.01902389526367187, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+35, 180415, 1643, 8717, 0, '0', 0, 0, 1121.0504150390625, -582.57989501953125, 19.01902389526367187, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+36, 180415, 1643, 8717, 0, '0', 0, 0, 1118.3194580078125, -578.8975830078125, 19.01902389526367187, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+37, 180415, 1643, 8717, 0, '0', 0, 0, 1125.6353759765625, -583.203125, 19.01902389526367187, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+38, 180472, 1643, 8567, 9979, '0', 0, 0, 992.15277099609375, -498.703125, 17.07048225402832031, 3.735006093978881835, 0, 0, -0.95630455017089843, 0.292372345924377441, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Dampwick Ward - Difficulty: 0) CreateObject1 +(@OGUID+39, 180472, 1643, 8567, 8568, '0', 0, 0, 1031.0364990234375, -505.489593505859375, 25.55430030822753906, 0.610863447189331054, 0, 0, 0.3007049560546875, 0.953717231750488281, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Boralus - Difficulty: 0) CreateObject1 +(@OGUID+40, 180523, 1643, 8567, 8568, '0', 0, 0, 1080.921875, -477.34027099609375, 9.874209403991699218, 0.750490784645080566, 0, 0, 0.3665008544921875, 0.93041771650314331, 120, 255, 1, 51886), -- Apple Bob (Area: Boralus - Difficulty: 0) CreateObject1 +(@OGUID+41, 180523, 1643, 8717, 8718, '0', 0, 0, 1171.751708984375, -597.25177001953125, 31.65879249572753906, 0.750490784645080566, 0, 0, 0.3665008544921875, 0.93041771650314331, 120, 255, 1, 51886), -- Apple Bob (Area: Tradewinds Market - Difficulty: 0) CreateObject1 +(@OGUID+42, 316755, 1643, 8717, 8718, '0', 0, 0, 1187.5694580078125, -588.68231201171875, 31.50209236145019531, 4.829091548919677734, 0, 0, -0.66466617584228515, 0.747140467166900634, 120, 255, 1, 51886); -- Candy Bucket (Area: Tradewinds Market - Difficulty: 0) CreateObject1 + +-- Event spawns +DELETE FROM `game_event_creature` WHERE `eventEntry`=12 AND `guid`=@CGUID+0; +INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES +(12, @CGUID+0); + +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+42; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42); diff --git a/sql/updates/world/master/2024_03_18_04_world_hallows_end_orgrimmar_stormwind.sql b/sql/updates/world/master/2024_03_18_04_world_hallows_end_orgrimmar_stormwind.sql new file mode 100644 index 0000000000000..f5cf6293322a0 --- /dev/null +++ b/sql/updates/world/master/2024_03_18_04_world_hallows_end_orgrimmar_stormwind.sql @@ -0,0 +1,6229 @@ +-- +SET @CGUID := 9800000; +SET @OGUID := 9800000; + +-- Old creature spawns +DELETE FROM `creature` WHERE `guid` BETWEEN 9004026 AND 9004041; +DELETE FROM `creature_addon` WHERE `guid` BETWEEN 9004026 AND 9004041; +DELETE FROM `creature_addon` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+15; +DELETE FROM `game_event_creature` WHERE `guid` BETWEEN 9004026 AND 9004041; + +DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+15; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES +(@CGUID+0, 15354, 1, 1637, 5170, '0', 0, 0, 0, 1, 1579.4097900390625, -4427.43212890625, 14.71822929382324218, 1.832595705986022949, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 51886), -- Rachelle Gothena (Area: Valley of Strength - Difficulty: 0) +(@CGUID+1, 40435, 1, 1637, 5170, '0', 0, 0, 0, 0, 1571.1510009765625, -4383.47412109375, 15.42013931274414062, 4.677482128143310546, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 51886), -- Headless Ghost (Area: Valley of Strength - Difficulty: 0) +(@CGUID+2, 53954, 1, 14, 374, '0', 0, 0, 0, 0, 1490.4149169921875, -4993.828125, 17.97515869140625, 5.201081275939941406, 120, 0, 0, 2035, 0, 0, NULL, NULL, NULL, NULL, 51886), -- Blood Spatter (Area: Bladefist Bay - Difficulty: 0) (Auras: 29266 - Permanent Feign Death, 28559 - Untrackable) +(@CGUID+3, 53954, 1, 14, 374, '0', 0, 0, 0, 0, 1490.1754150390625, -4994.5, 17.96721839904785156, 1.762782573699951171, 120, 0, 0, 2035, 0, 0, NULL, NULL, NULL, NULL, 51886), -- Blood Spatter (Area: Bladefist Bay - Difficulty: 0) (Auras: 29266 - Permanent Feign Death, 28559 - Untrackable) +(@CGUID+4, 53961, 1, 14, 374, '0', 0, 0, 0, 0, 1490.7916259765625, -4994.77783203125, 17.96333885192871093, 2.600540637969970703, 120, 0, 0, 2035, 0, 0, NULL, NULL, NULL, NULL, 51886), -- Blood Spatter (Small) (Area: Bladefist Bay - Difficulty: 0) (Auras: 29266 - Permanent Feign Death, 28559 - Untrackable) +(@CGUID+5, 53961, 1, 14, 374, '0', 0, 0, 0, 0, 1489.142333984375, -4992.70849609375, 17.970977783203125, 0, 120, 0, 0, 2035, 0, 0, NULL, NULL, NULL, NULL, 51886), -- Blood Spatter (Small) (Area: Bladefist Bay - Difficulty: 0) (Auras: 29266 - Permanent Feign Death, 28559 - Untrackable) +(@CGUID+6, 53961, 1, 14, 374, '0', 0, 0, 0, 0, 1491.6805419921875, -4994.88720703125, 17.96005630493164062, 2.58308720588684082, 120, 0, 0, 2035, 0, 0, NULL, NULL, NULL, NULL, 51886), -- Blood Spatter (Small) (Area: Bladefist Bay - Difficulty: 0) (Auras: 29266 - Permanent Feign Death, 28559 - Untrackable) +(@CGUID+7, 53961, 1, 14, 374, '0', 0, 0, 0, 0, 1491.5069580078125, -4992.10791015625, 17.96331024169921875, 4.799655437469482421, 120, 0, 0, 2035, 0, 0, NULL, NULL, NULL, NULL, 51886), -- Blood Spatter (Small) (Area: Bladefist Bay - Difficulty: 0) (Auras: 29266 - Permanent Feign Death, 28559 - Untrackable) +(@CGUID+8, 53961, 1, 14, 374, '0', 0, 0, 0, 0, 1492.295166015625, -4993.52978515625, 17.95682144165039062, 2.897246599197387695, 120, 0, 0, 2035, 0, 0, NULL, NULL, NULL, NULL, 51886), -- Blood Spatter (Small) (Area: Bladefist Bay - Difficulty: 0) (Auras: 29266 - Permanent Feign Death, 28559 - Untrackable) +(@CGUID+9, 53961, 1, 14, 374, '0', 0, 0, 0, 0, 1488.8316650390625, -4993.51904296875, 17.98196601867675781, 6.2657318115234375, 120, 0, 0, 2035, 0, 0, NULL, NULL, NULL, NULL, 51886), -- Blood Spatter (Small) (Area: Bladefist Bay - Difficulty: 0) (Auras: 29266 - Permanent Feign Death, 28559 - Untrackable) +(@CGUID+10, 53966, 1, 14, 374, '0', 0, 0, 0, 0, 1490.2291259765625, -4994.00341796875, 17.97301292419433593, 3.40339207649230957, 120, 0, 0, 2035, 852, 0, NULL, NULL, NULL, NULL, 51886), -- Spider Summoner (Ship) (Area: Bladefist Bay - Difficulty: 0) +(@CGUID+11, 53977, 1, 1637, 5167, '0', 0, 0, 0, 1, 1846.2379150390625, -4390.21533203125, 135.316314697265625, 4.345870018005371093, 120, 0, 0, 564595, 0, 0, NULL, NULL, NULL, NULL, 51886), -- Darkcaller Yanka (Area: The Drag - Difficulty: 0) +(@CGUID+12, 54141, 1, 1637, 5170, '0', 0, 0, 0, 1, 1586.8194580078125, -4452.77978515625, 16.13254737854003906, 4.101523876190185546, 120, 0, 0, 2035, 852, 0, NULL, NULL, NULL, NULL, 51886), -- Edgar Goodwin (Area: Valley of Strength - Difficulty: 0) +(@CGUID+13, 54142, 1, 14, 374, '0', 0, 0, 0, 0, 1490.7899169921875, -4993.88916015625, 17.97194290161132812, 3.857177734375, 120, 0, 0, 2035, 100, 0, NULL, NULL, NULL, NULL, 51886), -- Hired Courier (Area: Bladefist Bay - Difficulty: 0) (Auras: 29266 - Permanent Feign Death, 28559 - Untrackable) +(@CGUID+14, 54146, 1, 1637, 5167, '0', 0, 0, 0, 1, 1925.4114990234375, -4515.8662109375, 29.36326217651367187, 6.161012172698974609, 120, 0, 0, 2035, 0, 0, NULL, NULL, NULL, NULL, 51886), -- Delian Sunshade (Area: The Drag - Difficulty: 0) (Auras: ) +(@CGUID+15, 54170, 1, 1637, 5168, '0', 0, 0, 0, 1, 1909.3663330078125, -4754.77978515625, 39.00757598876953125, 1.710422635078430175, 120, 0, 0, 2035, 0, 0, NULL, NULL, NULL, NULL, 51886); -- Delian Sunshade (Area: Valley of Honor - Difficulty: 0) + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 9000378 AND 9000645; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 9000378 AND 9000645; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 9000378 AND 9000645; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+267; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 1, 14, 4982, '0', 0, 0, 1389.326416015625, -4359.14404296875, 28.47490119934082031, 5.837917327880859375, 0, 0, -0.22079944610595703, 0.975319266319274902, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+1, 180405, 1, 14, 4982, '0', 0, 0, 1379.9288330078125, -4383.6162109375, 26.08010482788085937, 5.061456203460693359, 0, 0, -0.57357597351074218, 0.819152355194091796, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+2, 180405, 1, 14, 4982, '0', 0, 0, 1425.501708984375, -4422.5068359375, 25.45359230041503906, 2.323845148086547851, 0, 0, 0.917569160461425781, 0.39757615327835083, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+3, 180405, 1, 14, 4982, '0', 0, 0, 1428.732666015625, -4433.45166015625, 28.45888328552246093, 2.924592494964599609, 0, 0, 0.994119644165039062, 0.108287304639816284, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+4, 180405, 1, 14, 4982, '0', 0, 0, 1423.6632080078125, -4378.8525390625, 25.45464515686035156, 2.402120113372802734, 0, 0, 0.932422637939453125, 0.361369609832763671, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+5, 180405, 1, 14, 4982, '0', 0, 0, 1440.4132080078125, -4361.580078125, 25.45360374450683593, 4.820049285888671875, 0, 0, -0.66803741455078125, 0.74412769079208374, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+6, 180405, 1, 14, 4982, '0', 0, 0, 1442.279541015625, -4410.34716796875, 25.45358657836914062, 5.805665493011474609, 0, 0, -0.23649787902832031, 0.971632003784179687, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+7, 180405, 1, 1637, 5170, '0', 0, 0, 1581.27783203125, -4428.5693359375, 14.59989261627197265, 3.94444584846496582, 0, 0, -0.92050457000732421, 0.3907318115234375, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Valley of Strength - Difficulty: 0) +(@OGUID+8, 180405, 1, 1637, 5170, '0', 0, 0, 1617.217041015625, -4418.80908203125, 15.80371284484863281, 5.270895957946777343, 0, 0, -0.48480892181396484, 0.87462007999420166, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Valley of Strength - Difficulty: 0) +(@OGUID+9, 180405, 1, 1637, 5170, '0', 0, 0, 1633.6475830078125, -4270.99658203125, 43.11837387084960937, 0.872663915157318115, 0, 0, 0.422617912292480468, 0.906307935714721679, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Valley of Strength - Difficulty: 0) +(@OGUID+10, 180405, 1, 1637, 5170, '0', 0, 0, 1617.154541015625, -4349.06787109375, 24.72853660583496093, 4.45214700698852539, 0, 0, -0.79287910461425781, 0.609378933906555175, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Valley of Strength - Difficulty: 0) CreateObject1 +(@OGUID+11, 180405, 1, 1637, 5170, '0', 0, 0, 1610.76220703125, -4320.78662109375, 24.79118156433105468, 0.007835407741367816, 0, 0, 0.003917694091796875, 0.999992311000823974, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Valley of Strength - Difficulty: 0) CreateObject1 +(@OGUID+12, 180405, 1, 1637, 5170, '0', 0, 0, 1796.9114990234375, -4374.9150390625, 113.287139892578125, 2.879789113998413085, 0, 0, 0.991444587707519531, 0.130528271198272705, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Valley of Strength - Difficulty: 0) +(@OGUID+13, 180405, 1, 1637, 5167, '0', 0, 0, 1900.638916015625, -4383.7275390625, 44.02114105224609375, 1.221729278564453125, 0, 0, 0.573575973510742187, 0.819152355194091796, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Drag - Difficulty: 0) +(@OGUID+14, 180405, 1, 1637, 5170, '0', 0, 0, 1586.4097900390625, -4172.5400390625, 51.87001800537109375, 1.762782454490661621, 0, 0, 0.771624565124511718, 0.636078238487243652, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Valley of Strength - Difficulty: 0) +(@OGUID+15, 180405, 1, 1637, 5169, '0', 0, 0, 1738.109375, -4090.616455078125, 67.67290496826171875, 4.101525306701660156, 0, 0, -0.88701057434082031, 0.461749136447906494, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Valley of Spirits - Difficulty: 0) +(@OGUID+16, 180406, 1, 14, 4982, '0', 0, 0, 1428.361083984375, -4424.6025390625, 25.45359039306640625, 2.09415292739868164, 0, 0, 0.865964889526367187, 0.500104784965515136, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+17, 180406, 1, 14, 4982, '0', 0, 0, 1437.5572509765625, -4354.6494140625, 28.47406387329101562, 6.110514163970947265, 0, 0, -0.0862283706665039, 0.99627542495727539, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+18, 180406, 1, 14, 4982, '0', 0, 0, 1438.5364990234375, -4364.2119140625, 25.45360374450683593, 5.201082706451416015, 0, 0, -0.51503753662109375, 0.857167601585388183, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+19, 180406, 1, 1637, 5170, '0', 0, 0, 1569.314208984375, -4382.39404296875, 16.33877372741699218, 5.916667938232421875, 0, 0, -0.18223476409912109, 0.98325502872467041, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Valley of Strength - Difficulty: 0) +(@OGUID+20, 180406, 1, 1637, 5170, '0', 0, 0, 1603.99658203125, -4354.80224609375, 27.77988624572753906, 4.435369491577148437, 0, 0, -0.79796314239501953, 0.60270625352859497, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Valley of Strength - Difficulty: 0) CreateObject1 +(@OGUID+21, 180406, 1, 1637, 5170, '0', 0, 0, 1650.4461669921875, -4385.16650390625, 29.56776618957519531, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Valley of Strength - Difficulty: 0) +(@OGUID+22, 180406, 1, 1637, 5170, '0', 0, 0, 1669.9166259765625, -4354.21533203125, 66.84239959716796875, 2.879789113998413085, 0, 0, 0.991444587707519531, 0.130528271198272705, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Valley of Strength - Difficulty: 0) +(@OGUID+23, 180406, 1, 1637, 5170, '0', 0, 0, 1691.3350830078125, -4285.22412109375, 29.56179428100585937, 6.003933906555175781, 0, 0, -0.13917255401611328, 0.990268170833587646, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Valley of Strength - Difficulty: 0) +(@OGUID+24, 180406, 1, 1637, 5170, '0', 0, 0, 1738.609375, -4397.70166015625, 36.50065994262695312, 5.201082706451416015, 0, 0, -0.51503753662109375, 0.857167601585388183, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Valley of Strength - Difficulty: 0) +(@OGUID+25, 180406, 1, 1637, 5168, '0', 0, 0, 1902.484375, -4686.77587890625, 38.49742507934570312, 2.530723094940185546, 0, 0, 0.953716278076171875, 0.300707906484603881, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Valley of Honor - Difficulty: 0) +(@OGUID+26, 180406, 1, 1637, 5167, '0', 0, 0, 1844.234375, -4389.1337890625, 135.2330169677734375, 0.034906249493360519, 0, 0, 0.017452239990234375, 0.999847710132598876, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Drag - Difficulty: 0) +(@OGUID+27, 180406, 1, 1637, 5171, '0', 0, 0, 1951.560791015625, -4209.1962890625, 37.22783279418945312, 5.986480236053466796, 0, 0, -0.14780902862548828, 0.989015936851501464, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Valley of Wisdom - Difficulty: 0) +(@OGUID+28, 180406, 1, 1637, 5170, '0', 0, 0, 1554.5504150390625, -4186.7900390625, 61.35681915283203125, 1.077515482902526855, 0, 0, 0.513070106506347656, 0.85834670066833496, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Valley of Strength - Difficulty: 0) +(@OGUID+29, 180406, 1, 1637, 5170, '0', 0, 0, 1567.5399169921875, -4176.921875, 61.35681915283203125, 1.077515482902526855, 0, 0, 0.513070106506347656, 0.85834670066833496, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Valley of Strength - Difficulty: 0) +(@OGUID+30, 180406, 1, 1637, 5169, '0', 0, 0, 1738.7708740234375, -4067.595458984375, 48.32478713989257812, 3.839725255966186523, 0, 0, -0.93969249725341796, 0.34202045202255249, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Valley of Spirits - Difficulty: 0) +(@OGUID+31, 180407, 1, 14, 4982, '0', 0, 0, 1391.8819580078125, -4378.830078125, 28.47291374206542968, 4.645381450653076171, 0, 0, -0.73039627075195312, 0.683023631572723388, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+32, 180407, 1, 14, 4982, '0', 0, 0, 1426.0260009765625, -4427.07275390625, 25.45359230041503906, 1.678660511970520019, 0, 0, 0.744195938110351562, 0.667961359024047851, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+33, 180407, 1, 14, 4982, '0', 0, 0, 1440.5972900390625, -4366.46728515625, 25.45360755920410156, 5.692983627319335937, 0, 0, -0.29083633422851562, 0.956772804260253906, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+34, 180407, 1, 14, 4982, '0', 0, 0, 1444.3941650390625, -4434.111328125, 28.64427757263183593, 4.184699535369873046, 0, 0, -0.86704635620117187, 0.498227506875991821, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+35, 180407, 1, 1637, 0, '0', 0, 0, 1543.55908203125, -4363.61279296875, 20.54503059387207031, 0.872663915157318115, 0, 0, 0.422617912292480468, 0.906307935714721679, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+36, 180407, 1, 1637, 5170, '0', 0, 0, 1574.2742919921875, -4431.283203125, 16.05218887329101562, 4.241150379180908203, 0, 0, -0.85264015197753906, 0.522498607635498046, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Valley of Strength - Difficulty: 0) +(@OGUID+37, 180407, 1, 1637, 5170, '0', 0, 0, 1612.9617919921875, -4353.05224609375, 23.30133247375488281, 4.136752128601074218, 0, 0, -0.87874031066894531, 0.477300167083740234, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Valley of Strength - Difficulty: 0) CreateObject1 +(@OGUID+38, 180407, 1, 1637, 5170, '0', 0, 0, 1617.875, -4329.4755859375, 24.92154884338378906, 5.622384548187255859, 0, 0, -0.32442188262939453, 0.945912480354309082, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Valley of Strength - Difficulty: 0) CreateObject1 +(@OGUID+39, 180407, 1, 1637, 5170, '0', 0, 0, 1660.1180419921875, -4336.4599609375, 66.91455841064453125, 1.884953022003173828, 0, 0, 0.809016227722167968, 0.587786316871643066, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Valley of Strength - Difficulty: 0) +(@OGUID+40, 180407, 1, 1637, 5170, '0', 0, 0, 1646.09033203125, -4268.73779296875, 43.217315673828125, 0.209439441561698913, 0, 0, 0.104528427124023437, 0.994521915912628173, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Valley of Strength - Difficulty: 0) +(@OGUID+41, 180407, 1, 1637, 5170, '0', 0, 0, 1747.3211669921875, -4411.61962890625, 36.97034835815429687, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Valley of Strength - Difficulty: 0) +(@OGUID+42, 180407, 1, 1637, 5168, '0', 0, 0, 1913.2257080078125, -4656.91845703125, 33.67508697509765625, 2.391098499298095703, 0, 0, 0.930417060852050781, 0.366502493619918823, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Valley of Honor - Difficulty: 0) +(@OGUID+43, 180407, 1, 1637, 5168, '0', 0, 0, 2033.576416015625, -4672.53125, 31.29389381408691406, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Valley of Honor - Difficulty: 0) +(@OGUID+44, 180407, 1, 1637, 5167, '0', 0, 0, 1893.861083984375, -4364.76416015625, 43.3546142578125, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: The Drag - Difficulty: 0) +(@OGUID+45, 180407, 1, 1637, 5171, '0', 0, 0, 1916.810791015625, -4227.06591796875, 37.10743331909179687, 2.740161895751953125, 0, 0, 0.979924201965332031, 0.199370384216308593, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Valley of Wisdom - Difficulty: 0) +(@OGUID+46, 180408, 1, 1637, 5170, '0', 0, 0, 1617.173583984375, -4418.87841796875, 17.42322731018066406, 4.101525306701660156, 0, 0, -0.88701057434082031, 0.461749136447906494, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Valley of Strength - Difficulty: 0) +(@OGUID+47, 180408, 1, 1637, 5170, '0', 0, 0, 1633.6822509765625, -4270.984375, 44.76167678833007812, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Valley of Strength - Difficulty: 0) +(@OGUID+48, 180410, 1, 1637, 1637, '0', 0, 0, 1504.62158203125, -4423.64404296875, 24.44908714294433593, 2.44346022605895996, 0, 0, 0.939692497253417968, 0.34202045202255249, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Orgrimmar - Difficulty: 0) +(@OGUID+49, 180410, 1, 1637, 5170, '0', 0, 0, 1602.248291015625, -4372.01220703125, 22.63382148742675781, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Valley of Strength - Difficulty: 0) +(@OGUID+50, 180410, 1, 1637, 5170, '0', 0, 0, 1556.0260009765625, -4179.5244140625, 60.60253143310546875, 5.343693733215332031, 0, 0, -0.45265960693359375, 0.891683399677276611, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Valley of Strength - Difficulty: 0) +(@OGUID+51, 180411, 1, 1637, 5170, '0', 0, 0, 1663.1041259765625, -4340.111328125, 67.769805908203125, 3.124123096466064453, 0, 0, 0.99996185302734375, 0.008734640665352344, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Valley of Strength - Difficulty: 0) +(@OGUID+52, 180411, 1, 1637, 5169, '0', 0, 0, 1713.888916015625, -4079.501708984375, 52.72540283203125, 5.602506637573242187, 0, 0, -0.33380699157714843, 0.942641437053680419, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Valley of Spirits - Difficulty: 0) +(@OGUID+53, 180411, 1, 1637, 5169, '0', 0, 0, 1741.3646240234375, -4076.0556640625, 55.94753265380859375, 5.602506637573242187, 0, 0, -0.33380699157714843, 0.942641437053680419, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Valley of Spirits - Difficulty: 0) +(@OGUID+54, 180414, 1, 14, 4982, '0', 0, 0, 1375.796875, -4357.2744140625, 26.2229156494140625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Cauldron (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+55, 180414, 1, 1637, 11386, '0', 0, 0, 1528.498291015625, -4430.861328125, 21.34195518493652343, 2.042035102844238281, 0, 0, 0.852640151977539062, 0.522498607635498046, 120, 255, 1, 51886), -- Cauldron (Area: Pathfinder's Den - Difficulty: 0) +(@OGUID+56, 180414, 1, 1637, 5168, '0', 0, 0, 1927.2083740234375, -4729.45654296875, 35.96033859252929687, 2.338739633560180664, 0, 0, 0.920504570007324218, 0.3907318115234375, 120, 255, 1, 51886), -- Cauldron (Area: Valley of Honor - Difficulty: 0) +(@OGUID+57, 180414, 1, 1637, 5171, '0', 0, 0, 1915.4271240234375, -4268.111328125, 28.04427146911621093, 4.136432647705078125, 0, 0, -0.87881660461425781, 0.477159708738327026, 120, 255, 1, 51886), -- Cauldron (Area: Valley of Wisdom - Difficulty: 0) +(@OGUID+58, 180415, 1, 14, 4982, '0', 0, 0, 1386.9757080078125, -4360.40478515625, 28.40284156799316406, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+59, 180415, 1, 14, 4982, '0', 0, 0, 1394.8853759765625, -4377.54150390625, 28.40526390075683593, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+60, 180415, 1, 14, 4982, '0', 0, 0, 1413.1978759765625, -4375.033203125, 28.440887451171875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+61, 180415, 1, 14, 4982, '0', 0, 0, 1402.03125, -4358.34912109375, 28.43107986450195312, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+62, 180415, 1, 14, 4982, '0', 0, 0, 1379.795166015625, -4385.2119140625, 26.03386116027832031, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+63, 180415, 1, 14, 4982, '0', 0, 0, 1398.3472900390625, -4376.59228515625, 28.43567657470703125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+64, 180415, 1, 14, 4982, '0', 0, 0, 1396.53125, -4358.90625, 28.43825721740722656, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+65, 180415, 1, 14, 4982, '0', 0, 0, 1392.8177490234375, -4359.68408203125, 28.40653800964355468, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+66, 180415, 1, 14, 4982, '0', 0, 0, 1388.9930419921875, -4378.29150390625, 28.40913963317871093, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+67, 180415, 1, 14, 4982, '0', 0, 0, 1411.204833984375, -4357.2900390625, 28.42864418029785156, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+68, 180415, 1, 14, 4982, '0', 0, 0, 1403.9410400390625, -4375.9462890625, 28.43322181701660156, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+69, 180415, 1, 14, 4982, '0', 0, 0, 1407.4600830078125, -4375.470703125, 28.4271240234375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+70, 180415, 1, 14, 4982, '0', 0, 0, 1405.5555419921875, -4357.90087890625, 28.43321418762207031, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+71, 180415, 1, 14, 4982, '0', 0, 0, 1423.7413330078125, -4389.48291015625, 28.42467308044433593, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+72, 180415, 1, 14, 4982, '0', 0, 0, 1425.6007080078125, -4405.30029296875, 28.42828559875488281, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+73, 180415, 1, 14, 4982, '0', 0, 0, 1425.0086669921875, -4431.30224609375, 28.69840431213378906, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+74, 180415, 1, 14, 4982, '0', 0, 0, 1426.1614990234375, -4409.62158203125, 28.42130279541015625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+75, 180415, 1, 14, 4982, '0', 0, 0, 1427.1458740234375, -4418.02099609375, 28.41885566711425781, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+76, 180415, 1, 14, 4982, '0', 0, 0, 1425.1163330078125, -4402.33837890625, 28.43309974670410156, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+77, 180415, 1, 14, 4982, '0', 0, 0, 1422.717041015625, -4380.564453125, 28.42901992797851562, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+78, 180415, 1, 14, 4982, '0', 0, 0, 1424.220458984375, -4395.392578125, 28.43674087524414062, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+79, 180415, 1, 14, 4982, '0', 0, 0, 1426.2535400390625, -4412.267578125, 28.43393707275390625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+80, 180415, 1, 14, 4982, '0', 0, 0, 1428.7413330078125, -4430.83154296875, 28.42680549621582031, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+81, 180415, 1, 14, 4982, '0', 0, 0, 1423.34033203125, -4386.58837890625, 28.43054771423339843, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+82, 180415, 1, 14, 4982, '0', 0, 0, 1416.951416015625, -4357.734375, 28.43033599853515625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+83, 180415, 1, 14, 4982, '0', 0, 0, 1424.8177490234375, -4398.40966796875, 28.420074462890625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+84, 180415, 1, 14, 4982, '0', 0, 0, 1422.4166259765625, -4357.109375, 28.4282989501953125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+85, 180415, 1, 14, 4982, '0', 0, 0, 1441.060791015625, -4356.955078125, 28.69366073608398437, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+86, 180415, 1, 14, 4982, '0', 0, 0, 1439.107666015625, -4370.3212890625, 28.42203140258789062, 1.378809213638305664, 0, 0, 0.636077880859375, 0.771624863147735595, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+87, 180415, 1, 14, 4982, '0', 0, 0, 1434.78125, -4351.95166015625, 28.69450569152832031, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+88, 180415, 1, 14, 4982, '0', 0, 0, 1437.564208984375, -4357.4375, 28.43483543395996093, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+89, 180415, 1, 14, 4982, '0', 0, 0, 1435.1910400390625, -4355.62841796875, 28.42593002319335937, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+90, 180415, 1, 14, 4982, '0', 0, 0, 1442.2100830078125, -4396.4130859375, 28.43013954162597656, 1.378809213638305664, 0, 0, 0.636077880859375, 0.771624863147735595, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+91, 180415, 1, 14, 4982, '0', 0, 0, 1443.015625, -4403.361328125, 28.42104911804199218, 1.378809213638305664, 0, 0, 0.636077880859375, 0.771624863147735595, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+92, 180415, 1, 14, 4982, '0', 0, 0, 1440.795166015625, -4384.6787109375, 28.42342758178710937, 1.378809213638305664, 0, 0, 0.636077880859375, 0.771624863147735595, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+93, 180415, 1, 14, 4982, '0', 0, 0, 1441.9271240234375, -4393.35595703125, 28.43030548095703125, 1.378809213638305664, 0, 0, 0.636077880859375, 0.771624863147735595, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+94, 180415, 1, 14, 4982, '0', 0, 0, 1442.486083984375, -4400.4599609375, 28.41904067993164062, 1.378809213638305664, 0, 0, 0.636077880859375, 0.771624863147735595, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+95, 180415, 1, 14, 4982, '0', 0, 0, 1440.111083984375, -4378.6474609375, 28.42704200744628906, 1.378809213638305664, 0, 0, 0.636077880859375, 0.771624863147735595, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+96, 180415, 1, 14, 4982, '0', 0, 0, 1443.59375, -4407.51904296875, 28.42640113830566406, 1.378809213638305664, 0, 0, 0.636077880859375, 0.771624863147735595, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+97, 180415, 1, 14, 4982, '0', 0, 0, 1439.82470703125, -4376.28662109375, 28.39522743225097656, 1.378809213638305664, 0, 0, 0.636077880859375, 0.771624863147735595, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+98, 180415, 1, 14, 4982, '0', 0, 0, 1441.1353759765625, -4387.57470703125, 28.42292976379394531, 1.378809213638305664, 0, 0, 0.636077880859375, 0.771624863147735595, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+99, 180415, 1, 14, 4982, '0', 0, 0, 1431.170166015625, -4432.689453125, 28.42757225036621093, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+100, 180415, 1, 14, 4982, '0', 0, 0, 1455.8629150390625, -4412.15087890625, 28.42436408996582031, 1.378809213638305664, 0, 0, 0.636077880859375, 0.771624863147735595, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+101, 180415, 1, 14, 4982, '0', 0, 0, 1459.0086669921875, -4411.62353515625, 28.42484474182128906, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+102, 180415, 1, 14, 4982, '0', 0, 0, 1431.295166015625, -4436.328125, 28.69287490844726562, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+103, 180415, 1, 14, 4982, '0', 0, 0, 1443.5538330078125, -4431.18212890625, 28.42453193664550781, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+104, 180415, 1, 14, 4982, '0', 0, 0, 1450.0989990234375, -4412.70166015625, 28.42978668212890625, 1.378809213638305664, 0, 0, 0.636077880859375, 0.771624863147735595, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+105, 180415, 1, 14, 4982, '0', 0, 0, 1449.2691650390625, -4430.5556640625, 28.42853927612304687, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+106, 180415, 1, 14, 4982, '0', 0, 0, 1467.875, -4410.59033203125, 28.42914009094238281, 1.378809213638305664, 0, 0, 0.636077880859375, 0.771624863147735595, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+107, 180415, 1, 14, 4982, '0', 0, 0, 1457.890625, -4429.484375, 28.42616462707519531, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+108, 180415, 1, 14, 4982, '0', 0, 0, 1464.935791015625, -4411.04345703125, 28.41997718811035156, 4.502951622009277343, 0, 0, -0.7771453857421875, 0.629321098327636718, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+109, 180415, 1, 14, 4982, '0', 0, 0, 1452.1180419921875, -4430.2099609375, 28.42877006530761718, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+110, 180415, 1, 14, 4982, '0', 0, 0, 1466.87158203125, -4428.3125, 28.41889381408691406, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+111, 180415, 1, 14, 4982, '0', 0, 0, 1460.8853759765625, -4429.23291015625, 28.43379402160644531, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+112, 180415, 1, 14, 4982, '0', 0, 0, 1469.8333740234375, -4428.1962890625, 28.43605995178222656, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+113, 180415, 1, 1637, 0, '0', 0, 0, 1566.35595703125, -4434.8818359375, 16.05219459533691406, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+114, 180415, 1, 1637, 0, '0', 0, 0, 1566.02783203125, -4432.80029296875, 16.05218887329101562, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+115, 180415, 1, 1637, 0, '0', 0, 0, 1567.314208984375, -4431.830078125, 16.05218887329101562, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+116, 180415, 1, 1637, 5170, '0', 0, 0, 1607.4757080078125, -4381.53125, 22.75407791137695312, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Strength - Difficulty: 0) +(@OGUID+117, 180415, 1, 1637, 5168, '0', 0, 0, 1909.3385009765625, -4679.59716796875, 37.34681320190429687, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Honor - Difficulty: 0) +(@OGUID+118, 180415, 1, 1637, 5168, '0', 0, 0, 1924.74658203125, -4728.65478515625, 38.93230056762695312, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Honor - Difficulty: 0) +(@OGUID+119, 180415, 1, 1637, 5168, '0', 0, 0, 1924.3194580078125, -4730.21533203125, 38.93230056762695312, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Honor - Difficulty: 0) +(@OGUID+120, 180415, 1, 1637, 5168, '0', 0, 0, 1923.4322509765625, -4726.13525390625, 38.18877029418945312, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Honor - Difficulty: 0) +(@OGUID+121, 180415, 1, 1637, 5168, '0', 0, 0, 1920.55908203125, -4722.66162109375, 37.00212478637695312, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Honor - Difficulty: 0) +(@OGUID+122, 180415, 1, 1637, 5168, '0', 0, 0, 1923.8819580078125, -4727.35791015625, 38.93230056762695312, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Honor - Difficulty: 0) +(@OGUID+123, 180415, 1, 1637, 5168, '0', 0, 0, 1919.9722900390625, -4723.892578125, 38.18405914306640625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Honor - Difficulty: 0) +(@OGUID+124, 180415, 1, 1637, 5168, '0', 0, 0, 1918.7274169921875, -4723.86474609375, 38.93230056762695312, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Honor - Difficulty: 0) +(@OGUID+125, 180415, 1, 1637, 5168, '0', 0, 0, 1924.3021240234375, -4725.16845703125, 37.03638458251953125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Honor - Difficulty: 0) +(@OGUID+126, 180415, 1, 1637, 5168, '0', 0, 0, 1916.8367919921875, -4723.52099609375, 38.93230056762695312, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Honor - Difficulty: 0) +(@OGUID+127, 180415, 1, 1637, 5168, '0', 0, 0, 1915.6927490234375, -4724.439453125, 38.93230056762695312, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Honor - Difficulty: 0) +(@OGUID+128, 180415, 1, 1637, 5168, '0', 0, 0, 1914.857666015625, -4725.66650390625, 38.93306350708007812, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Honor - Difficulty: 0) +(@OGUID+129, 180415, 1, 1637, 5168, '0', 0, 0, 1923.5069580078125, -4731.4599609375, 38.93230056762695312, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Honor - Difficulty: 0) +(@OGUID+130, 180415, 1, 1637, 5171, '0', 0, 0, 1947.9757080078125, -4196.203125, 38.68569183349609375, 1.378809213638305664, 0, 0, 0.636077880859375, 0.771624863147735595, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Wisdom - Difficulty: 0) +(@OGUID+131, 180415, 1, 1637, 5170, '0', 0, 0, 1601.7117919921875, -4357.20849609375, 21.11967658996582031, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Strength - Difficulty: 0) CreateObject1 +(@OGUID+132, 180415, 1, 1637, 5170, '0', 0, 0, 1608.6961669921875, -4356.75341796875, 24.15970611572265625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Strength - Difficulty: 0) CreateObject1 +(@OGUID+133, 180415, 1, 1637, 5170, '0', 0, 0, 1606.9635009765625, -4359.0400390625, 24.15969276428222656, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Strength - Difficulty: 0) CreateObject1 +(@OGUID+134, 180415, 1, 1637, 5170, '0', 0, 0, 1605.1458740234375, -4351.63720703125, 21.11966896057128906, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Strength - Difficulty: 0) CreateObject1 +(@OGUID+135, 180415, 1, 1637, 5170, '0', 0, 0, 1609.3992919921875, -4337.27587890625, 22.66597938537597656, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Strength - Difficulty: 0) CreateObject1 +(@OGUID+136, 180415, 1, 1637, 5170, '0', 0, 0, 1611.9288330078125, -4337.033203125, 22.57125282287597656, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Strength - Difficulty: 0) CreateObject1 +(@OGUID+137, 180415, 1, 1637, 5170, '0', 0, 0, 1600.98095703125, -4327.6650390625, 22.52036857604980468, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Strength - Difficulty: 0) CreateObject1 +(@OGUID+138, 180415, 1, 1637, 5170, '0', 0, 0, 1601.9739990234375, -4325.02978515625, 22.50846672058105468, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Strength - Difficulty: 0) CreateObject1 +(@OGUID+139, 180415, 1, 1637, 5170, '0', 0, 0, 1616.2708740234375, -4334.88525390625, 22.36833000183105468, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Strength - Difficulty: 0) CreateObject1 +(@OGUID+140, 180415, 1, 1637, 5170, '0', 0, 0, 1604.8507080078125, -4321.47216796875, 22.53152275085449218, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Strength - Difficulty: 0) CreateObject1 +(@OGUID+141, 180415, 1, 1637, 5170, '0', 0, 0, 1607.2239990234375, -4319.8837890625, 22.56482696533203125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Strength - Difficulty: 0) CreateObject1 +(@OGUID+142, 180415, 1, 1637, 5170, '0', 0, 0, 1609.9410400390625, -4320.515625, 22.58294105529785156, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Strength - Difficulty: 0) CreateObject1 +(@OGUID+143, 180425, 1, 1637, 5170, '0', 0, 0, 1607.62158203125, -4424.6650390625, 15.69160747528076171, 2.478367090225219726, 0, 0, 0.94551849365234375, 0.325568377971649169, 120, 255, 1, 51886), -- SkullCandle01 (Area: Valley of Strength - Difficulty: 0) +(@OGUID+144, 180425, 1, 1637, 5170, '0', 0, 0, 1607.111083984375, -4381.970703125, 22.8822784423828125, 3.717553615570068359, 0, 0, -0.95881938934326171, 0.284016460180282592, 120, 255, 1, 51886), -- SkullCandle01 (Area: Valley of Strength - Difficulty: 0) +(@OGUID+145, 180425, 1, 1637, 5168, '0', 0, 0, 1909.767333984375, -4678.87841796875, 37.38814544677734375, 0.069811686873435974, 0, 0, 0.034898757934570312, 0.999390840530395507, 120, 255, 1, 51886), -- SkullCandle01 (Area: Valley of Honor - Difficulty: 0) +(@OGUID+146, 180425, 1, 1637, 5171, '0', 0, 0, 1951.5677490234375, -4207, 38.43329620361328125, 3.717553615570068359, 0, 0, -0.95881938934326171, 0.284016460180282592, 120, 255, 1, 51886), -- SkullCandle01 (Area: Valley of Wisdom - Difficulty: 0) +(@OGUID+147, 180425, 1, 1637, 5171, '0', 0, 0, 1921.5399169921875, -4190.751953125, 39.008636474609375, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 51886), -- SkullCandle01 (Area: Valley of Wisdom - Difficulty: 0) +(@OGUID+148, 180425, 1, 1637, 5169, '0', 0, 0, 1729.9600830078125, -4086.244873046875, 69.57158660888671875, 0.331610709428787231, 0, 0, 0.16504669189453125, 0.986285746097564697, 120, 255, 1, 51886), -- SkullCandle01 (Area: Valley of Spirits - Difficulty: 0) +(@OGUID+149, 180425, 1, 1637, 5169, '0', 0, 0, 1736.8975830078125, -4071.239501953125, 52.20943832397460937, 2.391098499298095703, 0, 0, 0.930417060852050781, 0.366502493619918823, 120, 255, 1, 51886), -- SkullCandle01 (Area: Valley of Spirits - Difficulty: 0) +(@OGUID+150, 180425, 1, 1637, 5169, '0', 0, 0, 1730.2708740234375, -4073.850830078125, 52.13470840454101562, 1.867502212524414062, 0, 0, 0.803856849670410156, 0.594822824001312255, 120, 255, 1, 51886), -- SkullCandle01 (Area: Valley of Spirits - Difficulty: 0) +(@OGUID+151, 180425, 1, 1637, 5169, '0', 0, 0, 1728.5538330078125, -4074.229248046875, 52.35164260864257812, 1.867502212524414062, 0, 0, 0.803856849670410156, 0.594822824001312255, 120, 255, 1, 51886), -- SkullCandle01 (Area: Valley of Spirits - Difficulty: 0) +(@OGUID+152, 180425, 1, 1637, 5169, '0', 0, 0, 1735.34375, -4072.104248046875, 52.14954376220703125, 1.919861555099487304, 0, 0, 0.819151878356933593, 0.573576688766479492, 120, 255, 1, 51886), -- SkullCandle01 (Area: Valley of Spirits - Difficulty: 0) +(@OGUID+153, 180426, 1, 1637, 1637, '0', 0, 0, 1505.0867919921875, -4412.1943359375, 23.02982711791992187, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Orgrimmar - Difficulty: 0) +(@OGUID+154, 180426, 1, 1637, 1637, '0', 0, 0, 1531.8941650390625, -4404.44775390625, 18.61635971069335937, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Orgrimmar - Difficulty: 0) +(@OGUID+155, 180426, 1, 1637, 0, '0', 0, 0, 1558.93408203125, -4378.9599609375, 16.82652473449707031, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: 0 - Difficulty: 0) +(@OGUID+156, 180426, 1, 1637, 5170, '0', 0, 0, 1601.5260009765625, -4393.298828125, 18.25049209594726562, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Valley of Strength - Difficulty: 0) +(@OGUID+157, 180426, 1, 1637, 5168, '0', 0, 0, 1940.0260009765625, -4686.595703125, 34.80312728881835937, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Valley of Honor - Difficulty: 0) +(@OGUID+158, 180426, 1, 1637, 5168, '0', 0, 0, 1936.4132080078125, -4694.87158203125, 35.81434249877929687, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Valley of Honor - Difficulty: 0) +(@OGUID+159, 180426, 1, 1637, 5168, '0', 0, 0, 2003.8350830078125, -4716.60791015625, 29.55341529846191406, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Valley of Honor - Difficulty: 0) +(@OGUID+160, 180426, 1, 1637, 5171, '0', 0, 0, 1929.079833984375, -4211.923828125, 36.91974639892578125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Valley of Wisdom - Difficulty: 0) +(@OGUID+161, 180426, 1, 1637, 5171, '0', 0, 0, 1923.9166259765625, -4204.44775390625, 37.07407760620117187, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Valley of Wisdom - Difficulty: 0) +(@OGUID+162, 180426, 1, 1637, 5332, '0', 0, 0, 1673.41845703125, -4104.7587890625, 49.44149017333984375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Orgrimmar Embassy - Difficulty: 0) +(@OGUID+163, 180426, 1, 1637, 5169, '0', 0, 0, 1695.91845703125, -4093.2587890625, 48.7188873291015625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Valley of Spirits - Difficulty: 0) +(@OGUID+164, 180427, 1, 1637, 1637, '0', 0, 0, 1521.0711669921875, -4407.26220703125, 20.69618034362792968, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat02 (Area: Orgrimmar - Difficulty: 0) +(@OGUID+165, 180427, 1, 1637, 0, '0', 0, 0, 1547.984375, -4404.80224609375, 18.03235054016113281, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat02 (Area: 0 - Difficulty: 0) +(@OGUID+166, 180427, 1, 1637, 0, '0', 0, 0, 1554.138916015625, -4398.75537109375, 17.34508705139160156, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat02 (Area: 0 - Difficulty: 0) +(@OGUID+167, 180427, 1, 1637, 5170, '0', 0, 0, 1579.3228759765625, -4407.54345703125, 15.39577198028564453, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat02 (Area: Valley of Strength - Difficulty: 0) +(@OGUID+168, 180427, 1, 1637, 5168, '0', 0, 0, 1975.3941650390625, -4667.13525390625, 32.64345932006835937, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat02 (Area: Valley of Honor - Difficulty: 0) +(@OGUID+169, 180427, 1, 1637, 5168, '0', 0, 0, 1932.810791015625, -4677.939453125, 34.15896224975585937, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat02 (Area: Valley of Honor - Difficulty: 0) +(@OGUID+170, 180427, 1, 1637, 5168, '0', 0, 0, 1951.0416259765625, -4703.890625, 36.62605667114257812, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat02 (Area: Valley of Honor - Difficulty: 0) +(@OGUID+171, 180427, 1, 1637, 5171, '0', 0, 0, 1935.71875, -4207.173828125, 36.81645965576171875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat02 (Area: Valley of Wisdom - Difficulty: 0) +(@OGUID+172, 180427, 1, 1637, 5171, '0', 0, 0, 1931.329833984375, -4212.51025390625, 36.81130599975585937, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat02 (Area: Valley of Wisdom - Difficulty: 0) +(@OGUID+173, 180427, 1, 1637, 5332, '0', 0, 0, 1668.1822509765625, -4107.126953125, 49.95176315307617187, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat02 (Area: Orgrimmar Embassy - Difficulty: 0) +(@OGUID+174, 180427, 1, 1637, 5169, '0', 0, 0, 1688.5382080078125, -4097.59716796875, 48.68080520629882812, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat02 (Area: Valley of Spirits - Difficulty: 0) +(@OGUID+175, 180428, 1, 1637, 5168, '0', 0, 0, 1947.05908203125, -4689.1943359375, 34.84970855712890625, 4.59021615982055664, 0, 0, -0.74895572662353515, 0.662620067596435546, 120, 255, 1, 51886), -- G_WitchBroom_01 scale 0.5 (Area: Valley of Honor - Difficulty: 0) +(@OGUID+176, 180428, 1, 1637, 5171, '0', 0, 0, 1916.71533203125, -4267.2099609375, 28.059722900390625, 4.59021615982055664, 0, 0, -0.74895572662353515, 0.662620067596435546, 120, 255, 1, 51886), -- G_WitchBroom_01 scale 0.5 (Area: Valley of Wisdom - Difficulty: 0) +(@OGUID+177, 180429, 1, 14, 4982, '0', 0, 0, 1377.060791015625, -4359.28662109375, 28.19597053527832031, 6.03883981704711914, 0, 0, -0.12186908721923828, 0.9925462007522583, 120, 255, 1, 51886), -- G_WitchHat_01 scale 0.5 (Area: The Dranosh'ar Blockade - Difficulty: 0) +(@OGUID+178, 180429, 1, 1637, 11386, '0', 0, 0, 1531.5052490234375, -4431.3037109375, 24.00904464721679687, 2.967041015625, 0, 0, 0.996193885803222656, 0.087165042757987976, 120, 255, 1, 51886), -- G_WitchHat_01 scale 0.5 (Area: Pathfinder's Den - Difficulty: 0) +(@OGUID+179, 180429, 1, 1637, 0, '0', 0, 0, 1541.2396240234375, -4373.58154296875, 20.82736396789550781, 0.017452461645007133, 0, 0, 0.008726119995117187, 0.999961912631988525, 120, 255, 1, 51886), -- G_WitchHat_01 scale 0.5 (Area: 0 - Difficulty: 0) +(@OGUID+180, 180429, 1, 1637, 5170, '0', 0, 0, 1616.814208984375, -4331.376953125, 22.90198326110839843, 4.985213756561279296, 0, 0, -0.60437870025634765, 0.796697199344635009, 120, 255, 1, 51886), -- G_WitchHat_01 scale 0.5 (Area: Valley of Strength - Difficulty: 0) CreateObject1 +(@OGUID+181, 180429, 1, 1637, 5168, '0', 0, 0, 1947.611083984375, -4690.00341796875, 38.209747314453125, 3.106652259826660156, 0, 0, 0.999847412109375, 0.017469281330704689, 120, 255, 1, 51886), -- G_WitchHat_01 scale 0.5 (Area: Valley of Honor - Difficulty: 0) +(@OGUID+182, 180429, 1, 1637, 5168, '0', 0, 0, 1926.60595703125, -4725.486328125, 38.03469467163085937, 1.954769015312194824, 0, 0, 0.829037666320800781, 0.559192776679992675, 120, 255, 1, 51886), -- G_WitchHat_01 scale 0.5 (Area: Valley of Honor - Difficulty: 0) +(@OGUID+183, 180429, 1, 1637, 5171, '0', 0, 0, 1916.02783203125, -4266.68408203125, 31.50795555114746093, 0.017452461645007133, 0, 0, 0.008726119995117187, 0.999961912631988525, 120, 255, 1, 51886), -- G_WitchHat_01 scale 0.5 (Area: Valley of Wisdom - Difficulty: 0) +(@OGUID+184, 180471, 1, 1637, 0, '0', 0, 0, 1544.673583984375, -4364.1474609375, 25.90085983276367187, 5.777040958404541015, 0, 0, -0.25037956237792968, 0.968147754669189453, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) +(@OGUID+185, 180471, 1, 1637, 0, '0', 0, 0, 1543.0833740234375, -4363.40283203125, 25.2636260986328125, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) +(@OGUID+186, 180471, 1, 1637, 5170, '0', 0, 0, 1668.736083984375, -4349.60400390625, 72.24118804931640625, 2.617989301681518554, 0, 0, 0.965925216674804687, 0.258821308612823486, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Valley of Strength - Difficulty: 0) +(@OGUID+187, 180471, 1, 1637, 5170, '0', 0, 0, 1667.8489990234375, -4344.970703125, 72.67189788818359375, 3.298687219619750976, 0, 0, -0.99691677093505859, 0.078466430306434631, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Valley of Strength - Difficulty: 0) +(@OGUID+188, 180471, 1, 1637, 5170, '0', 0, 0, 1668.1024169921875, -4346.3369140625, 70.945098876953125, 3.298687219619750976, 0, 0, -0.99691677093505859, 0.078466430306434631, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Valley of Strength - Difficulty: 0) +(@OGUID+189, 180471, 1, 1637, 5170, '0', 0, 0, 1668.1024169921875, -4346.3369140625, 72.56539154052734375, 3.298687219619750976, 0, 0, -0.99691677093505859, 0.078466430306434631, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Valley of Strength - Difficulty: 0) +(@OGUID+190, 180471, 1, 1637, 5170, '0', 0, 0, 1668.421875, -4347.8125, 72.4328765869140625, 3.298687219619750976, 0, 0, -0.99691677093505859, 0.078466430306434631, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Valley of Strength - Difficulty: 0) +(@OGUID+191, 180471, 1, 1637, 5170, '0', 0, 0, 1668.736083984375, -4349.60400390625, 70.58026885986328125, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Valley of Strength - Difficulty: 0) +(@OGUID+192, 180471, 1, 1637, 5170, '0', 0, 0, 1745.8541259765625, -4387.611328125, 49.78556060791015625, 4.834563255310058593, 0, 0, -0.66261959075927734, 0.748956084251403808, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Valley of Strength - Difficulty: 0) +(@OGUID+193, 180471, 1, 1637, 5170, '0', 0, 0, 1751.3836669921875, -4387.4306640625, 49.16284561157226562, 4.834563255310058593, 0, 0, -0.66261959075927734, 0.748956084251403808, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Valley of Strength - Difficulty: 0) +(@OGUID+194, 180471, 1, 1637, 5170, '0', 0, 0, 1758.9879150390625, -4405.9755859375, 49.10680007934570312, 0.802850961685180664, 0, 0, 0.390730857849121093, 0.920504987239837646, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Valley of Strength - Difficulty: 0) +(@OGUID+195, 180471, 1, 1637, 5170, '0', 0, 0, 1747.9791259765625, -4389.87353515625, 49.16279983520507812, 4.834563255310058593, 0, 0, -0.66261959075927734, 0.748956084251403808, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Valley of Strength - Difficulty: 0) +(@OGUID+196, 180471, 1, 1637, 5170, '0', 0, 0, 1750.1822509765625, -4384.54150390625, 49.82933807373046875, 4.834563255310058593, 0, 0, -0.66261959075927734, 0.748956084251403808, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Valley of Strength - Difficulty: 0) +(@OGUID+197, 180471, 1, 1637, 5170, '0', 0, 0, 1762.4739990234375, -4403.71728515625, 49.22351455688476562, 4.991643905639648437, 0, 0, -0.60181427001953125, 0.798636078834533691, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Valley of Strength - Difficulty: 0) +(@OGUID+198, 180471, 1, 1637, 5170, '0', 0, 0, 1760.0504150390625, -4408.859375, 49.94426345825195312, 4.991643905639648437, 0, 0, -0.60181427001953125, 0.798636078834533691, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Valley of Strength - Difficulty: 0) +(@OGUID+199, 180471, 1, 1637, 5170, '0', 0, 0, 1764.6180419921875, -4405.84375, 49.95634078979492187, 4.991643905639648437, 0, 0, -0.60181427001953125, 0.798636078834533691, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Valley of Strength - Difficulty: 0) +(@OGUID+200, 180471, 1, 1637, 5170, '0', 0, 0, 1794.9913330078125, -4367.93212890625, 105.7371597290039062, 2.844882726669311523, 0, 0, 0.989015579223632812, 0.147811368107795715, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Valley of Strength - Difficulty: 0) +(@OGUID+201, 180471, 1, 1637, 5170, '0', 0, 0, 1794.9913330078125, -4367.93212890625, 107.3436965942382812, 2.844882726669311523, 0, 0, 0.989015579223632812, 0.147811368107795715, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Valley of Strength - Difficulty: 0) +(@OGUID+202, 180471, 1, 1637, 5170, '0', 0, 0, 1695.546875, -4273.37158203125, 41.33503341674804687, 4.834563255310058593, 0, 0, -0.66261959075927734, 0.748956084251403808, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Valley of Strength - Difficulty: 0) +(@OGUID+203, 180471, 1, 1637, 5170, '0', 0, 0, 1697.10595703125, -4278.37841796875, 41.92198562622070312, 4.834563255310058593, 0, 0, -0.66261959075927734, 0.748956084251403808, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Valley of Strength - Difficulty: 0) +(@OGUID+204, 180471, 1, 1637, 5170, '0', 0, 0, 1693.27783203125, -4275.0068359375, 41.87329483032226562, 4.834563255310058593, 0, 0, -0.66261959075927734, 0.748956084251403808, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Valley of Strength - Difficulty: 0) +(@OGUID+205, 180471, 1, 1637, 5170, '0', 0, 0, 1698.4410400390625, -4275.9619140625, 41.29448318481445312, 4.834563255310058593, 0, 0, -0.66261959075927734, 0.748956084251403808, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Valley of Strength - Difficulty: 0) +(@OGUID+206, 180471, 1, 1637, 5167, '0', 0, 0, 1907.30908203125, -4385.01416015625, 51.5375518798828125, 4.939284324645996093, 0, 0, -0.6225137710571289, 0.78260880708694458, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Drag - Difficulty: 0) +(@OGUID+207, 180471, 1, 1637, 5167, '0', 0, 0, 1906.032958984375, -4382.3037109375, 50.82398605346679687, 4.939284324645996093, 0, 0, -0.6225137710571289, 0.78260880708694458, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Drag - Difficulty: 0) +(@OGUID+208, 180471, 1, 1637, 5167, '0', 0, 0, 1902.0399169921875, -4383.02978515625, 50.812652587890625, 4.939284324645996093, 0, 0, -0.6225137710571289, 0.78260880708694458, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Drag - Difficulty: 0) +(@OGUID+209, 180471, 1, 1637, 5167, '0', 0, 0, 1902.0347900390625, -4386.22900390625, 51.63542556762695312, 4.939284324645996093, 0, 0, -0.6225137710571289, 0.78260880708694458, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Drag - Difficulty: 0) +(@OGUID+210, 180471, 1, 1637, 5167, '0', 0, 0, 1902.0538330078125, -4363.251953125, 50.88455581665039062, 3.298687219619750976, 0, 0, -0.99691677093505859, 0.078466430306434631, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Drag - Difficulty: 0) +(@OGUID+211, 180471, 1, 1637, 5167, '0', 0, 0, 1898.05908203125, -4363.94775390625, 50.86245346069335937, 3.298687219619750976, 0, 0, -0.99691677093505859, 0.078466430306434631, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Drag - Difficulty: 0) +(@OGUID+212, 180471, 1, 1637, 5167, '0', 0, 0, 1896.9478759765625, -4361.17529296875, 51.551727294921875, 3.298687219619750976, 0, 0, -0.99691677093505859, 0.078466430306434631, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Drag - Difficulty: 0) +(@OGUID+213, 180471, 1, 1637, 5167, '0', 0, 0, 1902.203125, -4360.15087890625, 51.56628799438476562, 3.298687219619750976, 0, 0, -0.99691677093505859, 0.078466430306434631, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Drag - Difficulty: 0) +(@OGUID+214, 180472, 1, 1637, 5170, '0', 0, 0, 1539.279541015625, -4369.12353515625, 26.56698036193847656, 0.418878614902496337, 0, 0, 0.207911491394042968, 0.978147625923156738, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+215, 180472, 1, 1637, 5170, '0', 0, 0, 1567.4444580078125, -4434.1787109375, 22.03560829162597656, 0.767943859100341796, 0, 0, 0.374606132507324218, 0.927184045314788818, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+216, 180472, 1, 1637, 5170, '0', 0, 0, 1602.6805419921875, -4356.94287109375, 27.06592750549316406, 2.427065134048461914, 0, 0, 0.936857223510742187, 0.349712073802947998, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Valley of Strength - Difficulty: 0) CreateObject1 +(@OGUID+217, 180472, 1, 1637, 5170, '0', 0, 0, 1604.7447509765625, -4354.52099609375, 27.06592750549316406, 2.70277714729309082, 0, 0, 0.976026535034179687, 0.217651605606079101, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Valley of Strength - Difficulty: 0) CreateObject1 +(@OGUID+218, 180472, 1, 1637, 5170, '0', 0, 0, 1632.9617919921875, -4384.90283203125, 24.71734619140625, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Valley of Strength - Difficulty: 0) +(@OGUID+219, 180472, 1, 1637, 5170, '0', 0, 0, 1747.0347900390625, -4384.8056640625, 51.74789810180664062, 2.129300594329833984, 0, 0, 0.874619483947753906, 0.484810054302215576, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Valley of Strength - Difficulty: 0) +(@OGUID+220, 180472, 1, 1637, 5170, '0', 0, 0, 1763.12158203125, -4408.6474609375, 51.71094894409179687, 5.305802345275878906, 0, 0, -0.46947097778320312, 0.882947921752929687, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Valley of Strength - Difficulty: 0) +(@OGUID+221, 180472, 1, 1637, 5170, '0', 0, 0, 1803.4375, -4373.29345703125, 108.9540481567382812, 1.169368624687194824, 0, 0, 0.551936149597167968, 0.833886384963989257, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Valley of Strength - Difficulty: 0) +(@OGUID+222, 180472, 1, 1637, 5170, '0', 0, 0, 1694.201416015625, -4277.7412109375, 43.76607131958007812, 4.049167633056640625, 0, 0, -0.89879322052001953, 0.438372820615768432, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Valley of Strength - Difficulty: 0) +(@OGUID+223, 180472, 1, 1637, 5167, '0', 0, 0, 1904.9635009765625, -4387.27783203125, 53.43541336059570312, 4.939284324645996093, 0, 0, -0.6225137710571289, 0.78260880708694458, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: The Drag - Difficulty: 0) +(@OGUID+224, 180472, 1, 1637, 5167, '0', 0, 0, 1899.1875, -4358.98291015625, 53.44948196411132812, 1.884953022003173828, 0, 0, 0.809016227722167968, 0.587786316871643066, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: The Drag - Difficulty: 0) +(@OGUID+225, 180472, 1, 1637, 5171, '0', 0, 0, 1916.2552490234375, -4229.7099609375, 41.88074874877929687, 0.610863447189331054, 0, 0, 0.3007049560546875, 0.953717231750488281, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Valley of Wisdom - Difficulty: 0) +(@OGUID+226, 180472, 1, 1637, 5169, '0', 0, 0, 1736.49658203125, -4072.453125, 74.11026763916015625, 4.712389945983886718, 0, 0, -0.70710659027099609, 0.707106947898864746, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Valley of Spirits - Difficulty: 0) +(@OGUID+227, 180472, 1, 1637, 5169, '0', 0, 0, 1747.53125, -4083.279541015625, 74.3189697265625, 2.984498262405395507, 0, 0, 0.996916770935058593, 0.078466430306434631, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Valley of Spirits - Difficulty: 0) +(@OGUID+228, 180523, 1, 1637, 5170, '0', 0, 0, 1578.1041259765625, -4441.9619140625, 16.49898338317871093, 0.645771682262420654, 0, 0, 0.317304611206054687, 0.948323667049407958, 120, 255, 1, 51886), -- Apple Bob (Area: Valley of Strength - Difficulty: 0) +(@OGUID+229, 190069, 1, 1637, 5170, '0', 0, 0, 1571.3055419921875, -4444.27099609375, 16.056488037109375, 2.879789113998413085, 0, 0, 0.991444587707519531, 0.130528271198272705, 120, 255, 1, 51886), -- Candy Bucket (Area: Valley of Strength - Difficulty: 0) +(@OGUID+230, 207736, 1, 1637, 5170, '0', 0, 0, 1611.1492919921875, -4428.23291015625, 19.80772590637207031, 1.797688722610473632, 0, 0, 0.7826080322265625, 0.622514784336090087, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Scale 2) (Area: Valley of Strength - Difficulty: 0) +(@OGUID+231, 207736, 1, 1637, 5168, '0', 0, 0, 2039.704833984375, -4682.30224609375, 35.147552490234375, 2.914689540863037109, 0, 0, 0.993571281433105468, 0.113208353519439697, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Scale 2) (Area: Valley of Honor - Difficulty: 0) +(@OGUID+232, 207941, 1, 1637, 1637, '0', 0, 0, 1564.607666015625, -4315.2119140625, 32.04160308837890625, 0.79205322265625, 0, 0, 0.385755538940429687, 0.922601044178009033, 120, 255, 1, 51886), -- G_WitchHat_01 scale 2.0 (Area: Orgrimmar - Difficulty: 0) +(@OGUID+233, 209034, 1, 14, 374, '0', 0, 0, 1490.1805419921875, -4994.19970703125, 18.16426467895507812, 5.218535900115966796, 0, 0, -0.507537841796875, 0.861629426479339599, 120, 255, 1, 51886), -- Courier Sword (Area: Bladefist Bay - Difficulty: 0) +(@OGUID+234, 209059, 1, 1637, 5167, '0', 0, 0, 1887.2257080078125, -4360.34716796875, 40.67633438110351562, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Blood Nettle (Area: The Drag - Difficulty: 0) +(@OGUID+235, 209059, 1, 1637, 5167, '0', 0, 0, 1890.095458984375, -4325.81591796875, 24.14210891723632812, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Blood Nettle (Area: The Drag - Difficulty: 0) +(@OGUID+236, 209059, 1, 1637, 5167, '0', 0, 0, 1914.8333740234375, -4306.66162109375, 23.958160400390625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Blood Nettle (Area: The Drag - Difficulty: 0) +(@OGUID+237, 209059, 1, 1637, 5167, '0', 0, 0, 1930.7117919921875, -4302.25, 24.21709632873535156, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Blood Nettle (Area: The Drag - Difficulty: 0) +(@OGUID+238, 209059, 1, 1637, 5167, '0', 0, 0, 1920.935791015625, -4264.23291015625, 28.54404449462890625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Blood Nettle (Area: The Drag - Difficulty: 0) +(@OGUID+239, 209059, 1, 1637, 5171, '0', 0, 0, 1885.3975830078125, -4276.56787109375, 23.93655967712402343, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Blood Nettle (Area: Valley of Wisdom - Difficulty: 0) +(@OGUID+240, 209059, 1, 1637, 5171, '0', 0, 0, 1886.767333984375, -4282.765625, 23.64585113525390625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Blood Nettle (Area: Valley of Wisdom - Difficulty: 0) +(@OGUID+241, 209059, 1, 1637, 5171, '0', 0, 0, 1865.5103759765625, -4313.80029296875, 24.59487533569335937, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Blood Nettle (Area: Valley of Wisdom - Difficulty: 0) +(@OGUID+242, 209059, 1, 1637, 5171, '0', 0, 0, 1902.576416015625, -4293.2275390625, 23.98159980773925781, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Blood Nettle (Area: Valley of Wisdom - Difficulty: 0) +(@OGUID+243, 209059, 1, 1637, 5171, '0', 0, 0, 1948.3021240234375, -4254.517578125, 30.517669677734375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Blood Nettle (Area: Valley of Wisdom - Difficulty: 0) +(@OGUID+244, 209059, 1, 1637, 5171, '0', 0, 0, 1922.2725830078125, -4261.7412109375, 29.00823593139648437, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Blood Nettle (Area: Valley of Wisdom - Difficulty: 0) +(@OGUID+245, 209059, 1, 1637, 5171, '0', 0, 0, 1866.515625, -4306.70166015625, 24.32075119018554687, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Blood Nettle (Area: Valley of Wisdom - Difficulty: 0) +(@OGUID+246, 209059, 1, 1637, 5171, '0', 0, 0, 1930.04345703125, -4250.86279296875, 31.91396522521972656, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Blood Nettle (Area: Valley of Wisdom - Difficulty: 0) +(@OGUID+247, 209059, 1, 1637, 5171, '0', 0, 0, 1925.10595703125, -4239.07275390625, 36.82718658447265625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Blood Nettle (Area: Valley of Wisdom - Difficulty: 0) +(@OGUID+248, 209059, 1, 1637, 5171, '0', 0, 0, 1930.486083984375, -4252.09716796875, 31.34583473205566406, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Blood Nettle (Area: Valley of Wisdom - Difficulty: 0) +(@OGUID+249, 209059, 1, 1637, 5171, '0', 0, 0, 1922.0867919921875, -4245.13525390625, 37.05918121337890625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Blood Nettle (Area: Valley of Wisdom - Difficulty: 0) +(@OGUID+250, 209059, 1, 1637, 5171, '0', 0, 0, 1981.3021240234375, -4262.01025390625, 32.28223037719726562, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Blood Nettle (Area: Valley of Wisdom - Difficulty: 0) +(@OGUID+251, 209059, 1, 1637, 5171, '0', 0, 0, 1872.625, -4272.001953125, 24.82702064514160156, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Blood Nettle (Area: Valley of Wisdom - Difficulty: 0) +(@OGUID+252, 209059, 1, 1637, 5171, '0', 0, 0, 1870.3836669921875, -4262.953125, 35.76189804077148437, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Blood Nettle (Area: Valley of Wisdom - Difficulty: 0) +(@OGUID+253, 209059, 1, 1637, 5171, '0', 0, 0, 1894.4896240234375, -4231.251953125, 36.98680496215820312, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Blood Nettle (Area: Valley of Wisdom - Difficulty: 0) +(@OGUID+254, 209059, 1, 1637, 5171, '0', 0, 0, 1909.74658203125, -4233.5380859375, 37.06491851806640625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Blood Nettle (Area: Valley of Wisdom - Difficulty: 0) +(@OGUID+255, 209059, 1, 1637, 5171, '0', 0, 0, 1960.3021240234375, -4232.830078125, 37.01038742065429687, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Blood Nettle (Area: Valley of Wisdom - Difficulty: 0) +(@OGUID+256, 209059, 1, 1637, 5171, '0', 0, 0, 1845.342041015625, -4258.96875, 42.1986083984375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Blood Nettle (Area: Valley of Wisdom - Difficulty: 0) +(@OGUID+257, 209059, 1, 1637, 5171, '0', 0, 0, 1909.0572509765625, -4220.08154296875, 37.02049636840820312, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Blood Nettle (Area: Valley of Wisdom - Difficulty: 0) +(@OGUID+258, 209059, 1, 1637, 5171, '0', 0, 0, 1883.1754150390625, -4233.9150390625, 35.97293853759765625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Blood Nettle (Area: Valley of Wisdom - Difficulty: 0) +(@OGUID+259, 209059, 1, 1637, 5171, '0', 0, 0, 1918.467041015625, -4207.9287109375, 37.31186676025390625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Blood Nettle (Area: Valley of Wisdom - Difficulty: 0) +(@OGUID+260, 209059, 1, 1637, 5171, '0', 0, 0, 1959.5364990234375, -4208.95849609375, 37.28026199340820312, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Blood Nettle (Area: Valley of Wisdom - Difficulty: 0) +(@OGUID+261, 209059, 1, 1637, 5171, '0', 0, 0, 1961.60595703125, -4193.2119140625, 36.9796295166015625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Blood Nettle (Area: Valley of Wisdom - Difficulty: 0) +(@OGUID+262, 209059, 1, 1637, 5171, '0', 0, 0, 1887.77783203125, -4192.0537109375, 37.0442657470703125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Blood Nettle (Area: Valley of Wisdom - Difficulty: 0) +(@OGUID+263, 209059, 1, 1637, 5171, '0', 0, 0, 1934.78125, -4161.6005859375, 36.97964859008789062, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Blood Nettle (Area: Valley of Wisdom - Difficulty: 0) +(@OGUID+264, 209059, 1, 1637, 5171, '0', 0, 0, 1950.6510009765625, -4164.3125, 37.20854568481445312, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Blood Nettle (Area: Valley of Wisdom - Difficulty: 0) +(@OGUID+265, 209059, 1, 1637, 5171, '0', 0, 0, 1910.1285400390625, -4165.9912109375, 36.97964859008789062, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Blood Nettle (Area: Valley of Wisdom - Difficulty: 0) +(@OGUID+266, 209095, 1, 1637, 8618, '0', 0, 0, 1587.3004150390625, -4453.8837890625, 16.04824638366699218, 3.194002151489257812, 0, 0, -0.99965667724609375, 0.026201646775007247, 120, 255, 1, 51886), -- Edgar's Crate (Area: The Broken Tusk - Difficulty: 0) +(@OGUID+267, 209095, 1, 1637, 5168, '0', 0, 0, 1908.1632080078125, -4754.3681640625, 38.91977691650390625, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 51886); -- Edgar's Crate (Area: Valley of Honor - Difficulty: 0) + +DELETE FROM `gameobject_addon` WHERE `guid` IN (@OGUID+266, @OGUID+267); +INSERT INTO `gameobject_addon` (`guid`, `parent_rotation0`, `parent_rotation1`, `parent_rotation2`, `parent_rotation3`, `invisibilityType`, `invisibilityValue`, `WorldEffectID`, `AIAnimKitID`) VALUES +(@OGUID+266, 0, 0, 0, 1, 16, 1500, 0, 0), -- Edgar's Crate +(@OGUID+267, 0, 0, 0, 1, 16, 1500, 0, 0); -- Edgar's Crate + +-- Event spawns +DELETE FROM `game_event_creature` WHERE `eventEntry`=12 AND `guid` BETWEEN @CGUID+0 AND @CGUID+15; +INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES +(12, @CGUID+0), +(12, @CGUID+1), +(12, @CGUID+2), +(12, @CGUID+3), +(12, @CGUID+4), +(12, @CGUID+5), +(12, @CGUID+6), +(12, @CGUID+7), +(12, @CGUID+8), +(12, @CGUID+9), +(12, @CGUID+10), +(12, @CGUID+11), +(12, @CGUID+12), +(12, @CGUID+13), +(12, @CGUID+14), +(12, @CGUID+15); + +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+267; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48), +(12, @OGUID+49), +(12, @OGUID+50), +(12, @OGUID+51), +(12, @OGUID+52), +(12, @OGUID+53), +(12, @OGUID+54), +(12, @OGUID+55), +(12, @OGUID+56), +(12, @OGUID+57), +(12, @OGUID+58), +(12, @OGUID+59), +(12, @OGUID+60), +(12, @OGUID+61), +(12, @OGUID+62), +(12, @OGUID+63), +(12, @OGUID+64), +(12, @OGUID+65), +(12, @OGUID+66), +(12, @OGUID+67), +(12, @OGUID+68), +(12, @OGUID+69), +(12, @OGUID+70), +(12, @OGUID+71), +(12, @OGUID+72), +(12, @OGUID+73), +(12, @OGUID+74), +(12, @OGUID+75), +(12, @OGUID+76), +(12, @OGUID+77), +(12, @OGUID+78), +(12, @OGUID+79), +(12, @OGUID+80), +(12, @OGUID+81), +(12, @OGUID+82), +(12, @OGUID+83), +(12, @OGUID+84), +(12, @OGUID+85), +(12, @OGUID+86), +(12, @OGUID+87), +(12, @OGUID+88), +(12, @OGUID+89), +(12, @OGUID+90), +(12, @OGUID+91), +(12, @OGUID+92), +(12, @OGUID+93), +(12, @OGUID+94), +(12, @OGUID+95), +(12, @OGUID+96), +(12, @OGUID+97), +(12, @OGUID+98), +(12, @OGUID+99), +(12, @OGUID+100), +(12, @OGUID+101), +(12, @OGUID+102), +(12, @OGUID+103), +(12, @OGUID+104), +(12, @OGUID+105), +(12, @OGUID+106), +(12, @OGUID+107), +(12, @OGUID+108), +(12, @OGUID+109), +(12, @OGUID+110), +(12, @OGUID+111), +(12, @OGUID+112), +(12, @OGUID+113), +(12, @OGUID+114), +(12, @OGUID+115), +(12, @OGUID+116), +(12, @OGUID+117), +(12, @OGUID+118), +(12, @OGUID+119), +(12, @OGUID+120), +(12, @OGUID+121), +(12, @OGUID+122), +(12, @OGUID+123), +(12, @OGUID+124), +(12, @OGUID+125), +(12, @OGUID+126), +(12, @OGUID+127), +(12, @OGUID+128), +(12, @OGUID+129), +(12, @OGUID+130), +(12, @OGUID+131), +(12, @OGUID+132), +(12, @OGUID+133), +(12, @OGUID+134), +(12, @OGUID+135), +(12, @OGUID+136), +(12, @OGUID+137), +(12, @OGUID+138), +(12, @OGUID+139), +(12, @OGUID+140), +(12, @OGUID+141), +(12, @OGUID+142), +(12, @OGUID+143), +(12, @OGUID+144), +(12, @OGUID+145), +(12, @OGUID+146), +(12, @OGUID+147), +(12, @OGUID+148), +(12, @OGUID+149), +(12, @OGUID+150), +(12, @OGUID+151), +(12, @OGUID+152), +(12, @OGUID+153), +(12, @OGUID+154), +(12, @OGUID+155), +(12, @OGUID+156), +(12, @OGUID+157), +(12, @OGUID+158), +(12, @OGUID+159), +(12, @OGUID+160), +(12, @OGUID+161), +(12, @OGUID+162), +(12, @OGUID+163), +(12, @OGUID+164), +(12, @OGUID+165), +(12, @OGUID+166), +(12, @OGUID+167), +(12, @OGUID+168), +(12, @OGUID+169), +(12, @OGUID+170), +(12, @OGUID+171), +(12, @OGUID+172), +(12, @OGUID+173), +(12, @OGUID+174), +(12, @OGUID+175), +(12, @OGUID+176), +(12, @OGUID+177), +(12, @OGUID+178), +(12, @OGUID+179), +(12, @OGUID+180), +(12, @OGUID+181), +(12, @OGUID+182), +(12, @OGUID+183), +(12, @OGUID+184), +(12, @OGUID+185), +(12, @OGUID+186), +(12, @OGUID+187), +(12, @OGUID+188), +(12, @OGUID+189), +(12, @OGUID+190), +(12, @OGUID+191), +(12, @OGUID+192), +(12, @OGUID+193), +(12, @OGUID+194), +(12, @OGUID+195), +(12, @OGUID+196), +(12, @OGUID+197), +(12, @OGUID+198), +(12, @OGUID+199), +(12, @OGUID+200), +(12, @OGUID+201), +(12, @OGUID+202), +(12, @OGUID+203), +(12, @OGUID+204), +(12, @OGUID+205), +(12, @OGUID+206), +(12, @OGUID+207), +(12, @OGUID+208), +(12, @OGUID+209), +(12, @OGUID+210), +(12, @OGUID+211), +(12, @OGUID+212), +(12, @OGUID+213), +(12, @OGUID+214), +(12, @OGUID+215), +(12, @OGUID+216), +(12, @OGUID+217), +(12, @OGUID+218), +(12, @OGUID+219), +(12, @OGUID+220), +(12, @OGUID+221), +(12, @OGUID+222), +(12, @OGUID+223), +(12, @OGUID+224), +(12, @OGUID+225), +(12, @OGUID+226), +(12, @OGUID+227), +(12, @OGUID+228), +(12, @OGUID+229), +(12, @OGUID+230), +(12, @OGUID+231), +(12, @OGUID+232), +(12, @OGUID+233), +(12, @OGUID+234), +(12, @OGUID+235), +(12, @OGUID+236), +(12, @OGUID+237), +(12, @OGUID+238), +(12, @OGUID+239), +(12, @OGUID+240), +(12, @OGUID+241), +(12, @OGUID+242), +(12, @OGUID+243), +(12, @OGUID+244), +(12, @OGUID+245), +(12, @OGUID+246), +(12, @OGUID+247), +(12, @OGUID+248), +(12, @OGUID+249), +(12, @OGUID+250), +(12, @OGUID+251), +(12, @OGUID+252), +(12, @OGUID+253), +(12, @OGUID+254), +(12, @OGUID+255), +(12, @OGUID+256), +(12, @OGUID+257), +(12, @OGUID+258), +(12, @OGUID+259), +(12, @OGUID+260), +(12, @OGUID+261), +(12, @OGUID+262), +(12, @OGUID+263), +(12, @OGUID+264), +(12, @OGUID+265), +(12, @OGUID+266), +(12, @OGUID+267); + +-- +SET @CGUID := 9800016; +SET @OGUID := 9800268; + +-- Old creature spawns +DELETE FROM `creature` WHERE `guid` BETWEEN 9004042 AND 9004103; +DELETE FROM `creature_addon` WHERE `guid` BETWEEN 9004042 AND 9004103; +DELETE FROM `game_event_creature` WHERE `guid` BETWEEN 9004042 AND 9004103; + +-- Creature spawns +DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+61; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES +-- Stormwind Gate +(@CGUID+0, 15310, 0, 12, 7486, '0', 0, 0, 0, 0, -9105.97265625, 423.6475830078125, 93.85897064208984375, 5.148721218109130859, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 51886), -- Jesper (Area: Stormwind Gate - Difficulty: 0) +(@CGUID+1, 51665, 0, 12, 7486, '0', 0, 0, 0, 1, -9108.685546875, 423.3663330078125, 94.07958984375, 5.131268024444580078, 120, 0, 0, 112919, 3155, 0, NULL, NULL, NULL, NULL, 51886), -- Celestine of the Harvest (Area: Stormwind Gate - Difficulty: 0) +(@CGUID+2, 51684, 0, 12, 7486, '0', 0, 0, 0, 0, -9063.00390625, 379.848968505859375, 113.4407730102539062, 2.275387763977050781, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 51886), -- Wickerman Torch Point (Area: Stormwind Gate - Difficulty: 0) +(@CGUID+3, 51684, 0, 12, 7486, '0', 0, 0, 0, 0, -9057.9345703125, 381.177093505859375, 115.5440292358398437, 2.356194496154785156, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 51886), -- Wickerman Torch Point (Area: Stormwind Gate - Difficulty: 0) +(@CGUID+4, 51684, 0, 12, 7486, '0', 0, 0, 0, 0, -9065.1181640625, 375.09027099609375, 96.79581451416015625, 2.356194496154785156, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 51886), -- Wickerman Torch Point (Area: Stormwind Gate - Difficulty: 0) +(@CGUID+5, 51684, 0, 12, 7486, '0', 0, 0, 0, 0, -9064.8330078125, 375.711822509765625, 114.2770233154296875, 2.356194496154785156, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 51886), -- Wickerman Torch Point (Area: Stormwind Gate - Difficulty: 0) +(@CGUID+6, 51684, 0, 12, 7486, '0', 0, 0, 0, 0, -9061.6669921875, 379.90277099609375, 104.8144989013671875, 2.617993831634521484, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 51886), -- Wickerman Torch Point (Area: Stormwind Gate - Difficulty: 0) +(@CGUID+7, 51684, 0, 12, 7486, '0', 0, 0, 0, 0, -9064.1220703125, 377.586822509765625, 110.4320526123046875, 2.362124443054199218, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 51886), -- Wickerman Torch Point (Area: Stormwind Gate - Difficulty: 0) +(@CGUID+8, 51684, 0, 12, 7486, '0', 0, 0, 0, 0, -9063.2783203125, 379.401031494140625, 108.6555557250976562, 2.443835258483886718, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 51886), -- Wickerman Torch Point (Area: Stormwind Gate - Difficulty: 0) +(@CGUID+9, 51684, 0, 12, 7486, '0', 0, 0, 0, 0, -9064.4931640625, 377.107635498046875, 106.8796844482421875, 2.356194496154785156, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 51886), -- Wickerman Torch Point (Area: Stormwind Gate - Difficulty: 0) +(@CGUID+10, 51684, 0, 12, 7486, '0', 0, 0, 0, 0, -9058.826171875, 383.576385498046875, 104.8242034912109375, 2.356194496154785156, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 51886), -- Wickerman Torch Point (Area: Stormwind Gate - Difficulty: 0) +(@CGUID+11, 51684, 0, 12, 7486, '0', 0, 0, 0, 0, -9060.56640625, 379.979156494140625, 101.1744766235351562, 2.356194496154785156, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 51886), -- Wickerman Torch Point (Area: Stormwind Gate - Difficulty: 0) +(@CGUID+12, 51684, 0, 12, 7486, '0', 0, 0, 0, 0, -9064.1025390625, 376.060760498046875, 102.225982666015625, 2.617993831634521484, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 51886), -- Wickerman Torch Point (Area: Stormwind Gate - Difficulty: 0) +(@CGUID+13, 51699, 0, 12, 7486, '0', 0, 0, 0, 0, -9087.3994140625, 394.9600830078125, 93.57122802734375, 5.131268024444580078, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 51886), -- Wickerman Reveler (Area: Stormwind Gate - Difficulty: 0) +(@CGUID+14, 51699, 0, 12, 7486, '0', 0, 0, 0, 0, -9086.93359375, 389.214630126953125, 93.11346435546875, 5.026548385620117187, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 51886), -- Wickerman Reveler (Area: Stormwind Gate - Difficulty: 0) +(@CGUID+15, 51699, 0, 12, 7486, '0', 0, 0, 0, 0, -9084.53515625, 393.48858642578125, 93.3961639404296875, 3.106686115264892578, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 51886), -- Wickerman Reveler (Area: Stormwind Gate - Difficulty: 0) +(@CGUID+16, 51699, 0, 12, 7486, '0', 0, 0, 0, 0, -9086.884765625, 391.986328125, 93.36346435546875, 1.082104086875915527, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 51886), -- Wickerman Reveler (Area: Stormwind Gate - Difficulty: 0) +(@CGUID+17, 51699, 0, 12, 7486, '0', 0, 0, 0, 0, -9075.28125, 400.930572509765625, 93.495391845703125, 4.86946868896484375, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 51886), -- Wickerman Reveler (Area: Stormwind Gate - Difficulty: 0) +(@CGUID+18, 51699, 0, 12, 7486, '0', 0, 0, 0, 0, -9085.923828125, 386.494781494140625, 92.98846435546875, 1.989675283432006835, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 51886), -- Wickerman Reveler (Area: Stormwind Gate - Difficulty: 0) +(@CGUID+19, 51699, 0, 12, 7486, '0', 0, 0, 0, 0, -9078.287109375, 392.436737060546875, 93.0688323974609375, 1.727875947952270507, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 51886), -- Wickerman Reveler (Area: Stormwind Gate - Difficulty: 0) +(@CGUID+20, 51699, 0, 12, 7486, '0', 0, 0, 0, 0, -9076.376953125, 399.03125, 93.66717529296875, 0.453785598278045654, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 51886), -- Wickerman Reveler (Area: Stormwind Gate - Difficulty: 0) +(@CGUID+21, 51699, 0, 12, 7486, '0', 0, 0, 0, 0, -9078.6044921875, 395.171875, 93.70477294921875, 4.747295379638671875, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 51886), -- Wickerman Reveler (Area: Stormwind Gate - Difficulty: 0) +(@CGUID+22, 51699, 0, 12, 7486, '0', 0, 0, 0, 0, -9074.2412109375, 399.161468505859375, 93.723602294921875, 2.652900457382202148, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 51886), -- Wickerman Reveler (Area: Stormwind Gate - Difficulty: 0) +(@CGUID+23, 51701, 0, 12, 7486, '0', 0, 0, 0, 1, -9076.658203125, 384.513885498046875, 92.69788360595703125, 2.321287870407104492, 120, 0, 0, 225838, 0, 0, NULL, NULL, NULL, NULL, 51886), -- Greymane Retainer (Area: Stormwind Gate - Difficulty: 0) +(@CGUID+24, 51701, 0, 12, 7486, '0', 0, 0, 0, 1, -9079.78125, 381.368072509765625, 92.6159820556640625, 2.408554315567016601, 120, 0, 0, 225838, 0, 0, NULL, NULL, NULL, NULL, 51886), -- Greymane Retainer (Area: Stormwind Gate - Difficulty: 0) +(@CGUID+25, 51702, 0, 12, 7486, '0', 0, 0, 0, 0, -9072.8857421875, 394.75347900390625, 93.631591796875, 0.279252678155899047, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 51886), -- Wickerman Crowd Bunny 01 (Area: Stormwind Gate - Difficulty: 0) +(@CGUID+26, 51703, 0, 12, 7486, '0', 0, 0, 0, 0, -9079.060546875, 387.6944580078125, 92.71319580078125, 0.331612557172775268, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 51886), -- Wickerman Crowd Bunny 02 (Area: Stormwind Gate - Difficulty: 0) +(@CGUID+27, 51705, 0, 12, 7486, '0', 0, 0, 0, 0, -9074.9970703125, 390.14410400390625, 93.06845855712890625, 0.279252678155899047, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 51886), -- Wickerman Crowd Bunny 03 (Area: Stormwind Gate - Difficulty: 0) +(@CGUID+28, 51934, 0, 12, 7486, '0', 0, 0, 0, 0, -9117.248046875, 412.708343505859375, 93.94106292724609375, 3.159045934677124023, 120, 0, 0, 90335, 7196, 0, NULL, NULL, NULL, NULL, 51886), -- Gretchen Fenlow (Area: Stormwind Gate - Difficulty: 0) +(@CGUID+29, 51947, 0, 12, 7486, '0', 0, 0, 0, 0, -9103.763671875, 388.868072509765625, 93.20831298828125, 2.338741064071655273, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 51886), -- Gilnean Steed (Area: Stormwind Gate - Difficulty: 0) +(@CGUID+30, 51947, 0, 12, 7486, '0', 0, 0, 0, 0, -9099.0244140625, 394.223968505859375, 92.78414154052734375, 2.49582076072692871, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 51886), -- Gilnean Steed (Area: Stormwind Gate - Difficulty: 0) +(@CGUID+31, 52064, 0, 12, 7486, '0', 0, 0, 0, 1, -9110.669921875, 421.8038330078125, 94.15008544921875, 5.515240192413330078, 120, 0, 0, 112919, 3155, 0, NULL, NULL, NULL, NULL, 51886), -- Keira (Area: Stormwind Gate - Difficulty: 0) +(@CGUID+32, 52067, 0, 12, 7486, '0', 0, 0, 0, 0, -9104.0556640625, 393.982635498046875, 92.720489501953125, 0, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 51886), -- General Purpose Bunny (All Phases) (Area: Stormwind Gate - Difficulty: 0) +(@CGUID+33, 52497, 0, 12, 7486, '0', 0, 0, 0, 0, -9098.09765625, 429.716827392578125, 93.298004150390625, 5.060554027557373046, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 51886), -- Spanky (Area: Stormwind Gate - Difficulty: 0) (Auras: 97135 - Children's Costume Aura, 97095 - Scary Tiki Mask) +(@CGUID+34, 52548, 0, 12, 7486, '0', 0, 0, 0, 0, -9114.6142578125, 417.368072509765625, 94.1620330810546875, 5.235987663269042968, 120, 0, 0, 90335, 7196, 0, NULL, NULL, NULL, NULL, 51886), -- Gertrude Fenlow (Area: Stormwind Gate - Difficulty: 0) +(@CGUID+35, 53702, 0, 12, 7486, '0', 0, 0, 0, 0, -9101.1181640625, 427.956024169921875, 93.43695831298828125, 5.179904937744140625, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 51886), -- Stymie (Area: Stormwind Gate - Difficulty: 0) (Auras: 97135 - Children's Costume Aura, 97144 - Scary Pumpkin Mask) +(@CGUID+36, 53728, 0, 12, 7486, '0', 0, 0, 0, 0, -9099.439453125, 431.333343505859375, 93.56024169921875, 5.009094715118408203, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 51886), -- Dorothy (Area: Stormwind Gate - Difficulty: 0) (Auras: 97135 - Children's Costume Aura, 97134 - Scary Witch Hat) +(@CGUID+37, 53869, 0, 12, 7486, '0', 0, 0, 0, 0, -9105.0693359375, 427.119781494140625, 93.70990753173828125, 5.201081275939941406, 120, 0, 0, 2035, 0, 0, NULL, NULL, NULL, NULL, 51886), -- Orphan Matron Seacole (Area: Stormwind Gate - Difficulty: 0) +(@CGUID+38, 109685, 0, 12, 7486, '0', 0, 0, 0, 0, -9102.51953125, 428.09027099609375, 93.5450897216796875, 5.368412971496582031, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 51886), -- Pippi (Area: Stormwind Gate - Difficulty: 0) (Auras: 97135 - Children's Costume Aura, 100320 - Magical Mage Hat) +(@CGUID+39, 142656, 0, 12, 7486, '0', 0, 0, 0, 0, -9117.640625, 415.713531494140625, 93.84183502197265625, 5.849154949188232421, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 51886), -- Kalendormu (Area: Stormwind Gate - Difficulty: 0) +-- Stormwind City +(@CGUID+40, 40435, 0, 1519, 5148, '0', 0, 0, 0, 0, -8835.66015625, 639.55206298828125, 95.187744140625, 4.066617012023925781, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 51886), -- Headless Ghost (Area: Trade District - Difficulty: 0) (Auras: 33900 - Shroud of Death) +(@CGUID+41, 53949, 0, 1519, 5148, '0', 0, 0, 0, 1, -8866.138671875, 679.57989501953125, 97.98639678955078125, 4.607669353485107421, 120, 0, 0, 2035, 852, 0, NULL, NULL, NULL, NULL, 51886), -- Anson Hastings (Area: Trade District - Difficulty: 0) +(@CGUID+42, 53950, 0, 1519, 4411, '0', 0, 0, 0, 0, -8514.9931640625, 1305.2100830078125, 6.181744098663330078, 1.535889744758605957, 120, 0, 0, 2035, 100, 0, NULL, NULL, NULL, NULL, 51886), -- Hired Courier (Area: Stormwind Harbor - Difficulty: 0) (Auras: 29266 - Permanent Feign Death) +(@CGUID+43, 53954, 0, 1519, 4411, '0', 0, 0, 0, 0, -8514.6142578125, 1305.486083984375, 6.182001113891601562, 5.619960308074951171, 120, 0, 0, 2035, 0, 0, NULL, NULL, NULL, NULL, 51886), -- Blood Spatter (Area: Stormwind Harbor - Difficulty: 0) (Auras: 29266 - Permanent Feign Death, 28559 - Untrackable) +(@CGUID+44, 53954, 0, 1519, 4411, '0', 0, 0, 0, 0, -8514.8994140625, 1306.21875, 6.182374477386474609, 5.619960308074951171, 120, 0, 0, 2035, 0, 0, NULL, NULL, NULL, NULL, 51886), -- Blood Spatter (Area: Stormwind Harbor - Difficulty: 0) (Auras: 29266 - Permanent Feign Death, 28559 - Untrackable) +(@CGUID+45, 53961, 0, 1519, 4411, '0', 0, 0, 0, 0, -8515.5068359375, 1306.439208984375, 6.182505607604980468, 0, 120, 0, 0, 2035, 0, 0, NULL, NULL, NULL, NULL, 51886), -- Blood Spatter (Small) (Area: Stormwind Harbor - Difficulty: 0) (Auras: 29266 - Permanent Feign Death, 28559 - Untrackable) +(@CGUID+46, 53961, 0, 1519, 4411, '0', 0, 0, 0, 0, -8515.6923828125, 1306.9774169921875, 6.18283843994140625, 0, 120, 0, 0, 2035, 0, 0, NULL, NULL, NULL, NULL, 51886), -- Blood Spatter (Small) (Area: Stormwind Harbor - Difficulty: 0) (Auras: 29266 - Permanent Feign Death, 28559 - Untrackable) +(@CGUID+47, 53961, 0, 1519, 4411, '0', 0, 0, 0, 0, -8514.935546875, 1306.7274169921875, 6.182691097259521484, 0, 120, 0, 0, 2035, 0, 0, NULL, NULL, NULL, NULL, 51886), -- Blood Spatter (Small) (Area: Stormwind Harbor - Difficulty: 0) (Auras: 29266 - Permanent Feign Death, 28559 - Untrackable) +(@CGUID+48, 53966, 0, 1519, 4411, '0', 0, 0, 0, 0, -8515.3349609375, 1306.13720703125, 6.182314872741699218, 0, 120, 0, 0, 2035, 852, 0, NULL, NULL, NULL, NULL, 51886), -- Spider Summoner (Ship) (Area: Stormwind Harbor - Difficulty: 0) +(@CGUID+49, 54021, 0, 1519, 5704, '0', 0, 0, 0, 0, -8532.001953125, 608.05902099609375, 102.960296630859375, 1.01229095458984375, 120, 0, 0, 2035, 0, 0, NULL, NULL, NULL, NULL, 51886), -- Hudson Barnes (Area: The Canals - Difficulty: 0) +(@CGUID+50, 54032, 0, 1519, 5704, '0', 0, 0, 0, 0, -8515.826171875, 758.65802001953125, 72.79593658447265625, 1.186823844909667968, 120, 0, 0, 2035, 100, 0, NULL, NULL, NULL, NULL, 51886), -- Dead Gang Member (Area: The Canals - Difficulty: 0) +(@CGUID+51, 54032, 0, 1519, 5704, '0', 0, 0, 0, 0, -8502.107421875, 787.63018798828125, 87.39232635498046875, 0, 120, 0, 0, 2035, 100, 0, NULL, NULL, NULL, NULL, 51886), -- Dead Gang Member (Area: The Canals - Difficulty: 0) +(@CGUID+52, 54032, 0, 1519, 5704, '0', 0, 0, 0, 0, -8494.158203125, 777.29168701171875, 72.79593658447265625, 4.258603572845458984, 120, 0, 0, 2035, 100, 0, NULL, NULL, NULL, NULL, 51886), -- Dead Gang Member (Area: The Canals - Difficulty: 0) +(@CGUID+53, 54032, 0, 1519, 5704, '0', 0, 0, 0, 0, -8515.734375, 785.420166015625, 81.69933319091796875, 2.897246599197387695, 120, 0, 0, 2035, 100, 0, NULL, NULL, NULL, NULL, 51886), -- Dead Gang Member (Area: The Canals - Difficulty: 0) +(@CGUID+54, 54032, 0, 1519, 5704, '0', 0, 0, 0, 0, -8524.859375, 793.55731201171875, 81.69793701171875, 0.48869219422340393, 120, 0, 0, 2035, 100, 0, NULL, NULL, NULL, NULL, 51886), -- Dead Gang Member (Area: The Canals - Difficulty: 0) +(@CGUID+55, 54032, 0, 1519, 5704, '0', 0, 0, 0, 0, -8507.326171875, 800.40625, 81.69720458984375, 1.850049018859863281, 120, 0, 0, 2035, 100, 0, NULL, NULL, NULL, NULL, 51886), -- Dead Gang Member (Area: The Canals - Difficulty: 0) +(@CGUID+56, 54032, 0, 1519, 5704, '0', 0, 0, 0, 0, -8473.623046875, 798.29168701171875, 81.69183349609375, 3.001966238021850585, 120, 0, 0, 2035, 100, 0, NULL, NULL, NULL, NULL, 51886), -- Dead Gang Member (Area: The Canals - Difficulty: 0) +(@CGUID+57, 54032, 0, 1519, 5704, '0', 0, 0, 0, 0, -8456.97265625, 819.8992919921875, 81.694427490234375, 4.468042850494384765, 120, 0, 0, 2035, 100, 0, NULL, NULL, NULL, NULL, 51886), -- Dead Gang Member (Area: 0 - Difficulty: 0) (Auras: 100600 - Cripple State, 29266 - Permanent Feign Death) +(@CGUID+58, 54043, 0, 1519, 5704, '0', 0, 0, 0, 0, -8506.81640625, 820.20660400390625, 96.755279541015625, 5.393067359924316406, 120, 0, 0, 2035, 852, 0, NULL, NULL, NULL, NULL, 51886), -- Spider Summoner (Catacombs) (Area: The Canals - Difficulty: 0) +(@CGUID+59, 54072, 0, 1519, 5704, '0', 0, 0, 0, 1, -8499.607421875, 759.5555419921875, 72.795928955078125, 0.471238881349563598, 120, 0, 0, 141149, 3155, 0, NULL, NULL, NULL, NULL, 51886), -- Sanath Lim-yo (Area: The Canals - Difficulty: 0) +(@CGUID+60, 54118, 0, 1519, 5150, '0', 0, 0, 0, 0, -8383.53515625, 590.576416015625, 97.8619384765625, 1.099557399749755859, 120, 0, 0, 2035, 0, 0, NULL, NULL, NULL, NULL, 51886), -- Hudson Barnes (Area: Dwarven District - Difficulty: 0) +(@CGUID+61, 54205, 0, 1519, 5704, '0', 0, 0, 0, 0, -8496.6474609375, 761.65972900390625, 72.795928955078125, 3.839724302291870117, 120, 0, 0, 2035, 100, 0, NULL, NULL, NULL, NULL, 51886); -- Ren Quickhand (Area: The Canals - Difficulty: 0) (Auras: ) + +DELETE FROM `creature_addon` WHERE `guid` IN (@CGUID+28); +INSERT INTO `creature_addon` (`guid`, `PathId`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES +(@CGUID+28, 0, 0, 0, 0, 0, 1, 69, 0, 0, 0, 0, 0, ''); -- 51934 (Gretchen Fenlow) + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 9000646 AND 9003368; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 9000646 AND 9003368; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 9000646 AND 9003368; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+2722; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +-- Stormwind Gate +(@OGUID+0, 180037, 0, 12, 7486, '0', 0, 0, -9118.783203125, 419.34722900390625, 93.88652801513671875, 4.537858963012695312, 0, 0, -0.76604366302490234, 0.642788589000701904, 120, 255, 1, 51886), -- Haybail 01 (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+1, 180037, 0, 12, 7486, '0', 0, 0, -9110.6611328125, 429.72222900390625, 93.12786102294921875, 4.939284324645996093, 0, 0, -0.6225137710571289, 0.78260880708694458, 120, 255, 1, 51886), -- Haybail 01 (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+2, 180038, 0, 12, 7486, '0', 0, 0, -9106.529296875, 432.263885498046875, 93.18706512451171875, 0.802850961685180664, 0, 0, 0.390730857849121093, 0.920504987239837646, 120, 255, 1, 51886), -- Haybail 02 (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+3, 180410, 0, 12, 7486, '0', 0, 0, -9096.06640625, 432.467010498046875, 95.47092437744140625, 5.044002056121826171, 0, 0, -0.58070278167724609, 0.814115643501281738, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+4, 180410, 0, 12, 7486, '0', 0, 0, -9104.091796875, 430.076385498046875, 95.47092437744140625, 5.044002056121826171, 0, 0, -0.58070278167724609, 0.814115643501281738, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+5, 180410, 0, 12, 7486, '0', 0, 0, -9100.1962890625, 430.979156494140625, 95.40256500244140625, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+6, 180414, 0, 12, 7486, '0', 0, 0, -9119.3017578125, 412.4132080078125, 93.92376708984375, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 51886), -- Cauldron (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+7, 180415, 0, 12, 7486, '0', 0, 0, -9117.595703125, 412.1163330078125, 93.79441070556640625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+8, 180415, 0, 12, 7486, '0', 0, 0, -9118.1845703125, 413.993072509765625, 93.9696197509765625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+9, 180415, 0, 12, 7486, '0', 0, 0, -9120.0888671875, 414.111114501953125, 94.01055145263671875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+10, 180415, 0, 12, 7486, '0', 0, 0, -9121.1474609375, 412.664947509765625, 94.01128387451171875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+11, 180415, 0, 12, 7486, '0', 0, 0, -9120.1201171875, 410.87847900390625, 93.64910125732421875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+12, 180415, 0, 12, 7486, '0', 0, 0, -9118.5869140625, 410.732635498046875, 93.59493255615234375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+13, 180426, 0, 12, 7486, '0', 0, 0, -9091.8505859375, 417.109375, 111.1138076782226562, 0.645771682262420654, 0, 0, 0.317304611206054687, 0.948323667049407958, 120, 255, 1, 51886), -- Bat01 (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+14, 180426, 0, 12, 7486, '0', 0, 0, -9106.642578125, 399.463531494140625, 111.6139068603515625, 3.52557229995727539, 0, 0, -0.98162651062011718, 0.190812408924102783, 120, 255, 1, 51886), -- Bat01 (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+15, 180426, 0, 12, 7486, '0', 0, 0, -9099.591796875, 407.727447509765625, 111.552276611328125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+16, 180426, 0, 12, 7486, '0', 0, 0, -9091.90625, 412.734375, 111.2841415405273437, 3.52557229995727539, 0, 0, -0.98162651062011718, 0.190812408924102783, 120, 255, 1, 51886), -- Bat01 (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+17, 180426, 0, 12, 7486, '0', 0, 0, -9026.138671875, 380.114593505859375, 92.56472015380859375, 3.52557229995727539, 0, 0, -0.98162651062011718, 0.190812408924102783, 120, 255, 1, 51886), -- Bat01 (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+18, 180427, 0, 12, 7486, '0', 0, 0, -9101.095703125, 407.517364501953125, 92.59896087646484375, 2.67034769058227539, 0, 0, 0.972369194030761718, 0.233448356389999389, 120, 255, 1, 51886), -- Bat02 (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+19, 180427, 0, 12, 7486, '0', 0, 0, -9095.00390625, 404.048614501953125, 111.7063827514648437, 2.67034769058227539, 0, 0, 0.972369194030761718, 0.233448356389999389, 120, 255, 1, 51886), -- Bat02 (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+20, 180427, 0, 12, 7486, '0', 0, 0, -9110.3193359375, 404.001739501953125, 111.8158798217773437, 2.67034769058227539, 0, 0, 0.972369194030761718, 0.233448356389999389, 120, 255, 1, 51886), -- Bat02 (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+21, 180427, 0, 12, 7486, '0', 0, 0, -9106.001953125, 409.91839599609375, 122.5123062133789062, 2.67034769058227539, 0, 0, 0.972369194030761718, 0.233448356389999389, 120, 255, 1, 51886), -- Bat02 (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+22, 180427, 0, 12, 7486, '0', 0, 0, -9112.419921875, 398, 111.7025985717773437, 2.67034769058227539, 0, 0, 0.972369194030761718, 0.233448356389999389, 120, 255, 1, 51886), -- Bat02 (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+23, 180428, 0, 12, 7486, '0', 0, 0, -9116.25, 417.76910400390625, 93.86957550048828125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- G_WitchBroom_01 scale 0.5 (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+24, 180428, 0, 12, 7486, '0', 0, 0, -9115.25390625, 419.2100830078125, 93.86255645751953125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- G_WitchBroom_01 scale 0.5 (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+25, 180428, 0, 12, 7486, '0', 0, 0, -9115.814453125, 418.560760498046875, 93.86072540283203125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- G_WitchBroom_01 scale 0.5 (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+26, 180431, 0, 12, 7486, '0', 0, 0, -9092.0283203125, 434.91839599609375, 122.6493911743164062, 6.108653545379638671, 0, 0, -0.08715534210205078, 0.996194720268249511, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 4.0 (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+27, 180431, 0, 12, 7486, '0', 0, 0, -9107.638671875, 457.564239501953125, 99.79166412353515625, 0.593410074710845947, 0, 0, 0.292370796203613281, 0.95630502700805664, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 4.0 (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+28, 180433, 0, 12, 7486, '0', 0, 0, -9062.8525390625, 379.8194580078125, 93.17548370361328125, 2.408554315567016601, 0, 0, 0.933580398559570312, 0.358368009328842163, 120, 255, 1, 51886), -- The Wickerman (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+29, 180471, 0, 12, 7486, '0', 0, 0, -9112.2568359375, 424.211822509765625, 97.31371307373046875, 0.383971005678176879, 0, 0, 0.190808296203613281, 0.981627285480499267, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+30, 180471, 0, 12, 7486, '0', 0, 0, -9110.4375, 425.661468505859375, 97.386871337890625, 0.174532130360603332, 0, 0, 0.087155342102050781, 0.996194720268249511, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+31, 180472, 0, 12, 7486, '0', 0, 0, -9111.3544921875, 425.078125, 99.0186920166015625, 5.340708732604980468, 0, 0, -0.45398998260498046, 0.891006767749786376, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+32, 180523, 0, 12, 7486, '0', 0, 0, -9102.6044921875, 430.84375, 93.6756134033203125, 1.85004889965057373, 0, 0, 0.798635482788085937, 0.60181504487991333, 120, 255, 1, 51886), -- Apple Bob (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+33, 180701, 0, 12, 7486, '0', 0, 0, -9066.34765625, 395.270843505859375, 93.038116455078125, 5.044002056121826171, 0, 0, -0.58070278167724609, 0.814115643501281738, 120, 255, 1, 51886), -- Hay Bale 2 (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+34, 195164, 0, 12, 7486, '0', 0, 0, -9067.81640625, 396.34375, 93.31272125244140625, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 51886), -- Pumpkin (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+35, 195164, 0, 12, 7486, '0', 0, 0, -9063.3056640625, 392.33160400390625, 92.69281005859375, 4.258606910705566406, 0, 0, -0.84804725646972656, 0.529920578002929687, 120, 255, 1, 51886), -- Pumpkin (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+36, 195164, 0, 12, 7486, '0', 0, 0, -9071.7275390625, 399.0538330078125, 93.68441009521484375, 3.124123096466064453, 0, 0, 0.99996185302734375, 0.008734640665352344, 120, 255, 1, 51886), -- Pumpkin (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+37, 195212, 0, 12, 7486, '0', 0, 0, -9116.154296875, 420.770843505859375, 93.6655426025390625, 3.385940074920654296, 0, 0, -0.99254608154296875, 0.121869951486587524, 120, 255, 1, 51886), -- Pumpkin (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+38, 195212, 0, 12, 7486, '0', 0, 0, -9092.4169921875, 385.8507080078125, 93.198150634765625, 4.97418975830078125, 0, 0, -0.60876083374023437, 0.793353796005249023, 120, 255, 1, 51886), -- Pumpkin (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+39, 195212, 0, 12, 7486, '0', 0, 0, -9107.5380859375, 428.888885498046875, 93.46044921875, 3.019413232803344726, 0, 0, 0.998134613037109375, 0.061051756143569946, 120, 255, 1, 51886), -- Pumpkin (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+40, 195212, 0, 12, 7486, '0', 0, 0, -9085.21875, 379.204864501953125, 92.40494537353515625, 1.378809213638305664, 0, 0, 0.636077880859375, 0.771624863147735595, 120, 255, 1, 51886), -- Pumpkin (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+41, 195212, 0, 12, 7486, '0', 0, 0, -9072.544921875, 400.0850830078125, 93.520660400390625, 4.223697185516357421, 0, 0, -0.85716724395751953, 0.515038192272186279, 120, 255, 1, 51886), -- Pumpkin (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+42, 208069, 0, 12, 7486, '0', 0, 0, -9100.45703125, 432.696197509765625, 93.55779266357421875, 0.663223206996917724, 0, 0, 0.325567245483398437, 0.945518851280212402, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 0.5 (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+43, 208072, 0, 12, 7486, '0', 0, 0, -9099.7783203125, 432.84027099609375, 94.29022216796875, 0.610863447189331054, 0, 0, 0.3007049560546875, 0.953717231750488281, 120, 255, 1, 51886), -- G_Pumpkin_03 Scale 0.5 (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+44, 208078, 0, 12, 7486, '0', 0, 0, -9099.3173828125, 433.149322509765625, 93.5729217529296875, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 0.5 (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+45, 208186, 0, 12, 7486, '0', 0, 0, -9083.12890625, 397.65277099609375, 93.6082611083984375, 2.268925428390502929, 0, 0, 0.906307220458984375, 0.422619491815567016, 120, 255, 1, 51886), -- Bonfire (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+46, 208210, 0, 12, 7486, '0', 0, 0, -9112.626953125, 426.6632080078125, 92.81131744384765625, 2.268925428390502929, 0, 0, 0.906307220458984375, 0.422619491815567016, 120, 255, 1, 51886), -- Worgen Trellis (White) (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+47, 208211, 0, 12, 7486, '0', 0, 0, -9116.1611328125, 421.15277099609375, 92.1747283935546875, 5.654868602752685546, 0, 0, -0.30901622772216796, 0.95105677843093872, 120, 255, 1, 51886), -- Worgen Trellis (Stand) (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+48, 208211, 0, 12, 7486, '0', 0, 0, -9106.892578125, 429.508697509765625, 92.1670074462890625, 5.218535900115966796, 0, 0, -0.507537841796875, 0.861629426479339599, 120, 255, 1, 51886), -- Worgen Trellis (Stand) (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+49, 208211, 0, 12, 7486, '0', 0, 0, -9069.1826171875, 398.427093505859375, 93.6634063720703125, 3.94444584846496582, 0, 0, -0.92050457000732421, 0.3907318115234375, 120, 255, 1, 51886), -- Worgen Trellis (Stand) (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+50, 208212, 0, 12, 7486, '0', 0, 0, -9100.3173828125, 432.298614501953125, 93.26026153564453125, 1.85004889965057373, 0, 0, 0.798635482788085937, 0.60181504487991333, 120, 255, 1, 51886), -- Worgen Market Stall 01 (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+51, 208213, 0, 12, 7486, '0', 0, 0, -9115.8076171875, 428.473968505859375, 92.8636627197265625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Westfall Hay Stack 01 (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+52, 208213, 0, 12, 7486, '0', 0, 0, -9101.7587890625, 391.755218505859375, 92.77898406982421875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Westfall Hay Stack 01 (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+53, 208213, 0, 12, 7486, '0', 0, 0, -9113.6943359375, 429.59722900390625, 92.6135406494140625, 4.607671737670898437, 0, 0, -0.74314403533935546, 0.669131457805633544, 120, 255, 1, 51886), -- Westfall Hay Stack 01 (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+54, 208213, 0, 12, 7486, '0', 0, 0, -9125.0263671875, 412.5850830078125, 94.09922027587890625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Westfall Hay Stack 01 (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+55, 208213, 0, 12, 7486, '0', 0, 0, -9064.3349609375, 393.673614501953125, 92.74322509765625, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 51886), -- Westfall Hay Stack 01 (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+56, 208213, 0, 12, 7486, '0', 0, 0, -9062.7236328125, 393.817718505859375, 92.63564300537109375, 0.698131442070007324, 0, 0, 0.342020034790039062, 0.939692676067352294, 120, 255, 1, 51886), -- Westfall Hay Stack 01 (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+57, 208214, 0, 12, 7486, '0', 0, 0, -9117.390625, 417.416656494140625, 93.23050689697265625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Northrend Torch 01 (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+58, 208214, 0, 12, 7486, '0', 0, 0, -9119.8642578125, 416.42535400390625, 93.1808624267578125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Northrend Torch 01 (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+59, 208214, 0, 12, 7486, '0', 0, 0, -9108.580078125, 415.385406494140625, 92.26682281494140625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Northrend Torch 01 (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+60, 208214, 0, 12, 7486, '0', 0, 0, -9121.5517578125, 407.6007080078125, 92.20236968994140625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Northrend Torch 01 (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+61, 208214, 0, 12, 7486, '0', 0, 0, -9101.591796875, 421.338531494140625, 91.93033599853515625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Northrend Torch 01 (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+62, 208214, 0, 12, 7486, '0', 0, 0, -9122.486328125, 413.8663330078125, 93.17502593994140625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Northrend Torch 01 (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+63, 208214, 0, 12, 7486, '0', 0, 0, -9122.625, 410.4375, 92.98593902587890625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Northrend Torch 01 (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+64, 208215, 0, 12, 7486, '0', 0, 0, -9113.8837890625, 423.201385498046875, 93.73236846923828125, 3.94444584846496582, 0, 0, -0.92050457000732421, 0.3907318115234375, 120, 255, 1, 51886), -- Worgen Town Lamp 03 (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+65, 208215, 0, 12, 7486, '0', 0, 0, -9109.0830078125, 427.536468505859375, 93.44855499267578125, 3.822272777557373046, 0, 0, -0.94264125823974609, 0.333807557821273803, 120, 255, 1, 51886), -- Worgen Town Lamp 03 (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+66, 208215, 0, 12, 7486, '0', 0, 0, -9121.47265625, 404.927093505859375, 92.53562164306640625, 4.747295856475830078, 0, 0, -0.69465827941894531, 0.719339847564697265, 120, 255, 1, 51886), -- Worgen Town Lamp 03 (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+67, 208215, 0, 12, 7486, '0', 0, 0, -9095.3212890625, 393.946197509765625, 92.83895111083984375, 5.270895957946777343, 0, 0, -0.48480892181396484, 0.87462007999420166, 120, 255, 1, 51886), -- Worgen Town Lamp 03 (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+68, 208215, 0, 12, 7486, '0', 0, 0, -9086.7763671875, 381.578125, 92.7762298583984375, 5.480334281921386718, 0, 0, -0.39073085784912109, 0.920504987239837646, 120, 255, 1, 51886), -- Worgen Town Lamp 03 (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+69, 208215, 0, 12, 7486, '0', 0, 0, -9071.857421875, 403.689239501953125, 93.31462860107421875, 2.338739633560180664, 0, 0, 0.920504570007324218, 0.3907318115234375, 120, 255, 1, 51886), -- Worgen Town Lamp 03 (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+70, 208215, 0, 12, 7486, '0', 0, 0, -9063.1611328125, 394.41839599609375, 92.651641845703125, 2.373644113540649414, 0, 0, 0.927183151245117187, 0.37460830807685852, 120, 255, 1, 51886), -- Worgen Town Lamp 03 (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+71, 208216, 0, 12, 7486, '0', 0, 0, -9101.62890625, 412.770843505859375, 92.50441741943359375, 5.829400539398193359, 0, 0, -0.22495079040527343, 0.974370121955871582, 120, 255, 1, 51886), -- VR Straw Small 01 (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+72, 208216, 0, 12, 7486, '0', 0, 0, -9094.095703125, 412.838531494140625, 92.1291961669921875, 0.593410074710845947, 0, 0, 0.292370796203613281, 0.95630502700805664, 120, 255, 1, 51886), -- VR Straw Small 01 (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+73, 208216, 0, 12, 7486, '0', 0, 0, -9102.42578125, 406.927093505859375, 92.6372222900390625, 5.201082706451416015, 0, 0, -0.51503753662109375, 0.857167601585388183, 120, 255, 1, 51886), -- VR Straw Small 01 (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+74, 208216, 0, 12, 7486, '0', 0, 0, -9090.9970703125, 421.9132080078125, 92.1296844482421875, 0.506144583225250244, 0, 0, 0.250379562377929687, 0.968147754669189453, 120, 255, 1, 51886), -- VR Straw Small 01 (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+75, 208216, 0, 12, 7486, '0', 0, 0, -9071.9892578125, 380.90625, 92.61814117431640625, 5.480334281921386718, 0, 0, -0.39073085784912109, 0.920504987239837646, 120, 255, 1, 51886), -- VR Straw Small 01 (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+76, 208216, 0, 12, 7486, '0', 0, 0, -9062.185546875, 385.126739501953125, 92.9355010986328125, 4.118979454040527343, 0, 0, -0.88294696807861328, 0.469472706317901611, 120, 255, 1, 51886), -- VR Straw Small 01 (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+77, 208216, 0, 12, 7486, '0', 0, 0, -9067.58203125, 386.197906494140625, 92.6453399658203125, 0.506144583225250244, 0, 0, 0.250379562377929687, 0.968147754669189453, 120, 255, 1, 51886), -- VR Straw Small 01 (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+78, 208216, 0, 12, 7486, '0', 0, 0, -9074.5, 382.336822509765625, 92.62985992431640625, 2.460912704467773437, 0, 0, 0.942641258239746093, 0.333807557821273803, 120, 255, 1, 51886), -- VR Straw Small 01 (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+79, 208216, 0, 12, 7486, '0', 0, 0, -9065.794921875, 371.6319580078125, 93.1198883056640625, 2.373644113540649414, 0, 0, 0.927183151245117187, 0.37460830807685852, 120, 255, 1, 51886), -- VR Straw Small 01 (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+80, 208216, 0, 12, 7486, '0', 0, 0, -9072.22265625, 378.1875, 92.51285552978515625, 4.066620349884033203, 0, 0, -0.89493370056152343, 0.44619917869567871, 120, 255, 1, 51886), -- VR Straw Small 01 (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+81, 208216, 0, 12, 7486, '0', 0, 0, -9059.9892578125, 380.267364501953125, 93.60398101806640625, 0.453785061836242675, 0, 0, 0.224950790405273437, 0.974370121955871582, 120, 255, 1, 51886), -- VR Straw Small 01 (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+82, 208218, 0, 12, 7486, '0', 0, 0, -9096.69140625, 396.16839599609375, 92.63519287109375, 5.305802345275878906, 0, 0, -0.46947097778320312, 0.882947921752929687, 120, 255, 1, 51886), -- Elwynn Fence (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+83, 208219, 0, 12, 7486, '0', 0, 0, -9090.9580078125, 387.65972900390625, 93.09214019775390625, 0.593410074710845947, 0, 0, 0.292370796203613281, 0.95630502700805664, 120, 255, 1, 51886), -- Worgen Town Fence 03 (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+84, 208219, 0, 12, 7486, '0', 0, 0, -9067.9638671875, 398.4600830078125, 93.4190521240234375, 0.767943859100341796, 0, 0, 0.374606132507324218, 0.927184045314788818, 120, 255, 1, 51886), -- Worgen Town Fence 03 (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+85, 208220, 0, 12, 7486, '0', 0, 0, -9105.9130859375, 390.614593505859375, 92.6953887939453125, 5.410521507263183593, 0, 0, -0.42261791229248046, 0.906307935714721679, 120, 255, 1, 51886), -- Worgen Water Trough (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+86, 208220, 0, 12, 7486, '0', 0, 0, -9100.984375, 396.052093505859375, 92.61457061767578125, 5.445427894592285156, 0, 0, -0.40673637390136718, 0.913545548915863037, 120, 255, 1, 51886), -- Worgen Water Trough (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+87, 208221, 0, 12, 7486, '0', 0, 0, -9068.923828125, 397.8194580078125, 93.6302642822265625, 3.717553615570068359, 0, 0, -0.95881938934326171, 0.284016460180282592, 120, 255, 1, 51886), -- Elwynn Hay Stack 01 (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+88, 208221, 0, 12, 7486, '0', 0, 0, -9070.123046875, 398.977447509765625, 94.34395599365234375, 3.9793548583984375, 0, 0, -0.9135446548461914, 0.406738430261611938, 120, 255, 1, 51886), -- Elwynn Hay Stack 01 (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+89, 208221, 0, 12, 7486, '0', 0, 0, -9070.09375, 398.795135498046875, 93.65976715087890625, 4.136432647705078125, 0, 0, -0.87881660461425781, 0.477159708738327026, 120, 255, 1, 51886), -- Elwynn Hay Stack 01 (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+90, 208221, 0, 12, 7486, '0', 0, 0, -9068.8369140625, 397.899322509765625, 94.3208770751953125, 4.276057243347167968, 0, 0, -0.84339141845703125, 0.537299633026123046, 120, 255, 1, 51886), -- Elwynn Hay Stack 01 (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+91, 208221, 0, 12, 7486, '0', 0, 0, -9069.5205078125, 398.53125, 95.02689361572265625, 4.031712055206298828, 0, 0, -0.90258502960205078, 0.430511653423309326, 120, 255, 1, 51886), -- Elwynn Hay Stack 01 (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+92, 208222, 0, 12, 7486, '0', 0, 0, -9102.4658203125, 383.52777099609375, 93.77756500244140625, 0.890116631984710693, 0, 0, 0.430510520935058593, 0.902585566043853759, 120, 255, 1, 51886), -- Worgen Stagecoach (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+93, 208223, 0, 12, 7486, '0', 0, 0, -9068.4736328125, 383.211822509765625, 88.3848114013671875, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 120, 255, 1, 51886), -- Worgen Gallows 2 (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+94, 208394, 0, 12, 7486, '0', 0, 0, -9098.330078125, 432.439239501953125, 93.50778961181640625, 1.85004889965057373, 0, 0, 0.798635482788085937, 0.60181504487991333, 120, 255, 1, 51886), -- Pile of Candy (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+95, 208394, 0, 12, 7486, '0', 0, 0, -9097.46875, 432.5625, 93.46176910400390625, 3.700104713439941406, 0, 0, -0.96126079559326171, 0.275640487670898437, 120, 255, 1, 51886), -- Pile of Candy (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+96, 208394, 0, 12, 7486, '0', 0, 0, -9096.7138671875, 432.248260498046875, 93.39715576171875, 2.635444164276123046, 0, 0, 0.96814727783203125, 0.250381410121917724, 120, 255, 1, 51886), -- Pile of Candy (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+97, 208394, 0, 12, 7486, '0', 0, 0, -9096.97265625, 433.0069580078125, 93.4407958984375, 4.031712055206298828, 0, 0, -0.90258502960205078, 0.430511653423309326, 120, 255, 1, 51886), -- Pile of Candy (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+98, 208395, 0, 12, 7486, '0', 0, 0, -9096.4970703125, 433.609375, 93.4280242919921875, 5.6897735595703125, 0, 0, -0.29237174987792968, 0.956304728984832763, 120, 255, 1, 51886), -- Candy Bucket (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+99, 208395, 0, 12, 7486, '0', 0, 0, -9097.97265625, 433.46527099609375, 93.5052337646484375, 0.034906249493360519, 0, 0, 0.017452239990234375, 0.999847710132598876, 120, 255, 1, 51886), -- Candy Bucket (Area: Stormwind Gate - Difficulty: 0) +(@OGUID+100, 209139, 0, 12, 7486, '0', 0, 0, -9062.8525390625, 379.8194580078125, 93.17548370361328125, 2.408554315567016601, 0, 0, 0.933580398559570312, 0.358368009328842163, 120, 255, 1, 51886), -- Wickerman (Area: Stormwind Gate - Difficulty: 0) +-- Stormwind City +(@OGUID+101, 180405, 0, 1519, 1617, '0', 0, 0, -8877.51953125, 543.02398681640625, 106.2829971313476562, 1.413715124130249023, 0, 0, 0.649447441101074218, 0.760406434535980224, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+102, 180405, 0, 1519, 1617, '0', 0, 0, -8858.3203125, 479.90301513671875, 113.2549972534179687, 5.654868602752685546, 0, 0, -0.30901622772216796, 0.95105677843093872, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+103, 180405, 0, 1519, 1617, '0', 0, 0, -8997.099609375, 501.587005615234375, 97.19609832763671875, 0.174532130360603332, 0, 0, 0.087155342102050781, 0.996194720268249511, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+104, 180405, 0, 1519, 1617, '0', 0, 0, -8908.900390625, 621.030029296875, 99.5260009765625, 3.124123096466064453, 0, 0, 0.99996185302734375, 0.008734640665352344, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+105, 180405, 0, 1519, 1617, '0', 0, 0, -8982.240234375, 483.9530029296875, 97.18890380859375, 5.445427894592285156, 0, 0, -0.40673637390136718, 0.913545548915863037, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+106, 180405, 0, 1519, 1617, '0', 0, 0, -8848.91015625, 546.41802978515625, 99.9998016357421875, 2.199114561080932617, 0, 0, 0.8910064697265625, 0.453990638256072998, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+107, 180405, 0, 1519, 1617, '0', 0, 0, -9031.1103515625, 474.47698974609375, 94.91570281982421875, 6.248279094696044921, 0, 0, -0.01745223999023437, 0.999847710132598876, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+108, 180405, 0, 1519, 1617, '0', 0, 0, -9016.5302734375, 456.785003662109375, 95.00930023193359375, 5.445427894592285156, 0, 0, -0.40673637390136718, 0.913545548915863037, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+109, 180405, 0, 1519, 1617, '0', 0, 0, -8853.541015625, 584.3304443359375, 95.48654937744140625, 4.328419685363769531, 0, 0, -0.82903671264648437, 0.559194147586822509, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+110, 180405, 0, 1519, 0, '0', 0, 0, -8768.580078125, 483.322998046875, 98.7714996337890625, 0.837757468223571777, 0, 0, 0.406736373901367187, 0.913545548915863037, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+111, 180405, 0, 1519, 0, '0', 0, 0, -8836.5361328125, 602.79351806640625, 95.79341888427734375, 4.415683269500732421, 0, 0, -0.80385684967041015, 0.594822824001312255, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+112, 180405, 0, 1519, 0, '0', 0, 0, -8850.115234375, 634.92462158203125, 98.20984649658203125, 1.815141916275024414, 0, 0, 0.788010597229003906, 0.615661680698394775, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+113, 180405, 0, 1519, 5148, '0', 0, 0, -8747.8603515625, 551.72198486328125, 100.4229965209960937, 4.276057243347167968, 0, 0, -0.84339141845703125, 0.537299633026123046, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Trade District - Difficulty: 0) +(@OGUID+114, 180405, 0, 1519, 5148, '0', 0, 0, -8740.759765625, 559.47900390625, 100.5009994506835937, 4.415683269500732421, 0, 0, -0.80385684967041015, 0.594822824001312255, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Trade District - Difficulty: 0) +(@OGUID+115, 180405, 0, 1519, 5148, '0', 0, 0, -8807.1796875, 646.36102294921875, 96.1927032470703125, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Trade District - Difficulty: 0) +(@OGUID+116, 180405, 0, 1519, 5148, '0', 0, 0, -8897.16015625, 639.3800048828125, 99.5386962890625, 0.017452461645007133, 0, 0, 0.008726119995117187, 0.999961912631988525, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Trade District - Difficulty: 0) +(@OGUID+117, 180405, 0, 1519, 5148, '0', 0, 0, -8811.4296875, 659.17498779296875, 99.53260040283203125, 5.532694816589355468, 0, 0, -0.3665008544921875, 0.93041771650314331, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Trade District - Difficulty: 0) +(@OGUID+118, 180405, 0, 1519, 5148, '0', 0, 0, -8855.8798828125, 664.22515869140625, 97.31143951416015625, 0.977383077144622802, 0, 0, 0.469470977783203125, 0.882947921752929687, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Trade District - Difficulty: 0) +(@OGUID+119, 180405, 0, 1519, 5148, '0', 0, 0, -8705.1298828125, 588.9169921875, 99.954803466796875, 4.345870018005371093, 0, 0, -0.82412624359130859, 0.566406130790710449, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Trade District - Difficulty: 0) +(@OGUID+120, 180405, 0, 1519, 5148, '0', 0, 0, -8853.580078125, 725.00299072265625, 99.920196533203125, 0.820303261280059814, 0, 0, 0.398748397827148437, 0.917060375213623046, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Trade District - Difficulty: 0) +(@OGUID+121, 180405, 0, 1519, 5148, '0', 0, 0, -8843.7099609375, 729.135009765625, 100.1729965209960937, 0.855210542678833007, 0, 0, 0.414692878723144531, 0.909961462020874023, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Trade District - Difficulty: 0) +(@OGUID+122, 180405, 0, 1519, 5148, '0', 0, 0, -8871.5595703125, 754.60797119140625, 99.13410186767578125, 4.066620349884033203, 0, 0, -0.89493370056152343, 0.44619917869567871, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Trade District - Difficulty: 0) +(@OGUID+123, 180405, 0, 1519, 5148, '0', 0, 0, -8863.0302734375, 760.75299072265625, 99.6454010009765625, 4.049167633056640625, 0, 0, -0.89879322052001953, 0.438372820615768432, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Trade District - Difficulty: 0) +(@OGUID+124, 180405, 0, 1519, 5148, '0', 0, 0, -8715.0400390625, 727.114990234375, 100.3160018920898437, 2.548179388046264648, 0, 0, 0.956304550170898437, 0.292372345924377441, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Trade District - Difficulty: 0) +(@OGUID+125, 180405, 0, 1519, 5148, '0', 0, 0, -8722.8203125, 736.48602294921875, 100.2789993286132812, 2.67034769058227539, 0, 0, 0.972369194030761718, 0.233448356389999389, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Trade District - Difficulty: 0) +(@OGUID+126, 180405, 0, 1519, 5148, '0', 0, 0, -8744.8798828125, 719.010009765625, 100.7979965209960937, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Trade District - Difficulty: 0) +(@OGUID+127, 180405, 0, 1519, 5148, '0', 0, 0, -8737.26953125, 709.38201904296875, 101.4889984130859375, 5.829400539398193359, 0, 0, -0.22495079040527343, 0.974370121955871582, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Trade District - Difficulty: 0) +(@OGUID+128, 180405, 0, 1519, 5148, '0', 0, 0, -8720.8896484375, 520.78802490234375, 99.44219970703125, 0.959929943084716796, 0, 0, 0.461748123168945312, 0.887011110782623291, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Trade District - Difficulty: 0) +(@OGUID+129, 180405, 0, 1519, 5148, '0', 0, 0, -8712.25, 526.4840087890625, 100.1129989624023437, 1.047197580337524414, 0, 0, 0.5, 0.866025388240814208, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Trade District - Difficulty: 0) +(@OGUID+130, 180405, 0, 1519, 5148, '0', 0, 0, -8707.8095703125, 467.37701416015625, 96.63179779052734375, 1.308995485305786132, 0, 0, 0.608760833740234375, 0.793353796005249023, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Trade District - Difficulty: 0) +(@OGUID+131, 180405, 0, 1519, 5390, '0', 0, 0, -8678.349609375, 481.529998779296875, 97.16539764404296875, 4.188792228698730468, 0, 0, -0.86602497100830078, 0.50000077486038208, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Canals - Difficulty: 0) +(@OGUID+132, 180405, 0, 1519, 5390, '0', 0, 0, -8704.5595703125, 422.0889892578125, 99.27239990234375, 5.480334281921386718, 0, 0, -0.39073085784912109, 0.920504987239837646, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Canals - Difficulty: 0) +(@OGUID+133, 180405, 0, 1519, 5390, '0', 0, 0, -8681.98046875, 429.634002685546875, 99.6869964599609375, 3.403396368026733398, 0, 0, -0.99144458770751953, 0.130528271198272705, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Canals - Difficulty: 0) +(@OGUID+134, 180405, 0, 1519, 5390, '0', 0, 0, -8629.150390625, 547.44598388671875, 101.2600021362304687, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Canals - Difficulty: 0) +(@OGUID+135, 180405, 0, 1519, 5390, '0', 0, 0, -8613.01953125, 520.0780029296875, 106.3470001220703125, 5.89921426773071289, 0, 0, -0.19080829620361328, 0.981627285480499267, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Canals - Difficulty: 0) +(@OGUID+136, 180405, 0, 1519, 5390, '0', 0, 0, -8605.7802734375, 512.3489990234375, 106.345001220703125, 5.881760597229003906, 0, 0, -0.19936752319335937, 0.979924798011779785, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Canals - Difficulty: 0) +(@OGUID+137, 180405, 0, 1519, 5390, '0', 0, 0, -8585.9296875, 544.052001953125, 104.3779983520507812, 2.460912704467773437, 0, 0, 0.942641258239746093, 0.333807557821273803, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Canals - Difficulty: 0) +(@OGUID+138, 180405, 0, 1519, 5390, '0', 0, 0, -8580.58984375, 534.90997314453125, 104.6060028076171875, 2.565631866455078125, 0, 0, 0.958819389343261718, 0.284016460180282592, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Canals - Difficulty: 0) +(@OGUID+139, 180405, 0, 1519, 5390, '0', 0, 0, -8593.25, 597.50701904296875, 104.6360015869140625, 1.274088263511657714, 0, 0, 0.594821929931640625, 0.80385744571685791, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Canals - Difficulty: 0) +(@OGUID+140, 180405, 0, 1519, 5390, '0', 0, 0, -8600.2001953125, 452.592010498046875, 97.53420257568359375, 0.942476630210876464, 0, 0, 0.453989982604980468, 0.891006767749786376, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Canals - Difficulty: 0) +(@OGUID+141, 180405, 0, 1519, 5390, '0', 0, 0, -8621.400390625, 425.339996337890625, 103.7020034790039062, 0.349065244197845458, 0, 0, 0.173647880554199218, 0.984807789325714111, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Canals - Difficulty: 0) +(@OGUID+142, 180405, 0, 1519, 5390, '0', 0, 0, -8547.1796875, 452.65301513671875, 104.91400146484375, 3.595378875732421875, 0, 0, -0.97437000274658203, 0.224951311945915222, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Canals - Difficulty: 0) +(@OGUID+143, 180405, 0, 1519, 5390, '0', 0, 0, -8533.73046875, 464.670013427734375, 104.9069976806640625, 4.834563255310058593, 0, 0, -0.66261959075927734, 0.748956084251403808, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Canals - Difficulty: 0) +(@OGUID+144, 180405, 0, 1519, 5390, '0', 0, 0, -8496.240234375, 527.86798095703125, 100.4339981079101562, 3.630291461944580078, 0, 0, -0.97029495239257812, 0.241925001144409179, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Canals - Difficulty: 0) +(@OGUID+145, 180405, 0, 1519, 0, '0', 0, 0, -8667.419921875, 395.511993408203125, 104.3479995727539062, 4.241150379180908203, 0, 0, -0.85264015197753906, 0.522498607635498046, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+146, 180405, 0, 1519, 5390, '0', 0, 0, -8610.7197265625, 694.0159912109375, 103.4860000610351562, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Canals - Difficulty: 0) +(@OGUID+147, 180405, 0, 1519, 0, '0', 0, 0, -8500.830078125, 319.0989990234375, 138.05499267578125, 3.822272777557373046, 0, 0, -0.94264125823974609, 0.333807557821273803, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+148, 180405, 0, 1519, 0, '0', 0, 0, -8418.4501953125, 384.459991455078125, 138.05499267578125, 4.502951622009277343, 0, 0, -0.7771453857421875, 0.629321098327636718, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+149, 180405, 0, 1519, 5390, '0', 0, 0, -8404.849609375, 560.35101318359375, 92.117401123046875, 4.223697185516357421, 0, 0, -0.85716724395751953, 0.515038192272186279, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Canals - Difficulty: 0) +(@OGUID+150, 180405, 0, 1519, 5150, '0', 0, 0, -8391.1298828125, 571.35101318359375, 91.85970306396484375, 4.363324165344238281, 0, 0, -0.81915187835693359, 0.573576688766479492, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+151, 180405, 0, 1519, 5150, '0', 0, 0, -8475.009765625, 609.40301513671875, 95.2220001220703125, 2.338739633560180664, 0, 0, 0.920504570007324218, 0.3907318115234375, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+152, 180405, 0, 1519, 5390, '0', 0, 0, -8517.83984375, 654.79998779296875, 103.0380020141601562, 0.907570242881774902, 0, 0, 0.438370704650878906, 0.898794233798980712, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Canals - Difficulty: 0) +(@OGUID+153, 180405, 0, 1519, 5390, '0', 0, 0, -8509.419921875, 660.7340087890625, 103.0370025634765625, 1.064649581909179687, 0, 0, 0.507537841796875, 0.861629426479339599, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Canals - Difficulty: 0) +(@OGUID+154, 180405, 0, 1519, 5390, '0', 0, 0, -8527, 686.072998046875, 100.7570037841796875, 4.118979454040527343, 0, 0, -0.88294696807861328, 0.469472706317901611, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Canals - Difficulty: 0) +(@OGUID+155, 180405, 0, 1519, 5390, '0', 0, 0, -8535.759765625, 680.10198974609375, 100.753997802734375, 4.206246376037597656, 0, 0, -0.86162853240966796, 0.50753939151763916, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Canals - Difficulty: 0) +(@OGUID+156, 180405, 0, 1519, 5390, '0', 0, 0, -8423.76953125, 672.00897216796875, 94.7082977294921875, 1.675513744354248046, 0, 0, 0.743144035339355468, 0.669131457805633544, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Canals - Difficulty: 0) +(@OGUID+157, 180405, 0, 1519, 5390, '0', 0, 0, -8559.3798828125, 744.51702880859375, 101.7190017700195312, 4.014260292053222656, 0, 0, -0.90630722045898437, 0.422619491815567016, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Canals - Difficulty: 0) +(@OGUID+158, 180405, 0, 1519, 5314, '0', 0, 0, -8376.080078125, 676.13702392578125, 97.15460205078125, 0.715584874153137207, 0, 0, 0.350207328796386718, 0.936672210693359375, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+159, 180405, 0, 1519, 5314, '0', 0, 0, -8360.9296875, 679.7860107421875, 97.15460205078125, 0.610863447189331054, 0, 0, 0.3007049560546875, 0.953717231750488281, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+160, 180405, 0, 1519, 5314, '0', 0, 0, -8475.41015625, 796.09600830078125, 106.375, 4.799657344818115234, 0, 0, -0.67558956146240234, 0.737277925014495849, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+161, 180405, 0, 1519, 5150, '0', 0, 0, -8340.259765625, 629.73797607421875, 96.317596435546875, 4.328419685363769531, 0, 0, -0.82903671264648437, 0.559194147586822509, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+162, 180405, 0, 1519, 5150, '0', 0, 0, -8366.6396484375, 575.07098388671875, 97.003997802734375, 3.543023586273193359, 0, 0, -0.97992420196533203, 0.199370384216308593, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+163, 180405, 0, 1519, 5150, '0', 0, 0, -8315.150390625, 592.15802001953125, 99.602203369140625, 4.607671737670898437, 0, 0, -0.74314403533935546, 0.669131457805633544, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+164, 180405, 0, 1519, 9171, '0', 0, 0, -8252.51953125, 874.51702880859375, 100.4209976196289062, 3.43830275535583496, 0, 0, -0.98901557922363281, 0.147811368107795715, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Stormwind Embassy - Difficulty: 0) +(@OGUID+165, 180405, 0, 1519, 9171, '0', 0, 0, -8239.3095703125, 887.70001220703125, 100.4209976196289062, 5.323255538940429687, 0, 0, -0.46174812316894531, 0.887011110782623291, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Stormwind Embassy - Difficulty: 0) +(@OGUID+166, 180405, 0, 1519, 9171, '0', 0, 0, -8266.4599609375, 888.9439697265625, 100.4209976196289062, 3.857182979583740234, 0, 0, -0.93667125701904296, 0.350209832191467285, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Stormwind Embassy - Difficulty: 0) +(@OGUID+167, 180405, 0, 1519, 9171, '0', 0, 0, -8256.1201171875, 895.9439697265625, 100.4209976196289062, 0.855210542678833007, 0, 0, 0.414692878723144531, 0.909961462020874023, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Stormwind Embassy - Difficulty: 0) +(@OGUID+168, 180405, 0, 1519, 5316, '0', 0, 0, -8277.98046875, 903.7340087890625, 100.4209976196289062, 5.654868602752685546, 0, 0, -0.30901622772216796, 0.95105677843093872, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+169, 180405, 0, 1519, 5316, '0', 0, 0, -8339.1796875, 939.63897705078125, 103.2509994506835937, 1.466075778007507324, 0, 0, 0.669130325317382812, 0.74314504861831665, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+170, 180405, 0, 1519, 5316, '0', 0, 0, -8378.1298828125, 915.32098388671875, 98.36409759521484375, 3.577930212020874023, 0, 0, -0.97629547119140625, 0.216442063450813293, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+171, 180405, 0, 1519, 5346, '0', 0, 0, -8286.6103515625, 986.41497802734375, 101.4520034790039062, 5.218535900115966796, 0, 0, -0.507537841796875, 0.861629426479339599, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+172, 180405, 0, 1519, 5346, '0', 0, 0, -8299.240234375, 999.39599609375, 101.4520034790039062, 0.034906249493360519, 0, 0, 0.017452239990234375, 0.999847710132598876, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+173, 180405, 0, 1519, 5346, '0', 0, 0, -8384.830078125, 988.52301025390625, 101.5240020751953125, 0.069811686873435974, 0, 0, 0.034898757934570312, 0.999390840530395507, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+174, 180405, 0, 1519, 5346, '0', 0, 0, -8393.9501953125, 988.8060302734375, 101.7529983520507812, 0.453785061836242675, 0, 0, 0.224950790405273437, 0.974370121955871582, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+175, 180405, 0, 1519, 5346, '0', 0, 0, -8351.091796875, 1064.0347900390625, 57.69978713989257812, 4.057891845703125, 0, 0, -0.89687252044677734, 0.442289173603057861, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+176, 180405, 0, 1519, 5346, '0', 0, 0, -8470.26953125, 999.795166015625, 79.15826416015625, 0.427604883909225463, 0, 0, 0.212177276611328125, 0.977231204509735107, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+177, 180405, 0, 1519, 5346, '0', 0, 0, -8455.8955078125, 1006.06378173828125, 59.47325515747070312, 4.014260292053222656, 0, 0, -0.90630722045898437, 0.422619491815567016, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+178, 180405, 0, 1519, 5346, '0', 0, 0, -8458.919921875, 852.38201904296875, 105.7860031127929687, 5.270895957946777343, 0, 0, -0.48480892181396484, 0.87462007999420166, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+179, 180405, 0, 1519, 5346, '0', 0, 0, -8462.4697265625, 861.18902587890625, 105.7860031127929687, 5.84685373306274414, 0, 0, -0.21643924713134765, 0.976296067237854003, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+180, 180405, 0, 1519, 5346, '0', 0, 0, -8494.98046875, 861.27398681640625, 109.3990020751953125, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+181, 180405, 0, 1519, 5346, '0', 0, 0, -8456.58984375, 839.20697021484375, 105.7860031127929687, 5.253442287445068359, 0, 0, -0.49242305755615234, 0.870355963706970214, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+182, 180405, 0, 1519, 5346, '0', 0, 0, -8456.599609375, 831.0159912109375, 105.7860031127929687, 4.502951622009277343, 0, 0, -0.7771453857421875, 0.629321098327636718, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+183, 180405, 0, 1519, 5346, '0', 0, 0, -8544.048828125, 941.51214599609375, 97.71331787109375, 2.574358940124511718, 0, 0, 0.960049629211425781, 0.279829770326614379, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+184, 180405, 0, 1519, 0, '0', 0, 0, -8561.4296875, 863.68597412109375, 101.21099853515625, 4.136432647705078125, 0, 0, -0.87881660461425781, 0.477159708738327026, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+185, 180405, 0, 1519, 5390, '0', 0, 0, -8672.73046875, 825.0830078125, 97.16320037841796875, 1.745326757431030273, 0, 0, 0.766043663024902343, 0.642788589000701904, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Canals - Difficulty: 0) +(@OGUID+186, 180405, 0, 1519, 8411, '0', 0, 0, -8723.3017578125, 931.66839599609375, 86.41471099853515625, 4.178538322448730468, 0, 0, -0.8685770034790039, 0.495554238557815551, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Lion's Rest - Difficulty: 0) +(@OGUID+187, 180405, 0, 1519, 8411, '0', 0, 0, -8750.607421875, 931.97393798828125, 86.81105804443359375, 2.688765525817871093, 0, 0, 0.974477767944335937, 0.224484086036682128, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Lion's Rest - Difficulty: 0) +(@OGUID+188, 180405, 0, 1519, 8411, '0', 0, 0, -8749.361328125, 959.91143798828125, 86.81103515625, 1.023726105690002441, 0, 0, 0.489802360534667968, 0.871833503246307373, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Lion's Rest - Difficulty: 0) +(@OGUID+189, 180405, 0, 1519, 8411, '0', 0, 0, -8878.240234375, 879.85400390625, 102.322998046875, 4.59021615982055664, 0, 0, -0.74895572662353515, 0.662620067596435546, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Lion's Rest - Difficulty: 0) +(@OGUID+190, 180405, 0, 1519, 8411, '0', 0, 0, -8852.91015625, 928.61981201171875, 102.0762100219726562, 2.35172128677368164, 0, 0, 0.923021316528320312, 0.384748816490173339, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Lion's Rest - Difficulty: 0) +(@OGUID+191, 180405, 0, 1519, 5390, '0', 0, 0, -8885.4697265625, 813.82501220703125, 93.7655029296875, 5.166176319122314453, 0, 0, -0.52991867065429687, 0.84804844856262207, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Canals - Difficulty: 0) +(@OGUID+192, 180405, 0, 1519, 5390, '0', 0, 0, -8832.580078125, 833.7586669921875, 105.6965713500976562, 0.69428032636642456, 0, 0, 0.3402099609375, 0.940349519252777099, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Canals - Difficulty: 0) CreateObject1 +(@OGUID+193, 180405, 0, 1519, 5390, '0', 0, 0, -8723.8408203125, 960.21875, 86.81098175048828125, 5.897133350372314453, 0, 0, -0.19182968139648437, 0.981428265571594238, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Canals - Difficulty: 0) +(@OGUID+194, 180405, 0, 1519, 4411, '0', 0, 0, -8601.2197265625, 985.61602783203125, 98.311798095703125, 5.95157480239868164, 0, 0, -0.16504669189453125, 0.986285746097564697, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+195, 180405, 0, 1519, 4411, '0', 0, 0, -8549.9736328125, 997.95489501953125, 89.7306365966796875, 2.844882726669311523, 0, 0, 0.989015579223632812, 0.147811368107795715, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+196, 180405, 0, 1519, 5151, '0', 0, 0, -8618.0498046875, 786.38702392578125, 97.29399871826171875, 5.759587764739990234, 0, 0, -0.25881862640380859, 0.965925931930541992, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Cathedral Square - Difficulty: 0) +(@OGUID+197, 180405, 0, 1519, 5151, '0', 0, 0, -8611.0400390625, 777.46197509765625, 97.290496826171875, 5.864306926727294921, 0, 0, -0.20791149139404296, 0.978147625923156738, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Cathedral Square - Difficulty: 0) +(@OGUID+198, 180405, 0, 1519, 8411, '0', 0, 0, -8857.53515625, 937.45660400390625, 102.0147628784179687, 2.386630058288574218, 0, 0, 0.929595947265625, 0.368580222129821777, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Lion's Rest - Difficulty: 0) +(@OGUID+199, 180405, 0, 1519, 5390, '0', 0, 0, -8945.3095703125, 761.84698486328125, 91.0619964599609375, 3.071766138076782226, 0, 0, 0.999390602111816406, 0.034906134009361267, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Canals - Difficulty: 0) +(@OGUID+200, 180405, 0, 1519, 5390, '0', 0, 0, -8969.5703125, 781.49700927734375, 96.23439788818359375, 0.401424884796142578, 0, 0, 0.199367523193359375, 0.979924798011779785, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Canals - Difficulty: 0) +(@OGUID+201, 180405, 0, 1519, 5154, '0', 0, 0, -8982.91015625, 851.98297119140625, 29.62059974670410156, 4.59021615982055664, 0, 0, -0.74895572662353515, 0.662620067596435546, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+202, 180405, 0, 1519, 5154, '0', 0, 0, -8992.1298828125, 844.5, 29.62059974670410156, 3.769911527633666992, 0, 0, -0.95105648040771484, 0.309017121791839599, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+203, 180405, 0, 1519, 5154, '0', 0, 0, -9004.759765625, 854.21197509765625, 105.589996337890625, 1.204277276992797851, 0, 0, 0.56640625, 0.824126183986663818, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+204, 180405, 0, 1519, 5154, '0', 0, 0, -9010.0498046875, 847.07598876953125, 105.8639984130859375, 1.274088263511657714, 0, 0, 0.594821929931640625, 0.80385744571685791, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+205, 180405, 0, 1519, 5154, '0', 0, 0, -9014.2900390625, 891.96002197265625, 29.62070083618164062, 0.715584874153137207, 0, 0, 0.350207328796386718, 0.936672210693359375, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+206, 180405, 0, 1519, 5154, '0', 0, 0, -9023.150390625, 884.03997802734375, 29.62070083618164062, 1.535889506340026855, 0, 0, 0.694658279418945312, 0.719339847564697265, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+207, 180405, 0, 1519, 4411, '0', 0, 0, -8545.9599609375, 1045.232666015625, 61.05007553100585937, 0.890116631984710693, 0, 0, 0.430510520935058593, 0.902585566043853759, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+208, 180405, 0, 1519, 4411, '0', 0, 0, -8567.6533203125, 1077.9329833984375, 22.49529457092285156, 2.809975385665893554, 0, 0, 0.986285209655761718, 0.165049895644187927, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+209, 180405, 0, 1519, 4411, '0', 0, 0, -8350.9931640625, 1092.8680419921875, 57.26215362548828125, 2.687806606292724609, 0, 0, 0.974370002746582031, 0.224951311945915222, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+210, 180405, 0, 1519, 4411, '0', 0, 0, -8057.8515625, 1609.6143798828125, 5.811275005340576171, 0.034906249493360519, 0, 0, 0.017452239990234375, 0.999847710132598876, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+211, 180405, 0, 1519, 4411, '0', 0, 0, -8330.1640625, 1255.3896484375, 8.967671394348144531, 3.804818391799926757, 0, 0, -0.94551849365234375, 0.325568377971649169, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+212, 180405, 0, 1519, 4411, '0', 0, 0, -8230.9501953125, 1243.260009765625, 6.478409767150878906, 5.009094715118408203, 0, 0, -0.59482288360595703, 0.80385679006576538, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+213, 180405, 0, 1519, 4411, '0', 0, 0, -8437.501953125, 1188.8692626953125, 9.193880081176757812, 3.385940074920654296, 0, 0, -0.99254608154296875, 0.121869951486587524, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+214, 180405, 0, 1519, 4411, '0', 0, 0, -8525.109375, 1152.0421142578125, 22.52658653259277343, 1.745326757431030273, 0, 0, 0.766043663024902343, 0.642788589000701904, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+215, 180405, 0, 1519, 4411, '0', 0, 0, -8553.9013671875, 1153.029296875, 22.20646476745605468, 3.508116960525512695, 0, 0, -0.98325443267822265, 0.182238012552261352, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+216, 180405, 0, 1519, 4411, '0', 0, 0, -8587.4755859375, 1191.9266357421875, 5.448372840881347656, 4.345870018005371093, 0, 0, -0.82412624359130859, 0.566406130790710449, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+217, 180405, 0, 1519, 4411, '0', 0, 0, -8534.6044921875, 1256.9539794921875, 8.359218597412109375, 0.174532130360603332, 0, 0, 0.087155342102050781, 0.996194720268249511, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+218, 180405, 0, 1519, 4411, '0', 0, 0, -8612.31640625, 1302.8414306640625, 5.646243095397949218, 4.502951622009277343, 0, 0, -0.7771453857421875, 0.629321098327636718, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+219, 180405, 0, 1519, 4411, '0', 0, 0, -8620.158203125, 1329.2789306640625, 19.42191505432128906, 0.698131442070007324, 0, 0, 0.342020034790039062, 0.939692676067352294, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+220, 180405, 0, 1519, 4411, '0', 0, 0, -8437.9970703125, 1220.632568359375, 5.630232810974121093, 2.809975385665893554, 0, 0, 0.986285209655761718, 0.165049895644187927, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+221, 180406, 0, 1519, 1617, '0', 0, 0, -8857.41015625, 506.915008544921875, 109.5999984741210937, 2.548179388046264648, 0, 0, 0.956304550170898437, 0.292372345924377441, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+222, 180406, 0, 1519, 1617, '0', 0, 0, -8976.5400390625, 565.64898681640625, 93.8621978759765625, 0.506144583225250244, 0, 0, 0.250379562377929687, 0.968147754669189453, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+223, 180406, 0, 1519, 1617, '0', 0, 0, -8915.2099609375, 490.165008544921875, 93.86119842529296875, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+224, 180406, 0, 1519, 1617, '0', 0, 0, -8892.1298828125, 630.98297119140625, 99.526702880859375, 4.904376029968261718, 0, 0, -0.636077880859375, 0.771624863147735595, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+225, 180406, 0, 1519, 1617, '0', 0, 0, -8854.419921875, 474.761993408203125, 113.2549972534179687, 5.777040958404541015, 0, 0, -0.25037956237792968, 0.968147754669189453, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+226, 180406, 0, 1519, 0, '0', 0, 0, -8792.23046875, 489.9010009765625, 98.440399169921875, 5.166176319122314453, 0, 0, -0.52991867065429687, 0.84804844856262207, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+227, 180406, 0, 1519, 0, '0', 0, 0, -8850.3388671875, 618.57659912109375, 97.423828125, 0.349065244197845458, 0, 0, 0.173647880554199218, 0.984807789325714111, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+228, 180406, 0, 1519, 0, '0', 0, 0, -8804.6220703125, 618.99835205078125, 96.773101806640625, 4.188792228698730468, 0, 0, -0.86602497100830078, 0.50000077486038208, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+229, 180406, 0, 1519, 5148, '0', 0, 0, -8842.6298828125, 642.8590087890625, 97.77490234375, 5.515241622924804687, 0, 0, -0.37460613250732421, 0.927184045314788818, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Trade District - Difficulty: 0) +(@OGUID+230, 180406, 0, 1519, 5148, '0', 0, 0, -8878.8212890625, 649.31671142578125, 96.0216827392578125, 2.007128477096557617, 0, 0, 0.84339141845703125, 0.537299633026123046, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Trade District - Difficulty: 0) +(@OGUID+231, 180406, 0, 1519, 5148, '0', 0, 0, -8728.4599609375, 564.73297119140625, 98.64679718017578125, 4.293513298034667968, 0, 0, -0.8386697769165039, 0.544640243053436279, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Trade District - Difficulty: 0) +(@OGUID+232, 180406, 0, 1519, 5148, '0', 0, 0, -8813.419921875, 664.00897216796875, 99.53260040283203125, 5.532694816589355468, 0, 0, -0.3665008544921875, 0.93041771650314331, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Trade District - Difficulty: 0) +(@OGUID+233, 180406, 0, 1519, 5148, '0', 0, 0, -8864.6337890625, 659.0897216796875, 96.521453857421875, 1.064649581909179687, 0, 0, 0.507537841796875, 0.861629426479339599, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Trade District - Difficulty: 0) +(@OGUID+234, 180406, 0, 1519, 5148, '0', 0, 0, -8758.669921875, 653.85400390625, 106.1309967041015625, 5.393068790435791015, 0, 0, -0.43051052093505859, 0.902585566043853759, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Trade District - Difficulty: 0) +(@OGUID+235, 180406, 0, 1519, 5148, '0', 0, 0, -8898.01953125, 722.67401123046875, 98.6864013671875, 4.293513298034667968, 0, 0, -0.8386697769165039, 0.544640243053436279, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Trade District - Difficulty: 0) +(@OGUID+236, 180406, 0, 1519, 5148, '0', 0, 0, -8823.099609375, 750.39898681640625, 99.37139892578125, 0.802850961685180664, 0, 0, 0.390730857849121093, 0.920504987239837646, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Trade District - Difficulty: 0) +(@OGUID+237, 180406, 0, 1519, 5148, '0', 0, 0, -8842.7099609375, 764.4169921875, 97.6649017333984375, 3.9793548583984375, 0, 0, -0.9135446548461914, 0.406738430261611938, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Trade District - Difficulty: 0) +(@OGUID+238, 180406, 0, 1519, 5148, '0', 0, 0, -8721.330078125, 697.73602294921875, 99.94139862060546875, 5.759587764739990234, 0, 0, -0.25881862640380859, 0.965925931930541992, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Trade District - Difficulty: 0) +(@OGUID+239, 180406, 0, 1519, 5148, '0', 0, 0, -8691.0498046875, 624.60198974609375, 101.1839981079101562, 4.904376029968261718, 0, 0, -0.636077880859375, 0.771624863147735595, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Trade District - Difficulty: 0) +(@OGUID+240, 180406, 0, 1519, 5148, '0', 0, 0, -8701.66015625, 549.4580078125, 99.076202392578125, 1.134462952613830566, 0, 0, 0.537299156188964843, 0.843391716480255126, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Trade District - Difficulty: 0) +(@OGUID+241, 180406, 0, 1519, 5390, '0', 0, 0, -8745.23046875, 414.25201416015625, 98.2071990966796875, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Canals - Difficulty: 0) +(@OGUID+242, 180406, 0, 1519, 5390, '0', 0, 0, -8653.8896484375, 498.441009521484375, 105.1320037841796875, 5.84685373306274414, 0, 0, -0.21643924713134765, 0.976296067237854003, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Canals - Difficulty: 0) +(@OGUID+243, 180406, 0, 1519, 5390, '0', 0, 0, -8590.0400390625, 506.281005859375, 105.3259963989257812, 5.881760597229003906, 0, 0, -0.19936752319335937, 0.979924798011779785, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Canals - Difficulty: 0) +(@OGUID+244, 180406, 0, 1519, 5390, '0', 0, 0, -8570.58984375, 516.6939697265625, 101.4690017700195312, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Canals - Difficulty: 0) +(@OGUID+245, 180406, 0, 1519, 5390, '0', 0, 0, -8645.9296875, 443.3909912109375, 104.2679977416992187, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Canals - Difficulty: 0) +(@OGUID+246, 180406, 0, 1519, 5149, '0', 0, 0, -8700.650390625, 391.467010498046875, 105.608001708984375, 3.106652259826660156, 0, 0, 0.999847412109375, 0.017469281330704689, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Old Town - Difficulty: 0) +(@OGUID+247, 180406, 0, 1519, 5390, '0', 0, 0, -8571.7802734375, 621.25299072265625, 103.6019973754882812, 1.012289404869079589, 0, 0, 0.484808921813964843, 0.87462007999420166, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Canals - Difficulty: 0) +(@OGUID+248, 180406, 0, 1519, 0, '0', 0, 0, -8422.8798828125, 374.9010009765625, 138.05499267578125, 4.834563255310058593, 0, 0, -0.66261959075927734, 0.748956084251403808, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+249, 180406, 0, 1519, 0, '0', 0, 0, -8490.33984375, 321.183990478515625, 138.05499267578125, 3.682650327682495117, 0, 0, -0.96362972259521484, 0.26724100112915039, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+250, 180406, 0, 1519, 0, '0', 0, 0, -8431.4296875, 330.49798583984375, 144.9010009765625, 4.45059061050415039, 0, 0, -0.79335308074951171, 0.608761727809906005, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+251, 180406, 0, 1519, 5150, '0', 0, 0, -8463.1103515625, 564.2030029296875, 100.1660003662109375, 4.188792228698730468, 0, 0, -0.86602497100830078, 0.50000077486038208, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Dwarven District - Difficulty: 0) +(@OGUID+252, 180406, 0, 1519, 5390, '0', 0, 0, -8450.419921875, 593.5360107421875, 101.3720016479492187, 2.199114561080932617, 0, 0, 0.8910064697265625, 0.453990638256072998, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Canals - Difficulty: 0) +(@OGUID+253, 180406, 0, 1519, 5390, '0', 0, 0, -8407.6103515625, 579.24700927734375, 92.91570281982421875, 2.321286916732788085, 0, 0, 0.917059898376464843, 0.398749500513076782, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Canals - Difficulty: 0) +(@OGUID+254, 180406, 0, 1519, 5390, '0', 0, 0, -8470.080078125, 641.89599609375, 94.3354034423828125, 0.820303261280059814, 0, 0, 0.398748397827148437, 0.917060375213623046, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Canals - Difficulty: 0) +(@OGUID+255, 180406, 0, 1519, 5390, '0', 0, 0, -8466.6103515625, 711.7860107421875, 101.4940032958984375, 0.593410074710845947, 0, 0, 0.292370796203613281, 0.95630502700805664, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Canals - Difficulty: 0) +(@OGUID+256, 180406, 0, 1519, 5390, '0', 0, 0, -8574, 729.73797607421875, 97.095001220703125, 4.118979454040527343, 0, 0, -0.88294696807861328, 0.469472706317901611, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Canals - Difficulty: 0) +(@OGUID+257, 180406, 0, 1519, 5390, '0', 0, 0, -8578.98046875, 725.90802001953125, 97.03589630126953125, 4.328419685363769531, 0, 0, -0.82903671264648437, 0.559194147586822509, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Canals - Difficulty: 0) +(@OGUID+258, 180406, 0, 1519, 5390, '0', 0, 0, -8366.0595703125, 678.4439697265625, 97.15460205078125, 0.645771682262420654, 0, 0, 0.317304611206054687, 0.948323667049407958, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Canals - Difficulty: 0) +(@OGUID+259, 180406, 0, 1519, 5150, '0', 0, 0, -8365.8701171875, 642.39801025390625, 96.141998291015625, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Dwarven District - Difficulty: 0) +(@OGUID+260, 180406, 0, 1519, 5150, '0', 0, 0, -8384.5400390625, 594.63897705078125, 97.77790069580078125, 1.832594871520996093, 0, 0, 0.793353080749511718, 0.608761727809906005, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Dwarven District - Difficulty: 0) +(@OGUID+261, 180406, 0, 1519, 5150, '0', 0, 0, -8324.240234375, 584.84698486328125, 99.602203369140625, 3.78736734390258789, 0, 0, -0.94832324981689453, 0.317305892705917358, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Dwarven District - Difficulty: 0) +(@OGUID+262, 180406, 0, 1519, 5150, '0', 0, 0, -8328.0400390625, 607.375, 99.6053009033203125, 0.558503925800323486, 0, 0, 0.275636672973632812, 0.961261868476867675, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Dwarven District - Difficulty: 0) +(@OGUID+263, 180406, 0, 1519, 9171, '0', 0, 0, -8240.6796875, 880.69598388671875, 100.4209976196289062, 4.625123500823974609, 0, 0, -0.73727703094482421, 0.67559051513671875, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Stormwind Embassy - Difficulty: 0) +(@OGUID+264, 180406, 0, 1519, 9171, '0', 0, 0, -8258.8095703125, 877.8699951171875, 100.4209976196289062, 2.70525527000427246, 0, 0, 0.97629547119140625, 0.216442063450813293, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Stormwind Embassy - Difficulty: 0) +(@OGUID+265, 180406, 0, 1519, 9171, '0', 0, 0, -8249.0498046875, 897.42401123046875, 100.4209976196289062, 0.261798173189163208, 0, 0, 0.130525588989257812, 0.991444945335388183, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Stormwind Embassy - Difficulty: 0) +(@OGUID+266, 180406, 0, 1519, 9171, '0', 0, 0, -8270.76953125, 900.22698974609375, 100.4209976196289062, 5.602506637573242187, 0, 0, -0.33380699157714843, 0.942641437053680419, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Stormwind Embassy - Difficulty: 0) +(@OGUID+267, 180406, 0, 1519, 9171, '0', 0, 0, -8281.4599609375, 896.28802490234375, 100.4209976196289062, 3.892086982727050781, 0, 0, -0.93041706085205078, 0.366502493619918823, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Stormwind Embassy - Difficulty: 0) +(@OGUID+268, 180406, 0, 1519, 5316, '0', 0, 0, -8325.150390625, 932.4530029296875, 103.5619964599609375, 4.625123500823974609, 0, 0, -0.73727703094482421, 0.67559051513671875, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+269, 180406, 0, 1519, 5346, '0', 0, 0, -8332.6796875, 952.69097900390625, 103.05999755859375, 1.361356139183044433, 0, 0, 0.629320144653320312, 0.77714616060256958, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+270, 180406, 0, 1519, 5346, '0', 0, 0, -8394.31640625, 1029.344970703125, 68.38376617431640625, 4.136432647705078125, 0, 0, -0.87881660461425781, 0.477159708738327026, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+271, 180406, 0, 1519, 5346, '0', 0, 0, -8420.98046875, 910.51397705078125, 98.4123992919921875, 3.822272777557373046, 0, 0, -0.94264125823974609, 0.333807557821273803, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+272, 180406, 0, 1519, 5346, '0', 0, 0, -8443.0361328125, 1012.00677490234375, 80.9521484375, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+273, 180406, 0, 1519, 5346, '0', 0, 0, -8507.5, 931.6475830078125, 97.56023406982421875, 3.028127431869506835, 0, 0, 0.998391151428222656, 0.056702151894569396, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+274, 180406, 0, 1519, 5346, '0', 0, 0, -8509.5908203125, 970.04437255859375, 59.47861862182617187, 3.78736734390258789, 0, 0, -0.94832324981689453, 0.317305892705917358, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+275, 180406, 0, 1519, 5346, '0', 0, 0, -8490.91015625, 873.98297119140625, 109.305999755859375, 0.453785061836242675, 0, 0, 0.224950790405273437, 0.974370121955871582, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+276, 180406, 0, 1519, 5346, '0', 0, 0, -8536.25, 897.34722900390625, 109.7698287963867187, 4.712389945983886718, 0, 0, -0.70710659027099609, 0.707106947898864746, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+277, 180406, 0, 1519, 0, '0', 0, 0, -8486.3798828125, 828.00299072265625, 109.48699951171875, 3.211419343948364257, 0, 0, -0.9993906021118164, 0.034906134009361267, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+278, 180406, 0, 1519, 0, '0', 0, 0, -8518.4599609375, 787.48297119140625, 101.3570022583007812, 0.506144583225250244, 0, 0, 0.250379562377929687, 0.968147754669189453, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+279, 180406, 0, 1519, 0, '0', 0, 0, -8554.111328125, 766.86456298828125, 107.7607421875, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+280, 180406, 0, 1519, 5390, '0', 0, 0, -8616.01953125, 752.7030029296875, 96.9788970947265625, 4.223697185516357421, 0, 0, -0.85716724395751953, 0.515038192272186279, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Canals - Difficulty: 0) +(@OGUID+281, 180406, 0, 1519, 5390, '0', 0, 0, -8683.8203125, 775.8699951171875, 97.93250274658203125, 0.872663915157318115, 0, 0, 0.422617912292480468, 0.906307935714721679, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Canals - Difficulty: 0) +(@OGUID+282, 180406, 0, 1519, 5390, '0', 0, 0, -8665.8798828125, 776.427001953125, 101.7190017700195312, 1.064649581909179687, 0, 0, 0.507537841796875, 0.861629426479339599, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Canals - Difficulty: 0) +(@OGUID+283, 180406, 0, 1519, 5390, '0', 0, 0, -8832.888671875, 867.31427001953125, 100.1112213134765625, 1.942372798919677734, 0, 0, 0.825555801391601562, 0.564320504665374755, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Canals - Difficulty: 0) CreateObject1 +(@OGUID+284, 180406, 0, 1519, 8411, '0', 0, 0, -8832.951171875, 926.046875, 91.24053955078125, 2.444442272186279296, 0, 0, 0.939860343933105468, 0.341559022665023803, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Lion's Rest - Difficulty: 0) +(@OGUID+285, 180406, 0, 1519, 8411, '0', 0, 0, -8830.3017578125, 919.09027099609375, 100.6258468627929687, 5.811946868896484375, 0, 0, -0.2334451675415039, 0.972369968891143798, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Lion's Rest - Difficulty: 0) +(@OGUID+286, 180406, 0, 1519, 5390, '0', 0, 0, -8618.9697265625, 861.90301513671875, 97.0240020751953125, 1.047197580337524414, 0, 0, 0.5, 0.866025388240814208, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Canals - Difficulty: 0) +(@OGUID+287, 180406, 0, 1519, 5390, '0', 0, 0, -8661.0537109375, 964.44793701171875, 91.24069976806640625, 0.907570242881774902, 0, 0, 0.438370704650878906, 0.898794233798980712, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Canals - Difficulty: 0) +(@OGUID+288, 180406, 0, 1519, 5390, '0', 0, 0, -8584.2001953125, 965.54498291015625, 98.25029754638671875, 5.131268978118896484, 0, 0, -0.54463863372802734, 0.838670849800109863, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Canals - Difficulty: 0) +(@OGUID+289, 180406, 0, 1519, 4411, '0', 0, 0, -8571.1533203125, 1019.9495849609375, 96.731658935546875, 6.09120035171508789, 0, 0, -0.09584522247314453, 0.995396256446838378, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+290, 180406, 0, 1519, 8411, '0', 0, 0, -8853.75, 955.421875, 103.7477569580078125, 5.480334281921386718, 0, 0, -0.39073085784912109, 0.920504987239837646, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Lion's Rest - Difficulty: 0) +(@OGUID+291, 180406, 0, 1519, 8411, '0', 0, 0, -8916.7001953125, 939.61102294921875, 117.1019973754882812, 3.595378875732421875, 0, 0, -0.97437000274658203, 0.224951311945915222, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Lion's Rest - Difficulty: 0) +(@OGUID+292, 180406, 0, 1519, 5390, '0', 0, 0, -8922.8095703125, 867.75201416015625, 101.875, 0.558503925800323486, 0, 0, 0.275636672973632812, 0.961261868476867675, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Canals - Difficulty: 0) +(@OGUID+293, 180406, 0, 1519, 5390, '0', 0, 0, -8935.3896484375, 781.82598876953125, 88.39189910888671875, 1.239183306694030761, 0, 0, 0.580702781677246093, 0.814115643501281738, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Canals - Difficulty: 0) +(@OGUID+294, 180406, 0, 1519, 5390, '0', 0, 0, -8825.9794921875, 837.17706298828125, 105.6965713500976562, 0.925023794174194335, 0, 0, 0.446197509765625, 0.894934535026550292, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Canals - Difficulty: 0) CreateObject1 +(@OGUID+295, 180406, 0, 1519, 5154, '0', 0, 0, -9041.259765625, 874.07598876953125, 110.1959991455078125, 2.129300594329833984, 0, 0, 0.874619483947753906, 0.484810054302215576, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+296, 180406, 0, 1519, 4411, '0', 0, 0, -8464.53515625, 1041.94970703125, 61.05006790161132812, 0.410150706768035888, 0, 0, 0.203640937805175781, 0.979045629501342773, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+297, 180406, 0, 1519, 4411, '0', 0, 0, -8520.3408203125, 1113.595947265625, 20.5460968017578125, 0.174532130360603332, 0, 0, 0.087155342102050781, 0.996194720268249511, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+298, 180406, 0, 1519, 4411, '0', 0, 0, -8338.17578125, 1115.34033203125, 57.26215362548828125, 0.767943859100341796, 0, 0, 0.374606132507324218, 0.927184045314788818, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+299, 180406, 0, 1519, 4411, '0', 0, 0, -8047.78564453125, 1418.91162109375, 2.685236930847167968, 6.161012649536132812, 0, 0, -0.06104850769042968, 0.998134791851043701, 120, 255, 1, 51886); -- G_Pumpkin_02 (Area: Stormwind Harbor - Difficulty: 0) + +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+300, 180406, 0, 1519, 4411, '0', 0, 0, -8066.38818359375, 1581.84033203125, 2.67505192756652832, 5.009094715118408203, 0, 0, -0.59482288360595703, 0.80385679006576538, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+301, 180406, 0, 1519, 4411, '0', 0, 0, -8341.62890625, 1255.1871337890625, 8.978458404541015625, 0.296705186367034912, 0, 0, 0.147809028625488281, 0.989015936851501464, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+302, 180406, 0, 1519, 4411, '0', 0, 0, -8229.880859375, 1258.989013671875, 8.364377021789550781, 5.131268978118896484, 0, 0, -0.54463863372802734, 0.838670849800109863, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+303, 180406, 0, 1519, 4411, '0', 0, 0, -8315.0361328125, 1187.0758056640625, 9.407729148864746093, 3.560472726821899414, 0, 0, -0.97814750671386718, 0.207912087440490722, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+304, 180406, 0, 1519, 4411, '0', 0, 0, -8535.6142578125, 1153.127197265625, 22.34057235717773437, 4.066620349884033203, 0, 0, -0.89493370056152343, 0.44619917869567871, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+305, 180406, 0, 1519, 4411, '0', 0, 0, -8598.138671875, 1142.2847900390625, 21.67487716674804687, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+306, 180406, 0, 1519, 4411, '0', 0, 0, -8599.416015625, 1297.216796875, 17.15379714965820312, 0.959929943084716796, 0, 0, 0.461748123168945312, 0.887011110782623291, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+307, 180406, 0, 1519, 4411, '0', 0, 0, -8636.041015625, 1271.890380859375, 5.642852783203125, 3.577930212020874023, 0, 0, -0.97629547119140625, 0.216442063450813293, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+308, 180406, 0, 1519, 4411, '0', 0, 0, -8660.7333984375, 1310.8892822265625, 19.42049789428710937, 0.925023794174194335, 0, 0, 0.446197509765625, 0.894934535026550292, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+309, 180406, 0, 1519, 4411, '0', 0, 0, -8451.650390625, 1220.75, 5.638700008392333984, 4.59021615982055664, 0, 0, -0.74895572662353515, 0.662620067596435546, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+310, 180407, 0, 1519, 1617, '0', 0, 0, -8903.3603515625, 499.2030029296875, 93.86139678955078125, 5.131268978118896484, 0, 0, -0.54463863372802734, 0.838670849800109863, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+311, 180407, 0, 1519, 1617, '0', 0, 0, -8850.599609375, 523.6669921875, 105.9759979248046875, 3.036838293075561523, 0, 0, 0.998628616333007812, 0.052353221923112869, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+312, 180407, 0, 1519, 1617, '0', 0, 0, -8889.4033203125, 594.79669189453125, 95.7745361328125, 0.453785061836242675, 0, 0, 0.224950790405273437, 0.974370121955871582, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+313, 180407, 0, 1519, 1617, '0', 0, 0, -8862.5302734375, 572.22601318359375, 95.3755035400390625, 4.293513298034667968, 0, 0, -0.8386697769165039, 0.544640243053436279, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+314, 180407, 0, 1519, 1617, '0', 0, 0, -8870.919921875, 495.489990234375, 113.1309967041015625, 5.864306926727294921, 0, 0, -0.20791149139404296, 0.978147625923156738, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+315, 180407, 0, 1519, 1617, '0', 0, 0, -8963.75, 574.76898193359375, 93.84040069580078125, 0.191985160112380981, 0, 0, 0.095845222473144531, 0.995396256446838378, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+316, 180407, 0, 1519, 1617, '0', 0, 0, -8860.7802734375, 524.6090087890625, 107.7710037231445312, 5.759587764739990234, 0, 0, -0.25881862640380859, 0.965925931930541992, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+317, 180407, 0, 1519, 1617, '0', 0, 0, -8914.2099609375, 631, 99.52629852294921875, 1.745326757431030273, 0, 0, 0.766043663024902343, 0.642788589000701904, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+318, 180407, 0, 1519, 1617, '0', 0, 0, -8858.7197265625, 607.280029296875, 92.71829986572265625, 6.230826377868652343, 0, 0, -0.02617645263671875, 0.999657332897186279, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+319, 180407, 0, 1519, 0, '0', 0, 0, -8773.1103515625, 512.15997314453125, 98.70379638671875, 4.276057243347167968, 0, 0, -0.84339141845703125, 0.537299633026123046, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+320, 180407, 0, 1519, 5148, '0', 0, 0, -8873.70703125, 640.32855224609375, 96.0894317626953125, 2.792518377304077148, 0, 0, 0.984807014465332031, 0.173652306199073791, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Trade District - Difficulty: 0) +(@OGUID+321, 180407, 0, 1519, 5148, '0', 0, 0, -8788.0205078125, 640.45880126953125, 96.1278228759765625, 5.515241622924804687, 0, 0, -0.37460613250732421, 0.927184045314788818, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Trade District - Difficulty: 0) +(@OGUID+322, 180407, 0, 1519, 5148, '0', 0, 0, -8846.76953125, 652.2969970703125, 97.77490234375, 5.532694816589355468, 0, 0, -0.3665008544921875, 0.93041771650314331, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Trade District - Difficulty: 0) +(@OGUID+323, 180407, 0, 1519, 5148, '0', 0, 0, -8742.2197265625, 508.045013427734375, 97.91320037841796875, 1.169368624687194824, 0, 0, 0.551936149597167968, 0.833886384963989257, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Trade District - Difficulty: 0) +(@OGUID+324, 180407, 0, 1519, 5148, '0', 0, 0, -8861.625, 681.380859375, 97.90305328369140625, 6.073746204376220703, 0, 0, -0.10452842712402343, 0.994521915912628173, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Trade District - Difficulty: 0) +(@OGUID+325, 180407, 0, 1519, 5148, '0', 0, 0, -8884.0400390625, 718.29498291015625, 98.94519805908203125, 0.820303261280059814, 0, 0, 0.398748397827148437, 0.917060375213623046, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Trade District - Difficulty: 0) +(@OGUID+326, 180407, 0, 1519, 5148, '0', 0, 0, -8758.349609375, 745.7919921875, 100.1429977416992187, 5.95157480239868164, 0, 0, -0.16504669189453125, 0.986285746097564697, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Trade District - Difficulty: 0) +(@OGUID+327, 180407, 0, 1519, 5148, '0', 0, 0, -8702.2001953125, 666.71197509765625, 100.6620025634765625, 5.637413978576660156, 0, 0, -0.31730461120605468, 0.948323667049407958, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Trade District - Difficulty: 0) +(@OGUID+328, 180407, 0, 1519, 5148, '0', 0, 0, -8664.669921875, 563.6719970703125, 98.2776031494140625, 0.27925160527229309, 0, 0, 0.139172554016113281, 0.990268170833587646, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Trade District - Difficulty: 0) +(@OGUID+329, 180407, 0, 1519, 5390, '0', 0, 0, -8736.580078125, 444.290008544921875, 99.10479736328125, 1.884953022003173828, 0, 0, 0.809016227722167968, 0.587786316871643066, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: The Canals - Difficulty: 0) +(@OGUID+330, 180407, 0, 1519, 5390, '0', 0, 0, -8830.6005859375, 843.3836669921875, 100.5074462890625, 2.495818138122558593, 0, 0, 0.948323249816894531, 0.317305892705917358, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: The Canals - Difficulty: 0) CreateObject1 +(@OGUID+331, 180407, 0, 1519, 5390, '0', 0, 0, -8667.25, 453.985992431640625, 104.2679977416992187, 5.340708732604980468, 0, 0, -0.45398998260498046, 0.891006767749786376, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: The Canals - Difficulty: 0) +(@OGUID+332, 180407, 0, 1519, 5390, '0', 0, 0, -8599.5498046875, 565.780029296875, 103.6890029907226562, 2.059488296508789062, 0, 0, 0.857167243957519531, 0.515038192272186279, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: The Canals - Difficulty: 0) +(@OGUID+333, 180407, 0, 1519, 5390, '0', 0, 0, -8625.8203125, 456.18798828125, 102.6959991455078125, 5.061456203460693359, 0, 0, -0.57357597351074218, 0.819152355194091796, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: The Canals - Difficulty: 0) +(@OGUID+334, 180407, 0, 1519, 5390, '0', 0, 0, -8565.51953125, 477.384002685546875, 106.1220016479492187, 6.12610626220703125, 0, 0, -0.07845878601074218, 0.996917366981506347, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: The Canals - Difficulty: 0) +(@OGUID+335, 180407, 0, 1519, 5390, '0', 0, 0, -8635.1796875, 425.360992431640625, 103.5660018920898437, 4.9218292236328125, 0, 0, -0.62932014465332031, 0.77714616060256958, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: The Canals - Difficulty: 0) +(@OGUID+336, 180407, 0, 1519, 5390, '0', 0, 0, -8541.3603515625, 644.03802490234375, 101.6910018920898437, 0.890116631984710693, 0, 0, 0.430510520935058593, 0.902585566043853759, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: The Canals - Difficulty: 0) +(@OGUID+337, 180407, 0, 1519, 0, '0', 0, 0, -8479.66015625, 320.912994384765625, 138.05499267578125, 3.508116960525512695, 0, 0, -0.98325443267822265, 0.182238012552261352, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+338, 180407, 0, 1519, 0, '0', 0, 0, -8424.919921875, 364.42498779296875, 138.05499267578125, 5.009094715118408203, 0, 0, -0.59482288360595703, 0.80385679006576538, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+339, 180407, 0, 1519, 0, '0', 0, 0, -8443.41015625, 320.77301025390625, 144.8820037841796875, 3.961898565292358398, 0, 0, -0.91705989837646484, 0.398749500513076782, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+340, 180407, 0, 1519, 5150, '0', 0, 0, -8485.099609375, 574.655029296875, 97.579803466796875, 0.296705186367034912, 0, 0, 0.147809028625488281, 0.989015936851501464, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Dwarven District - Difficulty: 0) +(@OGUID+341, 180407, 0, 1519, 5150, '0', 0, 0, -8406.01953125, 581.0570068359375, 92.95999908447265625, 2.70525527000427246, 0, 0, 0.97629547119140625, 0.216442063450813293, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Dwarven District - Difficulty: 0) +(@OGUID+342, 180407, 0, 1519, 5390, '0', 0, 0, -8438.58984375, 622.42498779296875, 95.08249664306640625, 1.884953022003173828, 0, 0, 0.809016227722167968, 0.587786316871643066, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: The Canals - Difficulty: 0) +(@OGUID+343, 180407, 0, 1519, 5390, '0', 0, 0, -8542.2802734375, 743.37200927734375, 99.7910003662109375, 3.9793548583984375, 0, 0, -0.9135446548461914, 0.406738430261611938, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: The Canals - Difficulty: 0) +(@OGUID+344, 180407, 0, 1519, 5390, '0', 0, 0, -8409.5, 674.280029296875, 100.634002685546875, 0.750490784645080566, 0, 0, 0.3665008544921875, 0.93041771650314331, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: The Canals - Difficulty: 0) +(@OGUID+345, 180407, 0, 1519, 5390, '0', 0, 0, -8407.08984375, 660.64599609375, 97.51180267333984375, 2.408554315567016601, 0, 0, 0.933580398559570312, 0.358368009328842163, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: The Canals - Difficulty: 0) +(@OGUID+346, 180407, 0, 1519, 5390, '0', 0, 0, -8564.669921875, 740.63397216796875, 101.7190017700195312, 4.241150379180908203, 0, 0, -0.85264015197753906, 0.522498607635498046, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: The Canals - Difficulty: 0) +(@OGUID+347, 180407, 0, 1519, 5314, '0', 0, 0, -8371.150390625, 677.19598388671875, 97.15460205078125, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+348, 180407, 0, 1519, 5150, '0', 0, 0, -8355.099609375, 644.8699951171875, 96.141998291015625, 0.610863447189331054, 0, 0, 0.3007049560546875, 0.953717231750488281, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Dwarven District - Difficulty: 0) +(@OGUID+349, 180407, 0, 1519, 5150, '0', 0, 0, -8355.3603515625, 617.781005859375, 96.317596435546875, 4.101525306701660156, 0, 0, -0.88701057434082031, 0.461749136447906494, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Dwarven District - Difficulty: 0) +(@OGUID+350, 180407, 0, 1519, 5150, '0', 0, 0, -8335.3896484375, 600.64202880859375, 99.61730194091796875, 1.762782454490661621, 0, 0, 0.771624565124511718, 0.636078238487243652, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Dwarven District - Difficulty: 0) +(@OGUID+351, 180407, 0, 1519, 5150, '0', 0, 0, -8323.669921875, 664.74298095703125, 97.43019866943359375, 0.052358884364366531, 0, 0, 0.02617645263671875, 0.999657332897186279, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Dwarven District - Difficulty: 0) +(@OGUID+352, 180407, 0, 1519, 9171, '0', 0, 0, -8245.5595703125, 875.79901123046875, 100.4209976196289062, 4.014260292053222656, 0, 0, -0.90630722045898437, 0.422619491815567016, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Stormwind Embassy - Difficulty: 0) +(@OGUID+353, 180407, 0, 1519, 9171, '0', 0, 0, -8242.5498046875, 894.01702880859375, 100.4209976196289062, 5.881760597229003906, 0, 0, -0.19936752319335937, 0.979924798011779785, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Stormwind Embassy - Difficulty: 0) +(@OGUID+354, 180407, 0, 1519, 9171, '0', 0, 0, -8262.76953125, 896.48602294921875, 100.4209976196289062, 5.480334281921386718, 0, 0, -0.39073085784912109, 0.920504987239837646, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Stormwind Embassy - Difficulty: 0) +(@OGUID+355, 180407, 0, 1519, 9171, '0', 0, 0, -8262.0400390625, 884.18798828125, 100.4209976196289062, 2.111847877502441406, 0, 0, 0.870355606079101562, 0.492423713207244873, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Stormwind Embassy - Difficulty: 0) +(@OGUID+356, 180407, 0, 1519, 9171, '0', 0, 0, -8274.26953125, 892.80902099609375, 100.4209976196289062, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Stormwind Embassy - Difficulty: 0) +(@OGUID+357, 180407, 0, 1519, 5316, '0', 0, 0, -8318.23046875, 946.33001708984375, 103.40899658203125, 4.694936752319335937, 0, 0, -0.71325016021728515, 0.700909554958343505, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+358, 180407, 0, 1519, 5346, '0', 0, 0, -8491.1376953125, 976.70660400390625, 73.00229644775390625, 3.063024282455444335, 0, 0, 0.999228477478027343, 0.039274025708436965, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+359, 180407, 0, 1519, 5346, '0', 0, 0, -8480.099609375, 862.03802490234375, 109.3550033569335937, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+360, 180407, 0, 1519, 5390, '0', 0, 0, -8621.3603515625, 748.50701904296875, 96.93019866943359375, 4.1538848876953125, 0, 0, -0.8746194839477539, 0.484810054302215576, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: The Canals - Difficulty: 0) +(@OGUID+361, 180407, 0, 1519, 5390, '0', 0, 0, -8660.400390625, 780.5830078125, 101.7190017700195312, 1.099556446075439453, 0, 0, 0.522498130798339843, 0.852640450000762939, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: The Canals - Difficulty: 0) +(@OGUID+362, 180407, 0, 1519, 5151, '0', 0, 0, -8813.650390625, 782.625, 98.64260101318359375, 3.996806621551513671, 0, 0, -0.90996074676513671, 0.414694398641586303, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Cathedral Square - Difficulty: 0) +(@OGUID+363, 180407, 0, 1519, 5390, '0', 0, 0, -8785.515625, 880.95831298828125, 100.3386001586914062, 5.70722818374633789, 0, 0, -0.28401470184326171, 0.958819925785064697, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: The Canals - Difficulty: 0) +(@OGUID+364, 180407, 0, 1519, 5390, '0', 0, 0, -8614.0703125, 865.77099609375, 97.02339935302734375, 0.942476630210876464, 0, 0, 0.453989982604980468, 0.891006767749786376, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: The Canals - Difficulty: 0) +(@OGUID+365, 180407, 0, 1519, 5390, '0', 0, 0, -8640.7900390625, 930.96356201171875, 97.69040679931640625, 1.068250894546508789, 0, 0, 0.509088516235351562, 0.860714137554168701, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: The Canals - Difficulty: 0) +(@OGUID+366, 180407, 0, 1519, 5390, '0', 0, 0, -8591.1630859375, 926.2742919921875, 99.6110687255859375, 0.532324969768524169, 0, 0, 0.263031005859375, 0.96478736400604248, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: The Canals - Difficulty: 0) +(@OGUID+367, 180407, 0, 1519, 4411, '0', 0, 0, -8562.7607421875, 1013.6129150390625, 89.73065185546875, 2.469640254974365234, 0, 0, 0.944088935852050781, 0.329690933227539062, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+368, 180407, 0, 1519, 4411, '0', 0, 0, -8545.279296875, 987.810791015625, 96.7316741943359375, 5.087636947631835937, 0, 0, -0.56280422210693359, 0.826590240001678466, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+369, 180407, 0, 1519, 8411, '0', 0, 0, -8902.4296875, 970.8489990234375, 120.9980010986328125, 4.694936752319335937, 0, 0, -0.71325016021728515, 0.700909554958343505, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Lion's Rest - Difficulty: 0) +(@OGUID+370, 180407, 0, 1519, 5390, '0', 0, 0, -8998.5, 805.66802978515625, 106.5019989013671875, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: The Canals - Difficulty: 0) +(@OGUID+371, 180407, 0, 1519, 5154, '0', 0, 0, -8954.16015625, 880.91802978515625, 105.4680023193359375, 5.166176319122314453, 0, 0, -0.52991867065429687, 0.84804844856262207, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+372, 180407, 0, 1519, 4411, '0', 0, 0, -8509.7412109375, 1037.3822021484375, 59.43825149536132812, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+373, 180407, 0, 1519, 4411, '0', 0, 0, -8573.103515625, 1091.0931396484375, 22.47002410888671875, 2.024578809738159179, 0, 0, 0.848047256469726562, 0.529920578002929687, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+374, 180407, 0, 1519, 4411, '0', 0, 0, -8610.125, 1080.623291015625, 41.25507354736328125, 2.504543066024780273, 0, 0, 0.949698448181152343, 0.313165903091430664, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+375, 180407, 0, 1519, 4411, '0', 0, 0, -8394.7294921875, 1066.71533203125, 31.93279457092285156, 4.171337604522705078, 0, 0, -0.87035560607910156, 0.492423713207244873, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+376, 180407, 0, 1519, 4411, '0', 0, 0, -8353.4033203125, 1079.048583984375, 59.21979522705078125, 1.003563761711120605, 0, 0, 0.480988502502441406, 0.876726925373077392, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+377, 180407, 0, 1519, 4411, '0', 0, 0, -8058.95849609375, 1419.3212890625, 2.674053907394409179, 0.715584874153137207, 0, 0, 0.350207328796386718, 0.936672210693359375, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+378, 180407, 0, 1519, 4411, '0', 0, 0, -8075.69775390625, 1587.8681640625, 2.67614603042602539, 0.034906249493360519, 0, 0, 0.017452239990234375, 0.999847710132598876, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+379, 180407, 0, 1519, 4411, '0', 0, 0, -8313.9609375, 1393.4935302734375, 17.16427993774414062, 0.767943859100341796, 0, 0, 0.374606132507324218, 0.927184045314788818, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+380, 180407, 0, 1519, 4411, '0', 0, 0, -8229.916015625, 1270.460693359375, 8.362120628356933593, 4.9218292236328125, 0, 0, -0.62932014465332031, 0.77714616060256958, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+381, 180407, 0, 1519, 4411, '0', 0, 0, -8451.4599609375, 1193.61279296875, 8.788401603698730468, 3.52557229995727539, 0, 0, -0.98162651062011718, 0.190812408924102783, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+382, 180407, 0, 1519, 4411, '0', 0, 0, -8544.0888671875, 1153.2752685546875, 22.31786346435546875, 6.161012649536132812, 0, 0, -0.06104850769042968, 0.998134791851043701, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+383, 180407, 0, 1519, 4411, '0', 0, 0, -8596.58203125, 1152.296875, 22.54824256896972656, 1.500982880592346191, 0, 0, 0.681998252868652343, 0.731353819370269775, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+384, 180407, 0, 1519, 4411, '0', 0, 0, -8557.619140625, 1200.9000244140625, 8.148015022277832031, 3.822272777557373046, 0, 0, -0.94264125823974609, 0.333807557821273803, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+385, 180407, 0, 1519, 4411, '0', 0, 0, -8534.513671875, 1268.3277587890625, 8.364304542541503906, 5.113816738128662109, 0, 0, -0.55193614959716796, 0.833886384963989257, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+386, 180407, 0, 1519, 4411, '0', 0, 0, -8603.80859375, 1294.1529541015625, 17.16453361511230468, 0.715584874153137207, 0, 0, 0.350207328796386718, 0.936672210693359375, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+387, 180408, 0, 1519, 5148, '0', 0, 0, -8743.7802734375, 702.4840087890625, 103.4449996948242187, 2.234017848968505859, 0, 0, 0.898793220520019531, 0.438372820615768432, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Trade District - Difficulty: 0) +(@OGUID+388, 180408, 0, 1519, 5148, '0', 0, 0, -8736.169921875, 693.20501708984375, 103.4580001831054687, 2.076939344406127929, 0, 0, 0.861628532409667968, 0.50753939151763916, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Trade District - Difficulty: 0) +(@OGUID+389, 180408, 0, 1519, 5390, '0', 0, 0, -8813.4111328125, 846.54339599609375, 101.5240402221679687, 3.822272777557373046, 0, 0, -0.94264125823974609, 0.333807557821273803, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: The Canals - Difficulty: 0) CreateObject1 +(@OGUID+390, 180408, 0, 1519, 5390, '0', 0, 0, -8755.3095703125, 403.677001953125, 109.805999755859375, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: The Canals - Difficulty: 0) +(@OGUID+391, 180408, 0, 1519, 5390, '0', 0, 0, -8765.25, 396.045013427734375, 109.805999755859375, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: The Canals - Difficulty: 0) +(@OGUID+392, 180408, 0, 1519, 5150, '0', 0, 0, -8476.099609375, 579.31402587890625, 101.4690017700195312, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+393, 180408, 0, 1519, 5390, '0', 0, 0, -8436.73046875, 617.72698974609375, 99.743896484375, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: The Canals - Difficulty: 0) +(@OGUID+394, 180408, 0, 1519, 5314, '0', 0, 0, -8374.2900390625, 679.83697509765625, 98.65309906005859375, 0.418878614902496337, 0, 0, 0.207911491394042968, 0.978147625923156738, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+395, 180408, 0, 1519, 5314, '0', 0, 0, -8402.7099609375, 615.7080078125, 98.8760986328125, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+396, 180408, 0, 1519, 5150, '0', 0, 0, -8331.849609375, 634.5469970703125, 99.80460357666015625, 3.717553615570068359, 0, 0, -0.95881938934326171, 0.284016460180282592, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+397, 180408, 0, 1519, 5346, '0', 0, 0, -8298.2412109375, 974.11456298828125, 105.6805191040039062, 5.619962215423583984, 0, 0, -0.32556724548339843, 0.945518851280212402, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+398, 180408, 0, 1519, 5346, '0', 0, 0, -8311.826171875, 987.34893798828125, 105.7079391479492187, 5.619962215423583984, 0, 0, -0.32556724548339843, 0.945518851280212402, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+399, 180408, 0, 1519, 4411, '0', 0, 0, -8421.5380859375, 1119.6893310546875, 25.32225608825683593, 3.106652259826660156, 0, 0, 0.999847412109375, 0.017469281330704689, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+400, 180408, 0, 1519, 4411, '0', 0, 0, -8349.453125, 1107.0833740234375, 58.55839157104492187, 0.925023794174194335, 0, 0, 0.446197509765625, 0.894934535026550292, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+401, 180408, 0, 1519, 4411, '0', 0, 0, -8042.5712890625, 1607.4576416015625, 4.083640098571777343, 0.15707901120185852, 0, 0, 0.078458786010742187, 0.996917366981506347, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+402, 180408, 0, 1519, 4411, '0', 0, 0, -8304.3251953125, 1362.921630859375, 8.523809432983398437, 2.216565132141113281, 0, 0, 0.894933700561523437, 0.44619917869567871, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+403, 180408, 0, 1519, 4411, '0', 0, 0, -8368.4677734375, 1299.6090087890625, 8.521785736083984375, 4.747295856475830078, 0, 0, -0.69465827941894531, 0.719339847564697265, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+404, 180408, 0, 1519, 4411, '0', 0, 0, -8395.583984375, 1302.3131103515625, 8.515392303466796875, 1.692969322204589843, 0, 0, 0.748955726623535156, 0.662620067596435546, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+405, 180408, 0, 1519, 4411, '0', 0, 0, -8461.0078125, 1298.739990234375, 8.524527549743652343, 5.253442287445068359, 0, 0, -0.49242305755615234, 0.870355963706970214, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+406, 180410, 0, 1519, 1617, '0', 0, 0, -8872.8251953125, 611.51983642578125, 97.77857208251953125, 5.305802345275878906, 0, 0, -0.46947097778320312, 0.882947921752929687, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+407, 180410, 0, 1519, 5148, '0', 0, 0, -8825.9501953125, 651.905029296875, 104.2320022583007812, 0.418878614902496337, 0, 0, 0.207911491394042968, 0.978147625923156738, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Trade District - Difficulty: 0) +(@OGUID+408, 180410, 0, 1519, 5148, '0', 0, 0, -8828.6396484375, 658.09197998046875, 104.1880035400390625, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Trade District - Difficulty: 0) +(@OGUID+409, 180410, 0, 1519, 5148, '0', 0, 0, -8818.849609375, 655.14801025390625, 104.2050018310546875, 3.735006093978881835, 0, 0, -0.95630455017089843, 0.292372345924377441, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Trade District - Difficulty: 0) +(@OGUID+410, 180410, 0, 1519, 5148, '0', 0, 0, -8821.4296875, 661.31097412109375, 104.1839981079101562, 3.735006093978881835, 0, 0, -0.95630455017089843, 0.292372345924377441, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Trade District - Difficulty: 0) +(@OGUID+411, 180410, 0, 1519, 5148, '0', 0, 0, -8857.861328125, 676.605712890625, 98.750274658203125, 3.804818391799926757, 0, 0, -0.94551849365234375, 0.325568377971649169, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Trade District - Difficulty: 0) +(@OGUID+412, 180410, 0, 1519, 5148, '0', 0, 0, -8855.95703125, 673.77020263671875, 98.74332427978515625, 3.735006093978881835, 0, 0, -0.95630455017089843, 0.292372345924377441, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Trade District - Difficulty: 0) +(@OGUID+413, 180410, 0, 1519, 5148, '0', 0, 0, -8859.69140625, 679.49163818359375, 98.72249603271484375, 3.804818391799926757, 0, 0, -0.94551849365234375, 0.325568377971649169, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Trade District - Difficulty: 0) +(@OGUID+414, 180410, 0, 1519, 5148, '0', 0, 0, -8683.48046875, 499.114990234375, 102.2170028686523437, 5.427974700927734375, 0, 0, -0.41469287872314453, 0.909961462020874023, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Trade District - Difficulty: 0) +(@OGUID+415, 180410, 0, 1519, 5390, '0', 0, 0, -8832.6845703125, 833.89410400390625, 100.5662384033203125, 5.179669380187988281, 0, 0, -0.5241851806640625, 0.851604282855987548, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: The Canals - Difficulty: 0) CreateObject1 +(@OGUID+416, 180410, 0, 1519, 5390, '0', 0, 0, -8827.814453125, 876.170166015625, 100.277618408203125, 6.053125381469726562, 0, 0, -0.114776611328125, 0.993391335010528564, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: The Canals - Difficulty: 0) CreateObject1 +(@OGUID+417, 180410, 0, 1519, 5390, '0', 0, 0, -8669.7802734375, 442.87799072265625, 103.2819976806640625, 2.321286916732788085, 0, 0, 0.917059898376464843, 0.398749500513076782, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: The Canals - Difficulty: 0) +(@OGUID+418, 180410, 0, 1519, 5390, '0', 0, 0, -8688.150390625, 407.233001708984375, 106.2949981689453125, 3.892086982727050781, 0, 0, -0.93041706085205078, 0.366502493619918823, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: The Canals - Difficulty: 0) +(@OGUID+419, 180410, 0, 1519, 5150, '0', 0, 0, -8416.4501953125, 538.63702392578125, 96.27680206298828125, 0.715584874153137207, 0, 0, 0.350207328796386718, 0.936672210693359375, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+420, 180410, 0, 1519, 5150, '0', 0, 0, -8418.7802734375, 541.40301513671875, 96.26490020751953125, 0.715584874153137207, 0, 0, 0.350207328796386718, 0.936672210693359375, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+421, 180410, 0, 1519, 5150, '0', 0, 0, -8415.0595703125, 556.59600830078125, 96.27230072021484375, 3.822272777557373046, 0, 0, -0.94264125823974609, 0.333807557821273803, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+422, 180410, 0, 1519, 5150, '0', 0, 0, -8410.669921875, 551.23797607421875, 96.276397705078125, 3.804818391799926757, 0, 0, -0.94551849365234375, 0.325568377971649169, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+423, 180410, 0, 1519, 5150, '0', 0, 0, -8412.9296875, 553.95098876953125, 96.28130340576171875, 3.804818391799926757, 0, 0, -0.94551849365234375, 0.325568377971649169, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+424, 180410, 0, 1519, 5150, '0', 0, 0, -8366.259765625, 604.64202880859375, 98.58119964599609375, 3.857182979583740234, 0, 0, -0.93667125701904296, 0.350209832191467285, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+425, 180410, 0, 1519, 5150, '0', 0, 0, -8384.98046875, 589.7030029296875, 98.566497802734375, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+426, 180410, 0, 1519, 5346, '0', 0, 0, -8462.5625, 952.28643798828125, 99.9885101318359375, 2.207840442657470703, 0, 0, 0.892978668212890625, 0.450098991394042968, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+427, 180410, 0, 1519, 4411, '0', 0, 0, -8224.6298828125, 1189.9984130859375, 16.07274055480957031, 0.314158439636230468, 0, 0, 0.156434059143066406, 0.987688362598419189, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+428, 180410, 0, 1519, 4411, '0', 0, 0, -8241.1181640625, 1207.6448974609375, 16.08688926696777343, 1.082102894783020019, 0, 0, 0.51503753662109375, 0.857167601585388183, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+429, 180410, 0, 1519, 4411, '0', 0, 0, -8231.0361328125, 1200.03125, 16.08105850219726562, 0.698131442070007324, 0, 0, 0.342020034790039062, 0.939692676067352294, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+430, 180410, 0, 1519, 4411, '0', 0, 0, -8282.68359375, 1189.9400634765625, 16.07331466674804687, 2.72271275520324707, 0, 0, 0.978147506713867187, 0.207912087440490722, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+431, 180410, 0, 1519, 4411, '0', 0, 0, -8266.1611328125, 1207.6773681640625, 16.08650398254394531, 2.094393253326416015, 0, 0, 0.866024971008300781, 0.50000077486038208, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+432, 180410, 0, 1519, 4411, '0', 0, 0, -8276.2998046875, 1200.078857421875, 16.07948875427246093, 2.426007747650146484, 0, 0, 0.936672210693359375, 0.350207358598709106, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+433, 180410, 0, 1519, 4411, '0', 0, 0, -8550.09375, 1200.034912109375, 16.09880638122558593, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+434, 180410, 0, 1519, 4411, '0', 0, 0, -8498.44921875, 1189.75634765625, 16.09288978576660156, 0.471238493919372558, 0, 0, 0.233445167541503906, 0.972369968891143798, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+435, 180410, 0, 1519, 4411, '0', 0, 0, -8540.05078125, 1207.4698486328125, 16.1066436767578125, 2.111847877502441406, 0, 0, 0.870355606079101562, 0.492423713207244873, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+436, 180410, 0, 1519, 4411, '0', 0, 0, -8504.7294921875, 1199.7811279296875, 16.09804153442382812, 0.610863447189331054, 0, 0, 0.3007049560546875, 0.953717231750488281, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+437, 180410, 0, 1519, 4411, '0', 0, 0, -8514.828125, 1207.3519287109375, 16.10811424255371093, 1.169368624687194824, 0, 0, 0.551936149597167968, 0.833886384963989257, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+438, 180411, 0, 1519, 1617, '0', 0, 0, -8863.1337890625, 578.011962890625, 109.8249282836914062, 5.567600727081298828, 0, 0, -0.35020732879638671, 0.936672210693359375, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+439, 180411, 0, 1519, 1617, '0', 0, 0, -8891.5595703125, 593.5955810546875, 99.43108367919921875, 2.740161895751953125, 0, 0, 0.979924201965332031, 0.199370384216308593, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+440, 180411, 0, 1519, 1617, '0', 0, 0, -8924.5595703125, 544.50201416015625, 100.7679977416992187, 0.523597896099090576, 0, 0, 0.258818626403808593, 0.965925931930541992, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+441, 180411, 0, 1519, 1617, '0', 0, 0, -8898.9296875, 625.47100830078125, 103.0770034790039062, 5.829400539398193359, 0, 0, -0.22495079040527343, 0.974370121955871582, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+442, 180411, 0, 1519, 1617, '0', 0, 0, -8913.2099609375, 632.70501708984375, 103.3339996337890625, 2.617989301681518554, 0, 0, 0.965925216674804687, 0.258821308612823486, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+443, 180411, 0, 1519, 0, '0', 0, 0, -8838.6533203125, 607.5159912109375, 105.986419677734375, 0.139624491333961486, 0, 0, 0.06975555419921875, 0.997564136981964111, 120, 255, 1, 51886), -- G_Ghost_01 (Area: 0 - Difficulty: 0) +(@OGUID+444, 180411, 0, 1519, 5148, '0', 0, 0, -8840.7900390625, 651.89801025390625, 100.7519989013671875, 0.366517573595046997, 0, 0, 0.182234764099121093, 0.98325502872467041, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Trade District - Difficulty: 0) +(@OGUID+445, 180411, 0, 1519, 5148, '0', 0, 0, -8855.0849609375, 662.44793701171875, 108.7031402587890625, 2.076939344406127929, 0, 0, 0.861628532409667968, 0.50753939151763916, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Trade District - Difficulty: 0) +(@OGUID+446, 180411, 0, 1519, 5148, '0', 0, 0, -8900.4501953125, 639.510009765625, 101.9430007934570312, 1.291541695594787597, 0, 0, 0.60181427001953125, 0.798636078834533691, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Trade District - Difficulty: 0) +(@OGUID+447, 180411, 0, 1519, 5390, '0', 0, 0, -8710.08984375, 462.3330078125, 107.4889984130859375, 1.466075778007507324, 0, 0, 0.669130325317382812, 0.74314504861831665, 120, 255, 1, 51886), -- G_Ghost_01 (Area: The Canals - Difficulty: 0) +(@OGUID+448, 180411, 0, 1519, 5390, '0', 0, 0, -8616.1103515625, 418.1610107421875, 108.5380020141601562, 0.069811686873435974, 0, 0, 0.034898757934570312, 0.999390840530395507, 120, 255, 1, 51886), -- G_Ghost_01 (Area: The Canals - Difficulty: 0) +(@OGUID+449, 180411, 0, 1519, 5390, '0', 0, 0, -8655.169921875, 419.60101318359375, 108.43499755859375, 3.560472726821899414, 0, 0, -0.97814750671386718, 0.207912087440490722, 120, 255, 1, 51886), -- G_Ghost_01 (Area: The Canals - Difficulty: 0) +(@OGUID+450, 180411, 0, 1519, 5390, '0', 0, 0, -8626.169921875, 731.57598876953125, 103.4390029907226562, 5.532694816589355468, 0, 0, -0.3665008544921875, 0.93041771650314331, 120, 255, 1, 51886), -- G_Ghost_01 (Area: The Canals - Difficulty: 0) +(@OGUID+451, 180411, 0, 1519, 0, '0', 0, 0, -8422.73046875, 344.77801513671875, 163.375, 5.462882041931152343, 0, 0, -0.39874839782714843, 0.917060375213623046, 120, 255, 1, 51886), -- G_Ghost_01 (Area: 0 - Difficulty: 0) +(@OGUID+452, 180411, 0, 1519, 0, '0', 0, 0, -8458.4697265625, 316.162994384765625, 161.8679962158203125, 4.502951622009277343, 0, 0, -0.7771453857421875, 0.629321098327636718, 120, 255, 1, 51886), -- G_Ghost_01 (Area: 0 - Difficulty: 0) +(@OGUID+453, 180411, 0, 1519, 5390, '0', 0, 0, -8503.4296875, 567.5469970703125, 102.1760025024414062, 2.076939344406127929, 0, 0, 0.861628532409667968, 0.50753939151763916, 120, 255, 1, 51886), -- G_Ghost_01 (Area: The Canals - Difficulty: 0) +(@OGUID+454, 180411, 0, 1519, 5150, '0', 0, 0, -8440.8603515625, 607.8189697265625, 103.6110000610351562, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+455, 180411, 0, 1519, 5390, '0', 0, 0, -8434.3701171875, 658.09197998046875, 97.62039947509765625, 6.003933906555175781, 0, 0, -0.13917255401611328, 0.990268170833587646, 120, 255, 1, 51886), -- G_Ghost_01 (Area: The Canals - Difficulty: 0) +(@OGUID+456, 180411, 0, 1519, 5390, '0', 0, 0, -8447.76953125, 646.60400390625, 98.20059967041015625, 4.1538848876953125, 0, 0, -0.8746194839477539, 0.484810054302215576, 120, 255, 1, 51886), -- G_Ghost_01 (Area: The Canals - Difficulty: 0) +(@OGUID+457, 180411, 0, 1519, 5390, '0', 0, 0, -8547.8798828125, 747.91497802734375, 103.8300018310546875, 6.003933906555175781, 0, 0, -0.13917255401611328, 0.990268170833587646, 120, 255, 1, 51886), -- G_Ghost_01 (Area: The Canals - Difficulty: 0) +(@OGUID+458, 180411, 0, 1519, 5314, '0', 0, 0, -8370.599609375, 663.26702880859375, 101.9879989624023437, 2.513273954391479492, 0, 0, 0.951056480407714843, 0.309017121791839599, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+459, 180411, 0, 1519, 5314, '0', 0, 0, -8360.330078125, 672.864990234375, 103.108001708984375, 1.117009282112121582, 0, 0, 0.529918670654296875, 0.84804844856262207, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+460, 180411, 0, 1519, 5346, '0', 0, 0, -8300.91015625, 973.69097900390625, 109.345001220703125, 0.645771682262420654, 0, 0, 0.317304611206054687, 0.948323667049407958, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+461, 180411, 0, 1519, 5346, '0', 0, 0, -8373.1396484375, 937.6199951171875, 104.5530014038085937, 3.560472726821899414, 0, 0, -0.97814750671386718, 0.207912087440490722, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+462, 180411, 0, 1519, 5346, '0', 0, 0, -8376.8896484375, 979.81097412109375, 105.897003173828125, 1.064649581909179687, 0, 0, 0.507537841796875, 0.861629426479339599, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+463, 180411, 0, 1519, 5346, '0', 0, 0, -8429.419921875, 930.8189697265625, 102.8909988403320312, 0.645771682262420654, 0, 0, 0.317304611206054687, 0.948323667049407958, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+464, 180411, 0, 1519, 5390, '0', 0, 0, -8654.009765625, 790.60797119140625, 102.1579971313476562, 2.216565132141113281, 0, 0, 0.894933700561523437, 0.44619917869567871, 120, 255, 1, 51886), -- G_Ghost_01 (Area: The Canals - Difficulty: 0) +(@OGUID+465, 180411, 0, 1519, 5390, '0', 0, 0, -8629.7431640625, 946.357666015625, 107.8028030395507812, 2.146752834320068359, 0, 0, 0.878816604614257812, 0.477159708738327026, 120, 255, 1, 51886), -- G_Ghost_01 (Area: The Canals - Difficulty: 0) +(@OGUID+466, 180411, 0, 1519, 5390, '0', 0, 0, -8600.0087890625, 969.5538330078125, 108.019012451171875, 6.230826377868652343, 0, 0, -0.02617645263671875, 0.999657332897186279, 120, 255, 1, 51886), -- G_Ghost_01 (Area: The Canals - Difficulty: 0) +(@OGUID+467, 180411, 0, 1519, 4411, '0', 0, 0, -8579.7451171875, 985.91668701171875, 105.8384170532226562, 5.70722818374633789, 0, 0, -0.28401470184326171, 0.958819925785064697, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+468, 180411, 0, 1519, 5154, '0', 0, 0, -8913.650390625, 995.72198486328125, 127.3980026245117187, 1.082102894783020019, 0, 0, 0.51503753662109375, 0.857167601585388183, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+469, 180411, 0, 1519, 4411, '0', 0, 0, -8197.4189453125, 1190.3194580078125, 27.60082626342773437, 0.872663915157318115, 0, 0, 0.422617912292480468, 0.906307935714721679, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+470, 180411, 0, 1519, 4411, '0', 0, 0, -8292.453125, 1190.6910400390625, 27.69700813293457031, 6.073746204376220703, 0, 0, -0.10452842712402343, 0.994521915912628173, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+471, 180411, 0, 1519, 4411, '0', 0, 0, -8470.998046875, 1190.2379150390625, 27.60507965087890625, 2.844882726669311523, 0, 0, 0.989015579223632812, 0.147811368107795715, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+472, 180411, 0, 1519, 4411, '0', 0, 0, -8566.1630859375, 1189.7430419921875, 27.82406044006347656, 1.919861555099487304, 0, 0, 0.819151878356933593, 0.573576688766479492, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+473, 180411, 0, 1519, 4411, '0', 0, 0, -8598.140625, 1239.267333984375, 25.00390625, 2.914689540863037109, 0, 0, 0.993571281433105468, 0.113208353519439697, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+474, 180415, 0, 1519, 1617, '0', 0, 0, -8859.080078125, 505.462005615234375, 112.7689971923828125, 2.44346022605895996, 0, 0, 0.939692497253417968, 0.34202045202255249, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+475, 180415, 0, 1519, 1617, '0', 0, 0, -8859.3203125, 501.8280029296875, 112.8740005493164062, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+476, 180415, 0, 1519, 1617, '0', 0, 0, -8858.0595703125, 503.321014404296875, 112.78399658203125, 2.373644113540649414, 0, 0, 0.927183151245117187, 0.37460830807685852, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+477, 180415, 0, 1519, 1617, '0', 0, 0, -8858.4404296875, 503.837005615234375, 112.8130035400390625, 5.253442287445068359, 0, 0, -0.49242305755615234, 0.870355963706970214, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+478, 180415, 0, 1519, 1617, '0', 0, 0, -8858.73046875, 504.82598876953125, 112.6360015869140625, 5.794494152069091796, 0, 0, -0.24192142486572265, 0.970295846462249755, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+479, 180415, 0, 1519, 1617, '0', 0, 0, -8909.099609375, 619.05902099609375, 104.9000015258789062, 4.188792228698730468, 0, 0, -0.86602497100830078, 0.50000077486038208, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+480, 180415, 0, 1519, 1617, '0', 0, 0, -8858.240234375, 504.1510009765625, 112.7529983520507812, 2.321286916732788085, 0, 0, 0.917059898376464843, 0.398749500513076782, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+481, 180415, 0, 1519, 1617, '0', 0, 0, -8858.58984375, 502.162994384765625, 112.7809982299804687, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+482, 180415, 0, 1519, 1617, '0', 0, 0, -8858.23046875, 502.720001220703125, 112.6060028076171875, 1.884953022003173828, 0, 0, 0.809016227722167968, 0.587786316871643066, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+483, 180415, 0, 1519, 1617, '0', 0, 0, -8859.830078125, 501.45098876953125, 112.7180023193359375, 4.398232460021972656, 0, 0, -0.80901622772216796, 0.587786316871643066, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+484, 180415, 0, 1519, 1617, '0', 0, 0, -8859.2802734375, 502.204986572265625, 112.8249969482421875, 3.071766138076782226, 0, 0, 0.999390602111816406, 0.034906134009361267, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+485, 180415, 0, 1519, 1617, '0', 0, 0, -8907.4599609375, 619.95501708984375, 105.197998046875, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+486, 180415, 0, 1519, 1617, '0', 0, 0, -8908.16015625, 619.52398681640625, 105.1520004272460937, 1.221729278564453125, 0, 0, 0.573575973510742187, 0.819152355194091796, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+487, 180415, 0, 1519, 1617, '0', 0, 0, -8859.490234375, 505.410003662109375, 112.904998779296875, 5.427974700927734375, 0, 0, -0.41469287872314453, 0.909961462020874023, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+488, 180415, 0, 1519, 1617, '0', 0, 0, -8857.7099609375, 502.865997314453125, 112.9110031127929687, 5.619962215423583984, 0, 0, -0.32556724548339843, 0.945518851280212402, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+489, 180415, 0, 1519, 1617, '0', 0, 0, -8906.66015625, 620.41302490234375, 104.9820022583007812, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+490, 180415, 0, 1519, 1617, '0', 0, 0, -8901.08984375, 623.489990234375, 104.9680023193359375, 1.692969322204589843, 0, 0, 0.748955726623535156, 0.662620067596435546, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+491, 180415, 0, 1519, 1617, '0', 0, 0, -8915.6796875, 632.155029296875, 104.8949966430664062, 1.48352813720703125, 0, 0, 0.675589561462402343, 0.737277925014495849, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+492, 180415, 0, 1519, 1617, '0', 0, 0, -8901.6396484375, 623.1939697265625, 104.8420028686523437, 1.692969322204589843, 0, 0, 0.748955726623535156, 0.662620067596435546, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+493, 180415, 0, 1519, 1617, '0', 0, 0, -8899.25, 624.5050048828125, 105.0879974365234375, 5.445427894592285156, 0, 0, -0.40673637390136718, 0.913545548915863037, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+494, 180415, 0, 1519, 1617, '0', 0, 0, -8895.990234375, 626.25897216796875, 105.1039962768554687, 2.129300594329833984, 0, 0, 0.874619483947753906, 0.484810054302215576, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+495, 180415, 0, 1519, 1617, '0', 0, 0, -8896.83984375, 625.780029296875, 104.94000244140625, 4.660029888153076171, 0, 0, -0.72537422180175781, 0.688354730606079101, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+496, 180415, 0, 1519, 1617, '0', 0, 0, -8904.0400390625, 621.83697509765625, 104.8339996337890625, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+497, 180415, 0, 1519, 1617, '0', 0, 0, -8904.599609375, 621.572998046875, 105.1200027465820312, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+498, 180415, 0, 1519, 1617, '0', 0, 0, -8902.1103515625, 622.92901611328125, 105.1230010986328125, 4.136432647705078125, 0, 0, -0.87881660461425781, 0.477159708738327026, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+499, 180415, 0, 1519, 1617, '0', 0, 0, -8902.8095703125, 622.510009765625, 105.125, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+500, 180415, 0, 1519, 1617, '0', 0, 0, -8899.8095703125, 624.16998291015625, 104.96099853515625, 1.082102894783020019, 0, 0, 0.51503753662109375, 0.857167601585388183, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+501, 180415, 0, 1519, 1617, '0', 0, 0, -8900.41015625, 623.843994140625, 105.1480026245117187, 2.495818138122558593, 0, 0, 0.948323249816894531, 0.317305892705917358, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+502, 180415, 0, 1519, 1617, '0', 0, 0, -8897.7001953125, 625.35601806640625, 105.0319976806640625, 3.316144466400146484, 0, 0, -0.99619388580322265, 0.087165042757987976, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+503, 180415, 0, 1519, 1617, '0', 0, 0, -8898.7099609375, 624.79998779296875, 105.0889968872070312, 1.466075778007507324, 0, 0, 0.669130325317382812, 0.74314504861831665, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+504, 180415, 0, 1519, 1617, '0', 0, 0, -8894.259765625, 627.197998046875, 105.1279983520507812, 3.019413232803344726, 0, 0, 0.998134613037109375, 0.061051756143569946, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+505, 180415, 0, 1519, 1617, '0', 0, 0, -8895.1201171875, 626.76702880859375, 104.947998046875, 3.071766138076782226, 0, 0, 0.999390602111816406, 0.034906134009361267, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+506, 180415, 0, 1519, 1617, '0', 0, 0, -8905.4404296875, 621.1090087890625, 104.9560012817382812, 3.804818391799926757, 0, 0, -0.94551849365234375, 0.325568377971649169, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+507, 180415, 0, 1519, 1617, '0', 0, 0, -8906.01953125, 620.75299072265625, 105.128997802734375, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+508, 180415, 0, 1519, 1617, '0', 0, 0, -8903.400390625, 622.25299072265625, 104.8809967041015625, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+509, 180415, 0, 1519, 1617, '0', 0, 0, -8889.740234375, 629.6610107421875, 104.9000015258789062, 1.117009282112121582, 0, 0, 0.529918670654296875, 0.84804844856262207, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+510, 180415, 0, 1519, 1617, '0', 0, 0, -8909.650390625, 635.36297607421875, 104.884002685546875, 6.056293010711669921, 0, 0, -0.11320304870605468, 0.993571877479553222, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+511, 180415, 0, 1519, 1617, '0', 0, 0, -8893.4599609375, 627.6510009765625, 104.9710006713867187, 1.797688722610473632, 0, 0, 0.7826080322265625, 0.622514784336090087, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+512, 180415, 0, 1519, 1617, '0', 0, 0, -8912.7998046875, 633.58697509765625, 105.0609970092773437, 0.139624491333961486, 0, 0, 0.06975555419921875, 0.997564136981964111, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+513, 180415, 0, 1519, 1617, '0', 0, 0, -8911.9296875, 634.125, 104.8339996337890625, 1.082102894783020019, 0, 0, 0.51503753662109375, 0.857167601585388183, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+514, 180415, 0, 1519, 1617, '0', 0, 0, -8890.3603515625, 629.30902099609375, 105.134002685546875, 1.518436193466186523, 0, 0, 0.6883544921875, 0.725374460220336914, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+515, 180415, 0, 1519, 1617, '0', 0, 0, -8891.1201171875, 628.96197509765625, 105.1100006103515625, 3.385940074920654296, 0, 0, -0.99254608154296875, 0.121869951486587524, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+516, 180415, 0, 1519, 1617, '0', 0, 0, -8914.7802734375, 632.51397705078125, 105.0839996337890625, 0.593410074710845947, 0, 0, 0.292370796203613281, 0.95630502700805664, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+517, 180415, 0, 1519, 1617, '0', 0, 0, -8914.169921875, 632.88201904296875, 104.8369979858398437, 4.1538848876953125, 0, 0, -0.8746194839477539, 0.484810054302215576, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+518, 180415, 0, 1519, 1617, '0', 0, 0, -8889.1201171875, 630.0260009765625, 105.0869979858398437, 3.839725255966186523, 0, 0, -0.93969249725341796, 0.34202045202255249, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+519, 180415, 0, 1519, 1617, '0', 0, 0, -8911.1904296875, 634.54302978515625, 105.1220016479492187, 5.759587764739990234, 0, 0, -0.25881862640380859, 0.965925931930541992, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+520, 180415, 0, 1519, 1617, '0', 0, 0, -8910.4501953125, 634.90802001953125, 105.13800048828125, 4.834563255310058593, 0, 0, -0.66261959075927734, 0.748956084251403808, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+521, 180415, 0, 1519, 1617, '0', 0, 0, -8891.98046875, 628.42498779296875, 104.8830032348632812, 4.328419685363769531, 0, 0, -0.82903671264648437, 0.559194147586822509, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+522, 180415, 0, 1519, 1617, '0', 0, 0, -8892.73046875, 628.01202392578125, 105.1200027465820312, 2.72271275520324707, 0, 0, 0.978147506713867187, 0.207912087440490722, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+523, 180415, 0, 1519, 1617, '0', 0, 0, -8913.5498046875, 633.23797607421875, 105.141998291015625, 4.555310726165771484, 0, 0, -0.76040554046630859, 0.649448513984680175, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+524, 180415, 0, 1519, 1617, '0', 0, 0, -8838.009765625, 493.436004638671875, 110.4560012817382812, 4.869470596313476562, 0, 0, -0.64944744110107421, 0.760406434535980224, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+525, 180415, 0, 1519, 1617, '0', 0, 0, -8837.7998046875, 493.511993408203125, 110.5759963989257812, 1.937312245368957519, 0, 0, 0.824125289916992187, 0.566407561302185058, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+526, 180415, 0, 1519, 1617, '0', 0, 0, -8888.2197265625, 630.385009765625, 105.0329971313476562, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+527, 180415, 0, 1519, 1617, '0', 0, 0, -8837.7998046875, 493.32501220703125, 110.7020034790039062, 0.837757468223571777, 0, 0, 0.406736373901367187, 0.913545548915863037, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+528, 180415, 0, 1519, 1617, '0', 0, 0, -8908.7900390625, 635.79498291015625, 105.108001708984375, 6.108653545379638671, 0, 0, -0.08715534210205078, 0.996194720268249511, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+529, 180415, 0, 1519, 1617, '0', 0, 0, -8907.9296875, 636.30902099609375, 104.8280029296875, 5.166176319122314453, 0, 0, -0.52991867065429687, 0.84804844856262207, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+530, 180415, 0, 1519, 1617, '0', 0, 0, -8822.009765625, 564.58697509765625, 94.56490325927734375, 2.373644113540649414, 0, 0, 0.927183151245117187, 0.37460830807685852, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+531, 180415, 0, 1519, 1617, '0', 0, 0, -8822.0498046875, 565.09698486328125, 94.56220245361328125, 1.396261811256408691, 0, 0, 0.642786979675292968, 0.766044974327087402, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+532, 180415, 0, 1519, 1617, '0', 0, 0, -8821.01953125, 563.40802001953125, 94.5630035400390625, 3.45575571060180664, 0, 0, -0.98768806457519531, 0.156436234712600708, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+533, 180415, 0, 1519, 1617, '0', 0, 0, -8821.509765625, 563.69097900390625, 94.564300537109375, 5.288348197937011718, 0, 0, -0.4771585464477539, 0.878817260265350341, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+534, 180415, 0, 1519, 1617, '0', 0, 0, -8821.8896484375, 564.03802490234375, 94.5626983642578125, 0.139624491333961486, 0, 0, 0.06975555419921875, 0.997564136981964111, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+535, 180415, 0, 1519, 1617, '0', 0, 0, -8819.900390625, 563.5419921875, 94.56220245361328125, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+536, 180415, 0, 1519, 1617, '0', 0, 0, -8819.25, 564.9320068359375, 94.56369781494140625, 0.506144583225250244, 0, 0, 0.250379562377929687, 0.968147754669189453, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+537, 180415, 0, 1519, 1617, '0', 0, 0, -8819.5703125, 563.93902587890625, 94.56420135498046875, 5.881760597229003906, 0, 0, -0.19936752319335937, 0.979924798011779785, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+538, 180415, 0, 1519, 1617, '0', 0, 0, -8820.4599609375, 563.375, 94.56330108642578125, 1.396261811256408691, 0, 0, 0.642786979675292968, 0.766044974327087402, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+539, 180415, 0, 1519, 1617, '0', 0, 0, -8821.7197265625, 565.59002685546875, 94.56109619140625, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+540, 180415, 0, 1519, 1617, '0', 0, 0, -8819.2197265625, 564.40997314453125, 94.5612030029296875, 1.396261811256408691, 0, 0, 0.642786979675292968, 0.766044974327087402, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+541, 180415, 0, 1519, 1617, '0', 0, 0, -8819.3896484375, 565.530029296875, 94.561798095703125, 3.996806621551513671, 0, 0, -0.90996074676513671, 0.414694398641586303, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+542, 180415, 0, 1519, 1617, '0', 0, 0, -8820.349609375, 566.18597412109375, 94.56220245361328125, 0.401424884796142578, 0, 0, 0.199367523193359375, 0.979924798011779785, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+543, 180415, 0, 1519, 1617, '0', 0, 0, -8821.349609375, 566.00897216796875, 94.56189727783203125, 1.396261811256408691, 0, 0, 0.642786979675292968, 0.766044974327087402, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+544, 180415, 0, 1519, 1617, '0', 0, 0, -8819.83984375, 565.885009765625, 94.5641021728515625, 2.967041015625, 0, 0, 0.996193885803222656, 0.087165042757987976, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+545, 180415, 0, 1519, 1617, '0', 0, 0, -8820.8603515625, 566.1409912109375, 94.56420135498046875, 2.286378860473632812, 0, 0, 0.909960746765136718, 0.414694398641586303, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+546, 180415, 0, 1519, 0, '0', 0, 0, -8881.9697265625, 637.9639892578125, 104.9160003662109375, 1.308995485305786132, 0, 0, 0.608760833740234375, 0.793353796005249023, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+547, 180415, 0, 1519, 0, '0', 0, 0, -8882.150390625, 638.3280029296875, 105.0439987182617187, 4.555310726165771484, 0, 0, -0.76040554046630859, 0.649448513984680175, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+548, 180415, 0, 1519, 0, '0', 0, 0, -8881.66015625, 637.2550048828125, 104.7649993896484375, 4.904376029968261718, 0, 0, -0.636077880859375, 0.771624863147735595, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+549, 180415, 0, 1519, 0, '0', 0, 0, -8881.8203125, 637.6199951171875, 105.1139984130859375, 4.660029888153076171, 0, 0, -0.72537422180175781, 0.688354730606079101, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+550, 180415, 0, 1519, 0, '0', 0, 0, -8882.4599609375, 638.65802001953125, 104.7310028076171875, 1.762782454490661621, 0, 0, 0.771624565124511718, 0.636078238487243652, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+551, 180415, 0, 1519, 0, '0', 0, 0, -8882.759765625, 639.2919921875, 104.8160018920898437, 0.209439441561698913, 0, 0, 0.104528427124023437, 0.994521915912628173, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+552, 180415, 0, 1519, 5148, '0', 0, 0, -8883.009765625, 639.78802490234375, 104.9260025024414062, 4.799657344818115234, 0, 0, -0.67558956146240234, 0.737277925014495849, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+553, 180415, 0, 1519, 5148, '0', 0, 0, -8840.98046875, 645.6810302734375, 105.0360031127929687, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+554, 180415, 0, 1519, 5148, '0', 0, 0, -8840.8896484375, 645.1090087890625, 105.3300018310546875, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+555, 180415, 0, 1519, 5148, '0', 0, 0, -8841.91015625, 647.68902587890625, 105.3160018920898437, 1.867502212524414062, 0, 0, 0.803856849670410156, 0.594822824001312255, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+556, 180415, 0, 1519, 5148, '0', 0, 0, -8841.75, 647.04498291015625, 105.2180023193359375, 5.375615119934082031, 0, 0, -0.4383707046508789, 0.898794233798980712, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+557, 180415, 0, 1519, 5148, '0', 0, 0, -8841.4296875, 646.49298095703125, 105.3899993896484375, 4.625123500823974609, 0, 0, -0.73727703094482421, 0.67559051513671875, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+558, 180415, 0, 1519, 5148, '0', 0, 0, -8841.33984375, 646.02398681640625, 105.4469985961914062, 2.740161895751953125, 0, 0, 0.979924201965332031, 0.199370384216308593, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+559, 180415, 0, 1519, 5148, '0', 0, 0, -8858.4296875, 644.74798583984375, 97.16449737548828125, 5.340708732604980468, 0, 0, -0.45398998260498046, 0.891006767749786376, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+560, 180415, 0, 1519, 5148, '0', 0, 0, -8857.099609375, 645.38702392578125, 97.18060302734375, 0.959929943084716796, 0, 0, 0.461748123168945312, 0.887011110782623291, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+561, 180415, 0, 1519, 5148, '0', 0, 0, -8855.4599609375, 648.0050048828125, 97.20529937744140625, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+562, 180415, 0, 1519, 5148, '0', 0, 0, -8857.1201171875, 648.66497802734375, 99.15709686279296875, 0.837757468223571777, 0, 0, 0.406736373901367187, 0.913545548915863037, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+563, 180415, 0, 1519, 5148, '0', 0, 0, -8843.5400390625, 651.35400390625, 105.3740005493164062, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+564, 180415, 0, 1519, 5148, '0', 0, 0, -8860.580078125, 647.6300048828125, 100.6719970703125, 0.087265998125076293, 0, 0, 0.043619155883789062, 0.999048233032226562, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+565, 180415, 0, 1519, 5148, '0', 0, 0, -8858.3095703125, 647.5780029296875, 100.7040023803710937, 6.14356088638305664, 0, 0, -0.06975555419921875, 0.997564136981964111, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+566, 180415, 0, 1519, 5148, '0', 0, 0, -8859.4697265625, 647.11798095703125, 100.7480010986328125, 5.410521507263183593, 0, 0, -0.42261791229248046, 0.906307935714721679, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+567, 180415, 0, 1519, 5148, '0', 0, 0, -8855.98046875, 646.530029296875, 97.20240020751953125, 6.195919513702392578, 0, 0, -0.04361915588378906, 0.999048233032226562, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+568, 180415, 0, 1519, 5148, '0', 0, 0, -8842.7001953125, 649.15301513671875, 105.285003662109375, 4.328419685363769531, 0, 0, -0.82903671264648437, 0.559194147586822509, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+569, 180415, 0, 1519, 5148, '0', 0, 0, -8861.6103515625, 645.3909912109375, 97.123199462890625, 3.054326534271240234, 0, 0, 0.999048233032226562, 0.043619260191917419, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+570, 180415, 0, 1519, 5148, '0', 0, 0, -8842.5400390625, 648.7659912109375, 105.3779983520507812, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+571, 180415, 0, 1519, 5148, '0', 0, 0, -8860.099609375, 644.76202392578125, 97.1490020751953125, 6.073746204376220703, 0, 0, -0.10452842712402343, 0.994521915912628173, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+572, 180415, 0, 1519, 5148, '0', 0, 0, -8857.8701171875, 646.97198486328125, 99.15509796142578125, 1.623155713081359863, 0, 0, 0.725374221801757812, 0.688354730606079101, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+573, 180415, 0, 1519, 5148, '0', 0, 0, -8859.41015625, 646.4110107421875, 99.11530303955078125, 2.286378860473632812, 0, 0, 0.909960746765136718, 0.414694398641586303, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+574, 180415, 0, 1519, 5148, '0', 0, 0, -8843.25, 650.85198974609375, 105.1399993896484375, 4.380776405334472656, 0, 0, -0.81411552429199218, 0.580702960491180419, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+575, 180415, 0, 1519, 5148, '0', 0, 0, -8855.4697265625, 649.56402587890625, 97.19699859619140625, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+576, 180415, 0, 1519, 5148, '0', 0, 0, -8861.0703125, 647.13897705078125, 99.10900115966796875, 4.520402908325195312, 0, 0, -0.77162456512451171, 0.636078238487243652, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+577, 180415, 0, 1519, 5148, '0', 0, 0, -8857.830078125, 648.72100830078125, 100.76300048828125, 5.550147056579589843, 0, 0, -0.358367919921875, 0.933580458164215087, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+578, 180415, 0, 1519, 5148, '0', 0, 0, -8842.1298828125, 648.23297119140625, 105.05999755859375, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+579, 180415, 0, 1519, 5148, '0', 0, 0, -8843.1201171875, 650.1300048828125, 105.3479995727539062, 4.066620349884033203, 0, 0, -0.89493370056152343, 0.44619917869567871, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+580, 180415, 0, 1519, 5148, '0', 0, 0, -8842.6796875, 649.64202880859375, 105.2639999389648437, 5.235987663269042968, 0, 0, -0.5, 0.866025388240814208, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+581, 180415, 0, 1519, 5148, '0', 0, 0, -8862.73046875, 646.52099609375, 97.097503662109375, 6.14356088638305664, 0, 0, -0.06975555419921875, 0.997564136981964111, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+582, 180415, 0, 1519, 5148, '0', 0, 0, -8843.83984375, 652.01202392578125, 105.30999755859375, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+583, 180415, 0, 1519, 5148, '0', 0, 0, -8860.5302734375, 649.83502197265625, 100.6529998779296875, 5.323255538940429687, 0, 0, -0.46174812316894531, 0.887011110782623291, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+584, 180415, 0, 1519, 5148, '0', 0, 0, -8856.0400390625, 650.89202880859375, 97.16699981689453125, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+585, 180415, 0, 1519, 5148, '0', 0, 0, -8861.0400390625, 648.75299072265625, 100.7099990844726562, 5.462882041931152343, 0, 0, -0.39874839782714843, 0.917060375213623046, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+586, 180415, 0, 1519, 5148, '0', 0, 0, -8863.26953125, 647.84698486328125, 97.08339691162109375, 0.314158439636230468, 0, 0, 0.156434059143066406, 0.987688362598419189, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+587, 180415, 0, 1519, 5148, '0', 0, 0, -8883.25, 640.20098876953125, 105.029998779296875, 2.111847877502441406, 0, 0, 0.870355606079101562, 0.492423713207244873, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+588, 180415, 0, 1519, 5148, '0', 0, 0, -8859.51953125, 650.31298828125, 100.7229995727539062, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+589, 180415, 0, 1519, 5148, '0', 0, 0, -8861.6904296875, 648.79498291015625, 99.0796966552734375, 5.410521507263183593, 0, 0, -0.42261791229248046, 0.906307935714721679, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+590, 180415, 0, 1519, 5148, '0', 0, 0, -8861.0595703125, 650.27801513671875, 99.0850982666015625, 3.106652259826660156, 0, 0, 0.999847412109375, 0.017469281330704689, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+591, 180415, 0, 1519, 5148, '0', 0, 0, -8863.2900390625, 649.51702880859375, 97.060699462890625, 2.129300594329833984, 0, 0, 0.874619483947753906, 0.484810054302215576, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+592, 180415, 0, 1519, 5148, '0', 0, 0, -8858.3603515625, 649.875, 100.69000244140625, 2.70525527000427246, 0, 0, 0.97629547119140625, 0.216442063450813293, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+593, 180415, 0, 1519, 5148, '0', 0, 0, -8857.75, 650.2969970703125, 99.13970184326171875, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+594, 180415, 0, 1519, 5148, '0', 0, 0, -8857.16015625, 651.99102783203125, 97.15200042724609375, 3.036838293075561523, 0, 0, 0.998628616333007812, 0.052353221923112869, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+595, 180415, 0, 1519, 5148, '0', 0, 0, -8885.41015625, 644.22601318359375, 105.0849990844726562, 1.658061861991882324, 0, 0, 0.737277030944824218, 0.67559051513671875, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+596, 180415, 0, 1519, 5148, '0', 0, 0, -8862.6904296875, 650.8800048828125, 97.06839752197265625, 2.844882726669311523, 0, 0, 0.989015579223632812, 0.147811368107795715, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+597, 180415, 0, 1519, 5148, '0', 0, 0, -8812.4296875, 655.0050048828125, 99.33049774169921875, 3.281238555908203125, 0, 0, -0.99756336212158203, 0.069766148924827575, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+598, 180415, 0, 1519, 5148, '0', 0, 0, -8861.5595703125, 652.010009765625, 97.07720184326171875, 4.171337604522705078, 0, 0, -0.87035560607910156, 0.492423713207244873, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+599, 180415, 0, 1519, 5148, '0', 0, 0, -8811.900390625, 655.03497314453125, 99.48220062255859375, 1.85004889965057373, 0, 0, 0.798635482788085937, 0.60181504487991333, 120, 255, 1, 51886); -- CandleBlack01 (Area: Trade District - Difficulty: 0) + +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+600, 180415, 0, 1519, 5148, '0', 0, 0, -8884.51953125, 642.58502197265625, 104.9530029296875, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+601, 180415, 0, 1519, 5148, '0', 0, 0, -8884.76953125, 643.08697509765625, 104.8939971923828125, 1.972219824790954589, 0, 0, 0.83388519287109375, 0.55193793773651123, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+602, 180415, 0, 1519, 5148, '0', 0, 0, -8813.1201171875, 656.52801513671875, 99.38500213623046875, 1.239183306694030761, 0, 0, 0.580702781677246093, 0.814115643501281738, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+603, 180415, 0, 1519, 5148, '0', 0, 0, -8813.23046875, 655.91998291015625, 99.53260040283203125, 3.804818391799926757, 0, 0, -0.94551849365234375, 0.325568377971649169, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+604, 180415, 0, 1519, 5148, '0', 0, 0, -8859.4404296875, 650.97900390625, 99.10320281982421875, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+605, 180415, 0, 1519, 5148, '0', 0, 0, -8883.4697265625, 640.74798583984375, 105.1139984130859375, 3.194002151489257812, 0, 0, -0.99965667724609375, 0.026201646775007247, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+606, 180415, 0, 1519, 5148, '0', 0, 0, -8860.2197265625, 652.6090087890625, 97.081298828125, 0.715584874153137207, 0, 0, 0.350207328796386718, 0.936672210693359375, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+607, 180415, 0, 1519, 5148, '0', 0, 0, -8858.4697265625, 652.6090087890625, 97.11060333251953125, 2.495818138122558593, 0, 0, 0.948323249816894531, 0.317305892705917358, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+608, 180415, 0, 1519, 5148, '0', 0, 0, -8885.0302734375, 643.50299072265625, 104.8050003051757812, 3.106652259826660156, 0, 0, 0.999847412109375, 0.017469281330704689, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+609, 180415, 0, 1519, 5148, '0', 0, 0, -8812.9697265625, 655.34600830078125, 99.47750091552734375, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+610, 180415, 0, 1519, 5148, '0', 0, 0, -8883.8701171875, 641.38702392578125, 105.035003662109375, 4.031712055206298828, 0, 0, -0.90258502960205078, 0.430511653423309326, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+611, 180415, 0, 1519, 5148, '0', 0, 0, -8884.240234375, 641.968994140625, 105.0080032348632812, 1.378809213638305664, 0, 0, 0.636077880859375, 0.771624863147735595, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+612, 180415, 0, 1519, 5148, '0', 0, 0, -8885.75, 644.73602294921875, 104.8550033569335937, 3.595378875732421875, 0, 0, -0.97437000274658203, 0.224951311945915222, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+613, 180415, 0, 1519, 5148, '0', 0, 0, -8812.7197265625, 656.92401123046875, 99.41190338134765625, 3.839725255966186523, 0, 0, -0.93969249725341796, 0.34202045202255249, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+614, 180415, 0, 1519, 5148, '0', 0, 0, -8814.5, 659.77398681640625, 99.20749664306640625, 5.009094715118408203, 0, 0, -0.59482288360595703, 0.80385679006576538, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+615, 180415, 0, 1519, 5148, '0', 0, 0, -8813.9697265625, 659.8060302734375, 99.1248016357421875, 5.340708732604980468, 0, 0, -0.45398998260498046, 0.891006767749786376, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+616, 180415, 0, 1519, 5148, '0', 0, 0, -8815.1904296875, 661.29901123046875, 99.37670135498046875, 0.523597896099090576, 0, 0, 0.258818626403808593, 0.965925931930541992, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+617, 180415, 0, 1519, 5148, '0', 0, 0, -8815.2802734375, 660.72198486328125, 99.32769775390625, 4.380776405334472656, 0, 0, -0.81411552429199218, 0.580702960491180419, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+618, 180415, 0, 1519, 5148, '0', 0, 0, -8814.7802734375, 660.83001708984375, 100.7610015869140625, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+619, 180415, 0, 1519, 5148, '0', 0, 0, -8815.0400390625, 660.114990234375, 99.252197265625, 1.658061861991882324, 0, 0, 0.737277030944824218, 0.67559051513671875, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+620, 180415, 0, 1519, 5148, '0', 0, 0, -8814.7900390625, 661.6939697265625, 99.508697509765625, 5.375615119934082031, 0, 0, -0.4383707046508789, 0.898794233798980712, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+621, 180415, 0, 1519, 5148, '0', 0, 0, -8817.3896484375, 665.49298095703125, 99.15670013427734375, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+622, 180415, 0, 1519, 5148, '0', 0, 0, -8817.150390625, 664.885009765625, 99.4272003173828125, 5.550147056579589843, 0, 0, -0.358367919921875, 0.933580458164215087, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+623, 180415, 0, 1519, 5148, '0', 0, 0, -8816.6103515625, 664.54498291015625, 99.51039886474609375, 0.523597896099090576, 0, 0, 0.258818626403808593, 0.965925931930541992, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+624, 180415, 0, 1519, 5148, '0', 0, 0, -8816.8896484375, 666.4639892578125, 99.45580291748046875, 6.14356088638305664, 0, 0, -0.06975555419921875, 0.997564136981964111, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+625, 180415, 0, 1519, 5148, '0', 0, 0, -8817.2900390625, 666.0679931640625, 99.4882965087890625, 5.096362113952636718, 0, 0, -0.55919265747070312, 0.829037725925445556, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+626, 180415, 0, 1519, 5148, '0', 0, 0, -8816.080078125, 664.57501220703125, 99.53260040283203125, 3.281238555908203125, 0, 0, -0.99756336212158203, 0.069766148924827575, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+627, 180415, 0, 1519, 5148, '0', 0, 0, -8797.0400390625, 678.10601806640625, 104.13800048828125, 2.234017848968505859, 0, 0, 0.898793220520019531, 0.438372820615768432, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+628, 180415, 0, 1519, 5148, '0', 0, 0, -8797.01953125, 678.34600830078125, 104.0179977416992187, 0.733038187026977539, 0, 0, 0.358367919921875, 0.933580458164215087, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+629, 180415, 0, 1519, 5148, '0', 0, 0, -8796.900390625, 678.197998046875, 104.2519989013671875, 1.396261811256408691, 0, 0, 0.642786979675292968, 0.766044974327087402, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+630, 180415, 0, 1519, 5148, '0', 0, 0, -8796.900390625, 678.197998046875, 104.2519989013671875, 1.396261811256408691, 0, 0, 0.642786979675292968, 0.766044974327087402, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+631, 180415, 0, 1519, 5148, '0', 0, 0, -8797.5595703125, 679.34197998046875, 102.8199996948242187, 3.647741317749023437, 0, 0, -0.96814727783203125, 0.250381410121917724, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+632, 180415, 0, 1519, 5148, '0', 0, 0, -8896.4697265625, 642.64801025390625, 105.0770034790039062, 5.864306926727294921, 0, 0, -0.20791149139404296, 0.978147625923156738, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+633, 180415, 0, 1519, 5148, '0', 0, 0, -8899.330078125, 641.01702880859375, 104.8949966430664062, 3.577930212020874023, 0, 0, -0.97629547119140625, 0.216442063450813293, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+634, 180415, 0, 1519, 5148, '0', 0, 0, -8898.5, 641.47601318359375, 105.029998779296875, 0.558503925800323486, 0, 0, 0.275636672973632812, 0.961261868476867675, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+635, 180415, 0, 1519, 5148, '0', 0, 0, -8895.7802734375, 643.07598876953125, 105.0810012817382812, 4.258606910705566406, 0, 0, -0.84804725646972656, 0.529920578002929687, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+636, 180415, 0, 1519, 5148, '0', 0, 0, -8894.849609375, 643.5469970703125, 104.9079971313476562, 0.942476630210876464, 0, 0, 0.453989982604980468, 0.891006767749786376, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+637, 180415, 0, 1519, 5148, '0', 0, 0, -8897.919921875, 641.8389892578125, 105.0989990234375, 2.687806606292724609, 0, 0, 0.974370002746582031, 0.224951311945915222, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+638, 180415, 0, 1519, 5148, '0', 0, 0, -8897.26953125, 642.1810302734375, 104.9029998779296875, 2.687806606292724609, 0, 0, 0.974370002746582031, 0.224951311945915222, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+639, 180415, 0, 1519, 5148, '0', 0, 0, -8899.8896484375, 640.7550048828125, 105.1460037231445312, 1.640606880187988281, 0, 0, 0.731352806091308593, 0.6819993257522583, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+640, 180415, 0, 1519, 5148, '0', 0, 0, -8902.2900390625, 639.38702392578125, 104.9950027465820312, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+641, 180415, 0, 1519, 5148, '0', 0, 0, -8901.8203125, 639.65301513671875, 105.1409988403320312, 0.890116631984710693, 0, 0, 0.430510520935058593, 0.902585566043853759, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+642, 180415, 0, 1519, 5148, '0', 0, 0, -8904.1103515625, 638.34698486328125, 104.983001708984375, 4.118979454040527343, 0, 0, -0.88294696807861328, 0.469472706317901611, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+643, 180415, 0, 1519, 5148, '0', 0, 0, -8907.080078125, 636.7860107421875, 105.0940017700195312, 1.413715124130249023, 0, 0, 0.649447441101074218, 0.760406434535980224, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+644, 180415, 0, 1519, 5148, '0', 0, 0, -8906.2197265625, 637.21197509765625, 105.1309967041015625, 0.069811686873435974, 0, 0, 0.034898757934570312, 0.999390840530395507, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+645, 180415, 0, 1519, 5148, '0', 0, 0, -8901.1201171875, 640.07598876953125, 105.1969985961914062, 1.48352813720703125, 0, 0, 0.675589561462402343, 0.737277925014495849, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+646, 180415, 0, 1519, 5148, '0', 0, 0, -8900.5302734375, 640.3330078125, 105.0029983520507812, 4.468043327331542968, 0, 0, -0.7880105972290039, 0.615661680698394775, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+647, 180415, 0, 1519, 5148, '0', 0, 0, -8903.509765625, 638.72900390625, 104.8649978637695312, 5.532694816589355468, 0, 0, -0.3665008544921875, 0.93041771650314331, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+648, 180415, 0, 1519, 5148, '0', 0, 0, -8902.83984375, 639.09197998046875, 105.1039962768554687, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+649, 180415, 0, 1519, 5148, '0', 0, 0, -8905.2197265625, 637.77301025390625, 104.8310012817382812, 4.502951622009277343, 0, 0, -0.7771453857421875, 0.629321098327636718, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+650, 180415, 0, 1519, 5148, '0', 0, 0, -8904.669921875, 638.072998046875, 104.930999755859375, 2.199114561080932617, 0, 0, 0.8910064697265625, 0.453990638256072998, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+651, 180415, 0, 1519, 5148, '0', 0, 0, -8865.86328125, 680.98046875, 99.04193878173828125, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+652, 180415, 0, 1519, 5148, '0', 0, 0, -8710.6298828125, 466.813995361328125, 99.343902587890625, 2.914689540863037109, 0, 0, 0.993571281433105468, 0.113208353519439697, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+653, 180415, 0, 1519, 5148, '0', 0, 0, -8709.080078125, 468.052001953125, 99.18689727783203125, 3.996806621551513671, 0, 0, -0.90996074676513671, 0.414694398641586303, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+654, 180415, 0, 1519, 5148, '0', 0, 0, -8685.08984375, 496.845001220703125, 100.1800003051757812, 3.124123096466064453, 0, 0, 0.99996185302734375, 0.008734640665352344, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+655, 180415, 0, 1519, 5148, '0', 0, 0, -8686.8701171875, 495.5679931640625, 100.115997314453125, 3.560472726821899414, 0, 0, -0.97814750671386718, 0.207912087440490722, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+656, 180415, 0, 1519, 5148, '0', 0, 0, -8680.8701171875, 500.2340087890625, 100.115997314453125, 0.366517573595046997, 0, 0, 0.182234764099121093, 0.98325502872467041, 120, 255, 1, 51886), -- CandleBlack01 (Area: Trade District - Difficulty: 0) +(@OGUID+657, 180415, 0, 1519, 5390, '0', 0, 0, -8736.23046875, 447.407989501953125, 100.7610015869140625, 3.560472726821899414, 0, 0, -0.97814750671386718, 0.207912087440490722, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+658, 180415, 0, 1519, 5390, '0', 0, 0, -8735.7099609375, 449.321014404296875, 100.733001708984375, 5.340708732604980468, 0, 0, -0.45398998260498046, 0.891006767749786376, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+659, 180415, 0, 1519, 5390, '0', 0, 0, -8735.83984375, 442.011993408203125, 100.8339996337890625, 4.031712055206298828, 0, 0, -0.90258502960205078, 0.430511653423309326, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+660, 180415, 0, 1519, 5390, '0', 0, 0, -8735.51953125, 440.07598876953125, 100.8590011596679687, 1.204277276992797851, 0, 0, 0.56640625, 0.824126183986663818, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+661, 180415, 0, 1519, 5390, '0', 0, 0, -8744.2802734375, 418.62298583984375, 101.589996337890625, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+662, 180415, 0, 1519, 5390, '0', 0, 0, -8710.51953125, 435.532989501953125, 101.8539962768554687, 2.740161895751953125, 0, 0, 0.979924201965332031, 0.199370384216308593, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+663, 180415, 0, 1519, 5390, '0', 0, 0, -8747.580078125, 416.058990478515625, 101.6989974975585937, 4.363324165344238281, 0, 0, -0.81915187835693359, 0.573576688766479492, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+664, 180415, 0, 1519, 5390, '0', 0, 0, -8749.1796875, 414.717010498046875, 101.542999267578125, 0.523597896099090576, 0, 0, 0.258818626403808593, 0.965925931930541992, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+665, 180415, 0, 1519, 5390, '0', 0, 0, -8745.9697265625, 417.358001708984375, 101.7099990844726562, 3.281238555908203125, 0, 0, -0.99756336212158203, 0.069766148924827575, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+666, 180415, 0, 1519, 5390, '0', 0, 0, -8721.9599609375, 416.1409912109375, 98.88469696044921875, 1.151916384696960449, 0, 0, 0.544638633728027343, 0.838670849800109863, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+667, 180415, 0, 1519, 5390, '0', 0, 0, -8711.3603515625, 431.134002685546875, 101.9290008544921875, 3.473210096359252929, 0, 0, -0.98628520965576171, 0.165049895644187927, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+668, 180415, 0, 1519, 5390, '0', 0, 0, -8717.91015625, 419.506988525390625, 99.09929656982421875, 0.785396754741668701, 0, 0, 0.38268280029296875, 0.923879802227020263, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+669, 180415, 0, 1519, 5390, '0', 0, 0, -8722.1796875, 414.197998046875, 98.8184967041015625, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+670, 180415, 0, 1519, 5390, '0', 0, 0, -8719.1201171875, 416.766998291015625, 101.3980026245117187, 1.500982880592346191, 0, 0, 0.681998252868652343, 0.731353819370269775, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+671, 180415, 0, 1519, 5390, '0', 0, 0, -8719.6103515625, 418.959991455078125, 99.03130340576171875, 0.820303261280059814, 0, 0, 0.398748397827148437, 0.917060375213623046, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+672, 180415, 0, 1519, 5390, '0', 0, 0, -8711.75, 429.233001708984375, 101.8040008544921875, 0.436331570148468017, 0, 0, 0.216439247131347656, 0.976296067237854003, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+673, 180415, 0, 1519, 5390, '0', 0, 0, -8721.169921875, 417.72198486328125, 98.93830108642578125, 2.792518377304077148, 0, 0, 0.984807014465332031, 0.173652306199073791, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+674, 180415, 0, 1519, 5390, '0', 0, 0, -8710.919921875, 433.22900390625, 101.9010009765625, 1.396261811256408691, 0, 0, 0.642786979675292968, 0.766044974327087402, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+675, 180415, 0, 1519, 5390, '0', 0, 0, -8712.1298828125, 427.135009765625, 101.9889984130859375, 3.368495941162109375, 0, 0, -0.99357128143310546, 0.113208353519439697, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+676, 180415, 0, 1519, 5390, '0', 0, 0, -8720.2001953125, 414.9320068359375, 101.3740005493164062, 3.961898565292358398, 0, 0, -0.91705989837646484, 0.398749500513076782, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+677, 180415, 0, 1519, 5390, '0', 0, 0, -8717.1796875, 417.410003662109375, 101.5319976806640625, 1.361356139183044433, 0, 0, 0.629320144653320312, 0.77714616060256958, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+678, 180415, 0, 1519, 5390, '0', 0, 0, -8715.5400390625, 414.364990234375, 103.4069976806640625, 3.892086982727050781, 0, 0, -0.93041706085205078, 0.366502493619918823, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+679, 180415, 0, 1519, 5390, '0', 0, 0, -8716.2197265625, 413.0830078125, 103.3550033569335937, 2.809975385665893554, 0, 0, 0.986285209655761718, 0.165049895644187927, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+680, 180415, 0, 1519, 5390, '0', 0, 0, -8715.919921875, 419.3070068359375, 99.14510345458984375, 3.996806621551513671, 0, 0, -0.90996074676513671, 0.414694398641586303, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+681, 180415, 0, 1519, 5390, '0', 0, 0, -8718.669921875, 416.0679931640625, 103.3679962158203125, 1.640606880187988281, 0, 0, 0.731352806091308593, 0.6819993257522583, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+682, 180415, 0, 1519, 5390, '0', 0, 0, -8717.650390625, 411.845001220703125, 101.3590011596679687, 3.577930212020874023, 0, 0, -0.97629547119140625, 0.216442063450813293, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+683, 180415, 0, 1519, 5390, '0', 0, 0, -8719.5400390625, 412.82501220703125, 101.2750015258789062, 1.745326757431030273, 0, 0, 0.766043663024902343, 0.642788589000701904, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+684, 180415, 0, 1519, 5390, '0', 0, 0, -8715.3203125, 416.39801025390625, 101.4980010986328125, 4.223697185516357421, 0, 0, -0.85716724395751953, 0.515038192272186279, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+685, 180415, 0, 1519, 5390, '0', 0, 0, -8721.7099609375, 412.5, 98.77660369873046875, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+686, 180415, 0, 1519, 5390, '0', 0, 0, -8717.740234375, 412.6199951171875, 103.2939987182617187, 2.513273954391479492, 0, 0, 0.951056480407714843, 0.309017121791839599, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+687, 180415, 0, 1519, 5390, '0', 0, 0, -8717.2900390625, 416.52099609375, 103.417999267578125, 0.698131442070007324, 0, 0, 0.342020034790039062, 0.939692676067352294, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+688, 180415, 0, 1519, 5390, '0', 0, 0, -8716.01953125, 415.82501220703125, 103.4189987182617187, 3.52557229995727539, 0, 0, -0.98162651062011718, 0.190812408924102783, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+689, 180415, 0, 1519, 5390, '0', 0, 0, -8713.080078125, 416.927001953125, 99.163299560546875, 4.101525306701660156, 0, 0, -0.88701057434082031, 0.461749136447906494, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+690, 180415, 0, 1519, 5390, '0', 0, 0, -8714.259765625, 418.47198486328125, 99.150299072265625, 1.448621988296508789, 0, 0, 0.662619590759277343, 0.748956084251403808, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+691, 180415, 0, 1519, 5390, '0', 0, 0, -8718.98046875, 413.345001220703125, 103.2829971313476562, 3.473210096359252929, 0, 0, -0.98628520965576171, 0.165049895644187927, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+692, 180415, 0, 1519, 5390, '0', 0, 0, -8719.41015625, 414.738006591796875, 103.3050003051757812, 1.378809213638305664, 0, 0, 0.636077880859375, 0.771624863147735595, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+693, 180415, 0, 1519, 5390, '0', 0, 0, -8714.66015625, 414.3489990234375, 101.516998291015625, 4.066620349884033203, 0, 0, -0.89493370056152343, 0.44619917869567871, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+694, 180415, 0, 1519, 5390, '0', 0, 0, -8715.66015625, 412.468994140625, 101.3769989013671875, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+695, 180415, 0, 1519, 5390, '0', 0, 0, -8720.400390625, 410.894012451171875, 98.7738037109375, 1.448621988296508789, 0, 0, 0.662619590759277343, 0.748956084251403808, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+696, 180415, 0, 1519, 5390, '0', 0, 0, -8718.830078125, 410.0830078125, 98.79239654541015625, 4.171337604522705078, 0, 0, -0.87035560607910156, 0.492423713207244873, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+697, 180415, 0, 1519, 5390, '0', 0, 0, -8712.51953125, 415.2030029296875, 99.12999725341796875, 2.373644113540649414, 0, 0, 0.927183151245117187, 0.37460830807685852, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+698, 180415, 0, 1519, 5390, '0', 0, 0, -8716.7998046875, 409.845001220703125, 98.831298828125, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+699, 180415, 0, 1519, 5390, '0', 0, 0, -8714.990234375, 410.43798828125, 98.9011993408203125, 3.892086982727050781, 0, 0, -0.93041706085205078, 0.366502493619918823, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+700, 180415, 0, 1519, 5390, '0', 0, 0, -8694.8095703125, 436.790008544921875, 103.4000015258789062, 3.019413232803344726, 0, 0, 0.998134613037109375, 0.061051756143569946, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+701, 180415, 0, 1519, 5390, '0', 0, 0, -8696.73046875, 435.42401123046875, 103.3610000610351562, 0.052358884364366531, 0, 0, 0.02617645263671875, 0.999657332897186279, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+702, 180415, 0, 1519, 5390, '0', 0, 0, -8713.4296875, 411.7340087890625, 99.00080108642578125, 1.762782454490661621, 0, 0, 0.771624565124511718, 0.636078238487243652, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+703, 180415, 0, 1519, 5390, '0', 0, 0, -8712.7197265625, 413.24700927734375, 99.06639862060546875, 3.874631166458129882, 0, 0, -0.93358039855957031, 0.358368009328842163, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+704, 180415, 0, 1519, 5390, '0', 0, 0, -8693.1103515625, 438.071014404296875, 103.1890029907226562, 0.034906249493360519, 0, 0, 0.017452239990234375, 0.999847710132598876, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+705, 180415, 0, 1519, 5390, '0', 0, 0, -8726.150390625, 393.85400390625, 102.0989990234375, 1.378809213638305664, 0, 0, 0.636077880859375, 0.771624863147735595, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+706, 180415, 0, 1519, 5390, '0', 0, 0, -8683.5, 458.420013427734375, 104.1460037231445312, 0.802850961685180664, 0, 0, 0.390730857849121093, 0.920504987239837646, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+707, 180415, 0, 1519, 5390, '0', 0, 0, -8680.009765625, 461.329986572265625, 104.2440032958984375, 3.682650327682495117, 0, 0, -0.96362972259521484, 0.26724100112915039, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+708, 180415, 0, 1519, 5390, '0', 0, 0, -8691.51953125, 438.214996337890625, 103.3389968872070312, 1.762782454490661621, 0, 0, 0.771624565124511718, 0.636078238487243652, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+709, 180415, 0, 1519, 5390, '0', 0, 0, -8724.7099609375, 393.97198486328125, 102.003997802734375, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+710, 180415, 0, 1519, 5390, '0', 0, 0, -8727.330078125, 392.4320068359375, 101.8479995727539062, 3.769911527633666992, 0, 0, -0.95105648040771484, 0.309017121791839599, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+711, 180415, 0, 1519, 5390, '0', 0, 0, -8674.1201171875, 483.639007568359375, 101.2310028076171875, 4.014260292053222656, 0, 0, -0.90630722045898437, 0.422619491815567016, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+712, 180415, 0, 1519, 5390, '0', 0, 0, -8690.23046875, 436.563995361328125, 103.2559967041015625, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+713, 180415, 0, 1519, 5390, '0', 0, 0, -8672.650390625, 484.7030029296875, 101.3440017700195312, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+714, 180415, 0, 1519, 5390, '0', 0, 0, -8678.2802734375, 462.70098876953125, 104.1190032958984375, 3.892086982727050781, 0, 0, -0.93041706085205078, 0.366502493619918823, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+715, 180415, 0, 1519, 5390, '0', 0, 0, -8681.6904296875, 459.8909912109375, 104.1449966430664062, 4.642575740814208984, 0, 0, -0.731353759765625, 0.681998312473297119, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+716, 180415, 0, 1519, 5390, '0', 0, 0, -8691.7197265625, 410.6300048828125, 104.2289962768554687, 4.799657344818115234, 0, 0, -0.67558956146240234, 0.737277925014495849, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+717, 180415, 0, 1519, 5390, '0', 0, 0, -8675.5703125, 437.052001953125, 100.80999755859375, 3.159062385559082031, 0, 0, -0.99996185302734375, 0.008734640665352344, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+718, 180415, 0, 1519, 5390, '0', 0, 0, -8730.169921875, 389.019012451171875, 102.0589981079101562, 3.43830275535583496, 0, 0, -0.98901557922363281, 0.147811368107795715, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+719, 180415, 0, 1519, 5390, '0', 0, 0, -8728.6201171875, 390.8389892578125, 102.0810012817382812, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+720, 180415, 0, 1519, 5390, '0', 0, 0, -8692.9501953125, 412.12298583984375, 104.1760025024414062, 4.97418975830078125, 0, 0, -0.60876083374023437, 0.793353796005249023, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+721, 180415, 0, 1519, 5390, '0', 0, 0, -8674.169921875, 438.235992431640625, 100.88800048828125, 5.35816192626953125, 0, 0, -0.446197509765625, 0.894934535026550292, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+722, 180415, 0, 1519, 5390, '0', 0, 0, -8690.51953125, 409.04998779296875, 104.3779983520507812, 1.727874636650085449, 0, 0, 0.760405540466308593, 0.649448513984680175, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+723, 180415, 0, 1519, 5390, '0', 0, 0, -8655.330078125, 481.447998046875, 105.7959976196289062, 5.009094715118408203, 0, 0, -0.59482288360595703, 0.80385679006576538, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+724, 180415, 0, 1519, 5390, '0', 0, 0, -8653.1904296875, 478.70098876953125, 105.7289962768554687, 5.567600727081298828, 0, 0, -0.35020732879638671, 0.936672210693359375, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+725, 180415, 0, 1519, 5390, '0', 0, 0, -8646.9599609375, 470.95001220703125, 105.8010025024414062, 4.555310726165771484, 0, 0, -0.76040554046630859, 0.649448513984680175, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+726, 180415, 0, 1519, 5390, '0', 0, 0, -8651.0498046875, 476.113006591796875, 105.80999755859375, 2.024578809738159179, 0, 0, 0.848047256469726562, 0.529920578002929687, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+727, 180415, 0, 1519, 5390, '0', 0, 0, -8649.009765625, 473.4320068359375, 105.8079986572265625, 0.471238493919372558, 0, 0, 0.233445167541503906, 0.972369968891143798, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+728, 180415, 0, 1519, 5390, '0', 0, 0, -8645.2802734375, 468.787994384765625, 105.6930007934570312, 1.762782454490661621, 0, 0, 0.771624565124511718, 0.636078238487243652, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+729, 180415, 0, 1519, 5390, '0', 0, 0, -8649.5, 447.64599609375, 106.0579986572265625, 2.426007747650146484, 0, 0, 0.936672210693359375, 0.350207358598709106, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+730, 180415, 0, 1519, 5390, '0', 0, 0, -8648.3896484375, 448.49798583984375, 105.8820037841796875, 0.785396754741668701, 0, 0, 0.38268280029296875, 0.923879802227020263, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+731, 180415, 0, 1519, 5390, '0', 0, 0, -8643.6796875, 466.855987548828125, 105.8140029907226562, 4.625123500823974609, 0, 0, -0.73727703094482421, 0.67559051513671875, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+732, 180415, 0, 1519, 5390, '0', 0, 0, -8626.2197265625, 450.188995361328125, 104.2139968872070312, 5.235987663269042968, 0, 0, -0.5, 0.866025388240814208, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+733, 180415, 0, 1519, 5390, '0', 0, 0, -8626.1103515625, 459.79901123046875, 103.8000030517578125, 4.747295856475830078, 0, 0, -0.69465827941894531, 0.719339847564697265, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+734, 180415, 0, 1519, 5390, '0', 0, 0, -8626.3603515625, 452.67401123046875, 104.1309967041015625, 1.343901276588439941, 0, 0, 0.622513771057128906, 0.78260880708694458, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+735, 180415, 0, 1519, 5390, '0', 0, 0, -8626.0400390625, 461.9580078125, 104.0149993896484375, 1.047197580337524414, 0, 0, 0.5, 0.866025388240814208, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+736, 180415, 0, 1519, 5390, '0', 0, 0, -8615.8603515625, 446.95001220703125, 104.5449981689453125, 5.35816192626953125, 0, 0, -0.446197509765625, 0.894934535026550292, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+737, 180415, 0, 1519, 5390, '0', 0, 0, -8612.8095703125, 447.118011474609375, 104.48699951171875, 5.35816192626953125, 0, 0, -0.446197509765625, 0.894934535026550292, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+738, 180415, 0, 1519, 5390, '0', 0, 0, -8609.3203125, 446.99798583984375, 104.2440032958984375, 5.35816192626953125, 0, 0, -0.446197509765625, 0.894934535026550292, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+739, 180415, 0, 1519, 5390, '0', 0, 0, -8624.26953125, 446.5360107421875, 104.6959991455078125, 2.513273954391479492, 0, 0, 0.951056480407714843, 0.309017121791839599, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+740, 180415, 0, 1519, 5390, '0', 0, 0, -8621.6396484375, 446.542999267578125, 104.6989974975585937, 1.762782454490661621, 0, 0, 0.771624565124511718, 0.636078238487243652, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+741, 180415, 0, 1519, 5390, '0', 0, 0, -8618.900390625, 446.7340087890625, 104.6009979248046875, 6.003933906555175781, 0, 0, -0.13917255401611328, 0.990268170833587646, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+742, 180415, 0, 1519, 5390, '0', 0, 0, -8616.83984375, 421.944000244140625, 104.8339996337890625, 3.78736734390258789, 0, 0, -0.94832324981689453, 0.317305892705917358, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+743, 180415, 0, 1519, 5390, '0', 0, 0, -8620.099609375, 419.27099609375, 104.8669967651367187, 0.191985160112380981, 0, 0, 0.095845222473144531, 0.995396256446838378, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+744, 180415, 0, 1519, 5390, '0', 0, 0, -8618.5, 420.571014404296875, 104.8430023193359375, 3.752462387084960937, 0, 0, -0.95371627807617187, 0.300707906484603881, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+745, 180415, 0, 1519, 5390, '0', 0, 0, -8621.51953125, 418.089996337890625, 104.8509979248046875, 3.473210096359252929, 0, 0, -0.98628520965576171, 0.165049895644187927, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+746, 180415, 0, 1519, 5390, '0', 0, 0, -8605.759765625, 401.790008544921875, 111.1800003051757812, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+747, 180415, 0, 1519, 5390, '0', 0, 0, -8631.6201171875, 410.363006591796875, 104.8209991455078125, 2.076939344406127929, 0, 0, 0.861628532409667968, 0.50753939151763916, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+748, 180415, 0, 1519, 5390, '0', 0, 0, -8607.7197265625, 400.256988525390625, 111.2300033569335937, 5.009094715118408203, 0, 0, -0.59482288360595703, 0.80385679006576538, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+749, 180415, 0, 1519, 5390, '0', 0, 0, -8609.669921875, 398.8330078125, 111.1839981079101562, 0.069811686873435974, 0, 0, 0.034898757934570312, 0.999390840530395507, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+750, 180415, 0, 1519, 5390, '0', 0, 0, -8633.58984375, 408.85101318359375, 104.8010025024414062, 4.502951622009277343, 0, 0, -0.7771453857421875, 0.629321098327636718, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+751, 180415, 0, 1519, 5390, '0', 0, 0, -8628.419921875, 412.993011474609375, 104.852996826171875, 5.811946868896484375, 0, 0, -0.2334451675415039, 0.972369968891143798, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+752, 180415, 0, 1519, 5390, '0', 0, 0, -8629.98046875, 411.714996337890625, 104.8489990234375, 4.363324165344238281, 0, 0, -0.81915187835693359, 0.573576688766479492, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+753, 180415, 0, 1519, 5390, '0', 0, 0, -8521.9501953125, 415.27301025390625, 110.6959991455078125, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+754, 180415, 0, 1519, 5390, '0', 0, 0, -8511.75, 402.639007568359375, 117.3470001220703125, 1.448621988296508789, 0, 0, 0.662619590759277343, 0.748956084251403808, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+755, 180415, 0, 1519, 5390, '0', 0, 0, -8501.1201171875, 426.7449951171875, 112.5839996337890625, 6.03883981704711914, 0, 0, -0.12186908721923828, 0.9925462007522583, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+756, 180415, 0, 1519, 5390, '0', 0, 0, -8514.4599609375, 405.95098876953125, 116.3570022583007812, 3.769911527633666992, 0, 0, -0.95105648040771484, 0.309017121791839599, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+757, 180415, 0, 1519, 5390, '0', 0, 0, -8503.6201171875, 429.941009521484375, 110.66400146484375, 1.274088263511657714, 0, 0, 0.594821929931640625, 0.80385744571685791, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+758, 180415, 0, 1519, 5390, '0', 0, 0, -8495.9697265625, 420.37701416015625, 116.46099853515625, 4.852017402648925781, 0, 0, -0.65605831146240234, 0.754710197448730468, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+759, 180415, 0, 1519, 5390, '0', 0, 0, -8524.6298828125, 418.454986572265625, 108.7269973754882812, 6.073746204376220703, 0, 0, -0.10452842712402343, 0.994521915912628173, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+760, 180415, 0, 1519, 5390, '0', 0, 0, -8516.900390625, 409.066009521484375, 114.4840011596679687, 1.361356139183044433, 0, 0, 0.629320144653320312, 0.77714616060256958, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+761, 180415, 0, 1519, 5390, '0', 0, 0, -8506.1298828125, 433.093994140625, 108.7570037841796875, 0.453785061836242675, 0, 0, 0.224950790405273437, 0.974370121955871582, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+762, 180415, 0, 1519, 5390, '0', 0, 0, -8527.509765625, 422.183990478515625, 107.7829971313476562, 5.916667938232421875, 0, 0, -0.18223476409912109, 0.98325502872467041, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+763, 180415, 0, 1519, 5390, '0', 0, 0, -8611.48046875, 397.3389892578125, 111.1780014038085937, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+764, 180415, 0, 1519, 5390, '0', 0, 0, -8498.5, 423.529998779296875, 114.5479965209960937, 0.017452461645007133, 0, 0, 0.008726119995117187, 0.999961912631988525, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+765, 180415, 0, 1519, 5390, '0', 0, 0, -8509.08984375, 436.7550048828125, 107.7829971313476562, 2.234017848968505859, 0, 0, 0.898793220520019531, 0.438372820615768432, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+766, 180415, 0, 1519, 5390, '0', 0, 0, -8519.490234375, 412.162994384765625, 112.5739974975585937, 5.89921426773071289, 0, 0, -0.19080829620361328, 0.981627285480499267, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+767, 180415, 0, 1519, 5390, '0', 0, 0, -8512.330078125, 398.3489990234375, 117.3180007934570312, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+768, 180415, 0, 1519, 5390, '0', 0, 0, -8493.48046875, 417.031005859375, 117.3460006713867187, 6.09120035171508789, 0, 0, -0.09584522247314453, 0.995396256446838378, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+769, 180415, 0, 1519, 5390, '0', 0, 0, -8513.7197265625, 393.269012451171875, 118.1279983520507812, 2.792518377304077148, 0, 0, 0.984807014465332031, 0.173652306199073791, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+770, 180415, 0, 1519, 5390, '0', 0, 0, -8489.23046875, 416.639007568359375, 117.3180007934570312, 5.35816192626953125, 0, 0, -0.446197509765625, 0.894934535026550292, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+771, 180415, 0, 1519, 5390, '0', 0, 0, -8613.4404296875, 395.843994140625, 111.2360000610351562, 0.331610709428787231, 0, 0, 0.16504669189453125, 0.986285746097564697, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+772, 180415, 0, 1519, 5390, '0', 0, 0, -8615.4296875, 394.385009765625, 111.0770034790039062, 6.03883981704711914, 0, 0, -0.12186908721923828, 0.9925462007522583, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+773, 180415, 0, 1519, 5390, '0', 0, 0, -8519.7900390625, 381.766998291015625, 123.7779998779296875, 2.757613182067871093, 0, 0, 0.981626510620117187, 0.190812408924102783, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+774, 180415, 0, 1519, 5390, '0', 0, 0, -8517.349609375, 385.316009521484375, 121.7289962768554687, 2.181660413742065429, 0, 0, 0.887010574340820312, 0.461749136447906494, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+775, 180415, 0, 1519, 5390, '0', 0, 0, -8484.349609375, 416.89599609375, 118.0380020141601562, 1.012289404869079589, 0, 0, 0.484808921813964843, 0.87462007999420166, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+776, 180415, 0, 1519, 5390, '0', 0, 0, -8475.2802734375, 418.589996337890625, 121.8000030517578125, 3.78736734390258789, 0, 0, -0.94832324981689453, 0.317305892705917358, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+777, 180415, 0, 1519, 5390, '0', 0, 0, -8515.3603515625, 389.31298828125, 119.667999267578125, 5.969027042388916015, 0, 0, -0.1564340591430664, 0.987688362598419189, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+778, 180415, 0, 1519, 5390, '0', 0, 0, -8479.6796875, 417.436004638671875, 119.7020034790039062, 2.268925428390502929, 0, 0, 0.906307220458984375, 0.422619491815567016, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+779, 180415, 0, 1519, 5390, '0', 0, 0, -8529.9697265625, 372.406005859375, 127.0640029907226562, 4.59021615982055664, 0, 0, -0.74895572662353515, 0.662620067596435546, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+780, 180415, 0, 1519, 5390, '0', 0, 0, -8471.240234375, 420.154998779296875, 123.8479995727539062, 5.113816738128662109, 0, 0, -0.55193614959716796, 0.833886384963989257, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+781, 180415, 0, 1519, 5390, '0', 0, 0, -8526.669921875, 375.15301513671875, 127.0530014038085937, 2.687806606292724609, 0, 0, 0.974370002746582031, 0.224951311945915222, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+782, 180415, 0, 1519, 5390, '0', 0, 0, -8522.8896484375, 378.2449951171875, 125.9290008544921875, 5.84685373306274414, 0, 0, -0.21643924713134765, 0.976296067237854003, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+783, 180415, 0, 1519, 5390, '0', 0, 0, -8533.830078125, 369.572998046875, 127.0849990844726562, 6.12610626220703125, 0, 0, -0.07845878601074218, 0.996917366981506347, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+784, 180415, 0, 1519, 5390, '0', 0, 0, -8467.1904296875, 422.660003662109375, 126.0210037231445312, 3.071766138076782226, 0, 0, 0.999390602111816406, 0.034906134009361267, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+785, 180415, 0, 1519, 0, '0', 0, 0, -8653.849609375, 404.738006591796875, 105.48699951171875, 3.054326534271240234, 0, 0, 0.999048233032226562, 0.043619260191917419, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+786, 180415, 0, 1519, 0, '0', 0, 0, -8652.009765625, 406.154998779296875, 105.4339981079101562, 6.108653545379638671, 0, 0, -0.08715534210205078, 0.996194720268249511, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+787, 180415, 0, 1519, 5149, '0', 0, 0, -8686.66015625, 404.243011474609375, 104.2360000610351562, 5.35816192626953125, 0, 0, -0.446197509765625, 0.894934535026550292, 120, 255, 1, 51886), -- CandleBlack01 (Area: Old Town - Difficulty: 0) +(@OGUID+788, 180415, 0, 1519, 5149, '0', 0, 0, -8664.4404296875, 395.087005615234375, 106.26300048828125, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 51886), -- CandleBlack01 (Area: Old Town - Difficulty: 0) +(@OGUID+789, 180415, 0, 1519, 5149, '0', 0, 0, -8663.3095703125, 396.12298583984375, 106.2519989013671875, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 51886), -- CandleBlack01 (Area: Old Town - Difficulty: 0) +(@OGUID+790, 180415, 0, 1519, 5149, '0', 0, 0, -8681.599609375, 389.506988525390625, 105.4489974975585937, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 120, 255, 1, 51886), -- CandleBlack01 (Area: Old Town - Difficulty: 0) +(@OGUID+791, 180415, 0, 1519, 5149, '0', 0, 0, -8675.349609375, 386.368011474609375, 104.6780014038085937, 5.881760597229003906, 0, 0, -0.19936752319335937, 0.979924798011779785, 120, 255, 1, 51886), -- CandleBlack01 (Area: Old Town - Difficulty: 0) +(@OGUID+792, 180415, 0, 1519, 5149, '0', 0, 0, -8677.580078125, 387.535003662109375, 104.9059982299804687, 2.949595451354980468, 0, 0, 0.995395660400390625, 0.095851235091686248, 120, 255, 1, 51886), -- CandleBlack01 (Area: Old Town - Difficulty: 0) +(@OGUID+793, 180415, 0, 1519, 5149, '0', 0, 0, -8679.5703125, 388.5, 105.1539993286132812, 3.839725255966186523, 0, 0, -0.93969249725341796, 0.34202045202255249, 120, 255, 1, 51886), -- CandleBlack01 (Area: Old Town - Difficulty: 0) +(@OGUID+794, 180415, 0, 1519, 5149, '0', 0, 0, -8728.2099609375, 375.415008544921875, 104.5660018920898437, 2.111847877502441406, 0, 0, 0.870355606079101562, 0.492423713207244873, 120, 255, 1, 51886), -- CandleBlack01 (Area: Old Town - Difficulty: 0) +(@OGUID+795, 180415, 0, 1519, 5149, '0', 0, 0, -8718.2998046875, 369.3179931640625, 104.4459991455078125, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, 51886), -- CandleBlack01 (Area: Old Town - Difficulty: 0) +(@OGUID+796, 180415, 0, 1519, 5149, '0', 0, 0, -8716.669921875, 368.305999755859375, 104.4629974365234375, 2.914689540863037109, 0, 0, 0.993571281433105468, 0.113208353519439697, 120, 255, 1, 51886), -- CandleBlack01 (Area: Old Town - Difficulty: 0) +(@OGUID+797, 180415, 0, 1519, 5149, '0', 0, 0, -8714.91015625, 367.264007568359375, 104.4599990844726562, 5.131268978118896484, 0, 0, -0.54463863372802734, 0.838670849800109863, 120, 255, 1, 51886), -- CandleBlack01 (Area: Old Town - Difficulty: 0) +(@OGUID+798, 180415, 0, 1519, 5149, '0', 0, 0, -8726.9404296875, 374.641998291015625, 104.516998291015625, 5.113816738128662109, 0, 0, -0.55193614959716796, 0.833886384963989257, 120, 255, 1, 51886), -- CandleBlack01 (Area: Old Town - Difficulty: 0) +(@OGUID+799, 180415, 0, 1519, 5149, '0', 0, 0, -8725.5595703125, 373.7860107421875, 104.53900146484375, 2.268925428390502929, 0, 0, 0.906307220458984375, 0.422619491815567016, 120, 255, 1, 51886), -- CandleBlack01 (Area: Old Town - Difficulty: 0) +(@OGUID+800, 180415, 0, 1519, 5149, '0', 0, 0, -8729.490234375, 376.207000732421875, 104.3069992065429687, 2.914689540863037109, 0, 0, 0.993571281433105468, 0.113208353519439697, 120, 255, 1, 51886), -- CandleBlack01 (Area: Old Town - Difficulty: 0) +(@OGUID+801, 180415, 0, 1519, 5149, '0', 0, 0, -8712.1201171875, 339.57598876953125, 101.7429962158203125, 4.468043327331542968, 0, 0, -0.7880105972290039, 0.615661680698394775, 120, 255, 1, 51886), -- CandleBlack01 (Area: Old Town - Difficulty: 0) +(@OGUID+802, 180415, 0, 1519, 5149, '0', 0, 0, -8712.1396484375, 341.6510009765625, 101.6060028076171875, 0.750490784645080566, 0, 0, 0.3665008544921875, 0.93041771650314331, 120, 255, 1, 51886), -- CandleBlack01 (Area: Old Town - Difficulty: 0) +(@OGUID+803, 180415, 0, 1519, 5149, '0', 0, 0, -8712.240234375, 343.6409912109375, 101.5790023803710937, 2.635444164276123046, 0, 0, 0.96814727783203125, 0.250381410121917724, 120, 255, 1, 51886), -- CandleBlack01 (Area: Old Town - Difficulty: 0) +(@OGUID+804, 180415, 0, 1519, 5149, '0', 0, 0, -8712, 337.045013427734375, 101.4619979858398437, 2.042035102844238281, 0, 0, 0.852640151977539062, 0.522498607635498046, 120, 255, 1, 51886), -- CandleBlack01 (Area: Old Town - Difficulty: 0) +(@OGUID+805, 180415, 0, 1519, 5149, '0', 0, 0, -8711.9697265625, 334.558990478515625, 101.733001708984375, 5.026549339294433593, 0, 0, -0.5877847671508789, 0.809017360210418701, 120, 255, 1, 51886), -- CandleBlack01 (Area: Old Town - Difficulty: 0) +(@OGUID+806, 180415, 0, 1519, 5149, '0', 0, 0, -8720.9501953125, 320.904998779296875, 101.7089996337890625, 3.159062385559082031, 0, 0, -0.99996185302734375, 0.008734640665352344, 120, 255, 1, 51886), -- CandleBlack01 (Area: Old Town - Difficulty: 0) +(@OGUID+807, 180415, 0, 1519, 5149, '0', 0, 0, -8723.48046875, 320.561004638671875, 101.6949996948242187, 3.735006093978881835, 0, 0, -0.95630455017089843, 0.292372345924377441, 120, 255, 1, 51886), -- CandleBlack01 (Area: Old Town - Difficulty: 0) +(@OGUID+808, 180415, 0, 1519, 5149, '0', 0, 0, -8730.669921875, 319.0360107421875, 101.7570037841796875, 3.159062385559082031, 0, 0, -0.99996185302734375, 0.008734640665352344, 120, 255, 1, 51886), -- CandleBlack01 (Area: Old Town - Difficulty: 0) +(@OGUID+809, 180415, 0, 1519, 5149, '0', 0, 0, -8725.8798828125, 320.15301513671875, 101.6630020141601562, 0.558503925800323486, 0, 0, 0.275636672973632812, 0.961261868476867675, 120, 255, 1, 51886), -- CandleBlack01 (Area: Old Town - Difficulty: 0) +(@OGUID+810, 180415, 0, 1519, 5149, '0', 0, 0, -8728.4501953125, 319.62799072265625, 101.6139984130859375, 2.44346022605895996, 0, 0, 0.939692497253417968, 0.34202045202255249, 120, 255, 1, 51886), -- CandleBlack01 (Area: Old Town - Difficulty: 0) +(@OGUID+811, 180415, 0, 1519, 5149, '0', 0, 0, -8737.6103515625, 317.364990234375, 101.7269973754882812, 0.942476630210876464, 0, 0, 0.453989982604980468, 0.891006767749786376, 120, 255, 1, 51886), -- CandleBlack01 (Area: Old Town - Difficulty: 0) +(@OGUID+812, 180415, 0, 1519, 5149, '0', 0, 0, -8735.3603515625, 317.915008544921875, 101.7819976806640625, 3.316144466400146484, 0, 0, -0.99619388580322265, 0.087165042757987976, 120, 255, 1, 51886), -- CandleBlack01 (Area: Old Town - Difficulty: 0) +(@OGUID+813, 180415, 0, 1519, 5149, '0', 0, 0, -8733.0400390625, 318.489990234375, 101.7259979248046875, 0.471238493919372558, 0, 0, 0.233445167541503906, 0.972369968891143798, 120, 255, 1, 51886), -- CandleBlack01 (Area: Old Town - Difficulty: 0) +(@OGUID+814, 180415, 0, 1519, 5149, '0', 0, 0, -8795.240234375, 349.32501220703125, 108.9039993286132812, 5.829400539398193359, 0, 0, -0.22495079040527343, 0.974370121955871582, 120, 255, 1, 51886), -- CandleBlack01 (Area: Old Town - Difficulty: 0) +(@OGUID+815, 180415, 0, 1519, 5149, '0', 0, 0, -8790.150390625, 349.87200927734375, 108.8560028076171875, 2.809975385665893554, 0, 0, 0.986285209655761718, 0.165049895644187927, 120, 255, 1, 51886), -- CandleBlack01 (Area: Old Town - Difficulty: 0) +(@OGUID+816, 180415, 0, 1519, 5149, '0', 0, 0, -8784.580078125, 340.32501220703125, 108.7789993286132812, 0.366517573595046997, 0, 0, 0.182234764099121093, 0.98325502872467041, 120, 255, 1, 51886), -- CandleBlack01 (Area: Old Town - Difficulty: 0) +(@OGUID+817, 180415, 0, 1519, 5149, '0', 0, 0, -8785.8203125, 337.8330078125, 108.83599853515625, 0.401424884796142578, 0, 0, 0.199367523193359375, 0.979924798011779785, 120, 255, 1, 51886), -- CandleBlack01 (Area: Old Town - Difficulty: 0) +(@OGUID+818, 180415, 0, 1519, 5149, '0', 0, 0, -8787.7900390625, 349.441009521484375, 108.8079986572265625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Old Town - Difficulty: 0) +(@OGUID+819, 180415, 0, 1519, 5149, '0', 0, 0, -8784, 343.22198486328125, 108.9260025024414062, 0.663223206996917724, 0, 0, 0.325567245483398437, 0.945518851280212402, 120, 255, 1, 51886), -- CandleBlack01 (Area: Old Town - Difficulty: 0) +(@OGUID+820, 180415, 0, 1519, 5149, '0', 0, 0, -8792.7001953125, 349.813995361328125, 108.73699951171875, 2.635444164276123046, 0, 0, 0.96814727783203125, 0.250381410121917724, 120, 255, 1, 51886), -- CandleBlack01 (Area: Old Town - Difficulty: 0) +(@OGUID+821, 180415, 0, 1519, 5149, '0', 0, 0, -8788.33984375, 335.365997314453125, 108.9769973754882812, 0.645771682262420654, 0, 0, 0.317304611206054687, 0.948323667049407958, 120, 255, 1, 51886), -- CandleBlack01 (Area: Old Town - Difficulty: 0) +(@OGUID+822, 180415, 0, 1519, 5390, '0', 0, 0, -8615.4599609375, 697.85400390625, 99.89150238037109375, 0.174532130360603332, 0, 0, 0.087155342102050781, 0.996194720268249511, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+823, 180415, 0, 1519, 5390, '0', 0, 0, -8615.490234375, 697.46197509765625, 100.0680007934570312, 3.054326534271240234, 0, 0, 0.999048233032226562, 0.043619260191917419, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+824, 180415, 0, 1519, 5390, '0', 0, 0, -8615.1904296875, 697.61798095703125, 99.789398193359375, 5.427974700927734375, 0, 0, -0.41469287872314453, 0.909961462020874023, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+825, 180415, 0, 1519, 5390, '0', 0, 0, -8452.4404296875, 433.9320068359375, 127.1070022583007812, 1.518436193466186523, 0, 0, 0.6883544921875, 0.725374460220336914, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+826, 180415, 0, 1519, 5390, '0', 0, 0, -8506.5498046875, 370.5419921875, 122.1350021362304687, 3.194002151489257812, 0, 0, -0.99965667724609375, 0.026201646775007247, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+827, 180415, 0, 1519, 5390, '0', 0, 0, -8541.3798828125, 363.62799072265625, 127.128997802734375, 3.9793548583984375, 0, 0, -0.9135446548461914, 0.406738430261611938, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+828, 180415, 0, 1519, 5390, '0', 0, 0, -8500.2197265625, 375.759002685546875, 118.2399978637695312, 0.925023794174194335, 0, 0, 0.446197509765625, 0.894934535026550292, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+829, 180415, 0, 1519, 5390, '0', 0, 0, -8460.1298828125, 407.5469970703125, 124.1890029907226562, 1.85004889965057373, 0, 0, 0.798635482788085937, 0.60181504487991333, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+830, 180415, 0, 1519, 5390, '0', 0, 0, -8469.8798828125, 399.730987548828125, 118.2570037841796875, 3.194002151489257812, 0, 0, -0.99965667724609375, 0.026201646775007247, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+831, 180415, 0, 1519, 5390, '0', 0, 0, -8456.2099609375, 431.02801513671875, 127.08599853515625, 4.642575740814208984, 0, 0, -0.731353759765625, 0.681998312473297119, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+832, 180415, 0, 1519, 5390, '0', 0, 0, -8460.0400390625, 428.0050048828125, 127.0630035400390625, 2.129300594329833984, 0, 0, 0.874619483947753906, 0.484810054302215576, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+833, 180415, 0, 1519, 5390, '0', 0, 0, -8503.4296875, 373.194000244140625, 120.1920013427734375, 5.009094715118408203, 0, 0, -0.59482288360595703, 0.80385679006576538, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+834, 180415, 0, 1519, 5390, '0', 0, 0, -8537.48046875, 366.5570068359375, 127.1070022583007812, 3.560472726821899414, 0, 0, -0.97814750671386718, 0.207912087440490722, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+835, 180415, 0, 1519, 5390, '0', 0, 0, -8513.3095703125, 365.256988525390625, 126.207000732421875, 1.500982880592346191, 0, 0, 0.681998252868652343, 0.731353819370269775, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+836, 180415, 0, 1519, 5390, '0', 0, 0, -8509.91015625, 367.8489990234375, 124.1790008544921875, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+837, 180415, 0, 1519, 5390, '0', 0, 0, -8466.75, 402.3699951171875, 120.2020034790039062, 5.969027042388916015, 0, 0, -0.1564340591430664, 0.987688362598419189, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+838, 180415, 0, 1519, 5390, '0', 0, 0, -8463.2998046875, 405.082000732421875, 122.2829971313476562, 4.45059061050415039, 0, 0, -0.79335308074951171, 0.608761727809906005, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+839, 180415, 0, 1519, 5390, '0', 0, 0, -8463.4404296875, 425.197998046875, 127.0530014038085937, 1.117009282112121582, 0, 0, 0.529918670654296875, 0.84804844856262207, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+840, 180415, 0, 1519, 5390, '0', 0, 0, -8519.6396484375, 360.220001220703125, 127.2610015869140625, 5.619962215423583984, 0, 0, -0.32556724548339843, 0.945518851280212402, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+841, 180415, 0, 1519, 5390, '0', 0, 0, -8480.490234375, 377.462005615234375, 116.2770004272460937, 4.520402908325195312, 0, 0, -0.77162456512451171, 0.636078238487243652, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+842, 180415, 0, 1519, 5390, '0', 0, 0, -8482.669921875, 374.407989501953125, 116.3010025024414062, 4.817109584808349609, 0, 0, -0.66913032531738281, 0.74314504861831665, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+843, 180415, 0, 1519, 5390, '0', 0, 0, -8450.3701171875, 415.1929931640625, 127.2610015869140625, 4.852017402648925781, 0, 0, -0.65605831146240234, 0.754710197448730468, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+844, 180415, 0, 1519, 5390, '0', 0, 0, -8470.33984375, 382.1199951171875, 116.0630035400390625, 3.961898565292358398, 0, 0, -0.91705989837646484, 0.398749500513076782, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+845, 180415, 0, 1519, 5390, '0', 0, 0, -8447.6904296875, 415.1610107421875, 127.2610015869140625, 4.520402908325195312, 0, 0, -0.77162456512451171, 0.636078238487243652, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+846, 180415, 0, 1519, 5390, '0', 0, 0, -8520.2197265625, 357.343994140625, 127.2610015869140625, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+847, 180415, 0, 1519, 5390, '0', 0, 0, -8444.16015625, 436.829986572265625, 127.1559982299804687, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+848, 180415, 0, 1519, 5390, '0', 0, 0, -8484.0498046875, 371.031005859375, 116.2870025634765625, 5.550147056579589843, 0, 0, -0.358367919921875, 0.933580458164215087, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+849, 180415, 0, 1519, 5390, '0', 0, 0, -8516.25, 362.912994384765625, 127.1920013427734375, 3.577930212020874023, 0, 0, -0.97629547119140625, 0.216442063450813293, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+850, 180415, 0, 1519, 5390, '0', 0, 0, -8448.6298828125, 437.06298828125, 127.128997802734375, 5.864306926727294921, 0, 0, -0.20791149139404296, 0.978147625923156738, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+851, 180415, 0, 1519, 5390, '0', 0, 0, -8473.830078125, 381.552001953125, 116.1269989013671875, 3.054326534271240234, 0, 0, 0.999048233032226562, 0.043619260191917419, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+852, 180415, 0, 1519, 5390, '0', 0, 0, -8477.2998046875, 380.07598876953125, 116.06500244140625, 3.45575571060180664, 0, 0, -0.98768806457519531, 0.156436234712600708, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+853, 180415, 0, 1519, 5390, '0', 0, 0, -8456.9296875, 410.240997314453125, 126.1760025024414062, 5.253442287445068359, 0, 0, -0.49242305755615234, 0.870355963706970214, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+854, 180415, 0, 1519, 5390, '0', 0, 0, -8453.8798828125, 412.555999755859375, 127.1920013427734375, 0.209439441561698913, 0, 0, 0.104528427124023437, 0.994521915912628173, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+855, 180415, 0, 1519, 5390, '0', 0, 0, -8541.8095703125, 358.954986572265625, 127.1569976806640625, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+856, 180415, 0, 1519, 5390, '0', 0, 0, -8484.26953125, 364.287994384765625, 116.2819976806640625, 0.855210542678833007, 0, 0, 0.414692878723144531, 0.909961462020874023, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+857, 180415, 0, 1519, 5390, '0', 0, 0, -8535.48046875, 351.037994384765625, 127.2170028686523437, 3.9793548583984375, 0, 0, -0.9135446548461914, 0.406738430261611938, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+858, 180415, 0, 1519, 5390, '0', 0, 0, -8538.7998046875, 355.011993408203125, 127.1869964599609375, 2.967041015625, 0, 0, 0.996193885803222656, 0.087165042757987976, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+859, 180415, 0, 1519, 5390, '0', 0, 0, -8514.01953125, 350.985992431640625, 130.0919952392578125, 1.797688722610473632, 0, 0, 0.7826080322265625, 0.622514784336090087, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+860, 180415, 0, 1519, 5390, '0', 0, 0, -8484.51953125, 367.4580078125, 116.2919998168945312, 4.345870018005371093, 0, 0, -0.82412624359130859, 0.566406130790710449, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+861, 180415, 0, 1519, 5390, '0', 0, 0, -8444.8798828125, 411.334991455078125, 128.1540069580078125, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+862, 180415, 0, 1519, 5390, '0', 0, 0, -8437.6796875, 428.87200927734375, 127.2170028686523437, 3.071766138076782226, 0, 0, 0.999390602111816406, 0.034906134009361267, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+863, 180415, 0, 1519, 5390, '0', 0, 0, -8440.98046875, 432.829986572265625, 127.1869964599609375, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+864, 180415, 0, 1519, 5390, '0', 0, 0, -8463.419921875, 380.761993408203125, 116.1660003662109375, 3.717553615570068359, 0, 0, -0.95881938934326171, 0.284016460180282592, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+865, 180415, 0, 1519, 5390, '0', 0, 0, -8466.7197265625, 381.785003662109375, 116.0839996337890625, 2.391098499298095703, 0, 0, 0.930417060852050781, 0.366502493619918823, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+866, 180415, 0, 1519, 5390, '0', 0, 0, -8517.23046875, 353.9110107421875, 128.110992431640625, 0.663223206996917724, 0, 0, 0.325567245483398437, 0.945518851280212402, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+867, 180415, 0, 1519, 5390, '0', 0, 0, -8439.580078125, 389.6510009765625, 136.9239959716796875, 2.775068521499633789, 0, 0, 0.983254432678222656, 0.182238012552261352, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+868, 180415, 0, 1519, 5390, '0', 0, 0, -8440.9404296875, 403.572998046875, 132.03900146484375, 3.94444584846496582, 0, 0, -0.92050457000732421, 0.3907318115234375, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+869, 180415, 0, 1519, 5390, '0', 0, 0, -8442.75, 407.64599609375, 130.102996826171875, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+870, 180415, 0, 1519, 5390, '0', 0, 0, -8527.240234375, 340.766998291015625, 130.305999755859375, 4.380776405334472656, 0, 0, -0.81411552429199218, 0.580702960491180419, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+871, 180415, 0, 1519, 5390, '0', 0, 0, -8432.4296875, 421.7139892578125, 128.225006103515625, 0.733038187026977539, 0, 0, 0.358367919921875, 0.933580458164215087, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+872, 180415, 0, 1519, 5390, '0', 0, 0, -8435.01953125, 425.2139892578125, 127.2310028076171875, 5.84685373306274414, 0, 0, -0.21643924713134765, 0.976296067237854003, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+873, 180415, 0, 1519, 5390, '0', 0, 0, -8483.0302734375, 360.855987548828125, 116.2389984130859375, 4.084071159362792968, 0, 0, -0.8910064697265625, 0.453990638256072998, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+874, 180415, 0, 1519, 5390, '0', 0, 0, -8510.3203125, 348.407989501953125, 132.05499267578125, 3.508116960525512695, 0, 0, -0.98325443267822265, 0.182238012552261352, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+875, 180415, 0, 1519, 5390, '0', 0, 0, -8502.16015625, 344.677001953125, 135.9429931640625, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+876, 180415, 0, 1519, 5390, '0', 0, 0, -8476.1396484375, 353.821014404296875, 137.1399993896484375, 1.919861555099487304, 0, 0, 0.819151878356933593, 0.573576688766479492, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+877, 180415, 0, 1519, 5390, '0', 0, 0, -8460.23046875, 378.6090087890625, 116.167999267578125, 4.363324165344238281, 0, 0, -0.81915187835693359, 0.573576688766479492, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+878, 180415, 0, 1519, 5390, '0', 0, 0, -8439.3701171875, 394.74700927734375, 135.9210052490234375, 5.532694816589355468, 0, 0, -0.3665008544921875, 0.93041771650314331, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+879, 180415, 0, 1519, 5390, '0', 0, 0, -8529.900390625, 344.139007568359375, 128.2400054931640625, 0.174532130360603332, 0, 0, 0.087155342102050781, 0.996194720268249511, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+880, 180415, 0, 1519, 5390, '0', 0, 0, -8439.849609375, 399.207000732421875, 133.9810028076171875, 1.832594871520996093, 0, 0, 0.793353080749511718, 0.608761727809906005, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+881, 180415, 0, 1519, 5390, '0', 0, 0, -8532.5302734375, 347.444000244140625, 127.2310028076171875, 3.839725255966186523, 0, 0, -0.93969249725341796, 0.34202045202255249, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+882, 180415, 0, 1519, 5390, '0', 0, 0, -8455.0595703125, 369.9530029296875, 137.1869964599609375, 2.530723094940185546, 0, 0, 0.953716278076171875, 0.300707906484603881, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+883, 180415, 0, 1519, 5390, '0', 0, 0, -8506.4501953125, 346.25, 133.9669952392578125, 5.044002056121826171, 0, 0, -0.58070278167724609, 0.814115643501281738, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+884, 180415, 0, 1519, 5390, '0', 0, 0, -8497.580078125, 343.631988525390625, 136.9239959716796875, 4.537858963012695312, 0, 0, -0.76604366302490234, 0.642788589000701904, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+885, 180415, 0, 1519, 5390, '0', 0, 0, -8461.8701171875, 354.37701416015625, 137.1649932861328125, 2.426007747650146484, 0, 0, 0.936672210693359375, 0.350207358598709106, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+886, 180415, 0, 1519, 5390, '0', 0, 0, -8455.23046875, 363.363006591796875, 137.06500244140625, 0.261798173189163208, 0, 0, 0.130525588989257812, 0.991444945335388183, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+887, 180415, 0, 1519, 5390, '0', 0, 0, -8454.8095703125, 366.7860107421875, 137.188995361328125, 1.117009282112121582, 0, 0, 0.529918670654296875, 0.84804844856262207, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+888, 180415, 0, 1519, 5390, '0', 0, 0, -8517.01953125, 327.811004638671875, 137.13299560546875, 4.310965538024902343, 0, 0, -0.83388519287109375, 0.55193793773651123, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+889, 180415, 0, 1519, 5390, '0', 0, 0, -8519.7197265625, 331.269012451171875, 136.1360015869140625, 2.268925428390502929, 0, 0, 0.906307220458984375, 0.422619491815567016, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+890, 180415, 0, 1519, 5390, '0', 0, 0, -8424.6298828125, 411.97900390625, 134.225006103515625, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+891, 180415, 0, 1519, 5390, '0', 0, 0, -8427.16015625, 415.415008544921875, 132.1750030517578125, 4.188792228698730468, 0, 0, -0.86602497100830078, 0.50000077486038208, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+892, 180415, 0, 1519, 5390, '0', 0, 0, -8458.75, 356.885009765625, 137.1670074462890625, 0.15707901120185852, 0, 0, 0.078458786010742187, 0.996917366981506347, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+893, 180415, 0, 1519, 5390, '0', 0, 0, -8465.3203125, 352.8699951171875, 137.1510009765625, 1.884953022003173828, 0, 0, 0.809016227722167968, 0.587786316871643066, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+894, 180415, 0, 1519, 5390, '0', 0, 0, -8522.2802734375, 334.447998046875, 134.1719970703125, 4.241150379180908203, 0, 0, -0.85264015197753906, 0.522498607635498046, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+895, 180415, 0, 1519, 5390, '0', 0, 0, -8524.8095703125, 337.5889892578125, 132.2310028076171875, 0.087265998125076293, 0, 0, 0.043619155883789062, 0.999048233032226562, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+896, 180415, 0, 1519, 5390, '0', 0, 0, -8429.7998046875, 418.545013427734375, 130.2050018310546875, 6.003933906555175781, 0, 0, -0.13917255401611328, 0.990268170833587646, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+897, 180415, 0, 1519, 5390, '0', 0, 0, -8456.5498046875, 359.9219970703125, 137.156005859375, 2.024578809738159179, 0, 0, 0.848047256469726562, 0.529920578002929687, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+898, 180415, 0, 1519, 5390, '0', 0, 0, -8419.48046875, 405.4639892578125, 137.13299560546875, 1.169368624687194824, 0, 0, 0.551936149597167968, 0.833886384963989257, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+899, 180415, 0, 1519, 5390, '0', 0, 0, -8422.08984375, 408.89801025390625, 136.147003173828125, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 51886); -- CandleBlack01 (Area: The Canals - Difficulty: 0) + +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+900, 180415, 0, 1519, 5390, '0', 0, 0, -8468.849609375, 352.29901123046875, 137.1410064697265625, 4.084071159362792968, 0, 0, -0.8910064697265625, 0.453990638256072998, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+901, 180415, 0, 1519, 5390, '0', 0, 0, -8472.5498046875, 352.631988525390625, 137.1699981689453125, 3.159062385559082031, 0, 0, -0.99996185302734375, 0.008734640665352344, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+902, 180415, 0, 1519, 0, '0', 0, 0, -8449.3798828125, 333.52099609375, 139.4530029296875, 5.480334281921386718, 0, 0, -0.39073085784912109, 0.920504987239837646, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+903, 180415, 0, 1519, 0, '0', 0, 0, -8449.990234375, 334.239990234375, 138.9320068359375, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+904, 180415, 0, 1519, 0, '0', 0, 0, -8441.5595703125, 338.535003662109375, 140.0410003662109375, 0.488691210746765136, 0, 0, 0.241921424865722656, 0.970295846462249755, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+905, 180415, 0, 1519, 0, '0', 0, 0, -8442.0498046875, 339.35101318359375, 139.503997802734375, 3.43830275535583496, 0, 0, -0.98901557922363281, 0.147811368107795715, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+906, 180415, 0, 1519, 0, '0', 0, 0, -8448.1796875, 332.118011474609375, 140.4709930419921875, 1.727874636650085449, 0, 0, 0.760405540466308593, 0.649448513984680175, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+907, 180415, 0, 1519, 0, '0', 0, 0, -8452.990234375, 337.795013427734375, 136.3719940185546875, 3.194002151489257812, 0, 0, -0.99965667724609375, 0.026201646775007247, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+908, 180415, 0, 1519, 0, '0', 0, 0, -8444.73046875, 343.220001220703125, 136.89300537109375, 3.211419343948364257, 0, 0, -0.9993906021118164, 0.034906134009361267, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+909, 180415, 0, 1519, 0, '0', 0, 0, -8450.5400390625, 334.885009765625, 138.462005615234375, 6.12610626220703125, 0, 0, -0.07845878601074218, 0.996917366981506347, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+910, 180415, 0, 1519, 0, '0', 0, 0, -8451.1904296875, 335.704986572265625, 137.89599609375, 3.211419343948364257, 0, 0, -0.9993906021118164, 0.034906134009361267, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+911, 180415, 0, 1519, 0, '0', 0, 0, -8442.6298828125, 340.115997314453125, 138.9770050048828125, 1.48352813720703125, 0, 0, 0.675589561462402343, 0.737277925014495849, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+912, 180415, 0, 1519, 0, '0', 0, 0, -8443.16015625, 340.875, 138.46600341796875, 3.996806621551513671, 0, 0, -0.90996074676513671, 0.414694398641586303, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+913, 180415, 0, 1519, 0, '0', 0, 0, -8448.7900390625, 332.85198974609375, 139.9429931640625, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+914, 180415, 0, 1519, 0, '0', 0, 0, -8441.0400390625, 337.829986572265625, 140.522003173828125, 2.879789113998413085, 0, 0, 0.991444587707519531, 0.130528271198272705, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+915, 180415, 0, 1519, 0, '0', 0, 0, -8445.26953125, 344.037994384765625, 136.3480072021484375, 3.43830275535583496, 0, 0, -0.98901557922363281, 0.147811368107795715, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+916, 180415, 0, 1519, 0, '0', 0, 0, -8451.8095703125, 336.444000244140625, 137.363006591796875, 4.747295856475830078, 0, 0, -0.69465827941894531, 0.719339847564697265, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+917, 180415, 0, 1519, 0, '0', 0, 0, -8452.3896484375, 337.165008544921875, 136.858001708984375, 0.15707901120185852, 0, 0, 0.078458786010742187, 0.996917366981506347, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+918, 180415, 0, 1519, 0, '0', 0, 0, -8443.6796875, 341.6610107421875, 137.94000244140625, 6.12610626220703125, 0, 0, -0.07845878601074218, 0.996917366981506347, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+919, 180415, 0, 1519, 0, '0', 0, 0, -8444.2001953125, 342.4320068359375, 137.4219970703125, 6.003933906555175781, 0, 0, -0.13917255401611328, 0.990268170833587646, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+920, 180415, 0, 1519, 0, '0', 0, 0, -8447.6298828125, 331.4169921875, 140.957000732421875, 3.211419343948364257, 0, 0, -0.9993906021118164, 0.034906134009361267, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+921, 180415, 0, 1519, 0, '0', 0, 0, -8437.0400390625, 331.832000732421875, 144.5269927978515625, 6.195919513702392578, 0, 0, -0.04361915588378906, 0.999048233032226562, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+922, 180415, 0, 1519, 0, '0', 0, 0, -8437.5400390625, 332.605987548828125, 144.0359954833984375, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+923, 180415, 0, 1519, 0, '0', 0, 0, -8445.919921875, 329.3909912109375, 142.4149932861328125, 4.45059061050415039, 0, 0, -0.79335308074951171, 0.608761727809906005, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+924, 180415, 0, 1519, 0, '0', 0, 0, -8440.580078125, 337.0260009765625, 141.0460052490234375, 6.056293010711669921, 0, 0, -0.11320304870605468, 0.993571877479553222, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+925, 180415, 0, 1519, 0, '0', 0, 0, -8438.01953125, 333.3389892578125, 143.57000732421875, 4.45059061050415039, 0, 0, -0.79335308074951171, 0.608761727809906005, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+926, 180415, 0, 1519, 0, '0', 0, 0, -8443.5498046875, 326.639007568359375, 144.410003662109375, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+927, 180415, 0, 1519, 0, '0', 0, 0, -8444.1396484375, 327.3330078125, 143.92999267578125, 1.378809213638305664, 0, 0, 0.636077880859375, 0.771624863147735595, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+928, 180415, 0, 1519, 0, '0', 0, 0, -8439.0498046875, 334.79998779296875, 142.5449981689453125, 3.874631166458129882, 0, 0, -0.93358039855957031, 0.358368009328842163, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+929, 180415, 0, 1519, 0, '0', 0, 0, -8436.6201171875, 331.154998779296875, 144.949005126953125, 5.6897735595703125, 0, 0, -0.29237174987792968, 0.956304728984832763, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+930, 180415, 0, 1519, 0, '0', 0, 0, -8446.4501953125, 330.0889892578125, 141.938995361328125, 0.069811686873435974, 0, 0, 0.034898757934570312, 0.999390840530395507, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+931, 180415, 0, 1519, 0, '0', 0, 0, -8446.9697265625, 330.82501220703125, 141.45599365234375, 3.94444584846496582, 0, 0, -0.92050457000732421, 0.3907318115234375, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+932, 180415, 0, 1519, 0, '0', 0, 0, -8438.5595703125, 334.105987548828125, 143.014007568359375, 0.069811686873435974, 0, 0, 0.034898757934570312, 0.999390840530395507, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+933, 180415, 0, 1519, 0, '0', 0, 0, -8444.73046875, 328.042999267578125, 143.4429931640625, 4.607671737670898437, 0, 0, -0.74314403533935546, 0.669131457805633544, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+934, 180415, 0, 1519, 0, '0', 0, 0, -8445.3095703125, 328.7139892578125, 142.9170074462890625, 1.32644820213317871, 0, 0, 0.615660667419433593, 0.788011372089385986, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+935, 180415, 0, 1519, 0, '0', 0, 0, -8439.51953125, 335.54998779296875, 142.048004150390625, 0.034906249493360519, 0, 0, 0.017452239990234375, 0.999847710132598876, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+936, 180415, 0, 1519, 0, '0', 0, 0, -8440.0400390625, 336.285003662109375, 141.5500030517578125, 4.031712055206298828, 0, 0, -0.90258502960205078, 0.430511653423309326, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+937, 180415, 0, 1519, 0, '0', 0, 0, -8442.9697265625, 325.9840087890625, 144.871002197265625, 5.113816738128662109, 0, 0, -0.55193614959716796, 0.833886384963989257, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+938, 180415, 0, 1519, 5390, '0', 0, 0, -8499.5, 568.02301025390625, 101.0940017700195312, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+939, 180415, 0, 1519, 5390, '0', 0, 0, -8475.7998046875, 554.364990234375, 99.66680145263671875, 1.134462952613830566, 0, 0, 0.537299156188964843, 0.843391716480255126, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+940, 180415, 0, 1519, 5390, '0', 0, 0, -8474.2900390625, 556.3699951171875, 99.6990966796875, 2.914689540863037109, 0, 0, 0.993571281433105468, 0.113208353519439697, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+941, 180415, 0, 1519, 5390, '0', 0, 0, -8499.259765625, 567.81597900390625, 100.9359970092773437, 3.94444584846496582, 0, 0, -0.92050457000732421, 0.3907318115234375, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+942, 180415, 0, 1519, 5390, '0', 0, 0, -8499.2099609375, 568.35400390625, 100.7139968872070312, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+943, 180415, 0, 1519, 5150, '0', 0, 0, -8471.349609375, 560.18402099609375, 99.75, 1.658061861991882324, 0, 0, 0.737277030944824218, 0.67559051513671875, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+944, 180415, 0, 1519, 5150, '0', 0, 0, -8470, 562.135009765625, 99.6941986083984375, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+945, 180415, 0, 1519, 5150, '0', 0, 0, -8472.76953125, 558.3590087890625, 99.698699951171875, 3.473210096359252929, 0, 0, -0.98628520965576171, 0.165049895644187927, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+946, 180415, 0, 1519, 5150, '0', 0, 0, -8410.2099609375, 538.8070068359375, 103.904998779296875, 1.518436193466186523, 0, 0, 0.6883544921875, 0.725374460220336914, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+947, 180415, 0, 1519, 5150, '0', 0, 0, -8415.58984375, 538.09600830078125, 99.22789764404296875, 1.151916384696960449, 0, 0, 0.544638633728027343, 0.838670849800109863, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+948, 180415, 0, 1519, 5150, '0', 0, 0, -8418.2197265625, 541.23797607421875, 99.21779632568359375, 3.996806621551513671, 0, 0, -0.90996074676513671, 0.414694398641586303, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+949, 180415, 0, 1519, 5150, '0', 0, 0, -8418, 540.98602294921875, 99.09079742431640625, 3.961898565292358398, 0, 0, -0.91705989837646484, 0.398749500513076782, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+950, 180415, 0, 1519, 5150, '0', 0, 0, -8419.150390625, 542.53302001953125, 99.14279937744140625, 3.420850038528442382, 0, 0, -0.99026775360107421, 0.139175355434417724, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+951, 180415, 0, 1519, 5150, '0', 0, 0, -8418.4404296875, 541.614990234375, 99.05809783935546875, 2.897245407104492187, 0, 0, 0.99254608154296875, 0.121869951486587524, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+952, 180415, 0, 1519, 5150, '0', 0, 0, -8412.009765625, 537.41998291015625, 103.8539962768554687, 4.468043327331542968, 0, 0, -0.7880105972290039, 0.615661680698394775, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+953, 180415, 0, 1519, 5150, '0', 0, 0, -8412.2197265625, 544.427001953125, 95.44840240478515625, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+954, 180415, 0, 1519, 5150, '0', 0, 0, -8415.8798828125, 538.1610107421875, 99.09549713134765625, 3.508116960525512695, 0, 0, -0.98325443267822265, 0.182238012552261352, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+955, 180415, 0, 1519, 5150, '0', 0, 0, -8420.1904296875, 560.6929931640625, 95.57379913330078125, 0.418878614902496337, 0, 0, 0.207911491394042968, 0.978147625923156738, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+956, 180415, 0, 1519, 5150, '0', 0, 0, -8415.490234375, 556.64898681640625, 99.20839691162109375, 0.523597896099090576, 0, 0, 0.258818626403808593, 0.965925931930541992, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+957, 180415, 0, 1519, 5150, '0', 0, 0, -8415.3603515625, 556.385009765625, 99.12270355224609375, 0.820303261280059814, 0, 0, 0.398748397827148437, 0.917060375213623046, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+958, 180415, 0, 1519, 5150, '0', 0, 0, -8413.669921875, 554.72698974609375, 99.127197265625, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+959, 180415, 0, 1519, 5150, '0', 0, 0, -8411.1904296875, 544.73297119140625, 96.43450164794921875, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+960, 180415, 0, 1519, 5150, '0', 0, 0, -8413.2998046875, 553.89801025390625, 99.22879791259765625, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+961, 180415, 0, 1519, 5150, '0', 0, 0, -8411.1904296875, 544.73297119140625, 96.43450164794921875, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+962, 180415, 0, 1519, 5150, '0', 0, 0, -8421.599609375, 559.64898681640625, 95.53600311279296875, 3.90954136848449707, 0, 0, -0.92718315124511718, 0.37460830807685852, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+963, 180415, 0, 1519, 5150, '0', 0, 0, -8412.4501953125, 553.030029296875, 99.0010986328125, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+964, 180415, 0, 1519, 5390, '0', 0, 0, -8469.23046875, 599.91998291015625, 97.41069793701171875, 1.32644820213317871, 0, 0, 0.615660667419433593, 0.788011372089385986, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+965, 180415, 0, 1519, 5390, '0', 0, 0, -8467.9296875, 598.302001953125, 97.36139678955078125, 6.161012649536132812, 0, 0, -0.06104850769042968, 0.998134791851043701, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+966, 180415, 0, 1519, 5150, '0', 0, 0, -8473.9296875, 605.85400390625, 97.394500732421875, 5.759587764739990234, 0, 0, -0.25881862640380859, 0.965925931930541992, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+967, 180415, 0, 1519, 5150, '0', 0, 0, -8480.6201171875, 632.06298828125, 95.49069976806640625, 4.363324165344238281, 0, 0, -0.81915187835693359, 0.573576688766479492, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+968, 180415, 0, 1519, 5150, '0', 0, 0, -8480.919921875, 631.98602294921875, 95.5323028564453125, 1.675513744354248046, 0, 0, 0.743144035339355468, 0.669131457805633544, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+969, 180415, 0, 1519, 5390, '0', 0, 0, -8575.08984375, 721.84600830078125, 100.5540008544921875, 4.59021615982055664, 0, 0, -0.74895572662353515, 0.662620067596435546, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+970, 180415, 0, 1519, 5390, '0', 0, 0, -8576.0400390625, 722.8389892578125, 99.53179931640625, 1.169368624687194824, 0, 0, 0.551936149597167968, 0.833886384963989257, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+971, 180415, 0, 1519, 5390, '0', 0, 0, -8572.2197265625, 718.8070068359375, 103.2379989624023437, 5.84685373306274414, 0, 0, -0.21643924713134765, 0.976296067237854003, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+972, 180415, 0, 1519, 5390, '0', 0, 0, -8570.1298828125, 723.947998046875, 101.3909988403320312, 1.623155713081359863, 0, 0, 0.725374221801757812, 0.688354730606079101, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+973, 180415, 0, 1519, 5390, '0', 0, 0, -8573.099609375, 719.7919921875, 102.4020004272460937, 1.902408957481384277, 0, 0, 0.814115524291992187, 0.580702960491180419, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+974, 180415, 0, 1519, 5390, '0', 0, 0, -8574.080078125, 720.78802490234375, 101.4899978637695312, 5.777040958404541015, 0, 0, -0.25037956237792968, 0.968147754669189453, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+975, 180415, 0, 1519, 5390, '0', 0, 0, -8569.3203125, 722.79998779296875, 102.3499984741210937, 5.619962215423583984, 0, 0, -0.32556724548339843, 0.945518851280212402, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+976, 180415, 0, 1519, 5390, '0', 0, 0, -8568.6396484375, 721.74700927734375, 103.1930007934570312, 0.139624491333961486, 0, 0, 0.06975555419921875, 0.997564136981964111, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+977, 180415, 0, 1519, 5390, '0', 0, 0, -8440.169921875, 625.7030029296875, 98.010498046875, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+978, 180415, 0, 1519, 5390, '0', 0, 0, -8439.6201171875, 625.2550048828125, 97.85900115966796875, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+979, 180415, 0, 1519, 5390, '0', 0, 0, -8516.16015625, 736.53802490234375, 102.1320037841796875, 0.27925160527229309, 0, 0, 0.139172554016113281, 0.990268170833587646, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+980, 180415, 0, 1519, 5390, '0', 0, 0, -8439.490234375, 625.718994140625, 97.9739990234375, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+981, 180415, 0, 1519, 5390, '0', 0, 0, -8571.669921875, 726.3909912109375, 99.452301025390625, 2.740161895751953125, 0, 0, 0.979924201965332031, 0.199370384216308593, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+982, 180415, 0, 1519, 5390, '0', 0, 0, -8512.669921875, 739.28497314453125, 102.0500030517578125, 4.764749526977539062, 0, 0, -0.6883544921875, 0.725374460220336914, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+983, 180415, 0, 1519, 5390, '0', 0, 0, -8512.4501953125, 738.7860107421875, 102.246002197265625, 0.27925160527229309, 0, 0, 0.139172554016113281, 0.990268170833587646, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+984, 180415, 0, 1519, 5390, '0', 0, 0, -8570.8896484375, 725.20697021484375, 100.4820022583007812, 5.794494152069091796, 0, 0, -0.24192142486572265, 0.970295846462249755, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+985, 180415, 0, 1519, 5390, '0', 0, 0, -8512.83984375, 738.87298583984375, 102.167999267578125, 0.366517573595046997, 0, 0, 0.182234764099121093, 0.98325502872467041, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+986, 180415, 0, 1519, 5390, '0', 0, 0, -8572.5, 727.65997314453125, 98.502197265625, 2.949595451354980468, 0, 0, 0.995395660400390625, 0.095851235091686248, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+987, 180415, 0, 1519, 5390, '0', 0, 0, -8577.0400390625, 723.96697998046875, 98.62000274658203125, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+988, 180415, 0, 1519, 5390, '0', 0, 0, -8412.7802734375, 659.302001953125, 99.2230987548828125, 5.654868602752685546, 0, 0, -0.30901622772216796, 0.95105677843093872, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+989, 180415, 0, 1519, 5390, '0', 0, 0, -8478.6396484375, 744.260009765625, 98.95999908447265625, 1.797688722610473632, 0, 0, 0.7826080322265625, 0.622514784336090087, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+990, 180415, 0, 1519, 5390, '0', 0, 0, -8478.919921875, 744.75299072265625, 99.141998291015625, 1.797688722610473632, 0, 0, 0.7826080322265625, 0.622514784336090087, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+991, 180415, 0, 1519, 5390, '0', 0, 0, -8488.599609375, 753.9949951171875, 99.55370330810546875, 1.518436193466186523, 0, 0, 0.6883544921875, 0.725374460220336914, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+992, 180415, 0, 1519, 5390, '0', 0, 0, -8418, 680.29498291015625, 96.4803009033203125, 5.550147056579589843, 0, 0, -0.358367919921875, 0.933580458164215087, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+993, 180415, 0, 1519, 5390, '0', 0, 0, -8487.6396484375, 745.5830078125, 99.440399169921875, 1.797688722610473632, 0, 0, 0.7826080322265625, 0.622514784336090087, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+994, 180415, 0, 1519, 5390, '0', 0, 0, -8496.48046875, 753.4739990234375, 98.87000274658203125, 4.764749526977539062, 0, 0, -0.6883544921875, 0.725374460220336914, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+995, 180415, 0, 1519, 5390, '0', 0, 0, -8411.4599609375, 657.70697021484375, 99.226898193359375, 0.523597896099090576, 0, 0, 0.258818626403808593, 0.965925931930541992, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+996, 180415, 0, 1519, 5390, '0', 0, 0, -8488.6103515625, 753.43402099609375, 99.56369781494140625, 5.864306926727294921, 0, 0, -0.20791149139404296, 0.978147625923156738, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+997, 180415, 0, 1519, 5390, '0', 0, 0, -8487.4296875, 745.13397216796875, 99.50730133056640625, 1.797688722610473632, 0, 0, 0.7826080322265625, 0.622514784336090087, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+998, 180415, 0, 1519, 5390, '0', 0, 0, -8479.0595703125, 744.447998046875, 99.13919830322265625, 1.797688722610473632, 0, 0, 0.7826080322265625, 0.622514784336090087, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+999, 180415, 0, 1519, 5390, '0', 0, 0, -8488.2802734375, 753.54901123046875, 99.69699859619140625, 5.829400539398193359, 0, 0, -0.22495079040527343, 0.974370121955871582, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1000, 180415, 0, 1519, 5390, '0', 0, 0, -8416.509765625, 681.4949951171875, 96.47029876708984375, 4.433136463165283203, 0, 0, -0.79863548278808593, 0.60181504487991333, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1001, 180415, 0, 1519, 5390, '0', 0, 0, -8563.3603515625, 741.47198486328125, 101.542999267578125, 1.867502212524414062, 0, 0, 0.803856849670410156, 0.594822824001312255, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1002, 180415, 0, 1519, 5390, '0', 0, 0, -8562.490234375, 742.06597900390625, 101.6019973754882812, 4.97418975830078125, 0, 0, -0.60876083374023437, 0.793353796005249023, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1003, 180415, 0, 1519, 5390, '0', 0, 0, -8561.5703125, 742.85101318359375, 101.6299972534179687, 6.213373661041259765, 0, 0, -0.03489875793457031, 0.999390840530395507, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1004, 180415, 0, 1519, 5390, '0', 0, 0, -8504.75, 761.2340087890625, 98.974700927734375, 4.677483558654785156, 0, 0, -0.71933937072753906, 0.694658815860748291, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1005, 180415, 0, 1519, 5390, '0', 0, 0, -8560.7197265625, 743.52099609375, 101.63800048828125, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1006, 180415, 0, 1519, 5390, '0', 0, 0, -8504.0498046875, 761.0159912109375, 99.01920318603515625, 1.797688722610473632, 0, 0, 0.7826080322265625, 0.622514784336090087, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1007, 180415, 0, 1519, 5390, '0', 0, 0, -8558.0400390625, 745.91802978515625, 101.3610000610351562, 3.368495941162109375, 0, 0, -0.99357128143310546, 0.113208353519439697, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1008, 180415, 0, 1519, 5390, '0', 0, 0, -8556.9404296875, 747.46197509765625, 100.9280014038085937, 3.368495941162109375, 0, 0, -0.99357128143310546, 0.113208353519439697, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1009, 180415, 0, 1519, 5390, '0', 0, 0, -8566.650390625, 739.16802978515625, 101.0319976806640625, 4.328419685363769531, 0, 0, -0.82903671264648437, 0.559194147586822509, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1010, 180415, 0, 1519, 5390, '0', 0, 0, -8505.0498046875, 769.65997314453125, 99.47480010986328125, 5.480334281921386718, 0, 0, -0.39073085784912109, 0.920504987239837646, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1011, 180415, 0, 1519, 5390, '0', 0, 0, -8553.9404296875, 750.875, 99.81800079345703125, 3.368495941162109375, 0, 0, -0.99357128143310546, 0.113208353519439697, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1012, 180415, 0, 1519, 5390, '0', 0, 0, -8553.2001953125, 751.74298095703125, 99.51439666748046875, 3.368495941162109375, 0, 0, -0.99357128143310546, 0.113208353519439697, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1013, 180415, 0, 1519, 5390, '0', 0, 0, -8555.900390625, 748.68597412109375, 100.55999755859375, 3.368495941162109375, 0, 0, -0.99357128143310546, 0.113208353519439697, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1014, 180415, 0, 1519, 5390, '0', 0, 0, -8504.76953125, 769.99798583984375, 99.29010009765625, 5.864306926727294921, 0, 0, -0.20791149139404296, 0.978147625923156738, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1015, 180415, 0, 1519, 5390, '0', 0, 0, -8504.7099609375, 769.49798583984375, 99.47170257568359375, 2.199114561080932617, 0, 0, 0.8910064697265625, 0.453990638256072998, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1016, 180415, 0, 1519, 5390, '0', 0, 0, -8554.8896484375, 749.90997314453125, 100.1790008544921875, 3.368495941162109375, 0, 0, -0.99357128143310546, 0.113208353519439697, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1017, 180415, 0, 1519, 5314, '0', 0, 0, -8374.26953125, 675.79302978515625, 98.4176025390625, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+1018, 180415, 0, 1519, 5314, '0', 0, 0, -8369.26953125, 677.0560302734375, 98.35489654541015625, 2.635444164276123046, 0, 0, 0.96814727783203125, 0.250381410121917724, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+1019, 180415, 0, 1519, 5314, '0', 0, 0, -8367.66015625, 677.37701416015625, 98.529296875, 1.117009282112121582, 0, 0, 0.529918670654296875, 0.84804844856262207, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+1020, 180415, 0, 1519, 5314, '0', 0, 0, -8373.2900390625, 675.697998046875, 98.48619842529296875, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+1021, 180415, 0, 1519, 5314, '0', 0, 0, -8372.7001953125, 676.6510009765625, 98.37039947509765625, 2.408554315567016601, 0, 0, 0.933580398559570312, 0.358368009328842163, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+1022, 180415, 0, 1519, 5314, '0', 0, 0, -8374.58984375, 676.2919921875, 98.51629638671875, 1.605701684951782226, 0, 0, 0.719339370727539062, 0.694658815860748291, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+1023, 180415, 0, 1519, 5314, '0', 0, 0, -8368.0302734375, 676.97900390625, 98.52610015869140625, 2.129300594329833984, 0, 0, 0.874619483947753906, 0.484810054302215576, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+1024, 180415, 0, 1519, 5314, '0', 0, 0, -8368.48046875, 677.38397216796875, 99.77120208740234375, 0.994837164878845214, 0, 0, 0.477158546447753906, 0.878817260265350341, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+1025, 180415, 0, 1519, 5314, '0', 0, 0, -8386.33984375, 630.72900390625, 98.494903564453125, 2.076939344406127929, 0, 0, 0.861628532409667968, 0.50753939151763916, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+1026, 180415, 0, 1519, 5314, '0', 0, 0, -8389.169921875, 629.71197509765625, 96.0749969482421875, 2.914689540863037109, 0, 0, 0.993571281433105468, 0.113208353519439697, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+1027, 180415, 0, 1519, 5314, '0', 0, 0, -8388.509765625, 631.280029296875, 96.0167999267578125, 2.146752834320068359, 0, 0, 0.878816604614257812, 0.477159708738327026, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+1028, 180415, 0, 1519, 5314, '0', 0, 0, -8385.48046875, 633.40802001953125, 95.88990020751953125, 3.368495941162109375, 0, 0, -0.99357128143310546, 0.113208353519439697, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+1029, 180415, 0, 1519, 5390, '0', 0, 0, -8364.5, 678.66802978515625, 98.58350372314453125, 2.234017848968505859, 0, 0, 0.898793220520019531, 0.438372820615768432, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1030, 180415, 0, 1519, 5314, '0', 0, 0, -8363.3701171875, 678.08502197265625, 98.53620147705078125, 1.117009282112121582, 0, 0, 0.529918670654296875, 0.84804844856262207, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+1031, 180415, 0, 1519, 5314, '0', 0, 0, -8362.5703125, 679.09002685546875, 98.47389984130859375, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+1032, 180415, 0, 1519, 5314, '0', 0, 0, -8387.099609375, 632.65301513671875, 95.9297027587890625, 0.907570242881774902, 0, 0, 0.438370704650878906, 0.898794233798980712, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+1033, 180415, 0, 1519, 5314, '0', 0, 0, -8363.6298828125, 678.60101318359375, 99.81780242919921875, 2.042035102844238281, 0, 0, 0.852640151977539062, 0.522498607635498046, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+1034, 180415, 0, 1519, 5314, '0', 0, 0, -8387.1796875, 628.843994140625, 98.5420989990234375, 4.380776405334472656, 0, 0, -0.81411552429199218, 0.580702960491180419, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+1035, 180415, 0, 1519, 5314, '0', 0, 0, -8389.169921875, 627.61602783203125, 96.1488037109375, 4.241150379180908203, 0, 0, -0.85264015197753906, 0.522498607635498046, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+1036, 180415, 0, 1519, 5314, '0', 0, 0, -8383.509765625, 633.4110107421875, 95.8527984619140625, 1.099556446075439453, 0, 0, 0.522498130798339843, 0.852640450000762939, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+1037, 180415, 0, 1519, 5314, '0', 0, 0, -8385.76953125, 630.14202880859375, 100.4020004272460937, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+1038, 180415, 0, 1519, 5314, '0', 0, 0, -8384.3896484375, 631.58197021484375, 98.39849853515625, 4.031712055206298828, 0, 0, -0.90258502960205078, 0.430511653423309326, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+1039, 180415, 0, 1519, 5314, '0', 0, 0, -8383, 630.17498779296875, 100.3440017700195312, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+1040, 180415, 0, 1519, 5314, '0', 0, 0, -8384.33984375, 630.760009765625, 100.4219970703125, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+1041, 180415, 0, 1519, 5314, '0', 0, 0, -8388.4404296875, 625.989990234375, 96.20050048828125, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+1042, 180415, 0, 1519, 5314, '0', 0, 0, -8382.51953125, 630.81597900390625, 98.42459869384765625, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+1043, 180415, 0, 1519, 5314, '0', 0, 0, -8385.7197265625, 627.47198486328125, 100.4940032958984375, 3.22885894775390625, 0, 0, -0.99904823303222656, 0.043619260191917419, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+1044, 180415, 0, 1519, 5314, '0', 0, 0, -8386.2900390625, 628.80401611328125, 100.53399658203125, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+1045, 180415, 0, 1519, 5314, '0', 0, 0, -8381.7900390625, 632.71697998046875, 95.8361968994140625, 5.218535900115966796, 0, 0, -0.507537841796875, 0.861629426479339599, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+1046, 180415, 0, 1519, 5314, '0', 0, 0, -8365.23046875, 647.14898681640625, 104.2310028076171875, 5.009094715118408203, 0, 0, -0.59482288360595703, 0.80385679006576538, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+1047, 180415, 0, 1519, 5314, '0', 0, 0, -8364.1103515625, 647.3280029296875, 104.5120010375976562, 2.600535154342651367, 0, 0, 0.963629722595214843, 0.26724100112915039, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+1048, 180415, 0, 1519, 5314, '0', 0, 0, -8387.0703125, 624.61602783203125, 96.2220001220703125, 0.785396754741668701, 0, 0, 0.38268280029296875, 0.923879802227020263, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+1049, 180415, 0, 1519, 5314, '0', 0, 0, -8384.3896484375, 625.98602294921875, 98.5908966064453125, 6.195919513702392578, 0, 0, -0.04361915588378906, 0.999048233032226562, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+1050, 180415, 0, 1519, 5314, '0', 0, 0, -8362.75, 647.7030029296875, 104.3239974975585937, 6.248279094696044921, 0, 0, -0.01745223999023437, 0.999847710132598876, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+1051, 180415, 0, 1519, 5314, '0', 0, 0, -8382.98046875, 627.45001220703125, 100.4449996948242187, 0.174532130360603332, 0, 0, 0.087155342102050781, 0.996194720268249511, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+1052, 180415, 0, 1519, 5314, '0', 0, 0, -8384.349609375, 626.87799072265625, 100.5670013427734375, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+1053, 180415, 0, 1519, 5314, '0', 0, 0, -8364.6201171875, 647.26202392578125, 104.3550033569335937, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+1054, 180415, 0, 1519, 5314, '0', 0, 0, -8386.3603515625, 626.8070068359375, 98.63179779052734375, 2.44346022605895996, 0, 0, 0.939692497253417968, 0.34202045202255249, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+1055, 180415, 0, 1519, 5314, '0', 0, 0, -8381.5498046875, 628.78497314453125, 98.44370269775390625, 1.466075778007507324, 0, 0, 0.669130325317382812, 0.74314504861831665, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+1056, 180415, 0, 1519, 5314, '0', 0, 0, -8363.580078125, 647.43902587890625, 104.352996826171875, 1.727874636650085449, 0, 0, 0.760405540466308593, 0.649448513984680175, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+1057, 180415, 0, 1519, 5314, '0', 0, 0, -8363.23046875, 647.5889892578125, 104.3740005493164062, 1.553341388702392578, 0, 0, 0.700908660888671875, 0.713251054286956787, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+1058, 180415, 0, 1519, 5314, '0', 0, 0, -8380.349609375, 631.28302001953125, 95.8656005859375, 5.462882041931152343, 0, 0, -0.39874839782714843, 0.917060375213623046, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+1059, 180415, 0, 1519, 5314, '0', 0, 0, -8382.3896484375, 628.85101318359375, 100.4629974365234375, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+1060, 180415, 0, 1519, 5314, '0', 0, 0, -8382.41015625, 626.75, 98.55899810791015625, 4.380776405334472656, 0, 0, -0.81411552429199218, 0.580702960491180419, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+1061, 180415, 0, 1519, 5314, '0', 0, 0, -8379.6796875, 629.66302490234375, 95.9181976318359375, 4.188792228698730468, 0, 0, -0.86602497100830078, 0.50000077486038208, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+1062, 180415, 0, 1519, 5150, '0', 0, 0, -8379.669921875, 627.67401123046875, 95.9824981689453125, 2.338739633560180664, 0, 0, 0.920504570007324218, 0.3907318115234375, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1063, 180415, 0, 1519, 5150, '0', 0, 0, -8385.3896484375, 623.9169921875, 96.20839691162109375, 4.9218292236328125, 0, 0, -0.62932014465332031, 0.77714616060256958, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1064, 180415, 0, 1519, 5150, '0', 0, 0, -8361.1904296875, 647.98797607421875, 104.4329986572265625, 0.977383077144622802, 0, 0, 0.469470977783203125, 0.882947921752929687, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1065, 180415, 0, 1519, 5150, '0', 0, 0, -8358.349609375, 648.82598876953125, 104.3379974365234375, 0.261798173189163208, 0, 0, 0.130525588989257812, 0.991444945335388183, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1066, 180415, 0, 1519, 5150, '0', 0, 0, -8359.2099609375, 648.625, 104.3960037231445312, 6.248279094696044921, 0, 0, -0.01745223999023437, 0.999847710132598876, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1067, 180415, 0, 1519, 5150, '0', 0, 0, -8359.919921875, 648.51202392578125, 104.4459991455078125, 6.248279094696044921, 0, 0, -0.01745223999023437, 0.999847710132598876, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1068, 180415, 0, 1519, 5150, '0', 0, 0, -8362.330078125, 647.677001953125, 104.4899978637695312, 0.907570242881774902, 0, 0, 0.438370704650878906, 0.898794233798980712, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1069, 180415, 0, 1519, 5150, '0', 0, 0, -8383.5400390625, 623.91998291015625, 96.15889739990234375, 3.001946926116943359, 0, 0, 0.997563362121582031, 0.069766148924827575, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1070, 180415, 0, 1519, 5150, '0', 0, 0, -8381.73046875, 624.6090087890625, 96.10500335693359375, 4.834563255310058593, 0, 0, -0.66261959075927734, 0.748956084251403808, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1071, 180415, 0, 1519, 5150, '0', 0, 0, -8358.830078125, 648.73297119140625, 104.2020034790039062, 0.663223206996917724, 0, 0, 0.325567245483398437, 0.945518851280212402, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1072, 180415, 0, 1519, 5150, '0', 0, 0, -8359.599609375, 648.572998046875, 104.5189971923828125, 0.733038187026977539, 0, 0, 0.358367919921875, 0.933580458164215087, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1073, 180415, 0, 1519, 5150, '0', 0, 0, -8360.6904296875, 648.14599609375, 104.3050003051757812, 0.558503925800323486, 0, 0, 0.275636672973632812, 0.961261868476867675, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1074, 180415, 0, 1519, 5150, '0', 0, 0, -8360.2197265625, 648.28802490234375, 104.3960037231445312, 0.855210542678833007, 0, 0, 0.414692878723144531, 0.909961462020874023, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1075, 180415, 0, 1519, 5150, '0', 0, 0, -8361.58984375, 647.93798828125, 104.3700027465820312, 0.837757468223571777, 0, 0, 0.406736373901367187, 0.913545548915863037, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1076, 180415, 0, 1519, 5150, '0', 0, 0, -8357.9404296875, 648.89801025390625, 104.220001220703125, 0.523597896099090576, 0, 0, 0.258818626403808593, 0.965925931930541992, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1077, 180415, 0, 1519, 5150, '0', 0, 0, -8380.41015625, 625.96197509765625, 96.0511016845703125, 0.366517573595046997, 0, 0, 0.182234764099121093, 0.98325502872467041, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1078, 180415, 0, 1519, 5150, '0', 0, 0, -8374.0400390625, 614.76702880859375, 95.98960113525390625, 2.635444164276123046, 0, 0, 0.96814727783203125, 0.250381410121917724, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1079, 180415, 0, 1519, 5150, '0', 0, 0, -8373.3798828125, 613.40997314453125, 96.55010223388671875, 6.108653545379638671, 0, 0, -0.08715534210205078, 0.996194720268249511, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1080, 180415, 0, 1519, 5150, '0', 0, 0, -8381.66015625, 608.843994140625, 96.11150360107421875, 0.802850961685180664, 0, 0, 0.390730857849121093, 0.920504987239837646, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1081, 180415, 0, 1519, 5150, '0', 0, 0, -8372.650390625, 612.01898193359375, 97.1320037841796875, 2.862335443496704101, 0, 0, 0.990267753601074218, 0.139175355434417724, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1082, 180415, 0, 1519, 5150, '0', 0, 0, -8380.2998046875, 607.73297119140625, 96.75209808349609375, 0.959929943084716796, 0, 0, 0.461748123168945312, 0.887011110782623291, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1083, 180415, 0, 1519, 5150, '0', 0, 0, -8332.8798828125, 660.739990234375, 98.1356964111328125, 2.059488296508789062, 0, 0, 0.857167243957519531, 0.515038192272186279, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1084, 180415, 0, 1519, 5150, '0', 0, 0, -8370.8896484375, 598.34197998046875, 98.90529632568359375, 4.084071159362792968, 0, 0, -0.8910064697265625, 0.453990638256072998, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1085, 180415, 0, 1519, 5150, '0', 0, 0, -8382.2099609375, 589.5889892578125, 98.89739990234375, 0.767943859100341796, 0, 0, 0.374606132507324218, 0.927184045314788818, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1086, 180415, 0, 1519, 5150, '0', 0, 0, -8367.169921875, 601.4320068359375, 98.8759002685546875, 1.186823248863220214, 0, 0, 0.559192657470703125, 0.829037725925445556, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1087, 180415, 0, 1519, 5150, '0', 0, 0, -8379.009765625, 606.6719970703125, 97.31749725341796875, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1088, 180415, 0, 1519, 5150, '0', 0, 0, -8368.990234375, 599.8179931640625, 98.870697021484375, 0.942476630210876464, 0, 0, 0.453989982604980468, 0.891006767749786376, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1089, 180415, 0, 1519, 5150, '0', 0, 0, -8378.4697265625, 592.7030029296875, 98.890899658203125, 0.890116631984710693, 0, 0, 0.430510520935058593, 0.902585566043853759, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1090, 180415, 0, 1519, 5150, '0', 0, 0, -8380.33984375, 591.16302490234375, 98.874298095703125, 1.012289404869079589, 0, 0, 0.484808921813964843, 0.87462007999420166, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1091, 180415, 0, 1519, 5150, '0', 0, 0, -8365.1904296875, 574.27398681640625, 105.2620010375976562, 0.139624491333961486, 0, 0, 0.06975555419921875, 0.997564136981964111, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1092, 180415, 0, 1519, 5150, '0', 0, 0, -8361.2001953125, 577.2760009765625, 105.2919998168945312, 6.108653545379638671, 0, 0, -0.08715534210205078, 0.996194720268249511, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1093, 180415, 0, 1519, 5150, '0', 0, 0, -8363.2099609375, 575.7550048828125, 105.3069992065429687, 6.056293010711669921, 0, 0, -0.11320304870605468, 0.993571877479553222, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1094, 180415, 0, 1519, 5150, '0', 0, 0, -8359.48046875, 578.71502685546875, 105.3610000610351562, 4.572763919830322265, 0, 0, -0.75470924377441406, 0.656059443950653076, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1095, 180415, 0, 1519, 5150, '0', 0, 0, -8355.48046875, 581.68402099609375, 105.3470001220703125, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1096, 180415, 0, 1519, 5150, '0', 0, 0, -8357.419921875, 580.23101806640625, 105.3330001831054687, 0.436331570148468017, 0, 0, 0.216439247131347656, 0.976296067237854003, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1097, 180415, 0, 1519, 5150, '0', 0, 0, -8339.2099609375, 601.71197509765625, 104.9530029296875, 2.495818138122558593, 0, 0, 0.948323249816894531, 0.317305892705917358, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1098, 180415, 0, 1519, 5150, '0', 0, 0, -8339.8603515625, 602.51702880859375, 104.9530029296875, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1099, 180415, 0, 1519, 5150, '0', 0, 0, -8345.580078125, 612.29998779296875, 107.03399658203125, 2.234017848968505859, 0, 0, 0.898793220520019531, 0.438372820615768432, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1100, 180415, 0, 1519, 5150, '0', 0, 0, -8344.0400390625, 613.62298583984375, 106.8300018310546875, 1.500982880592346191, 0, 0, 0.681998252868652343, 0.731353819370269775, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1101, 180415, 0, 1519, 5150, '0', 0, 0, -8328.6201171875, 588.41802978515625, 105.1859970092773437, 5.078907966613769531, 0, 0, -0.56640625, 0.824126183986663818, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1102, 180415, 0, 1519, 5150, '0', 0, 0, -8342.150390625, 615.0469970703125, 107.0070037841796875, 2.321286916732788085, 0, 0, 0.917059898376464843, 0.398749500513076782, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1103, 180415, 0, 1519, 5150, '0', 0, 0, -8329.330078125, 589.31597900390625, 105.1660003662109375, 4.852017402648925781, 0, 0, -0.65605831146240234, 0.754710197448730468, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1104, 180415, 0, 1519, 5150, '0', 0, 0, -8342.5703125, 614.75299072265625, 106.8160018920898437, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1105, 180415, 0, 1519, 5150, '0', 0, 0, -8336.6796875, 598.59002685546875, 105.2129974365234375, 6.073746204376220703, 0, 0, -0.10452842712402343, 0.994521915912628173, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1106, 180415, 0, 1519, 5150, '0', 0, 0, -8337.2802734375, 599.3189697265625, 105.0240020751953125, 5.777040958404541015, 0, 0, -0.25037956237792968, 0.968147754669189453, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1107, 180415, 0, 1519, 5150, '0', 0, 0, -8327.900390625, 610.77398681640625, 105.0670013427734375, 6.213373661041259765, 0, 0, -0.03489875793457031, 0.999390840530395507, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1108, 180415, 0, 1519, 5150, '0', 0, 0, -8326, 585.13897705078125, 104.9850006103515625, 4.677483558654785156, 0, 0, -0.71933937072753906, 0.694658815860748291, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1109, 180415, 0, 1519, 5150, '0', 0, 0, -8326.6904296875, 586, 105.0439987182617187, 6.03883981704711914, 0, 0, -0.12186908721923828, 0.9925462007522583, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1110, 180415, 0, 1519, 5150, '0', 0, 0, -8340.8603515625, 615.85198974609375, 106.9449996948242187, 2.268925428390502929, 0, 0, 0.906307220458984375, 0.422619491815567016, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1111, 180415, 0, 1519, 5150, '0', 0, 0, -8341.3603515625, 615.7239990234375, 106.852996826171875, 1.884953022003173828, 0, 0, 0.809016227722167968, 0.587786316871643066, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1112, 180415, 0, 1519, 5150, '0', 0, 0, -8334.76953125, 596.20001220703125, 105.1320037841796875, 3.804818391799926757, 0, 0, -0.94551849365234375, 0.325568377971649169, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1113, 180415, 0, 1519, 5150, '0', 0, 0, -8335.330078125, 596.92401123046875, 105.1790008544921875, 2.949595451354980468, 0, 0, 0.995395660400390625, 0.095851235091686248, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1114, 180415, 0, 1519, 5150, '0', 0, 0, -8324.76953125, 583.4739990234375, 105.0360031127929687, 5.95157480239868164, 0, 0, -0.16504669189453125, 0.986285746097564697, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1115, 180415, 0, 1519, 5150, '0', 0, 0, -8339.8603515625, 616.83502197265625, 106.9739990234375, 5.166176319122314453, 0, 0, -0.52991867065429687, 0.84804844856262207, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1116, 180415, 0, 1519, 5150, '0', 0, 0, -8339.3798828125, 617.02301025390625, 106.7050018310546875, 2.408554315567016601, 0, 0, 0.933580398559570312, 0.358368009328842163, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1117, 180415, 0, 1519, 5150, '0', 0, 0, -8333.0498046875, 593.99700927734375, 105.2300033569335937, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1118, 180415, 0, 1519, 5150, '0', 0, 0, -8338.7197265625, 617.875, 106.8570022583007812, 1.762782454490661621, 0, 0, 0.771624565124511718, 0.636078238487243652, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1119, 180415, 0, 1519, 5150, '0', 0, 0, -8338.16015625, 618.04901123046875, 107.0019989013671875, 2.775068521499633789, 0, 0, 0.983254432678222656, 0.182238012552261352, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1120, 180415, 0, 1519, 5150, '0', 0, 0, -8331.169921875, 591.6669921875, 105.09100341796875, 2.338739633560180664, 0, 0, 0.920504570007324218, 0.3907318115234375, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1121, 180415, 0, 1519, 5150, '0', 0, 0, -8331.73046875, 592.41802978515625, 104.9459991455078125, 4.520402908325195312, 0, 0, -0.77162456512451171, 0.636078238487243652, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1122, 180415, 0, 1519, 5150, '0', 0, 0, -8344.33984375, 613.302001953125, 106.9919967651367187, 3.9793548583984375, 0, 0, -0.9135446548461914, 0.406738430261611938, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1123, 180415, 0, 1519, 5150, '0', 0, 0, -8336.9599609375, 619.1610107421875, 106.983001708984375, 2.460912704467773437, 0, 0, 0.942641258239746093, 0.333807557821273803, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1124, 180415, 0, 1519, 5150, '0', 0, 0, -8329.759765625, 589.9530029296875, 105.227996826171875, 4.97418975830078125, 0, 0, -0.60876083374023437, 0.793353796005249023, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1125, 180415, 0, 1519, 5150, '0', 0, 0, -8342.83984375, 614.26702880859375, 106.8629989624023437, 3.368495941162109375, 0, 0, -0.99357128143310546, 0.113208353519439697, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1126, 180415, 0, 1519, 5150, '0', 0, 0, -8343.3203125, 614.14801025390625, 107.0159988403320312, 0.645771682262420654, 0, 0, 0.317304611206054687, 0.948323667049407958, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1127, 180415, 0, 1519, 5150, '0', 0, 0, -8337.8095703125, 599.98602294921875, 105.1880035400390625, 3.52557229995727539, 0, 0, -0.98162651062011718, 0.190812408924102783, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1128, 180415, 0, 1519, 5150, '0', 0, 0, -8338.4697265625, 600.79498291015625, 105.1959991455078125, 3.054326534271240234, 0, 0, 0.999048233032226562, 0.043619260191917419, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1129, 180415, 0, 1519, 5150, '0', 0, 0, -8327.3095703125, 586.72198486328125, 105.19000244140625, 3.001946926116943359, 0, 0, 0.997563362121582031, 0.069766148924827575, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1130, 180415, 0, 1519, 5150, '0', 0, 0, -8328.259765625, 611.47601318359375, 105.2020034790039062, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1131, 180415, 0, 1519, 5150, '0', 0, 0, -8327.849609375, 587.48297119140625, 105.2060012817382812, 3.892086982727050781, 0, 0, -0.93041706085205078, 0.366502493619918823, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1132, 180415, 0, 1519, 5150, '0', 0, 0, -8341.740234375, 615.39801025390625, 107.0400009155273437, 5.969027042388916015, 0, 0, -0.1564340591430664, 0.987688362598419189, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1133, 180415, 0, 1519, 5150, '0', 0, 0, -8336.0302734375, 597.74102783203125, 105.0550003051757812, 5.340708732604980468, 0, 0, -0.45398998260498046, 0.891006767749786376, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1134, 180415, 0, 1519, 5150, '0', 0, 0, -8325.3603515625, 584.24102783203125, 105.09100341796875, 4.48549652099609375, 0, 0, -0.7826080322265625, 0.622514784336090087, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1135, 180415, 0, 1519, 5150, '0', 0, 0, -8340.33984375, 616.5419921875, 106.9459991455078125, 0.925023794174194335, 0, 0, 0.446197509765625, 0.894934535026550292, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1136, 180415, 0, 1519, 5150, '0', 0, 0, -8340.580078125, 616.3389892578125, 106.8629989624023437, 1.605701684951782226, 0, 0, 0.719339370727539062, 0.694658815860748291, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1137, 180415, 0, 1519, 5150, '0', 0, 0, -8333.650390625, 594.74700927734375, 105.0250015258789062, 5.585053920745849609, 0, 0, -0.34202003479003906, 0.939692676067352294, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1138, 180415, 0, 1519, 5150, '0', 0, 0, -8334.240234375, 595.51702880859375, 105.2020034790039062, 1.745326757431030273, 0, 0, 0.766043663024902343, 0.642788589000701904, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1139, 180415, 0, 1519, 5150, '0', 0, 0, -8339.099609375, 617.45501708984375, 106.9499969482421875, 5.567600727081298828, 0, 0, -0.35020732879638671, 0.936672210693359375, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1140, 180415, 0, 1519, 5150, '0', 0, 0, -8332.26953125, 593.10601806640625, 105.1910018920898437, 5.253442287445068359, 0, 0, -0.49242305755615234, 0.870355963706970214, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1141, 180415, 0, 1519, 5150, '0', 0, 0, -8344.740234375, 612.84197998046875, 106.75, 2.164205789566040039, 0, 0, 0.882946968078613281, 0.469472706317901611, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1142, 180415, 0, 1519, 5150, '0', 0, 0, -8332.66015625, 593.572998046875, 105.2050018310546875, 4.206246376037597656, 0, 0, -0.86162853240966796, 0.50753939151763916, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1143, 180415, 0, 1519, 5150, '0', 0, 0, -8345.2197265625, 612.6199951171875, 106.819000244140625, 1.396261811256408691, 0, 0, 0.642786979675292968, 0.766044974327087402, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1144, 180415, 0, 1519, 5150, '0', 0, 0, -8337.3701171875, 618.802001953125, 106.9300003051757812, 2.478367090225219726, 0, 0, 0.94551849365234375, 0.325568377971649169, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1145, 180415, 0, 1519, 5150, '0', 0, 0, -8337.8603515625, 618.5679931640625, 106.8489990234375, 3.263772249221801757, 0, 0, -0.99813461303710937, 0.061051756143569946, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1146, 180415, 0, 1519, 5150, '0', 0, 0, -8330.2900390625, 590.54498291015625, 105.0400009155273437, 1.692969322204589843, 0, 0, 0.748955726623535156, 0.662620067596435546, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1147, 180415, 0, 1519, 5150, '0', 0, 0, -8330.7001953125, 591.16998291015625, 105.1920013427734375, 5.026549339294433593, 0, 0, -0.5877847671508789, 0.809017360210418701, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1148, 180415, 0, 1519, 5150, '0', 0, 0, -8343.6103515625, 613.77801513671875, 106.8980026245117187, 5.096362113952636718, 0, 0, -0.55919265747070312, 0.829037725925445556, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1149, 180415, 0, 1519, 5150, '0', 0, 0, -8326.25, 608.781005859375, 105.0210037231445312, 5.724681377410888671, 0, 0, -0.27563667297363281, 0.961261868476867675, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1150, 180415, 0, 1519, 5150, '0', 0, 0, -8321.08984375, 602.11798095703125, 105.2020034790039062, 0.610863447189331054, 0, 0, 0.3007049560546875, 0.953717231750488281, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1151, 180415, 0, 1519, 5150, '0', 0, 0, -8320.25, 601.07098388671875, 105.154998779296875, 2.617989301681518554, 0, 0, 0.965925216674804687, 0.258821308612823486, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1152, 180415, 0, 1519, 5150, '0', 0, 0, -8323.3603515625, 605.06597900390625, 105.2259979248046875, 5.35816192626953125, 0, 0, -0.446197509765625, 0.894934535026550292, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1153, 180415, 0, 1519, 5150, '0', 0, 0, -8322.6298828125, 604.04498291015625, 105.0930023193359375, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1154, 180415, 0, 1519, 5150, '0', 0, 0, -8325.5703125, 607.9310302734375, 105.2119979858398437, 1.762782454490661621, 0, 0, 0.771624565124511718, 0.636078238487243652, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1155, 180415, 0, 1519, 5150, '0', 0, 0, -8327.3203125, 610.14202880859375, 105.21099853515625, 5.829400539398193359, 0, 0, -0.22495079040527343, 0.974370121955871582, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1156, 180415, 0, 1519, 5150, '0', 0, 0, -8326.8095703125, 609.447998046875, 104.8889999389648437, 2.391098499298095703, 0, 0, 0.930417060852050781, 0.366502493619918823, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1157, 180415, 0, 1519, 5150, '0', 0, 0, -8321.9599609375, 603.218994140625, 105.009002685546875, 5.70722818374633789, 0, 0, -0.28401470184326171, 0.958819925785064697, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1158, 180415, 0, 1519, 5150, '0', 0, 0, -8324.830078125, 606.93798828125, 105.1750030517578125, 2.495818138122558593, 0, 0, 0.948323249816894531, 0.317305892705917358, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1159, 180415, 0, 1519, 5150, '0', 0, 0, -8324.169921875, 606.06298828125, 105.0569992065429687, 0.698131442070007324, 0, 0, 0.342020034790039062, 0.939692676067352294, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1160, 180415, 0, 1519, 5150, '0', 0, 0, -8314.58984375, 594.0889892578125, 105.1729965209960937, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1161, 180415, 0, 1519, 5150, '0', 0, 0, -8316.1201171875, 595.91302490234375, 104.9990005493164062, 2.757613182067871093, 0, 0, 0.981626510620117187, 0.190812408924102783, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1162, 180415, 0, 1519, 5150, '0', 0, 0, -8317.9599609375, 598.33697509765625, 105.2229995727539062, 2.129300594329833984, 0, 0, 0.874619483947753906, 0.484810054302215576, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1163, 180415, 0, 1519, 5150, '0', 0, 0, -8317.25, 597.34002685546875, 105.2310028076171875, 2.460912704467773437, 0, 0, 0.942641258239746093, 0.333807557821273803, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1164, 180415, 0, 1519, 5150, '0', 0, 0, -8314.01953125, 593.29901123046875, 104.9840011596679687, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1165, 180415, 0, 1519, 5150, '0', 0, 0, -8313.2900390625, 592.41302490234375, 105.1910018920898437, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1166, 180415, 0, 1519, 5150, '0', 0, 0, -8315.3798828125, 595.09002685546875, 105.0370025634765625, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1167, 180415, 0, 1519, 5150, '0', 0, 0, -8316.6904296875, 596.63397216796875, 105.1259994506835937, 2.234017848968505859, 0, 0, 0.898793220520019531, 0.438372820615768432, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1168, 180415, 0, 1519, 5150, '0', 0, 0, -8319.509765625, 600.12200927734375, 105.0569992065429687, 5.759587764739990234, 0, 0, -0.25881862640380859, 0.965925931930541992, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1169, 180415, 0, 1519, 5150, '0', 0, 0, -8318.7099609375, 599.14599609375, 105.1569976806640625, 0.052358884364366531, 0, 0, 0.02617645263671875, 0.999657332897186279, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1170, 180415, 0, 1519, 5150, '0', 0, 0, -8317.2197265625, 666.3909912109375, 98.1891021728515625, 4.869470596313476562, 0, 0, -0.64944744110107421, 0.760406434535980224, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1171, 180415, 0, 1519, 5150, '0', 0, 0, -8311.8896484375, 656.31097412109375, 98.18890380859375, 2.652894020080566406, 0, 0, 0.970294952392578125, 0.241925001144409179, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1172, 180415, 0, 1519, 5150, '0', 0, 0, -8312.0595703125, 659.69097900390625, 98.1891021728515625, 0.715584874153137207, 0, 0, 0.350207328796386718, 0.936672210693359375, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1173, 180415, 0, 1519, 5150, '0', 0, 0, -8326.6103515625, 665.81298828125, 98.186798095703125, 0.296705186367034912, 0, 0, 0.147809028625488281, 0.989015936851501464, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1174, 180415, 0, 1519, 5150, '0', 0, 0, -8321.830078125, 667.2760009765625, 98.18900299072265625, 1.099556446075439453, 0, 0, 0.522498130798339843, 0.852640450000762939, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1175, 180415, 0, 1519, 5150, '0', 0, 0, -8330.2001953125, 662.99700927734375, 98.15399932861328125, 1.745326757431030273, 0, 0, 0.766043663024902343, 0.642788589000701904, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+1176, 180415, 0, 1519, 9171, '0', 0, 0, -8251.9404296875, 892.64599609375, 101.1539993286132812, 4.1538848876953125, 0, 0, -0.8746194839477539, 0.484810054302215576, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Embassy - Difficulty: 0) +(@OGUID+1177, 180415, 0, 1519, 9171, '0', 0, 0, -8251.73046875, 891.32501220703125, 101.4589996337890625, 2.949595451354980468, 0, 0, 0.995395660400390625, 0.095851235091686248, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Embassy - Difficulty: 0) +(@OGUID+1178, 180415, 0, 1519, 9171, '0', 0, 0, -8249.7802734375, 880.43597412109375, 101.4729995727539062, 6.09120035171508789, 0, 0, -0.09584522247314453, 0.995396256446838378, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Embassy - Difficulty: 0) +(@OGUID+1179, 180415, 0, 1519, 9171, '0', 0, 0, -8249.9599609375, 881.5260009765625, 101.625, 2.426007747650146484, 0, 0, 0.936672210693359375, 0.350207358598709106, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Embassy - Difficulty: 0) +(@OGUID+1180, 180415, 0, 1519, 9171, '0', 0, 0, -8243.3896484375, 889.77301025390625, 100.8860015869140625, 1.745326757431030273, 0, 0, 0.766043663024902343, 0.642788589000701904, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Embassy - Difficulty: 0) +(@OGUID+1181, 180415, 0, 1519, 9171, '0', 0, 0, -8244.759765625, 889.04901123046875, 101.177001953125, 2.373644113540649414, 0, 0, 0.927183151245117187, 0.37460830807685852, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Embassy - Difficulty: 0) +(@OGUID+1182, 180415, 0, 1519, 9171, '0', 0, 0, -8245.91015625, 881.1929931640625, 101.1910018920898437, 4.084071159362792968, 0, 0, -0.8910064697265625, 0.453990638256072998, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Embassy - Difficulty: 0) +(@OGUID+1183, 180415, 0, 1519, 9171, '0', 0, 0, -8244.75, 880.08197021484375, 100.88800048828125, 3.769911527633666992, 0, 0, -0.95105648040771484, 0.309017121791839599, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Embassy - Difficulty: 0) +(@OGUID+1184, 180415, 0, 1519, 9171, '0', 0, 0, -8244.009765625, 884.95098876953125, 101.1699981689453125, 2.949595451354980468, 0, 0, 0.995395660400390625, 0.095851235091686248, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Embassy - Difficulty: 0) +(@OGUID+1185, 180415, 0, 1519, 9171, '0', 0, 0, -8248.33984375, 890.78997802734375, 101.4749984741210937, 2.199114561080932617, 0, 0, 0.8910064697265625, 0.453990638256072998, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Embassy - Difficulty: 0) +(@OGUID+1186, 180415, 0, 1519, 9171, '0', 0, 0, -8246.4697265625, 885.26898193359375, 101.625, 1.954769015312194824, 0, 0, 0.829037666320800781, 0.559192776679992675, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Embassy - Difficulty: 0) +(@OGUID+1187, 180415, 0, 1519, 9171, '0', 0, 0, -8247.650390625, 882.864990234375, 101.625, 3.24634718894958496, 0, 0, -0.99862861633300781, 0.052353221923112869, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Embassy - Difficulty: 0) +(@OGUID+1188, 180415, 0, 1519, 9171, '0', 0, 0, -8254.669921875, 889.60797119140625, 101.4929962158203125, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Embassy - Difficulty: 0) +(@OGUID+1189, 180415, 0, 1519, 9171, '0', 0, 0, -8245.919921875, 888.42498779296875, 101.4800033569335937, 2.775068521499633789, 0, 0, 0.983254432678222656, 0.182238012552261352, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Embassy - Difficulty: 0) +(@OGUID+1190, 180415, 0, 1519, 9171, '0', 0, 0, -8252.1904296875, 894.21002197265625, 100.8639984130859375, 0.750490784645080566, 0, 0, 0.3665008544921875, 0.93041771650314331, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Embassy - Difficulty: 0) +(@OGUID+1191, 180415, 0, 1519, 9171, '0', 0, 0, -8255.0498046875, 886.48297119140625, 101.625, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Embassy - Difficulty: 0) +(@OGUID+1192, 180415, 0, 1519, 9171, '0', 0, 0, -8254.419921875, 878.31097412109375, 100.8779983520507812, 6.248279094696044921, 0, 0, -0.01745223999023437, 0.999847710132598876, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Embassy - Difficulty: 0) +(@OGUID+1193, 180415, 0, 1519, 9171, '0', 0, 0, -8258.0703125, 881.97601318359375, 100.8949966430664062, 6.248279094696044921, 0, 0, -0.01745223999023437, 0.999847710132598876, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Embassy - Difficulty: 0) +(@OGUID+1194, 180415, 0, 1519, 9171, '0', 0, 0, -8251.51953125, 890.12200927734375, 101.5999984741210937, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Embassy - Difficulty: 0) +(@OGUID+1195, 180415, 0, 1519, 9171, '0', 0, 0, -8252.6796875, 881.88397216796875, 101.625, 1.291541695594787597, 0, 0, 0.60181427001953125, 0.798636078834533691, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Embassy - Difficulty: 0) +(@OGUID+1196, 180415, 0, 1519, 9171, '0', 0, 0, -8247.0703125, 893.385009765625, 100.878997802734375, 3.281238555908203125, 0, 0, -0.99756336212158203, 0.069766148924827575, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Embassy - Difficulty: 0) +(@OGUID+1197, 180415, 0, 1519, 9171, '0', 0, 0, -8247.76953125, 892.010009765625, 101.1660003662109375, 3.94444584846496582, 0, 0, -0.92050457000732421, 0.3907318115234375, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Embassy - Difficulty: 0) +(@OGUID+1198, 180415, 0, 1519, 9171, '0', 0, 0, -8249.2802734375, 877.62298583984375, 100.8830032348632812, 6.108653545379638671, 0, 0, -0.08715534210205078, 0.996194720268249511, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Embassy - Difficulty: 0) +(@OGUID+1199, 180415, 0, 1519, 9171, '0', 0, 0, -8249.5498046875, 879.1719970703125, 101.177001953125, 2.530723094940185546, 0, 0, 0.953716278076171875, 0.300707906484603881, 120, 255, 1, 51886); -- CandleBlack01 (Area: Stormwind Embassy - Difficulty: 0) + +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+1200, 180415, 0, 1519, 9171, '0', 0, 0, -8248.8701171875, 889.77099609375, 101.5999984741210937, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Embassy - Difficulty: 0) +(@OGUID+1201, 180415, 0, 1519, 9171, '0', 0, 0, -8246.830078125, 882.07501220703125, 101.48699951171875, 0.349065244197845458, 0, 0, 0.173647880554199218, 0.984807789325714111, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Embassy - Difficulty: 0) +(@OGUID+1202, 180415, 0, 1519, 9171, '0', 0, 0, -8246.8701171875, 887.9310302734375, 101.625, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Embassy - Difficulty: 0) +(@OGUID+1203, 180415, 0, 1519, 9171, '0', 0, 0, -8242.5302734375, 884.72198486328125, 100.8929977416992187, 1.413715124130249023, 0, 0, 0.649447441101074218, 0.760406434535980224, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Embassy - Difficulty: 0) +(@OGUID+1204, 180415, 0, 1519, 9171, '0', 0, 0, -8254.58984375, 883.83001708984375, 101.625, 0.418878614902496337, 0, 0, 0.207911491394042968, 0.978147625923156738, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Embassy - Difficulty: 0) +(@OGUID+1205, 180415, 0, 1519, 9171, '0', 0, 0, -8245.33984375, 885.11798095703125, 101.4840011596679687, 3.071766138076782226, 0, 0, 0.999390602111816406, 0.034906134009361267, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Embassy - Difficulty: 0) +(@OGUID+1206, 180415, 0, 1519, 9171, '0', 0, 0, -8256.2197265625, 886.66998291015625, 101.4619979858398437, 0.645771682262420654, 0, 0, 0.317304611206054687, 0.948323667049407958, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Embassy - Difficulty: 0) +(@OGUID+1207, 180415, 0, 1519, 9171, '0', 0, 0, -8253.7802734375, 888.87200927734375, 101.625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Embassy - Difficulty: 0) +(@OGUID+1208, 180415, 0, 1519, 9171, '0', 0, 0, -8256.7900390625, 882.656005859375, 101.1669998168945312, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Embassy - Difficulty: 0) +(@OGUID+1209, 180415, 0, 1519, 9171, '0', 0, 0, -8255.5595703125, 883.31298828125, 101.4889984130859375, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Embassy - Difficulty: 0) +(@OGUID+1210, 180415, 0, 1519, 9171, '0', 0, 0, -8257.490234375, 886.78497314453125, 101.1740036010742187, 5.026549339294433593, 0, 0, -0.5877847671508789, 0.809017360210418701, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Embassy - Difficulty: 0) +(@OGUID+1211, 180415, 0, 1519, 9171, '0', 0, 0, -8253.16015625, 880.8590087890625, 101.4629974365234375, 5.95157480239868164, 0, 0, -0.16504669189453125, 0.986285746097564697, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Embassy - Difficulty: 0) +(@OGUID+1212, 180415, 0, 1519, 9171, '0', 0, 0, -8253.740234375, 879.70697021484375, 101.1660003662109375, 2.809975385665893554, 0, 0, 0.986285209655761718, 0.165049895644187927, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Embassy - Difficulty: 0) +(@OGUID+1213, 180415, 0, 1519, 9171, '0', 0, 0, -8255.6298828125, 890.54901123046875, 101.180999755859375, 6.09120035171508789, 0, 0, -0.09584522247314453, 0.995396256446838378, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Embassy - Difficulty: 0) +(@OGUID+1214, 180415, 0, 1519, 9171, '0', 0, 0, -8256.849609375, 891.61602783203125, 100.8730010986328125, 0.174532130360603332, 0, 0, 0.087155342102050781, 0.996194720268249511, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Embassy - Difficulty: 0) +(@OGUID+1215, 180415, 0, 1519, 9171, '0', 0, 0, -8259.150390625, 887.03497314453125, 100.86199951171875, 5.305802345275878906, 0, 0, -0.46947097778320312, 0.882947921752929687, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Embassy - Difficulty: 0) +(@OGUID+1216, 180415, 0, 1519, 5316, '0', 0, 0, -8329.6103515625, 893.69598388671875, 98.68170166015625, 4.118979454040527343, 0, 0, -0.88294696807861328, 0.469472706317901611, 120, 255, 1, 51886), -- CandleBlack01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+1217, 180415, 0, 1519, 5316, '0', 0, 0, -8325.83984375, 897.22198486328125, 98.9822998046875, 5.113816738128662109, 0, 0, -0.55193614959716796, 0.833886384963989257, 120, 255, 1, 51886), -- CandleBlack01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+1218, 180415, 0, 1519, 5316, '0', 0, 0, -8333.650390625, 895.4580078125, 98.428802490234375, 4.991643905639648437, 0, 0, -0.60181427001953125, 0.798636078834533691, 120, 255, 1, 51886), -- CandleBlack01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+1219, 180415, 0, 1519, 5316, '0', 0, 0, -8310.1396484375, 921.7340087890625, 98.63390350341796875, 0.366517573595046997, 0, 0, 0.182234764099121093, 0.98325502872467041, 120, 255, 1, 51886), -- CandleBlack01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+1220, 180415, 0, 1519, 5316, '0', 0, 0, -8328.3798828125, 909.02099609375, 98.74970245361328125, 3.874631166458129882, 0, 0, -0.93358039855957031, 0.358368009328842163, 120, 255, 1, 51886), -- CandleBlack01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+1221, 180415, 0, 1519, 5316, '0', 0, 0, -8328.25, 899.34698486328125, 101.2419967651367187, 1.32644820213317871, 0, 0, 0.615660667419433593, 0.788011372089385986, 120, 255, 1, 51886), -- CandleBlack01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+1222, 180415, 0, 1519, 5316, '0', 0, 0, -8315.7197265625, 911.92498779296875, 98.7572021484375, 4.799657344818115234, 0, 0, -0.67558956146240234, 0.737277925014495849, 120, 255, 1, 51886), -- CandleBlack01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+1223, 180415, 0, 1519, 5316, '0', 0, 0, -8333.0498046875, 900.51397705078125, 98.63210296630859375, 0.994837164878845214, 0, 0, 0.477158546447753906, 0.878817260265350341, 120, 255, 1, 51886), -- CandleBlack01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+1224, 180415, 0, 1519, 5316, '0', 0, 0, -8300.3603515625, 903.75701904296875, 99.14600372314453125, 3.892086982727050781, 0, 0, -0.93041706085205078, 0.366502493619918823, 120, 255, 1, 51886), -- CandleBlack01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+1225, 180415, 0, 1519, 5316, '0', 0, 0, -8304.330078125, 905.99298095703125, 99.11419677734375, 1.151916384696960449, 0, 0, 0.544638633728027343, 0.838670849800109863, 120, 255, 1, 51886), -- CandleBlack01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+1226, 180415, 0, 1519, 5316, '0', 0, 0, -8305.8896484375, 919.6610107421875, 99.04810333251953125, 0.523597896099090576, 0, 0, 0.258818626403808593, 0.965925931930541992, 120, 255, 1, 51886), -- CandleBlack01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+1227, 180415, 0, 1519, 5316, '0', 0, 0, -8326.16015625, 913.27099609375, 98.6277008056640625, 4.520402908325195312, 0, 0, -0.77162456512451171, 0.636078238487243652, 120, 255, 1, 51886), -- CandleBlack01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+1228, 180415, 0, 1519, 5316, '0', 0, 0, -8327.9404296875, 899.34197998046875, 101.3860015869140625, 4.398232460021972656, 0, 0, -0.80901622772216796, 0.587786316871643066, 120, 255, 1, 51886), -- CandleBlack01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+1229, 180415, 0, 1519, 5316, '0', 0, 0, -8319.3203125, 909.35797119140625, 98.8957977294921875, 5.009094715118408203, 0, 0, -0.59482288360595703, 0.80385679006576538, 120, 255, 1, 51886), -- CandleBlack01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+1230, 180415, 0, 1519, 5316, '0', 0, 0, -8321.4697265625, 905.406005859375, 98.92690277099609375, 5.550147056579589843, 0, 0, -0.358367919921875, 0.933580458164215087, 120, 255, 1, 51886), -- CandleBlack01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+1231, 180415, 0, 1519, 5316, '0', 0, 0, -8328.080078125, 899.62799072265625, 101.1279983520507812, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 51886), -- CandleBlack01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+1232, 180415, 0, 1519, 5316, '0', 0, 0, -8308.25, 908, 99.0198974609375, 0.523597896099090576, 0, 0, 0.258818626403808593, 0.965925931930541992, 120, 255, 1, 51886), -- CandleBlack01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+1233, 180415, 0, 1519, 5316, '0', 0, 0, -8311.9697265625, 909.968994140625, 98.855499267578125, 1.082102894783020019, 0, 0, 0.51503753662109375, 0.857167601585388183, 120, 255, 1, 51886), -- CandleBlack01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+1234, 180415, 0, 1519, 5316, '0', 0, 0, -8295.2197265625, 913.8330078125, 98.89890289306640625, 0.802850961685180664, 0, 0, 0.390730857849121093, 0.920504987239837646, 120, 255, 1, 51886), -- CandleBlack01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+1235, 180415, 0, 1519, 5316, '0', 0, 0, -8299.0703125, 915.635009765625, 99.33660125732421875, 1.099556446075439453, 0, 0, 0.522498130798339843, 0.852640450000762939, 120, 255, 1, 51886), -- CandleBlack01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+1236, 180415, 0, 1519, 5316, '0', 0, 0, -8326.1103515625, 917.65802001953125, 98.47209930419921875, 2.059488296508789062, 0, 0, 0.857167243957519531, 0.515038192272186279, 120, 255, 1, 51886), -- CandleBlack01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+1237, 180415, 0, 1519, 5316, '0', 0, 0, -8330.9599609375, 920.89202880859375, 98.384002685546875, 4.415683269500732421, 0, 0, -0.80385684967041015, 0.594822824001312255, 120, 255, 1, 51886), -- CandleBlack01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+1238, 180415, 0, 1519, 5316, '0', 0, 0, -8313.83984375, 923.52801513671875, 98.49849700927734375, 0.663223206996917724, 0, 0, 0.325567245483398437, 0.945518851280212402, 120, 255, 1, 51886), -- CandleBlack01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+1239, 180415, 0, 1519, 5316, '0', 0, 0, -8320.9697265625, 927.39398193359375, 98.28330230712890625, 1.204277276992797851, 0, 0, 0.56640625, 0.824126183986663818, 120, 255, 1, 51886), -- CandleBlack01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+1240, 180415, 0, 1519, 5316, '0', 0, 0, -8335.5498046875, 923.7860107421875, 98.23470306396484375, 4.328419685363769531, 0, 0, -0.82903671264648437, 0.559194147586822509, 120, 255, 1, 51886), -- CandleBlack01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+1241, 180415, 0, 1519, 5316, '0', 0, 0, -8317.1298828125, 925.3189697265625, 98.3927001953125, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 120, 255, 1, 51886), -- CandleBlack01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+1242, 180415, 0, 1519, 5316, '0', 0, 0, -8325.169921875, 929.6090087890625, 98.1531982421875, 2.234017848968505859, 0, 0, 0.898793220520019531, 0.438372820615768432, 120, 255, 1, 51886), -- CandleBlack01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+1243, 180415, 0, 1519, 5316, '0', 0, 0, -8379, 912.26202392578125, 99.5948028564453125, 3.682650327682495117, 0, 0, -0.96362972259521484, 0.26724100112915039, 120, 255, 1, 51886), -- CandleBlack01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+1244, 180415, 0, 1519, 5316, '0', 0, 0, -8328.6796875, 933.32098388671875, 97.97119903564453125, 1.658061861991882324, 0, 0, 0.737277030944824218, 0.67559051513671875, 120, 255, 1, 51886), -- CandleBlack01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+1245, 180415, 0, 1519, 5316, '0', 0, 0, -8325.83984375, 938.9580078125, 97.9774017333984375, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, 51886), -- CandleBlack01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+1246, 180415, 0, 1519, 5316, '0', 0, 0, -8343.6796875, 928.21197509765625, 98.14240264892578125, 2.338739633560180664, 0, 0, 0.920504570007324218, 0.3907318115234375, 120, 255, 1, 51886), -- CandleBlack01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+1247, 180415, 0, 1519, 5316, '0', 0, 0, -8336.0400390625, 937.510009765625, 97.90350341796875, 2.268925428390502929, 0, 0, 0.906307220458984375, 0.422619491815567016, 120, 255, 1, 51886), -- CandleBlack01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+1248, 180415, 0, 1519, 5316, '0', 0, 0, -8375.9296875, 915.72698974609375, 99.438201904296875, 6.12610626220703125, 0, 0, -0.07845878601074218, 0.996917366981506347, 120, 255, 1, 51886), -- CandleBlack01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+1249, 180415, 0, 1519, 5316, '0', 0, 0, -8348.5400390625, 930.35400390625, 98.13610076904296875, 4.537858963012695312, 0, 0, -0.76604366302490234, 0.642788589000701904, 120, 255, 1, 51886), -- CandleBlack01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+1250, 180415, 0, 1519, 5316, '0', 0, 0, -8353.41015625, 932.46502685546875, 98.055999755859375, 3.543023586273193359, 0, 0, -0.97992420196533203, 0.199370384216308593, 120, 255, 1, 51886), -- CandleBlack01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+1251, 180415, 0, 1519, 5316, '0', 0, 0, -8348.48046875, 941.29901123046875, 97.62079620361328125, 3.001946926116943359, 0, 0, 0.997563362121582031, 0.069766148924827575, 120, 255, 1, 51886), -- CandleBlack01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+1252, 180415, 0, 1519, 5316, '0', 0, 0, -8372.6103515625, 924.21002197265625, 98.83480072021484375, 6.12610626220703125, 0, 0, -0.07845878601074218, 0.996917366981506347, 120, 255, 1, 51886), -- CandleBlack01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+1253, 180415, 0, 1519, 5316, '0', 0, 0, -8383.6396484375, 913.8489990234375, 99.68340301513671875, 4.694936752319335937, 0, 0, -0.71325016021728515, 0.700909554958343505, 120, 255, 1, 51886), -- CandleBlack01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+1254, 180415, 0, 1519, 5316, '0', 0, 0, -8370.5, 928.927001953125, 98.54599761962890625, 5.148722648620605468, 0, 0, -0.53729915618896484, 0.843391716480255126, 120, 255, 1, 51886), -- CandleBlack01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+1255, 180415, 0, 1519, 5316, '0', 0, 0, -8361.0703125, 935.91998291015625, 98.07469940185546875, 3.874631166458129882, 0, 0, -0.93358039855957031, 0.358368009328842163, 120, 255, 1, 51886), -- CandleBlack01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+1256, 180415, 0, 1519, 5316, '0', 0, 0, -8342.8701171875, 938.77301025390625, 97.7566986083984375, 2.268925428390502929, 0, 0, 0.906307220458984375, 0.422619491815567016, 120, 255, 1, 51886), -- CandleBlack01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+1257, 180415, 0, 1519, 5316, '0', 0, 0, -8383.73046875, 917.99700927734375, 99.49919891357421875, 3.717553615570068359, 0, 0, -0.95881938934326171, 0.284016460180282592, 120, 255, 1, 51886), -- CandleBlack01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+1258, 180415, 0, 1519, 5316, '0', 0, 0, -8323.6796875, 943.28497314453125, 97.97650146484375, 6.248279094696044921, 0, 0, -0.01745223999023437, 0.999847710132598876, 120, 255, 1, 51886), -- CandleBlack01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+1259, 180415, 0, 1519, 5316, '0', 0, 0, -8321.5703125, 947.760009765625, 97.95279693603515625, 0.802850961685180664, 0, 0, 0.390730857849121093, 0.920504987239837646, 120, 255, 1, 51886), -- CandleBlack01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+1260, 180415, 0, 1519, 5316, '0', 0, 0, -8333.6396484375, 942.50897216796875, 97.8677978515625, 4.415683269500732421, 0, 0, -0.80385684967041015, 0.594822824001312255, 120, 255, 1, 51886), -- CandleBlack01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+1261, 180415, 0, 1519, 5346, '0', 0, 0, -8319.4501953125, 952.12799072265625, 98.10849761962890625, 0.139624491333961486, 0, 0, 0.06975555419921875, 0.997564136981964111, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1262, 180415, 0, 1519, 5346, '0', 0, 0, -8317.150390625, 956.98797607421875, 98.33679962158203125, 0.034906249493360519, 0, 0, 0.017452239990234375, 0.999847710132598876, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1263, 180415, 0, 1519, 5346, '0', 0, 0, -8314.9296875, 961.35198974609375, 98.50659942626953125, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1264, 180415, 0, 1519, 5346, '0', 0, 0, -8331.4404296875, 947.0780029296875, 97.84380340576171875, 4.276057243347167968, 0, 0, -0.84339141845703125, 0.537299633026123046, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1265, 180415, 0, 1519, 5346, '0', 0, 0, -8322.7001953125, 965.1199951171875, 98.28459930419921875, 1.343901276588439941, 0, 0, 0.622513771057128906, 0.78260880708694458, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1266, 180415, 0, 1519, 5346, '0', 0, 0, -8291.6904296875, 989.92401123046875, 101.1139984130859375, 4.328419685363769531, 0, 0, -0.82903671264648437, 0.559194147586822509, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1267, 180415, 0, 1519, 5346, '0', 0, 0, -8290.9599609375, 989, 101.3720016479492187, 5.131268978118896484, 0, 0, -0.54463863372802734, 0.838670849800109863, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1268, 180415, 0, 1519, 5346, '0', 0, 0, -8329.330078125, 951.35198974609375, 97.76149749755859375, 4.014260292053222656, 0, 0, -0.90630722045898437, 0.422619491815567016, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1269, 180415, 0, 1519, 5346, '0', 0, 0, -8290.76953125, 988.85797119140625, 101.3430023193359375, 1.832594871520996093, 0, 0, 0.793353080749511718, 0.608761727809906005, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1270, 180415, 0, 1519, 5346, '0', 0, 0, -8327.1904296875, 955.7550048828125, 97.9394989013671875, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1271, 180415, 0, 1519, 5346, '0', 0, 0, -8324.91015625, 960.50701904296875, 98.1118011474609375, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1272, 180415, 0, 1519, 5346, '0', 0, 0, -8296.8701171875, 995.50201416015625, 101.3280029296875, 1.85004889965057373, 0, 0, 0.798635482788085937, 0.60181504487991333, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1273, 180415, 0, 1519, 5346, '0', 0, 0, -8295.8701171875, 994.5419921875, 101.1480026245117187, 3.769911527633666992, 0, 0, -0.95105648040771484, 0.309017121791839599, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1274, 180415, 0, 1519, 5346, '0', 0, 0, -8366.2099609375, 948.46697998046875, 97.52989959716796875, 2.216565132141113281, 0, 0, 0.894933700561523437, 0.44619917869567871, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1275, 180415, 0, 1519, 5346, '0', 0, 0, -8293.2998046875, 992, 101.3850021362304687, 4.572763919830322265, 0, 0, -0.75470924377441406, 0.656059443950653076, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1276, 180415, 0, 1519, 5346, '0', 0, 0, -8293.08984375, 991.59002685546875, 101.2080001831054687, 0.977383077144622802, 0, 0, 0.469470977783203125, 0.882947921752929687, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1277, 180415, 0, 1519, 5346, '0', 0, 0, -8294.58984375, 992.90997314453125, 101.4039993286132812, 1.85004889965057373, 0, 0, 0.798635482788085937, 0.60181504487991333, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1278, 180415, 0, 1519, 5346, '0', 0, 0, -8294.4599609375, 992.62298583984375, 101.3160018920898437, 1.85004889965057373, 0, 0, 0.798635482788085937, 0.60181504487991333, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1279, 180415, 0, 1519, 5346, '0', 0, 0, -8360.8896484375, 946.0260009765625, 97.54810333251953125, 0.418878614902496337, 0, 0, 0.207911491394042968, 0.978147625923156738, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1280, 180415, 0, 1519, 5346, '0', 0, 0, -8296.7998046875, 995.00299072265625, 101.3339996337890625, 4.171337604522705078, 0, 0, -0.87035560607910156, 0.492423713207244873, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1281, 180415, 0, 1519, 5346, '0', 0, 0, -8365.2001953125, 937.63201904296875, 97.954803466796875, 4.188792228698730468, 0, 0, -0.86602497100830078, 0.50000077486038208, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1282, 180415, 0, 1519, 5346, '0', 0, 0, -8368.3095703125, 934.0570068359375, 98.2447967529296875, 5.89921426773071289, 0, 0, -0.19080829620361328, 0.981627285480499267, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1283, 180415, 0, 1519, 5346, '0', 0, 0, -8292.7001953125, 991.447998046875, 101.2429962158203125, 1.745326757431030273, 0, 0, 0.766043663024902343, 0.642788589000701904, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1284, 180415, 0, 1519, 5346, '0', 0, 0, -8292.23046875, 990.3060302734375, 101.302001953125, 2.949595451354980468, 0, 0, 0.995395660400390625, 0.095851235091686248, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1285, 180415, 0, 1519, 5346, '0', 0, 0, -8294.73046875, 992.60797119140625, 101.0699996948242187, 1.85004889965057373, 0, 0, 0.798635482788085937, 0.60181504487991333, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1286, 180415, 0, 1519, 5346, '0', 0, 0, -8356.330078125, 944.12799072265625, 97.59100341796875, 0.383971005678176879, 0, 0, 0.190808296203613281, 0.981627285480499267, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1287, 180415, 0, 1519, 5346, '0', 0, 0, -8371.740234375, 950.99798583984375, 97.54340362548828125, 1.466075778007507324, 0, 0, 0.669130325317382812, 0.74314504861831665, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1288, 180415, 0, 1519, 5346, '0', 0, 0, -8375.5498046875, 936.94097900390625, 98.2530975341796875, 2.600535154342651367, 0, 0, 0.963629722595214843, 0.26724100112915039, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1289, 180415, 0, 1519, 5346, '0', 0, 0, -8375.7802734375, 942.03497314453125, 98.05249786376953125, 4.59021615982055664, 0, 0, -0.74895572662353515, 0.662620067596435546, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1290, 180415, 0, 1519, 5346, '0', 0, 0, -8380.6904296875, 943.48602294921875, 98.31330108642578125, 4.97418975830078125, 0, 0, -0.60876083374023437, 0.793353796005249023, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1291, 180415, 0, 1519, 5346, '0', 0, 0, -8379.48046875, 926.989990234375, 98.78099822998046875, 3.420850038528442382, 0, 0, -0.99026775360107421, 0.139175355434417724, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1292, 180415, 0, 1519, 5346, '0', 0, 0, -8377.6103515625, 931.98101806640625, 98.5529022216796875, 3.90954136848449707, 0, 0, -0.92718315124511718, 0.37460830807685852, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1293, 180415, 0, 1519, 5346, '0', 0, 0, -8380.5703125, 954.864990234375, 97.4302978515625, 3.159062385559082031, 0, 0, -0.99996185302734375, 0.008734640665352344, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1294, 180415, 0, 1519, 5346, '0', 0, 0, -8385.099609375, 944.114990234375, 98.3551025390625, 3.822272777557373046, 0, 0, -0.94264125823974609, 0.333807557821273803, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1295, 180415, 0, 1519, 5346, '0', 0, 0, -8385.580078125, 977.48101806640625, 97.2129974365234375, 2.094393253326416015, 0, 0, 0.866024971008300781, 0.50000077486038208, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1296, 180415, 0, 1519, 5346, '0', 0, 0, -8386.4296875, 958.16497802734375, 97.73130035400390625, 5.270895957946777343, 0, 0, -0.48480892181396484, 0.87462007999420166, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1297, 180415, 0, 1519, 5346, '0', 0, 0, -8389.8701171875, 943.74102783203125, 98.39769744873046875, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1298, 180415, 0, 1519, 5346, '0', 0, 0, -8384.8203125, 983.531005859375, 97.005096435546875, 2.373644113540649414, 0, 0, 0.927183151245117187, 0.37460830807685852, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1299, 180415, 0, 1519, 5346, '0', 0, 0, -8398.4296875, 953.89801025390625, 98.3383026123046875, 1.32644820213317871, 0, 0, 0.615660667419433593, 0.788011372089385986, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1300, 180415, 0, 1519, 5346, '0', 0, 0, -8394.6796875, 942.7760009765625, 98.53600311279296875, 4.276057243347167968, 0, 0, -0.84339141845703125, 0.537299633026123046, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1301, 180415, 0, 1519, 5346, '0', 0, 0, -8394.580078125, 984.1719970703125, 97.32649993896484375, 3.560472726821899414, 0, 0, -0.97814750671386718, 0.207912087440490722, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1302, 180415, 0, 1519, 5346, '0', 0, 0, -8395.080078125, 978.85797119140625, 97.47789764404296875, 2.426007747650146484, 0, 0, 0.936672210693359375, 0.350207358598709106, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1303, 180415, 0, 1519, 5346, '0', 0, 0, -8402.48046875, 939.5, 99.0142974853515625, 4.118979454040527343, 0, 0, -0.88294696807861328, 0.469472706317901611, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1304, 180415, 0, 1519, 5346, '0', 0, 0, -8407.9404296875, 947.82098388671875, 99.05500030517578125, 1.954769015312194824, 0, 0, 0.829037666320800781, 0.559192776679992675, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1305, 180415, 0, 1519, 5346, '0', 0, 0, -8398.6904296875, 941.29498291015625, 98.83899688720703125, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1306, 180415, 0, 1519, 5346, '0', 0, 0, -8402.5400390625, 951.24798583984375, 98.67040252685546875, 6.161012649536132812, 0, 0, -0.06104850769042968, 0.998134791851043701, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1307, 180415, 0, 1519, 5346, '0', 0, 0, -8412.099609375, 944.968994140625, 99.2270965576171875, 5.777040958404541015, 0, 0, -0.25037956237792968, 0.968147754669189453, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1308, 180415, 0, 1519, 5346, '0', 0, 0, -8411.3095703125, 934.030029296875, 99.41030120849609375, 4.537858963012695312, 0, 0, -0.76604366302490234, 0.642788589000701904, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1309, 180415, 0, 1519, 5346, '0', 0, 0, -8419.2998046875, 918.614990234375, 99.61810302734375, 0.087265998125076293, 0, 0, 0.043619155883789062, 0.999048233032226562, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1310, 180415, 0, 1519, 5346, '0', 0, 0, -8415.650390625, 912.7760009765625, 99.4597015380859375, 6.073746204376220703, 0, 0, -0.10452842712402343, 0.994521915912628173, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1311, 180415, 0, 1519, 5346, '0', 0, 0, -8415.08984375, 931.5360107421875, 99.52210235595703125, 5.166176319122314453, 0, 0, -0.52991867065429687, 0.84804844856262207, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1312, 180415, 0, 1519, 5346, '0', 0, 0, -8415.7001953125, 942.50299072265625, 99.34200286865234375, 1.413715124130249023, 0, 0, 0.649447441101074218, 0.760406434535980224, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1313, 180415, 0, 1519, 5346, '0', 0, 0, -8414.5703125, 908.2550048828125, 99.1864013671875, 6.14356088638305664, 0, 0, -0.06975555419921875, 0.997564136981964111, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1314, 180415, 0, 1519, 5346, '0', 0, 0, -8418.9404296875, 928.91802978515625, 99.657501220703125, 2.740161895751953125, 0, 0, 0.979924201965332031, 0.199370384216308593, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1315, 180415, 0, 1519, 5346, '0', 0, 0, -8421.7900390625, 922.39202880859375, 99.66139984130859375, 5.794494152069091796, 0, 0, -0.24192142486572265, 0.970295846462249755, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1316, 180415, 0, 1519, 5346, '0', 0, 0, -8423.08984375, 937.46502685546875, 99.59429931640625, 5.288348197937011718, 0, 0, -0.4771585464477539, 0.878817260265350341, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1317, 180415, 0, 1519, 5346, '0', 0, 0, -8419.58984375, 939.85601806640625, 99.4651031494140625, 4.206246376037597656, 0, 0, -0.86162853240966796, 0.50753939151763916, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1318, 180415, 0, 1519, 5346, '0', 0, 0, -8420.8203125, 908.18902587890625, 98.977996826171875, 2.949595451354980468, 0, 0, 0.995395660400390625, 0.095851235091686248, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1319, 180415, 0, 1519, 5346, '0', 0, 0, -8422.5302734375, 926.4949951171875, 99.76239776611328125, 4.97418975830078125, 0, 0, -0.60876083374023437, 0.793353796005249023, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1320, 180415, 0, 1519, 5346, '0', 0, 0, -8429.9599609375, 919.29998779296875, 99.82140350341796875, 4.48549652099609375, 0, 0, -0.7826080322265625, 0.622514784336090087, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1321, 180415, 0, 1519, 5346, '0', 0, 0, -8423.990234375, 911.0679931640625, 99.3946990966796875, 5.096362113952636718, 0, 0, -0.55919265747070312, 0.829037725925445556, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1322, 180415, 0, 1519, 5346, '0', 0, 0, -8427.580078125, 915.85400390625, 99.9026031494140625, 5.881760597229003906, 0, 0, -0.19936752319335937, 0.979924798011779785, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1323, 180415, 0, 1519, 5346, '0', 0, 0, -8426.4599609375, 935.3060302734375, 99.67230224609375, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1324, 180415, 0, 1519, 5314, '0', 0, 0, -8434.0498046875, 918.79998779296875, 100.0940017700195312, 4.799657344818115234, 0, 0, -0.67558956146240234, 0.737277925014495849, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+1325, 180415, 0, 1519, 5346, '0', 0, 0, -8443.5703125, 932.55401611328125, 99.62920379638671875, 3.94444584846496582, 0, 0, -0.92050457000732421, 0.3907318115234375, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1326, 180415, 0, 1519, 5346, '0', 0, 0, -8441.419921875, 929.8060302734375, 99.8264007568359375, 2.67034769058227539, 0, 0, 0.972369194030761718, 0.233448356389999389, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1327, 180415, 0, 1519, 5346, '0', 0, 0, -8436.599609375, 928.57098388671875, 99.959197998046875, 5.078907966613769531, 0, 0, -0.56640625, 0.824126183986663818, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1328, 180415, 0, 1519, 5346, '0', 0, 0, -8438, 916.135009765625, 100.1389999389648437, 4.97418975830078125, 0, 0, -0.60876083374023437, 0.793353796005249023, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1329, 180415, 0, 1519, 5346, '0', 0, 0, -8433.400390625, 930.67498779296875, 99.83930206298828125, 5.35816192626953125, 0, 0, -0.446197509765625, 0.894934535026550292, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1330, 180415, 0, 1519, 5346, '0', 0, 0, -8445.4697265625, 911.21697998046875, 100.4489974975585937, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1331, 180415, 0, 1519, 5346, '0', 0, 0, -8452.490234375, 929.3280029296875, 99.08550262451171875, 0.942476630210876464, 0, 0, 0.453989982604980468, 0.891006767749786376, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1332, 180415, 0, 1519, 5346, '0', 0, 0, -8454.8798828125, 932.531005859375, 98.70980072021484375, 2.617989301681518554, 0, 0, 0.965925216674804687, 0.258821308612823486, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1333, 180415, 0, 1519, 5346, '0', 0, 0, -8449.9599609375, 918.87701416015625, 100.1179962158203125, 2.129300594329833984, 0, 0, 0.874619483947753906, 0.484810054302215576, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1334, 180415, 0, 1519, 5346, '0', 0, 0, -8447.8095703125, 922.54498291015625, 99.86669921875, 4.677483558654785156, 0, 0, -0.71933937072753906, 0.694658815860748291, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1335, 180415, 0, 1519, 5346, '0', 0, 0, -8455.5, 904.1939697265625, 100.1569976806640625, 5.218535900115966796, 0, 0, -0.507537841796875, 0.861629426479339599, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1336, 180415, 0, 1519, 5346, '0', 0, 0, -8463.2197265625, 909.9429931640625, 100.2020034790039062, 0.034906249493360519, 0, 0, 0.017452239990234375, 0.999847710132598876, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1337, 180415, 0, 1519, 5346, '0', 0, 0, -8459.580078125, 901.40997314453125, 100.0149993896484375, 4.398232460021972656, 0, 0, -0.80901622772216796, 0.587786316871643066, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1338, 180415, 0, 1519, 5346, '0', 0, 0, -8449.41015625, 940.05902099609375, 98.57109832763671875, 5.410521507263183593, 0, 0, -0.42261791229248046, 0.906307935714721679, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1339, 180415, 0, 1519, 5346, '0', 0, 0, -8454.849609375, 888.468994140625, 100.6790008544921875, 0.593410074710845947, 0, 0, 0.292370796203613281, 0.95630502700805664, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1340, 180415, 0, 1519, 5346, '0', 0, 0, -8447.0400390625, 937.2969970703125, 98.98079681396484375, 3.368495941162109375, 0, 0, -0.99357128143310546, 0.113208353519439697, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1341, 180415, 0, 1519, 5346, '0', 0, 0, -8457.349609375, 935.83197021484375, 98.374298095703125, 3.368495941162109375, 0, 0, -0.99357128143310546, 0.113208353519439697, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1342, 180415, 0, 1519, 5346, '0', 0, 0, -8450.080078125, 925.97601318359375, 99.50949859619140625, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1343, 180415, 0, 1519, 5346, '0', 0, 0, -8458.5, 913.14599609375, 99.96700286865234375, 3.22885894775390625, 0, 0, -0.99904823303222656, 0.043619260191917419, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1344, 180415, 0, 1519, 5346, '0', 0, 0, -8459.4697265625, 896.010009765625, 100.46600341796875, 3.368495941162109375, 0, 0, -0.99357128143310546, 0.113208353519439697, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1345, 180415, 0, 1519, 5346, '0', 0, 0, -8453.509765625, 916.46697998046875, 100.1060028076171875, 3.892086982727050781, 0, 0, -0.93041706085205078, 0.366502493619918823, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1346, 180415, 0, 1519, 5346, '0', 0, 0, -8457.099609375, 892.32098388671875, 100.4680023193359375, 1.274088263511657714, 0, 0, 0.594821929931640625, 0.80385744571685791, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1347, 180415, 0, 1519, 5346, '0', 0, 0, -8449.580078125, 908.48602294921875, 100.542999267578125, 4.101525306701660156, 0, 0, -0.88701057434082031, 0.461749136447906494, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1348, 180415, 0, 1519, 5346, '0', 0, 0, -8469.2197265625, 912.5989990234375, 99.58370208740234375, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1349, 180415, 0, 1519, 5346, '0', 0, 0, -8467.4599609375, 909.39599609375, 99.8572998046875, 3.071766138076782226, 0, 0, 0.999390602111816406, 0.034906134009361267, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1350, 180415, 0, 1519, 5346, '0', 0, 0, -8456.919921875, 850.42498779296875, 112.2050018310546875, 1.047197580337524414, 0, 0, 0.5, 0.866025388240814208, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1351, 180415, 0, 1519, 5346, '0', 0, 0, -8476.669921875, 858.01898193359375, 105.7860031127929687, 4.258606910705566406, 0, 0, -0.84804725646972656, 0.529920578002929687, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1352, 180415, 0, 1519, 5346, '0', 0, 0, -8466.1201171875, 850.21502685546875, 105.7860031127929687, 5.986480236053466796, 0, 0, -0.14780902862548828, 0.989015936851501464, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1353, 180415, 0, 1519, 5346, '0', 0, 0, -8473.3896484375, 857.6810302734375, 105.7860031127929687, 3.019413232803344726, 0, 0, 0.998134613037109375, 0.061051756143569946, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1354, 180415, 0, 1519, 5346, '0', 0, 0, -8464.4296875, 858.26397705078125, 105.7860031127929687, 2.565631866455078125, 0, 0, 0.958819389343261718, 0.284016460180282592, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1355, 180415, 0, 1519, 5346, '0', 0, 0, -8470.080078125, 853.76702880859375, 105.7860031127929687, 5.811946868896484375, 0, 0, -0.2334451675415039, 0.972369968891143798, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1356, 180415, 0, 1519, 5346, '0', 0, 0, -8452.7802734375, 848.74798583984375, 112.2829971313476562, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1357, 180415, 0, 1519, 5346, '0', 0, 0, -8477.4697265625, 853.59600830078125, 105.7119979858398437, 4.293513298034667968, 0, 0, -0.8386697769165039, 0.544640243053436279, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1358, 180415, 0, 1519, 5346, '0', 0, 0, -8469.33984375, 857.9219970703125, 105.7860031127929687, 0.052358884364366531, 0, 0, 0.02617645263671875, 0.999657332897186279, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1359, 180415, 0, 1519, 5346, '0', 0, 0, -8474.349609375, 853.49700927734375, 105.7860031127929687, 0.610863447189331054, 0, 0, 0.3007049560546875, 0.953717231750488281, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1360, 180415, 0, 1519, 5346, '0', 0, 0, -8465.849609375, 854.280029296875, 105.7860031127929687, 3.682650327682495117, 0, 0, -0.96362972259521484, 0.26724100112915039, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1361, 180415, 0, 1519, 5346, '0', 0, 0, -8469.7197265625, 842.54302978515625, 105.7860031127929687, 1.413715124130249023, 0, 0, 0.649447441101074218, 0.760406434535980224, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1362, 180415, 0, 1519, 5346, '0', 0, 0, -8470.259765625, 849.625, 105.7860031127929687, 1.919861555099487304, 0, 0, 0.819151878356933593, 0.573576688766479492, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1363, 180415, 0, 1519, 5346, '0', 0, 0, -8460.400390625, 847.625, 112.21099853515625, 4.9218292236328125, 0, 0, -0.62932014465332031, 0.77714616060256958, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1364, 180415, 0, 1519, 5346, '0', 0, 0, -8464.41015625, 839.656005859375, 105.7860031127929687, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1365, 180415, 0, 1519, 5346, '0', 0, 0, -8474.26953125, 845.51702880859375, 105.7860031127929687, 4.555310726165771484, 0, 0, -0.76040554046630859, 0.649448513984680175, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1366, 180415, 0, 1519, 5346, '0', 0, 0, -8455.4501953125, 841.5360107421875, 112.2040023803710937, 2.286378860473632812, 0, 0, 0.909960746765136718, 0.414694398641586303, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1367, 180415, 0, 1519, 5346, '0', 0, 0, -8452, 844.4320068359375, 112.2559967041015625, 2.513273954391479492, 0, 0, 0.951056480407714843, 0.309017121791839599, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1368, 180415, 0, 1519, 5346, '0', 0, 0, -8477.830078125, 849.34197998046875, 105.7860031127929687, 1.745326757431030273, 0, 0, 0.766043663024902343, 0.642788589000701904, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1369, 180415, 0, 1519, 5346, '0', 0, 0, -8460.6904296875, 844.03497314453125, 105.9690017700195312, 4.97418975830078125, 0, 0, -0.60876083374023437, 0.793353796005249023, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1370, 180415, 0, 1519, 5346, '0', 0, 0, -8460.0302734375, 843.93798828125, 106.2099990844726562, 5.375615119934082031, 0, 0, -0.4383707046508789, 0.898794233798980712, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1371, 180415, 0, 1519, 5346, '0', 0, 0, -8461.080078125, 846.51397705078125, 105.9690017700195312, 4.694936752319335937, 0, 0, -0.71325016021728515, 0.700909554958343505, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1372, 180415, 0, 1519, 5346, '0', 0, 0, -8460.509765625, 846.79998779296875, 106.2099990844726562, 2.879789113998413085, 0, 0, 0.991444587707519531, 0.130528271198272705, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1373, 180415, 0, 1519, 5346, '0', 0, 0, -8468.759765625, 838.8330078125, 105.7860031127929687, 4.206246376037597656, 0, 0, -0.86162853240966796, 0.50753939151763916, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1374, 180415, 0, 1519, 5346, '0', 0, 0, -8470.3701171875, 845.84600830078125, 105.66400146484375, 2.024578809738159179, 0, 0, 0.848047256469726562, 0.529920578002929687, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1375, 180415, 0, 1519, 5346, '0', 0, 0, -8466.2900390625, 846.43402099609375, 105.7860031127929687, 1.099556446075439453, 0, 0, 0.522498130798339843, 0.852640450000762939, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1376, 180415, 0, 1519, 5346, '0', 0, 0, -8465.4404296875, 843.40301513671875, 105.7860031127929687, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1377, 180415, 0, 1519, 5346, '0', 0, 0, -8459.4404296875, 843.89398193359375, 106.404998779296875, 0.401424884796142578, 0, 0, 0.199367523193359375, 0.979924798011779785, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1378, 180415, 0, 1519, 5346, '0', 0, 0, -8459.6201171875, 843.14202880859375, 112.2060012817382812, 0.401424884796142578, 0, 0, 0.199367523193359375, 0.979924798011779785, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1379, 180415, 0, 1519, 5346, '0', 0, 0, -8474.2998046875, 849.3699951171875, 105.7860031127929687, 2.129300594329833984, 0, 0, 0.874619483947753906, 0.484810054302215576, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1380, 180415, 0, 1519, 5346, '0', 0, 0, -8535.5302734375, 898.905029296875, 107.9970016479492187, 6.230826377868652343, 0, 0, -0.02617645263671875, 0.999657332897186279, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1381, 180415, 0, 1519, 5346, '0', 0, 0, -8459.9296875, 847.0360107421875, 106.404998779296875, 5.585053920745849609, 0, 0, -0.34202003479003906, 0.939692676067352294, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1382, 180415, 0, 1519, 5346, '0', 0, 0, -8535.0302734375, 900.2139892578125, 107.608001708984375, 0.27925160527229309, 0, 0, 0.139172554016113281, 0.990268170833587646, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1383, 180415, 0, 1519, 5346, '0', 0, 0, -8473.740234375, 842.25, 105.7860031127929687, 4.206246376037597656, 0, 0, -0.86162853240966796, 0.50753939151763916, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1384, 180415, 0, 1519, 5346, '0', 0, 0, -8487.919921875, 842.1719970703125, 106.589996337890625, 3.368495941162109375, 0, 0, -0.99357128143310546, 0.113208353519439697, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1385, 180415, 0, 1519, 5346, '0', 0, 0, -8476.25, 837.447998046875, 105.7860031127929687, 1.012289404869079589, 0, 0, 0.484808921813964843, 0.87462007999420166, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1386, 180415, 0, 1519, 5346, '0', 0, 0, -8491.400390625, 845.12701416015625, 106.5469970703125, 0.994837164878845214, 0, 0, 0.477158546447753906, 0.878817260265350341, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1387, 180415, 0, 1519, 5346, '0', 0, 0, -8493.25, 845.010009765625, 106.5920028686523437, 2.565631866455078125, 0, 0, 0.958819389343261718, 0.284016460180282592, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1388, 180415, 0, 1519, 5346, '0', 0, 0, -8467.490234375, 834.65301513671875, 105.7860031127929687, 3.45575571060180664, 0, 0, -0.98768806457519531, 0.156436234712600708, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1389, 180415, 0, 1519, 5346, '0', 0, 0, -8463, 835.802001953125, 105.7860031127929687, 4.241150379180908203, 0, 0, -0.85264015197753906, 0.522498607635498046, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1390, 180415, 0, 1519, 5346, '0', 0, 0, -8488.6396484375, 843.48297119140625, 106.552001953125, 1.972219824790954589, 0, 0, 0.83388519287109375, 0.55193793773651123, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1391, 180415, 0, 1519, 5346, '0', 0, 0, -8489.9501953125, 844.60101318359375, 106.5759963989257812, 1.448621988296508789, 0, 0, 0.662619590759277343, 0.748956084251403808, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1392, 180415, 0, 1519, 5346, '0', 0, 0, -8460.990234375, 832.22198486328125, 105.7860031127929687, 5.881760597229003906, 0, 0, -0.19936752319335937, 0.979924798011779785, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1393, 180415, 0, 1519, 5346, '0', 0, 0, -8490.400390625, 842.760009765625, 108.7170028686523437, 1.832594871520996093, 0, 0, 0.793353080749511718, 0.608761727809906005, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1394, 180415, 0, 1519, 5346, '0', 0, 0, -8492.169921875, 843.36602783203125, 108.753997802734375, 6.14356088638305664, 0, 0, -0.06975555419921875, 0.997564136981964111, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1395, 180415, 0, 1519, 5346, '0', 0, 0, -8472.830078125, 838.39599609375, 105.7860031127929687, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1396, 180415, 0, 1519, 5346, '0', 0, 0, -8493.01953125, 839.5689697265625, 110.4189987182617187, 4.764749526977539062, 0, 0, -0.6883544921875, 0.725374460220336914, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1397, 180415, 0, 1519, 5346, '0', 0, 0, -8493.6904296875, 840.781005859375, 110.4690017700195312, 0.994837164878845214, 0, 0, 0.477158546447753906, 0.878817260265350341, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1398, 180415, 0, 1519, 5346, '0', 0, 0, -8489.3798828125, 837.572998046875, 106.5830001831054687, 4.59021615982055664, 0, 0, -0.74895572662353515, 0.662620067596435546, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1399, 180415, 0, 1519, 5346, '0', 0, 0, -8490.6796875, 839.8590087890625, 110.4160003662109375, 4.799657344818115234, 0, 0, -0.67558956146240234, 0.737277925014495849, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1400, 180415, 0, 1519, 5346, '0', 0, 0, -8474.990234375, 833.33697509765625, 105.7860031127929687, 1.466075778007507324, 0, 0, 0.669130325317382812, 0.74314504861831665, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1401, 180415, 0, 1519, 5346, '0', 0, 0, -8491.83984375, 838.45098876953125, 108.7559967041015625, 0.994837164878845214, 0, 0, 0.477158546447753906, 0.878817260265350341, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1402, 180415, 0, 1519, 5346, '0', 0, 0, -8490.1396484375, 839.35400390625, 108.7429962158203125, 3.94444584846496582, 0, 0, -0.92050457000732421, 0.3907318115234375, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1403, 180415, 0, 1519, 5346, '0', 0, 0, -8536.8798828125, 895.62298583984375, 108.0279998779296875, 5.811946868896484375, 0, 0, -0.2334451675415039, 0.972369968891143798, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1404, 180415, 0, 1519, 5346, '0', 0, 0, -8492.1201171875, 842.63201904296875, 110.4739990234375, 0.994837164878845214, 0, 0, 0.477158546447753906, 0.878817260265350341, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1405, 180415, 0, 1519, 5346, '0', 0, 0, -8537.33984375, 894.447998046875, 107.6520004272460937, 2.967041015625, 0, 0, 0.996193885803222656, 0.087165042757987976, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1406, 180415, 0, 1519, 5346, '0', 0, 0, -8490.8603515625, 842.17401123046875, 110.41400146484375, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1407, 180415, 0, 1519, 5346, '0', 0, 0, -8493.830078125, 842.52099609375, 108.707000732421875, 3.9793548583984375, 0, 0, -0.9135446548461914, 0.406738430261611938, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1408, 180415, 0, 1519, 5346, '0', 0, 0, -8493.240234375, 842.01702880859375, 110.4199981689453125, 3.24634718894958496, 0, 0, -0.99862861633300781, 0.052353221923112869, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1409, 180415, 0, 1519, 5346, '0', 0, 0, -8471.33984375, 834.03997802734375, 105.7860031127929687, 0.261798173189163208, 0, 0, 0.130525588989257812, 0.991444945335388183, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1410, 180415, 0, 1519, 5346, '0', 0, 0, -8494.4404296875, 840.75299072265625, 108.7139968872070312, 4.799657344818115234, 0, 0, -0.67558956146240234, 0.737277925014495849, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1411, 180415, 0, 1519, 5346, '0', 0, 0, -8496.169921875, 841.47900390625, 106.5719985961914062, 0.994837164878845214, 0, 0, 0.477158546447753906, 0.878817260265350341, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1412, 180415, 0, 1519, 5346, '0', 0, 0, -8488.2802734375, 838.9010009765625, 106.5849990844726562, 2.967041015625, 0, 0, 0.996193885803222656, 0.087165042757987976, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1413, 180415, 0, 1519, 5346, '0', 0, 0, -8487.76953125, 840.3489990234375, 106.572998046875, 5.201082706451416015, 0, 0, -0.51503753662109375, 0.857167601585388183, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1414, 180415, 0, 1519, 5346, '0', 0, 0, -8491.76953125, 839.23297119140625, 110.4800033569335937, 2.600535154342651367, 0, 0, 0.963629722595214843, 0.26724100112915039, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1415, 180415, 0, 1519, 5346, '0', 0, 0, -8469.1298828125, 830.07598876953125, 105.7860031127929687, 4.607671737670898437, 0, 0, -0.74314403533935546, 0.669131457805633544, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1416, 180415, 0, 1519, 5346, '0', 0, 0, -8489.51953125, 841.00897216796875, 108.7620010375976562, 5.323255538940429687, 0, 0, -0.46174812316894531, 0.887011110782623291, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1417, 180415, 0, 1519, 5346, '0', 0, 0, -8490.2802734375, 840.98797607421875, 110.4639968872070312, 4.572763919830322265, 0, 0, -0.75470924377441406, 0.656059443950653076, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1418, 180415, 0, 1519, 5346, '0', 0, 0, -8494.5, 844.32098388671875, 106.4420013427734375, 3.543023586273193359, 0, 0, -0.97992420196533203, 0.199370384216308593, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1419, 180415, 0, 1519, 5346, '0', 0, 0, -8465.5703125, 830.8800048828125, 105.7860031127929687, 2.059488296508789062, 0, 0, 0.857167243957519531, 0.515038192272186279, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1420, 180415, 0, 1519, 5346, '0', 0, 0, -8495.650390625, 842.96002197265625, 106.5960006713867187, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1421, 180415, 0, 1519, 5346, '0', 0, 0, -8493.9296875, 837.156005859375, 106.572998046875, 2.984498262405395507, 0, 0, 0.996916770935058593, 0.078466430306434631, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1422, 180415, 0, 1519, 5346, '0', 0, 0, -8495.3095703125, 838.36602783203125, 106.5589981079101562, 0.994837164878845214, 0, 0, 0.477158546447753906, 0.878817260265350341, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1423, 180415, 0, 1519, 5346, '0', 0, 0, -8493.5400390625, 839.07598876953125, 108.75, 4.118979454040527343, 0, 0, -0.88294696807861328, 0.469472706317901611, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1424, 180415, 0, 1519, 5346, '0', 0, 0, -8496.0703125, 839.71002197265625, 106.5770034790039062, 0.994837164878845214, 0, 0, 0.477158546447753906, 0.878817260265350341, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1425, 180415, 0, 1519, 5346, '0', 0, 0, -8473.1396484375, 829.39801025390625, 105.78399658203125, 4.97418975830078125, 0, 0, -0.60876083374023437, 0.793353796005249023, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1426, 180415, 0, 1519, 5346, '0', 0, 0, -8490.740234375, 836.8699951171875, 106.6050033569335937, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1427, 180415, 0, 1519, 5346, '0', 0, 0, -8492.509765625, 836.75299072265625, 106.589996337890625, 3.717553615570068359, 0, 0, -0.95881938934326171, 0.284016460180282592, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+1428, 180415, 0, 1519, 0, '0', 0, 0, -8565.5, 906.39202880859375, 100.3629989624023437, 1.291541695594787597, 0, 0, 0.60181427001953125, 0.798636078834533691, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+1429, 180415, 0, 1519, 0, '0', 0, 0, -8566.1201171875, 908.14599609375, 100.3209991455078125, 5.131268978118896484, 0, 0, -0.54463863372802734, 0.838670849800109863, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+1430, 180415, 0, 1519, 0, '0', 0, 0, -8566.2001953125, 902.822998046875, 100.3960037231445312, 0.593410074710845947, 0, 0, 0.292370796203613281, 0.95630502700805664, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+1431, 180415, 0, 1519, 0, '0', 0, 0, -8565.490234375, 904.50897216796875, 100.391998291015625, 4.345870018005371093, 0, 0, -0.82412624359130859, 0.566406130790710449, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+1432, 180415, 0, 1519, 0, '0', 0, 0, -8568.900390625, 906.99298095703125, 104.7080001831054687, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+1433, 180415, 0, 1519, 0, '0', 0, 0, -8569.349609375, 900.76898193359375, 100.4169998168945312, 6.056293010711669921, 0, 0, -0.11320304870605468, 0.993571877479553222, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+1434, 180415, 0, 1519, 0, '0', 0, 0, -8568.2900390625, 907.5469970703125, 102.766998291015625, 0.610863447189331054, 0, 0, 0.3007049560546875, 0.953717231750488281, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+1435, 180415, 0, 1519, 0, '0', 0, 0, -8567.5400390625, 901.48602294921875, 100.4110031127929687, 4.45059061050415039, 0, 0, -0.79335308074951171, 0.608761727809906005, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+1436, 180415, 0, 1519, 0, '0', 0, 0, -8568.2802734375, 905.65802001953125, 104.7880020141601562, 0.994837164878845214, 0, 0, 0.477158546447753906, 0.878817260265350341, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+1437, 180415, 0, 1519, 0, '0', 0, 0, -8568.900390625, 904.1810302734375, 104.766998291015625, 6.178466320037841796, 0, 0, -0.05233573913574218, 0.998629570007324218, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+1438, 180415, 0, 1519, 0, '0', 0, 0, -8567.48046875, 905.62701416015625, 102.8290023803710937, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+1439, 180415, 0, 1519, 0, '0', 0, 0, -8568.2802734375, 903.59197998046875, 102.785003662109375, 4.48549652099609375, 0, 0, -0.7826080322265625, 0.622514784336090087, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+1440, 180415, 0, 1519, 0, '0', 0, 0, -8567.58984375, 909.59002685546875, 100.3249969482421875, 3.054326534271240234, 0, 0, 0.999048233032226562, 0.043619260191917419, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+1441, 180415, 0, 1519, 4411, '0', 0, 0, -8570.2197265625, 902.76397705078125, 102.8199996948242187, 3.194002151489257812, 0, 0, -0.99965667724609375, 0.026201646775007247, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1442, 180415, 0, 1519, 4411, '0', 0, 0, -8569.25, 910.260009765625, 100.2990036010742187, 5.619962215423583984, 0, 0, -0.32556724548339843, 0.945518851280212402, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1443, 180415, 0, 1519, 4411, '0', 0, 0, -8570.3095703125, 903.64398193359375, 104.8199996948242187, 4.433136463165283203, 0, 0, -0.79863548278808593, 0.60181504487991333, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1444, 180415, 0, 1519, 0, '0', 0, 0, -8571.580078125, 906.93798828125, 104.6699981689453125, 1.500982880592346191, 0, 0, 0.681998252868652343, 0.731353819370269775, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+1445, 180415, 0, 1519, 0, '0', 0, 0, -8571.2099609375, 910.26202392578125, 100.2900009155273437, 2.164205789566040039, 0, 0, 0.882946968078613281, 0.469472706317901611, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+1446, 180415, 0, 1519, 4411, '0', 0, 0, -8571.650390625, 904.31298828125, 104.8040008544921875, 4.904376029968261718, 0, 0, -0.636077880859375, 0.771624863147735595, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1447, 180415, 0, 1519, 4411, '0', 0, 0, -8571.2998046875, 900.76702880859375, 100.384002685546875, 3.647741317749023437, 0, 0, -0.96814727783203125, 0.250381410121917724, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1448, 180415, 0, 1519, 0, '0', 0, 0, -8570.150390625, 908.37799072265625, 102.76300048828125, 5.427974700927734375, 0, 0, -0.41469287872314453, 0.909961462020874023, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+1449, 180415, 0, 1519, 0, '0', 0, 0, -8570.2001953125, 907.54901123046875, 104.75, 0.087265998125076293, 0, 0, 0.043619155883789062, 0.999048233032226562, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+1450, 180415, 0, 1519, 4411, '0', '0', 0, -8572.169921875, 905.63702392578125, 104.78900146484375, 1.623155713081359863, 0, 0, 0.725374221801757812, 0.688354730606079101, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1451, 180415, 0, 1519, 4411, '0', 0, 0, -8572.150390625, 903.59698486328125, 102.8170013427734375, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1452, 180415, 0, 1519, 4411, '0', 0, 0, -8574.25, 902.875, 100.4199981689453125, 2.076939344406127929, 0, 0, 0.861628532409667968, 0.50753939151763916, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1453, 180415, 0, 1519, 4411, '0', 0, 0, -8574.9296875, 904.46002197265625, 100.3690032958984375, 3.857182979583740234, 0, 0, -0.93667125701904296, 0.350209832191467285, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1454, 180415, 0, 1519, 4411, '0', 0, 0, -8574.9697265625, 906.51202392578125, 100.3550033569335937, 1.902408957481384277, 0, 0, 0.814115524291992187, 0.580702960491180419, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1455, 180415, 0, 1519, 0, '0', 0, 0, -8572.1201171875, 907.58697509765625, 102.7509994506835937, 1.343901276588439941, 0, 0, 0.622513771057128906, 0.78260880708694458, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+1456, 180415, 0, 1519, 4411, '0', 0, 0, -8572.98046875, 901.56097412109375, 100.3249969482421875, 4.468043327331542968, 0, 0, -0.7880105972290039, 0.615661680698394775, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1457, 180415, 0, 1519, 4411, '0', 0, 0, -8574.2900390625, 908.16802978515625, 100.3160018920898437, 3.001946926116943359, 0, 0, 0.997563362121582031, 0.069766148924827575, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1458, 180415, 0, 1519, 4411, '0', 0, 0, -8572.9404296875, 909.51202392578125, 100.26300048828125, 3.124123096466064453, 0, 0, 0.99996185302734375, 0.008734640665352344, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1459, 180415, 0, 1519, 4411, '0', 0, 0, -8573.0400390625, 905.68902587890625, 102.8209991455078125, 1.85004889965057373, 0, 0, 0.798635482788085937, 0.60181504487991333, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1460, 180415, 0, 1519, 0, '0', 0, 0, -8552.982421875, 765.46527099609375, 107.3615036010742187, 4.869470596313476562, 0, 0, -0.64944744110107421, 0.760406434535980224, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+1461, 180415, 0, 1519, 0, '0', 0, 0, -8556.1298828125, 769.31768798828125, 106.9352798461914062, 5.811946868896484375, 0, 0, -0.2334451675415039, 0.972369968891143798, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+1462, 180415, 0, 1519, 0, '0', 0, 0, -8555.330078125, 768.26214599609375, 107.3162689208984375, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+1463, 180415, 0, 1519, 0, '0', 0, 0, -8552.1298828125, 764.39410400390625, 106.9785003662109375, 4.48549652099609375, 0, 0, -0.7826080322265625, 0.622514784336090087, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+1464, 180415, 0, 1519, 5151, '0', 0, 0, -8571.099609375, 736.90802001953125, 98.810302734375, 0.017452461645007133, 0, 0, 0.008726119995117187, 0.999961912631988525, 120, 255, 1, 51886), -- CandleBlack01 (Area: Cathedral Square - Difficulty: 0) +(@OGUID+1465, 180415, 0, 1519, 5151, '0', 0, 0, -8569.8203125, 737.5570068359375, 99.5005035400390625, 0.872663915157318115, 0, 0, 0.422617912292480468, 0.906307935714721679, 120, 255, 1, 51886), -- CandleBlack01 (Area: Cathedral Square - Difficulty: 0) +(@OGUID+1466, 180415, 0, 1519, 5151, '0', 0, 0, -8573.169921875, 735.88201904296875, 97.817596435546875, 1.500982880592346191, 0, 0, 0.681998252868652343, 0.731353819370269775, 120, 255, 1, 51886), -- CandleBlack01 (Area: Cathedral Square - Difficulty: 0) +(@OGUID+1467, 180415, 0, 1519, 5151, '0', 0, 0, -8568.25, 738.36602783203125, 100.1920013427734375, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, 51886), -- CandleBlack01 (Area: Cathedral Square - Difficulty: 0) +(@OGUID+1468, 180415, 0, 1519, 5151, '0', 0, 0, -8572.1298828125, 736.36297607421875, 98.32230377197265625, 4.9218292236328125, 0, 0, -0.62932014465332031, 0.77714616060256958, 120, 255, 1, 51886), -- CandleBlack01 (Area: Cathedral Square - Difficulty: 0) +(@OGUID+1469, 180415, 0, 1519, 5390, '0', 0, 0, -8612.5302734375, 746.77398681640625, 101.63800048828125, 0.383971005678176879, 0, 0, 0.190808296203613281, 0.981627285480499267, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1470, 180415, 0, 1519, 5390, '0', 0, 0, -8612.9501953125, 747.48297119140625, 101.0029983520507812, 3.071766138076782226, 0, 0, 0.999390602111816406, 0.034906134009361267, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1471, 180415, 0, 1519, 5390, '0', 0, 0, -8614.849609375, 751.06097412109375, 97.96779632568359375, 3.996806621551513671, 0, 0, -0.90996074676513671, 0.414694398641586303, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1472, 180415, 0, 1519, 5390, '0', 0, 0, -8614.3701171875, 750.125, 98.7462005615234375, 4.223697185516357421, 0, 0, -0.85716724395751953, 0.515038192272186279, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1473, 180415, 0, 1519, 5390, '0', 0, 0, -8618.48046875, 745.5780029296875, 99.53289794921875, 5.759587764739990234, 0, 0, -0.25881862640380859, 0.965925931930541992, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1474, 180415, 0, 1519, 5390, '0', 0, 0, -8619.259765625, 746.2760009765625, 98.7462005615234375, 5.654868602752685546, 0, 0, -0.30901622772216796, 0.95105677843093872, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1475, 180415, 0, 1519, 5390, '0', 0, 0, -8616.4404296875, 743.70697021484375, 101.63800048828125, 0.715584874153137207, 0, 0, 0.350207328796386718, 0.936672210693359375, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1476, 180415, 0, 1519, 5390, '0', 0, 0, -8617.0498046875, 744.24102783203125, 101.0029983520507812, 3.403396368026733398, 0, 0, -0.99144458770751953, 0.130528271198272705, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1477, 180415, 0, 1519, 5390, '0', 0, 0, -8613.8603515625, 749.21197509765625, 99.53289794921875, 4.188792228698730468, 0, 0, -0.86602497100830078, 0.50000077486038208, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1478, 180415, 0, 1519, 5390, '0', 0, 0, -8620.01953125, 747.00201416015625, 97.96779632568359375, 0.087265998125076293, 0, 0, 0.043619155883789062, 0.999048233032226562, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1479, 180415, 0, 1519, 5390, '0', 0, 0, -8617.8095703125, 744.98101806640625, 100.1969985961914062, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1480, 180415, 0, 1519, 5390, '0', 0, 0, -8613.419921875, 748.42901611328125, 100.1969985961914062, 5.794494152069091796, 0, 0, -0.24192142486572265, 0.970295846462249755, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1481, 180415, 0, 1519, 5390, '0', 0, 0, -8638.2900390625, 758.52301025390625, 98.2864990234375, 2.809975385665893554, 0, 0, 0.986285209655761718, 0.165049895644187927, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1482, 180415, 0, 1519, 5390, '0', 0, 0, -8639.9296875, 759.37799072265625, 98.27809906005859375, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1483, 180415, 0, 1519, 5390, '0', 0, 0, -8636.3203125, 758.26898193359375, 98.295501708984375, 5.393068790435791015, 0, 0, -0.43051052093505859, 0.902585566043853759, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1484, 180415, 0, 1519, 5390, '0', 0, 0, -8634.4697265625, 758.82598876953125, 98.3018035888671875, 4.433136463165283203, 0, 0, -0.79863548278808593, 0.60181504487991333, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1485, 180415, 0, 1519, 5390, '0', 0, 0, -8632.830078125, 760.07501220703125, 98.29509735107421875, 1.797688722610473632, 0, 0, 0.7826080322265625, 0.622514784336090087, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1486, 180415, 0, 1519, 5390, '0', 0, 0, -8641.75, 762.83697509765625, 98.28170013427734375, 4.241150379180908203, 0, 0, -0.85264015197753906, 0.522498607635498046, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1487, 180415, 0, 1519, 5390, '0', 0, 0, -8641.490234375, 764.74102783203125, 98.27989959716796875, 5.253442287445068359, 0, 0, -0.49242305755615234, 0.870355963706970214, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1488, 180415, 0, 1519, 5390, '0', 0, 0, -8631.9697265625, 761.75201416015625, 98.30159759521484375, 4.328419685363769531, 0, 0, -0.82903671264648437, 0.559194147586822509, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1489, 180415, 0, 1519, 5390, '0', 0, 0, -8641.23046875, 761.09600830078125, 98.1988983154296875, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1490, 180415, 0, 1519, 5390, '0', 0, 0, -8632.830078125, 760.07501220703125, 98.29509735107421875, 1.797688722610473632, 0, 0, 0.7826080322265625, 0.622514784336090087, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1491, 180415, 0, 1519, 5390, '0', 0, 0, -8640.599609375, 766.4840087890625, 98.2261962890625, 3.106652259826660156, 0, 0, 0.999847412109375, 0.017469281330704689, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1492, 180415, 0, 1519, 5390, '0', 0, 0, -8631.73046875, 763.7139892578125, 98.29250335693359375, 2.111847877502441406, 0, 0, 0.870355606079101562, 0.492423713207244873, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1493, 180415, 0, 1519, 5390, '0', 0, 0, -8671.8701171875, 769.52801513671875, 97.9933013916015625, 2.967041015625, 0, 0, 0.996193885803222656, 0.087165042757987976, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1494, 180415, 0, 1519, 5390, '0', 0, 0, -8632.23046875, 765.46197509765625, 98.2969970703125, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1495, 180415, 0, 1519, 5390, '0', 0, 0, -8638.9697265625, 767.71697998046875, 98.24859619140625, 5.253442287445068359, 0, 0, -0.49242305755615234, 0.870355963706970214, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1496, 180415, 0, 1519, 5390, '0', 0, 0, -8671, 770.40997314453125, 98.5037994384765625, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1497, 180415, 0, 1519, 5390, '0', 0, 0, -8635.1103515625, 768.02398681640625, 98.17189788818359375, 4.904376029968261718, 0, 0, -0.636077880859375, 0.771624863147735595, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1498, 180415, 0, 1519, 5390, '0', 0, 0, -8633.5498046875, 767.16302490234375, 98.25910186767578125, 2.984498262405395507, 0, 0, 0.996916770935058593, 0.078466430306434631, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1499, 180415, 0, 1519, 5390, '0', 0, 0, -8686.5498046875, 775.39398193359375, 100.93499755859375, 2.967041015625, 0, 0, 0.996193885803222656, 0.087165042757987976, 120, 255, 1, 51886); -- CandleBlack01 (Area: The Canals - Difficulty: 0) + +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+1500, 180415, 0, 1519, 5390, '0', 0, 0, -8661.7900390625, 779.5689697265625, 101.634002685546875, 1.692969322204589843, 0, 0, 0.748955726623535156, 0.662620067596435546, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1501, 180415, 0, 1519, 5390, '0', 0, 0, -8637.2900390625, 768.32098388671875, 98.212799072265625, 4.223697185516357421, 0, 0, -0.85716724395751953, 0.515038192272186279, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1502, 180415, 0, 1519, 5390, '0', 0, 0, -8667.169921875, 774.87799072265625, 101.0970001220703125, 3.368495941162109375, 0, 0, -0.99357128143310546, 0.113208353519439697, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1503, 180415, 0, 1519, 5390, '0', 0, 0, -8664.58984375, 777.4169921875, 101.6579971313476562, 1.745326757431030273, 0, 0, 0.766043663024902343, 0.642788589000701904, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1504, 180415, 0, 1519, 5390, '0', 0, 0, -8670.1796875, 771.34698486328125, 99.06819915771484375, 2.687806606292724609, 0, 0, 0.974370002746582031, 0.224951311945915222, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1505, 180415, 0, 1519, 5390, '0', 0, 0, -8686.240234375, 775.3590087890625, 100.76300048828125, 5.061456203460693359, 0, 0, -0.57357597351074218, 0.819152355194091796, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1506, 180415, 0, 1519, 5390, '0', 0, 0, -8663.7001953125, 778.0830078125, 101.621002197265625, 2.757613182067871093, 0, 0, 0.981626510620117187, 0.190812408924102783, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1507, 180415, 0, 1519, 5390, '0', 0, 0, -8662.75, 778.86602783203125, 101.6330032348632812, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1508, 180415, 0, 1519, 5390, '0', 0, 0, -8669.259765625, 772.375, 99.60230255126953125, 5.201082706451416015, 0, 0, -0.51503753662109375, 0.857167601585388183, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1509, 180415, 0, 1519, 5390, '0', 0, 0, -8668.26953125, 773.52801513671875, 100.3679962158203125, 0.698131442070007324, 0, 0, 0.342020034790039062, 0.939692676067352294, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1510, 180415, 0, 1519, 5390, '0', 0, 0, -8652.4404296875, 785.0689697265625, 97.9795989990234375, 1.85004889965057373, 0, 0, 0.798635482788085937, 0.60181504487991333, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1511, 180415, 0, 1519, 5390, '0', 0, 0, -8655.900390625, 783.0469970703125, 99.78800201416015625, 1.32644820213317871, 0, 0, 0.615660667419433593, 0.788011372089385986, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1512, 180415, 0, 1519, 5390, '0', 0, 0, -8654.76953125, 783.75299072265625, 99.19049835205078125, 2.338739633560180664, 0, 0, 0.920504570007324218, 0.3907318115234375, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1513, 180415, 0, 1519, 5390, '0', 0, 0, -8653.650390625, 784.32501220703125, 98.6194000244140625, 1.082102894783020019, 0, 0, 0.51503753662109375, 0.857167601585388183, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1514, 180415, 0, 1519, 5390, '0', 0, 0, -8658.4599609375, 781.73602294921875, 101.0230026245117187, 1.396261811256408691, 0, 0, 0.642786979675292968, 0.766044974327087402, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1515, 180415, 0, 1519, 5390, '0', 0, 0, -8657.0703125, 782.41802978515625, 100.3519973754882812, 5.916667938232421875, 0, 0, -0.18223476409912109, 0.98325502872467041, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1516, 180415, 0, 1519, 5390, '0', 0, 0, -8662.9296875, 805.00701904296875, 99.92350006103515625, 2.513273954391479492, 0, 0, 0.951056480407714843, 0.309017121791839599, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1517, 180415, 0, 1519, 5390, '0', 0, 0, -8663.0400390625, 805.27301025390625, 100.0459976196289062, 4.642575740814208984, 0, 0, -0.731353759765625, 0.681998312473297119, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1518, 180415, 0, 1519, 5390, '0', 0, 0, -8663.3603515625, 805.4530029296875, 100.1009979248046875, 5.497788906097412109, 0, 0, -0.38268280029296875, 0.923879802227020263, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1519, 180415, 0, 1519, 8411, '0', 0, 0, -8879.16015625, 870.9310302734375, 102.5640029907226562, 0.593410074710845947, 0, 0, 0.292370796203613281, 0.95630502700805664, 120, 255, 1, 51886), -- CandleBlack01 (Area: Lion's Rest - Difficulty: 0) +(@OGUID+1520, 180415, 0, 1519, 8411, '0', 0, 0, -8876.5498046875, 870.64599609375, 104.1330032348632812, 5.619962215423583984, 0, 0, -0.32556724548339843, 0.945518851280212402, 120, 255, 1, 51886), -- CandleBlack01 (Area: Lion's Rest - Difficulty: 0) +(@OGUID+1521, 180415, 0, 1519, 8411, '0', 0, 0, -8877.3798828125, 875.30902099609375, 103.3629989624023437, 4.764749526977539062, 0, 0, -0.6883544921875, 0.725374460220336914, 120, 255, 1, 51886), -- CandleBlack01 (Area: Lion's Rest - Difficulty: 0) +(@OGUID+1522, 180415, 0, 1519, 8411, '0', 0, 0, -8875.150390625, 870.41998291015625, 104.7710037231445312, 5.585053920745849609, 0, 0, -0.34202003479003906, 0.939692676067352294, 120, 255, 1, 51886), -- CandleBlack01 (Area: Lion's Rest - Difficulty: 0) +(@OGUID+1523, 180415, 0, 1519, 8411, '0', 0, 0, -8878.48046875, 875.49102783203125, 102.595001220703125, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 51886), -- CandleBlack01 (Area: Lion's Rest - Difficulty: 0) +(@OGUID+1524, 180415, 0, 1519, 8411, '0', 0, 0, -8875.900390625, 875.0560302734375, 104.1620025634765625, 0.226892471313476562, 0, 0, 0.113203048706054687, 0.993571877479553222, 120, 255, 1, 51886), -- CandleBlack01 (Area: Lion's Rest - Difficulty: 0) +(@OGUID+1525, 180415, 0, 1519, 8411, '0', 0, 0, -8874.5703125, 874.83001708984375, 104.7639999389648437, 1.832594871520996093, 0, 0, 0.793353080749511718, 0.608761727809906005, 120, 255, 1, 51886), -- CandleBlack01 (Area: Lion's Rest - Difficulty: 0) +(@OGUID+1526, 180415, 0, 1519, 8411, '0', 0, 0, -8877.8603515625, 870.81402587890625, 103.4209976196289062, 5.759587764739990234, 0, 0, -0.25881862640380859, 0.965925931930541992, 120, 255, 1, 51886), -- CandleBlack01 (Area: Lion's Rest - Difficulty: 0) +(@OGUID+1527, 180415, 0, 1519, 5390, '0', 0, 0, -8887.169921875, 806.5050048828125, 94.186798095703125, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1528, 180415, 0, 1519, 5390, '0', 0, 0, -8886.01953125, 806.23297119140625, 95.0951995849609375, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1529, 180415, 0, 1519, 5390, '0', 0, 0, -8883.080078125, 810.75897216796875, 96.0988006591796875, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1530, 180415, 0, 1519, 5390, '0', 0, 0, -8884.4599609375, 811.16802978515625, 95.3267974853515625, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1531, 180415, 0, 1519, 5390, '0', 0, 0, -8881.7197265625, 810.40301513671875, 96.76039886474609375, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1532, 180415, 0, 1519, 5390, '0', 0, 0, -8882.7802734375, 805.5, 96.8130035400390625, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1533, 180415, 0, 1519, 5390, '0', 0, 0, -8885.8896484375, 811.46697998046875, 94.2494964599609375, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1534, 180415, 0, 1519, 5390, '0', 0, 0, -8884.23046875, 805.8060302734375, 96.12860107421875, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1535, 180415, 0, 1519, 5390, '0', 0, 0, -8622.8095703125, 867.780029296875, 101.0749969482421875, 5.829400539398193359, 0, 0, -0.22495079040527343, 0.974370121955871582, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1536, 180415, 0, 1519, 5390, '0', 0, 0, -8623.6103515625, 868.99298095703125, 102.0879974365234375, 2.565631866455078125, 0, 0, 0.958819389343261718, 0.284016460180282592, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1537, 180415, 0, 1519, 5390, '0', 0, 0, -8620.4404296875, 864.12799072265625, 98.22910308837890625, 4.066620349884033203, 0, 0, -0.89493370056152343, 0.44619917869567871, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1538, 180415, 0, 1519, 5390, '0', 0, 0, -8621.150390625, 865.38702392578125, 99.18389892578125, 3.368495941162109375, 0, 0, -0.99357128143310546, 0.113208353519439697, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1539, 180415, 0, 1519, 5390, '0', 0, 0, -8624.3095703125, 870.17901611328125, 102.93499755859375, 3.717553615570068359, 0, 0, -0.95881938934326171, 0.284016460180282592, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1540, 180415, 0, 1519, 5390, '0', 0, 0, -8620.7099609375, 872.98602294921875, 102.9079971313476562, 2.862335443496704101, 0, 0, 0.990267753601074218, 0.139175355434417724, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1541, 180415, 0, 1519, 5390, '0', 0, 0, -8622.01953125, 866.61297607421875, 100.141998291015625, 1.151916384696960449, 0, 0, 0.544638633728027343, 0.838670849800109863, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1542, 180415, 0, 1519, 5390, '0', 0, 0, -8617.919921875, 869.96197509765625, 100.1409988403320312, 0.750490784645080566, 0, 0, 0.3665008544921875, 0.93041771650314331, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1543, 180415, 0, 1519, 5390, '0', 0, 0, -8616.830078125, 868.77398681640625, 99.1717987060546875, 4.293513298034667968, 0, 0, -0.8386697769165039, 0.544640243053436279, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1544, 180415, 0, 1519, 5390, '0', 0, 0, -8615.83984375, 867.71697998046875, 98.22519683837890625, 1.134462952613830566, 0, 0, 0.537299156188964843, 0.843391716480255126, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1545, 180415, 0, 1519, 5390, '0', 0, 0, -8619.7900390625, 871.95001220703125, 101.944000244140625, 5.166176319122314453, 0, 0, -0.52991867065429687, 0.84804844856262207, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1546, 180415, 0, 1519, 5390, '0', 0, 0, -8618.900390625, 870.97900390625, 101.16400146484375, 2.984498262405395507, 0, 0, 0.996916770935058593, 0.078466430306434631, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1547, 180415, 0, 1519, 4411, '0', 0, 0, -8553.349609375, 1014.19317626953125, 91.05899810791015625, 5.270895957946777343, 0, 0, -0.48480892181396484, 0.87462007999420166, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1548, 180415, 0, 1519, 4411, '0', 0, 0, -8544.78125, 1009.37530517578125, 91.05899810791015625, 4.9218292236328125, 0, 0, -0.62932014465332031, 0.77714616060256958, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1549, 180415, 0, 1519, 4411, '0', 0, 0, -8547.80859375, 1007.1317138671875, 91.05899810791015625, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1550, 180415, 0, 1519, 4411, '0', 0, 0, -8550.283203125, 1016.5714111328125, 91.05899810791015625, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1551, 180415, 0, 1519, 4411, '0', 0, 0, -8563.626953125, 1011.73309326171875, 95.70896148681640625, 1.745326757431030273, 0, 0, 0.766043663024902343, 0.642788589000701904, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1552, 180415, 0, 1519, 4411, '0', 0, 0, -8551.421875, 1007.50128173828125, 91.05899810791015625, 1.343901276588439941, 0, 0, 0.622513771057128906, 0.78260880708694458, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1553, 180415, 0, 1519, 4411, '0', 0, 0, -8552.4384765625, 997.26910400390625, 95.96730804443359375, 1.762782454490661621, 0, 0, 0.771624565124511718, 0.636078238487243652, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1554, 180415, 0, 1519, 4411, '0', 0, 0, -8553.7099609375, 1010.57659912109375, 91.05899810791015625, 5.986480236053466796, 0, 0, -0.14780902862548828, 0.989015936851501464, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1555, 180415, 0, 1519, 4411, '0', 0, 0, -8546.7216796875, 1016.0272216796875, 91.10066986083984375, 2.042035102844238281, 0, 0, 0.852640151977539062, 0.522498607635498046, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1556, 180415, 0, 1519, 4411, '0', 0, 0, -8544.3623046875, 1013.18212890625, 91.05899810791015625, 0.139624491333961486, 0, 0, 0.06975555419921875, 0.997564136981964111, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1557, 180415, 0, 1519, 8411, '0', 0, 0, -8888.861328125, 1015.02947998046875, 133.4301300048828125, 0.069811686873435974, 0, 0, 0.034898757934570312, 0.999390840530395507, 120, 255, 1, 51886), -- CandleBlack01 (Area: Lion's Rest - Difficulty: 0) +(@OGUID+1558, 180415, 0, 1519, 8411, '0', 0, 0, -8888.611328125, 1017.82989501953125, 138.8144073486328125, 5.829400539398193359, 0, 0, -0.22495079040527343, 0.974370121955871582, 120, 255, 1, 51886), -- CandleBlack01 (Area: Lion's Rest - Difficulty: 0) +(@OGUID+1559, 180415, 0, 1519, 5390, '0', 0, 0, -8975.0595703125, 766.8699951171875, 97.7382965087890625, 2.373644113540649414, 0, 0, 0.927183151245117187, 0.37460830807685852, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1560, 180415, 0, 1519, 5390, '0', 0, 0, -8974, 768.78302001953125, 96.69680023193359375, 2.373644113540649414, 0, 0, 0.927183151245117187, 0.37460830807685852, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1561, 180415, 0, 1519, 5390, '0', 0, 0, -8974.599609375, 767.78997802734375, 97.3047027587890625, 2.373644113540649414, 0, 0, 0.927183151245117187, 0.37460830807685852, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1562, 180415, 0, 1519, 5390, '0', 0, 0, -8979.1298828125, 768.81597900390625, 97.8878021240234375, 2.373644113540649414, 0, 0, 0.927183151245117187, 0.37460830807685852, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1563, 180415, 0, 1519, 5390, '0', 0, 0, -8829.14453125, 839.71527099609375, 102.2092437744140625, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) CreateObject1 +(@OGUID+1564, 180415, 0, 1519, 5390, '0', 0, 0, -8978.509765625, 769.9429931640625, 97.365997314453125, 2.373644113540649414, 0, 0, 0.927183151245117187, 0.37460830807685852, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1565, 180415, 0, 1519, 5390, '0', 0, 0, -8978.0400390625, 770.9320068359375, 96.7931976318359375, 2.373644113540649414, 0, 0, 0.927183151245117187, 0.37460830807685852, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1566, 180415, 0, 1519, 5390, '0', 0, 0, -8984.48046875, 849.83697509765625, 29.62059974670410156, 1.500982880592346191, 0, 0, 0.681998252868652343, 0.731353819370269775, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Canals - Difficulty: 0) +(@OGUID+1567, 180415, 0, 1519, 5154, '0', 0, 0, -8985, 849.38397216796875, 29.44919967651367187, 3.543023586273193359, 0, 0, -0.97992420196533203, 0.199370384216308593, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1568, 180415, 0, 1519, 5154, '0', 0, 0, -8985.0302734375, 849.8699951171875, 29.4029998779296875, 1.797688722610473632, 0, 0, 0.7826080322265625, 0.622514784336090087, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1569, 180415, 0, 1519, 5154, '0', 0, 0, -8988.990234375, 846.50701904296875, 29.22789955139160156, 1.500982880592346191, 0, 0, 0.681998252868652343, 0.731353819370269775, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1570, 180415, 0, 1519, 5154, '0', 0, 0, -8987.5, 858.9320068359375, 125.7170028686523437, 2.059488296508789062, 0, 0, 0.857167243957519531, 0.515038192272186279, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1571, 180415, 0, 1519, 5154, '0', 0, 0, -8984.7998046875, 860.5570068359375, 124.9599990844726562, 0.24434557557106018, 0, 0, 0.121869087219238281, 0.9925462007522583, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1572, 180415, 0, 1519, 5154, '0', 0, 0, -8979.0498046875, 878.53497314453125, 120.6610031127929687, 0.506144583225250244, 0, 0, 0.250379562377929687, 0.968147754669189453, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1573, 180415, 0, 1519, 5154, '0', 0, 0, -8978.8603515625, 868.4840087890625, 122.6880035400390625, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1574, 180415, 0, 1519, 5154, '0', 0, 0, -8980.3896484375, 865.47100830078125, 123.4380035400390625, 0.872663915157318115, 0, 0, 0.422617912292480468, 0.906307935714721679, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1575, 180415, 0, 1519, 5154, '0', 0, 0, -8985.669921875, 865.843994140625, 123.8470001220703125, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1576, 180415, 0, 1519, 5154, '0', 0, 0, -8984.25, 868.50201416015625, 122.90899658203125, 1.221729278564453125, 0, 0, 0.573575973510742187, 0.819152355194091796, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1577, 180415, 0, 1519, 5154, '0', 0, 0, -8982.1298828125, 862.5689697265625, 124.1740036010742187, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1578, 180415, 0, 1519, 5154, '0', 0, 0, -8978.25, 875.1939697265625, 121.3330001831054687, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1579, 180415, 0, 1519, 5154, '0', 0, 0, -8978.41015625, 871.98297119140625, 121.9840011596679687, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1580, 180415, 0, 1519, 5154, '0', 0, 0, -8987.6201171875, 864.09600830078125, 124.7399978637695312, 6.248279094696044921, 0, 0, -0.01745223999023437, 0.999847710132598876, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1581, 180415, 0, 1519, 5154, '0', 0, 0, -8983.6904296875, 871.6810302734375, 121.9469985961914062, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1582, 180415, 0, 1519, 5154, '0', 0, 0, -8990.240234375, 862.468994140625, 125.8270034790039062, 1.029743075370788574, 0, 0, 0.492423057556152343, 0.870355963706970214, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1583, 180415, 0, 1519, 5154, '0', 0, 0, -8983.66015625, 874.88201904296875, 120.9940032958984375, 6.230826377868652343, 0, 0, -0.02617645263671875, 0.999657332897186279, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1584, 180415, 0, 1519, 5154, '0', 0, 0, -8984.7099609375, 877.58697509765625, 120.2360000610351562, 0.610863447189331054, 0, 0, 0.3007049560546875, 0.953717231750488281, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1585, 180415, 0, 1519, 5154, '0', 0, 0, -8984.5703125, 887.22198486328125, 118.8040008544921875, 1.675513744354248046, 0, 0, 0.743144035339355468, 0.669131457805633544, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1586, 180415, 0, 1519, 5154, '0', 0, 0, -8980.23046875, 881.8070068359375, 120.0230026245117187, 3.071766138076782226, 0, 0, 0.999390602111816406, 0.034906134009361267, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1587, 180415, 0, 1519, 5154, '0', 0, 0, -8990.349609375, 858.218994140625, 126.4729995727539062, 1.274088263511657714, 0, 0, 0.594821929931640625, 0.80385744571685791, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1588, 180415, 0, 1519, 5154, '0', 0, 0, -8982.01953125, 884.86602783203125, 119.3639984130859375, 3.43830275535583496, 0, 0, -0.98901557922363281, 0.147811368107795715, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1589, 180415, 0, 1519, 5154, '0', 0, 0, -8986.26953125, 880.52801513671875, 119.3389968872070312, 1.466075778007507324, 0, 0, 0.669130325317382812, 0.74314504861831665, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1590, 180415, 0, 1519, 5154, '0', 0, 0, -8988.3203125, 882.58001708984375, 118.68499755859375, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1591, 180415, 0, 1519, 5154, '0', 0, 0, -8996.76953125, 858.66998291015625, 128.238006591796875, 6.161012649536132812, 0, 0, -0.06104850769042968, 0.998134791851043701, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1592, 180415, 0, 1519, 5154, '0', 0, 0, -8990.7197265625, 884.8179931640625, 117.9010009765625, 5.532694816589355468, 0, 0, -0.3665008544921875, 0.93041771650314331, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1593, 180415, 0, 1519, 5154, '0', 0, 0, -8994.1904296875, 886.09600830078125, 117.1269989013671875, 0.436331570148468017, 0, 0, 0.216439247131347656, 0.976296067237854003, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1594, 180415, 0, 1519, 5154, '0', 0, 0, -8986.8203125, 889.61602783203125, 118.266998291015625, 1.500982880592346191, 0, 0, 0.681998252868652343, 0.731353819370269775, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1595, 180415, 0, 1519, 5154, '0', 0, 0, -8989.7001953125, 891.37200927734375, 117.7099990844726562, 1.518436193466186523, 0, 0, 0.6883544921875, 0.725374460220336914, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1596, 180415, 0, 1519, 5154, '0', 0, 0, -8995.349609375, 862.2550048828125, 128.074005126953125, 5.235987663269042968, 0, 0, -0.5, 0.866025388240814208, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1597, 180415, 0, 1519, 5154, '0', 0, 0, -8997.509765625, 863.2449951171875, 129.0279998779296875, 0.488691210746765136, 0, 0, 0.241921424865722656, 0.970295846462249755, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1598, 180415, 0, 1519, 5154, '0', 0, 0, -8992.98046875, 861.85797119140625, 126.8519973754882812, 5.305802345275878906, 0, 0, -0.46947097778320312, 0.882947921752929687, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1599, 180415, 0, 1519, 5154, '0', 0, 0, -8993.599609375, 858.10101318359375, 127.375, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1600, 180415, 0, 1519, 5154, '0', 0, 0, -8992.669921875, 892.22601318359375, 117.2450027465820312, 4.363324165344238281, 0, 0, -0.81915187835693359, 0.573576688766479492, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1601, 180415, 0, 1519, 5154, '0', 0, 0, -8995.98046875, 893.33502197265625, 116.7089996337890625, 3.473210096359252929, 0, 0, -0.98628520965576171, 0.165049895644187927, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1602, 180415, 0, 1519, 5154, '0', 0, 0, -9001.9296875, 886.8330078125, 115.4369964599609375, 6.108653545379638671, 0, 0, -0.08715534210205078, 0.996194720268249511, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1603, 180415, 0, 1519, 5154, '0', 0, 0, -9002.0498046875, 862.40301513671875, 129.805999755859375, 2.687806606292724609, 0, 0, 0.974370002746582031, 0.224951311945915222, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1604, 180415, 0, 1519, 5154, '0', 0, 0, -8997.759765625, 887.41497802734375, 116.2939987182617187, 5.393068790435791015, 0, 0, -0.43051052093505859, 0.902585566043853759, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1605, 180415, 0, 1519, 5154, '0', 0, 0, -9008.8701171875, 858.20501708984375, 107.0999984741210937, 3.106652259826660156, 0, 0, 0.999847412109375, 0.017469281330704689, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1606, 180415, 0, 1519, 5154, '0', 0, 0, -9006.58984375, 855.85198974609375, 105.9459991455078125, 1.640606880187988281, 0, 0, 0.731352806091308593, 0.6819993257522583, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1607, 180415, 0, 1519, 5154, '0', 0, 0, -8999.7001953125, 864.635009765625, 129.7819976806640625, 3.43830275535583496, 0, 0, -0.98901557922363281, 0.147811368107795715, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1608, 180415, 0, 1519, 5154, '0', 0, 0, -8999.4697265625, 860.27801513671875, 129.20599365234375, 0.034906249493360519, 0, 0, 0.017452239990234375, 0.999847710132598876, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1609, 180415, 0, 1519, 5154, '0', 0, 0, -9003.2197265625, 893.47698974609375, 115.589996337890625, 3.9793548583984375, 0, 0, -0.9135446548461914, 0.406738430261611938, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1610, 180415, 0, 1519, 5154, '0', 0, 0, -8999.8203125, 894.3590087890625, 116.0839996337890625, 5.602506637573242187, 0, 0, -0.33380699157714843, 0.942641437053680419, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1611, 180415, 0, 1519, 5154, '0', 0, 0, -9013.51953125, 865.280029296875, 109.6060028076171875, 0.855210542678833007, 0, 0, 0.414692878723144531, 0.909961462020874023, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1612, 180415, 0, 1519, 5154, '0', 0, 0, -9005.4404296875, 886.04998779296875, 114.7060012817382812, 2.181660413742065429, 0, 0, 0.887010574340820312, 0.461749136447906494, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1613, 180415, 0, 1519, 5154, '0', 0, 0, -9012.509765625, 849.55401611328125, 106.3379974365234375, 5.916667938232421875, 0, 0, -0.18223476409912109, 0.98325502872467041, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1614, 180415, 0, 1519, 5154, '0', 0, 0, -9012.8203125, 862.70098876953125, 109.0449981689453125, 2.391098499298095703, 0, 0, 0.930417060852050781, 0.366502493619918823, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1615, 180415, 0, 1519, 5154, '0', 0, 0, -9011.16015625, 860.50897216796875, 108.19000244140625, 1.256635904312133789, 0, 0, 0.587784767150878906, 0.809017360210418701, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1616, 180415, 0, 1519, 5154, '0', 0, 0, -9014.4501953125, 868.25701904296875, 110.2289962768554687, 4.258606910705566406, 0, 0, -0.84804725646972656, 0.529920578002929687, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1617, 180415, 0, 1519, 5154, '0', 0, 0, -9007.1103515625, 892.56097412109375, 115.0199966430664062, 1.605701684951782226, 0, 0, 0.719339370727539062, 0.694658815860748291, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1618, 180415, 0, 1519, 5154, '0', 0, 0, -9015.0703125, 852.09002685546875, 107.2440032958984375, 0.226892471313476562, 0, 0, 0.113203048706054687, 0.993571877479553222, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1619, 180415, 0, 1519, 5154, '0', 0, 0, -9011.7197265625, 881.385009765625, 113.0680007934570312, 2.932138919830322265, 0, 0, 0.994521141052246093, 0.104535527527332305, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1620, 180415, 0, 1519, 5154, '0', 0, 0, -9008.73046875, 884.13702392578125, 113.9059982299804687, 1.518436193466186523, 0, 0, 0.6883544921875, 0.725374460220336914, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1621, 180415, 0, 1519, 5154, '0', 0, 0, -9021.580078125, 863.760009765625, 109.8730010986328125, 1.727874636650085449, 0, 0, 0.760405540466308593, 0.649448513984680175, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1622, 180415, 0, 1519, 5154, '0', 0, 0, -9015.1298828125, 871.36102294921875, 110.8649978637695312, 1.727874636650085449, 0, 0, 0.760405540466308593, 0.649448513984680175, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1623, 180415, 0, 1519, 5154, '0', 0, 0, -9013.7099609375, 877.59698486328125, 112.1699981689453125, 4.852017402648925781, 0, 0, -0.65605831146240234, 0.754710197448730468, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1624, 180415, 0, 1519, 5154, '0', 0, 0, -9019.8603515625, 857.72100830078125, 108.9919967651367187, 1.117009282112121582, 0, 0, 0.529918670654296875, 0.84804844856262207, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1625, 180415, 0, 1519, 5154, '0', 0, 0, -9014.4599609375, 874.38702392578125, 111.5139999389648437, 2.216565132141113281, 0, 0, 0.894933700561523437, 0.44619917869567871, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1626, 180415, 0, 1519, 5154, '0', 0, 0, -9020.75, 860.74298095703125, 109.4390029907226562, 1.518436193466186523, 0, 0, 0.6883544921875, 0.725374460220336914, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1627, 180415, 0, 1519, 5154, '0', 0, 0, -9014.6396484375, 888.61602783203125, 113.7529983520507812, 1.500982880592346191, 0, 0, 0.681998252868652343, 0.731353819370269775, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1628, 180415, 0, 1519, 5154, '0', 0, 0, -9017.5, 854.66497802734375, 108.1070022583007812, 3.857182979583740234, 0, 0, -0.93667125701904296, 0.350209832191467285, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1629, 180415, 0, 1519, 5154, '0', 0, 0, -9011.0400390625, 891.59698486328125, 114.4240036010742187, 3.385940074920654296, 0, 0, -0.99254608154296875, 0.121869951486587524, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1630, 180415, 0, 1519, 5154, '0', 0, 0, -9020.3701171875, 882.5419921875, 112.5410003662109375, 2.391098499298095703, 0, 0, 0.930417060852050781, 0.366502493619918823, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1631, 180415, 0, 1519, 5154, '0', 0, 0, -9022.41015625, 866.96502685546875, 110.319000244140625, 2.216565132141113281, 0, 0, 0.894933700561523437, 0.44619917869567871, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1632, 180415, 0, 1519, 5154, '0', 0, 0, -9017.1103515625, 890.364990234375, 29.4300994873046875, 4.415683269500732421, 0, 0, -0.80385684967041015, 0.594822824001312255, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1633, 180415, 0, 1519, 5154, '0', 0, 0, -9022.5302734375, 874.27801513671875, 111.3669967651367187, 1.605701684951782226, 0, 0, 0.719339370727539062, 0.694658815860748291, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1634, 180415, 0, 1519, 5154, '0', 0, 0, -9021.2900390625, 886.8179931640625, 29.62059974670410156, 2.687806606292724609, 0, 0, 0.974370002746582031, 0.224951311945915222, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1635, 180415, 0, 1519, 5154, '0', 0, 0, -9017.7197265625, 885.47900390625, 113.1220016479492187, 5.619962215423583984, 0, 0, -0.32556724548339843, 0.945518851280212402, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1636, 180415, 0, 1519, 5154, '0', 0, 0, -9023.2900390625, 870.54998779296875, 110.8170013427734375, 1.378809213638305664, 0, 0, 0.636077880859375, 0.771624863147735595, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1637, 180415, 0, 1519, 5154, '0', 0, 0, -9021.5400390625, 878.15997314453125, 111.9219970703125, 0.907570242881774902, 0, 0, 0.438370704650878906, 0.898794233798980712, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1638, 180415, 0, 1519, 5154, '0', 0, 0, -9021.099609375, 886.49298095703125, 29.22410011291503906, 1.500982880592346191, 0, 0, 0.681998252868652343, 0.731353819370269775, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1639, 180415, 0, 1519, 5154, '0', 0, 0, -8908.71875, 1025.720458984375, 129.674072265625, 1.605701684951782226, 0, 0, 0.719339370727539062, 0.694658815860748291, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1640, 180415, 0, 1519, 5154, '0', 0, 0, -8990.9501953125, 963.90301513671875, 116.339996337890625, 4.206246376037597656, 0, 0, -0.86162853240966796, 0.50753939151763916, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1641, 180415, 0, 1519, 5154, '0', 0, 0, -8989.150390625, 964.02301025390625, 116.2559967041015625, 4.101525306701660156, 0, 0, -0.88701057434082031, 0.461749136447906494, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1642, 180415, 0, 1519, 5154, '0', 0, 0, -8984.9697265625, 964.1810302734375, 116.2990036010742187, 4.694936752319335937, 0, 0, -0.71325016021728515, 0.700909554958343505, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1643, 180415, 0, 1519, 5154, '0', 0, 0, -8890.1005859375, 1022.640625, 145.22381591796875, 3.735006093978881835, 0, 0, -0.95630455017089843, 0.292372345924377441, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1644, 180415, 0, 1519, 5154, '0', 0, 0, -8983.23046875, 964.17498779296875, 116.2710037231445312, 4.677483558654785156, 0, 0, -0.71933937072753906, 0.694658815860748291, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1645, 180415, 0, 1519, 5154, '0', 0, 0, -8987, 964.12799072265625, 116.3010025024414062, 4.241150379180908203, 0, 0, -0.85264015197753906, 0.522498607635498046, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1646, 180415, 0, 1519, 5154, '0', 0, 0, -9002.490234375, 960.70501708984375, 116.595001220703125, 4.555310726165771484, 0, 0, -0.76040554046630859, 0.649448513984680175, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1647, 180415, 0, 1519, 5154, '0', 0, 0, -8996.2998046875, 963.46697998046875, 116.5410003662109375, 5.288348197937011718, 0, 0, -0.4771585464477539, 0.878817260265350341, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1648, 180415, 0, 1519, 5154, '0', 0, 0, -8895.330078125, 1028.7708740234375, 137.7728271484375, 1.274088263511657714, 0, 0, 0.594821929931640625, 0.80385744571685791, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1649, 180415, 0, 1519, 5154, '0', 0, 0, -8898.6806640625, 1029.25, 136.816802978515625, 3.52557229995727539, 0, 0, -0.98162651062011718, 0.190812408924102783, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1650, 180415, 0, 1519, 5154, '0', 0, 0, -8905.7099609375, 1027.75, 134.739501953125, 1.605701684951782226, 0, 0, 0.719339370727539062, 0.694658815860748291, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1651, 180415, 0, 1519, 5154, '0', 0, 0, -8997.7197265625, 963.25701904296875, 116.5999984741210937, 2.548179388046264648, 0, 0, 0.956304550170898437, 0.292372345924377441, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1652, 180415, 0, 1519, 5154, '0', 0, 0, -8992.830078125, 963.73101806640625, 116.417999267578125, 2.391098499298095703, 0, 0, 0.930417060852050781, 0.366502493619918823, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1653, 180415, 0, 1519, 5154, '0', 0, 0, -8994.66015625, 963.60601806640625, 116.4940032958984375, 4.398232460021972656, 0, 0, -0.80901622772216796, 0.587786316871643066, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1654, 180415, 0, 1519, 5154, '0', 0, 0, -8999.240234375, 962.739990234375, 116.6309967041015625, 4.345870018005371093, 0, 0, -0.82412624359130859, 0.566406130790710449, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1655, 180415, 0, 1519, 5154, '0', 0, 0, -9000.7802734375, 961.77099609375, 116.5970001220703125, 4.817109584808349609, 0, 0, -0.66913032531738281, 0.74314504861831665, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1656, 180415, 0, 1519, 5154, '0', 0, 0, -8891.3095703125, 1024.8697509765625, 142.6809539794921875, 3.351046562194824218, 0, 0, -0.99452114105224609, 0.104535527527332305, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1657, 180415, 0, 1519, 5154, '0', 0, 0, -9008.01953125, 954.56097412109375, 116.5250015258789062, 5.340708732604980468, 0, 0, -0.45398998260498046, 0.891006767749786376, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1658, 180415, 0, 1519, 5154, '0', 0, 0, -9010.0302734375, 951.27099609375, 116.5780029296875, 3.43830275535583496, 0, 0, -0.98901557922363281, 0.147811368107795715, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1659, 180415, 0, 1519, 5154, '0', 0, 0, -9009.16015625, 952.98101806640625, 116.5540008544921875, 3.857182979583740234, 0, 0, -0.93667125701904296, 0.350209832191467285, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1660, 180415, 0, 1519, 5154, '0', 0, 0, -9005.419921875, 958.11798095703125, 116.5530014038085937, 3.194002151489257812, 0, 0, -0.99965667724609375, 0.026201646775007247, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1661, 180415, 0, 1519, 5154, '0', 0, 0, -9006.759765625, 956.2760009765625, 116.5770034790039062, 4.555310726165771484, 0, 0, -0.76040554046630859, 0.649448513984680175, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1662, 180415, 0, 1519, 5154, '0', 0, 0, -9004.0400390625, 959.48297119140625, 116.589996337890625, 5.201082706451416015, 0, 0, -0.51503753662109375, 0.857167601585388183, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+1663, 180415, 0, 1519, 4411, '0', 0, 0, -8561.2666015625, 1124.2620849609375, 19.7376861572265625, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1664, 180415, 0, 1519, 4411, '0', 0, 0, -8534.064453125, 1126.33837890625, 19.62818336486816406, 0.331610709428787231, 0, 0, 0.16504669189453125, 0.986285746097564697, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1665, 180415, 0, 1519, 4411, '0', 0, 0, -8535.8505859375, 1126.2786865234375, 19.5198516845703125, 2.146752834320068359, 0, 0, 0.878816604614257812, 0.477159708738327026, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1666, 180415, 0, 1519, 4411, '0', 0, 0, -8514.33203125, 1113.611572265625, 19.36572265625, 0.24434557557106018, 0, 0, 0.121869087219238281, 0.9925462007522583, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1667, 180415, 0, 1519, 4411, '0', 0, 0, -8557.478515625, 1126.050537109375, 19.85025215148925781, 4.852017402648925781, 0, 0, -0.65605831146240234, 0.754710197448730468, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1668, 180415, 0, 1519, 4411, '0', 0, 0, -8559.73046875, 1125.7939453125, 19.77348899841308593, 1.308995485305786132, 0, 0, 0.608760833740234375, 0.793353796005249023, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1669, 180415, 0, 1519, 4411, '0', 0, 0, -8531.96484375, 1126.33837890625, 19.68105316162109375, 3.717553615570068359, 0, 0, -0.95881938934326171, 0.284016460180282592, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1670, 180415, 0, 1519, 4411, '0', 0, 0, -8514.609375, 1115.791015625, 19.38722419738769531, 1.448621988296508789, 0, 0, 0.662619590759277343, 0.748956084251403808, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1671, 180415, 0, 1519, 4411, '0', 0, 0, -8514.6552734375, 1118.0826416015625, 19.45361518859863281, 3.071766138076782226, 0, 0, 0.999390602111816406, 0.034906134009361267, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1672, 180415, 0, 1519, 4411, '0', 0, 0, -8527.58203125, 1126.3035888671875, 19.66450691223144531, 0.436331570148468017, 0, 0, 0.216439247131347656, 0.976296067237854003, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1673, 180415, 0, 1519, 4411, '0', 0, 0, -8514.8896484375, 1123.810546875, 19.16261863708496093, 3.9793548583984375, 0, 0, -0.9135446548461914, 0.406738430261611938, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1674, 180415, 0, 1519, 4411, '0', 0, 0, -8514.689453125, 1120.439697265625, 19.28572654724121093, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1675, 180415, 0, 1519, 4411, '0', 0, 0, -8529.8095703125, 1126.466552734375, 19.73398399353027343, 3.595378875732421875, 0, 0, -0.97437000274658203, 0.224951311945915222, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1676, 180415, 0, 1519, 4411, '0', 0, 0, -8459.03515625, 1090.5859375, 20.138763427734375, 1.308995485305786132, 0, 0, 0.608760833740234375, 0.793353796005249023, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1677, 180415, 0, 1519, 4411, '0', 0, 0, -8456.412109375, 1088.28515625, 20.09352302551269531, 2.687806606292724609, 0, 0, 0.974370002746582031, 0.224951311945915222, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1678, 180415, 0, 1519, 4411, '0', 0, 0, -8487.974609375, 1114.8248291015625, 19.56627082824707031, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1679, 180415, 0, 1519, 4411, '0', 0, 0, -8454.4189453125, 1088.393310546875, 20.10154914855957031, 1.954769015312194824, 0, 0, 0.829037666320800781, 0.559192776679992675, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1680, 180415, 0, 1519, 4411, '0', 0, 0, -8458.7177734375, 1088.2745361328125, 20.13652420043945312, 3.24634718894958496, 0, 0, -0.99862861633300781, 0.052353221923112869, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1681, 180415, 0, 1519, 4411, '0', 0, 0, -8452.16015625, 1088.3062744140625, 20.14149856567382812, 2.321286916732788085, 0, 0, 0.917059898376464843, 0.398749500513076782, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1682, 180415, 0, 1519, 4411, '0', 0, 0, -8445.8779296875, 1088.15673828125, 20.1173858642578125, 2.094393253326416015, 0, 0, 0.866024971008300781, 0.50000077486038208, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1683, 180415, 0, 1519, 4411, '0', 0, 0, -8429.73828125, 1089.32421875, 20.14235877990722656, 2.495818138122558593, 0, 0, 0.948323249816894531, 0.317305892705917358, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1684, 180415, 0, 1519, 4411, '0', 0, 0, -8447.873046875, 1088.3585205078125, 20.14618873596191406, 4.904376029968261718, 0, 0, -0.636077880859375, 0.771624863147735595, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1685, 180415, 0, 1519, 4411, '0', 0, 0, -8450.0966796875, 1088.322265625, 20.10743141174316406, 2.565631866455078125, 0, 0, 0.958819389343261718, 0.284016460180282592, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1686, 180415, 0, 1519, 4411, '0', 0, 0, -8413.8876953125, 1090.1822509765625, 20.21195411682128906, 3.298687219619750976, 0, 0, -0.99691677093505859, 0.078466430306434631, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1687, 180415, 0, 1519, 4411, '0', 0, 0, -8427.9345703125, 1089.280517578125, 20.13240814208984375, 3.001946926116943359, 0, 0, 0.997563362121582031, 0.069766148924827575, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1688, 180415, 0, 1519, 4411, '0', 0, 0, -8425.740234375, 1089.363037109375, 20.08494186401367187, 2.879789113998413085, 0, 0, 0.991444587707519531, 0.130528271198272705, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1689, 180415, 0, 1519, 4411, '0', 0, 0, -8414.0361328125, 1092.43408203125, 20.07137680053710937, 3.892086982727050781, 0, 0, -0.93041706085205078, 0.366502493619918823, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1690, 180415, 0, 1519, 4411, '0', 0, 0, -8423.6103515625, 1089.4246826171875, 20.14505767822265625, 1.797688722610473632, 0, 0, 0.7826080322265625, 0.622514784336090087, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1691, 180415, 0, 1519, 4411, '0', 0, 0, -8421.359375, 1089.431396484375, 20.109619140625, 4.328419685363769531, 0, 0, -0.82903671264648437, 0.559194147586822509, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1692, 180415, 0, 1519, 4411, '0', 0, 0, -8416.1826171875, 1089.935791015625, 20.26366615295410156, 5.497788906097412109, 0, 0, -0.38268280029296875, 0.923879802227020263, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1693, 180415, 0, 1519, 4411, '0', 0, 0, -8436.6904296875, 1129.4154052734375, 20.0018768310546875, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1694, 180415, 0, 1519, 4411, '0', 0, 0, -8428.330078125, 1129.2664794921875, 19.96050643920898437, 3.996806621551513671, 0, 0, -0.90996074676513671, 0.414694398641586303, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1695, 180415, 0, 1519, 4411, '0', 0, 0, -8379.1162109375, 1111.4791259765625, 19.79901504516601562, 0.506144583225250244, 0, 0, 0.250379562377929687, 0.968147754669189453, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1696, 180415, 0, 1519, 4411, '0', 0, 0, -8412.576171875, 1128.87890625, 19.87590980529785156, 4.834563255310058593, 0, 0, -0.66261959075927734, 0.748956084251403808, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1697, 180415, 0, 1519, 4411, '0', 0, 0, -8412.5009765625, 1126.8515625, 19.87930870056152343, 5.84685373306274414, 0, 0, -0.21643924713134765, 0.976296067237854003, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1698, 180415, 0, 1519, 4411, '0', 0, 0, -8450.3876953125, 1128.7747802734375, 19.97925758361816406, 5.480334281921386718, 0, 0, -0.39073085784912109, 0.920504987239837646, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1699, 180415, 0, 1519, 4411, '0', 0, 0, -8452.515625, 1128.9366455078125, 19.96131134033203125, 1.047197580337524414, 0, 0, 0.5, 0.866025388240814208, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1700, 180415, 0, 1519, 4411, '0', 0, 0, -8430.595703125, 1129.412353515625, 20.01185035705566406, 1.867502212524414062, 0, 0, 0.803856849670410156, 0.594822824001312255, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1701, 180415, 0, 1519, 4411, '0', 0, 0, -8379.0673828125, 1113.6788330078125, 19.98053932189941406, 5.986480236053466796, 0, 0, -0.14780902862548828, 0.989015936851501464, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1702, 180415, 0, 1519, 4411, '0', 0, 0, -8432.619140625, 1129.362060546875, 19.96075630187988281, 2.652894020080566406, 0, 0, 0.970294952392578125, 0.241925001144409179, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1703, 180415, 0, 1519, 4411, '0', 0, 0, -8414.7822265625, 1129.093994140625, 19.97401237487792968, 5.026549339294433593, 0, 0, -0.5877847671508789, 0.809017360210418701, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1704, 180415, 0, 1519, 4411, '0', 0, 0, -8448.203125, 1129.0279541015625, 19.96889495849609375, 5.305802345275878906, 0, 0, -0.46947097778320312, 0.882947921752929687, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1705, 180415, 0, 1519, 4411, '0', 0, 0, -8379.0087890625, 1119.9068603515625, 20.09073066711425781, 1.640606880187988281, 0, 0, 0.731352806091308593, 0.6819993257522583, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1706, 180415, 0, 1519, 4411, '0', 0, 0, -8454.7822265625, 1128.9405517578125, 20.0008392333984375, 5.84685373306274414, 0, 0, -0.21643924713134765, 0.976296067237854003, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1707, 180415, 0, 1519, 4411, '0', 0, 0, -8379, 1115.7691650390625, 19.94405555725097656, 2.757613182067871093, 0, 0, 0.981626510620117187, 0.190812408924102783, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1708, 180415, 0, 1519, 4411, '0', 0, 0, -8434.8076171875, 1129.2977294921875, 20.00479507446289062, 5.515241622924804687, 0, 0, -0.37460613250732421, 0.927184045314788818, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1709, 180415, 0, 1519, 4411, '0', 0, 0, -8379.060546875, 1117.957763671875, 20.06096649169921875, 5.986480236053466796, 0, 0, -0.14780902862548828, 0.989015936851501464, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1710, 180415, 0, 1519, 4411, '0', 0, 0, -8456.59765625, 1129, 19.97743606567382812, 0.349065244197845458, 0, 0, 0.173647880554199218, 0.984807789325714111, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1711, 180415, 0, 1519, 4411, '0', 0, 0, -8462.9111328125, 1128.8966064453125, 19.99684333801269531, 4.398232460021972656, 0, 0, -0.80901622772216796, 0.587786316871643066, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1712, 180415, 0, 1519, 4411, '0', 0, 0, -8443.3515625, 1142.1068115234375, 20.00641059875488281, 4.101525306701660156, 0, 0, -0.88701057434082031, 0.461749136447906494, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1713, 180415, 0, 1519, 4411, '0', 0, 0, -8377.8408203125, 1127.859130859375, 19.92161178588867187, 5.95157480239868164, 0, 0, -0.16504669189453125, 0.986285746097564697, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1714, 180415, 0, 1519, 4411, '0', 0, 0, -8427.2763671875, 1146.6236572265625, 19.86591148376464843, 3.298687219619750976, 0, 0, -0.99691677093505859, 0.078466430306434631, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1715, 180415, 0, 1519, 4411, '0', 0, 0, -8427.982421875, 1144.5875244140625, 20.0165557861328125, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1716, 180415, 0, 1519, 4411, '0', 0, 0, -8350.595703125, 1129.59765625, 19.78011322021484375, 0.209439441561698913, 0, 0, 0.104528427124023437, 0.994521915912628173, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1717, 180415, 0, 1519, 4411, '0', 0, 0, -8465.0986328125, 1129.0948486328125, 19.96479034423828125, 1.064649581909179687, 0, 0, 0.507537841796875, 0.861629426479339599, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1718, 180415, 0, 1519, 4411, '0', 0, 0, -8441.1025390625, 1141.9049072265625, 19.95985031127929687, 4.502951622009277343, 0, 0, -0.7771453857421875, 0.629321098327636718, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1719, 180415, 0, 1519, 4411, '0', 0, 0, -8430.3291015625, 1143.9752197265625, 20.19532966613769531, 2.932138919830322265, 0, 0, 0.994521141052246093, 0.104535527527332305, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1720, 180415, 0, 1519, 4411, '0', 0, 0, -8377.7080078125, 1130.1297607421875, 19.72336578369140625, 0.610863447189331054, 0, 0, 0.3007049560546875, 0.953717231750488281, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1721, 180415, 0, 1519, 4411, '0', 0, 0, -8375.6015625, 1130.2803955078125, 19.74116706848144531, 2.513273954391479492, 0, 0, 0.951056480407714843, 0.309017121791839599, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1722, 180415, 0, 1519, 4411, '0', 0, 0, -8352.8076171875, 1129.61572265625, 19.83290863037109375, 6.108653545379638671, 0, 0, -0.08715534210205078, 0.996194720268249511, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1723, 180415, 0, 1519, 4411, '0', 0, 0, -8354.681640625, 1129.6607666015625, 19.78548622131347656, 1.85004889965057373, 0, 0, 0.798635482788085937, 0.60181504487991333, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1724, 180415, 0, 1519, 4411, '0', 0, 0, -8467.125, 1129.186767578125, 19.90551185607910156, 2.70525527000427246, 0, 0, 0.97629547119140625, 0.216442063450813293, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1725, 180415, 0, 1519, 4411, '0', 0, 0, -8469.4365234375, 1129.228759765625, 19.98625564575195312, 5.305802345275878906, 0, 0, -0.46947097778320312, 0.882947921752929687, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1726, 180415, 0, 1519, 4411, '0', 0, 0, -8445.5, 1142.2144775390625, 19.96640396118164062, 2.460912704467773437, 0, 0, 0.942641258239746093, 0.333807557821273803, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1727, 180415, 0, 1519, 4411, '0', 0, 0, -8348.5712890625, 1129.3951416015625, 19.82221412658691406, 4.136432647705078125, 0, 0, -0.87881660461425781, 0.477159708738327026, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1728, 180415, 0, 1519, 4411, '0', 0, 0, -8346.2880859375, 1129.3489990234375, 19.78516578674316406, 6.003933906555175781, 0, 0, -0.13917255401611328, 0.990268170833587646, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1729, 180415, 0, 1519, 4411, '0', 0, 0, -8307.951171875, 1155.4976806640625, 19.56041908264160156, 2.72271275520324707, 0, 0, 0.978147506713867187, 0.207912087440490722, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1730, 180415, 0, 1519, 4411, '0', 0, 0, -8309.3994140625, 1127.38525390625, 20.1759033203125, 4.607671737670898437, 0, 0, -0.74314403533935546, 0.669131457805633544, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1731, 180415, 0, 1519, 4411, '0', 0, 0, -8351.9931640625, 1157.3489990234375, 19.868896484375, 1.466075778007507324, 0, 0, 0.669130325317382812, 0.74314504861831665, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1732, 180415, 0, 1519, 4411, '0', 0, 0, -8351.849609375, 1153.1514892578125, 20.03406715393066406, 0.750490784645080566, 0, 0, 0.3665008544921875, 0.93041771650314331, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1733, 180415, 0, 1519, 4411, '0', 0, 0, -8307.8486328125, 1148.9693603515625, 19.88795280456542968, 0.994837164878845214, 0, 0, 0.477158546447753906, 0.878817260265350341, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1734, 180415, 0, 1519, 4411, '0', 0, 0, -8349.4892578125, 1141.9139404296875, 20.16535568237304687, 3.106652259826660156, 0, 0, 0.999847412109375, 0.017469281330704689, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1735, 180415, 0, 1519, 4411, '0', 0, 0, -8300.9169921875, 1127.0247802734375, 19.91248512268066406, 2.844882726669311523, 0, 0, 0.989015579223632812, 0.147811368107795715, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1736, 180415, 0, 1519, 4411, '0', 0, 0, -8298.4013671875, 1126.9132080078125, 20.01203155517578125, 6.230826377868652343, 0, 0, -0.02617645263671875, 0.999657332897186279, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1737, 180415, 0, 1519, 4411, '0', 0, 0, -8307.8623046875, 1153.216796875, 19.71404075622558593, 3.124123096466064453, 0, 0, 0.99996185302734375, 0.008734640665352344, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1738, 180415, 0, 1519, 4411, '0', 0, 0, -8307.826171875, 1151.4073486328125, 19.86797332763671875, 5.881760597229003906, 0, 0, -0.19936752319335937, 0.979924798011779785, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1739, 180415, 0, 1519, 4411, '0', 0, 0, -8307.4521484375, 1127.1904296875, 20.01272201538085937, 0.558503925800323486, 0, 0, 0.275636672973632812, 0.961261868476867675, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1740, 180415, 0, 1519, 4411, '0', 0, 0, -8307.98828125, 1159.784423828125, 19.2546844482421875, 1.204277276992797851, 0, 0, 0.56640625, 0.824126183986663818, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1741, 180415, 0, 1519, 4411, '0', 0, 0, -8307.98046875, 1157.5421142578125, 19.52761268615722656, 0.855210542678833007, 0, 0, 0.414692878723144531, 0.909961462020874023, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1742, 180415, 0, 1519, 4411, '0', 0, 0, -8352.02734375, 1159.6282958984375, 19.91952896118164062, 3.839725255966186523, 0, 0, -0.93969249725341796, 0.34202045202255249, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1743, 180415, 0, 1519, 4411, '0', 0, 0, -8352.05859375, 1155.3834228515625, 19.99600791931152343, 3.43830275535583496, 0, 0, -0.98901557922363281, 0.147811368107795715, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1744, 180415, 0, 1519, 4411, '0', 0, 0, -8351.64453125, 1148.9635009765625, 20.0665130615234375, 2.792518377304077148, 0, 0, 0.984807014465332031, 0.173652306199073791, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1745, 180415, 0, 1519, 4411, '0', 0, 0, -8351.923828125, 1151.301025390625, 20.04386329650878906, 6.14356088638305664, 0, 0, -0.06975555419921875, 0.997564136981964111, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1746, 180415, 0, 1519, 4411, '0', 0, 0, -8296.1962890625, 1126.8697509765625, 20.15884017944335937, 3.473210096359252929, 0, 0, -0.98628520965576171, 0.165049895644187927, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1747, 180415, 0, 1519, 4411, '0', 0, 0, -8296.0048828125, 1124.651123046875, 20.07935333251953125, 2.932138919830322265, 0, 0, 0.994521141052246093, 0.104535527527332305, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1748, 180415, 0, 1519, 4411, '0', 0, 0, -8351.8564453125, 1144.1470947265625, 20.20614433288574218, 1.623155713081359863, 0, 0, 0.725374221801757812, 0.688354730606079101, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1749, 180415, 0, 1519, 4411, '0', 0, 0, -8305.267578125, 1127.15673828125, 19.99942398071289062, 2.949595451354980468, 0, 0, 0.995395660400390625, 0.095851235091686248, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1750, 180415, 0, 1519, 4411, '0', 0, 0, -8351.6826171875, 1141.8489990234375, 19.82120895385742187, 4.049167633056640625, 0, 0, -0.89879322052001953, 0.438372820615768432, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1751, 180415, 0, 1519, 4411, '0', 0, 0, -8303.193359375, 1126.974365234375, 19.97508811950683593, 1.500982880592346191, 0, 0, 0.681998252868652343, 0.731353819370269775, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1752, 180415, 0, 1519, 4411, '0', 0, 0, -8286.4208984375, 1153.3597412109375, 19.69989013671875, 2.740161895751953125, 0, 0, 0.979924201965332031, 0.199370384216308593, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1753, 180415, 0, 1519, 4411, '0', 0, 0, -8286.4794921875, 1151.5035400390625, 19.74312210083007812, 1.396261811256408691, 0, 0, 0.642786979675292968, 0.766044974327087402, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1754, 180415, 0, 1519, 4411, '0', 0, 0, -8286.3076171875, 1159.859619140625, 19.758941650390625, 0.209439441561698913, 0, 0, 0.104528427124023437, 0.994521915912628173, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1755, 180415, 0, 1519, 4411, '0', 0, 0, -8286.3876953125, 1157.6243896484375, 19.65444374084472656, 0.558503925800323486, 0, 0, 0.275636672973632812, 0.961261868476867675, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1756, 180415, 0, 1519, 4411, '0', 0, 0, -8286.462890625, 1155.5535888671875, 19.65576171875, 5.445427894592285156, 0, 0, -0.40673637390136718, 0.913545548915863037, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1757, 180415, 0, 1519, 4411, '0', 0, 0, -8041.8291015625, 1620.920166015625, 4.344945907592773437, 5.183629035949707031, 0, 0, -0.52249813079833984, 0.852640450000762939, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1758, 180415, 0, 1519, 4411, '0', 0, 0, -8042.5537109375, 1620.066162109375, 4.330189228057861328, 4.625123500823974609, 0, 0, -0.73727703094482421, 0.67559051513671875, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1759, 180415, 0, 1519, 4411, '0', 0, 0, -8040.4443359375, 1618.2147216796875, 4.020081043243408203, 0.645771682262420654, 0, 0, 0.317304611206054687, 0.948323667049407958, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1760, 180415, 0, 1519, 4411, '0', 0, 0, -8040.01806640625, 1622.7818603515625, 4.353181838989257812, 2.949595451354980468, 0, 0, 0.995395660400390625, 0.095851235091686248, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1761, 180415, 0, 1519, 4411, '0', 0, 0, -8038.015625, 1621.0355224609375, 4.268586158752441406, 1.815141916275024414, 0, 0, 0.788010597229003906, 0.615661680698394775, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1762, 180415, 0, 1519, 4411, '0', 0, 0, -8039.03466796875, 1621.9495849609375, 4.3162841796875, 2.72271275520324707, 0, 0, 0.978147506713867187, 0.207912087440490722, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1763, 180415, 0, 1519, 4411, '0', 0, 0, -8041.58251953125, 1619.1734619140625, 4.147182941436767578, 6.161012649536132812, 0, 0, -0.06104850769042968, 0.998134791851043701, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1764, 180415, 0, 1519, 4411, '0', 0, 0, -8040.91162109375, 1621.83642578125, 4.348523139953613281, 2.740161895751953125, 0, 0, 0.979924201965332031, 0.199370384216308593, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1765, 180415, 0, 1519, 4411, '0', 0, 0, -8038.87353515625, 1620.07080078125, 4.199732780456542968, 2.687806606292724609, 0, 0, 0.974370002746582031, 0.224951311945915222, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1766, 180415, 0, 1519, 4411, '0', 0, 0, -8039.74853515625, 1619.0401611328125, 4.107827186584472656, 1.117009282112121582, 0, 0, 0.529918670654296875, 0.84804844856262207, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1767, 180415, 0, 1519, 4411, '0', 0, 0, -8334.0595703125, 1192.359375, 6.706246852874755859, 4.607671737670898437, 0, 0, -0.74314403533935546, 0.669131457805633544, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1768, 180415, 0, 1519, 4411, '0', 0, 0, -8449.5947265625, 1142.3333740234375, 19.97266578674316406, 0.331610709428787231, 0, 0, 0.16504669189453125, 0.986285746097564697, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1769, 180415, 0, 1519, 4411, '0', 0, 0, -8456.357421875, 1142.0032958984375, 20.16004753112792968, 3.839725255966186523, 0, 0, -0.93969249725341796, 0.34202045202255249, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1770, 180415, 0, 1519, 4411, '0', 0, 0, -8447.693359375, 1142.0792236328125, 20.00888252258300781, 5.567600727081298828, 0, 0, -0.35020732879638671, 0.936672210693359375, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1771, 180415, 0, 1519, 4411, '0', 0, 0, -8458.1708984375, 1142.0889892578125, 20.05169486999511718, 3.194002151489257812, 0, 0, -0.99965667724609375, 0.026201646775007247, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1772, 180415, 0, 1519, 4411, '0', 0, 0, -8471.3564453125, 1129.3631591796875, 19.97810554504394531, 2.72271275520324707, 0, 0, 0.978147506713867187, 0.207912087440490722, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1773, 180415, 0, 1519, 4411, '0', 0, 0, -8468.0234375, 1145.2918701171875, 19.63709831237792968, 0.174532130360603332, 0, 0, 0.087155342102050781, 0.996194720268249511, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1774, 180415, 0, 1519, 4411, '0', 0, 0, -8480.435546875, 1129.0853271484375, 19.85925102233886718, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1775, 180415, 0, 1519, 4411, '0', 0, 0, -8460.359375, 1142.0692138671875, 19.98189163208007812, 5.95157480239868164, 0, 0, -0.16504669189453125, 0.986285746097564697, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1776, 180415, 0, 1519, 4411, '0', 0, 0, -8462.4345703125, 1142.29541015625, 19.793914794921875, 2.216565132141113281, 0, 0, 0.894933700561523437, 0.44619917869567871, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1777, 180415, 0, 1519, 4411, '0', 0, 0, -8467.9892578125, 1151.7840576171875, 19.57544898986816406, 1.762782454490661621, 0, 0, 0.771624565124511718, 0.636078238487243652, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1778, 180415, 0, 1519, 4411, '0', 0, 0, -8464.658203125, 1142.3450927734375, 19.73567390441894531, 5.061456203460693359, 0, 0, -0.57357597351074218, 0.819152355194091796, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1779, 180415, 0, 1519, 4411, '0', 0, 0, -8467.8173828125, 1149.5826416015625, 19.76023292541503906, 5.183629035949707031, 0, 0, -0.52249813079833984, 0.852640450000762939, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1780, 180415, 0, 1519, 4411, '0', 0, 0, -8467.8779296875, 1147.5927734375, 19.78599357604980468, 1.692969322204589843, 0, 0, 0.748955726623535156, 0.662620067596435546, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1781, 180415, 0, 1519, 4411, '0', 0, 0, -8478.2001953125, 1129.2723388671875, 19.76607322692871093, 2.635444164276123046, 0, 0, 0.96814727783203125, 0.250381410121917724, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1782, 180415, 0, 1519, 4411, '0', 0, 0, -8482.5107421875, 1129.1572265625, 20.07769203186035156, 4.066620349884033203, 0, 0, -0.89493370056152343, 0.44619917869567871, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1783, 180415, 0, 1519, 4411, '0', 0, 0, -8496.501953125, 1148.4093017578125, 19.74759674072265625, 1.48352813720703125, 0, 0, 0.675589561462402343, 0.737277925014495849, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1784, 180415, 0, 1519, 4411, '0', 0, 0, -8487.8505859375, 1119.2066650390625, 19.78320884704589843, 5.270895957946777343, 0, 0, -0.48480892181396484, 0.87462007999420166, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1785, 180415, 0, 1519, 4411, '0', 0, 0, -8487.5361328125, 1123.3951416015625, 19.72113990783691406, 1.047197580337524414, 0, 0, 0.5, 0.866025388240814208, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1786, 180415, 0, 1519, 4411, '0', 0, 0, -8498.0986328125, 1141.2545166015625, 19.58205986022949218, 5.288348197937011718, 0, 0, -0.4771585464477539, 0.878817260265350341, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1787, 180415, 0, 1519, 4411, '0', 0, 0, -8496.455078125, 1144.2691650390625, 19.63583183288574218, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1788, 180415, 0, 1519, 4411, '0', 0, 0, -8496.5341796875, 1146.4068603515625, 19.73383522033691406, 4.433136463165283203, 0, 0, -0.79863548278808593, 0.60181504487991333, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1789, 180415, 0, 1519, 4411, '0', 0, 0, -8487.8623046875, 1116.9036865234375, 19.66290092468261718, 0.610863447189331054, 0, 0, 0.3007049560546875, 0.953717231750488281, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1790, 180415, 0, 1519, 4411, '0', 0, 0, -8487.7080078125, 1121.25, 19.84128952026367187, 1.361356139183044433, 0, 0, 0.629320144653320312, 0.77714616060256958, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1791, 180415, 0, 1519, 4411, '0', 0, 0, -8484.6455078125, 1129.164306640625, 19.61669349670410156, 3.630291461944580078, 0, 0, -0.97029495239257812, 0.241925001144409179, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1792, 180415, 0, 1519, 4411, '0', 0, 0, -8517.4150390625, 1125.883056640625, 19.17713165283203125, 5.654868602752685546, 0, 0, -0.30901622772216796, 0.95105677843093872, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1793, 180415, 0, 1519, 4411, '0', 0, 0, -8496.6748046875, 1152.4969482421875, 19.63500404357910156, 4.555310726165771484, 0, 0, -0.76040554046630859, 0.649448513984680175, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1794, 180415, 0, 1519, 4411, '0', 0, 0, -8500.345703125, 1141.2281494140625, 19.78377151489257812, 5.044002056121826171, 0, 0, -0.58070278167724609, 0.814115643501281738, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1795, 180415, 0, 1519, 4411, '0', 0, 0, -8515.0830078125, 1125.90673828125, 19.07520484924316406, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1796, 180415, 0, 1519, 4411, '0', 0, 0, -8502.34765625, 1141.2393798828125, 19.83345985412597656, 2.042035102844238281, 0, 0, 0.852640151977539062, 0.522498607635498046, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1797, 180415, 0, 1519, 4411, '0', 0, 0, -8504.5517578125, 1141.083984375, 19.88371658325195312, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1798, 180415, 0, 1519, 4411, '0', 0, 0, -8496.7392578125, 1150.6639404296875, 19.67436027526855468, 5.654868602752685546, 0, 0, -0.30901622772216796, 0.95105677843093872, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1799, 180415, 0, 1519, 4411, '0', 0, 0, -8552.3232421875, 1142.927490234375, 19.86188888549804687, 4.1538848876953125, 0, 0, -0.8746194839477539, 0.484810054302215576, 120, 255, 1, 51886); -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) + +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+1800, 180415, 0, 1519, 4411, '0', 0, 0, -8550.169921875, 1142.989990234375, 20.04150009155273437, 1.48352813720703125, 0, 0, 0.675589561462402343, 0.737277925014495849, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1801, 180415, 0, 1519, 4411, '0', 0, 0, -8548.2998046875, 1142.77001953125, 20.07180023193359375, 3.577930212020874023, 0, 0, -0.97629547119140625, 0.216442063450813293, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1802, 180415, 0, 1519, 4411, '0', 0, 0, -8554.33984375, 1143.010009765625, 19.98299980163574218, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1803, 180415, 0, 1519, 4411, '0', 0, 0, -8560.419921875, 1152.7247314453125, 19.64844703674316406, 2.286378860473632812, 0, 0, 0.909960746765136718, 0.414694398641586303, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1804, 180415, 0, 1519, 4411, '0', 0, 0, -8560.29296875, 1150.50341796875, 19.60041236877441406, 1.343901276588439941, 0, 0, 0.622513771057128906, 0.78260880708694458, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1805, 180415, 0, 1519, 4411, '0', 0, 0, -8560.2021484375, 1148.320068359375, 19.6298065185546875, 2.67034769058227539, 0, 0, 0.972369194030761718, 0.233448356389999389, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1806, 180415, 0, 1519, 4411, '0', 0, 0, -8556.6259765625, 1143.1024169921875, 19.76190376281738281, 1.396261811256408691, 0, 0, 0.642786979675292968, 0.766044974327087402, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1807, 180415, 0, 1519, 4411, '0', 0, 0, -8559.98046875, 1146.19921875, 19.47005653381347656, 2.617989301681518554, 0, 0, 0.965925216674804687, 0.258821308612823486, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+1808, 180425, 0, 1519, 1617, '0', 0, 0, -8906.5498046875, 620.364990234375, 100.7139968872070312, 1.675513744354248046, 0, 0, 0.743144035339355468, 0.669131457805633544, 120, 255, 1, 51886), -- SkullCandle01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+1809, 180425, 0, 1519, 1617, '0', 0, 0, -8901.259765625, 623.25701904296875, 100.7139968872070312, 1.692969322204589843, 0, 0, 0.748955726623535156, 0.662620067596435546, 120, 255, 1, 51886), -- SkullCandle01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+1810, 180425, 0, 1519, 1617, '0', 0, 0, -8904.0703125, 621.72698974609375, 100.7139968872070312, 2.600535154342651367, 0, 0, 0.963629722595214843, 0.26724100112915039, 120, 255, 1, 51886), -- SkullCandle01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+1811, 180425, 0, 1519, 1617, '0', 0, 0, -8893.6103515625, 627.39898681640625, 100.7139968872070312, 2.67034769058227539, 0, 0, 0.972369194030761718, 0.233448356389999389, 120, 255, 1, 51886), -- SkullCandle01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+1812, 180425, 0, 1519, 1617, '0', 0, 0, -8898.7998046875, 624.5830078125, 100.7139968872070312, 2.70525527000427246, 0, 0, 0.97629547119140625, 0.216442063450813293, 120, 255, 1, 51886), -- SkullCandle01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+1813, 180425, 0, 1519, 1617, '0', 0, 0, -8896.0498046875, 626.0419921875, 100.7139968872070312, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 51886), -- SkullCandle01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+1814, 180425, 0, 1519, 1617, '0', 0, 0, -8911.16015625, 634.69598388671875, 100.7139968872070312, 4.660029888153076171, 0, 0, -0.72537422180175781, 0.688354730606079101, 120, 255, 1, 51886), -- SkullCandle01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+1815, 180425, 0, 1519, 1617, '0', 0, 0, -8913.509765625, 633.40997314453125, 100.7139968872070312, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, 51886), -- SkullCandle01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+1816, 180425, 0, 1519, 1617, '0', 0, 0, -8908.240234375, 636.21002197265625, 100.7139968872070312, 5.567600727081298828, 0, 0, -0.35020732879638671, 0.936672210693359375, 120, 255, 1, 51886), -- SkullCandle01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+1817, 180425, 0, 1519, 5148, '0', 0, 0, -8808.9501953125, 645.88397216796875, 96.07700347900390625, 4.712389945983886718, 0, 0, -0.70710659027099609, 0.707106947898864746, 120, 255, 1, 51886), -- SkullCandle01 (Area: Trade District - Difficulty: 0) +(@OGUID+1818, 180425, 0, 1519, 5148, '0', 0, 0, -8859.23046875, 644.739990234375, 97.14959716796875, 4.607671737670898437, 0, 0, -0.74314403533935546, 0.669131457805633544, 120, 255, 1, 51886), -- SkullCandle01 (Area: Trade District - Difficulty: 0) +(@OGUID+1819, 180425, 0, 1519, 5148, '0', 0, 0, -8857.6904296875, 644.7860107421875, 97.16320037841796875, 4.991643905639648437, 0, 0, -0.60181427001953125, 0.798636078834533691, 120, 255, 1, 51886), -- SkullCandle01 (Area: Trade District - Difficulty: 0) +(@OGUID+1820, 180425, 0, 1519, 5148, '0', 0, 0, -8858.48046875, 646.42901611328125, 99.136199951171875, 5.096362113952636718, 0, 0, -0.55919265747070312, 0.829037725925445556, 120, 255, 1, 51886), -- SkullCandle01 (Area: Trade District - Difficulty: 0) +(@OGUID+1821, 180425, 0, 1519, 5148, '0', 0, 0, -8860.9501953125, 644.7659912109375, 97.13919830322265625, 4.206246376037597656, 0, 0, -0.86162853240966796, 0.50753939151763916, 120, 255, 1, 51886), -- SkullCandle01 (Area: Trade District - Difficulty: 0) +(@OGUID+1822, 180425, 0, 1519, 5148, '0', 0, 0, -8855.4501953125, 648.8330078125, 97.1923980712890625, 0.733038187026977539, 0, 0, 0.358367919921875, 0.933580458164215087, 120, 255, 1, 51886), -- SkullCandle01 (Area: Trade District - Difficulty: 0) +(@OGUID+1823, 180425, 0, 1519, 5148, '0', 0, 0, -8860.0703125, 647.135009765625, 100.7389984130859375, 4.310965538024902343, 0, 0, -0.83388519287109375, 0.55193793773651123, 120, 255, 1, 51886), -- SkullCandle01 (Area: Trade District - Difficulty: 0) +(@OGUID+1824, 180425, 0, 1519, 5148, '0', 0, 0, -8857.830078125, 648.05401611328125, 100.7679977416992187, 5.84685373306274414, 0, 0, -0.21643924713134765, 0.976296067237854003, 120, 255, 1, 51886), -- SkullCandle01 (Area: Trade District - Difficulty: 0) +(@OGUID+1825, 180425, 0, 1519, 5148, '0', 0, 0, -8863.25, 647.0260009765625, 97.0792999267578125, 3.45575571060180664, 0, 0, -0.98768806457519531, 0.156436234712600708, 120, 255, 1, 51886), -- SkullCandle01 (Area: Trade District - Difficulty: 0) +(@OGUID+1826, 180425, 0, 1519, 5148, '0', 0, 0, -8857.150390625, 647.7919921875, 99.16860198974609375, 5.794494152069091796, 0, 0, -0.24192142486572265, 0.970295846462249755, 120, 255, 1, 51886), -- SkullCandle01 (Area: Trade District - Difficulty: 0) +(@OGUID+1827, 180425, 0, 1519, 5148, '0', 0, 0, -8862.1796875, 645.96502685546875, 97.110198974609375, 3.874631166458129882, 0, 0, -0.93358039855957031, 0.358368009328842163, 120, 255, 1, 51886), -- SkullCandle01 (Area: Trade District - Difficulty: 0) +(@OGUID+1828, 180425, 0, 1519, 5148, '0', 0, 0, -8858.8095703125, 647.12701416015625, 100.759002685546875, 5.078907966613769531, 0, 0, -0.56640625, 0.824126183986663818, 120, 255, 1, 51886), -- SkullCandle01 (Area: Trade District - Difficulty: 0) +(@OGUID+1829, 180425, 0, 1519, 5148, '0', 0, 0, -8861.669921875, 647.77398681640625, 99.0941009521484375, 3.630291461944580078, 0, 0, -0.97029495239257812, 0.241925001144409179, 120, 255, 1, 51886), -- SkullCandle01 (Area: Trade District - Difficulty: 0) +(@OGUID+1830, 180425, 0, 1519, 5148, '0', 0, 0, -8856.5498046875, 645.92498779296875, 97.1808013916015625, 5.445427894592285156, 0, 0, -0.40673637390136718, 0.913545548915863037, 120, 255, 1, 51886), -- SkullCandle01 (Area: Trade District - Difficulty: 0) +(@OGUID+1831, 180425, 0, 1519, 5148, '0', 0, 0, -8855.4501953125, 647.0989990234375, 97.203399658203125, 5.759587764739990234, 0, 0, -0.25881862640380859, 0.965925931930541992, 120, 255, 1, 51886), -- SkullCandle01 (Area: Trade District - Difficulty: 0) +(@OGUID+1832, 180425, 0, 1519, 5148, '0', 0, 0, -8860.3603515625, 646.43902587890625, 99.1260986328125, 4.380776405334472656, 0, 0, -0.81411552429199218, 0.580702960491180419, 120, 255, 1, 51886), -- SkullCandle01 (Area: Trade District - Difficulty: 0) +(@OGUID+1833, 180425, 0, 1519, 5148, '0', 0, 0, -8861.009765625, 648.0830078125, 100.71600341796875, 3.560472726821899414, 0, 0, -0.97814750671386718, 0.207912087440490722, 120, 255, 1, 51886), -- SkullCandle01 (Area: Trade District - Difficulty: 0) +(@OGUID+1834, 180425, 0, 1519, 5148, '0', 0, 0, -8863.2900390625, 648.73297119140625, 97.0635986328125, 3.054326534271240234, 0, 0, 0.999048233032226562, 0.043619260191917419, 120, 255, 1, 51886), -- SkullCandle01 (Area: Trade District - Difficulty: 0) +(@OGUID+1835, 180425, 0, 1519, 5148, '0', 0, 0, -8861.01953125, 649.34698486328125, 100.7060012817382812, 2.600535154342651367, 0, 0, 0.963629722595214843, 0.26724100112915039, 120, 255, 1, 51886), -- SkullCandle01 (Area: Trade District - Difficulty: 0) +(@OGUID+1836, 180425, 0, 1519, 5148, '0', 0, 0, -8861.66015625, 649.61297607421875, 99.0800018310546875, 2.809975385665893554, 0, 0, 0.986285209655761718, 0.165049895644187927, 120, 255, 1, 51886), -- SkullCandle01 (Area: Trade District - Difficulty: 0) +(@OGUID+1837, 180425, 0, 1519, 5148, '0', 0, 0, -8856.6103515625, 651.47100830078125, 97.15350341796875, 0.715584874153137207, 0, 0, 0.350207328796386718, 0.936672210693359375, 120, 255, 1, 51886), -- SkullCandle01 (Area: Trade District - Difficulty: 0) +(@OGUID+1838, 180425, 0, 1519, 5148, '0', 0, 0, -8858.48046875, 650.97601318359375, 99.12220001220703125, 1.169368624687194824, 0, 0, 0.551936149597167968, 0.833886384963989257, 120, 255, 1, 51886), -- SkullCandle01 (Area: Trade District - Difficulty: 0) +(@OGUID+1839, 180425, 0, 1519, 5148, '0', 0, 0, -8857.1796875, 649.635009765625, 99.1537017822265625, 0.314158439636230468, 0, 0, 0.156434059143066406, 0.987688362598419189, 120, 255, 1, 51886), -- SkullCandle01 (Area: Trade District - Difficulty: 0) +(@OGUID+1840, 180425, 0, 1519, 5148, '0', 0, 0, -8855.4794921875, 650.3367919921875, 97.18316650390625, 0.296705186367034912, 0, 0, 0.147809028625488281, 0.989015936851501464, 120, 255, 1, 51886), -- SkullCandle01 (Area: Trade District - Difficulty: 0) +(@OGUID+1841, 180425, 0, 1519, 5148, '0', 0, 0, -8857.83984375, 649.36602783203125, 100.7580032348632812, 0.401424884796142578, 0, 0, 0.199367523193359375, 0.979924798011779785, 120, 255, 1, 51886), -- SkullCandle01 (Area: Trade District - Difficulty: 0) +(@OGUID+1842, 180425, 0, 1519, 5148, '0', 0, 0, -8858.7900390625, 650.3189697265625, 100.7350006103515625, 1.134462952613830566, 0, 0, 0.537299156188964843, 0.843391716480255126, 120, 255, 1, 51886), -- SkullCandle01 (Area: Trade District - Difficulty: 0) +(@OGUID+1843, 180425, 0, 1519, 5148, '0', 0, 0, -8859.5595703125, 648.74102783203125, 103.9229965209960937, 5.95157480239868164, 0, 0, -0.16504669189453125, 0.986285746097564697, 120, 255, 1, 51886), -- SkullCandle01 (Area: Trade District - Difficulty: 0) +(@OGUID+1844, 180425, 0, 1519, 5148, '0', 0, 0, -8860.0595703125, 650.29498291015625, 100.7139968872070312, 1.954769015312194824, 0, 0, 0.829037666320800781, 0.559192776679992675, 120, 255, 1, 51886), -- SkullCandle01 (Area: Trade District - Difficulty: 0) +(@OGUID+1845, 180425, 0, 1519, 5148, '0', 0, 0, -8857.7099609375, 652.58502197265625, 97.119903564453125, 1.099556446075439453, 0, 0, 0.522498130798339843, 0.852640450000762939, 120, 255, 1, 51886), -- SkullCandle01 (Area: Trade District - Difficulty: 0) +(@OGUID+1846, 180425, 0, 1519, 5148, '0', 0, 0, -8861.0595703125, 652.5679931640625, 97.05930328369140625, 1.832594871520996093, 0, 0, 0.793353080749511718, 0.608761727809906005, 120, 255, 1, 51886), -- SkullCandle01 (Area: Trade District - Difficulty: 0) +(@OGUID+1847, 180425, 0, 1519, 5148, '0', 0, 0, -8859.330078125, 652.62799072265625, 97.0847015380859375, 1.500982880592346191, 0, 0, 0.681998252868652343, 0.731353819370269775, 120, 255, 1, 51886), -- SkullCandle01 (Area: Trade District - Difficulty: 0) +(@OGUID+1848, 180425, 0, 1519, 5148, '0', 0, 0, -8863.2900390625, 650.25299072265625, 97.05249786376953125, 2.617989301681518554, 0, 0, 0.965925216674804687, 0.258821308612823486, 120, 255, 1, 51886), -- SkullCandle01 (Area: Trade District - Difficulty: 0) +(@OGUID+1849, 180425, 0, 1519, 5148, '0', 0, 0, -8862.1201171875, 651.50201416015625, 97.05210113525390625, 2.303830623626708984, 0, 0, 0.913544654846191406, 0.406738430261611938, 120, 255, 1, 51886), -- SkullCandle01 (Area: Trade District - Difficulty: 0) +(@OGUID+1850, 180425, 0, 1519, 5148, '0', 0, 0, -8860.330078125, 650.98797607421875, 99.09169769287109375, 2.111847877502441406, 0, 0, 0.870355606079101562, 0.492423713207244873, 120, 255, 1, 51886), -- SkullCandle01 (Area: Trade District - Difficulty: 0) +(@OGUID+1851, 180425, 0, 1519, 5148, '0', 0, 0, -8812.6298828125, 655.57501220703125, 100.875, 3.52557229995727539, 0, 0, -0.98162651062011718, 0.190812408924102783, 120, 255, 1, 51886), -- SkullCandle01 (Area: Trade District - Difficulty: 0) +(@OGUID+1852, 180425, 0, 1519, 5148, '0', 0, 0, -8816.9404296875, 665.56298828125, 100.8649978637695312, 3.52557229995727539, 0, 0, -0.98162651062011718, 0.190812408924102783, 120, 255, 1, 51886), -- SkullCandle01 (Area: Trade District - Difficulty: 0) +(@OGUID+1853, 180425, 0, 1519, 5148, '0', 0, 0, -8808.669921875, 690.10101318359375, 101.983001708984375, 5.131268978118896484, 0, 0, -0.54463863372802734, 0.838670849800109863, 120, 255, 1, 51886), -- SkullCandle01 (Area: Trade District - Difficulty: 0) +(@OGUID+1854, 180425, 0, 1519, 5148, '0', 0, 0, -8856.123046875, 671.73748779296875, 98.875274658203125, 3.78736734390258789, 0, 0, -0.94832324981689453, 0.317305892705917358, 120, 255, 1, 51886), -- SkullCandle01 (Area: Trade District - Difficulty: 0) +(@OGUID+1855, 180425, 0, 1519, 5148, '0', 0, 0, -8900.650390625, 640.31597900390625, 100.7139968872070312, 4.747295856475830078, 0, 0, -0.69465827941894531, 0.719339847564697265, 120, 255, 1, 51886), -- SkullCandle01 (Area: Trade District - Difficulty: 0) +(@OGUID+1856, 180425, 0, 1519, 5148, '0', 0, 0, -8905.76953125, 637.56298828125, 100.7139968872070312, 4.572763919830322265, 0, 0, -0.75470924377441406, 0.656059443950653076, 120, 255, 1, 51886), -- SkullCandle01 (Area: Trade District - Difficulty: 0) +(@OGUID+1857, 180425, 0, 1519, 5148, '0', 0, 0, -8903.1103515625, 639.02398681640625, 100.7139968872070312, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, 51886), -- SkullCandle01 (Area: Trade District - Difficulty: 0) +(@OGUID+1858, 180425, 0, 1519, 5148, '0', 0, 0, -8866.1396484375, 680.926513671875, 99.062774658203125, 4.468043327331542968, 0, 0, -0.7880105972290039, 0.615661680698394775, 120, 255, 1, 51886), -- SkullCandle01 (Area: Trade District - Difficulty: 0) +(@OGUID+1859, 180425, 0, 1519, 5148, '0', 0, 0, -8679.5302734375, 501.25299072265625, 100.259002685546875, 5.270895957946777343, 0, 0, -0.48480892181396484, 0.87462007999420166, 120, 255, 1, 51886), -- SkullCandle01 (Area: Trade District - Difficulty: 0) +(@OGUID+1860, 180425, 0, 1519, 5148, '0', 0, 0, -8709.9697265625, 467.4739990234375, 99.42099761962890625, 5.253442287445068359, 0, 0, -0.49242305755615234, 0.870355963706970214, 120, 255, 1, 51886), -- SkullCandle01 (Area: Trade District - Difficulty: 0) +(@OGUID+1861, 180425, 0, 1519, 5148, '0', 0, 0, -8687.5400390625, 494.90301513671875, 100.2610015869140625, 5.253442287445068359, 0, 0, -0.49242305755615234, 0.870355963706970214, 120, 255, 1, 51886), -- SkullCandle01 (Area: Trade District - Difficulty: 0) +(@OGUID+1862, 180425, 0, 1519, 5148, '0', 0, 0, -8708.5400390625, 468.531005859375, 99.42099761962890625, 5.323255538940429687, 0, 0, -0.46174812316894531, 0.887011110782623291, 120, 255, 1, 51886), -- SkullCandle01 (Area: Trade District - Difficulty: 0) +(@OGUID+1863, 180425, 0, 1519, 5148, '0', 0, 0, -8685.98046875, 496.154998779296875, 100.2610015869140625, 5.270895957946777343, 0, 0, -0.48480892181396484, 0.87462007999420166, 120, 255, 1, 51886), -- SkullCandle01 (Area: Trade District - Difficulty: 0) +(@OGUID+1864, 180425, 0, 1519, 5148, '0', 0, 0, -8711.26953125, 466.235992431640625, 99.42099761962890625, 5.218535900115966796, 0, 0, -0.507537841796875, 0.861629426479339599, 120, 255, 1, 51886), -- SkullCandle01 (Area: Trade District - Difficulty: 0) +(@OGUID+1865, 180425, 0, 1519, 5390, '0', 0, 0, -8735.9404296875, 448.364990234375, 101.0250015258789062, 5.84685373306274414, 0, 0, -0.21643924713134765, 0.976296067237854003, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1866, 180425, 0, 1519, 5390, '0', 0, 0, -8735.41015625, 450.285003662109375, 101.0630035400390625, 6.178466320037841796, 0, 0, -0.05233573913574218, 0.998629570007324218, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1867, 180425, 0, 1519, 5390, '0', 0, 0, -8735.490234375, 439.186004638671875, 101.0029983520507812, 0.436331570148468017, 0, 0, 0.216439247131347656, 0.976296067237854003, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1868, 180425, 0, 1519, 5390, '0', 0, 0, -8735.6796875, 440.9530029296875, 100.9879989624023437, 0.436331570148468017, 0, 0, 0.216439247131347656, 0.976296067237854003, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1869, 180425, 0, 1519, 5390, '0', 0, 0, -8743.4404296875, 419.3280029296875, 101.7900009155273437, 5.148722648620605468, 0, 0, -0.53729915618896484, 0.843391716480255126, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1870, 180425, 0, 1519, 5390, '0', 0, 0, -8710.2802734375, 436.57501220703125, 102.0459976196289062, 2.70525527000427246, 0, 0, 0.97629547119140625, 0.216442063450813293, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1871, 180425, 0, 1519, 5390, '0', 0, 0, -8749.8095703125, 414.186004638671875, 101.7809982299804687, 5.497788906097412109, 0, 0, -0.38268280029296875, 0.923879802227020263, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1872, 180425, 0, 1519, 5390, '0', 0, 0, -8748.3701171875, 415.365997314453125, 101.785003662109375, 5.427974700927734375, 0, 0, -0.41469287872314453, 0.909961462020874023, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1873, 180425, 0, 1519, 5390, '0', 0, 0, -8746.7900390625, 416.6510009765625, 101.78900146484375, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1874, 180425, 0, 1519, 5390, '0', 0, 0, -8745.08984375, 418.02099609375, 101.7900009155273437, 5.427974700927734375, 0, 0, -0.41469287872314453, 0.909961462020874023, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1875, 180425, 0, 1519, 5390, '0', 0, 0, -8718.8603515625, 419.589996337890625, 99.05999755859375, 1.867502212524414062, 0, 0, 0.803856849670410156, 0.594822824001312255, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1876, 180425, 0, 1519, 5390, '0', 0, 0, -8721.8603515625, 417.1090087890625, 98.91539764404296875, 2.897245407104492187, 0, 0, 0.99254608154296875, 0.121869951486587524, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1877, 180425, 0, 1519, 5390, '0', 0, 0, -8711.490234375, 430.196014404296875, 102.0510025024414062, 2.775068521499633789, 0, 0, 0.983254432678222656, 0.182238012552261352, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1878, 180425, 0, 1519, 5390, '0', 0, 0, -8711.099609375, 432.269012451171875, 102.0490036010742187, 2.757613182067871093, 0, 0, 0.981626510620117187, 0.190812408924102783, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1879, 180425, 0, 1519, 5390, '0', 0, 0, -8712.3798828125, 426.196014404296875, 102.0469970703125, 3.385940074920654296, 0, 0, -0.99254608154296875, 0.121869951486587524, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1880, 180425, 0, 1519, 5390, '0', 0, 0, -8710.7099609375, 434.32598876953125, 102.0479965209960937, 2.932138919830322265, 0, 0, 0.994521141052246093, 0.104535527527332305, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1881, 180425, 0, 1519, 5390, '0', 0, 0, -8711.900390625, 428.191009521484375, 102.0510025024414062, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1882, 180425, 0, 1519, 5390, '0', 0, 0, -8720.4296875, 418.319000244140625, 98.97840118408203125, 2.251473426818847656, 0, 0, 0.902585029602050781, 0.430511653423309326, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1883, 180425, 0, 1519, 5390, '0', 0, 0, -8722.0498046875, 415.1719970703125, 98.854400634765625, 3.036838293075561523, 0, 0, 0.998628616333007812, 0.052353221923112869, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1884, 180425, 0, 1519, 5390, '0', 0, 0, -8719.990234375, 416.014007568359375, 101.3509979248046875, 2.792518377304077148, 0, 0, 0.984807014465332031, 0.173652306199073791, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1885, 180425, 0, 1519, 5390, '0', 0, 0, -8716.8603515625, 419.406005859375, 99.12129974365234375, 1.535889506340026855, 0, 0, 0.694658279418945312, 0.719339847564697265, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1886, 180425, 0, 1519, 5390, '0', 0, 0, -8718.3095703125, 417.490997314453125, 101.4430007934570312, 1.919861555099487304, 0, 0, 0.819151878356933593, 0.573576688766479492, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1887, 180425, 0, 1519, 5390, '0', 0, 0, -8716.01953125, 417.269012451171875, 101.5029983520507812, 1.117009282112121582, 0, 0, 0.529918670654296875, 0.84804844856262207, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1888, 180425, 0, 1519, 5390, '0', 0, 0, -8717.51953125, 414.412994384765625, 107.0630035400390625, 1.902408957481384277, 0, 0, 0.814115524291992187, 0.580702960491180419, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1889, 180425, 0, 1519, 5390, '0', 0, 0, -8715.4599609375, 415.12200927734375, 103.430999755859375, 0.331610709428787231, 0, 0, 0.16504669189453125, 0.986285746097564697, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1890, 180425, 0, 1519, 5390, '0', 0, 0, -8716.5595703125, 416.4320068359375, 103.4359970092773437, 0.750490784645080566, 0, 0, 0.3665008544921875, 0.93041771650314331, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1891, 180425, 0, 1519, 5390, '0', 0, 0, -8713.669921875, 417.704986572265625, 99.15779876708984375, 0.750490784645080566, 0, 0, 0.3665008544921875, 0.93041771650314331, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1892, 180425, 0, 1519, 5390, '0', 0, 0, -8714.919921875, 419.2239990234375, 99.15940093994140625, 0.994837164878845214, 0, 0, 0.477158546447753906, 0.878817260265350341, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1893, 180425, 0, 1519, 5390, '0', 0, 0, -8719.51953125, 414.02801513671875, 103.2819976806640625, 3.612837791442871093, 0, 0, -0.97236919403076171, 0.233448356389999389, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1894, 180425, 0, 1519, 5390, '0', 0, 0, -8718.4501953125, 412.683990478515625, 103.2750015258789062, 4.136432647705078125, 0, 0, -0.87881660461425781, 0.477159708738327026, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1895, 180425, 0, 1519, 5390, '0', 0, 0, -8718.8095703125, 412.006988525390625, 101.272003173828125, 4.188792228698730468, 0, 0, -0.86602497100830078, 0.50000077486038208, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1896, 180425, 0, 1519, 5390, '0', 0, 0, -8720.25, 413.764007568359375, 101.279998779296875, 3.368495941162109375, 0, 0, -0.99357128143310546, 0.113208353519439697, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1897, 180425, 0, 1519, 5390, '0', 0, 0, -8721.0400390625, 411.707000732421875, 98.78790283203125, 3.78736734390258789, 0, 0, -0.94832324981689453, 0.317305892705917358, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1898, 180425, 0, 1519, 5390, '0', 0, 0, -8714.5595703125, 415.488006591796875, 101.4950027465820312, 0.418878614902496337, 0, 0, 0.207911491394042968, 0.978147625923156738, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1899, 180425, 0, 1519, 5390, '0', 0, 0, -8717.990234375, 416.540008544921875, 103.3980026245117187, 1.902408957481384277, 0, 0, 0.814115524291992187, 0.580702960491180419, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1900, 180425, 0, 1519, 5390, '0', 0, 0, -8716.9404296875, 412.552001953125, 103.31500244140625, 5.166176319122314453, 0, 0, -0.52991867065429687, 0.84804844856262207, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1901, 180425, 0, 1519, 5390, '0', 0, 0, -8715.599609375, 413.608001708984375, 103.384002685546875, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1902, 180425, 0, 1519, 5390, '0', 0, 0, -8712.4404296875, 416.156005859375, 99.1623992919921875, 0.436331570148468017, 0, 0, 0.216439247131347656, 0.976296067237854003, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1903, 180425, 0, 1519, 5390, '0', 0, 0, -8719.2900390625, 415.511993408203125, 103.3310012817382812, 2.757613182067871093, 0, 0, 0.981626510620117187, 0.190812408924102783, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1904, 180425, 0, 1519, 5390, '0', 0, 0, -8714.83984375, 413.2139892578125, 101.4219970703125, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1905, 180425, 0, 1519, 5390, '0', 0, 0, -8716.580078125, 411.811004638671875, 101.31500244140625, 5.009094715118408203, 0, 0, -0.59482288360595703, 0.80385679006576538, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1906, 180425, 0, 1519, 5390, '0', 0, 0, -8722.2900390625, 413.2139892578125, 98.7758026123046875, 3.263772249221801757, 0, 0, -0.99813461303710937, 0.061051756143569946, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1907, 180425, 0, 1519, 5390, '0', 0, 0, -8719.849609375, 410.1719970703125, 98.75299835205078125, 4.48549652099609375, 0, 0, -0.7826080322265625, 0.622514784336090087, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1908, 180425, 0, 1519, 5390, '0', 0, 0, -8695.76953125, 436.2659912109375, 103.4619979858398437, 2.164205789566040039, 0, 0, 0.882946968078613281, 0.469472706317901611, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1909, 180425, 0, 1519, 5390, '0', 0, 0, -8714.1796875, 411.118011474609375, 98.95749664306640625, 5.462882041931152343, 0, 0, -0.39874839782714843, 0.917060375213623046, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1910, 180425, 0, 1519, 5390, '0', 0, 0, -8712.83984375, 412.238006591796875, 99.040802001953125, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1911, 180425, 0, 1519, 5390, '0', 0, 0, -8694.0400390625, 437.436004638671875, 103.477996826171875, 2.251473426818847656, 0, 0, 0.902585029602050781, 0.430511653423309326, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1912, 180425, 0, 1519, 5390, '0', 0, 0, -8717.8701171875, 409.941009521484375, 98.81099700927734375, 4.59021615982055664, 0, 0, -0.74895572662353515, 0.662620067596435546, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1913, 180425, 0, 1519, 5390, '0', 0, 0, -8712.599609375, 414.32598876953125, 99.09960174560546875, 6.248279094696044921, 0, 0, -0.01745223999023437, 0.999847710132598876, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1914, 180425, 0, 1519, 5390, '0', 0, 0, -8697.6396484375, 434.816009521484375, 103.4670028686523437, 2.44346022605895996, 0, 0, 0.939692497253417968, 0.34202045202255249, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1915, 180425, 0, 1519, 5390, '0', 0, 0, -8715.8798828125, 409.7340087890625, 98.85009765625, 5.078907966613769531, 0, 0, -0.56640625, 0.824126183986663818, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1916, 180425, 0, 1519, 5390, '0', 0, 0, -8692.16015625, 438.834991455078125, 103.4850006103515625, 1.500982880592346191, 0, 0, 0.681998252868652343, 0.731353819370269775, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1917, 180425, 0, 1519, 5390, '0', 0, 0, -8672.0498046875, 485.302001953125, 101.4020004272460937, 2.129300594329833984, 0, 0, 0.874619483947753906, 0.484810054302215576, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1918, 180425, 0, 1519, 5390, '0', 0, 0, -8680.8896484375, 460.62200927734375, 104.352996826171875, 5.35816192626953125, 0, 0, -0.446197509765625, 0.894934535026550292, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1919, 180425, 0, 1519, 5390, '0', 0, 0, -8677.23046875, 463.566009521484375, 104.3590011596679687, 5.410521507263183593, 0, 0, -0.42261791229248046, 0.906307935714721679, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1920, 180425, 0, 1519, 5390, '0', 0, 0, -8674.8798828125, 483.165008544921875, 101.4020004272460937, 2.268925428390502929, 0, 0, 0.906307220458984375, 0.422619491815567016, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1921, 180425, 0, 1519, 5390, '0', 0, 0, -8689.5703125, 435.739990234375, 103.4449996948242187, 0.715584874153137207, 0, 0, 0.350207328796386718, 0.936672210693359375, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1922, 180425, 0, 1519, 5390, '0', 0, 0, -8682.650390625, 459.1719970703125, 104.3440017700195312, 5.497788906097412109, 0, 0, -0.38268280029296875, 0.923879802227020263, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1923, 180425, 0, 1519, 5390, '0', 0, 0, -8684.3603515625, 457.834991455078125, 104.3470001220703125, 5.340708732604980468, 0, 0, -0.45398998260498046, 0.891006767749786376, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1924, 180425, 0, 1519, 5390, '0', 0, 0, -8673.3798828125, 484.302001953125, 101.4020004272460937, 2.373644113540649414, 0, 0, 0.927183151245117187, 0.37460830807685852, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1925, 180425, 0, 1519, 5390, '0', 0, 0, -8690.990234375, 437.531005859375, 103.4580001831054687, 0.715584874153137207, 0, 0, 0.350207328796386718, 0.936672210693359375, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1926, 180425, 0, 1519, 5390, '0', 0, 0, -8679.2001953125, 461.9840087890625, 104.3560028076171875, 5.427974700927734375, 0, 0, -0.41469287872314453, 0.909961462020874023, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1927, 180425, 0, 1519, 5390, '0', 0, 0, -8725.51953125, 394.592010498046875, 102.1299972534179687, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1928, 180425, 0, 1519, 5390, '0', 0, 0, -8726.7001953125, 393.239990234375, 102.1259994506835937, 2.303830623626708984, 0, 0, 0.913544654846191406, 0.406738430261611938, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1929, 180425, 0, 1519, 5390, '0', 0, 0, -8727.9697265625, 391.5989990234375, 102.1309967041015625, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1930, 180425, 0, 1519, 5390, '0', 0, 0, -8691.1796875, 409.9169921875, 104.3799972534179687, 3.839725255966186523, 0, 0, -0.93969249725341796, 0.34202045202255249, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1931, 180425, 0, 1519, 5390, '0', 0, 0, -8674.83984375, 437.697998046875, 101.1100006103515625, 2.007128477096557617, 0, 0, 0.84339141845703125, 0.537299633026123046, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1932, 180425, 0, 1519, 5390, '0', 0, 0, -8673.509765625, 438.743011474609375, 101.1100006103515625, 2.007128477096557617, 0, 0, 0.84339141845703125, 0.537299633026123046, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1933, 180425, 0, 1519, 5390, '0', 0, 0, -8729.33984375, 389.95001220703125, 102.1299972534179687, 2.373644113540649414, 0, 0, 0.927183151245117187, 0.37460830807685852, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1934, 180425, 0, 1519, 5390, '0', 0, 0, -8724.0703125, 393.363006591796875, 102.134002685546875, 1.012289404869079589, 0, 0, 0.484808921813964843, 0.87462007999420166, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1935, 180425, 0, 1519, 5390, '0', 0, 0, -8693.51953125, 412.79901123046875, 104.3779983520507812, 3.804818391799926757, 0, 0, -0.94551849365234375, 0.325568377971649169, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1936, 180425, 0, 1519, 5390, '0', 0, 0, -8692.3798828125, 411.386993408203125, 104.3779983520507812, 3.822272777557373046, 0, 0, -0.94264125823974609, 0.333807557821273803, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1937, 180425, 0, 1519, 5390, '0', 0, 0, -8676.2802734375, 436.542999267578125, 101.1100006103515625, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1938, 180425, 0, 1519, 5390, '0', 0, 0, -8656.490234375, 483.040008544921875, 105.8779983520507812, 0.436331570148468017, 0, 0, 0.216439247131347656, 0.976296067237854003, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1939, 180425, 0, 1519, 5390, '0', 0, 0, -8654.150390625, 480.0469970703125, 105.8870010375976562, 0.558503925800323486, 0, 0, 0.275636672973632812, 0.961261868476867675, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1940, 180425, 0, 1519, 5390, '0', 0, 0, -8649.9697265625, 474.805999755859375, 105.8830032348632812, 0.436331570148468017, 0, 0, 0.216439247131347656, 0.976296067237854003, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1941, 180425, 0, 1519, 5390, '0', 0, 0, -8652.0703125, 477.37200927734375, 105.8949966430664062, 0.436331570148468017, 0, 0, 0.216439247131347656, 0.976296067237854003, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1942, 180425, 0, 1519, 5390, '0', 0, 0, -8647.8203125, 472.135009765625, 105.8799972534179687, 0.977383077144622802, 0, 0, 0.469470977783203125, 0.882947921752929687, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1943, 180425, 0, 1519, 5390, '0', 0, 0, -8644.3095703125, 467.802001953125, 105.8679962158203125, 0.593410074710845947, 0, 0, 0.292370796203613281, 0.95630502700805664, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1944, 180425, 0, 1519, 5390, '0', 0, 0, -8645.9599609375, 469.7030029296875, 105.8929977416992187, 0.523597896099090576, 0, 0, 0.258818626403808593, 0.965925931930541992, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1945, 180425, 0, 1519, 5390, '0', 0, 0, -8650.0400390625, 447.212005615234375, 106.1090011596679687, 5.270895957946777343, 0, 0, -0.48480892181396484, 0.87462007999420166, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1946, 180425, 0, 1519, 5390, '0', 0, 0, -8647.849609375, 448.99700927734375, 106.1090011596679687, 5.340708732604980468, 0, 0, -0.45398998260498046, 0.891006767749786376, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1947, 180425, 0, 1519, 5390, '0', 0, 0, -8648.9599609375, 448.113006591796875, 106.1090011596679687, 5.218535900115966796, 0, 0, -0.507537841796875, 0.861629426479339599, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1948, 180425, 0, 1519, 5390, '0', 0, 0, -8642.9501953125, 466.0260009765625, 105.8779983520507812, 0.558503925800323486, 0, 0, 0.275636672973632812, 0.961261868476867675, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1949, 180425, 0, 1519, 5390, '0', 0, 0, -8625.98046875, 462.89898681640625, 104.1240005493164062, 3.124123096466064453, 0, 0, 0.99996185302734375, 0.008734640665352344, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1950, 180425, 0, 1519, 5390, '0', 0, 0, -8626.2197265625, 448.944000244140625, 104.5419998168945312, 3.298687219619750976, 0, 0, -0.99691677093505859, 0.078466430306434631, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1951, 180425, 0, 1519, 5390, '0', 0, 0, -8626.259765625, 451.3280029296875, 104.2939987182617187, 3.071766138076782226, 0, 0, 0.999390602111816406, 0.034906134009361267, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1952, 180425, 0, 1519, 5390, '0', 0, 0, -8626.01953125, 460.803985595703125, 104.108001708984375, 3.211419343948364257, 0, 0, -0.9993906021118164, 0.034906134009361267, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1953, 180425, 0, 1519, 5390, '0', 0, 0, -8617.26953125, 446.865997314453125, 104.7139968872070312, 4.642575740814208984, 0, 0, -0.731353759765625, 0.681998312473297119, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1954, 180425, 0, 1519, 5390, '0', 0, 0, -8625.3095703125, 446.657989501953125, 104.8130035400390625, 4.747295856475830078, 0, 0, -0.69465827941894531, 0.719339847564697265, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1955, 180425, 0, 1519, 5390, '0', 0, 0, -8610.9697265625, 447.12298583984375, 104.5839996337890625, 4.468043327331542968, 0, 0, -0.7880105972290039, 0.615661680698394775, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1956, 180425, 0, 1519, 5390, '0', 0, 0, -8620.2900390625, 446.555999755859375, 104.7679977416992187, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1957, 180425, 0, 1519, 5390, '0', 0, 0, -8607.66015625, 446.863006591796875, 104.5009994506835937, 4.380776405334472656, 0, 0, -0.81411552429199218, 0.580702960491180419, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1958, 180425, 0, 1519, 5390, '0', 0, 0, -8614.3603515625, 447.053985595703125, 104.6480026245117187, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1959, 180425, 0, 1519, 5390, '0', 0, 0, -8623.1298828125, 446.47900390625, 104.7990036010742187, 4.380776405334472656, 0, 0, -0.81411552429199218, 0.580702960491180419, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1960, 180425, 0, 1519, 5390, '0', 0, 0, -8617.73046875, 421.20001220703125, 104.8389968872070312, 5.515241622924804687, 0, 0, -0.37460613250732421, 0.927184045314788818, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1961, 180425, 0, 1519, 5390, '0', 0, 0, -8619.4599609375, 419.805999755859375, 104.839996337890625, 2.199114561080932617, 0, 0, 0.8910064697265625, 0.453990638256072998, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1962, 180425, 0, 1519, 5390, '0', 0, 0, -8620.7998046875, 418.709991455078125, 104.8649978637695312, 5.393068790435791015, 0, 0, -0.43051052093505859, 0.902585566043853759, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1963, 180425, 0, 1519, 5390, '0', 0, 0, -8622.1796875, 417.595001220703125, 104.839996337890625, 2.181660413742065429, 0, 0, 0.887010574340820312, 0.461749136447906494, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1964, 180425, 0, 1519, 5390, '0', 0, 0, -8616.0400390625, 422.532989501953125, 104.8239974975585937, 2.286378860473632812, 0, 0, 0.909960746765136718, 0.414694398641586303, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1965, 180425, 0, 1519, 5390, '0', 0, 0, -8604.8203125, 402.579986572265625, 111.3239974975585937, 2.164205789566040039, 0, 0, 0.882946968078613281, 0.469472706317901611, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1966, 180425, 0, 1519, 5390, '0', 0, 0, -8629.1796875, 412.375, 104.8649978637695312, 5.201082706451416015, 0, 0, -0.51503753662109375, 0.857167601585388183, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1967, 180425, 0, 1519, 5390, '0', 0, 0, -8630.6904296875, 411.06298828125, 104.832000732421875, 2.303830623626708984, 0, 0, 0.913544654846191406, 0.406738430261611938, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1968, 180425, 0, 1519, 5390, '0', 0, 0, -8632.5, 409.662994384765625, 104.84100341796875, 5.393068790435791015, 0, 0, -0.43051052093505859, 0.902585566043853759, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1969, 180425, 0, 1519, 5390, '0', 0, 0, -8608.6904296875, 399.555999755859375, 111.3259963989257812, 2.024578809738159179, 0, 0, 0.848047256469726562, 0.529920578002929687, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1970, 180425, 0, 1519, 5390, '0', 0, 0, -8606.7001953125, 401.069000244140625, 111.3489990234375, 2.164205789566040039, 0, 0, 0.882946968078613281, 0.469472706317901611, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1971, 180425, 0, 1519, 5390, '0', 0, 0, -8627.7197265625, 413.5830078125, 104.839996337890625, 2.094393253326416015, 0, 0, 0.866024971008300781, 0.50000077486038208, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1972, 180425, 0, 1519, 5390, '0', 0, 0, -8610.58984375, 398.0570068359375, 111.30999755859375, 2.216565132141113281, 0, 0, 0.894933700561523437, 0.44619917869567871, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1973, 180425, 0, 1519, 5390, '0', 0, 0, -8614.4599609375, 395.136993408203125, 111.2450027465820312, 2.391098499298095703, 0, 0, 0.930417060852050781, 0.366502493619918823, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1974, 180425, 0, 1519, 5390, '0', 0, 0, -8612.4296875, 396.579986572265625, 111.2979965209960937, 2.408554315567016601, 0, 0, 0.933580398559570312, 0.358368009328842163, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1975, 180425, 0, 1519, 5390, '0', 0, 0, -8616.3203125, 393.686004638671875, 111.2129974365234375, 2.286378860473632812, 0, 0, 0.909960746765136718, 0.414694398641586303, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+1976, 180425, 0, 1519, 0, '0', 0, 0, -8652.830078125, 405.4110107421875, 105.5419998168945312, 2.373644113540649414, 0, 0, 0.927183151245117187, 0.37460830807685852, 120, 255, 1, 51886), -- SkullCandle01 (Area: 0 - Difficulty: 0) +(@OGUID+1977, 180425, 0, 1519, 0, '0', 0, 0, -8651.259765625, 406.697998046875, 105.5670013427734375, 2.286378860473632812, 0, 0, 0.909960746765136718, 0.414694398641586303, 120, 255, 1, 51886), -- SkullCandle01 (Area: 0 - Difficulty: 0) +(@OGUID+1978, 180425, 0, 1519, 5149, '0', 0, 0, -8664.98046875, 394.60198974609375, 106.31500244140625, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 120, 255, 1, 51886), -- SkullCandle01 (Area: Old Town - Difficulty: 0) +(@OGUID+1979, 180425, 0, 1519, 5149, '0', 0, 0, -8685.8896484375, 403.207000732421875, 104.3769989013671875, 4.293513298034667968, 0, 0, -0.8386697769165039, 0.544640243053436279, 120, 255, 1, 51886), -- SkullCandle01 (Area: Old Town - Difficulty: 0) +(@OGUID+1980, 180425, 0, 1519, 5149, '0', 0, 0, -8663.830078125, 395.563995361328125, 106.31500244140625, 2.251473426818847656, 0, 0, 0.902585029602050781, 0.430511653423309326, 120, 255, 1, 51886), -- SkullCandle01 (Area: Old Town - Difficulty: 0) +(@OGUID+1981, 180425, 0, 1519, 5149, '0', 0, 0, -8662.759765625, 396.553985595703125, 106.31500244140625, 2.303830623626708984, 0, 0, 0.913544654846191406, 0.406738430261611938, 120, 255, 1, 51886), -- SkullCandle01 (Area: Old Town - Difficulty: 0) +(@OGUID+1982, 180425, 0, 1519, 5149, '0', 0, 0, -8682.5400390625, 390.058990478515625, 105.6350021362304687, 1.082102894783020019, 0, 0, 0.51503753662109375, 0.857167601585388183, 120, 255, 1, 51886), -- SkullCandle01 (Area: Old Town - Difficulty: 0) +(@OGUID+1983, 180425, 0, 1519, 5149, '0', 0, 0, -8676.4697265625, 386.9320068359375, 104.8949966430664062, 1.291541695594787597, 0, 0, 0.60181427001953125, 0.798636078834533691, 120, 255, 1, 51886), -- SkullCandle01 (Area: Old Town - Difficulty: 0) +(@OGUID+1984, 180425, 0, 1519, 5149, '0', 0, 0, -8680.580078125, 389.037994384765625, 105.3980026245117187, 1.239183306694030761, 0, 0, 0.580702781677246093, 0.814115643501281738, 120, 255, 1, 51886), -- SkullCandle01 (Area: Old Town - Difficulty: 0) +(@OGUID+1985, 180425, 0, 1519, 5149, '0', 0, 0, -8678.76953125, 388.1199951171875, 105.1760025024414062, 1.151916384696960449, 0, 0, 0.544638633728027343, 0.838670849800109863, 120, 255, 1, 51886), -- SkullCandle01 (Area: Old Town - Difficulty: 0) +(@OGUID+1986, 180425, 0, 1519, 5149, '0', 0, 0, -8717.5595703125, 368.8179931640625, 104.5739974975585937, 3.996806621551513671, 0, 0, -0.90996074676513671, 0.414694398641586303, 120, 255, 1, 51886), -- SkullCandle01 (Area: Old Town - Difficulty: 0) +(@OGUID+1987, 180425, 0, 1519, 5149, '0', 0, 0, -8715.7802734375, 367.785003662109375, 104.5810012817382812, 4.310965538024902343, 0, 0, -0.83388519287109375, 0.55193793773651123, 120, 255, 1, 51886), -- SkullCandle01 (Area: Old Town - Difficulty: 0) +(@OGUID+1988, 180425, 0, 1519, 5149, '0', 0, 0, -8714.1298828125, 366.802001953125, 104.589996337890625, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 51886), -- SkullCandle01 (Area: Old Town - Difficulty: 0) +(@OGUID+1989, 180425, 0, 1519, 5149, '0', 0, 0, -8727.6298828125, 375.0419921875, 104.5810012817382812, 3.996806621551513671, 0, 0, -0.90996074676513671, 0.414694398641586303, 120, 255, 1, 51886), -- SkullCandle01 (Area: Old Town - Difficulty: 0) +(@OGUID+1990, 180425, 0, 1519, 5149, '0', 0, 0, -8726.240234375, 374.214996337890625, 104.5839996337890625, 3.9793548583984375, 0, 0, -0.9135446548461914, 0.406738430261611938, 120, 255, 1, 51886), -- SkullCandle01 (Area: Old Town - Difficulty: 0) +(@OGUID+1991, 180425, 0, 1519, 5149, '0', 0, 0, -8724.8095703125, 373.3699951171875, 104.5869979858398437, 4.066620349884033203, 0, 0, -0.89493370056152343, 0.44619917869567871, 120, 255, 1, 51886), -- SkullCandle01 (Area: Old Town - Difficulty: 0) +(@OGUID+1992, 180425, 0, 1519, 5149, '0', 0, 0, -8728.849609375, 375.77099609375, 104.5780029296875, 4.049167633056640625, 0, 0, -0.89879322052001953, 0.438372820615768432, 120, 255, 1, 51886), -- SkullCandle01 (Area: Old Town - Difficulty: 0) +(@OGUID+1993, 180425, 0, 1519, 5149, '0', 0, 0, -8730.1904296875, 376.579986572265625, 104.5879974365234375, 3.769911527633666992, 0, 0, -0.95105648040771484, 0.309017121791839599, 120, 255, 1, 51886), -- SkullCandle01 (Area: Old Town - Difficulty: 0) +(@OGUID+1994, 180425, 0, 1519, 5149, '0', 0, 0, -8712.2197265625, 344.625, 101.8310012817382812, 3.019413232803344726, 0, 0, 0.998134613037109375, 0.061051756143569946, 120, 255, 1, 51886), -- SkullCandle01 (Area: Old Town - Difficulty: 0) +(@OGUID+1995, 180425, 0, 1519, 5149, '0', 0, 0, -8712.169921875, 342.667999267578125, 101.8310012817382812, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 51886), -- SkullCandle01 (Area: Old Town - Difficulty: 0) +(@OGUID+1996, 180425, 0, 1519, 5149, '0', 0, 0, -8712.0400390625, 338.342010498046875, 101.8310012817382812, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 1, 51886), -- SkullCandle01 (Area: Old Town - Difficulty: 0) +(@OGUID+1997, 180425, 0, 1519, 5149, '0', 0, 0, -8711.9501953125, 335.779998779296875, 101.8310012817382812, 2.862335443496704101, 0, 0, 0.990267753601074218, 0.139175355434417724, 120, 255, 1, 51886), -- SkullCandle01 (Area: Old Town - Difficulty: 0) +(@OGUID+1998, 180425, 0, 1519, 5149, '0', 0, 0, -8712.1201171875, 340.709991455078125, 101.8310012817382812, 3.036838293075561523, 0, 0, 0.998628616333007812, 0.052353221923112869, 120, 255, 1, 51886), -- SkullCandle01 (Area: Old Town - Difficulty: 0) +(@OGUID+1999, 180425, 0, 1519, 5149, '0', 0, 0, -8711.900390625, 333.436004638671875, 101.8310012817382812, 2.897245407104492187, 0, 0, 0.99254608154296875, 0.121869951486587524, 120, 255, 1, 51886), -- SkullCandle01 (Area: Old Town - Difficulty: 0) +(@OGUID+2000, 180425, 0, 1519, 5149, '0', 0, 0, -8722.1904296875, 320.7449951171875, 101.8310012817382812, 1.675513744354248046, 0, 0, 0.743144035339355468, 0.669131457805633544, 120, 255, 1, 51886), -- SkullCandle01 (Area: Old Town - Difficulty: 0) +(@OGUID+2001, 180425, 0, 1519, 5149, '0', 0, 0, -8724.7802734375, 320.438995361328125, 101.8310012817382812, 1.902408957481384277, 0, 0, 0.814115524291992187, 0.580702960491180419, 120, 255, 1, 51886), -- SkullCandle01 (Area: Old Town - Difficulty: 0) +(@OGUID+2002, 180425, 0, 1519, 5149, '0', 0, 0, -8729.6904296875, 319.3489990234375, 101.8310012817382812, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 51886), -- SkullCandle01 (Area: Old Town - Difficulty: 0) +(@OGUID+2003, 180425, 0, 1519, 5149, '0', 0, 0, -8727.4501953125, 319.9219970703125, 101.8310012817382812, 1.762782454490661621, 0, 0, 0.771624565124511718, 0.636078238487243652, 120, 255, 1, 51886), -- SkullCandle01 (Area: Old Town - Difficulty: 0) +(@OGUID+2004, 180425, 0, 1519, 5149, '0', 0, 0, -8731.8896484375, 318.832000732421875, 101.8310012817382812, 1.867502212524414062, 0, 0, 0.803856849670410156, 0.594822824001312255, 120, 255, 1, 51886), -- SkullCandle01 (Area: Old Town - Difficulty: 0) +(@OGUID+2005, 180425, 0, 1519, 5149, '0', 0, 0, -8736.76953125, 317.704986572265625, 101.8310012817382812, 1.553341388702392578, 0, 0, 0.700908660888671875, 0.713251054286956787, 120, 255, 1, 51886), -- SkullCandle01 (Area: Old Town - Difficulty: 0) +(@OGUID+2006, 180425, 0, 1519, 5149, '0', 0, 0, -8738.83984375, 317.162994384765625, 101.8310012817382812, 1.745326757431030273, 0, 0, 0.766043663024902343, 0.642788589000701904, 120, 255, 1, 51886), -- SkullCandle01 (Area: Old Town - Difficulty: 0) +(@OGUID+2007, 180425, 0, 1519, 5149, '0', 0, 0, -8734.240234375, 318.239990234375, 101.8310012817382812, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 51886), -- SkullCandle01 (Area: Old Town - Difficulty: 0) +(@OGUID+2008, 180425, 0, 1519, 5149, '0', 0, 0, -8786.7900390625, 348.85101318359375, 109.0189971923828125, 0.767943859100341796, 0, 0, 0.374606132507324218, 0.927184045314788818, 120, 255, 1, 51886), -- SkullCandle01 (Area: Old Town - Difficulty: 0) +(@OGUID+2009, 180425, 0, 1519, 5149, '0', 0, 0, -8784.080078125, 344.8489990234375, 109.0189971923828125, 0.296705186367034912, 0, 0, 0.147809028625488281, 0.989015936851501464, 120, 255, 1, 51886), -- SkullCandle01 (Area: Old Town - Difficulty: 0) +(@OGUID+2010, 180425, 0, 1519, 5149, '0', 0, 0, -8784.2802734375, 341.54901123046875, 109.0189971923828125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- SkullCandle01 (Area: Old Town - Difficulty: 0) +(@OGUID+2011, 180425, 0, 1519, 5149, '0', 0, 0, -8791.4296875, 350.029998779296875, 109.0189971923828125, 1.448621988296508789, 0, 0, 0.662619590759277343, 0.748956084251403808, 120, 255, 1, 51886), -- SkullCandle01 (Area: Old Town - Difficulty: 0) +(@OGUID+2012, 180425, 0, 1519, 5149, '0', 0, 0, -8793.91015625, 349.64801025390625, 109.0189971923828125, 1.553341388702392578, 0, 0, 0.700908660888671875, 0.713251054286956787, 120, 255, 1, 51886), -- SkullCandle01 (Area: Old Town - Difficulty: 0) +(@OGUID+2013, 180425, 0, 1519, 5149, '0', 0, 0, -8784.8798828125, 339.18798828125, 109.0189971923828125, 6.056293010711669921, 0, 0, -0.11320304870605468, 0.993571877479553222, 120, 255, 1, 51886), -- SkullCandle01 (Area: Old Town - Difficulty: 0) +(@OGUID+2014, 180425, 0, 1519, 5149, '0', 0, 0, -8787.0498046875, 336.360992431640625, 109.0189971923828125, 5.969027042388916015, 0, 0, -0.1564340591430664, 0.987688362598419189, 120, 255, 1, 51886), -- SkullCandle01 (Area: Old Town - Difficulty: 0) +(@OGUID+2015, 180425, 0, 1519, 5149, '0', 0, 0, -8788.9404296875, 349.720001220703125, 109.0189971923828125, 1.396261811256408691, 0, 0, 0.642786979675292968, 0.766044974327087402, 120, 255, 1, 51886), -- SkullCandle01 (Area: Old Town - Difficulty: 0) +(@OGUID+2016, 180425, 0, 1519, 5390, '0', 0, 0, -8616.5400390625, 698.78497314453125, 98.63800048828125, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+2017, 180425, 0, 1519, 5390, '0', 0, 0, -8615.6796875, 698.66497802734375, 98.64550018310546875, 1.082102894783020019, 0, 0, 0.51503753662109375, 0.857167601585388183, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+2018, 180425, 0, 1519, 5390, '0', 0, 0, -8483.5595703125, 372.9429931640625, 116.3369979858398437, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+2019, 180425, 0, 1519, 5390, '0', 0, 0, -8484.4404296875, 369.4320068359375, 116.365997314453125, 3.019413232803344726, 0, 0, 0.998134613037109375, 0.061051756143569946, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+2020, 180425, 0, 1519, 5390, '0', 0, 0, -8478.98046875, 378.92401123046875, 116.3479995727539062, 2.234017848968505859, 0, 0, 0.898793220520019531, 0.438372820615768432, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+2021, 180425, 0, 1519, 5390, '0', 0, 0, -8475.349609375, 381.0159912109375, 116.3479995727539062, 2.007128477096557617, 0, 0, 0.84339141845703125, 0.537299633026123046, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+2022, 180425, 0, 1519, 5390, '0', 0, 0, -8481.83984375, 375.92498779296875, 116.3280029296875, 2.495818138122558593, 0, 0, 0.948323249816894531, 0.317305892705917358, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+2023, 180425, 0, 1519, 5390, '0', 0, 0, -8472.1796875, 381.9840087890625, 116.365997314453125, 1.605701684951782226, 0, 0, 0.719339370727539062, 0.694658815860748291, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+2024, 180425, 0, 1519, 5390, '0', 0, 0, -8468.5400390625, 382.131988525390625, 116.3499984741210937, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+2025, 180425, 0, 1519, 5390, '0', 0, 0, -8465.0703125, 381.407989501953125, 116.358001708984375, 1.221729278564453125, 0, 0, 0.573575973510742187, 0.819152355194091796, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+2026, 180425, 0, 1519, 5390, '0', 0, 0, -8484.51953125, 365.720001220703125, 116.3570022583007812, 3.281238555908203125, 0, 0, -0.99756336212158203, 0.069766148924827575, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+2027, 180425, 0, 1519, 5390, '0', 0, 0, -8455.4404296875, 372.09698486328125, 137.251007080078125, 0.418878614902496337, 0, 0, 0.207911491394042968, 0.978147625923156738, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+2028, 180425, 0, 1519, 5390, '0', 0, 0, -8474.259765625, 352.97601318359375, 137.2299957275390625, 4.241150379180908203, 0, 0, -0.85264015197753906, 0.522498607635498046, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+2029, 180425, 0, 1519, 5390, '0', 0, 0, -8477.66015625, 354.394012451171875, 137.2169952392578125, 4.101525306701660156, 0, 0, -0.88701057434082031, 0.461749136447906494, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+2030, 180425, 0, 1519, 5390, '0', 0, 0, -8461.490234375, 379.8590087890625, 116.3669967651367187, 0.907570242881774902, 0, 0, 0.438370704650878906, 0.898794233798980712, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+2031, 180425, 0, 1519, 5390, '0', 0, 0, -8454.8203125, 368.5, 137.259002685546875, 0.139624491333961486, 0, 0, 0.06975555419921875, 0.997564136981964111, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+2032, 180425, 0, 1519, 5390, '0', 0, 0, -8483.8896484375, 362.196014404296875, 116.365997314453125, 3.577930212020874023, 0, 0, -0.97629547119140625, 0.216442063450813293, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+2033, 180425, 0, 1519, 5390, '0', 0, 0, -8455.759765625, 361.230987548828125, 137.233001708984375, 5.724681377410888671, 0, 0, -0.27563667297363281, 0.961261868476867675, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+2034, 180425, 0, 1519, 5390, '0', 0, 0, -8470.5498046875, 352.22698974609375, 137.24200439453125, 4.45059061050415039, 0, 0, -0.79335308074951171, 0.608761727809906005, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+2035, 180425, 0, 1519, 5390, '0', 0, 0, -8460.2099609375, 355.35101318359375, 137.2440032958984375, 5.340708732604980468, 0, 0, -0.45398998260498046, 0.891006767749786376, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+2036, 180425, 0, 1519, 5390, '0', 0, 0, -8454.8203125, 364.811004638671875, 137.238006591796875, 6.073746204376220703, 0, 0, -0.10452842712402343, 0.994521915912628173, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+2037, 180425, 0, 1519, 5390, '0', 0, 0, -8463.7099609375, 353.360992431640625, 137.2230072021484375, 5.131268978118896484, 0, 0, -0.54463863372802734, 0.838670849800109863, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+2038, 180425, 0, 1519, 5390, '0', 0, 0, -8466.8095703125, 352.3330078125, 137.2209930419921875, 4.834563255310058593, 0, 0, -0.66261959075927734, 0.748956084251403808, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+2039, 180425, 0, 1519, 5390, '0', 0, 0, -8457.580078125, 358.239990234375, 137.240997314453125, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+2040, 180425, 0, 1519, 5390, '0', 0, 0, -8473.5, 557.17498779296875, 99.8162994384765625, 2.391098499298095703, 0, 0, 0.930417060852050781, 0.366502493619918823, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+2041, 180425, 0, 1519, 5390, '0', 0, 0, -8498.91015625, 568.50201416015625, 101.0940017700195312, 5.026549339294433593, 0, 0, -0.5877847671508789, 0.809017360210418701, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+2042, 180425, 0, 1519, 5390, '0', 0, 0, -8474.83984375, 555.35198974609375, 99.81690216064453125, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+2043, 180425, 0, 1519, 5390, '0', 0, 0, -8476.3896484375, 553.281005859375, 99.82700347900390625, 2.408554315567016601, 0, 0, 0.933580398559570312, 0.358368009328842163, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+2044, 180425, 0, 1519, 5150, '0', 0, 0, -8470.6103515625, 561.25201416015625, 99.81390380859375, 2.164205789566040039, 0, 0, 0.882946968078613281, 0.469472706317901611, 120, 255, 1, 51886), -- SkullCandle01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+2045, 180425, 0, 1519, 5150, '0', 0, 0, -8472, 559.26397705078125, 99.818603515625, 2.181660413742065429, 0, 0, 0.887010574340820312, 0.461749136447906494, 120, 255, 1, 51886), -- SkullCandle01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+2046, 180425, 0, 1519, 5150, '0', 0, 0, -8469.2900390625, 562.885009765625, 99.816497802734375, 2.268925428390502929, 0, 0, 0.906307220458984375, 0.422619491815567016, 120, 255, 1, 51886), -- SkullCandle01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+2047, 180425, 0, 1519, 5150, '0', 0, 0, -8411.240234375, 538.06298828125, 103.9530029296875, 5.288348197937011718, 0, 0, -0.4771585464477539, 0.878817260265350341, 120, 255, 1, 51886), -- SkullCandle01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+2048, 180425, 0, 1519, 5150, '0', 0, 0, -8414.2900390625, 538.00299072265625, 96.22299957275390625, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 51886), -- SkullCandle01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+2049, 180425, 0, 1519, 5150, '0', 0, 0, -8422.3095703125, 559.0830078125, 95.64969635009765625, 2.338739633560180664, 0, 0, 0.920504570007324218, 0.3907318115234375, 120, 255, 1, 51886), -- SkullCandle01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+2050, 180425, 0, 1519, 5150, '0', 0, 0, -8412.8603515625, 536.72601318359375, 103.9540023803710937, 5.602506637573242187, 0, 0, -0.33380699157714843, 0.942641437053680419, 120, 255, 1, 51886), -- SkullCandle01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+2051, 180425, 0, 1519, 5150, '0', 0, 0, -8419.4599609375, 561.343994140625, 95.64969635009765625, 1.989672422409057617, 0, 0, 0.838669776916503906, 0.544640243053436279, 120, 255, 1, 51886), -- SkullCandle01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+2052, 180425, 0, 1519, 5150, '0', 0, 0, -8411.240234375, 544.97900390625, 96.60140228271484375, 2.635444164276123046, 0, 0, 0.96814727783203125, 0.250381410121917724, 120, 255, 1, 51886), -- SkullCandle01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+2053, 180425, 0, 1519, 5150, '0', 0, 0, -8420.8896484375, 560.2239990234375, 95.64969635009765625, 2.251473426818847656, 0, 0, 0.902585029602050781, 0.430511653423309326, 120, 255, 1, 51886), -- SkullCandle01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+2054, 180425, 0, 1519, 5390, '0', 0, 0, -8469.8095703125, 600.76202392578125, 97.4738006591796875, 0.855210542678833007, 0, 0, 0.414692878723144531, 0.909961462020874023, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+2055, 180425, 0, 1519, 5390, '0', 0, 0, -8468.4296875, 599.0360107421875, 97.46179962158203125, 0.802850961685180664, 0, 0, 0.390730857849121093, 0.920504987239837646, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+2056, 180425, 0, 1519, 5390, '0', 0, 0, -8467.3701171875, 597.60601806640625, 97.45459747314453125, 0.767943859100341796, 0, 0, 0.374606132507324218, 0.927184045314788818, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+2057, 180425, 0, 1519, 5150, '0', 0, 0, -8474.759765625, 606.9110107421875, 97.45880126953125, 0.663223206996917724, 0, 0, 0.325567245483398437, 0.945518851280212402, 120, 255, 1, 51886), -- SkullCandle01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+2058, 180425, 0, 1519, 5390, '0', 0, 0, -8480.5703125, 632.53802490234375, 95.6511993408203125, 0.349065244197845458, 0, 0, 0.173647880554199218, 0.984807789325714111, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+2059, 180425, 0, 1519, 5390, '0', 0, 0, -8515.7998046875, 736.73602294921875, 102.3119964599609375, 1.308995485305786132, 0, 0, 0.608760833740234375, 0.793353796005249023, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+2060, 180425, 0, 1519, 5390, '0', 0, 0, -8415.7197265625, 681.9949951171875, 96.5189971923828125, 5.532694816589355468, 0, 0, -0.3665008544921875, 0.93041771650314331, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+2061, 180425, 0, 1519, 5390, '0', 0, 0, -8418.66015625, 679.70697021484375, 96.5189971923828125, 5.323255538940429687, 0, 0, -0.46174812316894531, 0.887011110782623291, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+2062, 180425, 0, 1519, 5390, '0', 0, 0, -8492.2998046875, 749.36602783203125, 99.19210052490234375, 1.134462952613830566, 0, 0, 0.537299156188964843, 0.843391716480255126, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+2063, 180425, 0, 1519, 5390, '0', 0, 0, -8482.9501953125, 740.68402099609375, 100.871002197265625, 1.082102894783020019, 0, 0, 0.51503753662109375, 0.857167601585388183, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+2064, 180425, 0, 1519, 5390, '0', 0, 0, -8417.2197265625, 680.85198974609375, 96.5189971923828125, 5.253442287445068359, 0, 0, -0.49242305755615234, 0.870355963706970214, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+2065, 180425, 0, 1519, 5390, '0', 0, 0, -8483.900390625, 749.62799072265625, 99.56259918212890625, 3.630291461944580078, 0, 0, -0.97029495239257812, 0.241925001144409179, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+2066, 180425, 0, 1519, 5390, '0', 0, 0, -8475.0703125, 740.19598388671875, 99.20349884033203125, 3.106652259826660156, 0, 0, 0.999847412109375, 0.017469281330704689, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+2067, 180425, 0, 1519, 5390, '0', 0, 0, -8500.0302734375, 756.781005859375, 99.5373992919921875, 0.767943859100341796, 0, 0, 0.374606132507324218, 0.927184045314788818, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+2068, 180425, 0, 1519, 5390, '0', 0, 0, -8412.0595703125, 658.57598876953125, 99.32140350341796875, 0.296705186367034912, 0, 0, 0.147809028625488281, 0.989015936851501464, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+2069, 180425, 0, 1519, 5390, '0', 0, 0, -8500.1396484375, 765.06298828125, 99.56710052490234375, 3.752462387084960937, 0, 0, -0.95371627807617187, 0.300707906484603881, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+2070, 180425, 0, 1519, 5390, '0', 0, 0, -8492.5400390625, 757.3489990234375, 99.57019805908203125, 4.031712055206298828, 0, 0, -0.90258502960205078, 0.430511653423309326, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+2071, 180425, 0, 1519, 5390, '0', 0, 0, -8509.150390625, 766.010009765625, 99.1031036376953125, 0.593410074710845947, 0, 0, 0.292370796203613281, 0.95630502700805664, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+2072, 180425, 0, 1519, 5314, '0', 0, 0, -8373.7802734375, 676.07098388671875, 100.03900146484375, 1.762782454490661621, 0, 0, 0.771624565124511718, 0.636078238487243652, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+2073, 180425, 0, 1519, 5314, '0', 0, 0, -8389.169921875, 630.63702392578125, 96.13179779052734375, 2.949595451354980468, 0, 0, 0.995395660400390625, 0.095851235091686248, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+2074, 180425, 0, 1519, 5314, '0', 0, 0, -8389.1904296875, 628.71197509765625, 96.18630218505859375, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+2075, 180425, 0, 1519, 5314, '0', 0, 0, -8386.4296875, 633.39801025390625, 95.97789764404296875, 1.919861555099487304, 0, 0, 0.819151878356933593, 0.573576688766479492, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+2076, 180425, 0, 1519, 5314, '0', 0, 0, -8384.5302734375, 633.35101318359375, 95.92769622802734375, 1.535889506340026855, 0, 0, 0.694658279418945312, 0.719339847564697265, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+2077, 180425, 0, 1519, 5314, '0', 0, 0, -8385.5400390625, 631.5, 98.4539031982421875, 2.024578809738159179, 0, 0, 0.848047256469726562, 0.529920578002929687, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+2078, 180425, 0, 1519, 5314, '0', 0, 0, -8387.7998046875, 632.05902099609375, 96.03510284423828125, 2.338739633560180664, 0, 0, 0.920504570007324218, 0.3907318115234375, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+2079, 180425, 0, 1519, 5314, '0', 0, 0, -8387.1103515625, 629.87200927734375, 98.5381011962890625, 2.792518377304077148, 0, 0, 0.984807014465332031, 0.173652306199073791, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+2080, 180425, 0, 1519, 5314, '0', 0, 0, -8389.16015625, 626.71197509765625, 96.27300262451171875, 3.769911527633666992, 0, 0, -0.95105648040771484, 0.309017121791839599, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+2081, 180425, 0, 1519, 5314, '0', 0, 0, -8383.259765625, 631.48101806640625, 98.41400146484375, 1.169368624687194824, 0, 0, 0.551936149597167968, 0.833886384963989257, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+2082, 180425, 0, 1519, 5314, '0', 0, 0, -8384.25, 628.94598388671875, 104.4919967651367187, 1.151916384696960449, 0, 0, 0.544638633728027343, 0.838670849800109863, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+2083, 180425, 0, 1519, 5314, '0', 0, 0, -8381.0400390625, 632.0260009765625, 95.931396484375, 0.785396754741668701, 0, 0, 0.38268280029296875, 0.923879802227020263, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+2084, 180425, 0, 1519, 5314, '0', 0, 0, -8383.580078125, 630.76397705078125, 100.417999267578125, 1.151916384696960449, 0, 0, 0.544638633728027343, 0.838670849800109863, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+2085, 180425, 0, 1519, 5314, '0', 0, 0, -8382.3701171875, 629.5889892578125, 100.4369964599609375, 0.436331570148468017, 0, 0, 0.216439247131347656, 0.976296067237854003, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+2086, 180425, 0, 1519, 5314, '0', 0, 0, -8387.1103515625, 627.625, 98.61640167236328125, 3.508116960525512695, 0, 0, -0.98325443267822265, 0.182238012552261352, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+2087, 180425, 0, 1519, 5314, '0', 0, 0, -8382.5, 633.3179931640625, 95.8730010986328125, 1.204277276992797851, 0, 0, 0.56640625, 0.824126183986663818, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+2088, 180425, 0, 1519, 5314, '0', 0, 0, -8386.2802734375, 628.0419921875, 100.55999755859375, 3.612837791442871093, 0, 0, -0.97236919403076171, 0.233448356389999389, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+2089, 180425, 0, 1519, 5314, '0', 0, 0, -8386.25, 629.59698486328125, 100.5059967041015625, 2.67034769058227539, 0, 0, 0.972369194030761718, 0.233448356389999389, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+2090, 180425, 0, 1519, 5314, '0', 0, 0, -8385.1103515625, 630.76202392578125, 100.4449996948242187, 2.024578809738159179, 0, 0, 0.848047256469726562, 0.529920578002929687, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+2091, 180425, 0, 1519, 5314, '0', 0, 0, -8381.669921875, 629.89398193359375, 98.44110107421875, 0.331610709428787231, 0, 0, 0.16504669189453125, 0.986285746097564697, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+2092, 180425, 0, 1519, 5314, '0', 0, 0, -8383.58984375, 626.91802978515625, 100.552001953125, 5.166176319122314453, 0, 0, -0.52991867065429687, 0.84804844856262207, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+2093, 180425, 0, 1519, 5314, '0', 0, 0, -8385.150390625, 626.88702392578125, 100.51300048828125, 4.223697185516357421, 0, 0, -0.85716724395751953, 0.515038192272186279, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+2094, 180425, 0, 1519, 5314, '0', 0, 0, -8379.7001953125, 630.64398193359375, 95.968902587890625, 0.523597896099090576, 0, 0, 0.258818626403808593, 0.965925931930541992, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+2095, 180425, 0, 1519, 5314, '0', 0, 0, -8382.3798828125, 628.03302001953125, 100.490997314453125, 5.916667938232421875, 0, 0, -0.18223476409912109, 0.98325502872467041, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+2096, 180425, 0, 1519, 5314, '0', 0, 0, -8387.76953125, 625.27398681640625, 96.2790985107421875, 3.94444584846496582, 0, 0, -0.92050457000732421, 0.3907318115234375, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+2097, 180425, 0, 1519, 5314, '0', 0, 0, -8385.5, 626.04998779296875, 98.6425018310546875, 4.276057243347167968, 0, 0, -0.84339141845703125, 0.537299633026123046, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+2098, 180425, 0, 1519, 5314, '0', 0, 0, -8386.400390625, 623.95001220703125, 96.31999969482421875, 4.642575740814208984, 0, 0, -0.731353759765625, 0.681998312473297119, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+2099, 180425, 0, 1519, 5314, '0', 0, 0, -8381.6904296875, 627.66302490234375, 98.51889801025390625, 5.794494152069091796, 0, 0, -0.24192142486572265, 0.970295846462249755, 120, 255, 1, 51886); -- SkullCandle01 (Area: Stormwind Lake - Difficulty: 0) + +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+2100, 180425, 0, 1519, 5314, '0', 0, 0, -8383.2802734375, 626.05902099609375, 98.58740234375, 5.235987663269042968, 0, 0, -0.5, 0.866025388240814208, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+2101, 180425, 0, 1519, 5150, '0', 0, 0, -8381.08984375, 625.260009765625, 96.1649017333984375, 5.410521507263183593, 0, 0, -0.42261791229248046, 0.906307935714721679, 120, 255, 1, 51886), -- SkullCandle01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+2102, 180425, 0, 1519, 5150, '0', 0, 0, -8379.6904296875, 626.72100830078125, 96.1013031005859375, 5.95157480239868164, 0, 0, -0.16504669189453125, 0.986285746097564697, 120, 255, 1, 51886), -- SkullCandle01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+2103, 180425, 0, 1519, 5150, '0', 0, 0, -8384.4296875, 623.9110107421875, 96.27300262451171875, 4.799657344818115234, 0, 0, -0.67558956146240234, 0.737277925014495849, 120, 255, 1, 51886), -- SkullCandle01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+2104, 180425, 0, 1519, 5150, '0', 0, 0, -8379.6904296875, 628.6939697265625, 96.03130340576171875, 0.017452461645007133, 0, 0, 0.008726119995117187, 0.999961912631988525, 120, 255, 1, 51886), -- SkullCandle01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+2105, 180425, 0, 1519, 5150, '0', 0, 0, -8382.4501953125, 623.91497802734375, 96.21579742431640625, 5.183629035949707031, 0, 0, -0.52249813079833984, 0.852640450000762939, 120, 255, 1, 51886), -- SkullCandle01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+2106, 180425, 0, 1519, 5150, '0', 0, 0, -8369.9697265625, 599.09002685546875, 98.94589996337890625, 2.181660413742065429, 0, 0, 0.887010574340820312, 0.461749136447906494, 120, 255, 1, 51886), -- SkullCandle01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+2107, 180425, 0, 1519, 5150, '0', 0, 0, -8377.7900390625, 605.62799072265625, 97.8227996826171875, 2.234017848968505859, 0, 0, 0.898793220520019531, 0.438372820615768432, 120, 255, 1, 51886), -- SkullCandle01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+2108, 180425, 0, 1519, 5150, '0', 0, 0, -8377.4697265625, 593.47601318359375, 98.91619873046875, 2.251473426818847656, 0, 0, 0.902585029602050781, 0.430511653423309326, 120, 255, 1, 51886), -- SkullCandle01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+2109, 180425, 0, 1519, 5150, '0', 0, 0, -8381.2099609375, 590.41998291015625, 98.9208984375, 2.251473426818847656, 0, 0, 0.902585029602050781, 0.430511653423309326, 120, 255, 1, 51886), -- SkullCandle01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+2110, 180425, 0, 1519, 5150, '0', 0, 0, -8368.080078125, 600.64398193359375, 98.9203033447265625, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 120, 255, 1, 51886), -- SkullCandle01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+2111, 180425, 0, 1519, 5150, '0', 0, 0, -8371.8203125, 610.33197021484375, 97.83249664306640625, 2.111847877502441406, 0, 0, 0.870355606079101562, 0.492423713207244873, 120, 255, 1, 51886), -- SkullCandle01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+2112, 180425, 0, 1519, 5150, '0', 0, 0, -8366.2197265625, 602.05902099609375, 98.90529632568359375, 2.181660413742065429, 0, 0, 0.887010574340820312, 0.461749136447906494, 120, 255, 1, 51886), -- SkullCandle01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+2113, 180425, 0, 1519, 5150, '0', 0, 0, -8371.91015625, 597.50701904296875, 98.91590118408203125, 2.094393253326416015, 0, 0, 0.866024971008300781, 0.50000077486038208, 120, 255, 1, 51886), -- SkullCandle01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+2114, 180425, 0, 1519, 5150, '0', 0, 0, -8383.080078125, 588.927001953125, 98.90540313720703125, 1.989672422409057617, 0, 0, 0.838669776916503906, 0.544640243053436279, 120, 255, 1, 51886), -- SkullCandle01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+2115, 180425, 0, 1519, 5150, '0', 0, 0, -8379.400390625, 591.89398193359375, 98.942596435546875, 2.251473426818847656, 0, 0, 0.902585029602050781, 0.430511653423309326, 120, 255, 1, 51886), -- SkullCandle01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+2116, 180425, 0, 1519, 5150, '0', 0, 0, -8331.6103515625, 661.76898193359375, 98.14550018310546875, 5.323255538940429687, 0, 0, -0.46174812316894531, 0.887011110782623291, 120, 255, 1, 51886), -- SkullCandle01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+2117, 180425, 0, 1519, 5150, '0', 0, 0, -8364.2001953125, 575.06298828125, 105.3209991455078125, 2.251473426818847656, 0, 0, 0.902585029602050781, 0.430511653423309326, 120, 255, 1, 51886), -- SkullCandle01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+2118, 180425, 0, 1519, 5150, '0', 0, 0, -8362.2099609375, 576.50701904296875, 105.3740005493164062, 2.251473426818847656, 0, 0, 0.902585029602050781, 0.430511653423309326, 120, 255, 1, 51886), -- SkullCandle01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+2119, 180425, 0, 1519, 5150, '0', 0, 0, -8360.330078125, 577.9639892578125, 105.3860015869140625, 2.251473426818847656, 0, 0, 0.902585029602050781, 0.430511653423309326, 120, 255, 1, 51886), -- SkullCandle01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+2120, 180425, 0, 1519, 5150, '0', 0, 0, -8366.0703125, 573.56097412109375, 105.2900009155273437, 2.251473426818847656, 0, 0, 0.902585029602050781, 0.430511653423309326, 120, 255, 1, 51886), -- SkullCandle01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+2121, 180425, 0, 1519, 5150, '0', 0, 0, -8358.3603515625, 579.50701904296875, 105.4029998779296875, 2.251473426818847656, 0, 0, 0.902585029602050781, 0.430511653423309326, 120, 255, 1, 51886), -- SkullCandle01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+2122, 180425, 0, 1519, 5150, '0', 0, 0, -8354.5400390625, 582.4840087890625, 105.3990020751953125, 2.251473426818847656, 0, 0, 0.902585029602050781, 0.430511653423309326, 120, 255, 1, 51886), -- SkullCandle01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+2123, 180425, 0, 1519, 5150, '0', 0, 0, -8356.5, 580.96002197265625, 105.427001953125, 2.251473426818847656, 0, 0, 0.902585029602050781, 0.430511653423309326, 120, 255, 1, 51886), -- SkullCandle01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+2124, 180425, 0, 1519, 5150, '0', 0, 0, -8328.3701171875, 587.85198974609375, 100.792999267578125, 0.15707901120185852, 0, 0, 0.078458786010742187, 0.996917366981506347, 120, 255, 1, 51886), -- SkullCandle01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+2125, 180425, 0, 1519, 5150, '0', 0, 0, -8330.3896484375, 590.39202880859375, 100.792999267578125, 1.012289404869079589, 0, 0, 0.484808921813964843, 0.87462007999420166, 120, 255, 1, 51886), -- SkullCandle01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+2126, 180425, 0, 1519, 5150, '0', 0, 0, -8335.8095703125, 597.21197509765625, 100.792999267578125, 0.453785061836242675, 0, 0, 0.224950790405273437, 0.974370121955871582, 120, 255, 1, 51886), -- SkullCandle01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+2127, 180425, 0, 1519, 5150, '0', 0, 0, -8334.0302734375, 594.989990234375, 100.792999267578125, 1.186823248863220214, 0, 0, 0.559192657470703125, 0.829037725925445556, 120, 255, 1, 51886), -- SkullCandle01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+2128, 180425, 0, 1519, 5150, '0', 0, 0, -8330.3896484375, 590.39202880859375, 100.792999267578125, 1.012289404869079589, 0, 0, 0.484808921813964843, 0.87462007999420166, 120, 255, 1, 51886), -- SkullCandle01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+2129, 180425, 0, 1519, 5150, '0', 0, 0, -8332.1796875, 592.62200927734375, 100.792999267578125, 0.349065244197845458, 0, 0, 0.173647880554199218, 0.984807789325714111, 120, 255, 1, 51886), -- SkullCandle01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+2130, 180425, 0, 1519, 5150, '0', 0, 0, -8326.6298828125, 585.718994140625, 100.792999267578125, 1.117009282112121582, 0, 0, 0.529918670654296875, 0.84804844856262207, 120, 255, 1, 51886), -- SkullCandle01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+2131, 180425, 0, 1519, 5150, '0', 0, 0, -8324.2099609375, 606.41497802734375, 100.792999267578125, 4.223697185516357421, 0, 0, -0.85716724395751953, 0.515038192272186279, 120, 255, 1, 51886), -- SkullCandle01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+2132, 180425, 0, 1519, 5150, '0', 0, 0, -8322.51953125, 604.23297119140625, 100.792999267578125, 3.508116960525512695, 0, 0, -0.98325443267822265, 0.182238012552261352, 120, 255, 1, 51886), -- SkullCandle01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+2133, 180425, 0, 1519, 5150, '0', 0, 0, -8320.6201171875, 601.8800048828125, 100.792999267578125, 4.468043327331542968, 0, 0, -0.7880105972290039, 0.615661680698394775, 120, 255, 1, 51886), -- SkullCandle01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+2134, 180425, 0, 1519, 5150, '0', 0, 0, -8315.08984375, 594.88702392578125, 100.792999267578125, 3.281238555908203125, 0, 0, -0.99756336212158203, 0.069766148924827575, 120, 255, 1, 51886), -- SkullCandle01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+2135, 180425, 0, 1519, 5150, '0', 0, 0, -8316.83984375, 597.1090087890625, 100.792999267578125, 4.293513298034667968, 0, 0, -0.8386697769165039, 0.544640243053436279, 120, 255, 1, 51886), -- SkullCandle01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+2136, 180425, 0, 1519, 5150, '0', 0, 0, -8318.830078125, 599.62200927734375, 100.792999267578125, 3.595378875732421875, 0, 0, -0.97437000274658203, 0.224951311945915222, 120, 255, 1, 51886), -- SkullCandle01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+2137, 180425, 0, 1519, 5150, '0', 0, 0, -8318.9404296875, 667.02801513671875, 98.188201904296875, 4.345870018005371093, 0, 0, -0.82412624359130859, 0.566406130790710449, 120, 255, 1, 51886), -- SkullCandle01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+2138, 180425, 0, 1519, 5150, '0', 0, 0, -8311.8095703125, 658.08001708984375, 98.1880035400390625, 3.071766138076782226, 0, 0, 0.999390602111816406, 0.034906134009361267, 120, 255, 1, 51886), -- SkullCandle01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+2139, 180425, 0, 1519, 5150, '0', 0, 0, -8324, 667.1300048828125, 98.18890380859375, 4.939284324645996093, 0, 0, -0.6225137710571289, 0.78260880708694458, 120, 255, 1, 51886), -- SkullCandle01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+2140, 180425, 0, 1519, 5150, '0', 0, 0, -8328.3603515625, 664.677001953125, 98.17400360107421875, 5.061456203460693359, 0, 0, -0.57357597351074218, 0.819152355194091796, 120, 255, 1, 51886), -- SkullCandle01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+2141, 180425, 0, 1519, 5316, '0', 0, 0, -8327.23046875, 894.63201904296875, 98.96099853515625, 2.949595451354980468, 0, 0, 0.995395660400390625, 0.095851235091686248, 120, 255, 1, 51886), -- SkullCandle01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+2142, 180425, 0, 1519, 5316, '0', 0, 0, -8331.5595703125, 894.552001953125, 98.6365966796875, 1.274088263511657714, 0, 0, 0.594821929931640625, 0.80385744571685791, 120, 255, 1, 51886), -- SkullCandle01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+2143, 180425, 0, 1519, 5316, '0', 0, 0, -8306.4599609375, 906.96002197265625, 99.1620025634765625, 0.872663915157318115, 0, 0, 0.422617912292480468, 0.906307935714721679, 120, 255, 1, 51886), -- SkullCandle01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+2144, 180425, 0, 1519, 5316, '0', 0, 0, -8310.23046875, 908.95098876953125, 99.045196533203125, 0.977383077144622802, 0, 0, 0.469470977783203125, 0.882947921752929687, 120, 255, 1, 51886), -- SkullCandle01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+2145, 180425, 0, 1519, 5316, '0', 0, 0, -8320.3203125, 907.5260009765625, 98.97769927978515625, 2.652894020080566406, 0, 0, 0.970294952392578125, 0.241925001144409179, 120, 255, 1, 51886), -- SkullCandle01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+2146, 180425, 0, 1519, 5316, '0', 0, 0, -8298.1396484375, 902.39599609375, 99.14849853515625, 1.012289404869079589, 0, 0, 0.484808921813964843, 0.87462007999420166, 120, 255, 1, 51886), -- SkullCandle01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+2147, 180425, 0, 1519, 5316, '0', 0, 0, -8324.650390625, 899.4429931640625, 99.12709808349609375, 2.548179388046264648, 0, 0, 0.956304550170898437, 0.292372345924377441, 120, 255, 1, 51886), -- SkullCandle01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+2148, 180425, 0, 1519, 5316, '0', 0, 0, -8312.080078125, 922.61798095703125, 98.61080169677734375, 4.171337604522705078, 0, 0, -0.87035560607910156, 0.492423713207244873, 120, 255, 1, 51886), -- SkullCandle01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+2149, 180425, 0, 1519, 5316, '0', 0, 0, -8334.7001953125, 897.4320068359375, 98.58280181884765625, 5.829400539398193359, 0, 0, -0.22495079040527343, 0.974370121955871582, 120, 255, 1, 51886), -- SkullCandle01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+2150, 180425, 0, 1519, 5316, '0', 0, 0, -8327.1796875, 911.26702880859375, 98.74669647216796875, 6.073746204376220703, 0, 0, -0.10452842712402343, 0.994521915912628173, 120, 255, 1, 51886), -- SkullCandle01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+2151, 180425, 0, 1519, 5316, '0', 0, 0, -8313.8896484375, 910.89398193359375, 98.94229888916015625, 1.012289404869079589, 0, 0, 0.484808921813964843, 0.87462007999420166, 120, 255, 1, 51886), -- SkullCandle01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+2152, 180425, 0, 1519, 5316, '0', 0, 0, -8318.330078125, 911.29302978515625, 98.91100311279296875, 2.635444164276123046, 0, 0, 0.96814727783203125, 0.250381410121917724, 120, 255, 1, 51886), -- SkullCandle01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+2153, 180425, 0, 1519, 5316, '0', 0, 0, -8302.25, 904.79498291015625, 99.281097412109375, 1.012289404869079589, 0, 0, 0.484808921813964843, 0.87462007999420166, 120, 255, 1, 51886), -- SkullCandle01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+2154, 180425, 0, 1519, 5316, '0', 0, 0, -8308.2197265625, 920.8330078125, 98.65579986572265625, 4.171337604522705078, 0, 0, -0.87035560607910156, 0.492423713207244873, 120, 255, 1, 51886), -- SkullCandle01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+2155, 180425, 0, 1519, 5316, '0', 0, 0, -8297.0498046875, 914.77301025390625, 98.9611968994140625, 4.171337604522705078, 0, 0, -0.87035560607910156, 0.492423713207244873, 120, 255, 1, 51886), -- SkullCandle01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+2156, 180425, 0, 1519, 5316, '0', 0, 0, -8325.33984375, 915.25, 98.6363983154296875, 6.248279094696044921, 0, 0, -0.01745223999023437, 0.999847710132598876, 120, 255, 1, 51886), -- SkullCandle01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+2157, 180425, 0, 1519, 5316, '0', 0, 0, -8328.5498046875, 919.26397705078125, 98.50679779052734375, 0.959929943084716796, 0, 0, 0.461748123168945312, 0.887011110782623291, 120, 255, 1, 51886), -- SkullCandle01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+2158, 180425, 0, 1519, 5316, '0', 0, 0, -8331.6796875, 903.3800048828125, 98.77120208740234375, 5.829400539398193359, 0, 0, -0.22495079040527343, 0.974370121955871582, 120, 255, 1, 51886), -- SkullCandle01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+2159, 180425, 0, 1519, 5316, '0', 0, 0, -8293.1904296875, 912.9310302734375, 98.88919830322265625, 4.171337604522705078, 0, 0, -0.87035560607910156, 0.492423713207244873, 120, 255, 1, 51886), -- SkullCandle01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+2160, 180425, 0, 1519, 5316, '0', 0, 0, -8322.8798828125, 928.35797119140625, 98.29540252685546875, 4.1538848876953125, 0, 0, -0.8746194839477539, 0.484810054302215576, 120, 255, 1, 51886), -- SkullCandle01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+2161, 180425, 0, 1519, 5316, '0', 0, 0, -8333.330078125, 922.4169921875, 98.375396728515625, 1.151916384696960449, 0, 0, 0.544638633728027343, 0.838670849800109863, 120, 255, 1, 51886), -- SkullCandle01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+2162, 180425, 0, 1519, 5316, '0', 0, 0, -8315.400390625, 924.405029296875, 98.51619720458984375, 4.171337604522705078, 0, 0, -0.87035560607910156, 0.492423713207244873, 120, 255, 1, 51886), -- SkullCandle01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+2163, 180425, 0, 1519, 5316, '0', 0, 0, -8318.9599609375, 926.3179931640625, 98.41290283203125, 4.1538848876953125, 0, 0, -0.8746194839477539, 0.484810054302215576, 120, 255, 1, 51886), -- SkullCandle01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+2164, 180425, 0, 1519, 5316, '0', 0, 0, -8327.3603515625, 935.78802490234375, 98.1436004638671875, 2.72271275520324707, 0, 0, 0.978147506713867187, 0.207912087440490722, 120, 255, 1, 51886), -- SkullCandle01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+2165, 180425, 0, 1519, 5316, '0', 0, 0, -8337.349609375, 924.8070068359375, 98.23110198974609375, 1.047197580337524414, 0, 0, 0.5, 0.866025388240814208, 120, 255, 1, 51886), -- SkullCandle01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+2166, 180425, 0, 1519, 5316, '0', 0, 0, -8376.8798828125, 913.2659912109375, 99.5861968994140625, 2.757613182067871093, 0, 0, 0.981626510620117187, 0.190812408924102783, 120, 255, 1, 51886), -- SkullCandle01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+2167, 180425, 0, 1519, 5316, '0', 0, 0, -8327.4697265625, 930.76702880859375, 98.1613006591796875, 4.206246376037597656, 0, 0, -0.86162853240966796, 0.50753939151763916, 120, 255, 1, 51886), -- SkullCandle01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+2168, 180425, 0, 1519, 5316, '0', 0, 0, -8324.83984375, 941.0560302734375, 98.07610321044921875, 2.652894020080566406, 0, 0, 0.970294952392578125, 0.241925001144409179, 120, 255, 1, 51886), -- SkullCandle01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+2169, 180425, 0, 1519, 5316, '0', 0, 0, -8340.08984375, 937.50299072265625, 97.86699676513671875, 4.241150379180908203, 0, 0, -0.85264015197753906, 0.522498607635498046, 120, 255, 1, 51886), -- SkullCandle01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+2170, 180425, 0, 1519, 5316, '0', 0, 0, -8334.7998046875, 940.11602783203125, 97.9683990478515625, 5.95157480239868164, 0, 0, -0.16504669189453125, 0.986285746097564697, 120, 255, 1, 51886), -- SkullCandle01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+2171, 180425, 0, 1519, 5316, '0', 0, 0, -8346.0703125, 929.2760009765625, 98.21109771728515625, 1.151916384696960449, 0, 0, 0.544638633728027343, 0.838670849800109863, 120, 255, 1, 51886), -- SkullCandle01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+2172, 180425, 0, 1519, 5316, '0', 0, 0, -8350.7802734375, 931.30401611328125, 98.1548004150390625, 1.134462952613830566, 0, 0, 0.537299156188964843, 0.843391716480255126, 120, 255, 1, 51886), -- SkullCandle01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+2173, 180425, 0, 1519, 5316, '0', 0, 0, -8374.759765625, 918.46197509765625, 99.2631988525390625, 2.757613182067871093, 0, 0, 0.981626510620117187, 0.190812408924102783, 120, 255, 1, 51886), -- SkullCandle01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+2174, 180425, 0, 1519, 5316, '0', 0, 0, -8345.7998046875, 940.13702392578125, 97.6793975830078125, 4.1538848876953125, 0, 0, -0.8746194839477539, 0.484810054302215576, 120, 255, 1, 51886), -- SkullCandle01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+2175, 180425, 0, 1519, 5316, '0', 0, 0, -8358.98046875, 935.010009765625, 98.14330291748046875, 0.959929943084716796, 0, 0, 0.461748123168945312, 0.887011110782623291, 120, 255, 1, 51886), -- SkullCandle01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+2176, 180425, 0, 1519, 5316, '0', 0, 0, -8382.6298828125, 920.82098388671875, 99.41989898681640625, 6.056293010711669921, 0, 0, -0.11320304870605468, 0.993571877479553222, 120, 255, 1, 51886), -- SkullCandle01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+2177, 180425, 0, 1519, 5316, '0', 0, 0, -8384.7099609375, 915.614990234375, 99.742401123046875, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 51886), -- SkullCandle01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+2178, 180425, 0, 1519, 5316, '0', 0, 0, -8381.490234375, 913.08001708984375, 99.77230072021484375, 1.151916384696960449, 0, 0, 0.544638633728027343, 0.838670849800109863, 120, 255, 1, 51886), -- SkullCandle01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+2179, 180425, 0, 1519, 5316, '0', 0, 0, -8371.5703125, 926.60400390625, 98.78260040283203125, 2.757613182067871093, 0, 0, 0.981626510620117187, 0.190812408924102783, 120, 255, 1, 51886), -- SkullCandle01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+2180, 180425, 0, 1519, 5316, '0', 0, 0, -8322.8095703125, 945.155029296875, 98.0348968505859375, 2.460912704467773437, 0, 0, 0.942641258239746093, 0.333807557821273803, 120, 255, 1, 51886), -- SkullCandle01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+2181, 180425, 0, 1519, 5316, '0', 0, 0, -8332.4599609375, 944.85101318359375, 97.908599853515625, 5.95157480239868164, 0, 0, -0.16504669189453125, 0.986285746097564697, 120, 255, 1, 51886), -- SkullCandle01 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+2182, 180425, 0, 1519, 5346, '0', 0, 0, -8316.01953125, 959.10601806640625, 98.49320220947265625, 2.495818138122558593, 0, 0, 0.948323249816894531, 0.317305892705917358, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2183, 180425, 0, 1519, 5346, '0', 0, 0, -8318.080078125, 954.83502197265625, 98.32900238037109375, 2.67034769058227539, 0, 0, 0.972369194030761718, 0.233448356389999389, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2184, 180425, 0, 1519, 5346, '0', 0, 0, -8320.580078125, 949.7919921875, 98.13970184326171875, 2.548179388046264648, 0, 0, 0.956304550170898437, 0.292372345924377441, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2185, 180425, 0, 1519, 5346, '0', 0, 0, -8300.7275390625, 976.18231201171875, 103.11962890625, 3.90954136848449707, 0, 0, -0.92718315124511718, 0.37460830807685852, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2186, 180425, 0, 1519, 5346, '0', 0, 0, -8323.830078125, 962.92498779296875, 98.26329803466796875, 5.794494152069091796, 0, 0, -0.24192142486572265, 0.970295846462249755, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2187, 180425, 0, 1519, 5346, '0', 0, 0, -8330.4501953125, 949.09002685546875, 97.8656005859375, 5.654868602752685546, 0, 0, -0.30901622772216796, 0.95105677843093872, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2188, 180425, 0, 1519, 5346, '0', 0, 0, -8328.26953125, 953.614990234375, 97.90450286865234375, 5.84685373306274414, 0, 0, -0.21643924713134765, 0.976296067237854003, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2189, 180425, 0, 1519, 5346, '0', 0, 0, -8314.28515625, 977.9930419921875, 102.0492401123046875, 4.118979454040527343, 0, 0, -0.88294696807861328, 0.469472706317901611, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2190, 180425, 0, 1519, 5346, '0', 0, 0, -8306.4306640625, 970.1336669921875, 101.7167205810546875, 3.90954136848449707, 0, 0, -0.92718315124511718, 0.37460830807685852, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2191, 180425, 0, 1519, 5346, '0', 0, 0, -8326.1103515625, 958.1090087890625, 98.07399749755859375, 5.916667938232421875, 0, 0, -0.18223476409912109, 0.98325502872467041, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2192, 180425, 0, 1519, 5346, '0', 0, 0, -8353.4501953125, 942.9429931640625, 97.6985015869140625, 4.293513298034667968, 0, 0, -0.8386697769165039, 0.544640243053436279, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2193, 180425, 0, 1519, 5346, '0', 0, 0, -8308.98828125, 984.18231201171875, 103.0530166625976562, 3.90954136848449707, 0, 0, -0.92718315124511718, 0.37460830807685852, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2194, 180425, 0, 1519, 5346, '0', 0, 0, -8363.009765625, 936.70697021484375, 98.09819793701171875, 1.064649581909179687, 0, 0, 0.507537841796875, 0.861629426479339599, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2195, 180425, 0, 1519, 5346, '0', 0, 0, -8367.2998046875, 936.177001953125, 98.17169952392578125, 2.740161895751953125, 0, 0, 0.979924201965332031, 0.199370384216308593, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2196, 180425, 0, 1519, 5346, '0', 0, 0, -8363.26953125, 947.260009765625, 97.58049774169921875, 4.049167633056640625, 0, 0, -0.89879322052001953, 0.438372820615768432, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2197, 180425, 0, 1519, 5346, '0', 0, 0, -8358.5498046875, 945.14801025390625, 97.62640380859375, 4.136432647705078125, 0, 0, -0.87881660461425781, 0.477159708738327026, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2198, 180425, 0, 1519, 5346, '0', 0, 0, -8369.33984375, 931.70501708984375, 98.4541015625, 2.757613182067871093, 0, 0, 0.981626510620117187, 0.190812408924102783, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2199, 180425, 0, 1519, 5346, '0', 0, 0, -8368.9501953125, 949.66302490234375, 97.61009979248046875, 4.258606910705566406, 0, 0, -0.84804725646972656, 0.529920578002929687, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2200, 180425, 0, 1519, 5346, '0', 0, 0, -8376.5703125, 934.62701416015625, 98.4680023193359375, 5.986480236053466796, 0, 0, -0.14780902862548828, 0.989015936851501464, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2201, 180425, 0, 1519, 5346, '0', 0, 0, -8376.759765625, 953.3590087890625, 97.52970123291015625, 4.014260292053222656, 0, 0, -0.90630722045898437, 0.422619491815567016, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2202, 180425, 0, 1519, 5346, '0', 0, 0, -8374.6796875, 939.28302001953125, 98.178802490234375, 5.916667938232421875, 0, 0, -0.18223476409912109, 0.98325502872467041, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2203, 180425, 0, 1519, 5346, '0', 0, 0, -8378.2099609375, 942.8590087890625, 98.25980377197265625, 1.48352813720703125, 0, 0, 0.675589561462402343, 0.737277925014495849, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2204, 180425, 0, 1519, 5346, '0', 0, 0, -8378.650390625, 929.36602783203125, 98.80059814453125, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2205, 180425, 0, 1519, 5346, '0', 0, 0, -8382.990234375, 943.87298583984375, 98.4141998291015625, 1.535889506340026855, 0, 0, 0.694658279418945312, 0.719339847564697265, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2206, 180425, 0, 1519, 5346, '0', 0, 0, -8387.669921875, 944.07598876953125, 98.40450286865234375, 1.727874636650085449, 0, 0, 0.760405540466308593, 0.649448513984680175, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2207, 180425, 0, 1519, 5346, '0', 0, 0, -8383.5, 956.60601806640625, 97.71219635009765625, 4.1538848876953125, 0, 0, -0.8746194839477539, 0.484810054302215576, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2208, 180425, 0, 1519, 5346, '0', 0, 0, -8385.1796875, 980.35198974609375, 97.20729827880859375, 3.804818391799926757, 0, 0, -0.94551849365234375, 0.325568377971649169, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2209, 180425, 0, 1519, 5346, '0', 0, 0, -8384.4404296875, 986.04302978515625, 97.13189697265625, 3.94444584846496582, 0, 0, -0.92050457000732421, 0.3907318115234375, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2210, 180425, 0, 1519, 5346, '0', 0, 0, -8400.490234375, 952.6409912109375, 98.56600189208984375, 5.131268978118896484, 0, 0, -0.54463863372802734, 0.838670849800109863, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2211, 180425, 0, 1519, 5346, '0', 0, 0, -8392.0498046875, 943.23101806640625, 98.52459716796875, 1.727874636650085449, 0, 0, 0.760405540466308593, 0.649448513984680175, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2212, 180425, 0, 1519, 5346, '0', 0, 0, -8394.3095703125, 986.72198486328125, 97.40760040283203125, 5.497788906097412109, 0, 0, -0.38268280029296875, 0.923879802227020263, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2213, 180425, 0, 1519, 5346, '0', 0, 0, -8394.9296875, 981.42498779296875, 97.5475006103515625, 5.654868602752685546, 0, 0, -0.30901622772216796, 0.95105677843093872, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2214, 180425, 0, 1519, 5346, '0', 0, 0, -8405.0400390625, 938.28997802734375, 99.19570159912109375, 2.024578809738159179, 0, 0, 0.848047256469726562, 0.529920578002929687, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2215, 180425, 0, 1519, 5346, '0', 0, 0, -8404.509765625, 950.0889892578125, 98.76799774169921875, 5.375615119934082031, 0, 0, -0.4383707046508789, 0.898794233798980712, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2216, 180425, 0, 1519, 5346, '0', 0, 0, -8400.419921875, 940.46002197265625, 98.9683990478515625, 1.954769015312194824, 0, 0, 0.829037666320800781, 0.559192776679992675, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2217, 180425, 0, 1519, 5346, '0', 0, 0, -8410.08984375, 946.29498291015625, 99.223602294921875, 5.113816738128662109, 0, 0, -0.55193614959716796, 0.833886384963989257, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2218, 180425, 0, 1519, 5346, '0', 0, 0, -8417.2099609375, 930.03802490234375, 99.66249847412109375, 1.972219824790954589, 0, 0, 0.83388519287109375, 0.55193793773651123, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2219, 180425, 0, 1519, 5346, '0', 0, 0, -8418.1396484375, 908.16497802734375, 99.1139984130859375, 1.640606880187988281, 0, 0, 0.731352806091308593, 0.6819993257522583, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2220, 180425, 0, 1519, 5346, '0', 0, 0, -8416.83984375, 914.7449951171875, 99.7014007568359375, 3.682650327682495117, 0, 0, -0.96362972259521484, 0.26724100112915039, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2221, 180425, 0, 1519, 5346, '0', 0, 0, -8417.6396484375, 941.21697998046875, 99.47679901123046875, 5.183629035949707031, 0, 0, -0.52249813079833984, 0.852640450000762939, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2222, 180425, 0, 1519, 5346, '0', 0, 0, -8413.919921875, 943.79302978515625, 99.3363037109375, 5.148722648620605468, 0, 0, -0.53729915618896484, 0.843391716480255126, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2223, 180425, 0, 1519, 5346, '0', 0, 0, -8409.7197265625, 935.1199951171875, 99.42340087890625, 1.972219824790954589, 0, 0, 0.83388519287109375, 0.55193793773651123, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2224, 180425, 0, 1519, 5346, '0', 0, 0, -8413.1396484375, 932.8489990234375, 99.53510284423828125, 1.972219824790954589, 0, 0, 0.83388519287109375, 0.55193793773651123, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2225, 180425, 0, 1519, 5346, '0', 0, 0, -8414.1904296875, 910.44598388671875, 99.271697998046875, 3.682650327682495117, 0, 0, -0.96362972259521484, 0.26724100112915039, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2226, 180425, 0, 1519, 5346, '0', 0, 0, -8420.7802734375, 927.66802978515625, 99.77480316162109375, 1.972219824790954589, 0, 0, 0.83388519287109375, 0.55193793773651123, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2227, 180425, 0, 1519, 5346, '0', 0, 0, -8423.0703125, 924.25299072265625, 99.766998291015625, 3.682650327682495117, 0, 0, -0.96362972259521484, 0.26724100112915039, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2228, 180425, 0, 1519, 5346, '0', 0, 0, -8420.75, 920.71002197265625, 99.77469635009765625, 3.682650327682495117, 0, 0, -0.96362972259521484, 0.26724100112915039, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2229, 180425, 0, 1519, 5346, '0', 0, 0, -8421.5703125, 938.64202880859375, 99.58730316162109375, 5.253442287445068359, 0, 0, -0.49242305755615234, 0.870355963706970214, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2230, 180425, 0, 1519, 5346, '0', 0, 0, -8422.9697265625, 909.3590087890625, 99.2490997314453125, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2231, 180425, 0, 1519, 5346, '0', 0, 0, -8426.080078125, 913.72900390625, 99.901397705078125, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2232, 180425, 0, 1519, 5346, '0', 0, 0, -8428.1904296875, 934.16302490234375, 99.79470062255859375, 5.235987663269042968, 0, 0, -0.5, 0.866025388240814208, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2233, 180425, 0, 1519, 5346, '0', 0, 0, -8428.650390625, 917.41302490234375, 99.90509796142578125, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2234, 180425, 0, 1519, 5346, '0', 0, 0, -8424.8701171875, 936.37200927734375, 99.70240020751953125, 5.270895957946777343, 0, 0, -0.48480892181396484, 0.87462007999420166, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2235, 180425, 0, 1519, 5314, '0', 0, 0, -8435.900390625, 917.5570068359375, 100.21099853515625, 2.146752834320068359, 0, 0, 0.878816604614257812, 0.477159708738327026, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+2236, 180425, 0, 1519, 5314, '0', 0, 0, -8432.3896484375, 919.8330078125, 100.2080001831054687, 2.146752834320068359, 0, 0, 0.878816604614257812, 0.477159708738327026, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+2237, 180425, 0, 1519, 5346, '0', 0, 0, -8435.01953125, 929.61297607421875, 99.94190216064453125, 5.288348197937011718, 0, 0, -0.4771585464477539, 0.878817260265350341, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2238, 180425, 0, 1519, 5346, '0', 0, 0, -8431.759765625, 931.75201416015625, 99.8697967529296875, 5.323255538940429687, 0, 0, -0.46174812316894531, 0.887011110782623291, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2239, 180425, 0, 1519, 5346, '0', 0, 0, -8442.5498046875, 931.20697021484375, 99.81099700927734375, 3.804818391799926757, 0, 0, -0.94551849365234375, 0.325568377971649169, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2240, 180425, 0, 1519, 5346, '0', 0, 0, -8443.7099609375, 912.41302490234375, 100.48699951171875, 2.146752834320068359, 0, 0, 0.878816604614257812, 0.477159708738327026, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2241, 180425, 0, 1519, 5346, '0', 0, 0, -8440.23046875, 928.239990234375, 99.9676971435546875, 3.700104713439941406, 0, 0, -0.96126079559326171, 0.275640487670898437, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2242, 180425, 0, 1519, 5346, '0', 0, 0, -8438, 927.6090087890625, 99.9871978759765625, 5.340708732604980468, 0, 0, -0.45398998260498046, 0.891006767749786376, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2243, 180425, 0, 1519, 5346, '0', 0, 0, -8455.98046875, 890.41302490234375, 100.7419967651367187, 3.752462387084960937, 0, 0, -0.95371627807617187, 0.300707906484603881, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2244, 180425, 0, 1519, 5346, '0', 0, 0, -8444.73046875, 933.98797607421875, 99.6454010009765625, 3.752462387084960937, 0, 0, -0.95371627807617187, 0.300707906484603881, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2245, 180425, 0, 1519, 5346, '0', 0, 0, -8450.58984375, 941.3330078125, 98.54360198974609375, 3.90954136848449707, 0, 0, -0.92718315124511718, 0.37460830807685852, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2246, 180425, 0, 1519, 5346, '0', 0, 0, -8457.5498046875, 902.83697509765625, 100.16400146484375, 2.076939344406127929, 0, 0, 0.861628532409667968, 0.50753939151763916, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2247, 180425, 0, 1519, 5346, '0', 0, 0, -8456.1201171875, 934.14202880859375, 98.61679840087890625, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2248, 180425, 0, 1519, 5346, '0', 0, 0, -8448.9599609375, 924.11798095703125, 99.69930267333984375, 0.698131442070007324, 0, 0, 0.342020034790039062, 0.939692676067352294, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2249, 180425, 0, 1519, 5346, '0', 0, 0, -8459.9501953125, 912.0889892578125, 100.0500030517578125, 5.323255538940429687, 0, 0, -0.46174812316894531, 0.887011110782623291, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2250, 180425, 0, 1519, 5346, '0', 0, 0, -8457.01953125, 914.1300048828125, 100.0569992065429687, 5.235987663269042968, 0, 0, -0.5, 0.866025388240814208, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2251, 180425, 0, 1519, 5346, '0', 0, 0, -8448.2802734375, 938.66998291015625, 98.8896026611328125, 3.752462387084960937, 0, 0, -0.95371627807617187, 0.300707906484603881, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2252, 180425, 0, 1519, 5346, '0', 0, 0, -8460.6103515625, 897.89801025390625, 100.569000244140625, 3.752462387084960937, 0, 0, -0.95371627807617187, 0.300707906484603881, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2253, 180425, 0, 1519, 5346, '0', 0, 0, -8458.330078125, 894.21002197265625, 100.572998046875, 3.752462387084960937, 0, 0, -0.95371627807617187, 0.300707906484603881, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2254, 180425, 0, 1519, 5314, '0', 0, 0, -8447.7197265625, 909.71002197265625, 100.5719985961914062, 2.146752834320068359, 0, 0, 0.878816604614257812, 0.477159708738327026, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+2255, 180425, 0, 1519, 5346, '0', 0, 0, -8453.8798828125, 905.24102783203125, 100.15899658203125, 2.076939344406127929, 0, 0, 0.861628532409667968, 0.50753939151763916, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2256, 180425, 0, 1519, 5346, '0', 0, 0, -8451.1904296875, 927.45697021484375, 99.3470001220703125, 0.593410074710845947, 0, 0, 0.292370796203613281, 0.95630502700805664, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2257, 180425, 0, 1519, 5346, '0', 0, 0, -8453.740234375, 930.95697021484375, 98.966796875, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2258, 180425, 0, 1519, 5346, '0', 0, 0, -8451.849609375, 917.64599609375, 100.1429977416992187, 5.340708732604980468, 0, 0, -0.45398998260498046, 0.891006767749786376, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2259, 180425, 0, 1519, 5346, '0', 0, 0, -8448.2001953125, 920.155029296875, 100.141998291015625, 5.218535900115966796, 0, 0, -0.507537841796875, 0.861629426479339599, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2260, 180425, 0, 1519, 5346, '0', 0, 0, -8468.259765625, 911.02099609375, 99.82689666748046875, 3.700104713439941406, 0, 0, -0.96126079559326171, 0.275640487670898437, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2261, 180425, 0, 1519, 5346, '0', 0, 0, -8464.8095703125, 908.73297119140625, 100.2770004272460937, 5.375615119934082031, 0, 0, -0.4383707046508789, 0.898794233798980712, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2262, 180425, 0, 1519, 5346, '0', 0, 0, -8470.08984375, 914.3060302734375, 99.57959747314453125, 3.839725255966186523, 0, 0, -0.93969249725341796, 0.34202045202255249, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2263, 180425, 0, 1519, 5346, '0', 0, 0, -8490.5595703125, 845.16802978515625, 106.6490020751953125, 1.221729278564453125, 0, 0, 0.573575973510742187, 0.819152355194091796, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2264, 180425, 0, 1519, 5346, '0', 0, 0, -8492.25, 845.072998046875, 106.6630020141601562, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2265, 180425, 0, 1519, 5346, '0', 0, 0, -8487.8203125, 841.135009765625, 106.66400146484375, 0.15707901120185852, 0, 0, 0.078458786010742187, 0.996917366981506347, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2266, 180425, 0, 1519, 5346, '0', 0, 0, -8494.009765625, 844.89202880859375, 106.6460037231445312, 2.007128477096557617, 0, 0, 0.84339141845703125, 0.537299633026123046, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2267, 180425, 0, 1519, 5346, '0', 0, 0, -8487.990234375, 842.95501708984375, 106.634002685546875, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2268, 180425, 0, 1519, 5346, '0', 0, 0, -8489.240234375, 843.989990234375, 106.6490020751953125, 0.925023794174194335, 0, 0, 0.446197509765625, 0.894934535026550292, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2269, 180425, 0, 1519, 5346, '0', 0, 0, -8489.66015625, 842.114990234375, 108.7770004272460937, 0.436331570148468017, 0, 0, 0.216439247131347656, 0.976296067237854003, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2270, 180425, 0, 1519, 5346, '0', 0, 0, -8491.16015625, 843.406005859375, 108.7770004272460937, 1.413715124130249023, 0, 0, 0.649447441101074218, 0.760406434535980224, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2271, 180425, 0, 1519, 5346, '0', 0, 0, -8492.7802734375, 842.531005859375, 110.4970016479492187, 2.094393253326416015, 0, 0, 0.866024971008300781, 0.50000077486038208, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2272, 180425, 0, 1519, 5346, '0', 0, 0, -8487.7099609375, 839.52301025390625, 106.6620025634765625, 5.986480236053466796, 0, 0, -0.14780902862548828, 0.989015936851501464, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2273, 180425, 0, 1519, 5346, '0', 0, 0, -8492.48046875, 839.2080078125, 110.4970016479492187, 4.258606910705566406, 0, 0, -0.84804725646972656, 0.529920578002929687, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2274, 180425, 0, 1519, 5346, '0', 0, 0, -8493.599609375, 840.1199951171875, 110.4970016479492187, 3.543023586273193359, 0, 0, -0.97992420196533203, 0.199370384216308593, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2275, 180425, 0, 1519, 5346, '0', 0, 0, -8491.4296875, 842.67901611328125, 110.4970016479492187, 1.186823248863220214, 0, 0, 0.559192657470703125, 0.829037725925445556, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2276, 180425, 0, 1519, 5346, '0', 0, 0, -8490.349609375, 841.71697998046875, 110.4970016479492187, 0.593410074710845947, 0, 0, 0.292370796203613281, 0.95630502700805664, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2277, 180425, 0, 1519, 5346, '0', 0, 0, -8489.48046875, 840.11102294921875, 108.7770004272460937, 6.003933906555175781, 0, 0, -0.13917255401611328, 0.990268170833587646, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2278, 180425, 0, 1519, 5346, '0', 0, 0, -8495.099609375, 843.63397216796875, 106.6490020751953125, 2.460912704467773437, 0, 0, 0.942641258239746093, 0.333807557821273803, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2279, 180425, 0, 1519, 5346, '0', 0, 0, -8496.2099609375, 842.27398681640625, 106.6480026245117187, 2.757613182067871093, 0, 0, 0.981626510620117187, 0.190812408924102783, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2280, 180425, 0, 1519, 5346, '0', 0, 0, -8493.150390625, 843.24102783203125, 108.7770004272460937, 2.042035102844238281, 0, 0, 0.852640151977539062, 0.522498607635498046, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2281, 180425, 0, 1519, 5346, '0', 0, 0, -8488.7998046875, 838.26898193359375, 106.6480026245117187, 5.619962215423583984, 0, 0, -0.32556724548339843, 0.945518851280212402, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2282, 180425, 0, 1519, 5346, '0', 0, 0, -8490.259765625, 840.39398193359375, 110.4970016479492187, 5.95157480239868164, 0, 0, -0.16504669189453125, 0.986285746097564697, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2283, 180425, 0, 1519, 5346, '0', 0, 0, -8491.169921875, 839.2969970703125, 110.4970016479492187, 5.410521507263183593, 0, 0, -0.42261791229248046, 0.906307935714721679, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2284, 180425, 0, 1519, 5346, '0', 0, 0, -8494.4501953125, 841.71197509765625, 108.7760009765625, 2.635444164276123046, 0, 0, 0.96814727783203125, 0.250381410121917724, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2285, 180425, 0, 1519, 5346, '0', 0, 0, -8493.7197265625, 841.47198486328125, 110.4970016479492187, 2.70525527000427246, 0, 0, 0.97629547119140625, 0.216442063450813293, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2286, 180425, 0, 1519, 5346, '0', 0, 0, -8490.7900390625, 838.58502197265625, 108.7770004272460937, 5.166176319122314453, 0, 0, -0.52991867065429687, 0.84804844856262207, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2287, 180425, 0, 1519, 5346, '0', 0, 0, -8491.6201171875, 836.78802490234375, 106.6660003662109375, 4.834563255310058593, 0, 0, -0.66261959075927734, 0.748956084251403808, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2288, 180425, 0, 1519, 5346, '0', 0, 0, -8496.1201171875, 840.58697509765625, 106.6610031127929687, 3.351046562194824218, 0, 0, -0.99452114105224609, 0.104535527527332305, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2289, 180425, 0, 1519, 5346, '0', 0, 0, -8493.349609375, 836.66302490234375, 106.647003173828125, 4.293513298034667968, 0, 0, -0.8386697769165039, 0.544640243053436279, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2290, 180425, 0, 1519, 5346, '0', 0, 0, -8494.6298828125, 837.7449951171875, 106.628997802734375, 4.031712055206298828, 0, 0, -0.90258502960205078, 0.430511653423309326, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2291, 180425, 0, 1519, 5346, '0', 0, 0, -8489.9296875, 836.93402099609375, 106.6409988403320312, 5.166176319122314453, 0, 0, -0.52991867065429687, 0.84804844856262207, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2292, 180425, 0, 1519, 5346, '0', 0, 0, -8496.009765625, 838.87701416015625, 106.628997802734375, 3.577930212020874023, 0, 0, -0.97629547119140625, 0.216442063450813293, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2293, 180425, 0, 1519, 5346, '0', 0, 0, -8494.3203125, 839.71502685546875, 108.7519989013671875, 3.647741317749023437, 0, 0, -0.96814727783203125, 0.250381410121917724, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2294, 180425, 0, 1519, 5346, '0', 0, 0, -8492.740234375, 838.41302490234375, 108.7770004272460937, 4.433136463165283203, 0, 0, -0.79863548278808593, 0.60181504487991333, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2295, 180425, 0, 1519, 0, '0', 0, 0, -8565.4697265625, 903.5679931640625, 100.483001708984375, 5.89921426773071289, 0, 0, -0.19080829620361328, 0.981627285480499267, 120, 255, 1, 51886), -- SkullCandle01 (Area: 0 - Difficulty: 0) +(@OGUID+2296, 180425, 0, 1519, 0, '0', 0, 0, -8566.8203125, 902.20098876953125, 100.4899978637695312, 5.462882041931152343, 0, 0, -0.39874839782714843, 0.917060375213623046, 120, 255, 1, 51886), -- SkullCandle01 (Area: 0 - Difficulty: 0) +(@OGUID+2297, 180425, 0, 1519, 0, '0', 0, 0, -8565.48046875, 907.50897216796875, 100.4240036010742187, 0.383971005678176879, 0, 0, 0.190808296203613281, 0.981627285480499267, 120, 255, 1, 51886), -- SkullCandle01 (Area: 0 - Difficulty: 0) +(@OGUID+2298, 180425, 0, 1519, 0, '0', 0, 0, -8565.4697265625, 905.47900390625, 100.4560012817382812, 6.14356088638305664, 0, 0, -0.06975555419921875, 0.997564136981964111, 120, 255, 1, 51886), -- SkullCandle01 (Area: 0 - Difficulty: 0) +(@OGUID+2299, 180425, 0, 1519, 0, '0', 0, 0, -8567.4697265625, 904.447998046875, 102.8820037841796875, 5.759587764739990234, 0, 0, -0.25881862640380859, 0.965925931930541992, 120, 255, 1, 51886), -- SkullCandle01 (Area: 0 - Difficulty: 0) +(@OGUID+2300, 180425, 0, 1519, 0, '0', 0, 0, -8568.2900390625, 906.35601806640625, 104.8249969482421875, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 51886), -- SkullCandle01 (Area: 0 - Difficulty: 0) +(@OGUID+2301, 180425, 0, 1519, 0, '0', 0, 0, -8569.099609375, 902.8060302734375, 102.8809967041015625, 5.270895957946777343, 0, 0, -0.48480892181396484, 0.87462007999420166, 120, 255, 1, 51886), -- SkullCandle01 (Area: 0 - Difficulty: 0) +(@OGUID+2302, 180425, 0, 1519, 0, '0', 0, 0, -8567.509765625, 906.7340087890625, 102.8479995727539062, 0.331610709428787231, 0, 0, 0.16504669189453125, 0.986285746097564697, 120, 255, 1, 51886), -- SkullCandle01 (Area: 0 - Difficulty: 0) +(@OGUID+2303, 180425, 0, 1519, 0, '0', 0, 0, -8569.08984375, 908.29998779296875, 102.822998046875, 1.186823248863220214, 0, 0, 0.559192657470703125, 0.829037725925445556, 120, 255, 1, 51886), -- SkullCandle01 (Area: 0 - Difficulty: 0) +(@OGUID+2304, 180425, 0, 1519, 0, '0', 0, 0, -8568.2998046875, 910.26898193359375, 100.3870010375976562, 0.994837164878845214, 0, 0, 0.477158546447753906, 0.878817260265350341, 120, 255, 1, 51886), -- SkullCandle01 (Area: 0 - Difficulty: 0) +(@OGUID+2305, 180425, 0, 1519, 0, '0', 0, 0, -8566.7998046875, 908.84600830078125, 100.3949966430664062, 0.750490784645080566, 0, 0, 0.3665008544921875, 0.93041771650314331, 120, 255, 1, 51886), -- SkullCandle01 (Area: 0 - Difficulty: 0) +(@OGUID+2306, 180425, 0, 1519, 0, '0', 0, 0, -8568.2900390625, 904.87298583984375, 104.8460006713867187, 5.759587764739990234, 0, 0, -0.25881862640380859, 0.965925931930541992, 120, 255, 1, 51886), -- SkullCandle01 (Area: 0 - Difficulty: 0) +(@OGUID+2307, 180425, 0, 1519, 0, '0', 0, 0, -8569.48046875, 903.64898681640625, 104.8629989624023437, 5.218535900115966796, 0, 0, -0.507537841796875, 0.861629426479339599, 120, 255, 1, 51886), -- SkullCandle01 (Area: 0 - Difficulty: 0) +(@OGUID+2308, 180425, 0, 1519, 0, '0', 0, 0, -8568.25, 900.75897216796875, 100.496002197265625, 5.096362113952636718, 0, 0, -0.55919265747070312, 0.829037725925445556, 120, 255, 1, 51886), -- SkullCandle01 (Area: 0 - Difficulty: 0) +(@OGUID+2309, 180425, 0, 1519, 4411, '0', 0, 0, -8569.5, 907.5, 104.805999755859375, 1.169368624687194824, 0, 0, 0.551936149597167968, 0.833886384963989257, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+2310, 180425, 0, 1519, 4411, '0', 0, 0, -8570.2900390625, 900.7760009765625, 100.5100021362304687, 4.869470596313476562, 0, 0, -0.64944744110107421, 0.760406434535980224, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+2311, 180425, 0, 1519, 0, '0', 0, 0, -8571.3203125, 902.8590087890625, 102.8990020751953125, 4.276057243347167968, 0, 0, -0.84339141845703125, 0.537299633026123046, 120, 255, 1, 51886), -- SkullCandle01 (Area: 0 - Difficulty: 0) +(@OGUID+2312, 180425, 0, 1519, 0, '0', 0, 0, -8570.1904296875, 910.31298828125, 100.3590011596679687, 1.640606880187988281, 0, 0, 0.731352806091308593, 0.6819993257522583, 120, 255, 1, 51886), -- SkullCandle01 (Area: 0 - Difficulty: 0) +(@OGUID+2313, 180425, 0, 1519, 0, '0', 0, 0, -8572.1396484375, 904.81597900390625, 104.8420028686523437, 3.508116960525512695, 0, 0, -0.98325443267822265, 0.182238012552261352, 120, 255, 1, 51886), -- SkullCandle01 (Area: 0 - Difficulty: 0) +(@OGUID+2314, 180425, 0, 1519, 0, '0', 0, 0, -8570.9697265625, 903.6510009765625, 104.8610000610351562, 4.171337604522705078, 0, 0, -0.87035560607910156, 0.492423713207244873, 120, 255, 1, 51886), -- SkullCandle01 (Area: 0 - Difficulty: 0) +(@OGUID+2315, 180425, 0, 1519, 0, '0', 0, 0, -8571.01953125, 907.5260009765625, 104.8040008544921875, 1.954769015312194824, 0, 0, 0.829037666320800781, 0.559192776679992675, 120, 255, 1, 51886), -- SkullCandle01 (Area: 0 - Difficulty: 0) +(@OGUID+2316, 180425, 0, 1519, 0, '0', 0, 0, -8571.3603515625, 908.26702880859375, 102.8199996948242187, 1.902408957481384277, 0, 0, 0.814115524291992187, 0.580702960491180419, 120, 255, 1, 51886), -- SkullCandle01 (Area: 0 - Difficulty: 0) +(@OGUID+2317, 180425, 0, 1519, 0, '0', 0, 0, -8574.9501953125, 903.56298828125, 100.4729995727539062, 3.508116960525512695, 0, 0, -0.98325443267822265, 0.182238012552261352, 120, 255, 1, 51886), -- SkullCandle01 (Area: 0 - Difficulty: 0) +(@OGUID+2318, 180425, 0, 1519, 0, '0', 0, 0, -8572.9697265625, 906.67498779296875, 102.8420028686523437, 2.70525527000427246, 0, 0, 0.97629547119140625, 0.216442063450813293, 120, 255, 1, 51886), -- SkullCandle01 (Area: 0 - Difficulty: 0) +(@OGUID+2319, 180425, 0, 1519, 0, '0', 0, 0, -8572.2001953125, 900.7969970703125, 100.5199966430664062, 4.258606910705566406, 0, 0, -0.84804725646972656, 0.529920578002929687, 120, 255, 1, 51886), -- SkullCandle01 (Area: 0 - Difficulty: 0) +(@OGUID+2320, 180425, 0, 1519, 0, '0', 0, 0, -8574.9697265625, 905.572998046875, 100.444000244140625, 3.298687219619750976, 0, 0, -0.99691677093505859, 0.078466430306434631, 120, 255, 1, 51886), -- SkullCandle01 (Area: 0 - Difficulty: 0) +(@OGUID+2321, 180425, 0, 1519, 0, '0', 0, 0, -8573.669921875, 902.280029296875, 100.496002197265625, 4.049167633056640625, 0, 0, -0.89879322052001953, 0.438372820615768432, 120, 255, 1, 51886), -- SkullCandle01 (Area: 0 - Difficulty: 0) +(@OGUID+2322, 180425, 0, 1519, 0, '0', 0, 0, -8573.580078125, 908.87200927734375, 100.4000015258789062, 2.44346022605895996, 0, 0, 0.939692497253417968, 0.34202045202255249, 120, 255, 1, 51886), -- SkullCandle01 (Area: 0 - Difficulty: 0) +(@OGUID+2323, 180425, 0, 1519, 0, '0', 0, 0, -8572.2001953125, 910.25701904296875, 100.3820037841796875, 2.024578809738159179, 0, 0, 0.848047256469726562, 0.529920578002929687, 120, 255, 1, 51886), -- SkullCandle01 (Area: 0 - Difficulty: 0) +(@OGUID+2324, 180425, 0, 1519, 4411, '0', 0, 0, -8572.1796875, 906.3590087890625, 104.819000244140625, 2.757613182067871093, 0, 0, 0.981626510620117187, 0.190812408924102783, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+2325, 180425, 0, 1519, 4411, '0', 0, 0, -8572.9697265625, 904.41497802734375, 102.875, 3.508116960525512695, 0, 0, -0.98325443267822265, 0.182238012552261352, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+2326, 180425, 0, 1519, 0, '0', 0, 0, -8574.9697265625, 907.49798583984375, 100.4160003662109375, 2.914689540863037109, 0, 0, 0.993571281433105468, 0.113208353519439697, 120, 255, 1, 51886), -- SkullCandle01 (Area: 0 - Difficulty: 0) +(@OGUID+2327, 180425, 0, 1519, 5390, '0', 0, 0, -8637.23046875, 758.4110107421875, 98.374603271484375, 4.607671737670898437, 0, 0, -0.74314403533935546, 0.669131457805633544, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+2328, 180425, 0, 1519, 5390, '0', 0, 0, -8639.33984375, 758.70098876953125, 98.362701416015625, 4.101525306701660156, 0, 0, -0.88701057434082031, 0.461749136447906494, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+2329, 180425, 0, 1519, 5390, '0', 0, 0, -8635.330078125, 758.19598388671875, 98.3668975830078125, 5.026549339294433593, 0, 0, -0.5877847671508789, 0.809017360210418701, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+2330, 180425, 0, 1519, 5390, '0', 0, 0, -8641.8701171875, 761.85797119140625, 98.3332977294921875, 3.508116960525512695, 0, 0, -0.98325443267822265, 0.182238012552261352, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+2331, 180425, 0, 1519, 5390, '0', 0, 0, -8641.330078125, 765.885009765625, 98.3511962890625, 2.687806606292724609, 0, 0, 0.974370002746582031, 0.224951311945915222, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+2332, 180425, 0, 1519, 5390, '0', 0, 0, -8633.5, 759.58001708984375, 98.3585968017578125, 5.445427894592285156, 0, 0, -0.40673637390136718, 0.913545548915863037, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+2333, 180425, 0, 1519, 5390, '0', 0, 0, -8641.6396484375, 763.7860107421875, 98.33879852294921875, 3.001946926116943359, 0, 0, 0.997563362121582031, 0.069766148924827575, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+2334, 180425, 0, 1519, 5390, '0', 0, 0, -8631.6796875, 764.69097900390625, 98.35250091552734375, 0.24434557557106018, 0, 0, 0.121869087219238281, 0.9925462007522583, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+2335, 180425, 0, 1519, 5390, '0', 0, 0, -8632.1396484375, 760.68597412109375, 98.3282012939453125, 5.794494152069091796, 0, 0, -0.24192142486572265, 0.970295846462249755, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+2336, 180425, 0, 1519, 5390, '0', 0, 0, -8631.8896484375, 762.81402587890625, 98.33899688720703125, 6.108653545379638671, 0, 0, -0.08715534210205078, 0.996194720268249511, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+2337, 180425, 0, 1519, 5390, '0', 0, 0, -8639.7900390625, 767.17901611328125, 98.34369659423828125, 2.164205789566040039, 0, 0, 0.882946968078613281, 0.469472706317901611, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+2338, 180425, 0, 1519, 5390, '0', 0, 0, -8686.4697265625, 774.9429931640625, 101, 0.087265998125076293, 0, 0, 0.043619155883789062, 0.999048233032226562, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+2339, 180425, 0, 1519, 5390, '0', 0, 0, -8634.1103515625, 767.9219970703125, 98.3271026611328125, 1.082102894783020019, 0, 0, 0.51503753662109375, 0.857167601585388183, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+2340, 180425, 0, 1519, 5390, '0', 0, 0, -8636.1103515625, 768.16497802734375, 98.33380126953125, 1.361356139183044433, 0, 0, 0.629320144653320312, 0.77714616060256958, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+2341, 180425, 0, 1519, 5390, '0', 0, 0, -8632.900390625, 766.343994140625, 98.3419036865234375, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+2342, 180425, 0, 1519, 5390, '0', 0, 0, -8638.150390625, 768.36102294921875, 98.335296630859375, 1.867502212524414062, 0, 0, 0.803856849670410156, 0.594822824001312255, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+2343, 180425, 0, 1519, 8411, '0', 0, 0, -8873.419921875, 870.25299072265625, 105.3270034790039062, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 120, 255, 1, 51886), -- SkullCandle01 (Area: Lion's Rest - Difficulty: 0) +(@OGUID+2344, 180425, 0, 1519, 8411, '0', 0, 0, -8872.8896484375, 874.50201416015625, 105.3270034790039062, 2.949595451354980468, 0, 0, 0.995395660400390625, 0.095851235091686248, 120, 255, 1, 51886), -- SkullCandle01 (Area: Lion's Rest - Difficulty: 0) +(@OGUID+2345, 180425, 0, 1519, 5390, '0', 0, 0, -8880.259765625, 809.93798828125, 97.4384002685546875, 2.932138919830322265, 0, 0, 0.994521141052246093, 0.104535527527332305, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+2346, 180425, 0, 1519, 5390, '0', 0, 0, -8881.33984375, 805.25299072265625, 97.43540191650390625, 2.862335443496704101, 0, 0, 0.990267753601074218, 0.139175355434417724, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+2347, 180425, 0, 1519, 8411, '0', 0, 0, -8888.7099609375, 1016.40997314453125, 126.8130035400390625, 2.862335443496704101, 0, 0, 0.990267753601074218, 0.139175355434417724, 120, 255, 1, 51886), -- SkullCandle01 (Area: Lion's Rest - Difficulty: 0) +(@OGUID+2348, 180425, 0, 1519, 5390, '0', 0, 0, -8975.9501953125, 765.6090087890625, 98.34320068359375, 1.151916384696960449, 0, 0, 0.544638633728027343, 0.838670849800109863, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+2349, 180425, 0, 1519, 5390, '0', 0, 0, -8979.83984375, 767.68798828125, 98.34040069580078125, 0.977383077144622802, 0, 0, 0.469470977783203125, 0.882947921752929687, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) +(@OGUID+2350, 180425, 0, 1519, 5390, '0', 0, 0, -8832.671875, 837.8350830078125, 102.2158126831054687, 5.265763282775878906, 0, 0, -0.48705196380615234, 0.873372972011566162, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Canals - Difficulty: 0) CreateObject1 +(@OGUID+2351, 180425, 0, 1519, 5154, '0', 0, 0, -8989.4296875, 845.96697998046875, 29.62070083618164062, 1.919861555099487304, 0, 0, 0.819151878356933593, 0.573576688766479492, 120, 255, 1, 51886), -- SkullCandle01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2352, 180425, 0, 1519, 5154, '0', 0, 0, -8978.33984375, 876.77398681640625, 121.1169967651367187, 3.508116960525512695, 0, 0, -0.98325443267822265, 0.182238012552261352, 120, 255, 1, 51886), -- SkullCandle01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2353, 180425, 0, 1519, 5154, '0', 0, 0, -8979.7099609375, 866.73101806640625, 123.2360000610351562, 2.72271275520324707, 0, 0, 0.978147506713867187, 0.207912087440490722, 120, 255, 1, 51886), -- SkullCandle01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2354, 180425, 0, 1519, 5154, '0', 0, 0, -8978.5595703125, 870.052001953125, 122.4739990234375, 3.316144466400146484, 0, 0, -0.99619388580322265, 0.087165042757987976, 120, 255, 1, 51886), -- SkullCandle01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2355, 180425, 0, 1519, 5154, '0', 0, 0, -8981.2099609375, 863.9530029296875, 123.9120025634765625, 2.757613182067871093, 0, 0, 0.981626510620117187, 0.190812408924102783, 120, 255, 1, 51886), -- SkullCandle01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2356, 180425, 0, 1519, 5154, '0', 0, 0, -8983.7900390625, 869.97698974609375, 122.535003662109375, 6.108653545379638671, 0, 0, -0.08715534210205078, 0.996194720268249511, 120, 255, 1, 51886), -- SkullCandle01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2357, 180425, 0, 1519, 5154, '0', 0, 0, -8978.349609375, 873.635009765625, 121.76300048828125, 3.316144466400146484, 0, 0, -0.99619388580322265, 0.087165042757987976, 120, 255, 1, 51886), -- SkullCandle01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2358, 180425, 0, 1519, 5154, '0', 0, 0, -8985.009765625, 867.156005859375, 123.509002685546875, 5.864306926727294921, 0, 0, -0.20791149139404296, 0.978147625923156738, 120, 255, 1, 51886), -- SkullCandle01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2359, 180425, 0, 1519, 5154, '0', 0, 0, -8983.6103515625, 861.4169921875, 124.733001708984375, 2.408554315567016601, 0, 0, 0.933580398559570312, 0.358368009328842163, 120, 255, 1, 51886), -- SkullCandle01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2360, 180425, 0, 1519, 5154, '0', 0, 0, -8986.2900390625, 859.32598876953125, 125.5120010375976562, 2.303830623626708984, 0, 0, 0.913544654846191406, 0.406738430261611938, 120, 255, 1, 51886), -- SkullCandle01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2361, 180425, 0, 1519, 5154, '0', 0, 0, -8989.080078125, 858.50299072265625, 126.2490005493164062, 2.146752834320068359, 0, 0, 0.878816604614257812, 0.477159708738327026, 120, 255, 1, 51886), -- SkullCandle01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2362, 180425, 0, 1519, 5154, '0', 0, 0, -8986.5703125, 864.84600830078125, 124.3990020751953125, 5.724681377410888671, 0, 0, -0.27563667297363281, 0.961261868476867675, 120, 255, 1, 51886), -- SkullCandle01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2363, 180425, 0, 1519, 5154, '0', 0, 0, -8980.8798828125, 883.177001953125, 119.8369979858398437, 3.647741317749023437, 0, 0, -0.96814727783203125, 0.250381410121917724, 120, 255, 1, 51886), -- SkullCandle01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2364, 180425, 0, 1519, 5154, '0', 0, 0, -8983.58984375, 873.22900390625, 121.5999984741210937, 0.052358884364366531, 0, 0, 0.02617645263671875, 0.999657332897186279, 120, 255, 1, 51886), -- SkullCandle01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2365, 180425, 0, 1519, 5154, '0', 0, 0, -8987.400390625, 881.593994140625, 119.0979995727539062, 0.750490784645080566, 0, 0, 0.3665008544921875, 0.93041771650314331, 120, 255, 1, 51886), -- SkullCandle01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2366, 180425, 0, 1519, 5154, '0', 0, 0, -8988.759765625, 863.155029296875, 125.3389968872070312, 5.497788906097412109, 0, 0, -0.38268280029296875, 0.923879802227020263, 120, 255, 1, 51886), -- SkullCandle01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2367, 180425, 0, 1519, 5154, '0', 0, 0, -8985.3798828125, 879.13397216796875, 119.865997314453125, 0.471238493919372558, 0, 0, 0.233445167541503906, 0.972369968891143798, 120, 255, 1, 51886), -- SkullCandle01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2368, 180425, 0, 1519, 5154, '0', 0, 0, -8984.2197265625, 876.322998046875, 120.697998046875, 0.471238493919372558, 0, 0, 0.233445167541503906, 0.972369968891143798, 120, 255, 1, 51886), -- SkullCandle01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2369, 180425, 0, 1519, 5154, '0', 0, 0, -8983.2099609375, 885.98297119140625, 119.2089996337890625, 4.101525306701660156, 0, 0, -0.88701057434082031, 0.461749136447906494, 120, 255, 1, 51886), -- SkullCandle01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2370, 180425, 0, 1519, 5154, '0', 0, 0, -8991.919921875, 857.84002685546875, 126.9929962158203125, 1.972219824790954589, 0, 0, 0.83388519287109375, 0.55193793773651123, 120, 255, 1, 51886), -- SkullCandle01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2371, 180425, 0, 1519, 5154, '0', 0, 0, -8979.51953125, 879.93597412109375, 120.4980010986328125, 3.508116960525512695, 0, 0, -0.98325443267822265, 0.182238012552261352, 120, 255, 1, 51886), -- SkullCandle01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2372, 180425, 0, 1519, 5154, '0', 0, 0, -8989.5498046875, 883.822998046875, 118.3759994506835937, 0.890116631984710693, 0, 0, 0.430510520935058593, 0.902585566043853759, 120, 255, 1, 51886), -- SkullCandle01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2373, 180425, 0, 1519, 5154, '0', 0, 0, -8992.490234375, 885.489990234375, 117.6139984130859375, 1.204277276992797851, 0, 0, 0.56640625, 0.824126183986663818, 120, 255, 1, 51886), -- SkullCandle01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2374, 180425, 0, 1519, 5154, '0', 0, 0, -8991.650390625, 862.10101318359375, 126.4759979248046875, 5.078907966613769531, 0, 0, -0.56640625, 0.824126183986663818, 120, 255, 1, 51886), -- SkullCandle01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2375, 180425, 0, 1519, 5154, '0', 0, 0, -8985.6103515625, 888.3330078125, 118.6660003662109375, 4.031712055206298828, 0, 0, -0.90258502960205078, 0.430511653423309326, 120, 255, 1, 51886), -- SkullCandle01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2376, 180425, 0, 1519, 5154, '0', 0, 0, -8998.330078125, 859.46197509765625, 128.899993896484375, 1.186823248863220214, 0, 0, 0.559192657470703125, 0.829037725925445556, 120, 255, 1, 51886), -- SkullCandle01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2377, 180425, 0, 1519, 5154, '0', 0, 0, -8994.23046875, 861.989990234375, 127.5849990844726562, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 51886), -- SkullCandle01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2378, 180425, 0, 1519, 5154, '0', 0, 0, -8996.330078125, 862.61602783203125, 128.675994873046875, 4.136432647705078125, 0, 0, -0.87881660461425781, 0.477159708738327026, 120, 255, 1, 51886), -- SkullCandle01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2379, 180425, 0, 1519, 5154, '0', 0, 0, -8995.1904296875, 858.29901123046875, 127.9189987182617187, 1.535889506340026855, 0, 0, 0.694658279418945312, 0.719339847564697265, 120, 255, 1, 51886), -- SkullCandle01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2380, 180425, 0, 1519, 5154, '0', 0, 0, -8991.1796875, 891.75701904296875, 117.5879974365234375, 4.45059061050415039, 0, 0, -0.79335308074951171, 0.608761727809906005, 120, 255, 1, 51886), -- SkullCandle01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2381, 180425, 0, 1519, 5154, '0', 0, 0, -8988.0400390625, 890.67498779296875, 118.0960006713867187, 4.188792228698730468, 0, 0, -0.86602497100830078, 0.50000077486038208, 120, 255, 1, 51886), -- SkullCandle01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2382, 180425, 0, 1519, 5154, '0', 0, 0, -9000.259765625, 887.21197509765625, 115.878997802734375, 1.954769015312194824, 0, 0, 0.829037666320800781, 0.559192776679992675, 120, 255, 1, 51886), -- SkullCandle01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2383, 180425, 0, 1519, 5154, '0', 0, 0, -9007.7001953125, 856.96697998046875, 106.615997314453125, 3.804818391799926757, 0, 0, -0.94551849365234375, 0.325568377971649169, 120, 255, 1, 51886), -- SkullCandle01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2384, 180425, 0, 1519, 5154, '0', 0, 0, -8997.7197265625, 893.89801025390625, 116.529998779296875, 4.660029888153076171, 0, 0, -0.72537422180175781, 0.688354730606079101, 120, 255, 1, 51886), -- SkullCandle01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2385, 180425, 0, 1519, 5154, '0', 0, 0, -8996.16015625, 886.781005859375, 116.7779998779296875, 1.239183306694030761, 0, 0, 0.580702781677246093, 0.814115643501281738, 120, 255, 1, 51886), -- SkullCandle01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2386, 180425, 0, 1519, 5154, '0', 0, 0, -9009.98046875, 859.3280029296875, 107.73699951171875, 3.804818391799926757, 0, 0, -0.94551849365234375, 0.325568377971649169, 120, 255, 1, 51886), -- SkullCandle01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2387, 180425, 0, 1519, 5154, '0', 0, 0, -8994.330078125, 892.78497314453125, 117.09100341796875, 4.555310726165771484, 0, 0, -0.76040554046630859, 0.649448513984680175, 120, 255, 1, 51886), -- SkullCandle01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2388, 180425, 0, 1519, 5154, '0', 0, 0, -9000.98046875, 861.281005859375, 129.740997314453125, 0.767943859100341796, 0, 0, 0.374606132507324218, 0.927184045314788818, 120, 255, 1, 51886), -- SkullCandle01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2389, 180425, 0, 1519, 5154, '0', 0, 0, -8998.669921875, 863.88702392578125, 129.59100341796875, 4.293513298034667968, 0, 0, -0.8386697769165039, 0.544640243053436279, 120, 255, 1, 51886), -- SkullCandle01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2390, 180425, 0, 1519, 5154, '0', 0, 0, -9005.1396484375, 893.052001953125, 115.4209976196289062, 5.044002056121826171, 0, 0, -0.58070278167724609, 0.814115643501281738, 120, 255, 1, 51886), -- SkullCandle01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2391, 180425, 0, 1519, 5154, '0', 0, 0, -9010.33984375, 882.625, 113.555999755859375, 2.338739633560180664, 0, 0, 0.920504570007324218, 0.3907318115234375, 120, 255, 1, 51886), -- SkullCandle01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2392, 180425, 0, 1519, 5154, '0', 0, 0, -9013.76953125, 850.89801025390625, 106.9120025634765625, 0.715584874153137207, 0, 0, 0.350207328796386718, 0.936672210693359375, 120, 255, 1, 51886), -- SkullCandle01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2393, 180425, 0, 1519, 5154, '0', 0, 0, -9007.400390625, 885.42401123046875, 114.3799972534179687, 1.902408957481384277, 0, 0, 0.814115524291992187, 0.580702960491180419, 120, 255, 1, 51886), -- SkullCandle01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2394, 180425, 0, 1519, 5154, '0', 0, 0, -9011.990234375, 861.46197509765625, 108.7249984741210937, 3.804818391799926757, 0, 0, -0.94551849365234375, 0.325568377971649169, 120, 255, 1, 51886), -- SkullCandle01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2395, 180425, 0, 1519, 5154, '0', 0, 0, -9003.900390625, 886.427001953125, 115.1449966430664062, 1.692969322204589843, 0, 0, 0.748955726623535156, 0.662620067596435546, 120, 255, 1, 51886), -- SkullCandle01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2396, 180425, 0, 1519, 5154, '0', 0, 0, -9001.4296875, 893.97900390625, 115.9599990844726562, 5.166176319122314453, 0, 0, -0.52991867065429687, 0.84804844856262207, 120, 255, 1, 51886), -- SkullCandle01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2397, 180425, 0, 1519, 5154, '0', 0, 0, -9013.150390625, 863.885009765625, 109.4120025634765625, 3.473210096359252929, 0, 0, -0.98628520965576171, 0.165049895644187927, 120, 255, 1, 51886), -- SkullCandle01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2398, 180425, 0, 1519, 5154, '0', 0, 0, -9014.7900390625, 869.76202392578125, 110.6439971923828125, 3.351046562194824218, 0, 0, -0.99452114105224609, 0.104535527527332305, 120, 255, 1, 51886), -- SkullCandle01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2399, 180425, 0, 1519, 5154, '0', 0, 0, -9013.9697265625, 866.6669921875, 110.0120010375976562, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 120, 255, 1, 51886); -- SkullCandle01 (Area: Mage Quarter - Difficulty: 0) + +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+2400, 180425, 0, 1519, 5154, '0', 0, 0, -9014.83984375, 872.8280029296875, 111.28900146484375, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 120, 255, 1, 51886), -- SkullCandle01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2401, 180425, 0, 1519, 5154, '0', 0, 0, -9014.16015625, 875.89898681640625, 111.9319992065429687, 2.984498262405395507, 0, 0, 0.996916770935058593, 0.078466430306434631, 120, 255, 1, 51886), -- SkullCandle01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2402, 180425, 0, 1519, 5154, '0', 0, 0, -9013.0498046875, 890.0830078125, 114.1689987182617187, 5.445427894592285156, 0, 0, -0.40673637390136718, 0.913545548915863037, 120, 255, 1, 51886), -- SkullCandle01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2403, 180425, 0, 1519, 5154, '0', 0, 0, -9021.1396484375, 862.16802978515625, 109.7559967041015625, 0.401424884796142578, 0, 0, 0.199367523193359375, 0.979924798011779785, 120, 255, 1, 51886), -- SkullCandle01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2404, 180425, 0, 1519, 5154, '0', 0, 0, -9008.9599609375, 892.13702392578125, 114.8509979248046875, 5.113816738128662109, 0, 0, -0.55193614959716796, 0.833886384963989257, 120, 255, 1, 51886), -- SkullCandle01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2405, 180425, 0, 1519, 5154, '0', 0, 0, -9016.26953125, 887.0159912109375, 113.529998779296875, 5.480334281921386718, 0, 0, -0.39073085784912109, 0.920504987239837646, 120, 255, 1, 51886), -- SkullCandle01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2406, 180425, 0, 1519, 5154, '0', 0, 0, -9018.66015625, 855.86102294921875, 108.6190032958984375, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 51886), -- SkullCandle01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2407, 180425, 0, 1519, 5154, '0', 0, 0, -9013.1201171875, 879.6939697265625, 112.7080001831054687, 2.72271275520324707, 0, 0, 0.978147506713867187, 0.207912087440490722, 120, 255, 1, 51886), -- SkullCandle01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2408, 180425, 0, 1519, 5154, '0', 0, 0, -9020.240234375, 859.00299072265625, 109.2900009155273437, 0.296705186367034912, 0, 0, 0.147809028625488281, 0.989015936851501464, 120, 255, 1, 51886), -- SkullCandle01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2409, 180425, 0, 1519, 5154, '0', 0, 0, -9016.26953125, 853.43402099609375, 107.7919998168945312, 0.610863447189331054, 0, 0, 0.3007049560546875, 0.953717231750488281, 120, 255, 1, 51886), -- SkullCandle01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2410, 180425, 0, 1519, 5154, '0', 0, 0, -9019.0498046875, 884.322998046875, 112.9789962768554687, 5.532694816589355468, 0, 0, -0.3665008544921875, 0.93041771650314331, 120, 255, 1, 51886), -- SkullCandle01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2411, 180425, 0, 1519, 5154, '0', 0, 0, -9022.9697265625, 872.43597412109375, 111.2040023803710937, 5.986480236053466796, 0, 0, -0.14780902862548828, 0.989015936851501464, 120, 255, 1, 51886), -- SkullCandle01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2412, 180425, 0, 1519, 5154, '0', 0, 0, -9021.51953125, 886.4169921875, 29.62070083618164062, 5.84685373306274414, 0, 0, -0.21643924713134765, 0.976296067237854003, 120, 255, 1, 51886), -- SkullCandle01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2413, 180425, 0, 1519, 5154, '0', 0, 0, -9022.8798828125, 868.53497314453125, 110.6460037231445312, 0.226892471313476562, 0, 0, 0.113203048706054687, 0.993571877479553222, 120, 255, 1, 51886), -- SkullCandle01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2414, 180425, 0, 1519, 5154, '0', 0, 0, -9022.0400390625, 876.0780029296875, 111.7389984130859375, 6.056293010711669921, 0, 0, -0.11320304870605468, 0.993571877479553222, 120, 255, 1, 51886), -- SkullCandle01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2415, 180425, 0, 1519, 5154, '0', 0, 0, -9021.0302734375, 880.093994140625, 112.3030014038085937, 5.70722818374633789, 0, 0, -0.28401470184326171, 0.958819925785064697, 120, 255, 1, 51886), -- SkullCandle01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2416, 180425, 0, 1519, 5154, '0', 0, 0, -9016.6796875, 890.29901123046875, 29.62070083618164062, 5.183629035949707031, 0, 0, -0.52249813079833984, 0.852640450000762939, 120, 255, 1, 51886), -- SkullCandle01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2417, 180425, 0, 1519, 5154, '0', 0, 0, -9022, 865.2919921875, 110.194000244140625, 0.24434557557106018, 0, 0, 0.121869087219238281, 0.9925462007522583, 120, 255, 1, 51886), -- SkullCandle01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2418, 180425, 0, 1519, 5154, '0', 0, 0, -8890.73046875, 1023.67999267578125, 126.8130035400390625, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 120, 255, 1, 51886), -- SkullCandle01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2419, 180425, 0, 1519, 5154, '0', 0, 0, -8907.4697265625, 1026.6400146484375, 126.8130035400390625, 5.445427894592285156, 0, 0, -0.40673637390136718, 0.913545548915863037, 120, 255, 1, 51886), -- SkullCandle01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2420, 180425, 0, 1519, 5154, '0', 0, 0, -8897.0703125, 1029.1400146484375, 126.8130035400390625, 4.625123500823974609, 0, 0, -0.73727703094482421, 0.67559051513671875, 120, 255, 1, 51886), -- SkullCandle01 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2421, 180426, 0, 1519, 1617, '0', 0, 0, -8868.4267578125, 589.201416015625, 110.4854583740234375, 5.270895957946777343, 0, 0, -0.48480892181396484, 0.87462007999420166, 120, 255, 1, 51886), -- Bat01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+2422, 180426, 0, 1519, 1617, '0', 0, 0, -8866.7431640625, 590.37677001953125, 109.8223037719726562, 4.939284324645996093, 0, 0, -0.6225137710571289, 0.78260880708694458, 120, 255, 1, 51886), -- Bat01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+2423, 180426, 0, 1519, 1617, '0', 0, 0, -8866.826171875, 590.55731201171875, 109.528961181640625, 3.52557229995727539, 0, 0, -0.98162651062011718, 0.190812408924102783, 120, 255, 1, 51886), -- Bat01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+2424, 180426, 0, 1519, 1617, '0', 0, 0, -8866.919921875, 590.6199951171875, 113.1200027465820312, 5.235987663269042968, 0, 0, -0.5, 0.866025388240814208, 120, 255, 1, 51886), -- Bat01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+2425, 180426, 0, 1519, 1617, '0', 0, 0, -8866.689453125, 590.46527099609375, 108.6035690307617187, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+2426, 180426, 0, 1519, 1617, '0', 0, 0, -8866.7275390625, 590.40802001953125, 108.5781173706054687, 0.610863447189331054, 0, 0, 0.3007049560546875, 0.953717231750488281, 120, 255, 1, 51886), -- Bat01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+2427, 180426, 0, 1519, 1617, '0', 0, 0, -8868.2568359375, 592.171875, 108.4288711547851562, 6.14356088638305664, 0, 0, -0.06975555419921875, 0.997564136981964111, 120, 255, 1, 51886), -- Bat01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+2428, 180426, 0, 1519, 1617, '0', 0, 0, -8866.6923828125, 590.53125, 109.9772109985351562, 3.473210096359252929, 0, 0, -0.98628520965576171, 0.165049895644187927, 120, 255, 1, 51886), -- Bat01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+2429, 180426, 0, 1519, 1617, '0', 0, 0, -8864.7919921875, 591.75, 109.959808349609375, 1.640606880187988281, 0, 0, 0.731352806091308593, 0.6819993257522583, 120, 255, 1, 51886), -- Bat01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+2430, 180426, 0, 1519, 1617, '0', 0, 0, -8865.2763671875, 591.8211669921875, 108.950897216796875, 1.204277276992797851, 0, 0, 0.56640625, 0.824126183986663818, 120, 255, 1, 51886), -- Bat01 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+2431, 180426, 0, 1519, 5390, '0', 0, 0, -8724.7197265625, 440.212005615234375, 110.2659988403320312, 1.082102894783020019, 0, 0, 0.51503753662109375, 0.857167601585388183, 120, 255, 1, 51886), -- Bat01 (Area: The Canals - Difficulty: 0) +(@OGUID+2432, 180426, 0, 1519, 5390, '0', 0, 0, -8724.009765625, 439.52398681640625, 110.2570037841796875, 5.393068790435791015, 0, 0, -0.43051052093505859, 0.902585566043853759, 120, 255, 1, 51886), -- Bat01 (Area: The Canals - Difficulty: 0) +(@OGUID+2433, 180426, 0, 1519, 5390, '0', 0, 0, -8723.33984375, 442.2080078125, 111.5810012817382812, 3.473210096359252929, 0, 0, -0.98628520965576171, 0.165049895644187927, 120, 255, 1, 51886), -- Bat01 (Area: The Canals - Difficulty: 0) +(@OGUID+2434, 180426, 0, 1519, 5390, '0', 0, 0, -8725.669921875, 407.60400390625, 107.9879989624023437, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 51886), -- Bat01 (Area: The Canals - Difficulty: 0) +(@OGUID+2435, 180426, 0, 1519, 5390, '0', 0, 0, -8727.73046875, 407.02801513671875, 111.26300048828125, 3.874631166458129882, 0, 0, -0.93358039855957031, 0.358368009328842163, 120, 255, 1, 51886), -- Bat01 (Area: The Canals - Difficulty: 0) +(@OGUID+2436, 180426, 0, 1519, 5390, '0', 0, 0, -8726.2197265625, 405.178985595703125, 110.444000244140625, 3.52557229995727539, 0, 0, -0.98162651062011718, 0.190812408924102783, 120, 255, 1, 51886), -- Bat01 (Area: The Canals - Difficulty: 0) +(@OGUID+2437, 180426, 0, 1519, 5390, '0', 0, 0, -8711.58984375, 409.334991455078125, 107.1740036010742187, 2.268925428390502929, 0, 0, 0.906307220458984375, 0.422619491815567016, 120, 255, 1, 51886), -- Bat01 (Area: The Canals - Difficulty: 0) +(@OGUID+2438, 180426, 0, 1519, 5390, '0', 0, 0, -8707.0595703125, 407.57598876953125, 108.4300003051757812, 5.096362113952636718, 0, 0, -0.55919265747070312, 0.829037725925445556, 120, 255, 1, 51886), -- Bat01 (Area: The Canals - Difficulty: 0) +(@OGUID+2439, 180426, 0, 1519, 5390, '0', 0, 0, -8707.9697265625, 409.464996337890625, 110.3199996948242187, 4.677483558654785156, 0, 0, -0.71933937072753906, 0.694658815860748291, 120, 255, 1, 51886), -- Bat01 (Area: The Canals - Difficulty: 0) +(@OGUID+2440, 180426, 0, 1519, 5314, '0', 0, 0, -8386.3095703125, 630.2139892578125, 108.2699966430664062, 0.663223206996917724, 0, 0, 0.325567245483398437, 0.945518851280212402, 120, 255, 1, 51886), -- Bat01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+2441, 180426, 0, 1519, 5314, '0', 0, 0, -8383.9697265625, 628.75201416015625, 112.214996337890625, 4.049167633056640625, 0, 0, -0.89879322052001953, 0.438372820615768432, 120, 255, 1, 51886), -- Bat01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+2442, 180426, 0, 1519, 5314, '0', 0, 0, -8382.8701171875, 626.74700927734375, 108.3300018310546875, 2.775068521499633789, 0, 0, 0.983254432678222656, 0.182238012552261352, 120, 255, 1, 51886), -- Bat01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+2443, 180426, 0, 1519, 5314, '0', 0, 0, -8383, 626.4110107421875, 108.4160003662109375, 3.52557229995727539, 0, 0, -0.98162651062011718, 0.190812408924102783, 120, 255, 1, 51886), -- Bat01 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+2444, 180426, 0, 1519, 5150, '0', 0, 0, -8355.0302734375, 631.26702880859375, 108.2559967041015625, 3.822272777557373046, 0, 0, -0.94264125823974609, 0.333807557821273803, 120, 255, 1, 51886), -- Bat01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+2445, 180426, 0, 1519, 5150, '0', 0, 0, -8351.990234375, 634.81298828125, 107.5979995727539062, 3.630291461944580078, 0, 0, -0.97029495239257812, 0.241925001144409179, 120, 255, 1, 51886), -- Bat01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+2446, 180426, 0, 1519, 5150, '0', 0, 0, -8350.240234375, 633.66802978515625, 107.6129989624023437, 1.274088263511657714, 0, 0, 0.594821929931640625, 0.80385744571685791, 120, 255, 1, 51886), -- Bat01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+2447, 180426, 0, 1519, 5150, '0', 0, 0, -8349.740234375, 636.30902099609375, 107.6129989624023437, 2.67034769058227539, 0, 0, 0.972369194030761718, 0.233448356389999389, 120, 255, 1, 51886), -- Bat01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+2448, 180426, 0, 1519, 5150, '0', 0, 0, -8350.6796875, 630.4219970703125, 107.6309967041015625, 2.042035102844238281, 0, 0, 0.852640151977539062, 0.522498607635498046, 120, 255, 1, 51886), -- Bat01 (Area: Dwarven District - Difficulty: 0) +(@OGUID+2449, 180427, 0, 1519, 0, '0', 0, 0, -8823.19140625, 624.09027099609375, 111.6143875122070312, 1.640606880187988281, 0, 0, 0.731352806091308593, 0.6819993257522583, 120, 255, 1, 51886), -- Bat02 (Area: 0 - Difficulty: 0) +(@OGUID+2450, 180427, 0, 1519, 0, '0', 0, 0, -8822.9267578125, 627.28125, 113.2567901611328125, 2.234017848968505859, 0, 0, 0.898793220520019531, 0.438372820615768432, 120, 255, 1, 51886), -- Bat02 (Area: 0 - Difficulty: 0) +(@OGUID+2451, 180427, 0, 1519, 0, '0', 0, 0, -8822.66015625, 628.37298583984375, 114.1110000610351562, 5.393068790435791015, 0, 0, -0.43051052093505859, 0.902585566043853759, 120, 255, 1, 51886), -- Bat02 (Area: 0 - Difficulty: 0) +(@OGUID+2452, 180427, 0, 1519, 0, '0', 0, 0, -8820.650390625, 627.68597412109375, 115.042999267578125, 0.27925160527229309, 0, 0, 0.139172554016113281, 0.990268170833587646, 120, 255, 1, 51886), -- Bat02 (Area: 0 - Difficulty: 0) +(@OGUID+2453, 180427, 0, 1519, 0, '0', 0, 0, -8824.138671875, 628.16668701171875, 111.0650177001953125, 5.759587764739990234, 0, 0, -0.25881862640380859, 0.965925931930541992, 120, 255, 1, 51886), -- Bat02 (Area: 0 - Difficulty: 0) +(@OGUID+2454, 180427, 0, 1519, 0, '0', 0, 0, -8821.6982421875, 625.529541015625, 112.8369979858398437, 1.029743075370788574, 0, 0, 0.492423057556152343, 0.870355963706970214, 120, 255, 1, 51886), -- Bat02 (Area: 0 - Difficulty: 0) +(@OGUID+2455, 180427, 0, 1519, 0, '0', 0, 0, -8824.48828125, 626.263916015625, 115.6350479125976562, 5.811946868896484375, 0, 0, -0.2334451675415039, 0.972369968891143798, 120, 255, 1, 51886), -- Bat02 (Area: 0 - Difficulty: 0) +(@OGUID+2456, 180427, 0, 1519, 0, '0', 0, 0, -8821.3505859375, 628.5242919921875, 112.5537261962890625, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 120, 255, 1, 51886), -- Bat02 (Area: 0 - Difficulty: 0) +(@OGUID+2457, 180427, 0, 1519, 0, '0', 0, 0, -8822.9423828125, 627.170166015625, 110.6205215454101562, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 51886), -- Bat02 (Area: 0 - Difficulty: 0) +(@OGUID+2458, 180427, 0, 1519, 5148, '0', 0, 0, -8822.2255859375, 630.09722900390625, 113.5167236328125, 4.276057243347167968, 0, 0, -0.84339141845703125, 0.537299633026123046, 120, 255, 1, 51886), -- Bat02 (Area: Trade District - Difficulty: 0) +(@OGUID+2459, 180428, 0, 1519, 1617, '0', 0, 0, -8848.3603515625, 507.761993408203125, 109.615997314453125, 4.468043327331542968, 0, 0, -0.7880105972290039, 0.615661680698394775, 120, 255, 1, 51886), -- G_WitchBroom_01 scale 0.5 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+2460, 180428, 0, 1519, 5148, '0', 0, 0, -8872.4501953125, 676.86187744140625, 97.90305328369140625, 1.989672422409057617, 0, 0, 0.838669776916503906, 0.544640243053436279, 120, 255, 1, 51886), -- G_WitchBroom_01 scale 0.5 (Area: Trade District - Difficulty: 0) +(@OGUID+2461, 180428, 0, 1519, 5148, '0', 0, 0, -8664.2802734375, 507.196014404296875, 101.2829971313476562, 0.139624491333961486, 0, 0, 0.06975555419921875, 0.997564136981964111, 120, 255, 1, 51886), -- G_WitchBroom_01 scale 0.5 (Area: Trade District - Difficulty: 0) +(@OGUID+2462, 180428, 0, 1519, 5390, '0', 0, 0, -8507.259765625, 547.49798583984375, 97.8632965087890625, 1.989672422409057617, 0, 0, 0.838669776916503906, 0.544640243053436279, 120, 255, 1, 51886), -- G_WitchBroom_01 scale 0.5 (Area: The Canals - Difficulty: 0) +(@OGUID+2463, 180428, 0, 1519, 5149, '0', 0, 0, -8750.169921875, 375.093994140625, 101.0449981689453125, 1.989672422409057617, 0, 0, 0.838669776916503906, 0.544640243053436279, 120, 255, 1, 51886), -- G_WitchBroom_01 scale 0.5 (Area: Old Town - Difficulty: 0) +(@OGUID+2464, 180428, 0, 1519, 5150, '0', 0, 0, -8420.1796875, 543.56402587890625, 95.44840240478515625, 1.029743075370788574, 0, 0, 0.492423057556152343, 0.870355963706970214, 120, 255, 1, 51886), -- G_WitchBroom_01 scale 0.5 (Area: Dwarven District - Difficulty: 0) +(@OGUID+2465, 180428, 0, 1519, 5150, '0', 0, 0, -8466.7900390625, 625.65997314453125, 93.92659759521484375, 1.989672422409057617, 0, 0, 0.838669776916503906, 0.544640243053436279, 120, 255, 1, 51886), -- G_WitchBroom_01 scale 0.5 (Area: Dwarven District - Difficulty: 0) +(@OGUID+2466, 180428, 0, 1519, 5314, '0', 0, 0, -8372.900390625, 682.83197021484375, 98.65309906005859375, 1.029743075370788574, 0, 0, 0.492423057556152343, 0.870355963706970214, 120, 255, 1, 51886), -- G_WitchBroom_01 scale 0.5 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+2467, 180429, 0, 1519, 1617, '0', 0, 0, -8847.669921875, 508.72698974609375, 112.457000732421875, 5.969027042388916015, 0, 0, -0.1564340591430664, 0.987688362598419189, 120, 255, 1, 51886), -- G_WitchHat_01 scale 0.5 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+2468, 180429, 0, 1519, 1617, '0', 0, 0, -8968.078125, 497.26910400390625, 119.800537109375, 5.044002056121826171, 0, 0, -0.58070278167724609, 0.814115643501281738, 120, 255, 1, 51886), -- G_WitchHat_01 scale 0.5 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+2469, 180429, 0, 1519, 5148, '0', 0, 0, -8762.169921875, 658.05401611328125, 108.19000244140625, 5.131268978118896484, 0, 0, -0.54463863372802734, 0.838670849800109863, 120, 255, 1, 51886), -- G_WitchHat_01 scale 0.5 (Area: Trade District - Difficulty: 0) +(@OGUID+2470, 180429, 0, 1519, 5148, '0', 0, 0, -8808.8095703125, 691.04498291015625, 103.0270004272460937, 5.969027042388916015, 0, 0, -0.1564340591430664, 0.987688362598419189, 120, 255, 1, 51886), -- G_WitchHat_01 scale 0.5 (Area: Trade District - Difficulty: 0) +(@OGUID+2471, 180429, 0, 1519, 5148, '0', 0, 0, -8873.669921875, 680.00701904296875, 98.65290069580078125, 1.239183306694030761, 0, 0, 0.580702781677246093, 0.814115643501281738, 120, 255, 1, 51886), -- G_WitchHat_01 scale 0.5 (Area: Trade District - Difficulty: 0) +(@OGUID+2472, 180429, 0, 1519, 5390, '0', 0, 0, -8676.26953125, 485.113006591796875, 104.5490036010742187, 3.577930212020874023, 0, 0, -0.97629547119140625, 0.216442063450813293, 120, 255, 1, 51886), -- G_WitchHat_01 scale 0.5 (Area: The Canals - Difficulty: 0) +(@OGUID+2473, 180429, 0, 1519, 5390, '0', 0, 0, -8734.3896484375, 391.694000244140625, 99.37969970703125, 0.733038187026977539, 0, 0, 0.358367919921875, 0.933580458164215087, 120, 255, 1, 51886), -- G_WitchHat_01 scale 0.5 (Area: The Canals - Difficulty: 0) +(@OGUID+2474, 180429, 0, 1519, 5390, '0', 0, 0, -8657.41015625, 505.295013427734375, 102.8489990234375, 5.35816192626953125, 0, 0, -0.446197509765625, 0.894934535026550292, 120, 255, 1, 51886), -- G_WitchHat_01 scale 0.5 (Area: The Canals - Difficulty: 0) +(@OGUID+2475, 180429, 0, 1519, 5390, '0', 0, 0, -8627.240234375, 463.468994140625, 104.2379989624023437, 4.694936752319335937, 0, 0, -0.71325016021728515, 0.700909554958343505, 120, 255, 1, 51886), -- G_WitchHat_01 scale 0.5 (Area: The Canals - Difficulty: 0) +(@OGUID+2476, 180429, 0, 1519, 5390, '0', 0, 0, -8509.2099609375, 547.68597412109375, 101.5889968872070312, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, 51886), -- G_WitchHat_01 scale 0.5 (Area: The Canals - Difficulty: 0) +(@OGUID+2477, 180429, 0, 1519, 5149, '0', 0, 0, -8712.0302734375, 362.506988525390625, 104.4039993286132812, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, 51886), -- G_WitchHat_01 scale 0.5 (Area: Old Town - Difficulty: 0) +(@OGUID+2478, 180429, 0, 1519, 5149, '0', 0, 0, -8719.2802734375, 364.990997314453125, 104.3830032348632812, 6.195919513702392578, 0, 0, -0.04361915588378906, 0.999048233032226562, 120, 255, 1, 51886), -- G_WitchHat_01 scale 0.5 (Area: Old Town - Difficulty: 0) +(@OGUID+2479, 180429, 0, 1519, 5149, '0', 0, 0, -8726.9599609375, 367.2030029296875, 104.1439971923828125, 5.637413978576660156, 0, 0, -0.31730461120605468, 0.948323667049407958, 120, 255, 1, 51886), -- G_WitchHat_01 scale 0.5 (Area: Old Town - Difficulty: 0) +(@OGUID+2480, 180429, 0, 1519, 5149, '0', 0, 0, -8732.25, 372.52801513671875, 104.21099853515625, 5.70722818374633789, 0, 0, -0.28401470184326171, 0.958819925785064697, 120, 255, 1, 51886), -- G_WitchHat_01 scale 0.5 (Area: Old Town - Difficulty: 0) +(@OGUID+2481, 180429, 0, 1519, 5390, '0', 0, 0, -8605.41015625, 696.802001953125, 98.676300048828125, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 51886), -- G_WitchHat_01 scale 0.5 (Area: The Canals - Difficulty: 0) +(@OGUID+2482, 180429, 0, 1519, 5150, '0', 0, 0, -8417.0703125, 557.13397216796875, 96.37259674072265625, 6.195919513702392578, 0, 0, -0.04361915588378906, 0.999048233032226562, 120, 255, 1, 51886), -- G_WitchHat_01 scale 0.5 (Area: Dwarven District - Difficulty: 0) +(@OGUID+2483, 180429, 0, 1519, 5150, '0', 0, 0, -8465.6201171875, 625.48797607421875, 97.16770172119140625, 3.403396368026733398, 0, 0, -0.99144458770751953, 0.130528271198272705, 120, 255, 1, 51886), -- G_WitchHat_01 scale 0.5 (Area: Dwarven District - Difficulty: 0) +(@OGUID+2484, 180429, 0, 1519, 5390, '0', 0, 0, -8413.080078125, 680.03997802734375, 99.42669677734375, 6.195919513702392578, 0, 0, -0.04361915588378906, 0.999048233032226562, 120, 255, 1, 51886), -- G_WitchHat_01 scale 0.5 (Area: The Canals - Difficulty: 0) +(@OGUID+2485, 180429, 0, 1519, 5314, '0', 0, 0, -8378.4501953125, 678.88397216796875, 99.75730133056640625, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 51886), -- G_WitchHat_01 scale 0.5 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+2486, 180429, 0, 1519, 5314, '0', 0, 0, -8376.9599609375, 679.92401123046875, 98.65309906005859375, 4.660029888153076171, 0, 0, -0.72537422180175781, 0.688354730606079101, 120, 255, 1, 51886), -- G_WitchHat_01 scale 0.5 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+2487, 180429, 0, 1519, 5390, '0', 0, 0, -8636.3095703125, 763.5780029296875, 106.4110031127929687, 5.340708732604980468, 0, 0, -0.45398998260498046, 0.891006767749786376, 120, 255, 1, 51886), -- G_WitchHat_01 scale 0.5 (Area: The Canals - Difficulty: 0) +(@OGUID+2488, 180429, 0, 1519, 5390, '0', 0, 0, -8682.6796875, 777.8800048828125, 100.660003662109375, 0.558503925800323486, 0, 0, 0.275636672973632812, 0.961261868476867675, 120, 255, 1, 51886), -- G_WitchHat_01 scale 0.5 (Area: The Canals - Difficulty: 0) +(@OGUID+2489, 180429, 0, 1519, 5390, '0', 0, 0, -8881.8798828125, 824.83001708984375, 96.7006988525390625, 4.031712055206298828, 0, 0, -0.90258502960205078, 0.430511653423309326, 120, 255, 1, 51886), -- G_WitchHat_01 scale 0.5 (Area: The Canals - Difficulty: 0) +(@OGUID+2490, 180429, 0, 1519, 5154, '0', 0, 0, -9034.7197265625, 882.35198974609375, 112.2220001220703125, 6.213373661041259765, 0, 0, -0.03489875793457031, 0.999390840530395507, 120, 255, 1, 51886), -- G_WitchHat_01 scale 0.5 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2491, 180429, 0, 1519, 5154, '0', 0, 0, -8921.7900390625, 966.5, 118.602996826171875, 5.340708732604980468, 0, 0, -0.45398998260498046, 0.891006767749786376, 120, 255, 1, 51886), -- G_WitchHat_01 scale 0.5 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2492, 180429, 0, 1519, 5154, '0', 0, 0, -9014.009765625, 958.375, 119.3860015869140625, 0.977383077144622802, 0, 0, 0.469470977783203125, 0.882947921752929687, 120, 255, 1, 51886), -- G_WitchHat_01 scale 0.5 (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2493, 180431, 0, 1519, 1617, '0', 0, 0, -8675.6103515625, 637.97198486328125, 98.91989898681640625, 4.1538848876953125, 0, 0, -0.8746194839477539, 0.484810054302215576, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 4.0 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+2494, 180431, 0, 1519, 1617, '0', 0, 0, -8947.0400390625, 543.66668701171875, 117.9991226196289062, 5.794494152069091796, 0, 0, -0.24192142486572265, 0.970295846462249755, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 4.0 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+2495, 180431, 0, 1519, 1617, '0', 0, 0, -8733.830078125, 383.446014404296875, 114.9919967651367187, 4.101525306701660156, 0, 0, -0.88701057434082031, 0.461749136447906494, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 4.0 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+2496, 180431, 0, 1519, 1617, '0', 0, 0, -8931.080078125, 523.22918701171875, 118.0772628784179687, 5.637413978576660156, 0, 0, -0.31730461120605468, 0.948323667049407958, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 4.0 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+2497, 180431, 0, 1519, 1617, '0', 0, 0, -8766.2001953125, 386.239990234375, 114.9919967651367187, 2.495818138122558593, 0, 0, 0.948323249816894531, 0.317305892705917358, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 4.0 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+2498, 180431, 0, 1519, 1617, '0', 0, 0, -8910.4599609375, 792.093994140625, 102.839996337890625, 4.171337604522705078, 0, 0, -0.87035560607910156, 0.492423713207244873, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 4.0 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+2499, 180431, 0, 1519, 1617, '0', 0, 0, -8681.8095703125, 581.5360107421875, 98.91719818115234375, 5.70722818374633789, 0, 0, -0.28401470184326171, 0.958819925785064697, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 4.0 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+2500, 180431, 0, 1519, 0, '0', 0, 0, -8510.6103515625, 321.04901123046875, 135.7100067138671875, 3.298687219619750976, 0, 0, -0.99691677093505859, 0.078466430306434631, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 4.0 (Area: 0 - Difficulty: 0) +(@OGUID+2501, 180431, 0, 1519, 0, '0', 0, 0, -8578.1904296875, 786.23602294921875, 145.490997314453125, 6.021387100219726562, 0, 0, -0.13052558898925781, 0.991444945335388183, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 4.0 (Area: 0 - Difficulty: 0) +(@OGUID+2502, 180431, 0, 1519, 0, '0', 0, 0, -8459.650390625, 591.22100830078125, 106.5800018310546875, 2.164205789566040039, 0, 0, 0.882946968078613281, 0.469472706317901611, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 4.0 (Area: 0 - Difficulty: 0) +(@OGUID+2503, 180431, 0, 1519, 0, '0', 0, 0, -8601.099609375, 815.593994140625, 144.2610015869140625, 5.794494152069091796, 0, 0, -0.24192142486572265, 0.970295846462249755, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 4.0 (Area: 0 - Difficulty: 0) +(@OGUID+2504, 180431, 0, 1519, 5148, '0', 0, 0, -8431.0400390625, 352.779998779296875, 135.910003662109375, 4.45059061050415039, 0, 0, -0.79335308074951171, 0.608761727809906005, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 4.0 (Area: Trade District - Difficulty: 0) +(@OGUID+2505, 180431, 0, 1519, 5148, '0', 0, 0, -8415.400390625, 398.15301513671875, 135.7100067138671875, 5.113816738128662109, 0, 0, -0.55193614959716796, 0.833886384963989257, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 4.0 (Area: Trade District - Difficulty: 0) +(@OGUID+2506, 180431, 0, 1519, 5148, '0', 0, 0, -8465.2900390625, 323.566009521484375, 135.9120025634765625, 3.94444584846496582, 0, 0, -0.92050457000732421, 0.3907318115234375, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 4.0 (Area: Trade District - Difficulty: 0) +(@OGUID+2507, 180431, 0, 1519, 5397, '0', 0, 0, -8206.78125, 1112.76171875, 74.21324920654296875, 4.014260292053222656, 0, 0, -0.90630722045898437, 0.422619491815567016, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 4.0 (Area: The Wollerton Stead - Difficulty: 0) +(@OGUID+2508, 180431, 0, 1519, 9171, '0', 0, 0, -8253.82421875, 1203.78515625, 24.26126861572265625, 3.595378875732421875, 0, 0, -0.97437000274658203, 0.224951311945915222, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 4.0 (Area: Stormwind Embassy - Difficulty: 0) +(@OGUID+2509, 180431, 0, 1519, 9171, '0', 0, 0, -8132.82568359375, 1235.3883056640625, 54.4760589599609375, 6.12610626220703125, 0, 0, -0.07845878601074218, 0.996917366981506347, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 4.0 (Area: Stormwind Embassy - Difficulty: 0) +(@OGUID+2510, 180431, 0, 1519, 9171, '0', 0, 0, -8215.140625, 1245.4820556640625, 17.3520355224609375, 5.096362113952636718, 0, 0, -0.55919265747070312, 0.829037725925445556, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 4.0 (Area: Stormwind Embassy - Difficulty: 0) +(@OGUID+2511, 180431, 0, 1519, 5316, '0', 0, 0, -8544.1083984375, 1106.2508544921875, 23.67501449584960937, 3.281238555908203125, 0, 0, -0.99756336212158203, 0.069766148924827575, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 4.0 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+2512, 180431, 0, 1519, 5316, '0', 0, 0, -8610.330078125, 1112.7100830078125, 25.37889480590820312, 2.129300594329833984, 0, 0, 0.874619483947753906, 0.484810054302215576, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 4.0 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+2513, 180431, 0, 1519, 5346, '0', 0, 0, -8153.18994140625, 1279.2008056640625, 55.16509628295898437, 4.468043327331542968, 0, 0, -0.7880105972290039, 0.615661680698394775, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 4.0 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2514, 180431, 0, 1519, 5346, '0', 0, 0, -8274.8876953125, 1301.0423583984375, 8.513222694396972656, 5.585053920745849609, 0, 0, -0.34202003479003906, 0.939692676067352294, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 4.0 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2515, 180431, 0, 1519, 5346, '0', 0, 0, -8527.5322265625, 1203.58935546875, 24.28193855285644531, 3.508116960525512695, 0, 0, -0.98325443267822265, 0.182238012552261352, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 4.0 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2516, 180431, 0, 1519, 5346, '0', 0, 0, -8306.802734375, 1302.5751953125, 8.516176223754882812, 3.071766138076782226, 0, 0, 0.999390602111816406, 0.034906134009361267, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 4.0 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2517, 180431, 0, 1519, 5346, '0', 0, 0, -8123.27197265625, 1321.197509765625, 54.99076461791992187, 4.45059061050415039, 0, 0, -0.79335308074951171, 0.608761727809906005, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 4.0 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2518, 180431, 0, 1519, 4411, '0', 0, 0, -8091.08154296875, 1366.6627197265625, 55.11731338500976562, 4.45059061050415039, 0, 0, -0.79335308074951171, 0.608761727809906005, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 4.0 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+2519, 180431, 0, 1519, 4411, '0', 0, 0, -8042.79248046875, 1365.368896484375, 54.47701263427734375, 2.72271275520324707, 0, 0, 0.978147506713867187, 0.207912087440490722, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 4.0 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+2520, 180431, 0, 1519, 4411, '0', 0, 0, -8044.19091796875, 1337.7421875, 7.799363136291503906, 2.984498262405395507, 0, 0, 0.996916770935058593, 0.078466430306434631, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 4.0 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+2521, 180431, 0, 1519, 4411, '0', 0, 0, -8062.8427734375, 1624.8101806640625, 53.78834915161132812, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 4.0 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+2522, 180431, 0, 1519, 4411, '0', 0, 0, -8048.6552734375, 1658.8914794921875, 53.8226470947265625, 3.071766138076782226, 0, 0, 0.999390602111816406, 0.034906134009361267, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 4.0 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+2523, 180471, 0, 1519, 0, '0', 0, 0, -8808.5595703125, 617.4110107421875, 101.1279983520507812, 3.647741317749023437, 0, 0, -0.96814727783203125, 0.250381410121917724, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) +(@OGUID+2524, 180471, 0, 1519, 5148, '0', 0, 0, -8798.3203125, 625.6820068359375, 101.1200027465820312, 3.804818391799926757, 0, 0, -0.94551849365234375, 0.325568377971649169, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Trade District - Difficulty: 0) +(@OGUID+2525, 180471, 0, 1519, 5148, '0', 0, 0, -8860.1005859375, 661.86285400390625, 100.9490127563476562, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Trade District - Difficulty: 0) +(@OGUID+2526, 180471, 0, 1519, 5390, '0', 0, 0, -8831.470703125, 834.20660400390625, 102.9472808837890625, 5.36569070816040039, 0, 0, -0.4428253173828125, 0.896607875823974609, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Canals - Difficulty: 0) CreateObject1 +(@OGUID+2527, 180471, 0, 1519, 4411, '0', 0, 0, -8199.5048828125, 1194.451416015625, 7.82195901870727539, 2.984498262405395507, 0, 0, 0.996916770935058593, 0.078466430306434631, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+2528, 180471, 0, 1519, 4411, '0', 0, 0, -8212.94140625, 1194.4478759765625, 7.726465225219726562, 5.288348197937011718, 0, 0, -0.4771585464477539, 0.878817260265350341, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+2529, 180471, 0, 1519, 4411, '0', 0, 0, -8294.47265625, 1194.560791015625, 7.659937858581542968, 3.194002151489257812, 0, 0, -0.99965667724609375, 0.026201646775007247, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+2530, 180471, 0, 1519, 4411, '0', 0, 0, -8307.796875, 1194.529541015625, 7.646907806396484375, 1.605701684951782226, 0, 0, 0.719339370727539062, 0.694658815860748291, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+2531, 180471, 0, 1519, 4411, '0', 0, 0, -8354.248046875, 1194.4913330078125, 7.71483612060546875, 2.914689540863037109, 0, 0, 0.993571281433105468, 0.113208353519439697, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+2532, 180471, 0, 1519, 4411, '0', 0, 0, -8367.6474609375, 1194.1666259765625, 7.844985008239746093, 4.171337604522705078, 0, 0, -0.87035560607910156, 0.492423713207244873, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+2533, 180471, 0, 1519, 4411, '0', 0, 0, -8426.8876953125, 1194.1649169921875, 7.871457099914550781, 3.420850038528442382, 0, 0, -0.99026775360107421, 0.139175355434417724, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+2534, 180471, 0, 1519, 4411, '0', 0, 0, -8413.482421875, 1194.078125, 7.815581798553466796, 2.984498262405395507, 0, 0, 0.996916770935058593, 0.078466430306434631, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+2535, 180471, 0, 1519, 4411, '0', 0, 0, -8568.3232421875, 1194.5240478515625, 7.608767986297607421, 2.792518377304077148, 0, 0, 0.984807014465332031, 0.173652306199073791, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+2536, 180471, 0, 1519, 4411, '0', 0, 0, -8581.740234375, 1194.3199462890625, 7.690979957580566406, 3.420850038528442382, 0, 0, -0.99026775360107421, 0.139175355434417724, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+2537, 180471, 0, 1519, 4411, '0', 0, 0, -8486.7412109375, 1194.3836669921875, 7.648921012878417968, 4.118979454040527343, 0, 0, -0.88294696807861328, 0.469472706317901611, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+2538, 180471, 0, 1519, 4411, '0', 0, 0, -8473.3564453125, 1194.388916015625, 7.639770030975341796, 4.904376029968261718, 0, 0, -0.636077880859375, 0.771624863147735595, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+2539, 180472, 0, 1519, 0, '0', 0, 0, -8832.6748046875, 608.79473876953125, 99.90030670166015625, 2.548179388046264648, 0, 0, 0.956304550170898437, 0.292372345924377441, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+2540, 180523, 0, 1519, 5148, '0', 0, 0, -8860.0087890625, 674.44964599609375, 98.62528228759765625, 4.136432647705078125, 0, 0, -0.87881660461425781, 0.477159708738327026, 120, 255, 1, 51886), -- Apple Bob (Area: Trade District - Difficulty: 0) +(@OGUID+2541, 185454, 0, 1519, 5390, '0', 0, 0, -8472.919921875, 370.860992431640625, 131.197998046875, 3.403396368026733398, 0, 0, -0.99144458770751953, 0.130528271198272705, 120, 255, 1, 51886), -- Laying Skeleton 02 (Area: The Canals - Difficulty: 0) +(@OGUID+2542, 185454, 0, 1519, 5390, '0', 0, 0, -8403.6904296875, 576.3189697265625, 95.79250335693359375, 4.223697185516357421, 0, 0, -0.85716724395751953, 0.515038192272186279, 120, 255, 1, 51886), -- Laying Skeleton 02 (Area: The Canals - Difficulty: 0) +(@OGUID+2543, 185454, 0, 1519, 5390, '0', 0, 0, -8537.9697265625, 746.74700927734375, 99.56819915771484375, 4.223697185516357421, 0, 0, -0.85716724395751953, 0.515038192272186279, 120, 255, 1, 51886), -- Laying Skeleton 02 (Area: The Canals - Difficulty: 0) +(@OGUID+2544, 185454, 0, 1519, 5314, '0', 0, 0, -8361.98046875, 682.51898193359375, 98.65309906005859375, 2.111847877502441406, 0, 0, 0.870355606079101562, 0.492423713207244873, 120, 255, 1, 51886), -- Laying Skeleton 02 (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+2545, 185454, 0, 1519, 5316, '0', 0, 0, -8327.849609375, 901.85797119140625, 97.8339996337890625, 5.201082706451416015, 0, 0, -0.51503753662109375, 0.857167601585388183, 120, 255, 1, 51886), -- Laying Skeleton 02 (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+2546, 185454, 0, 1519, 5346, '0', 0, 0, -8422.25, 915.17901611328125, 98.73490142822265625, 3.403396368026733398, 0, 0, -0.99144458770751953, 0.130528271198272705, 120, 255, 1, 51886), -- Laying Skeleton 02 (Area: Stormwind City Cemetery - Difficulty: 0) +(@OGUID+2547, 185454, 0, 1519, 5390, '0', 0, 0, -8913.1201171875, 792.93798828125, 102.839996337890625, 5.89921426773071289, 0, 0, -0.19080829620361328, 0.981627285480499267, 120, 255, 1, 51886), -- Laying Skeleton 02 (Area: The Canals - Difficulty: 0) +(@OGUID+2548, 185454, 0, 1519, 5390, '0', 0, 0, -8833.09765625, 831.02606201171875, 99.3862762451171875, 2.530919551849365234, 0, 0, 0.953745841979980468, 0.300614148378372192, 120, 255, 1, 51886), -- Laying Skeleton 02 (Area: The Canals - Difficulty: 0) CreateObject1 +(@OGUID+2549, 185454, 0, 1519, 4411, '0', 0, 0, -8044.3505859375, 1339.9674072265625, 7.797833919525146484, 4.223697185516357421, 0, 0, -0.85716724395751953, 0.515038192272186279, 120, 255, 1, 51886), -- Laying Skeleton 02 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+2550, 185454, 0, 1519, 4411, '0', 0, 0, -8345.6943359375, 1197.09912109375, 5.602186203002929687, 1.937312245368957519, 0, 0, 0.824125289916992187, 0.566407561302185058, 120, 255, 1, 51886), -- Laying Skeleton 02 (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+2551, 190040, 0, 1519, 5148, '0', 0, 0, -8868.4677734375, 671.550048828125, 97.90305328369140625, 1.361356139183044433, 0, 0, 0.629320144653320312, 0.77714616060256958, 120, 255, 1, 51886), -- Candy Bucket (Area: Trade District - Difficulty: 0) +(@OGUID+2552, 207941, 0, 1519, 1617, '0', 0, 0, -9014.439453125, 491.8350830078125, 113.01654052734375, 0.041934803128242492, -0.2709670066833496, -0.02792263031005859, 0.013899803161621093, 0.962083160877227783, 120, 255, 1, 51886), -- G_WitchHat_01 scale 2.0 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+2553, 207941, 0, 1519, 1617, '0', 0, 0, -8984.701171875, 515.888916015625, 117.8699417114257812, 6.193559169769287109, -0.18053054809570312, 0.021940231323242187, -0.04150295257568359, 0.982448399066925048, 120, 255, 1, 51886), -- G_WitchHat_01 scale 2.0 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+2554, 207941, 0, 1519, 1617, '0', 0, 0, -8946.732421875, 527.16668701171875, 117.7123184204101562, 5.426842689514160156, 0.146994590759277343, -0.08044242858886718, -0.40746307373046875, 0.897716820240020751, 120, 255, 1, 51886), -- G_WitchHat_01 scale 2.0 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+2555, 207941, 0, 1519, 1617, '0', 0, 0, -8996.171875, 469.18402099609375, 118.0076828002929687, 4.166365623474121093, -0.10196256637573242, 0.166020393371582031, -0.85560131072998046, 0.479569882154464721, 120, 255, 1, 51886), -- G_WitchHat_01 scale 2.0 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+2556, 207941, 0, 1519, 1617, '0', 0, 0, -8966.0537109375, 492.15625, 115.5300064086914062, 4.643191337585449218, -0.17319250106811523, 0.189394950866699218, -0.70618724822998046, 0.659873783588409423, 120, 255, 1, 51886), -- G_WitchHat_01 scale 2.0 (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+2557, 207941, 0, 1519, 5390, '0', 0, 0, -8509.857421875, 1040.8680419921875, 78.7204132080078125, 3.054326534271240234, 0, 0, 0.999048233032226562, 0.043619260191917419, 120, 255, 1, 51886), -- G_WitchHat_01 scale 2.0 (Area: The Canals - Difficulty: 0) +(@OGUID+2558, 207941, 0, 1519, 5390, '0', 0, 0, -8410.580078125, 1039.638916015625, 80.66770172119140625, 3.822272777557373046, 0, 0, -0.94264125823974609, 0.333807557821273803, 120, 255, 1, 51886), -- G_WitchHat_01 scale 2.0 (Area: The Canals - Difficulty: 0) +(@OGUID+2559, 208200, 0, 1519, 1617, '0', 0, 0, -8863.8017578125, 495.6842041015625, 139.6806640625, 2.96634221076965332, 0, 0, 0.996163368225097656, 0.087513089179992675, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+2560, 208200, 0, 1519, 1617, '0', 0, 0, -8979.798828125, 552.89239501953125, 93.9832763671875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+2561, 208200, 0, 1519, 0, '0', 0, 0, -8774.904296875, 469.8819580078125, 97.8048248291015625, 0.418878614902496337, 0, 0, 0.207911491394042968, 0.978147625923156738, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: 0 - Difficulty: 0) +(@OGUID+2562, 208200, 0, 1519, 5148, '0', 0, 0, -8794.5712890625, 661.45660400390625, 99.51605987548828125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: Trade District - Difficulty: 0) +(@OGUID+2563, 208200, 0, 1519, 5148, '0', 0, 0, -8788.65625, 681.310791015625, 102.2081680297851562, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: Trade District - Difficulty: 0) +(@OGUID+2564, 208200, 0, 1519, 5148, '0', 0, 0, -8951.607421875, 564.38018798828125, 93.80486297607421875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: Trade District - Difficulty: 0) +(@OGUID+2565, 208200, 0, 1519, 5148, '0', 0, 0, -8914.390625, 712.3680419921875, 97.8031463623046875, 0.418878614902496337, 0, 0, 0.207911491394042968, 0.978147625923156738, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: Trade District - Difficulty: 0) +(@OGUID+2566, 208200, 0, 1519, 5148, '0', 0, 0, -8896.69140625, 736.60589599609375, 96.89354705810546875, 2.007128477096557617, 0, 0, 0.84339141845703125, 0.537299633026123046, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: Trade District - Difficulty: 0) +(@OGUID+2567, 208200, 0, 1519, 5148, '0', 0, 0, -8871.2294921875, 761.05902099609375, 96.80912017822265625, 2.007128477096557617, 0, 0, 0.84339141845703125, 0.537299633026123046, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: Trade District - Difficulty: 0) +(@OGUID+2568, 208200, 0, 1519, 5148, '0', 0, 0, -8716.4775390625, 736.44964599609375, 97.816680908203125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: Trade District - Difficulty: 0) +(@OGUID+2569, 208200, 0, 1519, 5148, '0', 0, 0, -8686.50390625, 696.53302001953125, 97.8075103759765625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: Trade District - Difficulty: 0) +(@OGUID+2570, 208200, 0, 1519, 5148, '0', 0, 0, -8665.216796875, 555.30902099609375, 97.0092315673828125, 2.740161895751953125, 0, 0, 0.979924201965332031, 0.199370384216308593, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: Trade District - Difficulty: 0) +(@OGUID+2571, 208200, 0, 1519, 5390, '0', 0, 0, -8755.4306640625, 391.166656494140625, 101.05584716796875, 5.532694816589355468, 0, 0, -0.3665008544921875, 0.93041771650314331, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: The Canals - Difficulty: 0) +(@OGUID+2572, 208200, 0, 1519, 5390, '0', 0, 0, -8685.5087890625, 440.5, 99.4211883544921875, 2.408554315567016601, 0, 0, 0.933580398559570312, 0.358368009328842163, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: The Canals - Difficulty: 0) +(@OGUID+2573, 208200, 0, 1519, 5390, '0', 0, 0, -8674.158203125, 456.357635498046875, 99.69423675537109375, 4.206246376037597656, 0, 0, -0.86162853240966796, 0.50753939151763916, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: The Canals - Difficulty: 0) +(@OGUID+2574, 208200, 0, 1519, 5390, '0', 0, 0, -8572.6298828125, 607.13018798828125, 103.04180908203125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: The Canals - Difficulty: 0) +(@OGUID+2575, 208200, 0, 1519, 5390, '0', 0, 0, -8587.6982421875, 573.96527099609375, 102.9899063110351562, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: The Canals - Difficulty: 0) +(@OGUID+2576, 208200, 0, 1519, 5390, '0', 0, 0, -8570.4130859375, 534.96527099609375, 101.6621475219726562, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: The Canals - Difficulty: 0) +(@OGUID+2577, 208200, 0, 1519, 5390, '0', 0, 0, -8535.9775390625, 462.635406494140625, 104.7054672241210937, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: The Canals - Difficulty: 0) +(@OGUID+2578, 208200, 0, 1519, 5390, '0', 0, 0, -8530.9580078125, 488.348968505859375, 101.3557205200195312, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: The Canals - Difficulty: 0) +(@OGUID+2579, 208200, 0, 1519, 5390, '0', 0, 0, -8502.3955078125, 531.9461669921875, 97.884307861328125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: The Canals - Difficulty: 0) +(@OGUID+2580, 208200, 0, 1519, 5390, '0', 0, 0, -8521.4375, 432.607635498046875, 105.5919036865234375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: The Canals - Difficulty: 0) +(@OGUID+2581, 208200, 0, 1519, 5390, '0', 0, 0, -8512.2724609375, 407.66839599609375, 114.6888275146484375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: The Canals - Difficulty: 0) +(@OGUID+2582, 208200, 0, 1519, 5149, '0', 0, 0, -8680.265625, 397.770843505859375, 102.8208999633789062, 1.396261811256408691, 0, 0, 0.642786979675292968, 0.766044974327087402, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: Old Town - Difficulty: 0) +(@OGUID+2583, 208200, 0, 1519, 5149, '0', 0, 0, -8732.0888671875, 356.921875, 101.54779052734375, 5.253442287445068359, 0, 0, -0.49242305755615234, 0.870355963706970214, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: Old Town - Difficulty: 0) +(@OGUID+2584, 208200, 0, 1519, 5149, '0', 0, 0, -8775.1826171875, 361.22222900390625, 102.1217269897460937, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: Old Town - Difficulty: 0) +(@OGUID+2585, 208200, 0, 1519, 5390, '0', 0, 0, -8628.8544921875, 653.01214599609375, 100.2357177734375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: The Canals - Difficulty: 0) +(@OGUID+2586, 208200, 0, 1519, 5390, '0', 0, 0, -8581.0361328125, 659.63018798828125, 97.76206207275390625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: The Canals - Difficulty: 0) +(@OGUID+2587, 208200, 0, 1519, 5390, '0', 0, 0, -8663.064453125, 666.0242919921875, 100.4435806274414062, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: The Canals - Difficulty: 0) +(@OGUID+2588, 208200, 0, 1519, 5390, '0', 0, 0, -8525.6455078125, 597, 101.5036392211914062, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: The Canals - Difficulty: 0) +(@OGUID+2589, 208200, 0, 1519, 5390, '0', 0, 0, -8617.875, 707.1492919921875, 96.79084014892578125, 1.117009282112121582, 0, 0, 0.529918670654296875, 0.84804844856262207, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: The Canals - Difficulty: 0) +(@OGUID+2590, 208200, 0, 1519, 5390, '0', 0, 0, -8449.486328125, 414.81597900390625, 127.3631591796875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: The Canals - Difficulty: 0) +(@OGUID+2591, 208200, 0, 1519, 5390, '0', 0, 0, -8538.8125, 352.22222900390625, 127.3596725463867187, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: The Canals - Difficulty: 0) +(@OGUID+2592, 208200, 0, 1519, 5390, '0', 0, 0, -8465.326171875, 518.55731201171875, 97.44629669189453125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: The Canals - Difficulty: 0) +(@OGUID+2593, 208200, 0, 1519, 5390, '0', 0, 0, -8466.3408203125, 346.102447509765625, 135.559173583984375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: The Canals - Difficulty: 0) +(@OGUID+2594, 208200, 0, 1519, 5390, '0', 0, 0, -8443.01953125, 379.31597900390625, 135.6985626220703125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: The Canals - Difficulty: 0) +(@OGUID+2595, 208200, 0, 1519, 5390, '0', 0, 0, -8424.08203125, 398.036468505859375, 135.70953369140625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: The Canals - Difficulty: 0) +(@OGUID+2596, 208200, 0, 1519, 0, '0', 0, 0, -8507.0712890625, 323.932281494140625, 135.7095489501953125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: 0 - Difficulty: 0) +(@OGUID+2597, 208200, 0, 1519, 5150, '0', 0, 0, -8484.310546875, 567.0711669921875, 97.63311004638671875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: Dwarven District - Difficulty: 0) +(@OGUID+2598, 208200, 0, 1519, 5150, '0', 0, 0, -8448.201171875, 579.545166015625, 94.70218658447265625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: Dwarven District - Difficulty: 0) +(@OGUID+2599, 208200, 0, 1519, 5150, '0', 0, 0, -8395.794921875, 577.91839599609375, 91.90716552734375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: Dwarven District - Difficulty: 0) +(@OGUID+2600, 208200, 0, 1519, 5150, '0', 0, 0, -8474.265625, 616.62847900390625, 94.77588653564453125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: Dwarven District - Difficulty: 0) +(@OGUID+2601, 208200, 0, 1519, 5390, '0', 0, 0, -8508.8955078125, 650.2899169921875, 100.4284515380859375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: The Canals - Difficulty: 0) +(@OGUID+2602, 208200, 0, 1519, 5390, '0', 0, 0, -8536.2451171875, 688.71527099609375, 97.73018646240234375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: The Canals - Difficulty: 0) +(@OGUID+2603, 208200, 0, 1519, 5390, '0', 0, 0, -8457.857421875, 635.3836669921875, 92.14090728759765625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: The Canals - Difficulty: 0) +(@OGUID+2604, 208200, 0, 1519, 5390, '0', 0, 0, -8478.26953125, 699.25518798828125, 99.906982421875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: The Canals - Difficulty: 0) +(@OGUID+2605, 208200, 0, 1519, 5390, '0', 0, 0, -8490.4111328125, 723.21527099609375, 98.2725067138671875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: The Canals - Difficulty: 0) +(@OGUID+2606, 208200, 0, 1519, 5390, '0', 0, 0, -8429.5537109375, 623.77606201171875, 95.580322265625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: The Canals - Difficulty: 0) +(@OGUID+2607, 208200, 0, 1519, 5390, '0', 0, 0, -8420.125, 669.7413330078125, 94.86358642578125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: The Canals - Difficulty: 0) +(@OGUID+2608, 208200, 0, 1519, 5314, '0', 0, 0, -8384.923828125, 657.16668701171875, 95.09046173095703125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: Stormwind Lake - Difficulty: 0) +(@OGUID+2609, 208200, 0, 1519, 5150, '0', 0, 0, -8378.28125, 621.8211669921875, 95.281524658203125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: Dwarven District - Difficulty: 0) +(@OGUID+2610, 208200, 0, 1519, 5150, '0', 0, 0, -8348.955078125, 636.435791015625, 95.28574371337890625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: Dwarven District - Difficulty: 0) +(@OGUID+2611, 208200, 0, 1519, 0, '0', 0, 0, -8553.8056640625, 902.4774169921875, 100.1356277465820312, 1.117009282112121582, 0, 0, 0.529918670654296875, 0.84804844856262207, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: 0 - Difficulty: 0) +(@OGUID+2612, 208200, 0, 1519, 0, '0', 0, 0, -8569.1181640625, 916.9375, 99.0742645263671875, 1.117009282112121582, 0, 0, 0.529918670654296875, 0.84804844856262207, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: 0 - Difficulty: 0) +(@OGUID+2613, 208200, 0, 1519, 0, '0', 0, 0, -8572.6787109375, 873.02606201171875, 99.0214996337890625, 1.117009282112121582, 0, 0, 0.529918670654296875, 0.84804844856262207, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: 0 - Difficulty: 0) +(@OGUID+2614, 208200, 0, 1519, 0, '0', 0, 0, -8559.138671875, 762.592041015625, 98.7698516845703125, 1.117009282112121582, 0, 0, 0.529918670654296875, 0.84804844856262207, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: 0 - Difficulty: 0) +(@OGUID+2615, 208200, 0, 1519, 5390, '0', 0, 0, -8591.22265625, 725.09552001953125, 96.78870391845703125, 1.117009282112121582, 0, 0, 0.529918670654296875, 0.84804844856262207, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: The Canals - Difficulty: 0) +(@OGUID+2616, 208200, 0, 1519, 5390, '0', 0, 0, -8609.4423828125, 758.45489501953125, 97.00072479248046875, 1.117009282112121582, 0, 0, 0.529918670654296875, 0.84804844856262207, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: The Canals - Difficulty: 0) +(@OGUID+2617, 208200, 0, 1519, 5390, '0', 0, 0, -8654.0380859375, 750.76214599609375, 96.89575958251953125, 1.117009282112121582, 0, 0, 0.529918670654296875, 0.84804844856262207, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: The Canals - Difficulty: 0) +(@OGUID+2618, 208200, 0, 1519, 5390, '0', 0, 0, -8730.455078125, 769.263916015625, 98.27042388916015625, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: The Canals - Difficulty: 0) +(@OGUID+2619, 208200, 0, 1519, 5390, '0', 0, 0, -8635.955078125, 791.4444580078125, 96.92075347900390625, 1.117009282112121582, 0, 0, 0.529918670654296875, 0.84804844856262207, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: The Canals - Difficulty: 0) +(@OGUID+2620, 208200, 0, 1519, 5390, '0', 0, 0, -8731.1474609375, 810.9288330078125, 97.36168670654296875, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: The Canals - Difficulty: 0) +(@OGUID+2621, 208200, 0, 1519, 5390, '0', 0, 0, -8710.904296875, 859.31597900390625, 97.29990386962890625, 0.209439441561698913, 0, 0, 0.104528427124023437, 0.994521915912628173, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: The Canals - Difficulty: 0) +(@OGUID+2622, 208200, 0, 1519, 8411, '0', 0, 0, -8814.8837890625, 884.57464599609375, 98.64136505126953125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: Lion's Rest - Difficulty: 0) +(@OGUID+2623, 208200, 0, 1519, 8411, '0', 0, 0, -8646.767578125, 830.94097900390625, 96.72496795654296875, 1.117009282112121582, 0, 0, 0.529918670654296875, 0.84804844856262207, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: Lion's Rest - Difficulty: 0) +(@OGUID+2624, 208200, 0, 1519, 5390, '0', 0, 0, -8888.8349609375, 882.638916015625, 101.55670166015625, 5.044002056121826171, 0, 0, -0.58070278167724609, 0.814115643501281738, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: The Canals - Difficulty: 0) +(@OGUID+2625, 208200, 0, 1519, 5390, '0', 0, 0, -8664.3349609375, 894.98614501953125, 97.65045928955078125, 6.003933906555175781, 0, 0, -0.13917255401611328, 0.990268170833587646, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: The Canals - Difficulty: 0) +(@OGUID+2626, 208200, 0, 1519, 5390, '0', 0, 0, -8605.9619140625, 863.19097900390625, 96.9263916015625, 1.117009282112121582, 0, 0, 0.529918670654296875, 0.84804844856262207, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: The Canals - Difficulty: 0) +(@OGUID+2627, 208200, 0, 1519, 5390, '0', 0, 0, -8625.1357421875, 916.94793701171875, 99.12198638916015625, 1.117009282112121582, 0, 0, 0.529918670654296875, 0.84804844856262207, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: The Canals - Difficulty: 0) +(@OGUID+2628, 208200, 0, 1519, 5390, '0', 0, 0, -8600.2392578125, 901.451416015625, 98.15106964111328125, 1.117009282112121582, 0, 0, 0.529918670654296875, 0.84804844856262207, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: The Canals - Difficulty: 0) +(@OGUID+2629, 208200, 0, 1519, 8411, '0', 0, 0, -8852.857421875, 941.78472900390625, 102.9796829223632812, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: Lion's Rest - Difficulty: 0) +(@OGUID+2630, 208200, 0, 1519, 8411, '0', 0, 0, -8915.669921875, 950.63018798828125, 117.4099273681640625, 4.939284324645996093, 0, 0, -0.6225137710571289, 0.78260880708694458, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: Lion's Rest - Difficulty: 0) +(@OGUID+2631, 208200, 0, 1519, 5390, '0', 0, 0, -8922.0908203125, 895.80206298828125, 106.0434036254882812, 0.610863447189331054, 0, 0, 0.3007049560546875, 0.953717231750488281, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: The Canals - Difficulty: 0) +(@OGUID+2632, 208200, 0, 1519, 5390, '0', 0, 0, -8932.7431640625, 827.8524169921875, 100.3244400024414062, 2.44346022605895996, 0, 0, 0.939692497253417968, 0.34202045202255249, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: The Canals - Difficulty: 0) +(@OGUID+2633, 208200, 0, 1519, 5148, '0', 0, 0, -8814.626953125, 618.05902099609375, 94.8343963623046875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: Trade District - Difficulty: 0) +(@OGUID+2634, 208200, 0, 1519, 5154, '0', 0, 0, -9036.029296875, 853.078125, 107.1087417602539062, 1.012289404869079589, 0, 0, 0.484808921813964843, 0.87462007999420166, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2635, 208200, 0, 1519, 5154, '0', 0, 0, -8912.1298828125, 984.20489501953125, 121.7687530517578125, 2.094393253326416015, 0, 0, 0.866024971008300781, 0.50000077486038208, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2636, 208200, 0, 1519, 5154, '0', 0, 0, -9009.470703125, 945.701416015625, 116.6879730224609375, 1.012289404869079589, 0, 0, 0.484808921813964843, 0.87462007999420166, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2637, 208200, 0, 1519, 5154, '0', 0, 0, -8835.98828125, 908.2725830078125, 98.21422576904296875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2638, 208200, 0, 1519, 5390, '0', 0, 0, -8932.7255859375, 774.44268798828125, 88.757720947265625, 0.418878614902496337, 0, 0, 0.207911491394042968, 0.978147625923156738, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: The Canals - Difficulty: 0) +(@OGUID+2639, 208200, 0, 1519, 5154, '0', 0, 0, -8897.966796875, 841.21527099609375, 97.85141754150390625, 2.44346022605895996, 0, 0, 0.939692497253417968, 0.34202045202255249, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2640, 208200, 0, 1519, 5154, '0', 0, 0, -8993.53125, 789.81427001953125, 104.0222015380859375, 2.303830623626708984, 0, 0, 0.913544654846191406, 0.406738430261611938, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2641, 208200, 0, 1519, 5154, '0', 0, 0, -8961.2158203125, 861.890625, 105.7953033447265625, 1.012289404869079589, 0, 0, 0.484808921813964843, 0.87462007999420166, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2642, 208200, 0, 1519, 5154, '0', 0, 0, -8977.923828125, 960.1475830078125, 116.5874710083007812, 1.012289404869079589, 0, 0, 0.484808921813964843, 0.87462007999420166, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2643, 208200, 0, 1519, 5390, '0', 0, 0, -8704.6220703125, 464.01910400390625, 96.37821197509765625, 2.408554315567016601, 0, 0, 0.933580398559570312, 0.358368009328842163, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: The Canals - Difficulty: 0) +(@OGUID+2644, 208200, 0, 1519, 5390, '0', 0, 0, -8723.56640625, 439.229156494140625, 97.76073455810546875, 5.532694816589355468, 0, 0, -0.3665008544921875, 0.93041771650314331, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: The Canals - Difficulty: 0) +(@OGUID+2645, 208200, 0, 1519, 5390, '0', 0, 0, -8708.080078125, 410.0538330078125, 98.8643035888671875, 5.724681377410888671, 0, 0, -0.27563667297363281, 0.961261868476867675, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: The Canals - Difficulty: 0) +(@OGUID+2646, 208200, 0, 1519, 5390, '0', 0, 0, -8732.685546875, 403.963531494140625, 97.93048858642578125, 3.263772249221801757, 0, 0, -0.99813461303710937, 0.061051756143569946, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: The Canals - Difficulty: 0) +(@OGUID+2647, 208200, 0, 1519, 5390, '0', 0, 0, -8661.4306640625, 495.171875, 100.8976821899414062, 4.694936752319335937, 0, 0, -0.71325016021728515, 0.700909554958343505, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: The Canals - Difficulty: 0) +(@OGUID+2648, 208200, 0, 1519, 5149, '0', 0, 0, -8633.888671875, 443.498260498046875, 102.5660324096679687, 3.892086982727050781, 0, 0, -0.93041706085205078, 0.366502493619918823, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: Old Town - Difficulty: 0) +(@OGUID+2649, 208200, 0, 1519, 5149, '0', 0, 0, -8637.8955078125, 468.21875, 102.3682785034179687, 5.777040958404541015, 0, 0, -0.25037956237792968, 0.968147754669189453, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: Old Town - Difficulty: 0) +(@OGUID+2650, 208200, 0, 1519, 5149, '0', 0, 0, -8647.20703125, 426.229156494140625, 101.6851882934570312, 6.195919513702392578, 0, 0, -0.04361915588378906, 0.999048233032226562, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: Old Town - Difficulty: 0) +(@OGUID+2651, 208200, 0, 1519, 5149, '0', 0, 0, -8536.4619140625, 445.376739501953125, 105.3920364379882812, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: Old Town - Difficulty: 0) +(@OGUID+2652, 208200, 0, 1519, 5390, '0', 0, 0, -8627.21875, 767.56768798828125, 97.22624969482421875, 1.117009282112121582, 0, 0, 0.529918670654296875, 0.84804844856262207, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: The Canals - Difficulty: 0) +(@OGUID+2653, 208200, 0, 1519, 5154, '0', 0, 0, -9003.080078125, 824.6649169921875, 105.2118606567382812, 1.012289404869079589, 0, 0, 0.484808921813964843, 0.87462007999420166, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2654, 208200, 0, 1519, 5154, '0', 0, 0, -8942.83203125, 954.9375, 117.107147216796875, 1.012289404869079589, 0, 0, 0.484808921813964843, 0.87462007999420166, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2655, 208200, 0, 1519, 5148, '0', 0, 0, -8841.138671875, 548.67706298828125, 96.6541595458984375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: Trade District - Difficulty: 0) +(@OGUID+2656, 208200, 0, 1519, 5149, '0', 0, 0, -8743.2900390625, 497.2882080078125, 96.81397247314453125, 1.762782454490661621, 0, 0, 0.771624565124511718, 0.636078238487243652, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: Old Town - Difficulty: 0) +(@OGUID+2657, 208200, 0, 1519, 1617, '0', 0, 0, -9033.9375, 459.2569580078125, 93.05583953857421875, 5.480334281921386718, 0, 0, -0.39073085784912109, 0.920504987239837646, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+2658, 208200, 0, 1519, 5149, '0', 0, 0, -8617.1337890625, 525.23614501953125, 103.0858917236328125, 3.176533222198486328, 0, 0, -0.999847412109375, 0.017469281330704689, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: Old Town - Difficulty: 0) +(@OGUID+2659, 208200, 0, 1519, 5390, '0', 0, 0, -8826.6630859375, 813.76214599609375, 98.997711181640625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: The Canals - Difficulty: 0) +(@OGUID+2660, 208200, 0, 1519, 0, '0', 0, 0, -9007.236328125, 483.02777099609375, 96.554229736328125, 3.43830275535583496, 0, 0, -0.98901557922363281, 0.147811368107795715, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: 0 - Difficulty: 0) +(@OGUID+2661, 208200, 0, 1519, 5390, '0', 0, 0, -8809.3037109375, 576.17706298828125, 95.35125732421875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: The Canals - Difficulty: 0) +(@OGUID+2662, 208200, 0, 1519, 5148, '0', 0, 0, -8917.03125, 493.239593505859375, 93.8916778564453125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: Trade District - Difficulty: 0) +(@OGUID+2663, 208200, 0, 1519, 1617, '0', 0, 0, -8985.4375, 492.552093505859375, 96.5129852294921875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+2664, 208200, 0, 1519, 1617, '0', 0, 0, -9052.72265625, 435.23089599609375, 93.05583953857421875, 2.199114561080932617, 0, 0, 0.8910064697265625, 0.453990638256072998, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: Valley of Heroes - Difficulty: 0) +(@OGUID+2665, 208200, 0, 1519, 5149, '0', 0, 0, -8585.2900390625, 481.84375, 104.3071365356445312, 0.698131442070007324, 0, 0, 0.342020034790039062, 0.939692676067352294, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: Old Town - Difficulty: 0) +(@OGUID+2666, 208200, 0, 1519, 5390, '0', 0, 0, -8871.669921875, 575.078125, 93.6687469482421875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: The Canals - Difficulty: 0) +(@OGUID+2667, 208200, 0, 1519, 5154, '0', 0, 0, -8988.607421875, 851.01043701171875, 106.2628021240234375, 1.012289404869079589, 0, 0, 0.484808921813964843, 0.87462007999420166, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2668, 208200, 0, 1519, 5154, '0', 0, 0, -9007.2080078125, 903.60418701171875, 106.2579269409179687, 1.012289404869079589, 0, 0, 0.484808921813964843, 0.87462007999420166, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2669, 208200, 0, 1519, 5390, '0', 0, 0, -8819.388671875, 791.27081298828125, 97.22974395751953125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: The Canals - Difficulty: 0) +(@OGUID+2670, 208200, 0, 1519, 5148, '0', 0, 0, -8713.830078125, 519.33160400390625, 97.2005767822265625, 0.24434557557106018, 0, 0, 0.121869087219238281, 0.9925462007522583, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: Trade District - Difficulty: 0) +(@OGUID+2671, 208200, 0, 1519, 5154, '0', 0, 0, -8800.9365234375, 766.1268310546875, 96.3380126953125, 1.924021124839782714, 0, 0, 0.820343017578125, 0.571871757507324218, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: Mage Quarter - Difficulty: 0) +(@OGUID+2672, 208200, 0, 1519, 5390, '0', 0, 0, -8801.1630859375, 882.3529052734375, 99.164215087890625, 0.154616773128509521, 0, 0, 0.077231407165527343, 0.997013211250305175, 120, 255, 1, 51886), -- Stink Bomb Cloud (Area: The Canals - Difficulty: 0) +(@OGUID+2673, 209034, 0, 1519, 4411, '0', 0, 0, -8515.001953125, 1305.795166015625, 6.09877634048461914, 3.22885894775390625, 0, 0, -0.99904823303222656, 0.043619260191917419, 120, 255, 1, 51886), -- Courier Sword (Area: Stormwind Harbor - Difficulty: 0) +(@OGUID+2674, 209059, 0, 1519, 5150, '0', 0, 0, -8267.4931640625, 677.44793701171875, 87.61673736572265625, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 120, 255, 1, 51886), -- Blood Nettle (Area: Dwarven District - Difficulty: 0) +(@OGUID+2675, 209059, 0, 1519, 5150, '0', 0, 0, -8247.73828125, 713.16143798828125, 77.28516387939453125, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 120, 255, 1, 51886), -- Blood Nettle (Area: Dwarven District - Difficulty: 0) +(@OGUID+2676, 209059, 0, 1519, 5150, '0', 0, 0, -8234.06640625, 687.62152099609375, 71.282257080078125, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 120, 255, 1, 51886), -- Blood Nettle (Area: Dwarven District - Difficulty: 0) +(@OGUID+2677, 209059, 0, 1519, 0, '0', 0, 0, -8202.97265625, 639.546875, 70.2944488525390625, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 120, 255, 1, 51886), -- Blood Nettle (Area: 0 - Difficulty: 0) +(@OGUID+2678, 209059, 0, 1519, 0, '0', 0, 0, -8170.7724609375, 594.546875, 72.55561065673828125, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 120, 255, 1, 51886), -- Blood Nettle (Area: 0 - Difficulty: 0) +(@OGUID+2679, 209059, 0, 1519, 0, '0', 0, 0, -8170.13525390625, 626.04168701171875, 69.2185516357421875, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 120, 255, 1, 51886), -- Blood Nettle (Area: 0 - Difficulty: 0) +(@OGUID+2680, 209059, 0, 1519, 5316, '0', 0, 0, -8081.6875, 589.7586669921875, 74.3907928466796875, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 120, 255, 1, 51886), -- Blood Nettle (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+2681, 209059, 0, 1519, 5316, '0', 0, 0, -8050.67529296875, 653.373291015625, 76.39299774169921875, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 120, 255, 1, 51886), -- Blood Nettle (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+2682, 209059, 0, 1519, 5316, '0', 0, 0, -8066.59033203125, 641.34722900390625, 71.9976348876953125, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 120, 255, 1, 51886), -- Blood Nettle (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+2683, 209059, 0, 1519, 5316, '0', 0, 0, -8098.095703125, 701.17535400390625, 69.86002349853515625, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 120, 255, 1, 51886), -- Blood Nettle (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+2684, 209059, 0, 1519, 5316, '0', 0, 0, -8153.61279296875, 767.44268798828125, 72.15294647216796875, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 120, 255, 1, 51886), -- Blood Nettle (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+2685, 209059, 0, 1519, 5316, '0', 0, 0, -8054.56591796875, 729.26910400390625, 68.32425689697265625, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 120, 255, 1, 51886), -- Blood Nettle (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+2686, 209059, 0, 1519, 5316, '0', 0, 0, -8032.71728515625, 664.279541015625, 77.97415924072265625, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 120, 255, 1, 51886), -- Blood Nettle (Area: Olivia's Pond - Difficulty: 0) +(@OGUID+2687, 209059, 0, 1519, 5397, '0', 0, 0, -8030.72216796875, 753.26043701171875, 68.03456878662109375, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 120, 255, 1, 51886), -- Blood Nettle (Area: The Wollerton Stead - Difficulty: 0) +(@OGUID+2688, 209059, 0, 1519, 5397, '0', 0, 0, -8164.203125, 776.1007080078125, 76.89075469970703125, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 120, 255, 1, 51886), -- Blood Nettle (Area: The Wollerton Stead - Difficulty: 0) +(@OGUID+2689, 209059, 0, 1519, 5397, '0', 0, 0, -8003.658203125, 715.38018798828125, 75.07135009765625, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 120, 255, 1, 51886), -- Blood Nettle (Area: The Wollerton Stead - Difficulty: 0) +(@OGUID+2690, 209059, 0, 1519, 5397, '0', 0, 0, -8031.578125, 720.63543701171875, 68.5219268798828125, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 120, 255, 1, 51886), -- Blood Nettle (Area: The Wollerton Stead - Difficulty: 0) +(@OGUID+2691, 209059, 0, 1519, 5397, '0', 0, 0, -8052.51416015625, 815.06597900390625, 67.3348541259765625, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 120, 255, 1, 51886), -- Blood Nettle (Area: The Wollerton Stead - Difficulty: 0) +(@OGUID+2692, 209059, 0, 1519, 5397, '0', 0, 0, -8007.78662109375, 769.515625, 69.13167572021484375, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 120, 255, 1, 51886), -- Blood Nettle (Area: The Wollerton Stead - Difficulty: 0) +(@OGUID+2693, 209059, 0, 1519, 5397, '0', 0, 0, -8046.66845703125, 800.232666015625, 66.9988555908203125, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 120, 255, 1, 51886), -- Blood Nettle (Area: The Wollerton Stead - Difficulty: 0) +(@OGUID+2694, 209059, 0, 1519, 5397, '0', 0, 0, -8026.0849609375, 777.23785400390625, 66.65221405029296875, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 120, 255, 1, 51886), -- Blood Nettle (Area: The Wollerton Stead - Difficulty: 0) +(@OGUID+2695, 209059, 0, 1519, 5397, '0', 0, 0, -8019.91650390625, 802.5086669921875, 68.22495269775390625, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 120, 255, 1, 51886), -- Blood Nettle (Area: The Wollerton Stead - Difficulty: 0) +(@OGUID+2696, 209059, 0, 1519, 5397, '0', 0, 0, -8037.75537109375, 847.49652099609375, 66.18456268310546875, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 120, 255, 1, 51886), -- Blood Nettle (Area: The Wollerton Stead - Difficulty: 0) +(@OGUID+2697, 209059, 0, 1519, 5397, '0', 0, 0, -8083.939453125, 832.68231201171875, 70.044677734375, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 120, 255, 1, 51886), -- Blood Nettle (Area: The Wollerton Stead - Difficulty: 0) +(@OGUID+2698, 209059, 0, 1519, 5397, '0', 0, 0, -8109.15625, 831.9617919921875, 74.74655914306640625, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 120, 255, 1, 51886), -- Blood Nettle (Area: The Wollerton Stead - Difficulty: 0) +(@OGUID+2699, 209059, 0, 1519, 5397, '0', 0, 0, -8042.265625, 866.83856201171875, 66.416900634765625, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 120, 255, 1, 51886), -- Blood Nettle (Area: The Wollerton Stead - Difficulty: 0) +(@OGUID+2700, 209059, 0, 1519, 5397, '0', 0, 0, -7963.49658203125, 825.59722900390625, 82.38146209716796875, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 120, 255, 1, 51886), -- Blood Nettle (Area: The Wollerton Stead - Difficulty: 0) +(@OGUID+2701, 209059, 0, 1519, 5397, '0', 0, 0, -8166.84033203125, 796.29864501953125, 74.35816192626953125, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 120, 255, 1, 51886), -- Blood Nettle (Area: The Wollerton Stead - Difficulty: 0) +(@OGUID+2702, 209059, 0, 1519, 5397, '0', 0, 0, -8011.15966796875, 881.0625, 64.75502777099609375, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 120, 255, 1, 51886), -- Blood Nettle (Area: The Wollerton Stead - Difficulty: 0) +(@OGUID+2703, 209059, 0, 1519, 5397, '0', 0, 0, -8109.74853515625, 882.359375, 75.08420562744140625, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 120, 255, 1, 51886), -- Blood Nettle (Area: The Wollerton Stead - Difficulty: 0) +(@OGUID+2704, 209059, 0, 1519, 9171, '0', 0, 0, -8189.48095703125, 819.61114501953125, 70.4376220703125, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 120, 255, 1, 51886), -- Blood Nettle (Area: Stormwind Embassy - Difficulty: 0) +(@OGUID+2705, 209059, 0, 1519, 9171, '0', 0, 0, -8195.03515625, 879.9305419921875, 69.99567413330078125, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 120, 255, 1, 51886), -- Blood Nettle (Area: Stormwind Embassy - Difficulty: 0) +(@OGUID+2706, 209059, 0, 1519, 9171, '0', 0, 0, -8214.4462890625, 856.86114501953125, 72.41144561767578125, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 120, 255, 1, 51886), -- Blood Nettle (Area: Stormwind Embassy - Difficulty: 0) +(@OGUID+2707, 209059, 0, 1519, 9171, '0', 0, 0, -8153.02099609375, 898.47222900390625, 73.25392913818359375, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 120, 255, 1, 51886), -- Blood Nettle (Area: Stormwind Embassy - Difficulty: 0) +(@OGUID+2708, 209059, 0, 1519, 9171, '0', 0, 0, -8107.74462890625, 902.80206298828125, 72.53740692138671875, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 120, 255, 1, 51886), -- Blood Nettle (Area: Stormwind Embassy - Difficulty: 0) +(@OGUID+2709, 209059, 0, 1519, 9171, '0', 0, 0, -8159.0224609375, 922.30731201171875, 70.67058563232421875, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 120, 255, 1, 51886), -- Blood Nettle (Area: Stormwind Embassy - Difficulty: 0) +(@OGUID+2710, 209059, 0, 1519, 9171, '0', 0, 0, -8207.2099609375, 772.37677001953125, 73.281768798828125, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 120, 255, 1, 51886), -- Blood Nettle (Area: Stormwind Embassy - Difficulty: 0) +(@OGUID+2711, 209059, 0, 1519, 9171, '0', 0, 0, -8244.73828125, 767.90106201171875, 78.76136016845703125, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 120, 255, 1, 51886), -- Blood Nettle (Area: Stormwind Embassy - Difficulty: 0) +(@OGUID+2712, 209059, 0, 1519, 5398, '0', 0, 0, -8068.46728515625, 949.83331298828125, 71.8757171630859375, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 120, 255, 1, 51886), -- Blood Nettle (Area: Stormwind City Outskirts - Difficulty: 0) +(@OGUID+2713, 209059, 0, 1519, 5398, '0', 0, 0, -8055.91845703125, 982.31597900390625, 71.22203826904296875, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 120, 255, 1, 51886), -- Blood Nettle (Area: Stormwind City Outskirts - Difficulty: 0) +(@OGUID+2714, 209064, 0, 1519, 5390, '0', 0, 0, -8496.0400390625, 762.54339599609375, 79.47483062744140625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Catacombs Lightning (Area: The Canals - Difficulty: 0) +(@OGUID+2715, 209064, 0, 1519, 5390, '0', 0, 0, -8463.513671875, 810.76214599609375, 81.61014556884765625, 5.6897735595703125, 0, 0, -0.29237174987792968, 0.956304728984832763, 120, 255, 1, 51886), -- Catacombs Lightning (Area: 0 - Difficulty: 0) +(@OGUID+2716, 209064, 0, 1519, 5390, '0', 0, 0, -8507.640625, 803.625, 82.271392822265625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Catacombs Lightning (Area: 0 - Difficulty: 0) +(@OGUID+2717, 209064, 0, 1519, 5390, '0', 0, 0, -8520.982421875, 792.95831298828125, 81.6150360107421875, 5.323255538940429687, 0, 0, -0.46174812316894531, 0.887011110782623291, 120, 255, 1, 51886), -- Catacombs Lightning (Area: 0 - Difficulty: 0) +(@OGUID+2718, 209064, 0, 1519, 5390, '0', 0, 0, -8486.248046875, 795.951416015625, 81.60652923583984375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Catacombs Lightning (Area: 0 - Difficulty: 0) +(@OGUID+2719, 209065, 0, 1519, 5390, '0', 0, 0, -8499.1845703125, 761.22222900390625, 72.602783203125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Catacombs Lightning 2 (Area: The Canals - Difficulty: 0) +(@OGUID+2720, 209072, 0, 1519, 5390, '0', 0, 0, -8498.607421875, 760.45831298828125, 72.71259307861328125, 2.251473426818847656, 0, 0, 0.902585029602050781, 0.430511653423309326, 120, 255, 1, 51886), -- Stolen Crate (Area: The Canals - Difficulty: 0) +(@OGUID+2721, 209076, 0, 1519, 5148, '0', 0, 0, -8865.2470703125, 679.08160400390625, 97.9030609130859375, 4.537858963012695312, 0, 0, -0.76604366302490234, 0.642788589000701904, 120, 255, 1, 51886), -- Anson's Crate (Area: Trade District - Difficulty: 0) +(@OGUID+2722, 209076, 0, 1519, 5150, '0', 0, 0, -8384.1142578125, 592.23785400390625, 97.77840423583984375, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 120, 255, 1, 51886); -- Anson's Crate (Area: Dwarven District - Difficulty: 0) + +DELETE FROM `gameobject_addon` WHERE `guid` IN (@OGUID+2721, @OGUID+2722); +INSERT INTO `gameobject_addon` (`guid`, `parent_rotation0`, `parent_rotation1`, `parent_rotation2`, `parent_rotation3`, `invisibilityType`, `invisibilityValue`, `WorldEffectID`, `AIAnimKitID`) VALUES +(@OGUID+2721, 0, 0, 0, 1, 16, 1500, 0, 0), -- Anson's Crate +(@OGUID+2722, 0, 0, 0, 1, 16, 1500, 0, 0); -- Anson's Crate + +-- Event spawns +DELETE FROM `game_event_creature` WHERE `eventEntry`=12 AND `guid` BETWEEN @CGUID+0 AND @CGUID+61; +INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES +(12, @CGUID+0), +(12, @CGUID+1), +(12, @CGUID+2), +(12, @CGUID+3), +(12, @CGUID+4), +(12, @CGUID+5), +(12, @CGUID+6), +(12, @CGUID+7), +(12, @CGUID+8), +(12, @CGUID+9), +(12, @CGUID+10), +(12, @CGUID+11), +(12, @CGUID+12), +(12, @CGUID+13), +(12, @CGUID+14), +(12, @CGUID+15), +(12, @CGUID+16), +(12, @CGUID+17), +(12, @CGUID+18), +(12, @CGUID+19), +(12, @CGUID+20), +(12, @CGUID+21), +(12, @CGUID+22), +(12, @CGUID+23), +(12, @CGUID+24), +(12, @CGUID+25), +(12, @CGUID+26), +(12, @CGUID+27), +(12, @CGUID+28), +(12, @CGUID+29), +(12, @CGUID+30), +(12, @CGUID+31), +(12, @CGUID+32), +(12, @CGUID+33), +(12, @CGUID+34), +(12, @CGUID+35), +(12, @CGUID+36), +(12, @CGUID+37), +(12, @CGUID+38), +(12, @CGUID+39), +(12, @CGUID+40), +(12, @CGUID+41), +(12, @CGUID+42), +(12, @CGUID+43), +(12, @CGUID+44), +(12, @CGUID+45), +(12, @CGUID+46), +(12, @CGUID+47), +(12, @CGUID+48), +(12, @CGUID+49), +(12, @CGUID+50), +(12, @CGUID+51), +(12, @CGUID+52), +(12, @CGUID+53), +(12, @CGUID+54), +(12, @CGUID+55), +(12, @CGUID+56), +(12, @CGUID+57), +(12, @CGUID+58), +(12, @CGUID+59), +(12, @CGUID+60), +(12, @CGUID+61); + +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+2722; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48), +(12, @OGUID+49), +(12, @OGUID+50), +(12, @OGUID+51), +(12, @OGUID+52), +(12, @OGUID+53), +(12, @OGUID+54), +(12, @OGUID+55), +(12, @OGUID+56), +(12, @OGUID+57), +(12, @OGUID+58), +(12, @OGUID+59), +(12, @OGUID+60), +(12, @OGUID+61), +(12, @OGUID+62), +(12, @OGUID+63), +(12, @OGUID+64), +(12, @OGUID+65), +(12, @OGUID+66), +(12, @OGUID+67), +(12, @OGUID+68), +(12, @OGUID+69), +(12, @OGUID+70), +(12, @OGUID+71), +(12, @OGUID+72), +(12, @OGUID+73), +(12, @OGUID+74), +(12, @OGUID+75), +(12, @OGUID+76), +(12, @OGUID+77), +(12, @OGUID+78), +(12, @OGUID+79), +(12, @OGUID+80), +(12, @OGUID+81), +(12, @OGUID+82), +(12, @OGUID+83), +(12, @OGUID+84), +(12, @OGUID+85), +(12, @OGUID+86), +(12, @OGUID+87), +(12, @OGUID+88), +(12, @OGUID+89), +(12, @OGUID+90), +(12, @OGUID+91), +(12, @OGUID+92), +(12, @OGUID+93), +(12, @OGUID+94), +(12, @OGUID+95), +(12, @OGUID+96), +(12, @OGUID+97), +(12, @OGUID+98), +(12, @OGUID+99), +(12, @OGUID+100), +(12, @OGUID+101), +(12, @OGUID+102), +(12, @OGUID+103), +(12, @OGUID+104), +(12, @OGUID+105), +(12, @OGUID+106), +(12, @OGUID+107), +(12, @OGUID+108), +(12, @OGUID+109), +(12, @OGUID+110), +(12, @OGUID+111), +(12, @OGUID+112), +(12, @OGUID+113), +(12, @OGUID+114), +(12, @OGUID+115), +(12, @OGUID+116), +(12, @OGUID+117), +(12, @OGUID+118), +(12, @OGUID+119), +(12, @OGUID+120), +(12, @OGUID+121), +(12, @OGUID+122), +(12, @OGUID+123), +(12, @OGUID+124), +(12, @OGUID+125), +(12, @OGUID+126), +(12, @OGUID+127), +(12, @OGUID+128), +(12, @OGUID+129), +(12, @OGUID+130), +(12, @OGUID+131), +(12, @OGUID+132), +(12, @OGUID+133), +(12, @OGUID+134), +(12, @OGUID+135), +(12, @OGUID+136), +(12, @OGUID+137), +(12, @OGUID+138), +(12, @OGUID+139), +(12, @OGUID+140), +(12, @OGUID+141), +(12, @OGUID+142), +(12, @OGUID+143), +(12, @OGUID+144), +(12, @OGUID+145), +(12, @OGUID+146), +(12, @OGUID+147), +(12, @OGUID+148), +(12, @OGUID+149), +(12, @OGUID+150), +(12, @OGUID+151), +(12, @OGUID+152), +(12, @OGUID+153), +(12, @OGUID+154), +(12, @OGUID+155), +(12, @OGUID+156), +(12, @OGUID+157), +(12, @OGUID+158), +(12, @OGUID+159), +(12, @OGUID+160), +(12, @OGUID+161), +(12, @OGUID+162), +(12, @OGUID+163), +(12, @OGUID+164), +(12, @OGUID+165), +(12, @OGUID+166), +(12, @OGUID+167), +(12, @OGUID+168), +(12, @OGUID+169), +(12, @OGUID+170), +(12, @OGUID+171), +(12, @OGUID+172), +(12, @OGUID+173), +(12, @OGUID+174), +(12, @OGUID+175), +(12, @OGUID+176), +(12, @OGUID+177), +(12, @OGUID+178), +(12, @OGUID+179), +(12, @OGUID+180), +(12, @OGUID+181), +(12, @OGUID+182), +(12, @OGUID+183), +(12, @OGUID+184), +(12, @OGUID+185), +(12, @OGUID+186), +(12, @OGUID+187), +(12, @OGUID+188), +(12, @OGUID+189), +(12, @OGUID+190), +(12, @OGUID+191), +(12, @OGUID+192), +(12, @OGUID+193), +(12, @OGUID+194), +(12, @OGUID+195), +(12, @OGUID+196), +(12, @OGUID+197), +(12, @OGUID+198), +(12, @OGUID+199), +(12, @OGUID+200), +(12, @OGUID+201), +(12, @OGUID+202), +(12, @OGUID+203), +(12, @OGUID+204), +(12, @OGUID+205), +(12, @OGUID+206), +(12, @OGUID+207), +(12, @OGUID+208), +(12, @OGUID+209), +(12, @OGUID+210), +(12, @OGUID+211), +(12, @OGUID+212), +(12, @OGUID+213), +(12, @OGUID+214), +(12, @OGUID+215), +(12, @OGUID+216), +(12, @OGUID+217), +(12, @OGUID+218), +(12, @OGUID+219), +(12, @OGUID+220), +(12, @OGUID+221), +(12, @OGUID+222), +(12, @OGUID+223), +(12, @OGUID+224), +(12, @OGUID+225), +(12, @OGUID+226), +(12, @OGUID+227), +(12, @OGUID+228), +(12, @OGUID+229), +(12, @OGUID+230), +(12, @OGUID+231), +(12, @OGUID+232), +(12, @OGUID+233), +(12, @OGUID+234), +(12, @OGUID+235), +(12, @OGUID+236), +(12, @OGUID+237), +(12, @OGUID+238), +(12, @OGUID+239), +(12, @OGUID+240), +(12, @OGUID+241), +(12, @OGUID+242), +(12, @OGUID+243), +(12, @OGUID+244), +(12, @OGUID+245), +(12, @OGUID+246), +(12, @OGUID+247), +(12, @OGUID+248), +(12, @OGUID+249), +(12, @OGUID+250), +(12, @OGUID+251), +(12, @OGUID+252), +(12, @OGUID+253), +(12, @OGUID+254), +(12, @OGUID+255), +(12, @OGUID+256), +(12, @OGUID+257), +(12, @OGUID+258), +(12, @OGUID+259), +(12, @OGUID+260), +(12, @OGUID+261), +(12, @OGUID+262), +(12, @OGUID+263), +(12, @OGUID+264), +(12, @OGUID+265), +(12, @OGUID+266), +(12, @OGUID+267), +(12, @OGUID+268), +(12, @OGUID+269), +(12, @OGUID+270), +(12, @OGUID+271), +(12, @OGUID+272), +(12, @OGUID+273), +(12, @OGUID+274), +(12, @OGUID+275), +(12, @OGUID+276), +(12, @OGUID+277), +(12, @OGUID+278), +(12, @OGUID+279), +(12, @OGUID+280), +(12, @OGUID+281), +(12, @OGUID+282), +(12, @OGUID+283), +(12, @OGUID+284), +(12, @OGUID+285), +(12, @OGUID+286), +(12, @OGUID+287), +(12, @OGUID+288), +(12, @OGUID+289), +(12, @OGUID+290), +(12, @OGUID+291), +(12, @OGUID+292), +(12, @OGUID+293), +(12, @OGUID+294), +(12, @OGUID+295), +(12, @OGUID+296), +(12, @OGUID+297), +(12, @OGUID+298), +(12, @OGUID+299), +(12, @OGUID+300), +(12, @OGUID+301), +(12, @OGUID+302), +(12, @OGUID+303), +(12, @OGUID+304), +(12, @OGUID+305), +(12, @OGUID+306), +(12, @OGUID+307), +(12, @OGUID+308), +(12, @OGUID+309), +(12, @OGUID+310), +(12, @OGUID+311), +(12, @OGUID+312), +(12, @OGUID+313), +(12, @OGUID+314), +(12, @OGUID+315), +(12, @OGUID+316), +(12, @OGUID+317), +(12, @OGUID+318), +(12, @OGUID+319), +(12, @OGUID+320), +(12, @OGUID+321), +(12, @OGUID+322), +(12, @OGUID+323), +(12, @OGUID+324), +(12, @OGUID+325), +(12, @OGUID+326), +(12, @OGUID+327), +(12, @OGUID+328), +(12, @OGUID+329), +(12, @OGUID+330), +(12, @OGUID+331), +(12, @OGUID+332), +(12, @OGUID+333), +(12, @OGUID+334), +(12, @OGUID+335), +(12, @OGUID+336), +(12, @OGUID+337), +(12, @OGUID+338), +(12, @OGUID+339), +(12, @OGUID+340), +(12, @OGUID+341), +(12, @OGUID+342), +(12, @OGUID+343), +(12, @OGUID+344), +(12, @OGUID+345), +(12, @OGUID+346), +(12, @OGUID+347), +(12, @OGUID+348), +(12, @OGUID+349), +(12, @OGUID+350), +(12, @OGUID+351), +(12, @OGUID+352), +(12, @OGUID+353), +(12, @OGUID+354), +(12, @OGUID+355), +(12, @OGUID+356), +(12, @OGUID+357), +(12, @OGUID+358), +(12, @OGUID+359), +(12, @OGUID+360), +(12, @OGUID+361), +(12, @OGUID+362), +(12, @OGUID+363), +(12, @OGUID+364), +(12, @OGUID+365), +(12, @OGUID+366), +(12, @OGUID+367), +(12, @OGUID+368), +(12, @OGUID+369), +(12, @OGUID+370), +(12, @OGUID+371), +(12, @OGUID+372), +(12, @OGUID+373), +(12, @OGUID+374), +(12, @OGUID+375), +(12, @OGUID+376), +(12, @OGUID+377), +(12, @OGUID+378), +(12, @OGUID+379), +(12, @OGUID+380), +(12, @OGUID+381), +(12, @OGUID+382), +(12, @OGUID+383), +(12, @OGUID+384), +(12, @OGUID+385), +(12, @OGUID+386), +(12, @OGUID+387), +(12, @OGUID+388), +(12, @OGUID+389), +(12, @OGUID+390), +(12, @OGUID+391), +(12, @OGUID+392), +(12, @OGUID+393), +(12, @OGUID+394), +(12, @OGUID+395), +(12, @OGUID+396), +(12, @OGUID+397), +(12, @OGUID+398), +(12, @OGUID+399), +(12, @OGUID+400), +(12, @OGUID+401), +(12, @OGUID+402), +(12, @OGUID+403), +(12, @OGUID+404), +(12, @OGUID+405), +(12, @OGUID+406), +(12, @OGUID+407), +(12, @OGUID+408), +(12, @OGUID+409), +(12, @OGUID+410), +(12, @OGUID+411), +(12, @OGUID+412), +(12, @OGUID+413), +(12, @OGUID+414), +(12, @OGUID+415), +(12, @OGUID+416), +(12, @OGUID+417), +(12, @OGUID+418), +(12, @OGUID+419), +(12, @OGUID+420), +(12, @OGUID+421), +(12, @OGUID+422), +(12, @OGUID+423), +(12, @OGUID+424), +(12, @OGUID+425), +(12, @OGUID+426), +(12, @OGUID+427), +(12, @OGUID+428), +(12, @OGUID+429), +(12, @OGUID+430), +(12, @OGUID+431), +(12, @OGUID+432), +(12, @OGUID+433), +(12, @OGUID+434), +(12, @OGUID+435), +(12, @OGUID+436), +(12, @OGUID+437), +(12, @OGUID+438), +(12, @OGUID+439), +(12, @OGUID+440), +(12, @OGUID+441), +(12, @OGUID+442), +(12, @OGUID+443), +(12, @OGUID+444), +(12, @OGUID+445), +(12, @OGUID+446), +(12, @OGUID+447), +(12, @OGUID+448), +(12, @OGUID+449), +(12, @OGUID+450), +(12, @OGUID+451), +(12, @OGUID+452), +(12, @OGUID+453), +(12, @OGUID+454), +(12, @OGUID+455), +(12, @OGUID+456), +(12, @OGUID+457), +(12, @OGUID+458), +(12, @OGUID+459), +(12, @OGUID+460), +(12, @OGUID+461), +(12, @OGUID+462), +(12, @OGUID+463), +(12, @OGUID+464), +(12, @OGUID+465), +(12, @OGUID+466), +(12, @OGUID+467), +(12, @OGUID+468), +(12, @OGUID+469), +(12, @OGUID+470), +(12, @OGUID+471), +(12, @OGUID+472), +(12, @OGUID+473), +(12, @OGUID+474), +(12, @OGUID+475), +(12, @OGUID+476), +(12, @OGUID+477), +(12, @OGUID+478), +(12, @OGUID+479), +(12, @OGUID+480), +(12, @OGUID+481), +(12, @OGUID+482), +(12, @OGUID+483), +(12, @OGUID+484), +(12, @OGUID+485), +(12, @OGUID+486), +(12, @OGUID+487), +(12, @OGUID+488), +(12, @OGUID+489), +(12, @OGUID+490), +(12, @OGUID+491), +(12, @OGUID+492), +(12, @OGUID+493), +(12, @OGUID+494), +(12, @OGUID+495), +(12, @OGUID+496), +(12, @OGUID+497), +(12, @OGUID+498), +(12, @OGUID+499), +(12, @OGUID+500), +(12, @OGUID+501), +(12, @OGUID+502), +(12, @OGUID+503), +(12, @OGUID+504), +(12, @OGUID+505), +(12, @OGUID+506), +(12, @OGUID+507), +(12, @OGUID+508), +(12, @OGUID+509), +(12, @OGUID+510), +(12, @OGUID+511), +(12, @OGUID+512), +(12, @OGUID+513), +(12, @OGUID+514), +(12, @OGUID+515), +(12, @OGUID+516), +(12, @OGUID+517), +(12, @OGUID+518), +(12, @OGUID+519), +(12, @OGUID+520), +(12, @OGUID+521), +(12, @OGUID+522), +(12, @OGUID+523), +(12, @OGUID+524), +(12, @OGUID+525), +(12, @OGUID+526), +(12, @OGUID+527), +(12, @OGUID+528), +(12, @OGUID+529), +(12, @OGUID+530), +(12, @OGUID+531), +(12, @OGUID+532), +(12, @OGUID+533), +(12, @OGUID+534), +(12, @OGUID+535), +(12, @OGUID+536), +(12, @OGUID+537), +(12, @OGUID+538), +(12, @OGUID+539), +(12, @OGUID+540), +(12, @OGUID+541), +(12, @OGUID+542), +(12, @OGUID+543), +(12, @OGUID+544), +(12, @OGUID+545), +(12, @OGUID+546), +(12, @OGUID+547), +(12, @OGUID+548), +(12, @OGUID+549), +(12, @OGUID+550), +(12, @OGUID+551), +(12, @OGUID+552), +(12, @OGUID+553), +(12, @OGUID+554), +(12, @OGUID+555), +(12, @OGUID+556), +(12, @OGUID+557), +(12, @OGUID+558), +(12, @OGUID+559), +(12, @OGUID+560), +(12, @OGUID+561), +(12, @OGUID+562), +(12, @OGUID+563), +(12, @OGUID+564), +(12, @OGUID+565), +(12, @OGUID+566), +(12, @OGUID+567), +(12, @OGUID+568), +(12, @OGUID+569), +(12, @OGUID+570), +(12, @OGUID+571), +(12, @OGUID+572), +(12, @OGUID+573), +(12, @OGUID+574), +(12, @OGUID+575), +(12, @OGUID+576), +(12, @OGUID+577), +(12, @OGUID+578), +(12, @OGUID+579), +(12, @OGUID+580), +(12, @OGUID+581), +(12, @OGUID+582), +(12, @OGUID+583), +(12, @OGUID+584), +(12, @OGUID+585), +(12, @OGUID+586), +(12, @OGUID+587), +(12, @OGUID+588), +(12, @OGUID+589), +(12, @OGUID+590), +(12, @OGUID+591), +(12, @OGUID+592), +(12, @OGUID+593), +(12, @OGUID+594), +(12, @OGUID+595), +(12, @OGUID+596), +(12, @OGUID+597), +(12, @OGUID+598), +(12, @OGUID+599), +(12, @OGUID+600), +(12, @OGUID+601), +(12, @OGUID+602), +(12, @OGUID+603), +(12, @OGUID+604), +(12, @OGUID+605), +(12, @OGUID+606), +(12, @OGUID+607), +(12, @OGUID+608), +(12, @OGUID+609), +(12, @OGUID+610), +(12, @OGUID+611), +(12, @OGUID+612), +(12, @OGUID+613), +(12, @OGUID+614), +(12, @OGUID+615), +(12, @OGUID+616), +(12, @OGUID+617), +(12, @OGUID+618), +(12, @OGUID+619), +(12, @OGUID+620), +(12, @OGUID+621), +(12, @OGUID+622), +(12, @OGUID+623), +(12, @OGUID+624), +(12, @OGUID+625), +(12, @OGUID+626), +(12, @OGUID+627), +(12, @OGUID+628), +(12, @OGUID+629), +(12, @OGUID+630), +(12, @OGUID+631), +(12, @OGUID+632), +(12, @OGUID+633), +(12, @OGUID+634), +(12, @OGUID+635), +(12, @OGUID+636), +(12, @OGUID+637), +(12, @OGUID+638), +(12, @OGUID+639), +(12, @OGUID+640), +(12, @OGUID+641), +(12, @OGUID+642), +(12, @OGUID+643), +(12, @OGUID+644), +(12, @OGUID+645), +(12, @OGUID+646), +(12, @OGUID+647), +(12, @OGUID+648), +(12, @OGUID+649), +(12, @OGUID+650), +(12, @OGUID+651), +(12, @OGUID+652), +(12, @OGUID+653), +(12, @OGUID+654), +(12, @OGUID+655), +(12, @OGUID+656), +(12, @OGUID+657), +(12, @OGUID+658), +(12, @OGUID+659), +(12, @OGUID+660), +(12, @OGUID+661), +(12, @OGUID+662), +(12, @OGUID+663), +(12, @OGUID+664), +(12, @OGUID+665), +(12, @OGUID+666), +(12, @OGUID+667), +(12, @OGUID+668), +(12, @OGUID+669), +(12, @OGUID+670), +(12, @OGUID+671), +(12, @OGUID+672), +(12, @OGUID+673), +(12, @OGUID+674), +(12, @OGUID+675), +(12, @OGUID+676), +(12, @OGUID+677), +(12, @OGUID+678), +(12, @OGUID+679), +(12, @OGUID+680), +(12, @OGUID+681), +(12, @OGUID+682), +(12, @OGUID+683), +(12, @OGUID+684), +(12, @OGUID+685), +(12, @OGUID+686), +(12, @OGUID+687), +(12, @OGUID+688), +(12, @OGUID+689), +(12, @OGUID+690), +(12, @OGUID+691), +(12, @OGUID+692), +(12, @OGUID+693), +(12, @OGUID+694), +(12, @OGUID+695), +(12, @OGUID+696), +(12, @OGUID+697), +(12, @OGUID+698), +(12, @OGUID+699), +(12, @OGUID+700), +(12, @OGUID+701), +(12, @OGUID+702), +(12, @OGUID+703), +(12, @OGUID+704), +(12, @OGUID+705), +(12, @OGUID+706), +(12, @OGUID+707), +(12, @OGUID+708), +(12, @OGUID+709), +(12, @OGUID+710), +(12, @OGUID+711), +(12, @OGUID+712), +(12, @OGUID+713), +(12, @OGUID+714), +(12, @OGUID+715), +(12, @OGUID+716), +(12, @OGUID+717), +(12, @OGUID+718), +(12, @OGUID+719), +(12, @OGUID+720), +(12, @OGUID+721), +(12, @OGUID+722), +(12, @OGUID+723), +(12, @OGUID+724), +(12, @OGUID+725), +(12, @OGUID+726), +(12, @OGUID+727), +(12, @OGUID+728), +(12, @OGUID+729), +(12, @OGUID+730), +(12, @OGUID+731), +(12, @OGUID+732), +(12, @OGUID+733), +(12, @OGUID+734), +(12, @OGUID+735), +(12, @OGUID+736), +(12, @OGUID+737), +(12, @OGUID+738), +(12, @OGUID+739), +(12, @OGUID+740), +(12, @OGUID+741), +(12, @OGUID+742), +(12, @OGUID+743), +(12, @OGUID+744), +(12, @OGUID+745), +(12, @OGUID+746), +(12, @OGUID+747), +(12, @OGUID+748), +(12, @OGUID+749), +(12, @OGUID+750), +(12, @OGUID+751), +(12, @OGUID+752), +(12, @OGUID+753), +(12, @OGUID+754), +(12, @OGUID+755), +(12, @OGUID+756), +(12, @OGUID+757), +(12, @OGUID+758), +(12, @OGUID+759), +(12, @OGUID+760), +(12, @OGUID+761), +(12, @OGUID+762), +(12, @OGUID+763), +(12, @OGUID+764), +(12, @OGUID+765), +(12, @OGUID+766), +(12, @OGUID+767), +(12, @OGUID+768), +(12, @OGUID+769), +(12, @OGUID+770), +(12, @OGUID+771), +(12, @OGUID+772), +(12, @OGUID+773), +(12, @OGUID+774), +(12, @OGUID+775), +(12, @OGUID+776), +(12, @OGUID+777), +(12, @OGUID+778), +(12, @OGUID+779), +(12, @OGUID+780), +(12, @OGUID+781), +(12, @OGUID+782), +(12, @OGUID+783), +(12, @OGUID+784), +(12, @OGUID+785), +(12, @OGUID+786), +(12, @OGUID+787), +(12, @OGUID+788), +(12, @OGUID+789), +(12, @OGUID+790), +(12, @OGUID+791), +(12, @OGUID+792), +(12, @OGUID+793), +(12, @OGUID+794), +(12, @OGUID+795), +(12, @OGUID+796), +(12, @OGUID+797), +(12, @OGUID+798), +(12, @OGUID+799), +(12, @OGUID+800), +(12, @OGUID+801), +(12, @OGUID+802), +(12, @OGUID+803), +(12, @OGUID+804), +(12, @OGUID+805), +(12, @OGUID+806), +(12, @OGUID+807), +(12, @OGUID+808), +(12, @OGUID+809), +(12, @OGUID+810), +(12, @OGUID+811), +(12, @OGUID+812), +(12, @OGUID+813), +(12, @OGUID+814), +(12, @OGUID+815), +(12, @OGUID+816), +(12, @OGUID+817), +(12, @OGUID+818), +(12, @OGUID+819), +(12, @OGUID+820), +(12, @OGUID+821), +(12, @OGUID+822), +(12, @OGUID+823), +(12, @OGUID+824), +(12, @OGUID+825), +(12, @OGUID+826), +(12, @OGUID+827), +(12, @OGUID+828), +(12, @OGUID+829), +(12, @OGUID+830), +(12, @OGUID+831), +(12, @OGUID+832), +(12, @OGUID+833), +(12, @OGUID+834), +(12, @OGUID+835), +(12, @OGUID+836), +(12, @OGUID+837), +(12, @OGUID+838), +(12, @OGUID+839), +(12, @OGUID+840), +(12, @OGUID+841), +(12, @OGUID+842), +(12, @OGUID+843), +(12, @OGUID+844), +(12, @OGUID+845), +(12, @OGUID+846), +(12, @OGUID+847), +(12, @OGUID+848), +(12, @OGUID+849), +(12, @OGUID+850), +(12, @OGUID+851), +(12, @OGUID+852), +(12, @OGUID+853), +(12, @OGUID+854), +(12, @OGUID+855), +(12, @OGUID+856), +(12, @OGUID+857), +(12, @OGUID+858), +(12, @OGUID+859), +(12, @OGUID+860), +(12, @OGUID+861), +(12, @OGUID+862), +(12, @OGUID+863), +(12, @OGUID+864), +(12, @OGUID+865), +(12, @OGUID+866), +(12, @OGUID+867), +(12, @OGUID+868), +(12, @OGUID+869), +(12, @OGUID+870), +(12, @OGUID+871), +(12, @OGUID+872), +(12, @OGUID+873), +(12, @OGUID+874), +(12, @OGUID+875), +(12, @OGUID+876), +(12, @OGUID+877), +(12, @OGUID+878), +(12, @OGUID+879), +(12, @OGUID+880), +(12, @OGUID+881), +(12, @OGUID+882), +(12, @OGUID+883), +(12, @OGUID+884), +(12, @OGUID+885), +(12, @OGUID+886), +(12, @OGUID+887), +(12, @OGUID+888), +(12, @OGUID+889), +(12, @OGUID+890), +(12, @OGUID+891), +(12, @OGUID+892), +(12, @OGUID+893), +(12, @OGUID+894), +(12, @OGUID+895), +(12, @OGUID+896), +(12, @OGUID+897), +(12, @OGUID+898), +(12, @OGUID+899), +(12, @OGUID+900), +(12, @OGUID+901), +(12, @OGUID+902), +(12, @OGUID+903), +(12, @OGUID+904), +(12, @OGUID+905), +(12, @OGUID+906), +(12, @OGUID+907), +(12, @OGUID+908), +(12, @OGUID+909), +(12, @OGUID+910), +(12, @OGUID+911), +(12, @OGUID+912), +(12, @OGUID+913), +(12, @OGUID+914), +(12, @OGUID+915), +(12, @OGUID+916), +(12, @OGUID+917), +(12, @OGUID+918), +(12, @OGUID+919), +(12, @OGUID+920), +(12, @OGUID+921), +(12, @OGUID+922), +(12, @OGUID+923), +(12, @OGUID+924), +(12, @OGUID+925), +(12, @OGUID+926), +(12, @OGUID+927), +(12, @OGUID+928), +(12, @OGUID+929), +(12, @OGUID+930), +(12, @OGUID+931), +(12, @OGUID+932), +(12, @OGUID+933), +(12, @OGUID+934), +(12, @OGUID+935), +(12, @OGUID+936), +(12, @OGUID+937), +(12, @OGUID+938), +(12, @OGUID+939), +(12, @OGUID+940), +(12, @OGUID+941), +(12, @OGUID+942), +(12, @OGUID+943), +(12, @OGUID+944), +(12, @OGUID+945), +(12, @OGUID+946), +(12, @OGUID+947), +(12, @OGUID+948), +(12, @OGUID+949), +(12, @OGUID+950), +(12, @OGUID+951), +(12, @OGUID+952), +(12, @OGUID+953), +(12, @OGUID+954), +(12, @OGUID+955), +(12, @OGUID+956), +(12, @OGUID+957), +(12, @OGUID+958), +(12, @OGUID+959), +(12, @OGUID+960), +(12, @OGUID+961), +(12, @OGUID+962), +(12, @OGUID+963), +(12, @OGUID+964), +(12, @OGUID+965), +(12, @OGUID+966), +(12, @OGUID+967), +(12, @OGUID+968), +(12, @OGUID+969), +(12, @OGUID+970), +(12, @OGUID+971), +(12, @OGUID+972), +(12, @OGUID+973), +(12, @OGUID+974), +(12, @OGUID+975), +(12, @OGUID+976), +(12, @OGUID+977), +(12, @OGUID+978), +(12, @OGUID+979), +(12, @OGUID+980), +(12, @OGUID+981), +(12, @OGUID+982), +(12, @OGUID+983), +(12, @OGUID+984), +(12, @OGUID+985), +(12, @OGUID+986), +(12, @OGUID+987), +(12, @OGUID+988), +(12, @OGUID+989), +(12, @OGUID+990), +(12, @OGUID+991), +(12, @OGUID+992), +(12, @OGUID+993), +(12, @OGUID+994), +(12, @OGUID+995), +(12, @OGUID+996), +(12, @OGUID+997), +(12, @OGUID+998), +(12, @OGUID+999), +(12, @OGUID+1000), +(12, @OGUID+1001), +(12, @OGUID+1002), +(12, @OGUID+1003), +(12, @OGUID+1004), +(12, @OGUID+1005), +(12, @OGUID+1006), +(12, @OGUID+1007), +(12, @OGUID+1008), +(12, @OGUID+1009), +(12, @OGUID+1010), +(12, @OGUID+1011), +(12, @OGUID+1012), +(12, @OGUID+1013), +(12, @OGUID+1014), +(12, @OGUID+1015), +(12, @OGUID+1016), +(12, @OGUID+1017), +(12, @OGUID+1018), +(12, @OGUID+1019), +(12, @OGUID+1020), +(12, @OGUID+1021), +(12, @OGUID+1022), +(12, @OGUID+1023), +(12, @OGUID+1024), +(12, @OGUID+1025), +(12, @OGUID+1026), +(12, @OGUID+1027), +(12, @OGUID+1028), +(12, @OGUID+1029), +(12, @OGUID+1030), +(12, @OGUID+1031), +(12, @OGUID+1032), +(12, @OGUID+1033), +(12, @OGUID+1034), +(12, @OGUID+1035), +(12, @OGUID+1036), +(12, @OGUID+1037), +(12, @OGUID+1038), +(12, @OGUID+1039), +(12, @OGUID+1040), +(12, @OGUID+1041), +(12, @OGUID+1042), +(12, @OGUID+1043), +(12, @OGUID+1044), +(12, @OGUID+1045), +(12, @OGUID+1046), +(12, @OGUID+1047), +(12, @OGUID+1048), +(12, @OGUID+1049), +(12, @OGUID+1050), +(12, @OGUID+1051), +(12, @OGUID+1052), +(12, @OGUID+1053), +(12, @OGUID+1054), +(12, @OGUID+1055), +(12, @OGUID+1056), +(12, @OGUID+1057), +(12, @OGUID+1058), +(12, @OGUID+1059), +(12, @OGUID+1060), +(12, @OGUID+1061), +(12, @OGUID+1062), +(12, @OGUID+1063), +(12, @OGUID+1064), +(12, @OGUID+1065), +(12, @OGUID+1066), +(12, @OGUID+1067), +(12, @OGUID+1068), +(12, @OGUID+1069), +(12, @OGUID+1070), +(12, @OGUID+1071), +(12, @OGUID+1072), +(12, @OGUID+1073), +(12, @OGUID+1074), +(12, @OGUID+1075), +(12, @OGUID+1076), +(12, @OGUID+1077), +(12, @OGUID+1078), +(12, @OGUID+1079), +(12, @OGUID+1080), +(12, @OGUID+1081), +(12, @OGUID+1082), +(12, @OGUID+1083), +(12, @OGUID+1084), +(12, @OGUID+1085), +(12, @OGUID+1086), +(12, @OGUID+1087), +(12, @OGUID+1088), +(12, @OGUID+1089), +(12, @OGUID+1090), +(12, @OGUID+1091), +(12, @OGUID+1092), +(12, @OGUID+1093), +(12, @OGUID+1094), +(12, @OGUID+1095), +(12, @OGUID+1096), +(12, @OGUID+1097), +(12, @OGUID+1098), +(12, @OGUID+1099), +(12, @OGUID+1100), +(12, @OGUID+1101), +(12, @OGUID+1102), +(12, @OGUID+1103), +(12, @OGUID+1104), +(12, @OGUID+1105), +(12, @OGUID+1106), +(12, @OGUID+1107), +(12, @OGUID+1108), +(12, @OGUID+1109), +(12, @OGUID+1110), +(12, @OGUID+1111), +(12, @OGUID+1112), +(12, @OGUID+1113), +(12, @OGUID+1114), +(12, @OGUID+1115), +(12, @OGUID+1116), +(12, @OGUID+1117), +(12, @OGUID+1118), +(12, @OGUID+1119), +(12, @OGUID+1120), +(12, @OGUID+1121), +(12, @OGUID+1122), +(12, @OGUID+1123), +(12, @OGUID+1124), +(12, @OGUID+1125), +(12, @OGUID+1126), +(12, @OGUID+1127), +(12, @OGUID+1128), +(12, @OGUID+1129), +(12, @OGUID+1130), +(12, @OGUID+1131), +(12, @OGUID+1132), +(12, @OGUID+1133), +(12, @OGUID+1134), +(12, @OGUID+1135), +(12, @OGUID+1136), +(12, @OGUID+1137), +(12, @OGUID+1138), +(12, @OGUID+1139), +(12, @OGUID+1140), +(12, @OGUID+1141), +(12, @OGUID+1142), +(12, @OGUID+1143), +(12, @OGUID+1144), +(12, @OGUID+1145), +(12, @OGUID+1146), +(12, @OGUID+1147), +(12, @OGUID+1148), +(12, @OGUID+1149), +(12, @OGUID+1150), +(12, @OGUID+1151), +(12, @OGUID+1152), +(12, @OGUID+1153), +(12, @OGUID+1154), +(12, @OGUID+1155), +(12, @OGUID+1156), +(12, @OGUID+1157), +(12, @OGUID+1158), +(12, @OGUID+1159), +(12, @OGUID+1160), +(12, @OGUID+1161), +(12, @OGUID+1162), +(12, @OGUID+1163), +(12, @OGUID+1164), +(12, @OGUID+1165), +(12, @OGUID+1166), +(12, @OGUID+1167), +(12, @OGUID+1168), +(12, @OGUID+1169), +(12, @OGUID+1170), +(12, @OGUID+1171), +(12, @OGUID+1172), +(12, @OGUID+1173), +(12, @OGUID+1174), +(12, @OGUID+1175), +(12, @OGUID+1176), +(12, @OGUID+1177), +(12, @OGUID+1178), +(12, @OGUID+1179), +(12, @OGUID+1180), +(12, @OGUID+1181), +(12, @OGUID+1182), +(12, @OGUID+1183), +(12, @OGUID+1184), +(12, @OGUID+1185), +(12, @OGUID+1186), +(12, @OGUID+1187), +(12, @OGUID+1188), +(12, @OGUID+1189), +(12, @OGUID+1190), +(12, @OGUID+1191), +(12, @OGUID+1192), +(12, @OGUID+1193), +(12, @OGUID+1194), +(12, @OGUID+1195), +(12, @OGUID+1196), +(12, @OGUID+1197), +(12, @OGUID+1198), +(12, @OGUID+1199), +(12, @OGUID+1200), +(12, @OGUID+1201), +(12, @OGUID+1202), +(12, @OGUID+1203), +(12, @OGUID+1204), +(12, @OGUID+1205), +(12, @OGUID+1206), +(12, @OGUID+1207), +(12, @OGUID+1208), +(12, @OGUID+1209), +(12, @OGUID+1210), +(12, @OGUID+1211), +(12, @OGUID+1212), +(12, @OGUID+1213), +(12, @OGUID+1214), +(12, @OGUID+1215), +(12, @OGUID+1216), +(12, @OGUID+1217), +(12, @OGUID+1218), +(12, @OGUID+1219), +(12, @OGUID+1220), +(12, @OGUID+1221), +(12, @OGUID+1222), +(12, @OGUID+1223), +(12, @OGUID+1224), +(12, @OGUID+1225), +(12, @OGUID+1226), +(12, @OGUID+1227), +(12, @OGUID+1228), +(12, @OGUID+1229), +(12, @OGUID+1230), +(12, @OGUID+1231), +(12, @OGUID+1232), +(12, @OGUID+1233), +(12, @OGUID+1234), +(12, @OGUID+1235), +(12, @OGUID+1236), +(12, @OGUID+1237), +(12, @OGUID+1238), +(12, @OGUID+1239), +(12, @OGUID+1240), +(12, @OGUID+1241), +(12, @OGUID+1242), +(12, @OGUID+1243), +(12, @OGUID+1244), +(12, @OGUID+1245), +(12, @OGUID+1246), +(12, @OGUID+1247), +(12, @OGUID+1248), +(12, @OGUID+1249), +(12, @OGUID+1250), +(12, @OGUID+1251), +(12, @OGUID+1252), +(12, @OGUID+1253), +(12, @OGUID+1254), +(12, @OGUID+1255), +(12, @OGUID+1256), +(12, @OGUID+1257), +(12, @OGUID+1258), +(12, @OGUID+1259), +(12, @OGUID+1260), +(12, @OGUID+1261), +(12, @OGUID+1262), +(12, @OGUID+1263), +(12, @OGUID+1264), +(12, @OGUID+1265), +(12, @OGUID+1266), +(12, @OGUID+1267), +(12, @OGUID+1268), +(12, @OGUID+1269), +(12, @OGUID+1270), +(12, @OGUID+1271), +(12, @OGUID+1272), +(12, @OGUID+1273), +(12, @OGUID+1274), +(12, @OGUID+1275), +(12, @OGUID+1276), +(12, @OGUID+1277), +(12, @OGUID+1278), +(12, @OGUID+1279), +(12, @OGUID+1280), +(12, @OGUID+1281), +(12, @OGUID+1282), +(12, @OGUID+1283), +(12, @OGUID+1284), +(12, @OGUID+1285), +(12, @OGUID+1286), +(12, @OGUID+1287), +(12, @OGUID+1288), +(12, @OGUID+1289), +(12, @OGUID+1290), +(12, @OGUID+1291), +(12, @OGUID+1292), +(12, @OGUID+1293), +(12, @OGUID+1294), +(12, @OGUID+1295), +(12, @OGUID+1296), +(12, @OGUID+1297), +(12, @OGUID+1298), +(12, @OGUID+1299), +(12, @OGUID+1300), +(12, @OGUID+1301), +(12, @OGUID+1302), +(12, @OGUID+1303), +(12, @OGUID+1304), +(12, @OGUID+1305), +(12, @OGUID+1306), +(12, @OGUID+1307), +(12, @OGUID+1308), +(12, @OGUID+1309), +(12, @OGUID+1310), +(12, @OGUID+1311), +(12, @OGUID+1312), +(12, @OGUID+1313), +(12, @OGUID+1314), +(12, @OGUID+1315), +(12, @OGUID+1316), +(12, @OGUID+1317), +(12, @OGUID+1318), +(12, @OGUID+1319), +(12, @OGUID+1320), +(12, @OGUID+1321), +(12, @OGUID+1322), +(12, @OGUID+1323), +(12, @OGUID+1324), +(12, @OGUID+1325), +(12, @OGUID+1326), +(12, @OGUID+1327), +(12, @OGUID+1328), +(12, @OGUID+1329), +(12, @OGUID+1330), +(12, @OGUID+1331), +(12, @OGUID+1332), +(12, @OGUID+1333), +(12, @OGUID+1334), +(12, @OGUID+1335), +(12, @OGUID+1336), +(12, @OGUID+1337), +(12, @OGUID+1338), +(12, @OGUID+1339), +(12, @OGUID+1340), +(12, @OGUID+1341), +(12, @OGUID+1342), +(12, @OGUID+1343), +(12, @OGUID+1344), +(12, @OGUID+1345), +(12, @OGUID+1346), +(12, @OGUID+1347), +(12, @OGUID+1348), +(12, @OGUID+1349), +(12, @OGUID+1350), +(12, @OGUID+1351), +(12, @OGUID+1352), +(12, @OGUID+1353), +(12, @OGUID+1354), +(12, @OGUID+1355), +(12, @OGUID+1356), +(12, @OGUID+1357), +(12, @OGUID+1358), +(12, @OGUID+1359), +(12, @OGUID+1360), +(12, @OGUID+1361), +(12, @OGUID+1362), +(12, @OGUID+1363), +(12, @OGUID+1364), +(12, @OGUID+1365), +(12, @OGUID+1366), +(12, @OGUID+1367), +(12, @OGUID+1368), +(12, @OGUID+1369), +(12, @OGUID+1370), +(12, @OGUID+1371), +(12, @OGUID+1372), +(12, @OGUID+1373), +(12, @OGUID+1374), +(12, @OGUID+1375), +(12, @OGUID+1376), +(12, @OGUID+1377), +(12, @OGUID+1378), +(12, @OGUID+1379), +(12, @OGUID+1380), +(12, @OGUID+1381), +(12, @OGUID+1382), +(12, @OGUID+1383), +(12, @OGUID+1384), +(12, @OGUID+1385), +(12, @OGUID+1386), +(12, @OGUID+1387), +(12, @OGUID+1388), +(12, @OGUID+1389), +(12, @OGUID+1390), +(12, @OGUID+1391), +(12, @OGUID+1392), +(12, @OGUID+1393), +(12, @OGUID+1394), +(12, @OGUID+1395), +(12, @OGUID+1396), +(12, @OGUID+1397), +(12, @OGUID+1398), +(12, @OGUID+1399), +(12, @OGUID+1400), +(12, @OGUID+1401), +(12, @OGUID+1402), +(12, @OGUID+1403), +(12, @OGUID+1404), +(12, @OGUID+1405), +(12, @OGUID+1406), +(12, @OGUID+1407), +(12, @OGUID+1408), +(12, @OGUID+1409), +(12, @OGUID+1410), +(12, @OGUID+1411), +(12, @OGUID+1412), +(12, @OGUID+1413), +(12, @OGUID+1414), +(12, @OGUID+1415), +(12, @OGUID+1416), +(12, @OGUID+1417), +(12, @OGUID+1418), +(12, @OGUID+1419), +(12, @OGUID+1420), +(12, @OGUID+1421), +(12, @OGUID+1422), +(12, @OGUID+1423), +(12, @OGUID+1424), +(12, @OGUID+1425), +(12, @OGUID+1426), +(12, @OGUID+1427), +(12, @OGUID+1428), +(12, @OGUID+1429), +(12, @OGUID+1430), +(12, @OGUID+1431), +(12, @OGUID+1432), +(12, @OGUID+1433), +(12, @OGUID+1434), +(12, @OGUID+1435), +(12, @OGUID+1436), +(12, @OGUID+1437), +(12, @OGUID+1438), +(12, @OGUID+1439), +(12, @OGUID+1440), +(12, @OGUID+1441), +(12, @OGUID+1442), +(12, @OGUID+1443), +(12, @OGUID+1444), +(12, @OGUID+1445), +(12, @OGUID+1446), +(12, @OGUID+1447), +(12, @OGUID+1448), +(12, @OGUID+1449), +(12, @OGUID+1450), +(12, @OGUID+1451), +(12, @OGUID+1452), +(12, @OGUID+1453), +(12, @OGUID+1454), +(12, @OGUID+1455), +(12, @OGUID+1456), +(12, @OGUID+1457), +(12, @OGUID+1458), +(12, @OGUID+1459), +(12, @OGUID+1460), +(12, @OGUID+1461), +(12, @OGUID+1462), +(12, @OGUID+1463), +(12, @OGUID+1464), +(12, @OGUID+1465), +(12, @OGUID+1466), +(12, @OGUID+1467), +(12, @OGUID+1468), +(12, @OGUID+1469), +(12, @OGUID+1470), +(12, @OGUID+1471), +(12, @OGUID+1472), +(12, @OGUID+1473), +(12, @OGUID+1474), +(12, @OGUID+1475), +(12, @OGUID+1476), +(12, @OGUID+1477), +(12, @OGUID+1478), +(12, @OGUID+1479), +(12, @OGUID+1480), +(12, @OGUID+1481), +(12, @OGUID+1482), +(12, @OGUID+1483), +(12, @OGUID+1484), +(12, @OGUID+1485), +(12, @OGUID+1486), +(12, @OGUID+1487), +(12, @OGUID+1488), +(12, @OGUID+1489), +(12, @OGUID+1490), +(12, @OGUID+1491), +(12, @OGUID+1492), +(12, @OGUID+1493), +(12, @OGUID+1494), +(12, @OGUID+1495), +(12, @OGUID+1496), +(12, @OGUID+1497), +(12, @OGUID+1498), +(12, @OGUID+1499), +(12, @OGUID+1500), +(12, @OGUID+1501), +(12, @OGUID+1502), +(12, @OGUID+1503), +(12, @OGUID+1504), +(12, @OGUID+1505), +(12, @OGUID+1506), +(12, @OGUID+1507), +(12, @OGUID+1508), +(12, @OGUID+1509), +(12, @OGUID+1510), +(12, @OGUID+1511), +(12, @OGUID+1512), +(12, @OGUID+1513), +(12, @OGUID+1514), +(12, @OGUID+1515), +(12, @OGUID+1516), +(12, @OGUID+1517), +(12, @OGUID+1518), +(12, @OGUID+1519), +(12, @OGUID+1520), +(12, @OGUID+1521), +(12, @OGUID+1522), +(12, @OGUID+1523), +(12, @OGUID+1524), +(12, @OGUID+1525), +(12, @OGUID+1526), +(12, @OGUID+1527), +(12, @OGUID+1528), +(12, @OGUID+1529), +(12, @OGUID+1530), +(12, @OGUID+1531), +(12, @OGUID+1532), +(12, @OGUID+1533), +(12, @OGUID+1534), +(12, @OGUID+1535), +(12, @OGUID+1536), +(12, @OGUID+1537), +(12, @OGUID+1538), +(12, @OGUID+1539), +(12, @OGUID+1540), +(12, @OGUID+1541), +(12, @OGUID+1542), +(12, @OGUID+1543), +(12, @OGUID+1544), +(12, @OGUID+1545), +(12, @OGUID+1546), +(12, @OGUID+1547), +(12, @OGUID+1548), +(12, @OGUID+1549), +(12, @OGUID+1550), +(12, @OGUID+1551), +(12, @OGUID+1552), +(12, @OGUID+1553), +(12, @OGUID+1554), +(12, @OGUID+1555), +(12, @OGUID+1556), +(12, @OGUID+1557), +(12, @OGUID+1558), +(12, @OGUID+1559), +(12, @OGUID+1560), +(12, @OGUID+1561), +(12, @OGUID+1562), +(12, @OGUID+1563), +(12, @OGUID+1564), +(12, @OGUID+1565), +(12, @OGUID+1566), +(12, @OGUID+1567), +(12, @OGUID+1568), +(12, @OGUID+1569), +(12, @OGUID+1570), +(12, @OGUID+1571), +(12, @OGUID+1572), +(12, @OGUID+1573), +(12, @OGUID+1574), +(12, @OGUID+1575), +(12, @OGUID+1576), +(12, @OGUID+1577), +(12, @OGUID+1578), +(12, @OGUID+1579), +(12, @OGUID+1580), +(12, @OGUID+1581), +(12, @OGUID+1582), +(12, @OGUID+1583), +(12, @OGUID+1584), +(12, @OGUID+1585), +(12, @OGUID+1586), +(12, @OGUID+1587), +(12, @OGUID+1588), +(12, @OGUID+1589), +(12, @OGUID+1590), +(12, @OGUID+1591), +(12, @OGUID+1592), +(12, @OGUID+1593), +(12, @OGUID+1594), +(12, @OGUID+1595), +(12, @OGUID+1596), +(12, @OGUID+1597), +(12, @OGUID+1598), +(12, @OGUID+1599), +(12, @OGUID+1600), +(12, @OGUID+1601), +(12, @OGUID+1602), +(12, @OGUID+1603), +(12, @OGUID+1604), +(12, @OGUID+1605), +(12, @OGUID+1606), +(12, @OGUID+1607), +(12, @OGUID+1608), +(12, @OGUID+1609), +(12, @OGUID+1610), +(12, @OGUID+1611), +(12, @OGUID+1612), +(12, @OGUID+1613), +(12, @OGUID+1614), +(12, @OGUID+1615), +(12, @OGUID+1616), +(12, @OGUID+1617), +(12, @OGUID+1618), +(12, @OGUID+1619), +(12, @OGUID+1620), +(12, @OGUID+1621), +(12, @OGUID+1622), +(12, @OGUID+1623), +(12, @OGUID+1624), +(12, @OGUID+1625), +(12, @OGUID+1626), +(12, @OGUID+1627), +(12, @OGUID+1628), +(12, @OGUID+1629), +(12, @OGUID+1630), +(12, @OGUID+1631), +(12, @OGUID+1632), +(12, @OGUID+1633), +(12, @OGUID+1634), +(12, @OGUID+1635), +(12, @OGUID+1636), +(12, @OGUID+1637), +(12, @OGUID+1638), +(12, @OGUID+1639), +(12, @OGUID+1640), +(12, @OGUID+1641), +(12, @OGUID+1642), +(12, @OGUID+1643), +(12, @OGUID+1644), +(12, @OGUID+1645), +(12, @OGUID+1646), +(12, @OGUID+1647), +(12, @OGUID+1648), +(12, @OGUID+1649), +(12, @OGUID+1650), +(12, @OGUID+1651), +(12, @OGUID+1652), +(12, @OGUID+1653), +(12, @OGUID+1654), +(12, @OGUID+1655), +(12, @OGUID+1656), +(12, @OGUID+1657), +(12, @OGUID+1658), +(12, @OGUID+1659), +(12, @OGUID+1660), +(12, @OGUID+1661), +(12, @OGUID+1662), +(12, @OGUID+1663), +(12, @OGUID+1664), +(12, @OGUID+1665), +(12, @OGUID+1666), +(12, @OGUID+1667), +(12, @OGUID+1668), +(12, @OGUID+1669), +(12, @OGUID+1670), +(12, @OGUID+1671), +(12, @OGUID+1672), +(12, @OGUID+1673), +(12, @OGUID+1674), +(12, @OGUID+1675), +(12, @OGUID+1676), +(12, @OGUID+1677), +(12, @OGUID+1678), +(12, @OGUID+1679), +(12, @OGUID+1680), +(12, @OGUID+1681), +(12, @OGUID+1682), +(12, @OGUID+1683), +(12, @OGUID+1684), +(12, @OGUID+1685), +(12, @OGUID+1686), +(12, @OGUID+1687), +(12, @OGUID+1688), +(12, @OGUID+1689), +(12, @OGUID+1690), +(12, @OGUID+1691), +(12, @OGUID+1692), +(12, @OGUID+1693), +(12, @OGUID+1694), +(12, @OGUID+1695), +(12, @OGUID+1696), +(12, @OGUID+1697), +(12, @OGUID+1698), +(12, @OGUID+1699), +(12, @OGUID+1700), +(12, @OGUID+1701), +(12, @OGUID+1702), +(12, @OGUID+1703), +(12, @OGUID+1704), +(12, @OGUID+1705), +(12, @OGUID+1706), +(12, @OGUID+1707), +(12, @OGUID+1708), +(12, @OGUID+1709), +(12, @OGUID+1710), +(12, @OGUID+1711), +(12, @OGUID+1712), +(12, @OGUID+1713), +(12, @OGUID+1714), +(12, @OGUID+1715), +(12, @OGUID+1716), +(12, @OGUID+1717), +(12, @OGUID+1718), +(12, @OGUID+1719), +(12, @OGUID+1720), +(12, @OGUID+1721), +(12, @OGUID+1722), +(12, @OGUID+1723), +(12, @OGUID+1724), +(12, @OGUID+1725), +(12, @OGUID+1726), +(12, @OGUID+1727), +(12, @OGUID+1728), +(12, @OGUID+1729), +(12, @OGUID+1730), +(12, @OGUID+1731), +(12, @OGUID+1732), +(12, @OGUID+1733), +(12, @OGUID+1734), +(12, @OGUID+1735), +(12, @OGUID+1736), +(12, @OGUID+1737), +(12, @OGUID+1738), +(12, @OGUID+1739), +(12, @OGUID+1740), +(12, @OGUID+1741), +(12, @OGUID+1742), +(12, @OGUID+1743), +(12, @OGUID+1744), +(12, @OGUID+1745), +(12, @OGUID+1746), +(12, @OGUID+1747), +(12, @OGUID+1748), +(12, @OGUID+1749), +(12, @OGUID+1750), +(12, @OGUID+1751), +(12, @OGUID+1752), +(12, @OGUID+1753), +(12, @OGUID+1754), +(12, @OGUID+1755), +(12, @OGUID+1756), +(12, @OGUID+1757), +(12, @OGUID+1758), +(12, @OGUID+1759), +(12, @OGUID+1760), +(12, @OGUID+1761), +(12, @OGUID+1762), +(12, @OGUID+1763), +(12, @OGUID+1764), +(12, @OGUID+1765), +(12, @OGUID+1766), +(12, @OGUID+1767), +(12, @OGUID+1768), +(12, @OGUID+1769), +(12, @OGUID+1770), +(12, @OGUID+1771), +(12, @OGUID+1772), +(12, @OGUID+1773), +(12, @OGUID+1774), +(12, @OGUID+1775), +(12, @OGUID+1776), +(12, @OGUID+1777), +(12, @OGUID+1778), +(12, @OGUID+1779), +(12, @OGUID+1780), +(12, @OGUID+1781), +(12, @OGUID+1782), +(12, @OGUID+1783), +(12, @OGUID+1784), +(12, @OGUID+1785), +(12, @OGUID+1786), +(12, @OGUID+1787), +(12, @OGUID+1788), +(12, @OGUID+1789), +(12, @OGUID+1790), +(12, @OGUID+1791), +(12, @OGUID+1792), +(12, @OGUID+1793), +(12, @OGUID+1794), +(12, @OGUID+1795), +(12, @OGUID+1796), +(12, @OGUID+1797), +(12, @OGUID+1798), +(12, @OGUID+1799), +(12, @OGUID+1800), +(12, @OGUID+1801), +(12, @OGUID+1802), +(12, @OGUID+1803), +(12, @OGUID+1804), +(12, @OGUID+1805), +(12, @OGUID+1806), +(12, @OGUID+1807), +(12, @OGUID+1808), +(12, @OGUID+1809), +(12, @OGUID+1810), +(12, @OGUID+1811), +(12, @OGUID+1812), +(12, @OGUID+1813), +(12, @OGUID+1814), +(12, @OGUID+1815), +(12, @OGUID+1816), +(12, @OGUID+1817), +(12, @OGUID+1818), +(12, @OGUID+1819), +(12, @OGUID+1820), +(12, @OGUID+1821), +(12, @OGUID+1822), +(12, @OGUID+1823), +(12, @OGUID+1824), +(12, @OGUID+1825), +(12, @OGUID+1826), +(12, @OGUID+1827), +(12, @OGUID+1828), +(12, @OGUID+1829), +(12, @OGUID+1830), +(12, @OGUID+1831), +(12, @OGUID+1832), +(12, @OGUID+1833), +(12, @OGUID+1834), +(12, @OGUID+1835), +(12, @OGUID+1836), +(12, @OGUID+1837), +(12, @OGUID+1838), +(12, @OGUID+1839), +(12, @OGUID+1840), +(12, @OGUID+1841), +(12, @OGUID+1842), +(12, @OGUID+1843), +(12, @OGUID+1844), +(12, @OGUID+1845), +(12, @OGUID+1846), +(12, @OGUID+1847), +(12, @OGUID+1848), +(12, @OGUID+1849), +(12, @OGUID+1850), +(12, @OGUID+1851), +(12, @OGUID+1852), +(12, @OGUID+1853), +(12, @OGUID+1854), +(12, @OGUID+1855), +(12, @OGUID+1856), +(12, @OGUID+1857), +(12, @OGUID+1858), +(12, @OGUID+1859), +(12, @OGUID+1860), +(12, @OGUID+1861), +(12, @OGUID+1862), +(12, @OGUID+1863), +(12, @OGUID+1864), +(12, @OGUID+1865), +(12, @OGUID+1866), +(12, @OGUID+1867), +(12, @OGUID+1868), +(12, @OGUID+1869), +(12, @OGUID+1870), +(12, @OGUID+1871), +(12, @OGUID+1872), +(12, @OGUID+1873), +(12, @OGUID+1874), +(12, @OGUID+1875), +(12, @OGUID+1876), +(12, @OGUID+1877), +(12, @OGUID+1878), +(12, @OGUID+1879), +(12, @OGUID+1880), +(12, @OGUID+1881), +(12, @OGUID+1882), +(12, @OGUID+1883), +(12, @OGUID+1884), +(12, @OGUID+1885), +(12, @OGUID+1886), +(12, @OGUID+1887), +(12, @OGUID+1888), +(12, @OGUID+1889), +(12, @OGUID+1890), +(12, @OGUID+1891), +(12, @OGUID+1892), +(12, @OGUID+1893), +(12, @OGUID+1894), +(12, @OGUID+1895), +(12, @OGUID+1896), +(12, @OGUID+1897), +(12, @OGUID+1898), +(12, @OGUID+1899), +(12, @OGUID+1900), +(12, @OGUID+1901), +(12, @OGUID+1902), +(12, @OGUID+1903), +(12, @OGUID+1904), +(12, @OGUID+1905), +(12, @OGUID+1906), +(12, @OGUID+1907), +(12, @OGUID+1908), +(12, @OGUID+1909), +(12, @OGUID+1910), +(12, @OGUID+1911), +(12, @OGUID+1912), +(12, @OGUID+1913), +(12, @OGUID+1914), +(12, @OGUID+1915), +(12, @OGUID+1916), +(12, @OGUID+1917), +(12, @OGUID+1918), +(12, @OGUID+1919), +(12, @OGUID+1920), +(12, @OGUID+1921), +(12, @OGUID+1922), +(12, @OGUID+1923), +(12, @OGUID+1924), +(12, @OGUID+1925), +(12, @OGUID+1926), +(12, @OGUID+1927), +(12, @OGUID+1928), +(12, @OGUID+1929), +(12, @OGUID+1930), +(12, @OGUID+1931), +(12, @OGUID+1932), +(12, @OGUID+1933), +(12, @OGUID+1934), +(12, @OGUID+1935), +(12, @OGUID+1936), +(12, @OGUID+1937), +(12, @OGUID+1938), +(12, @OGUID+1939), +(12, @OGUID+1940), +(12, @OGUID+1941), +(12, @OGUID+1942), +(12, @OGUID+1943), +(12, @OGUID+1944), +(12, @OGUID+1945), +(12, @OGUID+1946), +(12, @OGUID+1947), +(12, @OGUID+1948), +(12, @OGUID+1949), +(12, @OGUID+1950), +(12, @OGUID+1951), +(12, @OGUID+1952), +(12, @OGUID+1953), +(12, @OGUID+1954), +(12, @OGUID+1955), +(12, @OGUID+1956), +(12, @OGUID+1957), +(12, @OGUID+1958), +(12, @OGUID+1959), +(12, @OGUID+1960), +(12, @OGUID+1961), +(12, @OGUID+1962), +(12, @OGUID+1963), +(12, @OGUID+1964), +(12, @OGUID+1965), +(12, @OGUID+1966), +(12, @OGUID+1967), +(12, @OGUID+1968), +(12, @OGUID+1969), +(12, @OGUID+1970), +(12, @OGUID+1971), +(12, @OGUID+1972), +(12, @OGUID+1973), +(12, @OGUID+1974), +(12, @OGUID+1975), +(12, @OGUID+1976), +(12, @OGUID+1977), +(12, @OGUID+1978), +(12, @OGUID+1979), +(12, @OGUID+1980), +(12, @OGUID+1981), +(12, @OGUID+1982), +(12, @OGUID+1983), +(12, @OGUID+1984), +(12, @OGUID+1985), +(12, @OGUID+1986), +(12, @OGUID+1987), +(12, @OGUID+1988), +(12, @OGUID+1989), +(12, @OGUID+1990), +(12, @OGUID+1991), +(12, @OGUID+1992), +(12, @OGUID+1993), +(12, @OGUID+1994), +(12, @OGUID+1995), +(12, @OGUID+1996), +(12, @OGUID+1997), +(12, @OGUID+1998), +(12, @OGUID+1999), +(12, @OGUID+2000), +(12, @OGUID+2001), +(12, @OGUID+2002), +(12, @OGUID+2003), +(12, @OGUID+2004), +(12, @OGUID+2005), +(12, @OGUID+2006), +(12, @OGUID+2007), +(12, @OGUID+2008), +(12, @OGUID+2009), +(12, @OGUID+2010), +(12, @OGUID+2011), +(12, @OGUID+2012), +(12, @OGUID+2013), +(12, @OGUID+2014), +(12, @OGUID+2015), +(12, @OGUID+2016), +(12, @OGUID+2017), +(12, @OGUID+2018), +(12, @OGUID+2019), +(12, @OGUID+2020), +(12, @OGUID+2021), +(12, @OGUID+2022), +(12, @OGUID+2023), +(12, @OGUID+2024), +(12, @OGUID+2025), +(12, @OGUID+2026), +(12, @OGUID+2027), +(12, @OGUID+2028), +(12, @OGUID+2029), +(12, @OGUID+2030), +(12, @OGUID+2031), +(12, @OGUID+2032), +(12, @OGUID+2033), +(12, @OGUID+2034), +(12, @OGUID+2035), +(12, @OGUID+2036), +(12, @OGUID+2037), +(12, @OGUID+2038), +(12, @OGUID+2039), +(12, @OGUID+2040), +(12, @OGUID+2041), +(12, @OGUID+2042), +(12, @OGUID+2043), +(12, @OGUID+2044), +(12, @OGUID+2045), +(12, @OGUID+2046), +(12, @OGUID+2047), +(12, @OGUID+2048), +(12, @OGUID+2049), +(12, @OGUID+2050), +(12, @OGUID+2051), +(12, @OGUID+2052), +(12, @OGUID+2053), +(12, @OGUID+2054), +(12, @OGUID+2055), +(12, @OGUID+2056), +(12, @OGUID+2057), +(12, @OGUID+2058), +(12, @OGUID+2059), +(12, @OGUID+2060), +(12, @OGUID+2061), +(12, @OGUID+2062), +(12, @OGUID+2063), +(12, @OGUID+2064), +(12, @OGUID+2065), +(12, @OGUID+2066), +(12, @OGUID+2067), +(12, @OGUID+2068), +(12, @OGUID+2069), +(12, @OGUID+2070), +(12, @OGUID+2071), +(12, @OGUID+2072), +(12, @OGUID+2073), +(12, @OGUID+2074), +(12, @OGUID+2075), +(12, @OGUID+2076), +(12, @OGUID+2077), +(12, @OGUID+2078), +(12, @OGUID+2079), +(12, @OGUID+2080), +(12, @OGUID+2081), +(12, @OGUID+2082), +(12, @OGUID+2083), +(12, @OGUID+2084), +(12, @OGUID+2085), +(12, @OGUID+2086), +(12, @OGUID+2087), +(12, @OGUID+2088), +(12, @OGUID+2089), +(12, @OGUID+2090), +(12, @OGUID+2091), +(12, @OGUID+2092), +(12, @OGUID+2093), +(12, @OGUID+2094), +(12, @OGUID+2095), +(12, @OGUID+2096), +(12, @OGUID+2097), +(12, @OGUID+2098), +(12, @OGUID+2099), +(12, @OGUID+2100), +(12, @OGUID+2101), +(12, @OGUID+2102), +(12, @OGUID+2103), +(12, @OGUID+2104), +(12, @OGUID+2105), +(12, @OGUID+2106), +(12, @OGUID+2107), +(12, @OGUID+2108), +(12, @OGUID+2109), +(12, @OGUID+2110), +(12, @OGUID+2111), +(12, @OGUID+2112), +(12, @OGUID+2113), +(12, @OGUID+2114), +(12, @OGUID+2115), +(12, @OGUID+2116), +(12, @OGUID+2117), +(12, @OGUID+2118), +(12, @OGUID+2119), +(12, @OGUID+2120), +(12, @OGUID+2121), +(12, @OGUID+2122), +(12, @OGUID+2123), +(12, @OGUID+2124), +(12, @OGUID+2125), +(12, @OGUID+2126), +(12, @OGUID+2127), +(12, @OGUID+2128), +(12, @OGUID+2129), +(12, @OGUID+2130), +(12, @OGUID+2131), +(12, @OGUID+2132), +(12, @OGUID+2133), +(12, @OGUID+2134), +(12, @OGUID+2135), +(12, @OGUID+2136), +(12, @OGUID+2137), +(12, @OGUID+2138), +(12, @OGUID+2139), +(12, @OGUID+2140), +(12, @OGUID+2141), +(12, @OGUID+2142), +(12, @OGUID+2143), +(12, @OGUID+2144), +(12, @OGUID+2145), +(12, @OGUID+2146), +(12, @OGUID+2147), +(12, @OGUID+2148), +(12, @OGUID+2149), +(12, @OGUID+2150), +(12, @OGUID+2151), +(12, @OGUID+2152), +(12, @OGUID+2153), +(12, @OGUID+2154), +(12, @OGUID+2155), +(12, @OGUID+2156), +(12, @OGUID+2157), +(12, @OGUID+2158), +(12, @OGUID+2159), +(12, @OGUID+2160), +(12, @OGUID+2161), +(12, @OGUID+2162), +(12, @OGUID+2163), +(12, @OGUID+2164), +(12, @OGUID+2165), +(12, @OGUID+2166), +(12, @OGUID+2167), +(12, @OGUID+2168), +(12, @OGUID+2169), +(12, @OGUID+2170), +(12, @OGUID+2171), +(12, @OGUID+2172), +(12, @OGUID+2173), +(12, @OGUID+2174), +(12, @OGUID+2175), +(12, @OGUID+2176), +(12, @OGUID+2177), +(12, @OGUID+2178), +(12, @OGUID+2179), +(12, @OGUID+2180), +(12, @OGUID+2181), +(12, @OGUID+2182), +(12, @OGUID+2183), +(12, @OGUID+2184), +(12, @OGUID+2185), +(12, @OGUID+2186), +(12, @OGUID+2187), +(12, @OGUID+2188), +(12, @OGUID+2189), +(12, @OGUID+2190), +(12, @OGUID+2191), +(12, @OGUID+2192), +(12, @OGUID+2193), +(12, @OGUID+2194), +(12, @OGUID+2195), +(12, @OGUID+2196), +(12, @OGUID+2197), +(12, @OGUID+2198), +(12, @OGUID+2199), +(12, @OGUID+2200), +(12, @OGUID+2201), +(12, @OGUID+2202), +(12, @OGUID+2203), +(12, @OGUID+2204), +(12, @OGUID+2205), +(12, @OGUID+2206), +(12, @OGUID+2207), +(12, @OGUID+2208), +(12, @OGUID+2209), +(12, @OGUID+2210), +(12, @OGUID+2211), +(12, @OGUID+2212), +(12, @OGUID+2213), +(12, @OGUID+2214), +(12, @OGUID+2215), +(12, @OGUID+2216), +(12, @OGUID+2217), +(12, @OGUID+2218), +(12, @OGUID+2219), +(12, @OGUID+2220), +(12, @OGUID+2221), +(12, @OGUID+2222), +(12, @OGUID+2223), +(12, @OGUID+2224), +(12, @OGUID+2225), +(12, @OGUID+2226), +(12, @OGUID+2227), +(12, @OGUID+2228), +(12, @OGUID+2229), +(12, @OGUID+2230), +(12, @OGUID+2231), +(12, @OGUID+2232), +(12, @OGUID+2233), +(12, @OGUID+2234), +(12, @OGUID+2235), +(12, @OGUID+2236), +(12, @OGUID+2237), +(12, @OGUID+2238), +(12, @OGUID+2239), +(12, @OGUID+2240), +(12, @OGUID+2241), +(12, @OGUID+2242), +(12, @OGUID+2243), +(12, @OGUID+2244), +(12, @OGUID+2245), +(12, @OGUID+2246), +(12, @OGUID+2247), +(12, @OGUID+2248), +(12, @OGUID+2249), +(12, @OGUID+2250), +(12, @OGUID+2251), +(12, @OGUID+2252), +(12, @OGUID+2253), +(12, @OGUID+2254), +(12, @OGUID+2255), +(12, @OGUID+2256), +(12, @OGUID+2257), +(12, @OGUID+2258), +(12, @OGUID+2259), +(12, @OGUID+2260), +(12, @OGUID+2261), +(12, @OGUID+2262), +(12, @OGUID+2263), +(12, @OGUID+2264), +(12, @OGUID+2265), +(12, @OGUID+2266), +(12, @OGUID+2267), +(12, @OGUID+2268), +(12, @OGUID+2269), +(12, @OGUID+2270), +(12, @OGUID+2271), +(12, @OGUID+2272), +(12, @OGUID+2273), +(12, @OGUID+2274), +(12, @OGUID+2275), +(12, @OGUID+2276), +(12, @OGUID+2277), +(12, @OGUID+2278), +(12, @OGUID+2279), +(12, @OGUID+2280), +(12, @OGUID+2281), +(12, @OGUID+2282), +(12, @OGUID+2283), +(12, @OGUID+2284), +(12, @OGUID+2285), +(12, @OGUID+2286), +(12, @OGUID+2287), +(12, @OGUID+2288), +(12, @OGUID+2289), +(12, @OGUID+2290), +(12, @OGUID+2291), +(12, @OGUID+2292), +(12, @OGUID+2293), +(12, @OGUID+2294), +(12, @OGUID+2295), +(12, @OGUID+2296), +(12, @OGUID+2297), +(12, @OGUID+2298), +(12, @OGUID+2299), +(12, @OGUID+2300), +(12, @OGUID+2301), +(12, @OGUID+2302), +(12, @OGUID+2303), +(12, @OGUID+2304), +(12, @OGUID+2305), +(12, @OGUID+2306), +(12, @OGUID+2307), +(12, @OGUID+2308), +(12, @OGUID+2309), +(12, @OGUID+2310), +(12, @OGUID+2311), +(12, @OGUID+2312), +(12, @OGUID+2313), +(12, @OGUID+2314), +(12, @OGUID+2315), +(12, @OGUID+2316), +(12, @OGUID+2317), +(12, @OGUID+2318), +(12, @OGUID+2319), +(12, @OGUID+2320), +(12, @OGUID+2321), +(12, @OGUID+2322), +(12, @OGUID+2323), +(12, @OGUID+2324), +(12, @OGUID+2325), +(12, @OGUID+2326), +(12, @OGUID+2327), +(12, @OGUID+2328), +(12, @OGUID+2329), +(12, @OGUID+2330), +(12, @OGUID+2331), +(12, @OGUID+2332), +(12, @OGUID+2333), +(12, @OGUID+2334), +(12, @OGUID+2335), +(12, @OGUID+2336), +(12, @OGUID+2337), +(12, @OGUID+2338), +(12, @OGUID+2339), +(12, @OGUID+2340), +(12, @OGUID+2341), +(12, @OGUID+2342), +(12, @OGUID+2343), +(12, @OGUID+2344), +(12, @OGUID+2345), +(12, @OGUID+2346), +(12, @OGUID+2347), +(12, @OGUID+2348), +(12, @OGUID+2349), +(12, @OGUID+2350), +(12, @OGUID+2351), +(12, @OGUID+2352), +(12, @OGUID+2353), +(12, @OGUID+2354), +(12, @OGUID+2355), +(12, @OGUID+2356), +(12, @OGUID+2357), +(12, @OGUID+2358), +(12, @OGUID+2359), +(12, @OGUID+2360), +(12, @OGUID+2361), +(12, @OGUID+2362), +(12, @OGUID+2363), +(12, @OGUID+2364), +(12, @OGUID+2365), +(12, @OGUID+2366), +(12, @OGUID+2367), +(12, @OGUID+2368), +(12, @OGUID+2369), +(12, @OGUID+2370), +(12, @OGUID+2371), +(12, @OGUID+2372), +(12, @OGUID+2373), +(12, @OGUID+2374), +(12, @OGUID+2375), +(12, @OGUID+2376), +(12, @OGUID+2377), +(12, @OGUID+2378), +(12, @OGUID+2379), +(12, @OGUID+2380), +(12, @OGUID+2381), +(12, @OGUID+2382), +(12, @OGUID+2383), +(12, @OGUID+2384), +(12, @OGUID+2385), +(12, @OGUID+2386), +(12, @OGUID+2387), +(12, @OGUID+2388), +(12, @OGUID+2389), +(12, @OGUID+2390), +(12, @OGUID+2391), +(12, @OGUID+2392), +(12, @OGUID+2393), +(12, @OGUID+2394), +(12, @OGUID+2395), +(12, @OGUID+2396), +(12, @OGUID+2397), +(12, @OGUID+2398), +(12, @OGUID+2399), +(12, @OGUID+2400), +(12, @OGUID+2401), +(12, @OGUID+2402), +(12, @OGUID+2403), +(12, @OGUID+2404), +(12, @OGUID+2405), +(12, @OGUID+2406), +(12, @OGUID+2407), +(12, @OGUID+2408), +(12, @OGUID+2409), +(12, @OGUID+2410), +(12, @OGUID+2411), +(12, @OGUID+2412), +(12, @OGUID+2413), +(12, @OGUID+2414), +(12, @OGUID+2415), +(12, @OGUID+2416), +(12, @OGUID+2417), +(12, @OGUID+2418), +(12, @OGUID+2419), +(12, @OGUID+2420), +(12, @OGUID+2421), +(12, @OGUID+2422), +(12, @OGUID+2423), +(12, @OGUID+2424), +(12, @OGUID+2425), +(12, @OGUID+2426), +(12, @OGUID+2427), +(12, @OGUID+2428), +(12, @OGUID+2429), +(12, @OGUID+2430), +(12, @OGUID+2431), +(12, @OGUID+2432), +(12, @OGUID+2433), +(12, @OGUID+2434), +(12, @OGUID+2435), +(12, @OGUID+2436), +(12, @OGUID+2437), +(12, @OGUID+2438), +(12, @OGUID+2439), +(12, @OGUID+2440), +(12, @OGUID+2441), +(12, @OGUID+2442), +(12, @OGUID+2443), +(12, @OGUID+2444), +(12, @OGUID+2445), +(12, @OGUID+2446), +(12, @OGUID+2447), +(12, @OGUID+2448), +(12, @OGUID+2449), +(12, @OGUID+2450), +(12, @OGUID+2451), +(12, @OGUID+2452), +(12, @OGUID+2453), +(12, @OGUID+2454), +(12, @OGUID+2455), +(12, @OGUID+2456), +(12, @OGUID+2457), +(12, @OGUID+2458), +(12, @OGUID+2459), +(12, @OGUID+2460), +(12, @OGUID+2461), +(12, @OGUID+2462), +(12, @OGUID+2463), +(12, @OGUID+2464), +(12, @OGUID+2465), +(12, @OGUID+2466), +(12, @OGUID+2467), +(12, @OGUID+2468), +(12, @OGUID+2469), +(12, @OGUID+2470), +(12, @OGUID+2471), +(12, @OGUID+2472), +(12, @OGUID+2473), +(12, @OGUID+2474), +(12, @OGUID+2475), +(12, @OGUID+2476), +(12, @OGUID+2477), +(12, @OGUID+2478), +(12, @OGUID+2479), +(12, @OGUID+2480), +(12, @OGUID+2481), +(12, @OGUID+2482), +(12, @OGUID+2483), +(12, @OGUID+2484), +(12, @OGUID+2485), +(12, @OGUID+2486), +(12, @OGUID+2487), +(12, @OGUID+2488), +(12, @OGUID+2489), +(12, @OGUID+2490), +(12, @OGUID+2491), +(12, @OGUID+2492), +(12, @OGUID+2493), +(12, @OGUID+2494), +(12, @OGUID+2495), +(12, @OGUID+2496), +(12, @OGUID+2497), +(12, @OGUID+2498), +(12, @OGUID+2499), +(12, @OGUID+2500), +(12, @OGUID+2501), +(12, @OGUID+2502), +(12, @OGUID+2503), +(12, @OGUID+2504), +(12, @OGUID+2505), +(12, @OGUID+2506), +(12, @OGUID+2507), +(12, @OGUID+2508), +(12, @OGUID+2509), +(12, @OGUID+2510), +(12, @OGUID+2511), +(12, @OGUID+2512), +(12, @OGUID+2513), +(12, @OGUID+2514), +(12, @OGUID+2515), +(12, @OGUID+2516), +(12, @OGUID+2517), +(12, @OGUID+2518), +(12, @OGUID+2519), +(12, @OGUID+2520), +(12, @OGUID+2521), +(12, @OGUID+2522), +(12, @OGUID+2523), +(12, @OGUID+2524), +(12, @OGUID+2525), +(12, @OGUID+2526), +(12, @OGUID+2527), +(12, @OGUID+2528), +(12, @OGUID+2529), +(12, @OGUID+2530), +(12, @OGUID+2531), +(12, @OGUID+2532), +(12, @OGUID+2533), +(12, @OGUID+2534), +(12, @OGUID+2535), +(12, @OGUID+2536), +(12, @OGUID+2537), +(12, @OGUID+2538), +(12, @OGUID+2539), +(12, @OGUID+2540), +(12, @OGUID+2541), +(12, @OGUID+2542), +(12, @OGUID+2543), +(12, @OGUID+2544), +(12, @OGUID+2545), +(12, @OGUID+2546), +(12, @OGUID+2547), +(12, @OGUID+2548), +(12, @OGUID+2549), +(12, @OGUID+2550), +(12, @OGUID+2551), +(12, @OGUID+2552), +(12, @OGUID+2553), +(12, @OGUID+2554), +(12, @OGUID+2555), +(12, @OGUID+2556), +(12, @OGUID+2557), +(12, @OGUID+2558), +(12, @OGUID+2559), +(12, @OGUID+2560), +(12, @OGUID+2561), +(12, @OGUID+2562), +(12, @OGUID+2563), +(12, @OGUID+2564), +(12, @OGUID+2565), +(12, @OGUID+2566), +(12, @OGUID+2567), +(12, @OGUID+2568), +(12, @OGUID+2569), +(12, @OGUID+2570), +(12, @OGUID+2571), +(12, @OGUID+2572), +(12, @OGUID+2573), +(12, @OGUID+2574), +(12, @OGUID+2575), +(12, @OGUID+2576), +(12, @OGUID+2577), +(12, @OGUID+2578), +(12, @OGUID+2579), +(12, @OGUID+2580), +(12, @OGUID+2581), +(12, @OGUID+2582), +(12, @OGUID+2583), +(12, @OGUID+2584), +(12, @OGUID+2585), +(12, @OGUID+2586), +(12, @OGUID+2587), +(12, @OGUID+2588), +(12, @OGUID+2589), +(12, @OGUID+2590), +(12, @OGUID+2591), +(12, @OGUID+2592), +(12, @OGUID+2593), +(12, @OGUID+2594), +(12, @OGUID+2595), +(12, @OGUID+2596), +(12, @OGUID+2597), +(12, @OGUID+2598), +(12, @OGUID+2599), +(12, @OGUID+2600), +(12, @OGUID+2601), +(12, @OGUID+2602), +(12, @OGUID+2603), +(12, @OGUID+2604), +(12, @OGUID+2605), +(12, @OGUID+2606), +(12, @OGUID+2607), +(12, @OGUID+2608), +(12, @OGUID+2609), +(12, @OGUID+2610), +(12, @OGUID+2611), +(12, @OGUID+2612), +(12, @OGUID+2613), +(12, @OGUID+2614), +(12, @OGUID+2615), +(12, @OGUID+2616), +(12, @OGUID+2617), +(12, @OGUID+2618), +(12, @OGUID+2619), +(12, @OGUID+2620), +(12, @OGUID+2621), +(12, @OGUID+2622), +(12, @OGUID+2623), +(12, @OGUID+2624), +(12, @OGUID+2625), +(12, @OGUID+2626), +(12, @OGUID+2627), +(12, @OGUID+2628), +(12, @OGUID+2629), +(12, @OGUID+2630), +(12, @OGUID+2631), +(12, @OGUID+2632), +(12, @OGUID+2633), +(12, @OGUID+2634), +(12, @OGUID+2635), +(12, @OGUID+2636), +(12, @OGUID+2637), +(12, @OGUID+2638), +(12, @OGUID+2639), +(12, @OGUID+2640), +(12, @OGUID+2641), +(12, @OGUID+2642), +(12, @OGUID+2643), +(12, @OGUID+2644), +(12, @OGUID+2645), +(12, @OGUID+2646), +(12, @OGUID+2647), +(12, @OGUID+2648), +(12, @OGUID+2649), +(12, @OGUID+2650), +(12, @OGUID+2651), +(12, @OGUID+2652), +(12, @OGUID+2653), +(12, @OGUID+2654), +(12, @OGUID+2655), +(12, @OGUID+2656), +(12, @OGUID+2657), +(12, @OGUID+2658), +(12, @OGUID+2659), +(12, @OGUID+2660), +(12, @OGUID+2661), +(12, @OGUID+2662), +(12, @OGUID+2663), +(12, @OGUID+2664), +(12, @OGUID+2665), +(12, @OGUID+2666), +(12, @OGUID+2667), +(12, @OGUID+2668), +(12, @OGUID+2669), +(12, @OGUID+2670), +(12, @OGUID+2671), +(12, @OGUID+2672), +(12, @OGUID+2673), +(12, @OGUID+2674), +(12, @OGUID+2675), +(12, @OGUID+2676), +(12, @OGUID+2677), +(12, @OGUID+2678), +(12, @OGUID+2679), +(12, @OGUID+2680), +(12, @OGUID+2681), +(12, @OGUID+2682), +(12, @OGUID+2683), +(12, @OGUID+2684), +(12, @OGUID+2685), +(12, @OGUID+2686), +(12, @OGUID+2687), +(12, @OGUID+2688), +(12, @OGUID+2689), +(12, @OGUID+2690), +(12, @OGUID+2691), +(12, @OGUID+2692), +(12, @OGUID+2693), +(12, @OGUID+2694), +(12, @OGUID+2695), +(12, @OGUID+2696), +(12, @OGUID+2697), +(12, @OGUID+2698), +(12, @OGUID+2699), +(12, @OGUID+2700), +(12, @OGUID+2701), +(12, @OGUID+2702), +(12, @OGUID+2703), +(12, @OGUID+2704), +(12, @OGUID+2705), +(12, @OGUID+2706), +(12, @OGUID+2707), +(12, @OGUID+2708), +(12, @OGUID+2709), +(12, @OGUID+2710), +(12, @OGUID+2711), +(12, @OGUID+2712), +(12, @OGUID+2713), +(12, @OGUID+2714), +(12, @OGUID+2715), +(12, @OGUID+2716), +(12, @OGUID+2717), +(12, @OGUID+2718), +(12, @OGUID+2719), +(12, @OGUID+2720), +(12, @OGUID+2721), +(12, @OGUID+2722); diff --git a/sql/updates/world/master/2024_03_18_05_world_hallows_end_dragon_isles.sql b/sql/updates/world/master/2024_03_18_05_world_hallows_end_dragon_isles.sql new file mode 100644 index 0000000000000..9b270cb472161 --- /dev/null +++ b/sql/updates/world/master/2024_03_18_05_world_hallows_end_dragon_isles.sql @@ -0,0 +1,1131 @@ +-- +SET @OGUID := 9802991; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 9003369 AND 9003452; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 9003369 AND 9003452; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 9003369 AND 9003452; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+83; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +-- Uktulut Pier +(@OGUID+0, 180405, 2444, 13644, 0, '0', 0, 0, 3944.529541015625, 981.61114501953125, 4.167758464813232421, 3.149879217147827148, 0, 0, -0.99999141693115234, 0.004143203608691692, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+1, 180406, 2444, 13644, 0, '0', 0, 0, 3942.94970703125, 983.37847900390625, 4.329401493072509765, 2.286056995391845703, 0, 0, 0.909893989562988281, 0.41484081745147705, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+2, 180407, 2444, 13644, 0, '0', 0, 0, 3942.850830078125, 981.57293701171875, 5.010061264038085937, 2.587900876998901367, -0.04013681411743164, 0.020520210266113281, 0.96083831787109375, 0.273418545722961425, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+3, 180408, 2444, 13644, 0, '0', 0, 0, 3951.28466796875, 980.3507080078125, 9.141874313354492187, 2.393614768981933593, 0.071772098541259765, 0.105350494384765625, 0.924573898315429687, 0.359044790267944335, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+4, 180415, 2444, 13644, 0, '0', 0, 0, 3919.604248046875, 960.529541015625, -6.61895132064819335, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+5, 180523, 2444, 13644, 0, '0', 0, 0, 3931.69189453125, 947.857666015625, -7.33869075775146484, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+6, 401734, 2444, 13644, 0, '0', 0, 0, 3914.783935546875, 950.24481201171875, -7.34411525726318359, 2.183901786804199218, 0, 0, 0.8875274658203125, 0.460754811763763427, 120, 255, 1, 51886), -- Candy Bucket (Area: 0 - Difficulty: 0) CreateObject1 +-- Uktulut Backwater +(@OGUID+7, 180405, 2444, 13644, 0, '0', 0, 0, 3324.759521484375, 354.555572509765625, 9.249363899230957031, 2.441283226013183593, 0, 0, 0.939319610595703125, 0.343043208122253417, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+8, 180406, 2444, 13644, 0, '0', 0, 0, 3327.013916015625, 363.098968505859375, 8.457171440124511718, 1.90435802936553955, 0, 0, 0.814681053161621093, 0.579909265041351318, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+9, 180407, 2444, 13644, 0, '0', 0, 0, 3324.540771484375, 347.795135498046875, 9.398869514465332031, 1.328583002090454101, -0.0203557014465332, 0.040220260620117187, 0.615569114685058593, 0.786792635917663574, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+10, 180408, 2444, 13644, 0, '0', 0, 0, 3327.116455078125, 363.192718505859375, 9.810383796691894531, 1.341095209121704101, 0, 0, 0.621415138244628906, 0.783481478691101074, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+11, 180415, 2444, 13644, 0, '0', 0, 0, 3321.962646484375, 349.2257080078125, 10.73756217956542968, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+12, 180523, 2444, 13644, 0, '0', 0, 0, 3292.221435546875, 350.5069580078125, -2.03460669517517089, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+13, 401733, 2444, 13644, 0, '0', 0, 0, 3295.4296875, 353.477447509765625, -2.01326799392700195, 2.564196109771728515, 0, 0, 0.958615303039550781, 0.284704595804214477, 120, 255, 1, 51886), -- Candy Bucket (Area: 0 - Difficulty: 0) CreateObject1 +-- Wild Coast +(@OGUID+14, 180405, 2444, 13644, 13722, '0', 0, 0, 3887.28564453125, -1759.515625, 5.414926528930664062, 1.639002203941345214, 0, 0, 0.730805397033691406, 0.682585895061492919, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Wild Coast - Difficulty: 0) CreateObject1 +(@OGUID+15, 180405, 2444, 13644, 13722, '0', 0, 0, 3684.0869140625, -1828.623291015625, 3.784565448760986328, 0.461849927902221679, 0, 0, 0.228878021240234375, 0.97345513105392456, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Wild Coast - Difficulty: 0) CreateObject1 +(@OGUID+16, 180406, 2444, 13644, 13722, '0', 0, 0, 3681.62939453125, -1827.91845703125, 4.823746204376220703, 0.444270849227905273, 0, 0, 0.220313072204589843, 0.975429236888885498, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Wild Coast - Difficulty: 0) CreateObject1 +(@OGUID+17, 180406, 2444, 13644, 13722, '0', 0, 0, 3898.9541015625, -1757.7135009765625, 5.544133186340332031, 0.444270849227905273, 0, 0, 0.220313072204589843, 0.975429236888885498, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Wild Coast - Difficulty: 0) CreateObject1 +(@OGUID+18, 180407, 2444, 13644, 13722, '0', 0, 0, 3667.74560546875, -1827.16845703125, 2.848824501037597656, 0.884279727935791015, -0.01099348068237304, 0.043717384338378906, 0.427088737487792968, 0.90308535099029541, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Wild Coast - Difficulty: 0) CreateObject1 +(@OGUID+19, 180407, 2444, 13644, 13722, '0', 0, 0, 3883.030517578125, -1766.55908203125, 8.98474884033203125, 0.884279727935791015, -0.01099348068237304, 0.043717384338378906, 0.427088737487792968, 0.90308535099029541, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Wild Coast - Difficulty: 0) CreateObject1 +(@OGUID+20, 180408, 2444, 13644, 13722, '0', 0, 0, 3889.802978515625, -1754.2742919921875, 6.843943119049072265, 0.40852782130241394, 0.011672019958496093, -0.00507164001464843, 0.202904701232910156, 0.979115784168243408, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Wild Coast - Difficulty: 0) CreateObject1 +(@OGUID+21, 180408, 2444, 13644, 13722, '0', 0, 0, 3666.12060546875, -1835.640625, 7.92589569091796875, 1.267269015312194824, 0.046328544616699218, 0.044078826904296875, 0.590451240539550781, 0.804535925388336181, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Wild Coast - Difficulty: 0) CreateObject1 +(@OGUID+22, 180415, 2444, 13644, 13722, '0', 0, 0, 3894.311767578125, -1768.21875, 6.19517374038696289, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Wild Coast - Difficulty: 0) CreateObject1 +(@OGUID+23, 180415, 2444, 13644, 13722, '0', 0, 0, 3681.53564453125, -1829.1475830078125, 3.860137939453125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Wild Coast - Difficulty: 0) CreateObject1 +(@OGUID+24, 180523, 2444, 13644, 13722, '0', 0, 0, 3894.98779296875, -1754.2066650390625, 5.414926528930664062, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: Wild Coast - Difficulty: 0) CreateObject1 +(@OGUID+25, 180523, 2444, 13644, 13722, '0', 0, 0, 3669.748291015625, -1830.57470703125, 2.73941659927368164, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: Wild Coast - Difficulty: 0) CreateObject1 +(@OGUID+26, 401735, 2444, 13644, 13722, '0', 0, 0, 3672.473876953125, -1833.3211669921875, 2.739415407180786132, 0.783978700637817382, 0, 0, 0.382027626037597656, 0.924150943756103515, 120, 255, 1, 51886), -- Candy Bucket (Area: Wild Coast - Difficulty: 0) CreateObject1 +(@OGUID+27, 401736, 2444, 13644, 13722, '0', 0, 0, 3889.193603515625, -1762.2899169921875, 5.414926528930664062, 0.783978700637817382, 0, 0, 0.382027626037597656, 0.924150943756103515, 120, 255, 1, 51886), -- Candy Bucket (Area: Wild Coast - Difficulty: 0) CreateObject1 +-- Wingrest Embassy +(@OGUID+28, 180405, 2444, 13644, 0, '0', 0, 0, 3493.872314453125, -1438.0711669921875, 93.24387359619140625, 2.842466592788696289, 0, 0, 0.988836288452148437, 0.149006009101867675, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+29, 180406, 2444, 13644, 0, '0', 0, 0, 3511.46435546875, -1423.970458984375, 92.27388763427734375, 1.91261446475982666, 0, 0, 0.817068099975585937, 0.57654118537902832, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+30, 180407, 2444, 13644, 0, '0', 0, 0, 3478.01220703125, -1452.1007080078125, 97.3326263427734375, 2.724912405014038085, -0.04144763946533203, 0.017724990844726562, 0.977300643920898437, 0.207005620002746582, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+31, 180408, 2444, 13644, 0, '0', 0, 0, 3493.96435546875, -1438.0555419921875, 94.7581634521484375, 2.624079227447509765, 0.014545440673828125, 0.010375022888183593, 0.966594696044921875, 0.255686342716217041, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+32, 180415, 2444, 13644, 0, '0', 0, 0, 3480.443603515625, -1445.5972900390625, 94.26609039306640625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+33, 180523, 2444, 13644, 0, '0', 0, 0, 3477.415771484375, -1422.59033203125, 93.36519622802734375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+34, 401737, 2444, 13644, 0, '0', 0, 0, 3488.768310546875, -1426.1492919921875, 93.24254608154296875, 0.783978700637817382, 0, 0, 0.382027626037597656, 0.924150943756103515, 120, 255, 1, 51886), -- Candy Bucket (Area: 0 - Difficulty: 0) CreateObject1 +-- Skytop Observatory +(@OGUID+35, 180405, 2444, 13644, 13644, '0', 0, 0, 2478.197998046875, -1409.935791015625, 344.34246826171875, 3.595022916793823242, 0, 0, -0.97441005706787109, 0.224777817726135253, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Waking Shores - Difficulty: 0) CreateObject1 +(@OGUID+36, 180406, 2444, 13644, 13644, '0', 0, 0, 2465.651123046875, -1411.7742919921875, 346.885650634765625, 3.531701564788818359, 0, 0, -0.98103713989257812, 0.193819820880889892, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Waking Shores - Difficulty: 0) CreateObject1 +(@OGUID+37, 180407, 2444, 13644, 13644, '0', 0, 0, 2465.678955078125, -1394.579833984375, 343.3701171875, 2.766544342041015625, -0.04180765151977539, 0.016858100891113281, 0.981397628784179687, 0.186618804931640625, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: The Waking Shores - Difficulty: 0) CreateObject1 +(@OGUID+38, 180408, 2444, 13644, 13644, '0', 0, 0, 2462.557373046875, -1401.6129150390625, 346.5474853515625, 3.31568455696105957, 0, 0, -0.99621391296386718, 0.08693600445985794, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: The Waking Shores - Difficulty: 0) CreateObject1 +(@OGUID+39, 180415, 2444, 13644, 13644, '0', 0, 0, 2460.76904296875, -1408.75, 348.385894775390625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Waking Shores - Difficulty: 0) CreateObject1 +(@OGUID+40, 180523, 2444, 13644, 13644, '0', 0, 0, 2473.088623046875, -1402.782958984375, 342.413482666015625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: The Waking Shores - Difficulty: 0) CreateObject1 +(@OGUID+41, 401732, 2444, 13644, 13644, '0', 0, 0, 2459.65966796875, -1414.9444580078125, 346.799468994140625, 2.564196109771728515, 0, 0, 0.958615303039550781, 0.284704595804214477, 120, 255, 1, 51886), -- Candy Bucket (Area: The Waking Shores - Difficulty: 0) CreateObject1 +-- Life Vault Ruins +(@OGUID+42, 180405, 2444, 13644, 13644, '0', 0, 0, 2278.80029296875, -580.0555419921875, 61.32625961303710937, 1.764891743659973144, 0, 0, 0.772294998168945312, 0.635264098644256591, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Waking Shores - Difficulty: 0) CreateObject1 +(@OGUID+43, 180406, 2444, 13644, 13644, '0', 0, 0, 2268.4462890625, -548.779541015625, 63.82267379760742187, 0.756749153137207031, 0, 0, 0.369410514831542968, 0.929266333580017089, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Waking Shores - Difficulty: 0) CreateObject1 +(@OGUID+44, 180407, 2444, 13644, 13644, '0', 0, 0, 2303.927001953125, -535.97222900390625, 62.07574462890625, 0.104238264262676239, 0.012121200561523437, 0.203436851501464843, 0.046311378479003906, 0.977917075157165527, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: The Waking Shores - Difficulty: 0) CreateObject1 +(@OGUID+45, 180408, 2444, 13644, 13644, '0', 0, 0, 2268.395751953125, -548.85589599609375, 65.32402801513671875, 0.442517042160034179, 0, 0, 0.219457626342773437, 0.975622057914733886, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: The Waking Shores - Difficulty: 0) CreateObject1 +(@OGUID+46, 180415, 2444, 13644, 13644, '0', 0, 0, 2282.635498046875, -542.64581298828125, 62.68033981323242187, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Waking Shores - Difficulty: 0) CreateObject1 +(@OGUID+47, 180523, 2444, 13644, 13644, '0', 0, 0, 2278.986083984375, -542.75177001953125, 61.02885818481445312, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: The Waking Shores - Difficulty: 0) CreateObject1 +(@OGUID+48, 401730, 2444, 13644, 13644, '0', 0, 0, 2290.717041015625, -549.08160400390625, 61.01553726196289062, 5.636782169342041015, 0, 0, -0.31760406494140625, 0.948223412036895751, 120, 255, 1, 51886), -- Candy Bucket (Area: The Waking Shores - Difficulty: 0) CreateObject1 +-- Obsidian Throne +(@OGUID+49, 180405, 2444, 13644, 13941, '0', 0, 0, 2435.04345703125, 2600.359375, 391.26165771484375, 0.824431538581848144, 0, 0, 0.400640487670898437, 0.916235327720642089, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Obsidian Throne - Difficulty: 0) CreateObject1 +(@OGUID+50, 180406, 2444, 13644, 13941, '0', 0, 0, 2429.939208984375, 2596.192626953125, 391.32049560546875, 1.201533675193786621, 0, 0, 0.565275192260742187, 0.82490241527557373, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Obsidian Throne - Difficulty: 0) CreateObject1 +(@OGUID+51, 180407, 2444, 13644, 13941, '0', 0, 0, 2421.1494140625, 2598.032958984375, 384.8995361328125, 6.207526683807373046, 0.010435104370117187, 0.043853759765625, -0.03816986083984375, 0.998254001140594482, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Obsidian Throne - Difficulty: 0) CreateObject1 +(@OGUID+52, 180408, 2444, 13644, 13941, '0', 0, 0, 2429.798583984375, 2601.846435546875, 396.477325439453125, 0.442517042160034179, 0, 0, 0.219457626342773437, 0.975622057914733886, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Obsidian Throne - Difficulty: 0) CreateObject1 +(@OGUID+53, 180415, 2444, 13644, 13941, '0', 0, 0, 2428.640625, 2600.208251953125, 385.079498291015625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Obsidian Throne - Difficulty: 0) CreateObject1 +(@OGUID+54, 180523, 2444, 13644, 13941, '0', 0, 0, 2427.757080078125, 2593.90283203125, 383.662872314453125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: Obsidian Throne - Difficulty: 0) CreateObject1 +(@OGUID+55, 401731, 2444, 13644, 13941, '0', 0, 0, 2436.921875, 2599.763916015625, 383.662872314453125, 0.329071789979934692, 0, 0, 0.163794517517089843, 0.986494481563568115, 120, 255, 1, 51886), -- Candy Bucket (Area: Obsidian Throne - Difficulty: 0) CreateObject1 +-- Obsidian Bulwark +(@OGUID+56, 180405, 2444, 13644, 13644, '0', 0, 0, 1837.171875, 1240.43408203125, 187.9788665771484375, 3.80979776382446289, 0, 0, -0.94470500946044921, 0.327921390533447265, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Waking Shores - Difficulty: 0) CreateObject1 +(@OGUID+57, 180406, 2444, 13644, 13644, '0', 0, 0, 1816.5711669921875, 1234.6458740234375, 187.919708251953125, 3.440949440002441406, 0, 0, -0.98881912231445312, 0.149119973182678222, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Waking Shores - Difficulty: 0) CreateObject1 +(@OGUID+58, 180407, 2444, 13644, 13644, '0', 0, 0, 1838.8819580078125, 1241.7135009765625, 187.9853363037109375, 4.352739334106445312, 0, 0, -0.82217597961425781, 0.569233357906341552, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: The Waking Shores - Difficulty: 0) CreateObject1 +(@OGUID+59, 180408, 2444, 13644, 13644, '0', 0, 0, 1832.2691650390625, 1240.076416015625, 200.4716033935546875, 3.241843223571777343, 0, 0, -0.99874401092529296, 0.050104174762964248, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: The Waking Shores - Difficulty: 0) CreateObject1 +(@OGUID+60, 180415, 2444, 13644, 13644, '0', 0, 0, 1828.1632080078125, 1215.3385009765625, 192.0497894287109375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Waking Shores - Difficulty: 0) CreateObject1 +(@OGUID+61, 180523, 2444, 13644, 13644, '0', 0, 0, 1830.9791259765625, 1211.7396240234375, 190.861419677734375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: The Waking Shores - Difficulty: 0) CreateObject1 +(@OGUID+62, 407048, 2444, 13644, 13644, '0', 0, 0, 1825.907958984375, 1216.0347900390625, 190.861419677734375, 2.556131362915039062, 0, 0, 0.957459449768066406, 0.288567811250686645, 120, 255, 1, 51886), -- Candy Bucket (Area: The Waking Shores - Difficulty: 0) CreateObject1 +-- Ruby Lifeshrine +(@OGUID+63, 180405, 2444, 13644, 13728, '0', 0, 0, 1773.498291015625, 27.40625, 128.5318145751953125, 0.090937480330467224, 0, 0, 0.045453071594238281, 0.998966515064239501, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Ruby Life Pools - Difficulty: 0) CreateObject1 +(@OGUID+64, 180406, 2444, 13644, 13728, '0', 0, 0, 1805.9566650390625, 40.83159637451171875, 128.0596923828125, 3.440949440002441406, 0, 0, -0.98881912231445312, 0.149119973182678222, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Ruby Life Pools - Difficulty: 0) CreateObject1 +(@OGUID+65, 180407, 2444, 13644, 13728, '0', 0, 0, 1796.49658203125, 49.30902862548828125, 128.0612030029296875, 2.570615291595458984, 0, 0, 0.959524154663085937, 0.281626343727111816, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Ruby Life Pools - Difficulty: 0) CreateObject1 +(@OGUID+66, 180408, 2444, 13644, 13728, '0', 0, 0, 1856.9635009765625, 88.13021087646484375, 100.8248977661132812, 3.241843223571777343, 0, 0, -0.99874401092529296, 0.050104174762964248, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Ruby Life Pools - Difficulty: 0) CreateObject1 +(@OGUID+67, 180415, 2444, 13644, 13728, '0', 0, 0, 1811.6441650390625, 46.57291793823242187, 128.0375823974609375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Ruby Life Pools - Difficulty: 0) CreateObject1 +(@OGUID+68, 180523, 2444, 13644, 13728, '0', 0, 0, 1782.689208984375, 32.95659637451171875, 127.9871368408203125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: Ruby Life Pools - Difficulty: 0) CreateObject1 +(@OGUID+69, 401729, 2444, 13644, 13728, '0', 0, 0, 1791.670166015625, 24.63888931274414062, 127.9871368408203125, 2.733020544052124023, 0, 0, 0.979206085205078125, 0.202868074178695678, 120, 255, 1, 51886), -- Candy Bucket (Area: Ruby Life Pools - Difficulty: 0) CreateObject1 +-- Apex Observatory +(@OGUID+70, 180405, 2444, 13644, 13734, '0', 0, 0, 989.43927001953125, 2710.264892578125, 204.5272064208984375, 5.432066917419433593, 0, 0, -0.41283035278320312, 0.910807967185974121, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Apex Canopy - Difficulty: 0) CreateObject1 +(@OGUID+71, 180406, 2444, 13644, 13734, '0', 0, 0, 989.5086669921875, 2694.106689453125, 210.6147003173828125, 5.259614467620849609, 0.119386672973632812, -0.10126209259033203, -0.4796457290649414, 0.863384485244750976, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Apex Canopy - Difficulty: 0) CreateObject1 +(@OGUID+72, 180407, 2444, 13644, 13734, '0', 0, 0, 987.54168701171875, 2698.71875, 201.8315277099609375, 4.950593948364257812, 0, 0, -0.61807823181152343, 0.786116600036621093, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Apex Canopy - Difficulty: 0) CreateObject1 +(@OGUID+73, 180408, 2444, 13644, 13734, '0', 0, 0, 1005.048583984375, 2717.462646484375, 204.9883575439453125, 5.884125232696533203, 0, 0, -0.19820880889892578, 0.98015981912612915, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Apex Canopy - Difficulty: 0) CreateObject1 +(@OGUID+74, 180415, 2444, 13644, 13734, '0', 0, 0, 1006.890625, 2702.809814453125, 203.259124755859375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Apex Canopy - Difficulty: 0) CreateObject1 +(@OGUID+75, 180523, 2444, 13644, 13734, '0', 0, 0, 1005.151123046875, 2701.075439453125, 201.6615753173828125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: Apex Canopy - Difficulty: 0) CreateObject1 +(@OGUID+76, 401727, 2444, 13644, 13734, '0', 0, 0, 1004.61798095703125, 2704.291748046875, 201.6610107421875, 5.191855430603027343, 0, 0, -0.51898670196533203, 0.854782342910766601, 120, 255, 1, 51886), -- Candy Bucket (Area: Apex Canopy - Difficulty: 0) CreateObject1 +-- Dragonscale Basecamp +(@OGUID+77, 180405, 2444, 13644, 13733, '0', 0, 0, 929.3819580078125, 855.76739501953125, 134.1906585693359375, 1.479012727737426757, 0.015749454498291015, 0.02207183837890625, 0.673563957214355468, 0.738631367683410644, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Wild Preserve - Difficulty: 0) CreateObject1 +(@OGUID+78, 180406, 2444, 13644, 13733, '0', 0, 0, 958.88543701171875, 883.50347900390625, 127.5243606567382812, 5.658230781555175781, 0, 0, -0.30741691589355468, 0.951574921607971191, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Wild Preserve - Difficulty: 0) CreateObject1 +(@OGUID+79, 180407, 2444, 13644, 13733, '0', 0, 0, 961.859375, 881.16668701171875, 127.5567626953125, 6.22019052505493164, 0, 0, -0.03149223327636718, 0.999503970146179199, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Wild Preserve - Difficulty: 0) CreateObject1 +(@OGUID+80, 180408, 2444, 13644, 13733, '0', 0, 0, 960.37152099609375, 882.9132080078125, 132.79449462890625, 0.026829570531845092, 0, 0, 0.013414382934570312, 0.99990999698638916, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Wild Preserve - Difficulty: 0) CreateObject1 +(@OGUID+81, 180415, 2444, 13644, 13733, '0', 0, 0, 970.9913330078125, 874.00518798828125, 127.8414535522460937, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Wild Preserve - Difficulty: 0) CreateObject1 +(@OGUID+82, 180523, 2444, 13644, 13733, '0', 0, 0, 940.22918701171875, 841.44097900390625, 130.0926055908203125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: Wild Preserve - Difficulty: 0) CreateObject1 +(@OGUID+83, 401728, 2444, 13644, 13733, '0', 0, 0, 940.50518798828125, 851.11114501953125, 130.4185943603515625, 1.088459610939025878, 0, 0, 0.517759323120117187, 0.855526328086853027, 120, 255, 1, 51886); -- Candy Bucket (Area: Wild Preserve - Difficulty: 0) CreateObject1 + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+83; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48), +(12, @OGUID+49), +(12, @OGUID+50), +(12, @OGUID+51), +(12, @OGUID+52), +(12, @OGUID+53), +(12, @OGUID+54), +(12, @OGUID+55), +(12, @OGUID+56), +(12, @OGUID+57), +(12, @OGUID+58), +(12, @OGUID+59), +(12, @OGUID+60), +(12, @OGUID+61), +(12, @OGUID+62), +(12, @OGUID+63), +(12, @OGUID+64), +(12, @OGUID+65), +(12, @OGUID+66), +(12, @OGUID+67), +(12, @OGUID+68), +(12, @OGUID+69), +(12, @OGUID+70), +(12, @OGUID+71), +(12, @OGUID+72), +(12, @OGUID+73), +(12, @OGUID+74), +(12, @OGUID+75), +(12, @OGUID+76), +(12, @OGUID+77), +(12, @OGUID+78), +(12, @OGUID+79), +(12, @OGUID+80), +(12, @OGUID+81), +(12, @OGUID+82), +(12, @OGUID+83); + +-- +SET @OGUID := 9803075; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 9003453 AND 9003522; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 9003453 AND 9003522; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 9003453 AND 9003522; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+69; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +-- Emberwatch +(@OGUID+0, 180405, 2444, 13645, 14097, '0', 0, 0, 176.0069427490234375, 1823.4461669921875, 365.55181884765625, 3.980521678924560546, 0, 0, -0.91330718994140625, 0.407271355390548706, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Sundapple Copse - Difficulty: 0) CreateObject1 +(@OGUID+1, 180406, 2444, 13645, 14097, '0', 0, 0, 193.2239532470703125, 1784.5242919921875, 369.353912353515625, 3.222458839416503906, 0, 0, -0.99918270111083984, 0.040422048419713974, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Sundapple Copse - Difficulty: 0) CreateObject1 +(@OGUID+2, 180407, 2444, 13645, 14097, '0', 0, 0, 191.421875, 1785.4739990234375, 366.957275390625, 3.464138984680175781, 0.166453361511230468, -0.18595790863037109, -0.96004486083984375, 0.126597210764884948, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Sundapple Copse - Difficulty: 0) CreateObject1 +(@OGUID+3, 180408, 2444, 13645, 14097, '0', 0, 0, 177.20660400390625, 1834.8524169921875, 365.483917236328125, 3.560665845870971679, -0.00829648971557617, -0.0158233642578125, -0.97793865203857421, 0.208126842975616455, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Sundapple Copse - Difficulty: 0) CreateObject1 +(@OGUID+4, 180415, 2444, 13645, 14097, '0', 0, 0, 194.44097900390625, 1793.5625, 365.575103759765625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Sundapple Copse - Difficulty: 0) CreateObject1 +(@OGUID+5, 180523, 2444, 13645, 14097, '0', 0, 0, 194.1770782470703125, 1789.2066650390625, 364.520416259765625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: Sundapple Copse - Difficulty: 0) CreateObject1 +(@OGUID+6, 401747, 2444, 13645, 14097, '0', 0, 0, 183.5729217529296875, 1803.5260009765625, 365.596160888671875, 2.489792346954345703, 0, 0, 0.947362899780273437, 0.320161730051040649, 120, 255, 1, 51886), -- Candy Bucket (Area: Sundapple Copse - Difficulty: 0) CreateObject1 +-- Timberstep Outpost +(@OGUID+7, 180405, 2444, 13645, 13745, '0', 0, 0, 96.59896087646484375, 380.6788330078125, 348.247406005859375, 1.209480047225952148, 0, 0, 0.568548202514648437, 0.822649955749511718, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Mirewood Fen - Difficulty: 0) CreateObject1 +(@OGUID+8, 180406, 2444, 13645, 13745, '0', 0, 0, 111.9322891235351562, 365.717010498046875, 344.08831787109375, 1.91261446475982666, 0, 0, 0.817068099975585937, 0.57654118537902832, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Mirewood Fen - Difficulty: 0) CreateObject1 +(@OGUID+9, 180407, 2444, 13645, 13745, '0', 0, 0, 108.907989501953125, 362.133697509765625, 345.78521728515625, 2.063352584838867187, -0.03344345092773437, 0.030225753784179687, 0.857089042663574218, 0.513192296028137207, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Mirewood Fen - Difficulty: 0) CreateObject1 +(@OGUID+10, 180408, 2444, 13645, 13745, '0', 0, 0, 100.7413177490234375, 375.53125, 359.649017333984375, 1.520001530647277832, 0.017826080322265625, 0.0012054443359375, 0.688925743103027343, 0.72461169958114624, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Mirewood Fen - Difficulty: 0) CreateObject1 +(@OGUID+11, 180415, 2444, 13645, 13745, '0', 0, 0, 106.3003463745117187, 379.348968505859375, 344.756591796875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Mirewood Fen - Difficulty: 0) CreateObject1 +(@OGUID+12, 180523, 2444, 13645, 13745, '0', 0, 0, 102.4010391235351562, 369.3194580078125, 344.848388671875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: Mirewood Fen - Difficulty: 0) CreateObject1 +(@OGUID+13, 401744, 2444, 13645, 13745, '0', 0, 0, 107.7552108764648437, 379.689239501953125, 344.756591796875, 6.237390041351318359, 0, 0, -0.02289581298828125, 0.999737858772277832, 120, 255, 1, 51886), -- Candy Bucket (Area: Mirewood Fen - Difficulty: 0) CreateObject1 +-- Rusza'thar Reach +(@OGUID+14, 180405, 2444, 13645, 14690, '0', 0, 0, -362.6788330078125, 310.439239501953125, 519.60302734375, 2.96181035041809082, 0.105587482452392578, 0.12184906005859375, 0.983974456787109375, 0.076146833598613739, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Cascades Canyon - Difficulty: 0) CreateObject1 +(@OGUID+15, 180406, 2444, 13645, 13750, '0', 0, 0, -391.239593505859375, 349.380218505859375, 511.87347412109375, 4.251615524291992187, 0, 0, -0.84989452362060546, 0.526952862739562988, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Rusza'thar Reach - Difficulty: 0) CreateObject1 +(@OGUID+16, 180407, 2444, 13645, 13750, '0', 0, 0, -380.732635498046875, 347.291656494140625, 515.37750244140625, 4.741984844207763671, 0.037092208862304687, 0.025616645812988281, -0.696136474609375, 0.716492772102355957, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Rusza'thar Reach - Difficulty: 0) CreateObject1 +(@OGUID+17, 180408, 2444, 13645, 14690, '0', 0, 0, -358.46875, 309.164947509765625, 519.25640869140625, 3.007223129272460937, 0.023334026336669921, 0.049298286437988281, 0.996326446533203125, 0.066021420061588287, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Cascades Canyon - Difficulty: 0) CreateObject1 +(@OGUID+18, 180415, 2444, 13645, 14690, '0', 0, 0, -354.2257080078125, 318.69964599609375, 515.44287109375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Cascades Canyon - Difficulty: 0) CreateObject1 +(@OGUID+19, 180523, 2444, 13645, 14690, '0', 0, 0, -337.38714599609375, 337.001739501953125, 515.6746826171875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: Cascades Canyon - Difficulty: 0) CreateObject1 +(@OGUID+20, 401743, 2444, 13645, 14690, '0', 0, 0, -363.7257080078125, 318.609375, 515.42144775390625, 3.54848790168762207, 0, 0, -0.97937583923339843, 0.202046975493431091, 120, 255, 1, 51886), -- Candy Bucket (Area: Cascades Canyon - Difficulty: 0) CreateObject1 +-- Maruukai +(@OGUID+21, 180405, 2444, 13645, 13645, '0', 0, 0, -632.0555419921875, 2074.70654296875, 454.94635009765625, 4.346125602722167968, 0, 0, -0.82405376434326171, 0.566511571407318115, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Ohn'ahran Plains - Difficulty: 0) CreateObject1 +(@OGUID+22, 180406, 2444, 13645, 13645, '0', 0, 0, -639.04864501953125, 2066.4375, 454.4283447265625, 4.437573432922363281, 0, 0, -0.79729843139648437, 0.603585302829742431, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Ohn'ahran Plains - Difficulty: 0) CreateObject1 +(@OGUID+23, 180407, 2444, 13645, 13645, '0', 0, 0, -630.34552001953125, 2075.904541015625, 455.098663330078125, 4.535150527954101562, 0, 0, -0.76691341400146484, 0.641750574111938476, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Ohn'ahran Plains - Difficulty: 0) CreateObject1 +(@OGUID+24, 180408, 2444, 13645, 13645, '0', 0, 0, -635.65625, 2067.989501953125, 469.813262939453125, 4.403525352478027343, 0, 0, -0.80745792388916015, 0.589925169944763183, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Ohn'ahran Plains - Difficulty: 0) CreateObject1 +(@OGUID+25, 180415, 2444, 13645, 13645, '0', 0, 0, -635.467041015625, 2071.994873046875, 456.430938720703125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Ohn'ahran Plains - Difficulty: 0) CreateObject1 +(@OGUID+26, 180523, 2444, 13645, 13645, '0', 0, 0, -629.263916015625, 2055.34716796875, 454.96026611328125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: Ohn'ahran Plains - Difficulty: 0) CreateObject1 +(@OGUID+27, 401739, 2444, 13645, 13645, '0', 0, 0, -626.90625, 2054.19970703125, 456.470428466796875, 3.248153448104858398, 0, 0, -0.9985809326171875, 0.053255122154951095, 120, 255, 1, 51886), -- Candy Bucket (Area: Ohn'ahran Plains - Difficulty: 0) CreateObject1 +-- Broadhoof Outpost +(@OGUID+28, 180405, 2444, 13645, 14356, '0', 0, 0, -638.50347900390625, 3324.982666015625, 395.802764892578125, 4.153369426727294921, 0, 0, -0.87474441528320312, 0.484584569931030273, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Mallakh - Difficulty: 0) CreateObject1 +(@OGUID+29, 180406, 2444, 13645, 14356, '0', 0, 0, -633.2569580078125, 3337.326416015625, 395.78729248046875, 5.131755828857421875, 0, 0, -0.5444345474243164, 0.838803291320800781, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Mallakh - Difficulty: 0) CreateObject1 +(@OGUID+30, 180407, 2444, 13645, 14356, '0', 0, 0, -640.74481201171875, 3320.92529296875, 399.133941650390625, 4.197048187255859375, 0.0426177978515625, 0.014690399169921875, -0.86327075958251953, 0.502724111080169677, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: The Mallakh - Difficulty: 0) CreateObject1 +(@OGUID+31, 180408, 2444, 13645, 14356, '0', 0, 0, -630.9461669921875, 3338.960205078125, 402.01641845703125, 4.547669410705566406, 0.00018930435180664, -0.01786613464355468, -0.76265811920166015, 0.646555006504058837, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: The Mallakh - Difficulty: 0) CreateObject1 +(@OGUID+32, 180415, 2444, 13645, 14356, '0', 0, 0, -619.5555419921875, 3328.663330078125, 397.373321533203125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Mallakh - Difficulty: 0) CreateObject1 +(@OGUID+33, 180523, 2444, 13645, 14356, '0', 0, 0, -623.263916015625, 3331.3603515625, 395.769683837890625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: The Mallakh - Difficulty: 0) CreateObject1 +(@OGUID+34, 401738, 2444, 13645, 14356, '0', 0, 0, -628.1961669921875, 3320.762939453125, 395.787750244140625, 3.390053272247314453, 0, 0, -0.99229335784912109, 0.123910926282405853, 120, 255, 1, 51886), -- Candy Bucket (Area: The Mallakh - Difficulty: 0) CreateObject1 +-- Shady Sanctuary +(@OGUID+35, 180405, 2444, 13645, 14010, '0', 0, 0, -1588.6441650390625, 4636.81787109375, 156.6461639404296875, 1.802878260612487792, 0, 0, 0.784220695495605468, 0.62048196792602539, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Shady Sanctuary - Difficulty: 0) CreateObject1 +(@OGUID+36, 180406, 2444, 13645, 14010, '0', 0, 0, -1583.6163330078125, 4647.42529296875, 156.648193359375, 1.0690155029296875, 0, 0, 0.509417533874511718, 0.860519468784332275, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Shady Sanctuary - Difficulty: 0) CreateObject1 +(@OGUID+37, 180407, 2444, 13645, 14010, '0', 0, 0, -1636.1978759765625, 4702.74560546875, 160.6602325439453125, 0.288868308067321777, 0.002313137054443359, 0.045019149780273437, 0.143402099609375, 0.988637328147888183, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Shady Sanctuary - Difficulty: 0) CreateObject1 +(@OGUID+38, 180408, 2444, 13645, 14010, '0', 0, 0, -1630.6441650390625, 4655.9912109375, 158.2729644775390625, 2.03448343276977539, 0.016932964324951171, 0.005701065063476562, 0.850607872009277343, 0.525496900081634521, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Shady Sanctuary - Difficulty: 0) CreateObject1 +(@OGUID+39, 180415, 2444, 13645, 14010, '0', 0, 0, -1631.93408203125, 4662.556640625, 158.1465301513671875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Shady Sanctuary - Difficulty: 0) CreateObject1 +(@OGUID+40, 180523, 2444, 13645, 14010, '0', 0, 0, -1639.9896240234375, 4662.3974609375, 156.5736846923828125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: Shady Sanctuary - Difficulty: 0) CreateObject1 +(@OGUID+41, 401740, 2444, 13645, 14010, '0', 0, 0, -1637.0191650390625, 4653.06689453125, 156.5736846923828125, 1.569194197654724121, 0, 0, 0.706540107727050781, 0.70767301321029663, 120, 255, 1, 51886), -- Candy Bucket (Area: Shady Sanctuary - Difficulty: 0) CreateObject1 +-- Teerakai +(@OGUID+42, 180405, 2444, 13645, 13780, '0', 0, 0, -1624.5382080078125, 3652.260498046875, 489.963714599609375, 2.845865249633789062, 0, 0, 0.989088058471679687, 0.14732547104358673, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Teerakai - Difficulty: 0) CreateObject1 +(@OGUID+43, 180406, 2444, 13645, 13780, '0', 0, 0, -1650.5416259765625, 3633.694580078125, 490.698516845703125, 3.035678386688232421, 0, 0, 0.998598098754882812, 0.052932366728782653, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Teerakai - Difficulty: 0) CreateObject1 +(@OGUID+44, 180407, 2444, 13645, 13780, '0', 0, 0, -1627.6353759765625, 3654.6962890625, 488.909088134765625, 3.646194934844970703, 0.045006752014160156, 0.002546310424804687, -0.9674530029296875, 0.249003216624259948, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Teerakai - Difficulty: 0) CreateObject1 +(@OGUID+45, 180408, 2444, 13645, 13780, '0', 0, 0, -1629.421875, 3654.217041015625, 494.733612060546875, 3.847243309020996093, -0.0059518814086914, -0.0168466567993164, -0.93819618225097656, 0.345642417669296264, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Teerakai - Difficulty: 0) CreateObject1 +(@OGUID+46, 180415, 2444, 13645, 13780, '0', 0, 0, -1643.4617919921875, 3646.056396484375, 491.15570068359375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Teerakai - Difficulty: 0) CreateObject1 +(@OGUID+47, 180523, 2444, 13645, 13780, '0', 0, 0, -1628.5382080078125, 3644.86376953125, 488.9112548828125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: Teerakai - Difficulty: 0) CreateObject1 +(@OGUID+48, 401745, 2444, 13645, 13780, '0', 0, 0, -1629.9322509765625, 3647.337646484375, 488.907379150390625, 5.046252727508544921, 0, 0, -0.57978630065917968, 0.814768552780151367, 120, 255, 1, 51886), -- Candy Bucket (Area: Teerakai - Difficulty: 0) CreateObject1 +-- Pinewood Post +(@OGUID+49, 180405, 2444, 13645, 13645, '0', 0, 0, -1562.7100830078125, 666.47918701171875, 523.6220703125, 2.842466592788696289, 0, 0, 0.988836288452148437, 0.149006009101867675, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Ohn'ahran Plains - Difficulty: 0) CreateObject1 +(@OGUID+50, 180406, 2444, 13645, 13645, '0', 0, 0, -1558.40625, 663.53643798828125, 523.8656005859375, 3.40568089485168457, 0, 0, -0.99129486083984375, 0.131660625338554382, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Ohn'ahran Plains - Difficulty: 0) CreateObject1 +(@OGUID+51, 180407, 2444, 13645, 13645, '0', 0, 0, -1557.625, 661.34375, 524.05303955078125, 3.148591279983520507, 0.044247150421142578, -0.00861644744873046, -0.9989786148071289, 0.003107402939349412, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Ohn'ahran Plains - Difficulty: 0) CreateObject1 +(@OGUID+52, 180408, 2444, 13645, 13645, '0', 0, 0, -1562.798583984375, 666.3194580078125, 525.16131591796875, 2.637249946594238281, -0.02588701248168945, -0.07900333404541015, 0.965131759643554687, 0.248211666941642761, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Ohn'ahran Plains - Difficulty: 0) CreateObject1 +(@OGUID+53, 180415, 2444, 13645, 13645, '0', 0, 0, -1575.673583984375, 652.953125, 525.10064697265625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Ohn'ahran Plains - Difficulty: 0) CreateObject1 +(@OGUID+54, 180523, 2444, 13645, 13645, '0', 0, 0, -1566.296875, 661.0225830078125, 523.6053466796875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: Ohn'ahran Plains - Difficulty: 0) CreateObject1 +(@OGUID+55, 401742, 2444, 13645, 13645, '0', 0, 0, -1567.701416015625, 663.765625, 523.60626220703125, 4.62982940673828125, 0, 0, -0.73568534851074218, 0.677323460578918457, 120, 255, 1, 51886), -- Candy Bucket (Area: Ohn'ahran Plains - Difficulty: 0) CreateObject1 +-- Ohn'iri Springs +(@OGUID+56, 180405, 2444, 13645, 13776, '0', 0, 0, -2443.177001953125, 2501.911376953125, 624.02081298828125, 2.842466592788696289, 0, 0, 0.988836288452148437, 0.149006009101867675, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Ohn'ir Geysers - Difficulty: 0) CreateObject1 +(@OGUID+57, 180406, 2444, 13645, 13776, '0', 0, 0, -2435.8525390625, 2493.5869140625, 624.04180908203125, 2.867159605026245117, 0, 0, 0.9906005859375, 0.136786311864852905, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Ohn'ir Geysers - Difficulty: 0) CreateObject1 +(@OGUID+58, 180407, 2444, 13645, 13776, '0', 0, 0, -2451.42529296875, 2504.640625, 625.08709716796875, 3.690885066986083984, 0.044938564300537109, 0.003550529479980468, -0.96164798736572265, 0.270556956529617309, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Ohn'ir Geysers - Difficulty: 0) CreateObject1 +(@OGUID+59, 180408, 2444, 13645, 13776, '0', 0, 0, -2438.741455078125, 2498.194580078125, 635.96820068359375, 2.544732570648193359, 0.065829277038574218, 0.178236961364746093, 0.938982963562011718, 0.286721318960189819, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Ohn'ir Geysers - Difficulty: 0) CreateObject1 +(@OGUID+60, 180415, 2444, 13645, 13776, '0', 0, 0, -2450.8125, 2485.59716796875, 625.6600341796875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Ohn'ir Geysers - Difficulty: 0) CreateObject1 +(@OGUID+61, 180523, 2444, 13645, 13776, '0', 0, 0, -2447.87841796875, 2485.5712890625, 624.03955078125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: Ohn'ir Geysers - Difficulty: 0) CreateObject1 +(@OGUID+62, 401741, 2444, 13645, 13776, '0', 0, 0, -2452.7744140625, 2493.444580078125, 624.2664794921875, 1.961282610893249511, 0, 0, 0.830854415893554687, 0.556489825248718261, 120, 255, 1, 51886), -- Candy Bucket (Area: Ohn'ir Geysers - Difficulty: 0) CreateObject1 +-- Forkriver Crossing +(@OGUID+63, 180405, 2444, 13645, 13645, '0', 0, 0, -2635.6650390625, 1366.7586669921875, 552.29779052734375, 3.38294839859008789, 0, 0, -0.99272727966308593, 0.120385095477104187, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Ohn'ahran Plains - Difficulty: 0) CreateObject1 +(@OGUID+64, 180406, 2444, 13645, 13645, '0', 0, 0, -2643.364501953125, 1364.6024169921875, 564.5208740234375, 3.556759595870971679, 0, 0, -0.9785318374633789, 0.206095755100250244, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Ohn'ahran Plains - Difficulty: 0) CreateObject1 +(@OGUID+65, 180407, 2444, 13645, 13645, '0', 0, 0, -2633.286376953125, 1366.0728759765625, 550.7833251953125, 3.614762783050537109, 0.045041084289550781, 0.00183868408203125, -0.97124671936035156, 0.233768448233604431, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Ohn'ahran Plains - Difficulty: 0) CreateObject1 +(@OGUID+66, 180408, 2444, 13645, 13645, '0', 0, 0, -2643.916748046875, 1354.6961669921875, 565.82916259765625, 2.952849388122558593, 0.012651443481445312, 0.012616157531738281, 0.995406150817871093, 0.094060383737087249, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Ohn'ahran Plains - Difficulty: 0) CreateObject1 +(@OGUID+67, 180415, 2444, 13645, 13645, '0', 0, 0, -2648.095458984375, 1368.3941650390625, 552.84014892578125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Ohn'ahran Plains - Difficulty: 0) CreateObject1 +(@OGUID+68, 180523, 2444, 13645, 13645, '0', 0, 0, -2638.79345703125, 1354.0885009765625, 550.927978515625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: Ohn'ahran Plains - Difficulty: 0) CreateObject1 +(@OGUID+69, 401746, 2444, 13645, 13645, '0', 0, 0, -2638.251708984375, 1357.107666015625, 550.8975830078125, 3.94812321662902832, 0, 0, -0.9197845458984375, 0.392423748970031738, 120, 255, 1, 51886); -- Candy Bucket (Area: Ohn'ahran Plains - Difficulty: 0) CreateObject1 + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+69; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48), +(12, @OGUID+49), +(12, @OGUID+50), +(12, @OGUID+51), +(12, @OGUID+52), +(12, @OGUID+53), +(12, @OGUID+54), +(12, @OGUID+55), +(12, @OGUID+56), +(12, @OGUID+57), +(12, @OGUID+58), +(12, @OGUID+59), +(12, @OGUID+60), +(12, @OGUID+61), +(12, @OGUID+62), +(12, @OGUID+63), +(12, @OGUID+64), +(12, @OGUID+65), +(12, @OGUID+66), +(12, @OGUID+67), +(12, @OGUID+68), +(12, @OGUID+69); + +-- +SET @OGUID := 9803145; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 9003523 AND 9003550; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 9003523 AND 9003550; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 9003523 AND 9003550; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+27; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +-- Algeth'era Court +(@OGUID+0, 180405, 2444, 13647, 13873, '0', 0, 0, 1310.5677490234375, -1944.8160400390625, 520.36663818359375, 1.39971017837524414, 0, 0, 0.644106864929199218, 0.764935493469238281, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Steelcliff Passage - Difficulty: 0) CreateObject1 +(@OGUID+1, 180406, 2444, 13647, 13873, '0', 0, 0, 1313.6041259765625, -1941.6910400390625, 520.4713134765625, 0.925874292850494384, 0, 0, 0.446578025817871093, 0.894744694232940673, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Steelcliff Passage - Difficulty: 0) CreateObject1 +(@OGUID+2, 180407, 2444, 13647, 13873, '0', 0, 0, 1310.2239990234375, -1941.611083984375, 520.4713134765625, 1.273770332336425781, 0, 0, 0.594694137573242187, 0.803952038288116455, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Steelcliff Passage - Difficulty: 0) CreateObject1 +(@OGUID+3, 180408, 2444, 13647, 13873, '0', 0, 0, 1316.63720703125, -1944.30908203125, 520.6090087890625, 5.917185783386230468, 0, 0, -0.18198013305664062, 0.983302235603332519, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Steelcliff Passage - Difficulty: 0) CreateObject1 +(@OGUID+4, 180415, 2444, 13647, 13873, '0', 0, 0, 1354.1632080078125, -1989.2691650390625, 519.24981689453125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Steelcliff Passage - Difficulty: 0) CreateObject1 +(@OGUID+5, 180523, 2444, 13647, 13873, '0', 0, 0, 1313.38720703125, -1944.9879150390625, 520.36663818359375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: Steelcliff Passage - Difficulty: 0) CreateObject1 +(@OGUID+6, 401751, 2444, 13647, 13873, '0', 0, 0, 1321.8646240234375, -1951.6163330078125, 521.42132568359375, 0.34250536561012268, 0, 0, 0.170416831970214843, 0.985372066497802734, 120, 255, 1, 51886), -- Candy Bucket (Area: Steelcliff Passage - Difficulty: 0) CreateObject1 +-- Gelikyr Post +(@OGUID+7, 180405, 2444, 13647, 0, '0', 0, 0, -463.861114501953125, -2188.657958984375, 1028.0235595703125, 2.625766754150390625, -0.11681652069091796, -0.01913261413574218, 0.961453437805175781, 0.248183682560920715, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+8, 180406, 2444, 13647, 0, '0', 0, 0, -463.916656494140625, -2179.470458984375, 1027.6673583984375, 1.910449147224426269, 0, 0, 0.816443443298339843, 0.57742542028427124, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+9, 180407, 2444, 13647, 0, '0', 0, 0, -485.017364501953125, -2203.47216796875, 1033.185302734375, 4.091075420379638671, 0, 0, -0.88941097259521484, 0.45710843801498413, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+10, 180408, 2444, 13647, 0, '0', 0, 0, -464.076385498046875, -2179.43408203125, 1029.263427734375, 1.482237577438354492, 0, 0, 0.675113677978515625, 0.73771369457244873, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+11, 180415, 2444, 13647, 0, '0', 0, 0, -506.416656494140625, -2190.036376953125, 1031.6568603515625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+12, 180523, 2444, 13647, 0, '0', 0, 0, -501.696197509765625, -2182.80029296875, 1030.4566650390625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+13, 401750, 2444, 13647, 0, '0', 0, 0, -506.133697509765625, -2186.798583984375, 1031.627197265625, 1.31940460205078125, 0, 0, 0.612881660461425781, 0.790174722671508789, 120, 255, 1, 51886), -- Candy Bucket (Area: 0 - Difficulty: 0) CreateObject1 +-- Garden Shrine +(@OGUID+14, 180405, 2444, 13647, 13812, '0', 0, 0, -1138.3785400390625, -429.25, 1012.46588134765625, 6.133885860443115234, -0.0401010513305664, 0.1113739013671875, -0.06881332397460937, 0.990581870079040527, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Gardens of Unity - Difficulty: 0) CreateObject1 +(@OGUID+15, 180406, 2444, 13647, 13812, '0', 0, 0, -1140.6978759765625, -425.795135498046875, 1011.91357421875, 5.620652198791503906, 0, 0, -0.3252410888671875, 0.945631086826324462, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Gardens of Unity - Difficulty: 0) CreateObject1 +(@OGUID+16, 180407, 2444, 13647, 13812, '0', 0, 0, -1144.46533203125, -447.376739501953125, 1009.8446044921875, 6.102730751037597656, 0, 0, -0.09010505676269531, 0.995932281017303466, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Gardens of Unity - Difficulty: 0) CreateObject1 +(@OGUID+17, 180408, 2444, 13647, 13812, '0', 0, 0, -1139.21533203125, -430.401031494140625, 1020.273681640625, 0.045608066022396087, -0.31864070892333984, -0.11713314056396484, -0.01609992980957031, 0.940472602844238281, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Gardens of Unity - Difficulty: 0) CreateObject1 +(@OGUID+18, 180415, 2444, 13647, 13812, '0', 0, 0, -1143.8228759765625, -426.0225830078125, 1011.3751220703125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Gardens of Unity - Difficulty: 0) CreateObject1 +(@OGUID+19, 180523, 2444, 13647, 13812, '0', 0, 0, -1132.625, -430.19097900390625, 1009.78680419921875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: Gardens of Unity - Difficulty: 0) CreateObject1 +(@OGUID+20, 401749, 2444, 13647, 13812, '0', 0, 0, -1140.1146240234375, -433.015625, 1009.78680419921875, 5.662631034851074218, 0, 0, -0.30532264709472656, 0.952248990535736083, 120, 255, 1, 51886), -- Candy Bucket (Area: Gardens of Unity - Difficulty: 0) CreateObject1 +-- Temporal Conflux +(@OGUID+21, 180405, 2444, 13647, 13818, '0', 0, 0, -1376.29345703125, -2939.907958984375, 1181.672607421875, 2.051589012145996093, 0, 0, 0.855126380920410156, 0.518419623374938964, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Temporal Conflux - Difficulty: 0) CreateObject1 +(@OGUID+22, 180406, 2444, 13647, 13818, '0', 0, 0, -1376.0538330078125, -2933.28466796875, 1181.655029296875, 1.853142142295837402, 0, 0, 0.799565315246582031, 0.600579142570495605, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Temporal Conflux - Difficulty: 0) CreateObject1 +(@OGUID+23, 180407, 2444, 13647, 13818, '0', 0, 0, -1384.77783203125, -2952.833251953125, 1174.5445556640625, 2.338095664978027343, 0, 0, 0.920378684997558593, 0.391028225421905517, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Temporal Conflux - Difficulty: 0) CreateObject1 +(@OGUID+24, 180408, 2444, 13647, 13818, '0', 0, 0, -1380.7708740234375, -2936.536376953125, 1187.302001953125, 1.816532850265502929, 0.017452716827392578, 0.003826141357421875, 0.788409233093261718, 0.614891588687896728, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Temporal Conflux - Difficulty: 0) CreateObject1 +(@OGUID+25, 180415, 2444, 13647, 13818, '0', 0, 0, -1374.8472900390625, -2931.673583984375, 1176.301025390625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Temporal Conflux - Difficulty: 0) CreateObject1 +(@OGUID+26, 180523, 2444, 13647, 13818, '0', 0, 0, -1382.54345703125, -2950.185791015625, 1174.5167236328125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: Temporal Conflux - Difficulty: 0) CreateObject1 +(@OGUID+27, 401748, 2444, 13647, 13818, '0', 0, 0, -1375.3367919921875, -2941.20654296875, 1174.4007568359375, 2.218640565872192382, 0, 0, 0.895396232604980468, 0.445270270109176635, 120, 255, 1, 51886); -- Candy Bucket (Area: Temporal Conflux - Difficulty: 0) CreateObject1 + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+27; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27); + +-- +SET @OGUID := 9803173; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 9003551 AND 9003806; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 9003551 AND 9003806; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 9003551 AND 9003806; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+255; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 2444, 13862, 13862, '0', 0, 0, 96.876739501953125, -702.732666015625, 795.47332763671875, 5.868326663970947265, 0, 0, -0.20594501495361328, 0.978563547134399414, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+1, 180405, 2444, 13862, 13862, '0', 0, 0, 180.22222900390625, -1005.6492919921875, 873.62554931640625, 3.907047748565673828, 0, 0, -0.92764949798583984, 0.37345200777053833, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+2, 180405, 2444, 13862, 13862, '0', 0, 0, 77.0711822509765625, -816.1319580078125, 846.95758056640625, 0.39008563756942749, 0, 0, 0.193808555603027343, 0.981039345264434814, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+3, 180405, 2444, 13862, 13862, '0', 0, 0, 83.52951812744140625, -908.51043701171875, 840.43017578125, 3.907047748565673828, 0, 0, -0.92764949798583984, 0.37345200777053833, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+4, 180405, 2444, 13862, 13862, '0', 0, 0, 153.125, -897.765625, 840.29278564453125, 0.011522356420755386, 0, 0, 0.005761146545410156, 0.999983370304107666, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+5, 180405, 2444, 13862, 13862, '0', 0, 0, 211.8211822509765625, -873.592041015625, 844.20538330078125, 0.011522356420755386, 0, 0, 0.005761146545410156, 0.999983370304107666, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+6, 180405, 2444, 13862, 13862, '0', 0, 0, 83.71701812744140625, -927.1475830078125, 840.58489990234375, 0.097288347780704498, 0, 0, 0.048624992370605468, 0.998817086219787597, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+7, 180405, 2444, 13862, 13862, '0', 0, 0, 88.2274322509765625, -1009.14410400390625, 838.64239501953125, 2.447206497192382812, 0, 0, 0.940331459045410156, 0.340259790420532226, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+8, 180405, 2444, 13862, 13862, '0', 0, 0, 61.49652862548828125, -821.5069580078125, 846.96368408203125, 1.565440535545349121, 0, 0, 0.705210685729980468, 0.708997845649719238, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+9, 180405, 2444, 13862, 13862, '0', 0, 0, 99.76909637451171875, -1006.484375, 838.64239501953125, 5.346525192260742187, 0, 0, -0.45139694213867187, 0.892323255538940429, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+10, 180405, 2444, 13862, 13862, '0', 0, 0, 48.3836822509765625, -879.0086669921875, 834.38116455078125, 1.212920427322387695, 0, 0, 0.569962501525878906, 0.821670711040496826, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+11, 180405, 2444, 13862, 13862, '0', 0, 0, 239.1961822509765625, -1068.545166015625, 871.00775146484375, 2.770532608032226562, 0, 0, 0.982838630676269531, 0.184467434883117675, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+12, 180405, 2444, 13862, 13862, '0', 0, 0, 310.0850830078125, -1048.9271240234375, 871.356689453125, 4.288727283477783203, 0, 0, -0.83997058868408203, 0.542631924152374267, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+13, 180405, 2444, 13862, 13862, '0', 0, 0, 286.592010498046875, -1088.8680419921875, 894.65972900390625, 5.365308761596679687, 0.537177085876464843, -0.23068046569824218, -0.37937831878662109, 0.717146694660186767, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+14, 180405, 2444, 13862, 14489, '0', 0, 0, 197.796875, -1247.951416015625, 937.302001953125, 0.011522356420755386, 0, 0, 0.005761146545410156, 0.999983370304107666, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Seat of the Aspects - Difficulty: 0) CreateObject1 +(@OGUID+15, 180405, 2444, 13862, 14489, '0', 0, 0, 106.8420181274414062, -1277.4757080078125, 909.53607177734375, 5.560668468475341796, 0, 0, -0.35345172882080078, 0.935452759265899658, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Seat of the Aspects - Difficulty: 0) CreateObject1 +(@OGUID+16, 180405, 2444, 13862, 0, '0', 0, 0, -121.286460876464843, -895.31427001953125, 807.7607421875, 0.442393839359283447, 0, 0, 0.219397544860839843, 0.975635528564453125, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+17, 180405, 2444, 13862, 0, '0', 0, 0, -78.1597213745117187, -766.420166015625, 794.4818115234375, 1.936151027679443359, 0, 0, 0.823796272277832031, 0.566885948181152343, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+18, 180405, 2444, 13862, 0, '0', 0, 0, -23.6614589691162109, -712.3125, 792.06329345703125, 0.522401392459869384, 0, 0, 0.258240699768066406, 0.96608060598373413, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+19, 180405, 2444, 13862, 0, '0', 0, 0, 83.6475677490234375, -667.5086669921875, 778.115234375, 3.164867639541625976, 0, 0, -0.99993228912353515, 0.011637085117399692, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+20, 180405, 2444, 13862, 14509, '0', 0, 0, -27.75, -624.67535400390625, 775.17919921875, 1.711881756782531738, 0, 0, 0.75518798828125, 0.655508279800415039, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Artisan's Market - Difficulty: 0) CreateObject1 +(@OGUID+21, 180405, 2444, 13862, 14509, '0', 0, 0, 107.9461822509765625, -629.545166015625, 773.6961669921875, 5.339732646942138671, 0, 0, -0.45442485809326171, 0.890785098075866699, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Artisan's Market - Difficulty: 0) CreateObject1 +(@OGUID+22, 180405, 2444, 13862, 14509, '0', 0, 0, 175.859375, -590.3125, 815.6900634765625, 2.700339078903198242, 0, 0, 0.975760459899902343, 0.218841254711151123, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Artisan's Market - Difficulty: 0) CreateObject1 +(@OGUID+23, 180405, 2444, 13862, 14509, '0', 0, 0, 202.75, -573.3350830078125, 816.44842529296875, 3.102045297622680664, 0, 0, 0.999804496765136718, 0.019772376865148544, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Artisan's Market - Difficulty: 0) CreateObject1 +(@OGUID+24, 180405, 2444, 13862, 14509, '0', 0, 0, 171.701385498046875, -497.6007080078125, 556.37371826171875, 3.907047748565673828, 0, 0, -0.92764949798583984, 0.37345200777053833, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Artisan's Market - Difficulty: 0) CreateObject1 +(@OGUID+25, 180405, 2444, 13862, 0, '0', 0, 0, 335.3350830078125, -526.3038330078125, 815.42352294921875, 0.011522356420755386, 0, 0, 0.005761146545410156, 0.999983370304107666, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+26, 180406, 2444, 13862, 13862, '0', 0, 0, 91.77777862548828125, -1071.4600830078125, 839.96075439453125, 2.106858253479003906, 0, 0, 0.869124412536621093, 0.494593530893325805, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+27, 180406, 2444, 13862, 13862, '0', 0, 0, 161.09722900390625, -913.15625, 840.78814697265625, 5.185945510864257812, 0, 0, -0.52151012420654296, 0.853245139122009277, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+28, 180406, 2444, 13862, 13862, '0', 0, 0, -13.65625, -839.935791015625, 838.17303466796875, 1.384068727493286132, -0.0933690071105957, -0.04703044891357421, 0.636449813842773437, 0.764200270175933837, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+29, 180406, 2444, 13862, 13862, '0', 0, 0, 60.97569656372070312, -706.3680419921875, 796.5821533203125, 0.919858813285827636, 0, 0, 0.443884849548339843, 0.896083831787109375, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+30, 180406, 2444, 13862, 13862, '0', 0, 0, 76.74826812744140625, -918.08160400390625, 840.46563720703125, 5.170873165130615234, 0, 0, -0.52792549133300781, 0.849290668964385986, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+31, 180406, 2444, 13862, 13862, '0', 0, 0, 2.708333253860473632, -714.97222900390625, 791.93292236328125, 6.015747547149658203, 0, 0, -0.13332080841064453, 0.991072893142700195, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+32, 180406, 2444, 13862, 13862, '0', 0, 0, 194.4340362548828125, -897.96527099609375, 842.90411376953125, 4.05912017822265625, 0, 0, -0.89660072326660156, 0.442839860916137695, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+33, 180406, 2444, 13862, 13862, '0', 0, 0, 27.17361068725585937, -883.81768798828125, 839.74371337890625, 3.777220964431762695, 0.004486560821533203, -0.26394462585449218, -0.90962791442871093, 0.320765018463134765, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+34, 180406, 2444, 13862, 13862, '0', 0, 0, 198.11285400390625, -980.39581298828125, 873.62554931640625, 5.063378810882568359, 0, 0, -0.57278823852539062, 0.819703400135040283, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+35, 180406, 2444, 13862, 13862, '0', 0, 0, 94.4913177490234375, -912.24481201171875, 840.48187255859375, 2.600977897644042968, 0, 0, 0.963688850402832031, 0.267027676105499267, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+36, 180406, 2444, 13862, 13862, '0', 0, 0, 276.53472900390625, -1015.8975830078125, 871.00775146484375, 6.271255016326904296, 0, 0, -0.00596523284912109, 0.999982178211212158, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+37, 180406, 2444, 13862, 13862, '0', 0, 0, 247.7899322509765625, -1074.045166015625, 871.00775146484375, 3.29228520393371582, 0, 0, -0.9971628189086914, 0.075274929404258728, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+38, 180406, 2444, 13862, 0, '0', 0, 0, 96.9756927490234375, -667.6944580078125, 778.115234375, 4.00110626220703125, 0, 0, -0.90906715393066406, 0.41664963960647583, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+39, 180406, 2444, 13862, 0, '0', 0, 0, 33.60763931274414062, -658.9913330078125, 773.87237548828125, 3.61051177978515625, 0, 0, -0.97264003753662109, 0.232317343354225158, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+40, 180406, 2444, 13862, 14509, '0', 0, 0, 206.1059112548828125, -642.76739501953125, 776.2564697265625, 4.960346221923828125, 0, 0, -0.61423778533935546, 0.789121031761169433, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Artisan's Market - Difficulty: 0) CreateObject1 +(@OGUID+41, 180406, 2444, 13862, 14509, '0', 0, 0, 175.2708282470703125, -563.55731201171875, 819.51739501953125, 0.541705787181854248, 0, 0, 0.267553329467773437, 0.963543057441711425, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Artisan's Market - Difficulty: 0) CreateObject1 +(@OGUID+42, 180406, 2444, 13862, 14509, '0', 0, 0, 197.017364501953125, -567.21356201171875, 816.42578125, 2.600977897644042968, 0, 0, 0.963688850402832031, 0.267027676105499267, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Artisan's Market - Difficulty: 0) CreateObject1 +(@OGUID+43, 180406, 2444, 13862, 14490, '0', 0, 0, 313.47222900390625, -547.9149169921875, 810.7244873046875, 5.985564231872558593, 0, 0, -0.14826202392578125, 0.98894810676574707, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Victorious Visage - Difficulty: 0) CreateObject1 +(@OGUID+44, 180406, 2444, 13862, 14509, '0', 0, 0, 174.638885498046875, -470.4757080078125, 555.61212158203125, 4.216994285583496093, 0, 0, -0.85888862609863281, 0.512162387371063232, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Artisan's Market - Difficulty: 0) CreateObject1 +(@OGUID+45, 180406, 2444, 13862, 14508, '0', 0, 0, 136.6788177490234375, -1329.142333984375, 937.04656982421875, 0.702602803707122802, 0, 0, 0.344120025634765625, 0.938925683498382568, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Emerald Enclave - Difficulty: 0) CreateObject1 +(@OGUID+46, 180407, 2444, 13862, 13862, '0', 0, 0, 65.89583587646484375, -985.7725830078125, 836.8428955078125, 2.953236341476440429, -0.03527688980102539, -0.12702655792236328, 0.98715972900390625, 0.090196989476680755, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+47, 180407, 2444, 13862, 13862, '0', 0, 0, 37.05729293823242187, -893.8819580078125, 834.36798095703125, 1.891085982322692871, 0, 0, 0.810814857482910156, 0.585302710533142089, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+48, 180407, 2444, 13862, 13862, '0', 0, 0, 83.8680572509765625, -702.68231201171875, 795.47113037109375, 1.269327878952026367, 0, 0, 0.592906951904296875, 0.805270969867706298, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+49, 180407, 2444, 13862, 13862, '0', 0, 0, -15.0972223281860351, -841.84375, 838.1722412109375, 1.53511810302734375, 0, 0, 0.694380760192871093, 0.719607770442962646, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+50, 180407, 2444, 13862, 13862, '0', 0, 0, 167.6527862548828125, -891.42535400390625, 844.11895751953125, 2.034287691116333007, 0, 0, 0.850609779357910156, 0.525797545909881591, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+51, 180407, 2444, 13862, 13862, '0', 0, 0, 162.1319427490234375, -921.82293701171875, 842.12176513671875, 5.004471302032470703, 0, 0, -0.5966796875, 0.802479505538940429, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+52, 180407, 2444, 13862, 13862, '0', 0, 0, 36.52604293823242187, -872.482666015625, 839.7340087890625, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+53, 180407, 2444, 13862, 13862, '0', 0, 0, -10.7013893127441406, -744.09722900390625, 793.13165283203125, 1.269327878952026367, 0, 0, 0.592906951904296875, 0.805270969867706298, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+54, 180407, 2444, 13862, 13862, '0', 0, 0, 94.53125, -923.70831298828125, 840.4517822265625, 1.269327878952026367, 0, 0, 0.592906951904296875, 0.805270969867706298, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+55, 180407, 2444, 13862, 13862, '0', 0, 0, 47.08333206176757812, -719.69964599609375, 796.58203125, 1.269327878952026367, 0, 0, 0.592906951904296875, 0.805270969867706298, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+56, 180407, 2444, 13862, 13862, '0', 0, 0, 131.623260498046875, -1081.595458984375, 843.10028076171875, 4.776509761810302734, 0, 0, -0.68407726287841796, 0.729409575462341308, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+57, 180407, 2444, 13862, 13862, '0', 0, 0, 284.8819580078125, -1022.1754150390625, 871.00775146484375, 5.889426708221435546, 0, 0, -0.19561004638671875, 0.98068171739578247, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+58, 180407, 2444, 13862, 13862, '0', 0, 0, 282.57464599609375, -1099.32470703125, 875.00274658203125, 4.306139945983886718, 0, 0, -0.83521461486816406, 0.549924135208129882, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+59, 180407, 2444, 13862, 0, '0', 0, 0, 108.895843505859375, -646.08160400390625, 773.6619873046875, 4.960747241973876953, 0, 0, -0.61407947540283203, 0.78924417495727539, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+60, 180407, 2444, 13862, 14509, '0', 0, 0, 164.282989501953125, -576.70660400390625, 819.44378662109375, 1.269327878952026367, 0, 0, 0.592906951904296875, 0.805270969867706298, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: The Artisan's Market - Difficulty: 0) CreateObject1 +(@OGUID+61, 180407, 2444, 13862, 14509, '0', 0, 0, 157.140625, -479.4375, 555.61065673828125, 3.41907668113708496, 0, 0, -0.99039077758789062, 0.138297200202941894, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: The Artisan's Market - Difficulty: 0) CreateObject1 +(@OGUID+62, 180407, 2444, 13862, 0, '0', 0, 0, 355.149322509765625, -520.7899169921875, 820.4925537109375, 5.623172760009765625, 0, 0, -0.32404899597167968, 0.946040272712707519, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+63, 180407, 2444, 13862, 0, '0', 0, 0, 80.390625, -1300.91845703125, 910.66754150390625, 4.250257492065429687, 0, 0, -0.85025215148925781, 0.526375651359558105, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+64, 180408, 2444, 13862, 13862, '0', 0, 0, 86.74652862548828125, -853.75, 844.10577392578125, 0.585771560668945312, 0, 0, 0.288716316223144531, 0.957414686679840087, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+65, 180408, 2444, 13862, 13862, '0', 0, 0, 42.453125, -777.5625, 795.81317138671875, 3.852457046508789062, 0, 0, -0.93749618530273437, 0.347995549440383911, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+66, 180408, 2444, 13862, 13862, '0', 0, 0, 156.3489532470703125, -900.85589599609375, 844.2490234375, 4.991048812866210937, 0, 0, -0.6020517349243164, 0.798457026481628417, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+67, 180408, 2444, 13862, 13862, '0', 0, 0, 34.84375, -896.61114501953125, 840.42578125, 0.494810938835144042, 0, 0, 0.244889259338378906, 0.96955108642578125, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+68, 180408, 2444, 13862, 13862, '0', 0, 0, 50.74479293823242187, -876.140625, 840.18292236328125, 1.227799057960510253, 0, 0, 0.576059341430664062, 0.817407906055450439, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+69, 180408, 2444, 13862, 13862, '0', 0, 0, 76.7569427490234375, -857.0711669921875, 844.10577392578125, 0.035173319280147552, 0, 0, 0.01758575439453125, 0.999845325946807861, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+70, 180408, 2444, 13862, 13862, '0', 0, 0, 52.15277862548828125, -771.87847900390625, 795.81317138671875, 3.29905104637145996, 0, 0, -0.9969024658203125, 0.07864776998758316, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+71, 180408, 2444, 13862, 13862, '0', 0, 0, 161.61285400390625, -909.92535400390625, 844.48028564453125, 5.447000026702880859, 0, 0, -0.40601825714111328, 0.913864970207214355, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+72, 180408, 2444, 13862, 13862, '0', 0, 0, -15.1440973281860351, -841.70489501953125, 839.73809814453125, 0.854479074478149414, 0, 0, 0.41436004638671875, 0.910113036632537841, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+73, 180408, 2444, 13862, 14489, '0', 0, 0, 198.01910400390625, -1247.7257080078125, 938.890869140625, 5.847690105438232421, 0, 0, -0.21603107452392578, 0.976386487483978271, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: The Seat of the Aspects - Difficulty: 0) CreateObject1 +(@OGUID+74, 180408, 2444, 13862, 14489, '0', 0, 0, 107.1215286254882812, -1277.4166259765625, 911.13360595703125, 5.181048870086669921, 0, 0, -0.52359771728515625, 0.851965665817260742, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: The Seat of the Aspects - Difficulty: 0) CreateObject1 +(@OGUID+75, 180408, 2444, 13862, 0, '0', 0, 0, -131.779510498046875, -895.65625, 809.06829833984375, 1.869703650474548339, 0, 0, 0.804511070251464843, 0.593937635421752929, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+76, 180408, 2444, 13862, 0, '0', 0, 0, -132.5625, -906.73956298828125, 808.97442626953125, 1.266082525253295898, 0, 0, 0.591599464416503906, 0.806232035160064697, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+77, 180408, 2444, 13862, 14509, '0', 0, 0, 205.7465362548828125, -632.25518798828125, 776.487548828125, 4.779922008514404296, 0, 0, -0.6828317642211914, 0.730575621128082275, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: The Artisan's Market - Difficulty: 0) CreateObject1 +(@OGUID+78, 180408, 2444, 13862, 14490, '0', 0, 0, 318.96527099609375, -554.171875, 814.51776123046875, 5.667538642883300781, 0, 0, -0.30298519134521484, 0.952995240688323974, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: The Victorious Visage - Difficulty: 0) CreateObject1 +(@OGUID+79, 180408, 2444, 13862, 0, '0', 0, 0, 80.3836822509765625, -1300.982666015625, 912.1251220703125, 4.022344589233398437, 0, 0, -0.90459156036376953, 0.426279395818710327, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+80, 180415, 2444, 13862, 13862, '0', 0, 0, -17.6927089691162109, -755.5694580078125, 792.7120361328125, 4.066620349884033203, 0, 0, -0.89493370056152343, 0.44619917869567871, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+81, 180415, 2444, 13862, 13862, '0', 0, 0, 4.940972328186035156, -740.578125, 792.50390625, 2.740161895751953125, 0, 0, 0.979924201965332031, 0.199370384216308593, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+82, 180415, 2444, 13862, 13862, '0', 0, 0, 73.46527862548828125, -814.984375, 845.1663818359375, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+83, 180415, 2444, 13862, 13862, '0', 0, 0, 44.72916793823242187, -733.75518798828125, 792.9232177734375, 4.380776405334472656, 0, 0, -0.81411552429199218, 0.580702960491180419, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+84, 180415, 2444, 13862, 13862, '0', 0, 0, 92.5086822509765625, -910.22393798828125, 840.13751220703125, 4.066620349884033203, 0, 0, -0.89493370056152343, 0.44619917869567871, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+85, 180415, 2444, 13862, 13862, '0', 0, 0, -21.135416030883789, -754.140625, 792.66107177734375, 4.625123500823974609, 0, 0, -0.73727703094482421, 0.67559051513671875, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+86, 180415, 2444, 13862, 13862, '0', 0, 0, 86.38541412353515625, -908.1875, 840.136962890625, 4.380776405334472656, 0, 0, -0.81411552429199218, 0.580702960491180419, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+87, 180415, 2444, 13862, 13862, '0', 0, 0, -17.8958339691162109, -841.826416015625, 839.01580810546875, 3.400501728057861328, 0, 0, -0.99163246154785156, 0.129093155264854431, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+88, 180415, 2444, 13862, 13862, '0', 0, 0, -32.8298606872558593, -762.123291015625, 792.73577880859375, 5.375615119934082031, 0, 0, -0.4383707046508789, 0.898794233798980712, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+89, 180415, 2444, 13862, 13862, '0', 0, 0, 89.90625, -915.7117919921875, 845.337890625, 4.625123500823974609, 0, 0, -0.73727703094482421, 0.67559051513671875, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+90, 180415, 2444, 13862, 13862, '0', 0, 0, 80.99652862548828125, -910.0069580078125, 840.13922119140625, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+91, 180415, 2444, 13862, 13862, '0', 0, 0, 77.3350677490234375, -920.62847900390625, 840.1361083984375, 5.375615119934082031, 0, 0, -0.4383707046508789, 0.898794233798980712, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+92, 180415, 2444, 13862, 13862, '0', 0, 0, 125.1111068725585937, -1076.2274169921875, 841.60406494140625, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+93, 180415, 2444, 13862, 13862, '0', 0, 0, 174.09722900390625, -892.03643798828125, 843.82684326171875, 4.066620349884033203, 0, 0, -0.89493370056152343, 0.44619917869567871, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+94, 180415, 2444, 13862, 13862, '0', 0, 0, 180.953125, -884.342041015625, 843.9676513671875, 2.740161895751953125, 0, 0, 0.979924201965332031, 0.199370384216308593, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+95, 180415, 2444, 13862, 13862, '0', 0, 0, 80.93228912353515625, -925.65972900390625, 840.14117431640625, 1.867502212524414062, 0, 0, 0.803856849670410156, 0.594822824001312255, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+96, 180415, 2444, 13862, 13862, '0', 0, 0, 99.5625, -1081.8177490234375, 841.42767333984375, 0.197880148887634277, 0, 0, 0.098778724670410156, 0.995109438896179199, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+97, 180415, 2444, 13862, 13862, '0', 0, 0, 195.8854217529296875, -869.72052001953125, 846.1949462890625, 4.380776405334472656, 0, 0, -0.81411552429199218, 0.580702960491180419, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+98, 180415, 2444, 13862, 13862, '0', 0, 0, -104.501739501953125, -880.123291015625, 807.05987548828125, 3.787337064743041992, 0, 0, -0.94832801818847656, 0.317291617393493652, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+99, 180415, 2444, 13862, 13862, '0', 0, 0, 71.42708587646484375, -836.87677001953125, 843.9068603515625, 4.625123500823974609, 0, 0, -0.73727703094482421, 0.67559051513671875, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+100, 180415, 2444, 13862, 13862, '0', 0, 0, 179.7881927490234375, -898.7274169921875, 842.959228515625, 3.990890979766845703, 0, 0, -0.91118335723876953, 0.412001103162765502, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+101, 180415, 2444, 13862, 13862, '0', 0, 0, -105.184028625488281, -875.15972900390625, 806.85003662109375, 0.616031348705291748, 0, 0, 0.303168296813964843, 0.952937006950378417, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+102, 180415, 2444, 13862, 13862, '0', 0, 0, -108.666656494140625, -871.326416015625, 806.9510498046875, 5.235987663269042968, 0, 0, -0.5, 0.866025388240814208, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+103, 180415, 2444, 13862, 13862, '0', 0, 0, 78.69965362548828125, -834.34027099609375, 843.90826416015625, 5.375615119934082031, 0, 0, -0.4383707046508789, 0.898794233798980712, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+104, 180415, 2444, 13862, 13862, '0', 0, 0, 82.77603912353515625, -917.8680419921875, 845.359619140625, 4.947877883911132812, 0, 0, -0.61914539337158203, 0.785276353359222412, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+105, 180415, 2444, 13862, 13862, '0', 0, 0, 174.9166717529296875, -891.78125, 843.39019775390625, 5.375615119934082031, 0, 0, -0.4383707046508789, 0.898794233798980712, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+106, 180415, 2444, 13862, 13862, '0', 0, 0, -49.5902786254882812, -780.248291015625, 792.38922119140625, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+107, 180415, 2444, 13862, 13862, '0', 0, 0, 66.82639312744140625, -816.05035400390625, 845.19677734375, 1.867502212524414062, 0, 0, 0.803856849670410156, 0.594822824001312255, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+108, 180415, 2444, 13862, 13862, '0', 0, 0, -15.5572919845581054, -839.23785400390625, 838.8358154296875, 2.385647773742675781, 0, 0, 0.929414749145507812, 0.369036853313446044, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+109, 180415, 2444, 13862, 13862, '0', 0, 0, -105.782989501953125, -885.09552001953125, 807.12579345703125, 2.740161895751953125, 0, 0, 0.979924201965332031, 0.199370384216308593, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+110, 180415, 2444, 13862, 13862, '0', 0, 0, 37.66666793823242187, -741.06597900390625, 793.02227783203125, 4.328419685363769531, 0, 0, -0.82903671264648437, 0.559194147586822509, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+111, 180415, 2444, 13862, 13862, '0', 0, 0, 4.121527671813964843, -744.7882080078125, 792.65167236328125, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+112, 180415, 2444, 13862, 13862, '0', 0, 0, 29.36284828186035156, -741.9444580078125, 792.78326416015625, 5.235987663269042968, 0, 0, -0.5, 0.866025388240814208, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+113, 180415, 2444, 13862, 13862, '0', 0, 0, 95.85764312744140625, -921.12847900390625, 840.13787841796875, 4.328419685363769531, 0, 0, -0.82903671264648437, 0.559194147586822509, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+114, 180415, 2444, 13862, 13862, '0', 0, 0, -2.58333325386047363, -752.34722900390625, 792.6424560546875, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+115, 180415, 2444, 13862, 13862, '0', 0, 0, 95.8038177490234375, -914.67706298828125, 840.13677978515625, 5.235987663269042968, 0, 0, -0.5, 0.866025388240814208, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+116, 180415, 2444, 13862, 13862, '0', 0, 0, -112.855903625488281, -868.38543701171875, 806.9012451171875, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+117, 180415, 2444, 13862, 13862, '0', 0, 0, 85.44097137451171875, -921.65277099609375, 845.35186767578125, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+118, 180415, 2444, 13862, 13862, '0', 0, 0, 99.73264312744140625, -1079.7066650390625, 841.42767333984375, 5.375615119934082031, 0, 0, -0.4383707046508789, 0.898794233798980712, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+119, 180415, 2444, 13862, 13862, '0', 0, 0, 197.8663177490234375, -891.08160400390625, 843.92193603515625, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+120, 180415, 2444, 13862, 13862, '0', 0, 0, 89.88541412353515625, -920.30035400390625, 845.322265625, 2.740161895751953125, 0, 0, 0.979924201965332031, 0.199370384216308593, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+121, 180415, 2444, 13862, 13862, '0', 0, 0, 122.5468826293945312, -1069.7430419921875, 841.53167724609375, 1.867502212524414062, 0, 0, 0.803856849670410156, 0.594822824001312255, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+122, 180415, 2444, 13862, 13862, '0', 0, 0, 178.4930572509765625, -899.53643798828125, 843.86065673828125, 4.328419685363769531, 0, 0, -0.82903671264648437, 0.559194147586822509, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+123, 180415, 2444, 13862, 13862, '0', 0, 0, 179.2239532470703125, -871.0850830078125, 846.01055908203125, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+124, 180415, 2444, 13862, 13862, '0', 0, 0, 98.8663177490234375, -1076.8819580078125, 841.42669677734375, 0.076413623988628387, 0, 0, 0.038197517395019531, 0.999270200729370117, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+125, 180415, 2444, 13862, 13862, '0', 0, 0, 178.7447967529296875, -871.6475830078125, 845.96044921875, 5.235987663269042968, 0, 0, -0.5, 0.866025388240814208, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+126, 180415, 2444, 13862, 13862, '0', 0, 0, 70.86978912353515625, -814.84027099609375, 845.17279052734375, 3.902884721755981445, 0, 0, -0.92842483520507812, 0.371520280838012695, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+127, 180415, 2444, 13862, 13862, '0', 0, 0, 205.89410400390625, -874.3524169921875, 846.2628173828125, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+128, 180415, 2444, 13862, 13862, '0', 0, 0, 16.625, -732.36456298828125, 792.6195068359375, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+129, 180415, 2444, 13862, 13862, '0', 0, 0, 75.126739501953125, -815.31427001953125, 845.47882080078125, 2.740161895751953125, 0, 0, 0.979924201965332031, 0.199370384216308593, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+130, 180415, 2444, 13862, 13862, '0', 0, 0, -37.1128463745117187, -782.0382080078125, 792.69366455078125, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+131, 180415, 2444, 13862, 13862, '0', 0, 0, -34.3975715637207031, -766.435791015625, 792.75921630859375, 1.867502212524414062, 0, 0, 0.803856849670410156, 0.594822824001312255, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+132, 180415, 2444, 13862, 13862, '0', 0, 0, 77.314239501953125, -915.21527099609375, 840.13653564453125, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+133, 180415, 2444, 13862, 13862, '0', 0, 0, -45.4895820617675781, -782.14581298828125, 792.65460205078125, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+134, 180415, 2444, 13862, 13862, '0', 0, 0, -17.604166030883789, -841.73956298828125, 838.88360595703125, 4.947877883911132812, 0, 0, -0.61914539337158203, 0.785276353359222412, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+135, 180415, 2444, 13862, 13862, '0', 0, 0, 86.454864501953125, -927.65106201171875, 840.13763427734375, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+136, 180415, 2444, 13862, 13862, '0', 0, 0, 97.671875, -1075.2603759765625, 841.42657470703125, 5.235987663269042968, 0, 0, -0.5, 0.866025388240814208, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+137, 180415, 2444, 13862, 13862, '0', 0, 0, 179.9600677490234375, -870.44964599609375, 846.00567626953125, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+138, 180415, 2444, 13862, 13862, '0', 0, 0, 92.595489501953125, -925.56768798828125, 840.13580322265625, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+139, 180415, 2444, 13862, 13862, '0', 0, 0, 99.68402862548828125, -1078.32470703125, 841.42718505859375, 3.693114757537841796, 0, 0, -0.96221828460693359, 0.272279202938079833, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+140, 180415, 2444, 13862, 13862, '0', 0, 0, 199.7934112548828125, -886.6319580078125, 843.97003173828125, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+141, 180415, 2444, 13862, 13862, '0', 0, 0, 175.529510498046875, -891.2117919921875, 842.92803955078125, 1.867502212524414062, 0, 0, 0.803856849670410156, 0.594822824001312255, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+142, 180415, 2444, 13862, 13862, '0', 0, 0, 122.7673568725585937, -1068.40283203125, 841.50372314453125, 4.380776405334472656, 0, 0, -0.81411552429199218, 0.580702960491180419, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+143, 180415, 2444, 13862, 13862, '0', 0, 0, 85.42534637451171875, -914.15277099609375, 845.33135986328125, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+144, 180415, 2444, 13862, 13862, '0', 0, 0, -15.8090276718139648, -839.701416015625, 839.05645751953125, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+145, 180415, 2444, 13862, 13862, '0', 0, 0, 64.71527862548828125, -817.38714599609375, 845.260986328125, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+146, 180415, 2444, 13862, 13862, '0', 0, 0, 123.376739501953125, -1073.8125, 841.48193359375, 4.625123500823974609, 0, 0, -0.73727703094482421, 0.67559051513671875, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+147, 180415, 2444, 13862, 13862, '0', 0, 0, 178.984375, -899.138916015625, 843.31072998046875, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+148, 180415, 2444, 13862, 13862, '0', 0, 0, 114.2100677490234375, -1087.0833740234375, 843.00653076171875, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+149, 180415, 2444, 13862, 13862, '0', 0, 0, 121.7100677490234375, -1087.673583984375, 842.7681884765625, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+150, 180415, 2444, 13862, 13862, '0', 0, 0, 112.1128463745117187, -1089.888916015625, 842.87579345703125, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+151, 180415, 2444, 13862, 13862, '0', 0, 0, 108.2864608764648437, -1090.8333740234375, 842.92340087890625, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+152, 180415, 2444, 13862, 13862, '0', 0, 0, 118.314239501953125, -1088.4097900390625, 842.8760986328125, 2.740161895751953125, 0, 0, 0.979924201965332031, 0.199370384216308593, 120, 255, 1, 51886), -- CandleBlack01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+153, 180415, 2444, 13862, 0, '0', 0, 0, -122.079856872558593, -866.33856201171875, 806.70635986328125, 1.867502212524414062, 0, 0, 0.803856849670410156, 0.594822824001312255, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+154, 180415, 2444, 13862, 0, '0', 0, 0, -129.842010498046875, -885.18231201171875, 807.35235595703125, 4.066620349884033203, 0, 0, -0.89493370056152343, 0.44619917869567871, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+155, 180415, 2444, 13862, 0, '0', 0, 0, -125.069442749023437, -887.15972900390625, 807.41644287109375, 4.380776405334472656, 0, 0, -0.81411552429199218, 0.580702960491180419, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+156, 180415, 2444, 13862, 0, '0', 0, 0, -116.90625, -866.13714599609375, 806.2513427734375, 4.625123500823974609, 0, 0, -0.73727703094482421, 0.67559051513671875, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+157, 180415, 2444, 13862, 0, '0', 0, 0, -133.1875, -881.39581298828125, 807.25421142578125, 5.375615119934082031, 0, 0, -0.4383707046508789, 0.898794233798980712, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+158, 180415, 2444, 13862, 0, '0', 0, 0, -126.541656494140625, -866.420166015625, 806.8441162109375, 4.939813137054443359, 0, 0, -0.62230682373046875, 0.782773375511169433, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+159, 180415, 2444, 13862, 0, '0', 0, 0, -156.390625, -903.87847900390625, 809.8258056640625, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+160, 180415, 2444, 13862, 0, '0', 0, 0, -130.94097900390625, -869.18927001953125, 806.82745361328125, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+161, 180415, 2444, 13862, 0, '0', 0, 0, -132.743057250976562, -874.00518798828125, 806.97796630859375, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+162, 180415, 2444, 13862, 14509, '0', 0, 0, 168.328125, -659.79864501953125, 782.11883544921875, 1.867502212524414062, 0, 0, 0.803856849670410156, 0.594822824001312255, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Artisan's Market - Difficulty: 0) CreateObject1 +(@OGUID+163, 180415, 2444, 13862, 14509, '0', 0, 0, 164.9756927490234375, -639.3524169921875, 776.86016845703125, 4.066620349884033203, 0, 0, -0.89493370056152343, 0.44619917869567871, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Artisan's Market - Difficulty: 0) CreateObject1 +(@OGUID+164, 180415, 2444, 13862, 14509, '0', 0, 0, 164.763885498046875, -635.66839599609375, 776.8963623046875, 4.625123500823974609, 0, 0, -0.73727703094482421, 0.67559051513671875, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Artisan's Market - Difficulty: 0) CreateObject1 +(@OGUID+165, 180415, 2444, 13862, 14509, '0', 0, 0, 173.2447967529296875, -655.8975830078125, 776.96466064453125, 5.375615119934082031, 0, 0, -0.4383707046508789, 0.898794233798980712, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Artisan's Market - Difficulty: 0) CreateObject1 +(@OGUID+166, 180415, 2444, 13862, 14509, '0', 0, 0, 178.4774322509765625, -663.9930419921875, 782.1541748046875, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Artisan's Market - Difficulty: 0) CreateObject1 +(@OGUID+167, 180415, 2444, 13862, 14509, '0', 0, 0, 179.375, -657.2569580078125, 776.67510986328125, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Artisan's Market - Difficulty: 0) CreateObject1 +(@OGUID+168, 180415, 2444, 13862, 14509, '0', 0, 0, 188.529510498046875, -659.03643798828125, 782.02197265625, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Artisan's Market - Difficulty: 0) CreateObject1 +(@OGUID+169, 180415, 2444, 13862, 14509, '0', 0, 0, 195.09375, -646.921875, 782.14532470703125, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Artisan's Market - Difficulty: 0) CreateObject1 +(@OGUID+170, 180415, 2444, 13862, 14509, '0', 0, 0, 169.201385498046875, -614.91668701171875, 782.28497314453125, 4.380776405334472656, 0, 0, -0.81411552429199218, 0.580702960491180419, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Artisan's Market - Difficulty: 0) CreateObject1 +(@OGUID+171, 180415, 2444, 13862, 14509, '0', 0, 0, 175.4305572509765625, -617.9305419921875, 776.81610107421875, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Artisan's Market - Difficulty: 0) CreateObject1 +(@OGUID+172, 180415, 2444, 13862, 14509, '0', 0, 0, 184.732635498046875, -620.5711669921875, 776.78607177734375, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Artisan's Market - Difficulty: 0) CreateObject1 +(@OGUID+173, 180415, 2444, 13862, 14509, '0', 0, 0, 187.392364501953125, -614.91143798828125, 782.30303955078125, 4.964338302612304687, 0, 0, -0.61266136169433593, 0.790345549583435058, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Artisan's Market - Difficulty: 0) CreateObject1 +(@OGUID+174, 180415, 2444, 13862, 14509, '0', 0, 0, 178.5243072509765625, -611.75, 782.1968994140625, 5.235987663269042968, 0, 0, -0.5, 0.866025388240814208, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Artisan's Market - Difficulty: 0) CreateObject1 +(@OGUID+175, 180415, 2444, 13862, 14509, '0', 0, 0, 195.26910400390625, -629.453125, 782.10723876953125, 2.740161895751953125, 0, 0, 0.979924201965332031, 0.199370384216308593, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Artisan's Market - Difficulty: 0) CreateObject1 +(@OGUID+176, 180415, 2444, 13862, 14509, '0', 0, 0, 136.36285400390625, -478.7257080078125, 556.27557373046875, 4.947877883911132812, 0, 0, -0.61914539337158203, 0.785276353359222412, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Artisan's Market - Difficulty: 0) CreateObject1 +(@OGUID+177, 180425, 2444, 13862, 13862, '0', 0, 0, -17.2048606872558593, -841.4930419921875, 839.10821533203125, 5.74988555908203125, 0, 0, -0.26350116729736328, 0.964659094810485839, 120, 255, 1, 51886), -- SkullCandle01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+178, 180425, 2444, 13862, 13862, '0', 0, 0, 96.42014312744140625, -918.26214599609375, 840.14544677734375, 0.096465319395065307, 0, 0, 0.048213958740234375, 0.998837053775787353, 120, 255, 1, 51886), -- SkullCandle01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+179, 180425, 2444, 13862, 13862, '0', 0, 0, 89.767364501953125, -908.80731201171875, 840.14459228515625, 1.184337377548217773, 0, 0, 0.558161735534667968, 0.829732179641723632, 120, 255, 1, 51886), -- SkullCandle01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+180, 180425, 2444, 13862, 13862, '0', 0, 0, -15.9618053436279296, -840.0850830078125, 838.99664306640625, 5.740016937255859375, 0, 0, -0.26825809478759765, 0.963347077369689941, 120, 255, 1, 51886), -- SkullCandle01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+181, 180425, 2444, 13862, 13862, '0', 0, 0, 78.63715362548828125, -923.66839599609375, 840.14483642578125, 3.45367598533630371, 0, 0, -0.98785018920898437, 0.155409082770347595, 120, 255, 1, 51886), -- SkullCandle01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+182, 180425, 2444, 13862, 13862, '0', 0, 0, 78.92708587646484375, -911.89410400390625, 840.14453125, 2.502305507659912109, 0, 0, 0.949347496032714843, 0.314228147268295288, 120, 255, 1, 51886), -- SkullCandle01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+183, 180425, 2444, 13862, 13862, '0', 0, 0, 89.69791412353515625, -927.2430419921875, 840.1446533203125, 5.042820930480957031, 0, 0, -0.58118343353271484, 0.813772618770599365, 120, 255, 1, 51886), -- SkullCandle01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+184, 180425, 2444, 13862, 14509, '0', 0, 0, 133.53472900390625, -478.46875, 556.25811767578125, 0.399163424968719482, 0, 0, 0.198259353637695312, 0.980149626731872558, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Artisan's Market - Difficulty: 0) CreateObject1 +(@OGUID+185, 180425, 2444, 13862, 14509, '0', 0, 0, 134.81597900390625, -478.0225830078125, 556.25811767578125, 0.399163424968719482, 0, 0, 0.198259353637695312, 0.980149626731872558, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Artisan's Market - Difficulty: 0) CreateObject1 +(@OGUID+186, 180425, 2444, 13862, 14509, '0', 0, 0, 135.7604217529296875, -480.401031494140625, 556.25811767578125, 0.399163424968719482, 0, 0, 0.198259353637695312, 0.980149626731872558, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Artisan's Market - Difficulty: 0) CreateObject1 +(@OGUID+187, 180425, 2444, 13862, 14509, '0', 0, 0, 134.2465362548828125, -480.4375, 556.25811767578125, 0.399163424968719482, 0, 0, 0.198259353637695312, 0.980149626731872558, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Artisan's Market - Difficulty: 0) CreateObject1 +(@OGUID+188, 180426, 2444, 13862, 13862, '0', 0, 0, 146.1875, -908.78125, 845.15966796875, 5.318980216979980468, 0, 0, -0.46364307403564453, 0.886022090911865234, 120, 255, 1, 51886), -- Bat01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+189, 180426, 2444, 13862, 13862, '0', 0, 0, 139.154510498046875, -908.1336669921875, 849.9437255859375, 3.473210096359252929, 0, 0, -0.98628520965576171, 0.165049895644187927, 120, 255, 1, 51886), -- Bat01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+190, 180426, 2444, 13862, 13862, '0', 0, 0, 150.609375, -910.74481201171875, 840.93487548828125, 4.090700149536132812, 0, 0, -0.8894968032836914, 0.456941395998001098, 120, 255, 1, 51886), -- Bat01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+191, 180426, 2444, 13862, 13862, '0', 0, 0, 146.5625, -906.404541015625, 841.76397705078125, 2.90296173095703125, 0, 0, 0.992890357971191406, 0.119032517075538635, 120, 255, 1, 51886), -- Bat01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+192, 180426, 2444, 13862, 13862, '0', 0, 0, 142.90625, -909.76214599609375, 837.984619140625, 3.473210096359252929, 0, 0, -0.98628520965576171, 0.165049895644187927, 120, 255, 1, 51886), -- Bat01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+193, 180426, 2444, 13862, 13862, '0', 0, 0, 149.7447967529296875, -908.170166015625, 843.3782958984375, 3.473210096359252929, 0, 0, -0.98628520965576171, 0.165049895644187927, 120, 255, 1, 51886), -- Bat01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+194, 180426, 2444, 13862, 13862, '0', 0, 0, 151.1649322509765625, -912.69793701171875, 839.6356201171875, 3.473210096359252929, 0, 0, -0.98628520965576171, 0.165049895644187927, 120, 255, 1, 51886), -- Bat01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+195, 180426, 2444, 13862, 13862, '0', 0, 0, 142.90625, -909.76214599609375, 844.09893798828125, 4.627530097961425781, 0, 0, -0.73646354675292968, 0.676477253437042236, 120, 255, 1, 51886), -- Bat01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+196, 180426, 2444, 13862, 13862, '0', 0, 0, 147.36285400390625, -907.984375, 847.24951171875, 0.308611541986465454, 0, 0, 0.15369415283203125, 0.988118469715118408, 120, 255, 1, 51886), -- Bat01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+197, 180426, 2444, 13862, 13862, '0', 0, 0, 146.9375, -903.61981201171875, 840.99591064453125, 2.564846515655517578, 0, 0, 0.958707809448242187, 0.284392923116683959, 120, 255, 1, 51886), -- Bat01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+198, 180427, 2444, 13862, 13862, '0', 0, 0, 146.2395782470703125, -913.82989501953125, 840.92486572265625, 2.105536460876464843, 0, 0, 0.86879730224609375, 0.495167940855026245, 120, 255, 1, 51886), -- Bat02 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+199, 180427, 2444, 13862, 13862, '0', 0, 0, 147.6805572509765625, -915.51214599609375, 841.11505126953125, 3.062830209732055664, 0, 0, 0.999224662780761718, 0.039371035993099212, 120, 255, 1, 51886), -- Bat02 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+200, 180427, 2444, 13862, 13862, '0', 0, 0, 144.2743072509765625, -905.4375, 839.74090576171875, 0.219272956252098083, 0, 0, 0.109416961669921875, 0.993995964527130126, 120, 255, 1, 51886), -- Bat02 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+201, 180427, 2444, 13862, 13862, '0', 0, 0, 152.78125, -904.6024169921875, 847.32916259765625, 3.680039167404174804, 0, 0, -0.96397781372070312, 0.265982657670974731, 120, 255, 1, 51886), -- Bat02 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+202, 180427, 2444, 13862, 13862, '0', 0, 0, 124.5173568725585937, -887.50347900390625, 836.83502197265625, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 51886), -- Bat02 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+203, 180427, 2444, 13862, 13862, '0', 0, 0, 152.939239501953125, -904.29168701171875, 843.90386962890625, 2.218880414962768554, 0, 0, 0.895449638366699218, 0.445162832736968994, 120, 255, 1, 51886), -- Bat02 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+204, 180428, 2444, 13862, 13862, '0', 0, 0, -15.6440973281860351, -837.21527099609375, 838.1727294921875, 1.989672422409057617, 0, 0, 0.838669776916503906, 0.544640243053436279, 120, 255, 1, 51886), -- G_WitchBroom_01 scale 0.5 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+205, 180428, 2444, 13862, 13862, '0', 0, 0, -18.7222232818603515, -847.20489501953125, 838.11688232421875, 1.989672422409057617, 0, 0, 0.838669776916503906, 0.544640243053436279, 120, 255, 1, 51886), -- G_WitchBroom_01 scale 0.5 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+206, 180428, 2444, 13862, 13862, '0', 0, 0, -19.322916030883789, -842.029541015625, 838.1727294921875, 1.989672422409057617, 0, 0, 0.838669776916503906, 0.544640243053436279, 120, 255, 1, 51886), -- G_WitchBroom_01 scale 0.5 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+207, 180428, 2444, 13862, 14509, '0', 0, 0, 171.282989501953125, -554.78472900390625, 819.35052490234375, 1.989672422409057617, 0, 0, 0.838669776916503906, 0.544640243053436279, 120, 255, 1, 51886), -- G_WitchBroom_01 scale 0.5 (Area: The Artisan's Market - Difficulty: 0) CreateObject1 +(@OGUID+208, 180429, 2444, 13862, 13862, '0', 0, 0, 12.61979198455810546, -889.08331298828125, 839.6942138671875, 2.604772567749023437, 0.001035213470458984, 0.068917274475097656, 0.9615936279296875, 0.265682220458984375, 120, 255, 1, 51886), -- G_WitchHat_01 scale 0.5 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+209, 180429, 2444, 13862, 14509, '0', 0, 0, 171.265625, -554.842041015625, 821.9234619140625, 0.818171918392181396, 0, 0, 0.397770881652832031, 0.917484760284423828, 120, 255, 1, 51886), -- G_WitchHat_01 scale 0.5 (Area: The Artisan's Market - Difficulty: 0) CreateObject1 +(@OGUID+210, 180429, 2444, 13862, 0, '0', 0, 0, 78.19097137451171875, -1282.8836669921875, 909.8096923828125, 4.792627334594726562, 0, 0, -0.6781768798828125, 0.734898746013641357, 120, 255, 1, 51886), -- G_WitchHat_01 scale 0.5 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+211, 180429, 2444, 13862, 0, '0', 0, 0, 82.3680572509765625, -1293.142333984375, 909.8096923828125, 5.330156326293945312, 0, 0, -0.45868492126464843, 0.888598978519439697, 120, 255, 1, 51886), -- G_WitchHat_01 scale 0.5 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+212, 180431, 2444, 13862, 13862, '0', 0, 0, 110.3055572509765625, -990.04339599609375, 841.6376953125, 4.084570884704589843, 0, 0, -0.89089298248291015, 0.454213261604309082, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 4.0 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+213, 180431, 2444, 13862, 13862, '0', 0, 0, 115.3003463745117187, -1131.1458740234375, 839.08673095703125, 3.425269365310668945, 0, 0, -0.98995780944824218, 0.141363114118576049, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 4.0 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+214, 180431, 2444, 13862, 13862, '0', 0, 0, 134.3368072509765625, -1133.9427490234375, 840.35577392578125, 3.831689357757568359, 0, 0, -0.94105911254882812, 0.338242113590240478, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 4.0 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+215, 180431, 2444, 13862, 13862, '0', 0, 0, 57.82986068725585937, -789.7742919921875, 835.7867431640625, 4.084570884704589843, 0, 0, -0.89089298248291015, 0.454213261604309082, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 4.0 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+216, 180431, 2444, 13862, 13862, '0', 0, 0, 180.3871612548828125, -552.5382080078125, 820.13787841796875, 1.203677892684936523, 0, 0, 0.566159248352050781, 0.824295878410339355, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 4.0 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+217, 180471, 2444, 13862, 13862, '0', 0, 0, 33.15972137451171875, -885.029541015625, 845.73809814453125, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+218, 180471, 2444, 13862, 0, '0', 0, 0, -140.944442749023437, -902.45660400390625, 816.17706298828125, 1.590546846389770507, 0, 0, 0.714055061340332031, 0.700089514255523681, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+219, 180471, 2444, 13862, 0, '0', 0, 0, -140.934036254882812, -898.625, 816.2322998046875, 1.173076272010803222, 0, 0, 0.553481101989746093, 0.832861781120300292, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+220, 180471, 2444, 13862, 14509, '0', 0, 0, 175.6805572509765625, -495.055572509765625, 564.31134033203125, 3.503906726837158203, 0, 0, -0.98363590240478515, 0.180167675018310546, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Artisan's Market - Difficulty: 0) CreateObject1 +(@OGUID+221, 180472, 2444, 13862, 13862, '0', 0, 0, 38.84201431274414062, -877.97393798828125, 851.0084228515625, 2.548179388046264648, 0, 0, 0.956304550170898437, 0.292372345924377441, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+222, 180472, 2444, 13862, 13862, '0', 0, 0, -19.3298606872558593, -754.654541015625, 804.12860107421875, 2.104254484176635742, 0, 0, 0.868479728698730468, 0.495724707841873168, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+223, 180472, 2444, 13862, 13862, '0', 0, 0, 19.4375, -733.01739501953125, 803.95050048828125, 2.548179388046264648, 0, 0, 0.956304550170898437, 0.292372345924377441, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+224, 180472, 2444, 13862, 13862, '0', 0, 0, -45.1215286254882812, -778.1875, 804.21435546875, 2.758804559707641601, 0, 0, 0.981739997863769531, 0.190227702260017395, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+225, 180472, 2444, 13862, 0, '0', 0, 0, 5.246527671813964843, -657.4774169921875, 781.74407958984375, 5.243134021759033203, 0, 0, -0.4969024658203125, 0.86780637502670288, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+226, 180472, 2444, 13862, 0, '0', 0, 0, 52.80902862548828125, -641.95831298828125, 781.66131591796875, 3.892222404479980468, 0, 0, -0.93039226531982421, 0.366565406322479248, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+227, 180472, 2444, 13862, 0, '0', 0, 0, -18.3836803436279296, -650.15972900390625, 781.8275146484375, 0.285998344421386718, 0, 0, 0.142512321472167968, 0.989793062210083007, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+228, 180523, 2444, 13862, 13862, '0', 0, 0, 210.9479217529296875, -880.390625, 843.05938720703125, 4.136432647705078125, 0, 0, -0.87881660461425781, 0.477159708738327026, 120, 255, 1, 51886), -- Apple Bob (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+229, 180523, 2444, 13862, 14489, '0', 0, 0, 200.201385498046875, -1252.451416015625, 936.65570068359375, 4.136432647705078125, 0, 0, -0.87881660461425781, 0.477159708738327026, 120, 255, 1, 51886), -- Apple Bob (Area: The Seat of the Aspects - Difficulty: 0) CreateObject1 +(@OGUID+230, 180523, 2444, 13862, 0, '0', 0, 0, 357.454864501953125, -526.80035400390625, 816.3685302734375, 4.136432647705078125, 0, 0, -0.87881660461425781, 0.477159708738327026, 120, 255, 1, 51886), -- Apple Bob (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+231, 185454, 2444, 13862, 13862, '0', 0, 0, -13.2777776718139648, -840.16143798828125, 838.1717529296875, 2.929131269454956054, 0, 0, 0.994362831115722656, 0.106030978262424468, 120, 255, 1, 51886), -- Laying Skeleton 02 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+232, 185454, 2444, 13862, 13862, '0', 0, 0, 73.69965362548828125, -865.42364501953125, 840.19122314453125, 3.332017898559570312, 0.170282840728759765, -0.13543987274169921, -0.97362709045410156, 0.068630009889602661, 120, 255, 1, 51886), -- Laying Skeleton 02 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+233, 185454, 2444, 13862, 13862, '0', 0, 0, -18.5052089691162109, -847.888916015625, 838.11785888671875, 3.403396368026733398, 0, 0, -0.99144458770751953, 0.130528271198272705, 120, 255, 1, 51886), -- Laying Skeleton 02 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+234, 185454, 2444, 13862, 13862, '0', 0, 0, 290.630218505859375, -1094.01220703125, 878.9984130859375, 0.554713129997253417, 0, 0, 0.273814201354980468, 0.961782574653625488, 120, 255, 1, 51886), -- Laying Skeleton 02 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+235, 185454, 2444, 13862, 14509, '0', 0, 0, 134.875, -479.364593505859375, 556.25811767578125, 3.403396368026733398, 0, 0, -0.99144458770751953, 0.130528271198272705, 120, 255, 1, 51886), -- Laying Skeleton 02 (Area: The Artisan's Market - Difficulty: 0) CreateObject1 +(@OGUID+236, 207941, 2444, 13862, 13862, '0', 0, 0, 286.486114501953125, -1092.1632080078125, 895.92156982421875, 3.111405134201049804, 0.049528121948242187, -0.21337509155273437, 0.975361824035644531, 0.026217566803097724, 120, 255, 1, 51886), -- G_WitchHat_01 scale 2.0 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+237, 208061, 2444, 13862, 13862, '0', 0, 0, -64.5277786254882812, -839.13018798828125, 792.20806884765625, 3.648401260375976562, 0.191833972930908203, 0.05084991455078125, -0.94875144958496093, 0.245936393737792968, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 2.0 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+238, 208061, 2444, 13862, 13862, '0', 0, 0, 278.611114501953125, -1099.4132080078125, 870.7276611328125, 4.319622039794921875, 0, 0, -0.83148860931396484, 0.555541813373565673, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 2.0 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+239, 208062, 2444, 13862, 13862, '0', 0, 0, 312.0694580078125, -1046.263916015625, 870.7177734375, 4.549403190612792968, 0, 0, -0.76232051849365234, 0.647199690341949462, 120, 255, 1, 51886), -- G_Pumpkin_03 Scale 2.0 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+240, 208072, 2444, 13862, 13862, '0', 0, 0, 313.40277099609375, -1051.1875, 874.93255615234375, 4.459957122802734375, -0.0497450828552246, 0.029268264770507812, -0.78987884521484375, 0.610540926456451416, 120, 255, 1, 51886), -- G_Pumpkin_03 Scale 0.5 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+241, 208078, 2444, 13862, 13862, '0', 0, 0, 314.01214599609375, -1050.251708984375, 875.02972412109375, 4.622332096099853515, 0, 0, -0.73821926116943359, 0.674560844898223876, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 0.5 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+242, 208078, 2444, 13862, 13862, '0', 0, 0, 279.8350830078125, -1097.16845703125, 870.72491455078125, 4.423607826232910156, 0, 0, -0.80149364471435546, 0.598003327846527099, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 0.5 (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+243, 386374, 2444, 13862, 13862, '0', 0, 0, 67.3524322509765625, -986.7274169921875, 836.81781005859375, 3.105198144912719726, 0.001416206359863281, -0.15183830261230468, 0.988228797912597656, 0.018626825883984565, 120, 255, 1, 51886), -- G_Pumpkin_01 (scale 0.75) (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+244, 386374, 2444, 13862, 13862, '0', 0, 0, -16.4392356872558593, -843.0086669921875, 838.1722412109375, 1.306864857673645019, 0.069544315338134765, 0.042333602905273437, 0.606455802917480468, 0.790937960147857666, 120, 255, 1, 51886), -- G_Pumpkin_01 (scale 0.75) (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+245, 386375, 2444, 13862, 13862, '0', 0, 0, 65.736114501953125, -816.670166015625, 845.13262939453125, 4.328419685363769531, 0, 0, -0.82903671264648437, 0.559194147586822509, 120, 255, 1, 51886), -- CandleBlack01 (scale 0.75) (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+246, 386375, 2444, 13862, 13862, '0', 0, 0, 62.61284637451171875, -819.51910400390625, 845.4205322265625, 5.235987663269042968, 0, 0, -0.5, 0.866025388240814208, 120, 255, 1, 51886), -- CandleBlack01 (scale 0.75) (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+247, 386375, 2444, 13862, 13862, '0', 0, 0, 72.21875, -814.80206298828125, 845.33453369140625, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 51886), -- CandleBlack01 (scale 0.75) (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+248, 386375, 2444, 13862, 13862, '0', 0, 0, 69.56076812744140625, -815.076416015625, 845.14581298828125, 2.048972368240356445, 0, 0, 0.854447364807128906, 0.519537985324859619, 120, 255, 1, 51886), -- CandleBlack01 (scale 0.75) (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+249, 386375, 2444, 13862, 13862, '0', 0, 0, 68.16666412353515625, -814.78125, 846.28741455078125, 4.066620349884033203, 0, 0, -0.89493370056152343, 0.44619917869567871, 120, 255, 1, 51886), -- CandleBlack01 (scale 0.75) (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+250, 386375, 2444, 13862, 13862, '0', 0, 0, 63.72569656372070312, -818.23956298828125, 845.31890869140625, 4.380776405334472656, 0, 0, -0.81411552429199218, 0.580702960491180419, 120, 255, 1, 51886), -- CandleBlack01 (scale 0.75) (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+251, 386375, 2444, 13862, 13862, '0', 0, 0, 68.079864501953125, -815.467041015625, 845.16680908203125, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, 51886), -- CandleBlack01 (scale 0.75) (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+252, 386378, 2444, 13862, 0, '0', 0, 0, -122.901039123535156, -894.97052001953125, 807.21160888671875, 0.1784391850233078, -0.09527301788330078, 0.074731826782226562, 0.095785140991210937, 0.988009810447692871, 120, 255, 1, 51886), -- G_Pumpkin_03 (scale 0.75) (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+253, 401752, 2444, 13862, 13862, '0', 0, 0, 209.217010498046875, -883.013916015625, 843.05938720703125, 3.878522634506225585, 0, 0, -0.93288135528564453, 0.360183805227279663, 120, 255, 1, 51886), -- Candy Bucket (Area: Valdrakken - Difficulty: 0) CreateObject1 +(@OGUID+254, 401753, 2444, 13862, 14489, '0', 0, 0, 196.986114501953125, -1252.0625, 936.65570068359375, 5.765224933624267578, 0, 0, -0.25609493255615234, 0.966651618480682373, 120, 255, 1, 51886), -- Candy Bucket (Area: The Seat of the Aspects - Difficulty: 0) CreateObject1 +(@OGUID+255, 401754, 2444, 13862, 0, '0', 0, 0, 351.333343505859375, -520.78125, 816.3685302734375, 5.184331417083740234, 0, 0, -0.52219867706298828, 0.852823853492736816, 120, 255, 1, 51886); -- Candy Bucket (Area: 0 - Difficulty: 0) CreateObject1 + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+255; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48), +(12, @OGUID+49), +(12, @OGUID+50), +(12, @OGUID+51), +(12, @OGUID+52), +(12, @OGUID+53), +(12, @OGUID+54), +(12, @OGUID+55), +(12, @OGUID+56), +(12, @OGUID+57), +(12, @OGUID+58), +(12, @OGUID+59), +(12, @OGUID+60), +(12, @OGUID+61), +(12, @OGUID+62), +(12, @OGUID+63), +(12, @OGUID+64), +(12, @OGUID+65), +(12, @OGUID+66), +(12, @OGUID+67), +(12, @OGUID+68), +(12, @OGUID+69), +(12, @OGUID+70), +(12, @OGUID+71), +(12, @OGUID+72), +(12, @OGUID+73), +(12, @OGUID+74), +(12, @OGUID+75), +(12, @OGUID+76), +(12, @OGUID+77), +(12, @OGUID+78), +(12, @OGUID+79), +(12, @OGUID+80), +(12, @OGUID+81), +(12, @OGUID+82), +(12, @OGUID+83), +(12, @OGUID+84), +(12, @OGUID+85), +(12, @OGUID+86), +(12, @OGUID+87), +(12, @OGUID+88), +(12, @OGUID+89), +(12, @OGUID+90), +(12, @OGUID+91), +(12, @OGUID+92), +(12, @OGUID+93), +(12, @OGUID+94), +(12, @OGUID+95), +(12, @OGUID+96), +(12, @OGUID+97), +(12, @OGUID+98), +(12, @OGUID+99), +(12, @OGUID+100), +(12, @OGUID+101), +(12, @OGUID+102), +(12, @OGUID+103), +(12, @OGUID+104), +(12, @OGUID+105), +(12, @OGUID+106), +(12, @OGUID+107), +(12, @OGUID+108), +(12, @OGUID+109), +(12, @OGUID+110), +(12, @OGUID+111), +(12, @OGUID+112), +(12, @OGUID+113), +(12, @OGUID+114), +(12, @OGUID+115), +(12, @OGUID+116), +(12, @OGUID+117), +(12, @OGUID+118), +(12, @OGUID+119), +(12, @OGUID+120), +(12, @OGUID+121), +(12, @OGUID+122), +(12, @OGUID+123), +(12, @OGUID+124), +(12, @OGUID+125), +(12, @OGUID+126), +(12, @OGUID+127), +(12, @OGUID+128), +(12, @OGUID+129), +(12, @OGUID+130), +(12, @OGUID+131), +(12, @OGUID+132), +(12, @OGUID+133), +(12, @OGUID+134), +(12, @OGUID+135), +(12, @OGUID+136), +(12, @OGUID+137), +(12, @OGUID+138), +(12, @OGUID+139), +(12, @OGUID+140), +(12, @OGUID+141), +(12, @OGUID+142), +(12, @OGUID+143), +(12, @OGUID+144), +(12, @OGUID+145), +(12, @OGUID+146), +(12, @OGUID+147), +(12, @OGUID+148), +(12, @OGUID+149), +(12, @OGUID+150), +(12, @OGUID+151), +(12, @OGUID+152), +(12, @OGUID+153), +(12, @OGUID+154), +(12, @OGUID+155), +(12, @OGUID+156), +(12, @OGUID+157), +(12, @OGUID+158), +(12, @OGUID+159), +(12, @OGUID+160), +(12, @OGUID+161), +(12, @OGUID+162), +(12, @OGUID+163), +(12, @OGUID+164), +(12, @OGUID+165), +(12, @OGUID+166), +(12, @OGUID+167), +(12, @OGUID+168), +(12, @OGUID+169), +(12, @OGUID+170), +(12, @OGUID+171), +(12, @OGUID+172), +(12, @OGUID+173), +(12, @OGUID+174), +(12, @OGUID+175), +(12, @OGUID+176), +(12, @OGUID+177), +(12, @OGUID+178), +(12, @OGUID+179), +(12, @OGUID+180), +(12, @OGUID+181), +(12, @OGUID+182), +(12, @OGUID+183), +(12, @OGUID+184), +(12, @OGUID+185), +(12, @OGUID+186), +(12, @OGUID+187), +(12, @OGUID+188), +(12, @OGUID+189), +(12, @OGUID+190), +(12, @OGUID+191), +(12, @OGUID+192), +(12, @OGUID+193), +(12, @OGUID+194), +(12, @OGUID+195), +(12, @OGUID+196), +(12, @OGUID+197), +(12, @OGUID+198), +(12, @OGUID+199), +(12, @OGUID+200), +(12, @OGUID+201), +(12, @OGUID+202), +(12, @OGUID+203), +(12, @OGUID+204), +(12, @OGUID+205), +(12, @OGUID+206), +(12, @OGUID+207), +(12, @OGUID+208), +(12, @OGUID+209), +(12, @OGUID+210), +(12, @OGUID+211), +(12, @OGUID+212), +(12, @OGUID+213), +(12, @OGUID+214), +(12, @OGUID+215), +(12, @OGUID+216), +(12, @OGUID+217), +(12, @OGUID+218), +(12, @OGUID+219), +(12, @OGUID+220), +(12, @OGUID+221), +(12, @OGUID+222), +(12, @OGUID+223), +(12, @OGUID+224), +(12, @OGUID+225), +(12, @OGUID+226), +(12, @OGUID+227), +(12, @OGUID+228), +(12, @OGUID+229), +(12, @OGUID+230), +(12, @OGUID+231), +(12, @OGUID+232), +(12, @OGUID+233), +(12, @OGUID+234), +(12, @OGUID+235), +(12, @OGUID+236), +(12, @OGUID+237), +(12, @OGUID+238), +(12, @OGUID+239), +(12, @OGUID+240), +(12, @OGUID+241), +(12, @OGUID+242), +(12, @OGUID+243), +(12, @OGUID+244), +(12, @OGUID+245), +(12, @OGUID+246), +(12, @OGUID+247), +(12, @OGUID+248), +(12, @OGUID+249), +(12, @OGUID+250), +(12, @OGUID+251), +(12, @OGUID+252), +(12, @OGUID+253), +(12, @OGUID+254), +(12, @OGUID+255); + +-- +SET @OGUID := 9803429; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 9003807 AND 9003841; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 9003807 AND 9003841; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 9003807 AND 9003841; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+34; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +-- Three-Falls Lookout +(@OGUID+0, 180405, 2444, 13646, 13646, '0', 0, 0, -2692.13720703125, 3455.317626953125, 445.47210693359375, 1.476740002632141113, 0, 0, 0.673083305358886718, 0.739566683769226074, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Azure Span - Difficulty: 0) CreateObject1 +(@OGUID+1, 180406, 2444, 13646, 13646, '0', 0, 0, -2691.32470703125, 3460.1416015625, 449.82269287109375, 2.06798410415649414, 0, 0, 0.859347343444824218, 0.51139235496520996, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Azure Span - Difficulty: 0) CreateObject1 +(@OGUID+2, 180407, 2444, 13646, 13646, '0', 0, 0, -2687.802001953125, 3441.611083984375, 443.239410400390625, 2.104104518890380859, 0, 0, 0.868442535400390625, 0.49578985571861267, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: The Azure Span - Difficulty: 0) CreateObject1 +(@OGUID+3, 180408, 2444, 13646, 13646, '0', 0, 0, -2696.239501953125, 3458.474853515625, 446.63116455078125, 2.216573715209960937, 0, 0, 0.89493560791015625, 0.44619530439376831, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: The Azure Span - Difficulty: 0) CreateObject1 +(@OGUID+4, 180415, 2444, 13646, 13646, '0', 0, 0, -2692.826416015625, 3453.267333984375, 447.345855712890625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Azure Span - Difficulty: 0) CreateObject1 +(@OGUID+5, 180523, 2444, 13646, 13646, '0', 0, 0, -2708.322998046875, 3451.677978515625, 445.47210693359375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: The Azure Span - Difficulty: 0) CreateObject1 +(@OGUID+6, 401726, 2444, 13646, 13646, '0', 0, 0, -2708.869873046875, 3445.353271484375, 445.47210693359375, 2.715264797210693359, 0, 0, 0.977366447448730468, 0.211553305387496948, 120, 255, 1, 51886), -- Candy Bucket (Area: The Azure Span - Difficulty: 0) CreateObject1 +-- Theron's Watch +(@OGUID+7, 180405, 2444, 13646, 13860, '0', 0, 0, -2114.486083984375, -1626.2430419921875, 972.80987548828125, 2.810218334197998046, 0, 0, 0.98630523681640625, 0.164930135011672973, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Upper Frostlands - Difficulty: 0) CreateObject1 +(@OGUID+8, 180406, 2444, 13646, 13860, '0', 0, 0, -2092.822998046875, -1652.3836669921875, 972.5986328125, 4.0184478759765625, 0, 0, -0.90542030334472656, 0.424516260623931884, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Upper Frostlands - Difficulty: 0) CreateObject1 +(@OGUID+9, 180407, 2444, 13646, 13860, '0', 0, 0, -2075.87841796875, -1634.1163330078125, 973.97540283203125, 5.025073051452636718, 0, 0, -0.58838176727294921, 0.808583259582519531, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Upper Frostlands - Difficulty: 0) CreateObject1 +(@OGUID+10, 180408, 2444, 13646, 13860, '0', 0, 0, -2104.828125, -1641.41845703125, 980.6954345703125, 2.009676456451416015, 0, 0, 0.844075202941894531, 0.536224782466888427, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Upper Frostlands - Difficulty: 0) CreateObject1 +(@OGUID+11, 180415, 2444, 13646, 13860, '0', 0, 0, -2104.060791015625, -1637.73095703125, 974.04571533203125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Upper Frostlands - Difficulty: 0) CreateObject1 +(@OGUID+12, 180523, 2444, 13646, 13860, '0', 0, 0, -2110.19970703125, -1637.3333740234375, 973.16668701171875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: Upper Frostlands - Difficulty: 0) CreateObject1 +(@OGUID+13, 401725, 2444, 13646, 13860, '0', 0, 0, -2106.848876953125, -1637.8785400390625, 972.77471923828125, 2.258838653564453125, 0, 0, 0.904164314270019531, 0.427184849977493286, 120, 255, 1, 51886), -- Candy Bucket (Area: Upper Frostlands - Difficulty: 0) CreateObject1 +-- Camp Antonidas +(@OGUID+14, 180405, 2444, 13646, 13646, '0', 0, 0, -3840.953125, 371.19097900390625, 662.53045654296875, 4.367660045623779296, 0, 0, -0.81790637969970703, 0.575351357460021972, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Azure Span - Difficulty: 0) CreateObject1 +(@OGUID+15, 180406, 2444, 13646, 13646, '0', 0, 0, -3842.064208984375, 398.814239501953125, 658.50177001953125, 4.049228668212890625, 0, 0, -0.89877986907958984, 0.438400238752365112, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Azure Span - Difficulty: 0) CreateObject1 +(@OGUID+16, 180407, 2444, 13646, 13646, '0', 0, 0, -3836.28125, 414.3038330078125, 656.61236572265625, 3.410333871841430664, 0, 0, -0.99098587036132812, 0.13396647572517395, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: The Azure Span - Difficulty: 0) CreateObject1 +(@OGUID+17, 180408, 2444, 13646, 13646, '0', 0, 0, -3847.73779296875, 415.8507080078125, 660.3275146484375, 3.165673255920410156, 0, 0, -0.99992752075195312, 0.012039870955049991, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: The Azure Span - Difficulty: 0) CreateObject1 +(@OGUID+18, 180415, 2444, 13646, 13646, '0', 0, 0, -3856.171875, 383.411468505859375, 659.76153564453125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Azure Span - Difficulty: 0) CreateObject1 +(@OGUID+19, 180523, 2444, 13646, 13646, '0', 0, 0, -3852.84375, 371.4444580078125, 658.50201416015625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: The Azure Span - Difficulty: 0) CreateObject1 +(@OGUID+20, 401714, 2444, 13646, 13646, '0', 0, 0, -3849.463623046875, 372.85589599609375, 658.50201416015625, 3.69903111457824707, 0, 0, -0.96140861511230468, 0.27512449026107788, 120, 255, 1, 51886), -- Candy Bucket (Area: The Azure Span - Difficulty: 0) CreateObject1 +-- Iskaara +(@OGUID+21, 180405, 2444, 13646, 0, '0', 0, 0, -4514.38525390625, 4099.7890625, 10.19736480712890625, 0.481678545475006103, 0, 0, 0.23851776123046875, 0.9711381196975708, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+22, 180406, 2444, 13646, 0, '0', 0, 0, -4501.22412109375, 4101.3203125, 11.51589775085449218, 0.472588151693344116, 0, 0, 0.234101295471191406, 0.972212195396423339, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+23, 180407, 2444, 13646, 0, '0', 0, 0, -4483.4443359375, 4081.046142578125, 9.231167793273925781, 0.776706814765930175, 0, 0, 0.378664970397949218, 0.925533831119537353, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+24, 180408, 2444, 13646, 0, '0', 0, 0, -4501.236328125, 4101.548828125, 13.14325904846191406, 0.048659358173608779, 0, 0, 0.024327278137207031, 0.999704062938690185, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+25, 180415, 2444, 13646, 0, '0', 0, 0, -4515.58154296875, 4101.30029296875, 11.4425973892211914, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+26, 180523, 2444, 13646, 0, '0', 0, 0, -4504.31103515625, 4143.58251953125, -0.787750244140625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+27, 401724, 2444, 13646, 0, '0', 0, 0, -4507.75, 4145.9443359375, 0.303688317537307739, 6.198924541473388671, 0, 0, -0.04211807250976562, 0.999112606048583984, 120, 255, 1, 51886), -- Candy Bucket (Area: 0 - Difficulty: 0) CreateObject1 +-- Camp Nowhere +(@OGUID+28, 180405, 2444, 13646, 13829, '0', 0, 0, -5131.7255859375, -1357.4166259765625, 536.84637451171875, 5.336071491241455078, 0, 0, -0.4560546875, 0.889951765537261962, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Timbertooth Trail - Difficulty: 0) CreateObject1 +(@OGUID+29, 180406, 2444, 13646, 13829, '0', 0, 0, -5137.55029296875, -1350.15283203125, 536.77398681640625, 5.950006484985351562, 0, 0, -0.16582012176513671, 0.986155986785888671, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Timbertooth Trail - Difficulty: 0) CreateObject1 +(@OGUID+30, 180407, 2444, 13646, 13829, '0', 0, 0, -5130.5400390625, -1363.7083740234375, 539.60205078125, 6.156475543975830078, 0, 0, -0.06331253051757812, 0.997993767261505126, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Timbertooth Trail - Difficulty: 0) CreateObject1 +(@OGUID+31, 180408, 2444, 13646, 13829, '0', 0, 0, -5130.53662109375, -1363.71533203125, 541.10333251953125, 5.701016902923583984, 0, 0, -0.28699111938476562, 0.957933247089385986, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Timbertooth Trail - Difficulty: 0) CreateObject1 +(@OGUID+32, 180415, 2444, 13646, 13829, '0', 0, 0, -5136.07275390625, -1351.7135009765625, 538.64093017578125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Timbertooth Trail - Difficulty: 0) CreateObject1 +(@OGUID+33, 180523, 2444, 13646, 13829, '0', 0, 0, -5120.38525390625, -1347.3160400390625, 536.75958251953125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: Timbertooth Trail - Difficulty: 0) CreateObject1 +(@OGUID+34, 401723, 2444, 13646, 13829, '0', 0, 0, -5117.2099609375, -1341.6285400390625, 537.87335205078125, 5.057301521301269531, 0, 0, -0.57527637481689453, 0.817959129810333251, 120, 255, 1, 51886); -- Candy Bucket (Area: Timbertooth Trail - Difficulty: 0) CreateObject1 + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+34; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34); + +-- +SET @OGUID := 9803464; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 9003842 AND 9003848; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 9003842 AND 9003848; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 9003842 AND 9003848; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+6; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 2444, 14433, 14656, '0', 0, 0, 6404.95068359375, -2487.65966796875, 18.31695365905761718, 1.329817652702331542, 0.066677093505859375, 0.091526985168457031, 0.610349655151367187, 0.783996343612670898, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Morqut Village - Difficulty: 0) CreateObject1 +(@OGUID+1, 180406, 2444, 14433, 14656, '0', 0, 0, 6406.93408203125, -2486.607666015625, 18.34546661376953125, 0.992532074451446533, -0.03348064422607421, -0.08083534240722656, 0.471009254455566406, 0.877778410911560058, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Morqut Village - Difficulty: 0) CreateObject1 +(@OGUID+2, 180407, 2444, 14433, 14656, '0', 0, 0, 6417.494140625, -2560.09033203125, 15.6829986572265625, 4.29443359375, 0, 0, -0.83841896057128906, 0.545026242733001708, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Morqut Village - Difficulty: 0) CreateObject1 +(@OGUID+3, 180408, 2444, 14433, 14656, '0', 0, 0, 6415.32666015625, -2496.904541015625, 29.30227279663085937, 5.917185783386230468, 0, 0, -0.18198013305664062, 0.983302235603332519, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Morqut Village - Difficulty: 0) CreateObject1 +(@OGUID+4, 180415, 2444, 14433, 14656, '0', 0, 0, 6421.3056640625, -2472.5625, 14.49416065216064453, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Morqut Village - Difficulty: 0) CreateObject1 +(@OGUID+5, 180523, 2444, 14433, 14656, '0', 0, 0, 6410.90966796875, -2468.786376953125, 13.98939228057861328, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: Morqut Village - Difficulty: 0) CreateObject1 +(@OGUID+6, 401755, 2444, 14433, 14656, '0', 0, 0, 6419.1484375, -2473.62841796875, 13.97084903717041015, 0.34250536561012268, 0, 0, 0.170416831970214843, 0.985372066497802734, 120, 255, 1, 51886); -- Candy Bucket (Area: Morqut Village - Difficulty: 0) CreateObject1 + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+6; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6); + +-- +SET @OGUID := 9803471; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 9003849 AND 9003862; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 9003849 AND 9003862; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 9003849 AND 9003862; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+13; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +-- Obsidian Rest +(@OGUID+0, 180405, 2454, 14022, 14022, '0', 0, 0, 1044.1146240234375, 2273.864501953125, -172.66583251953125, 2.373700141906738281, 0, 0, 0.927193641662597656, 0.374582380056381225, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Zaralek Cavern - Difficulty: 0) CreateObject1 +(@OGUID+1, 180406, 2454, 14022, 14022, '0', 0, 0, 1067.40283203125, 2317.73779296875, -175.740432739257812, 3.74632430076599121, 0, 0, -0.95463466644287109, 0.297779500484466552, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Zaralek Cavern - Difficulty: 0) CreateObject1 +(@OGUID+2, 180407, 2454, 14022, 14022, '0', 0, 0, 1055.1041259765625, 2237.517333984375, -171.868255615234375, 3.361844539642333984, 0, 0, -0.9939422607421875, 0.109903424978256225, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Zaralek Cavern - Difficulty: 0) CreateObject1 +(@OGUID+3, 180408, 2454, 14022, 14022, '0', 0, 0, 1044.1910400390625, 2273.9375, -171.333236694335937, 1.971414804458618164, 0, 0, 0.833662986755371093, 0.552273511886596679, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Zaralek Cavern - Difficulty: 0) CreateObject1 +(@OGUID+4, 180415, 2454, 14022, 14022, '0', 0, 0, 1051.8853759765625, 2277.098876953125, -175.552215576171875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Zaralek Cavern - Difficulty: 0) CreateObject1 +(@OGUID+5, 180523, 2454, 14022, 14022, '0', 0, 0, 1042.4722900390625, 2269.1025390625, -175.566360473632812, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: Zaralek Cavern - Difficulty: 0) CreateObject1 +(@OGUID+6, 401756, 2454, 14022, 14022, '0', 0, 0, 1047.217041015625, 2282.857666015625, -175.459060668945312, 1.10980236530303955, 0, 0, 0.526859283447265625, 0.849952518939971923, 120, 255, 1, 51886), -- Candy Bucket (Area: Zaralek Cavern - Difficulty: 0) CreateObject1 +-- Loamm +(@OGUID+7, 180405, 2454, 14022, 14520, '0', 0, 0, -409.8975830078125, 1965.49658203125, -58.76666259765625, 5.435338497161865234, 0, 0, -0.41133975982666015, 0.911482095718383789, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Loamm - Difficulty: 0) CreateObject1 +(@OGUID+8, 180406, 2454, 14022, 14520, '0', 0, 0, -387.56597900390625, 2004.34033203125, -58.7471466064453125, 3.74632430076599121, 0, 0, -0.95463466644287109, 0.297779500484466552, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Loamm - Difficulty: 0) CreateObject1 +(@OGUID+9, 180407, 2454, 14022, 14520, '0', 0, 0, -348.645843505859375, 1981.7847900390625, -58.7443733215332031, 2.169034957885742187, 0, 0, 0.884078025817871093, 0.467339307069778442, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Loamm - Difficulty: 0) CreateObject1 +(@OGUID+10, 180408, 2454, 14022, 14520, '0', 0, 0, -370.91839599609375, 1943.44970703125, -58.6824684143066406, 0.495532929897308349, 0, 0, 0.2452392578125, 0.969462573528289794, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Loamm - Difficulty: 0) CreateObject1 +(@OGUID+11, 180415, 2454, 14022, 14520, '0', 0, 0, -377.114593505859375, 1986.5711669921875, -65.2900466918945312, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Loamm - Difficulty: 0) CreateObject1 +(@OGUID+12, 180523, 2454, 14022, 14520, '0', 0, 0, -371.270843505859375, 1985.94970703125, -66.2092819213867187, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: Loamm - Difficulty: 0) CreateObject1 +(@OGUID+13, 401757, 2454, 14022, 14520, '0', 0, 0, -400.473968505859375, 1973.3802490234375, -64.643707275390625, 1.10980236530303955, 0, 0, 0.526859283447265625, 0.849952518939971923, 120, 255, 1, 51886); -- Candy Bucket (Area: Loamm - Difficulty: 0) CreateObject1 + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+13; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13); diff --git a/sql/updates/world/master/2024_03_18_06_world_love_is_in_the_air.sql b/sql/updates/world/master/2024_03_18_06_world_love_is_in_the_air.sql new file mode 100644 index 0000000000000..9c9dfac1f525e --- /dev/null +++ b/sql/updates/world/master/2024_03_18_06_world_love_is_in_the_air.sql @@ -0,0 +1,2122 @@ +-- +SET @CGUID := 9800078; +SET @OGUID := 9803485; +SET @EVENT := 8; + +-- Old creature spawns +DELETE FROM `game_event_creature` WHERE `eventEntry`=8 AND `guid` BETWEEN 9800000 AND 9800002; + +-- Creature spawns +DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+2; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES +(@CGUID+0, 215103, 0, 33, 33, '0', 0, 0, 0, 0, -13142.37890625, -1485.171875, 95.602691650390625, 0.239715382456779479, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 53262), -- Jimothy Lewis (Area: Northern Stranglethorn - Difficulty: 0) CreateObject1 +(@CGUID+1, 215104, 0, 33, 33, '0', 0, 0, 0, 0, -13141.478515625, -1488.126708984375, 96.03137969970703125, 0.855590581893920898, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 53262), -- Bo'danda (Area: Northern Stranglethorn - Difficulty: 0) CreateObject1 +(@CGUID+2, 215105, 0, 33, 33, '0', 0, 0, 0, 0, -13139.1181640625, -1488.6771240234375, 95.58429718017578125, 0.665603816509246826, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 53262); -- Alysara Shineruby (Area: Northern Stranglethorn - Difficulty: 0) CreateObject1 + +DELETE FROM `creature_addon` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+2; +INSERT INTO `creature_addon` (`guid`, `PathId`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES +(@CGUID+0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- Bo'danda +(@CGUID+1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''), -- Alysara Shineruby +(@CGUID+2, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''); -- Jimothy Lewis + +-- Old gameobject spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=8 AND `guid` BETWEEN 9800000 AND 9800018; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+18; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 181060, 0, 33, 33, '0', 0, 0, -13138.6181640625, -1489.5521240234375, 95.5511627197265625, 3.394780397415161132, 0, 0, -0.99199771881103515, 0.126255884766578674, 120, 255, 1, 53262), -- Lovely Candle (Area: Northern Stranglethorn - Difficulty: 0) CreateObject1 +(@OGUID+1, 181060, 0, 33, 33, '0', 0, 0, -13140.94140625, -1520.5382080078125, 100.4288177490234375, 3.517868995666503906, 0, 0, -0.98235416412353515, 0.187030211091041564, 120, 255, 1, 53262), -- Lovely Candle (Area: Northern Stranglethorn - Difficulty: 0) CreateObject1 +(@OGUID+2, 181060, 0, 33, 33, '0', 0, 0, -13142.3720703125, -1526.9132080078125, 102.3003463745117187, 3.030164003372192382, 0, 0, 0.998448371887207031, 0.055685475468635559, 120, 255, 1, 53262), -- Lovely Candle (Area: Northern Stranglethorn - Difficulty: 0) CreateObject1 +(@OGUID+3, 181060, 0, 33, 33, '0', 0, 0, -13144.8369140625, -1483.373291015625, 95.83758544921875, 3.394780397415161132, 0, 0, -0.99199771881103515, 0.126255884766578674, 120, 255, 1, 53262), -- Lovely Candle (Area: Northern Stranglethorn - Difficulty: 0) CreateObject1 +(@OGUID+4, 181060, 0, 33, 33, '0', 0, 0, -13137.919921875, -1525.9913330078125, 100.5090179443359375, 3.115680694580078125, 0, 0, 0.99991607666015625, 0.012955565936863422, 120, 255, 1, 53262), -- Lovely Candle (Area: Northern Stranglethorn - Difficulty: 0) CreateObject1 +(@OGUID+5, 181060, 0, 33, 33, '0', 0, 0, -13139.9345703125, -1527.421875, 101.5781326293945312, 3.010171413421630859, 0, 0, 0.997841835021972656, 0.065663389861583709, 120, 255, 1, 53262), -- Lovely Candle (Area: Northern Stranglethorn - Difficulty: 0) CreateObject1 +(@OGUID+6, 181060, 0, 33, 33, '0', 0, 0, -13138.513671875, -1521.5989990234375, 99.85630035400390625, 3.394780397415161132, 0, 0, -0.99199771881103515, 0.126255884766578674, 120, 255, 1, 53262), -- Lovely Candle (Area: Northern Stranglethorn - Difficulty: 0) CreateObject1 +(@OGUID+7, 181060, 0, 33, 33, '0', 0, 0, -13142.9931640625, -1521.953125, 101.3350677490234375, 3.46560072898864746, 0, 0, -0.98690605163574218, 0.161296233534812927, 120, 255, 1, 53262), -- Lovely Candle (Area: Northern Stranglethorn - Difficulty: 0) CreateObject1 +(@OGUID+8, 181060, 0, 33, 33, '0', 0, 0, -13136.896484375, -1523.5972900390625, 99.6875, 3.260446548461914062, 0, 0, -0.99823474884033203, 0.059391941875219345, 120, 255, 1, 53262), -- Lovely Candle (Area: Northern Stranglethorn - Difficulty: 0) CreateObject1 +(@OGUID+9, 181060, 0, 33, 33, '0', 0, 0, -13143.6806640625, -1524.3507080078125, 102.041656494140625, 3.264177560806274414, 0, 0, -0.99812221527099609, 0.061254002153873443, 120, 255, 1, 53262), -- Lovely Candle (Area: Northern Stranglethorn - Difficulty: 0) CreateObject1 +(@OGUID+10, 187266, 0, 33, 33, '0', 0, 0, -13144.9580078125, -1487.064208984375, 96.70954132080078125, 2.518738985061645507, 0.112700939178466796, 0.133764266967773437, 0.940505027770996093, 0.291300296783447265, 120, 255, 1, 53262), -- Romantic Blanket (Area: Northern Stranglethorn - Difficulty: 0) CreateObject1 +(@OGUID+11, 187266, 0, 33, 33, '0', 0, 0, -13126.986328125, -1527.9947509765625, 97.026641845703125, 1.999829769134521484, 0.111260890960693359, 0.107637405395507812, 0.834191322326660156, 0.529301464557647705, 120, 255, 1, 53262), -- Romantic Blanket (Area: Northern Stranglethorn - Difficulty: 0) CreateObject1 +(@OGUID+12, 187266, 0, 33, 33, '0', 0, 0, -13134.4970703125, -1503.0242919921875, 96.5805206298828125, 2.428020000457763671, 0.07503509521484375, 0.089652061462402343, 0.932101249694824218, 0.342811167240142822, 120, 255, 1, 53262), -- Romantic Blanket (Area: Northern Stranglethorn - Difficulty: 0) CreateObject1 +(@OGUID+13, 335930, 0, 33, 33, '0', 0, 0, -13143.5830078125, -1484.18408203125, 95.64531707763671875, 0.718697309494018554, 0, 0, 0.351664543151855468, 0.936126112937927246, 120, 255, 1, 53262), -- Picnic Basket (scale x0.75) (Area: Northern Stranglethorn - Difficulty: 0) CreateObject1 +(@OGUID+14, 335930, 0, 33, 33, '0', 0, 0, -13126.5830078125, -1526.23095703125, 96.88445281982421875, 1.73437654972076416, 0.131329059600830078, 0.124623298645019531, 0.752217292785644531, 0.633554160594940185, 120, 255, 1, 53262), -- Picnic Basket (scale x0.75) (Area: Northern Stranglethorn - Difficulty: 0) CreateObject1 +(@OGUID+15, 335930, 0, 33, 33, '0', 0, 0, -13134.44140625, -1504.529541015625, 96.742584228515625, 2.279323101043701171, 0, 0, 0.908492088317871093, 0.417902082204818725, 120, 255, 1, 53262), -- Picnic Basket (scale x0.75) (Area: Northern Stranglethorn - Difficulty: 0) CreateObject1 +(@OGUID+16, 411616, 0, 33, 33, '0', 0, 0, -13140.330078125, -1523.7691650390625, 100.3907470703125, 2.278584003448486328, 0, 0, 0.908337593078613281, 0.418237745761871337, 120, 255, 1, 53262), -- Portal to Stormwind (Area: Northern Stranglethorn - Difficulty: 0) CreateObject1 +(@OGUID+17, 414929, 0, 33, 33, '0', 0, 0, -13140.330078125, -1523.7691650390625, 100.3907470703125, 2.278584003448486328, 0, 0, 0.908337593078613281, 0.418237745761871337, 120, 255, 1, 53262), -- Portal to Orgrimmar (Area: Northern Stranglethorn - Difficulty: 0) CreateObject1 +(@OGUID+18, 415631, 0, 33, 33, '0', 0, 0, -13140.4443359375, -1523.9478759765625, 100.831146240234375, 3.367273807525634765, -0.0985574722290039, -0.06358814239501953, -0.9861459732055664, 0.117299087345600128, 120, 255, 1, 53262); -- Valentine Arch (x1.5) (Area: Northern Stranglethorn - Difficulty: 0) CreateObject1 + +-- Event spawns +DELETE FROM `game_event_creature` WHERE `eventEntry`=@EVENT AND `guid` BETWEEN @CGUID+0 AND @CGUID+2; +INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES +(@EVENT, @CGUID+0), +(@EVENT, @CGUID+1), +(@EVENT, @CGUID+2); + +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=@EVENT AND `guid` BETWEEN @OGUID+0 AND @OGUID+18; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(@EVENT, @OGUID+0), +(@EVENT, @OGUID+1), +(@EVENT, @OGUID+2), +(@EVENT, @OGUID+3), +(@EVENT, @OGUID+4), +(@EVENT, @OGUID+5), +(@EVENT, @OGUID+6), +(@EVENT, @OGUID+7), +(@EVENT, @OGUID+8), +(@EVENT, @OGUID+9), +(@EVENT, @OGUID+10), +(@EVENT, @OGUID+11), +(@EVENT, @OGUID+12), +(@EVENT, @OGUID+13), +(@EVENT, @OGUID+14), +(@EVENT, @OGUID+15), +(@EVENT, @OGUID+16), +(@EVENT, @OGUID+17), +(@EVENT, @OGUID+18); + +-- +SET @OGUID := 9803504; +SET @EVENT := 8; + +-- Old gameobject spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=8 AND `guid` BETWEEN 9800019 AND 9800033; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+14; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 181060, 1, 618, 2246, '0', 0, 0, 6886.07568359375, -2376.053955078125, 556.484375, 3.517868995666503906, 0, 0, -0.98235416412353515, 0.187030211091041564, 120, 255, 1, 53262), -- Lovely Candle (Area: Frostfire Hot Springs - Difficulty: 0) CreateObject1 +(@OGUID+1, 181060, 1, 618, 2246, '0', 0, 0, 6887.08349609375, -2382.9375, 556.888916015625, 3.010171413421630859, 0, 0, 0.997841835021972656, 0.065663389861583709, 120, 255, 1, 53262), -- Lovely Candle (Area: Frostfire Hot Springs - Difficulty: 0) CreateObject1 +(@OGUID+2, 181060, 1, 618, 2246, '0', 0, 0, 6890.12255859375, -2379.11279296875, 558.828125, 3.260446548461914062, 0, 0, -0.99823474884033203, 0.059391941875219345, 120, 255, 1, 53262), -- Lovely Candle (Area: Frostfire Hot Springs - Difficulty: 0) CreateObject1 +(@OGUID+3, 181060, 1, 618, 2246, '0', 0, 0, 6883.3349609375, -2379.866455078125, 555.71527099609375, 3.264177560806274414, 0, 0, -0.99812221527099609, 0.061254002153873443, 120, 255, 1, 53262), -- Lovely Candle (Area: Frostfire Hot Springs - Difficulty: 0) CreateObject1 +(@OGUID+4, 181060, 1, 618, 2246, '0', 0, 0, 6889.095703125, -2381.507080078125, 557.93231201171875, 3.115680694580078125, 0, 0, 0.99991607666015625, 0.012955565936863422, 120, 255, 1, 53262), -- Lovely Candle (Area: Frostfire Hot Springs - Difficulty: 0) CreateObject1 +(@OGUID+5, 181060, 1, 618, 2246, '0', 0, 0, 6884.64599609375, -2382.428955078125, 556.11572265625, 3.030164003372192382, 0, 0, 0.998448371887207031, 0.055685475468635559, 120, 255, 1, 53262), -- Lovely Candle (Area: Frostfire Hot Springs - Difficulty: 0) CreateObject1 +(@OGUID+6, 181060, 1, 618, 2246, '0', 0, 0, 6888.50244140625, -2377.114501953125, 557.640625, 3.394780397415161132, 0, 0, -0.99199771881103515, 0.126255884766578674, 120, 255, 1, 53262), -- Lovely Candle (Area: Frostfire Hot Springs - Difficulty: 0) CreateObject1 +(@OGUID+7, 181060, 1, 618, 2246, '0', 0, 0, 6884.0234375, -2377.46875, 555.89068603515625, 3.46560072898864746, 0, 0, -0.98690605163574218, 0.161296233534812927, 120, 255, 1, 53262), -- Lovely Candle (Area: Frostfire Hot Springs - Difficulty: 0) CreateObject1 +(@OGUID+8, 187266, 1, 618, 2246, '0', 0, 0, 6871.22900390625, -2407.257080078125, 553.12481689453125, 2.229541301727294921, -0.15789794921875, -0.02077198028564453, 0.891504287719726562, 0.424095392227172851, 120, 255, 1, 53262), -- Romantic Blanket (Area: Frostfire Hot Springs - Difficulty: 0) CreateObject1 +(@OGUID+9, 187266, 1, 618, 2246, '0', 0, 0, 6879.13525390625, -2373.427001953125, 555.6219482421875, 2.557805538177490234, -0.07586669921875, -0.07475757598876953, 0.953624725341796875, 0.281523466110229492, 120, 255, 1, 53262), -- Romantic Blanket (Area: Frostfire Hot Springs - Difficulty: 0) CreateObject1 +(@OGUID+10, 335930, 1, 618, 2246, '0', 0, 0, 6879.11376953125, -2374.84375, 555.61846923828125, 2.279323101043701171, 0, 0, 0.908492088317871093, 0.417902082204818725, 120, 255, 1, 53262), -- Picnic Basket (scale x0.75) (Area: Frostfire Hot Springs - Difficulty: 0) CreateObject1 +(@OGUID+11, 335930, 1, 618, 2246, '0', 0, 0, 6872.02001953125, -2408.015625, 553.46435546875, 1.795279145240783691, 0, 0, 0.781857490539550781, 0.623457193374633789, 120, 255, 1, 53262), -- Picnic Basket (scale x0.75) (Area: Frostfire Hot Springs - Difficulty: 0) CreateObject1 +(@OGUID+12, 411616, 1, 618, 2246, '0', 0, 0, 6886.6884765625, -2379.50341796875, 556.30029296875, 2.278584003448486328, 0, 0, 0.908337593078613281, 0.418237745761871337, 120, 255, 1, 53262), -- Portal to Stormwind (Area: Frostfire Hot Springs - Difficulty: 0) CreateObject1 +(@OGUID+13, 414929, 1, 618, 2246, '0', 0, 0, 6886.6884765625, -2379.50341796875, 556.30029296875, 2.278584003448486328, 0, 0, 0.908337593078613281, 0.418237745761871337, 120, 255, 1, 53262), -- Portal to Orgrimmar (Area: Frostfire Hot Springs - Difficulty: 0) CreateObject1 +(@OGUID+14, 415631, 1, 618, 2246, '0', 0, 0, 6887.04931640625, -2379.489501953125, 556.6309814453125, 3.298957347869873046, 0.131905555725097656, -0.00875473022460937, -0.98835182189941406, 0.075398750603199005, 120, 255, 1, 53262); -- Valentine Arch (x1.5) (Area: Frostfire Hot Springs - Difficulty: 0) CreateObject1 + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=@EVENT AND `guid` BETWEEN @OGUID+0 AND @OGUID+14; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(@EVENT, @OGUID+0), +(@EVENT, @OGUID+1), +(@EVENT, @OGUID+2), +(@EVENT, @OGUID+3), +(@EVENT, @OGUID+4), +(@EVENT, @OGUID+5), +(@EVENT, @OGUID+6), +(@EVENT, @OGUID+7), +(@EVENT, @OGUID+8), +(@EVENT, @OGUID+9), +(@EVENT, @OGUID+10), +(@EVENT, @OGUID+11), +(@EVENT, @OGUID+12), +(@EVENT, @OGUID+13), +(@EVENT, @OGUID+14); + +-- +SET @OGUID := 9803519; +SET @EVENT := 8; + +-- Old gameobject spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=8 AND `guid` BETWEEN 9800034 AND 9800045; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+11; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 181060, 870, 5785, 5785, '0', 0, 0, 1708.8160400390625, -1606.0521240234375, 527.609375, 3.129240036010742187, 0, 0, 0.999980926513671875, 0.006176323629915714, 120, 255, 1, 53262), -- Lovely Candle (Area: The Jade Forest - Difficulty: 0) CreateObject1 +(@OGUID+1, 181060, 870, 5785, 5785, '0', 0, 0, 1712.2708740234375, -1611.5399169921875, 527.96356201171875, 2.779532909393310546, 0, 0, 0.983658790588378906, 0.180042743682861328, 120, 255, 1, 53262), -- Lovely Candle (Area: The Jade Forest - Difficulty: 0) CreateObject1 +(@OGUID+2, 181060, 870, 5785, 5785, '0', 0, 0, 1709.8992919921875, -1612.2257080078125, 527.467041015625, 2.673914909362792968, 0, 0, 0.972784042358398437, 0.231713637709617614, 120, 255, 1, 53262), -- Lovely Candle (Area: The Jade Forest - Difficulty: 0) CreateObject1 +(@OGUID+3, 181060, 870, 5785, 5785, '0', 0, 0, 1714.03125, -1609.6163330078125, 528.34027099609375, 2.924135208129882812, 0, 0, 0.9940948486328125, 0.108514674007892608, 120, 255, 1, 53262), -- Lovely Candle (Area: The Jade Forest - Difficulty: 0) CreateObject1 +(@OGUID+4, 181060, 870, 5785, 5785, '0', 0, 0, 1707.767333984375, -1610.9427490234375, 527.1385498046875, 2.693909168243408203, 0, 0, 0.9750518798828125, 0.221977129578590393, 120, 255, 1, 53262), -- Lovely Candle (Area: The Jade Forest - Difficulty: 0) CreateObject1 +(@OGUID+5, 181060, 870, 5785, 5785, '0', 0, 0, 1707.376708984375, -1608.09033203125, 527.10260009765625, 2.927893877029418945, 0, 0, 0.994297027587890625, 0.106646150350570678, 120, 255, 1, 53262), -- Lovely Candle (Area: The Jade Forest - Difficulty: 0) CreateObject1 +(@OGUID+6, 181060, 870, 5785, 5785, '0', 0, 0, 1713.1597900390625, -1607.1978759765625, 528.359375, 3.058491945266723632, 0, 0, 0.999136924743652343, 0.041538357734680175, 120, 255, 1, 53262), -- Lovely Candle (Area: The Jade Forest - Difficulty: 0) CreateObject1 +(@OGUID+7, 181060, 870, 5785, 5785, '0', 0, 0, 1711.220458984375, -1605.3941650390625, 528.18231201171875, 3.181619644165039062, 0, 0, -0.99979972839355468, 0.020012086257338523, 120, 255, 1, 53262), -- Lovely Candle (Area: The Jade Forest - Difficulty: 0) CreateObject1 +(@OGUID+8, 335930, 870, 5785, 5785, '0', 0, 0, 1695.3038330078125, -1608.0382080078125, 522.6309814453125, 1.943048834800720214, 0, 0, 0.825746536254882812, 0.564041376113891601, 120, 255, 1, 53262), -- Picnic Basket (scale x0.75) (Area: The Jade Forest - Difficulty: 0) CreateObject1 +(@OGUID+9, 411616, 870, 5785, 5785, '0', 0, 0, 1710.345458984375, -1608.80908203125, 527.37725830078125, 1.942311882972717285, 0, 0, 0.82553863525390625, 0.564345598220825195, 120, 255, 1, 53262), -- Portal to Stormwind (Area: The Jade Forest - Difficulty: 0) CreateObject1 +(@OGUID+10, 414929, 870, 5785, 5785, '0', 0, 0, 1710.345458984375, -1608.80908203125, 527.37725830078125, 1.942311882972717285, 0, 0, 0.82553863525390625, 0.564345598220825195, 120, 255, 1, 53262), -- Portal to Orgrimmar (Area: The Jade Forest - Difficulty: 0) CreateObject1 +(@OGUID+11, 415631, 870, 5785, 5785, '0', 0, 0, 1710.3697509765625, -1608.7117919921875, 527.73760986328125, 3.04199528694152832, -0.01773405075073242, -0.04326915740966796, 0.997701644897460937, 0.049037635326385498, 120, 255, 1, 53262); -- Valentine Arch (x1.5) (Area: The Jade Forest - Difficulty: 0) CreateObject1 + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=@EVENT AND `guid` BETWEEN @OGUID+0 AND @OGUID+11; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(@EVENT, @OGUID+0), +(@EVENT, @OGUID+1), +(@EVENT, @OGUID+2), +(@EVENT, @OGUID+3), +(@EVENT, @OGUID+4), +(@EVENT, @OGUID+5), +(@EVENT, @OGUID+6), +(@EVENT, @OGUID+7), +(@EVENT, @OGUID+8), +(@EVENT, @OGUID+9), +(@EVENT, @OGUID+10), +(@EVENT, @OGUID+11); + +-- +SET @OGUID := 9803531; +SET @EVENT := 8; + +-- Old gameobject spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=8 AND `guid` BETWEEN 9800046 AND 9800056; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+10; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 181060, 1220, 7558, 7677, '0', 0, 0, 2810.69091796875, 6745.3974609375, 211.3227386474609375, 1.116188526153564453, 0, 0, 0.529570579528808593, 0.848265886306762695, 120, 255, 1, 53262), -- Lovely Candle (Area: Temple of Elune - Difficulty: 0) CreateObject1 +(@OGUID+1, 181060, 1220, 7558, 7677, '0', 0, 0, 2807.197021484375, 6750.2568359375, 211.3520050048828125, 0.731604218482971191, 0, 0, 0.357698440551757812, 0.933837175369262695, 120, 255, 1, 53262), -- Lovely Candle (Area: Temple of Elune - Difficulty: 0) CreateObject1 +(@OGUID+2, 181060, 1220, 7558, 7677, '0', 0, 0, 2808.126708984375, 6745.4599609375, 210.692718505859375, 0.981835722923278808, 0, 0, 0.471435546875, 0.881900489330291748, 120, 255, 1, 53262), -- Lovely Candle (Area: Temple of Elune - Difficulty: 0) CreateObject1 +(@OGUID+3, 181060, 1220, 7558, 7677, '0', 0, 0, 2806.9697265625, 6747.80029296875, 210.8098297119140625, 0.83722090721130371, 0, 0, 0.406491279602050781, 0.913654685020446777, 120, 255, 1, 53262), -- Lovely Candle (Area: Temple of Elune - Difficulty: 0) CreateObject1 +(@OGUID+4, 181060, 1220, 7558, 7677, '0', 0, 0, 2813.07470703125, 6746.5458984375, 212.236328125, 1.239279389381408691, 0, 0, 0.58074188232421875, 0.814087748527526855, 120, 255, 1, 53262), -- Lovely Candle (Area: Temple of Elune - Difficulty: 0) CreateObject1 +(@OGUID+5, 181060, 1220, 7558, 7677, '0', 0, 0, 2809.1640625, 6751.775390625, 211.8814697265625, 0.75159996747970581, 0, 0, 0.367016792297363281, 0.930214345455169677, 120, 255, 1, 53262), -- Lovely Candle (Area: Temple of Elune - Difficulty: 0) CreateObject1 +(@OGUID+6, 181060, 1220, 7558, 7677, '0', 0, 0, 2811.963623046875, 6751.10400390625, 212.496490478515625, 0.985581398010253906, 0, 0, 0.473086357116699218, 0.881016075611114501, 120, 255, 1, 53262), -- Lovely Candle (Area: Temple of Elune - Difficulty: 0) CreateObject1 +(@OGUID+7, 181060, 1220, 7558, 7677, '0', 0, 0, 2813.342041015625, 6749.02001953125, 212.720733642578125, 1.187007427215576171, 0, 0, 0.559268951416015625, 0.828986287117004394, 120, 255, 1, 53262), -- Lovely Candle (Area: Temple of Elune - Difficulty: 0) CreateObject1 +(@OGUID+8, 411616, 1220, 7558, 7677, '0', 0, 0, 2809.861083984375, 6748.4228515625, 211.2455596923828125, 0, 0, 0, 0, 1, 120, 255, 1, 53262), -- Portal to Stormwind (Area: Temple of Elune - Difficulty: 0) CreateObject1 +(@OGUID+9, 414929, 1220, 7558, 7677, '0', 0, 0, 2809.861083984375, 6748.4228515625, 211.2455596923828125, 0, 0, 0, 0, 1, 120, 255, 1, 53262), -- Portal to Orgrimmar (Area: Temple of Elune - Difficulty: 0) CreateObject1 +(@OGUID+10, 415631, 1220, 7558, 7677, '0', 0, 0, 2810.1650390625, 6748.3818359375, 211.6234130859375, 1.073047757148742675, -0.04596233367919921, -0.05719757080078125, 0.508252143859863281, 0.858076751232147216, 120, 255, 1, 53262); -- Valentine Arch (x1.5) (Area: Temple of Elune - Difficulty: 0) CreateObject1 + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=@EVENT AND `guid` BETWEEN @OGUID+0 AND @OGUID+10; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(@EVENT, @OGUID+0), +(@EVENT, @OGUID+1), +(@EVENT, @OGUID+2), +(@EVENT, @OGUID+3), +(@EVENT, @OGUID+4), +(@EVENT, @OGUID+5), +(@EVENT, @OGUID+6), +(@EVENT, @OGUID+7), +(@EVENT, @OGUID+8), +(@EVENT, @OGUID+9), +(@EVENT, @OGUID+10); + +-- +SET @CGUID := 9800081; +SET @OGUID := 9803542; +SET @EVENT := 8; + +-- Old creature spawns +DELETE FROM `game_event_creature` WHERE `eventEntry`=8 AND `guid` BETWEEN 9800003 AND 9800004; + +-- Creature spawns +DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+1; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES +(@CGUID+0, 40438, 0, 1537, 5719, '0', 0, 0, 0, 0, -4939.44775390625, -937.36981201171875, 503.2398681640625, 0.767944872379302978, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 53262), -- Steamwheedle Shyster (Area: The Commons - Difficulty: 0) CreateObject1 +(@CGUID+1, 215197, 0, 1537, 5719, '0', 0, 0, 0, 0, -4920.6025390625, -975.02606201171875, 501.5517578125, 2.295789718627929687, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 53262); -- Gabbo Blinkwink (Area: The Commons - Difficulty: 0) CreateObject1 (Auras: 427424 - [DNT] Mirror Image) + +-- Old gameobject spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=8 AND `guid` BETWEEN 9800057 AND 9800142; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+85; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 181015, 0, 1537, 5719, '0', 0, 0, -4923.484375, -987.1875, 501.44683837890625, 2.071596145629882812, 0, 0, 0.860269546508789062, 0.509839534759521484, 120, 255, 1, 53262), -- Crate (Area: The Commons - Difficulty: 0) CreateObject1 +(@OGUID+1, 181015, 0, 1537, 5719, '0', 0, 0, -4915.658203125, -981.22222900390625, 501.44427490234375, 1.557761192321777343, 0, 0, 0.702483177185058593, 0.711700379848480224, 120, 255, 1, 53262), -- Crate (Area: The Commons - Difficulty: 0) CreateObject1 +(@OGUID+2, 181015, 0, 1537, 5719, '0', 0, 0, -4925.1943359375, -989.50347900390625, 501.4462890625, 2.576072454452514648, 0, 0, 0.96028900146484375, 0.279007226228713989, 120, 255, 1, 53262), -- Crate (Area: The Commons - Difficulty: 0) CreateObject1 +(@OGUID+3, 181015, 0, 1537, 5719, '0', 0, 0, -4915.90966796875, -984.4617919921875, 501.446624755859375, 2.199114561080932617, 0, 0, 0.8910064697265625, 0.453990638256072998, 120, 255, 1, 53262), -- Crate (Area: The Commons - Difficulty: 0) CreateObject1 +(@OGUID+4, 181016, 0, 1537, 5719, '0', 0, 0, -4928.40966796875, -981.78302001953125, 501.470123291015625, 2.599380254745483398, 0, 0, 0.963475227355957031, 0.267797440290451049, 120, 255, 1, 53262), -- Wreath (Area: The Commons - Difficulty: 0) CreateObject1 +(@OGUID+5, 181016, 0, 1537, 5719, '0', 0, 0, -4997.84912109375, -880.6900634765625, 501.659332275390625, 0.715584874153137207, 0, 0, 0.350207328796386718, 0.936672210693359375, 120, 255, 1, 53262), -- Wreath (Area: The Commons - Difficulty: 0) CreateObject1 +(@OGUID+6, 181016, 0, 1537, 0, '0', 0, 0, -5018.2275390625, -855.9774169921875, 501.659332275390625, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+7, 181016, 0, 1537, 0, '0', 0, 0, -5000.1611328125, -841.3087158203125, 501.659332275390625, 3.822272777557373046, 0, 0, -0.94264125823974609, 0.333807557821273803, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+8, 181016, 0, 1537, 0, '0', 0, 0, -5008.32275390625, -868.1883544921875, 501.659332275390625, 0.767943859100341796, 0, 0, 0.374606132507324218, 0.927184045314788818, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+9, 181016, 0, 1537, 0, '0', 0, 0, -4990.28857421875, -853.3427734375, 501.659332275390625, 3.839725255966186523, 0, 0, -0.93969249725341796, 0.34202045202255249, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+10, 181016, 0, 1537, 0, '0', 0, 0, -4980.03466796875, -865.87548828125, 501.659332275390625, 3.735006093978881835, 0, 0, -0.95630455017089843, 0.292372345924377441, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+11, 181016, 0, 1537, 5344, '0', 0, 0, -4609.134765625, -905.39166259765625, 501.067718505859375, 3.90954136848449707, 0, 0, -0.92718315124511718, 0.37460830807685852, 120, 255, 1, 53262), -- Wreath (Area: The Mystic Ward - Difficulty: 0) CreateObject1 +(@OGUID+12, 181016, 0, 1537, 5344, '0', 0, 0, -4602.83056640625, -912.78594970703125, 501.066070556640625, 3.78736734390258789, 0, 0, -0.94832324981689453, 0.317305892705917358, 120, 255, 1, 53262), -- Wreath (Area: The Mystic Ward - Difficulty: 0) CreateObject1 +(@OGUID+13, 181016, 0, 1537, 5344, '0', 0, 0, -4618.0244140625, -925.11968994140625, 501.0621337890625, 0.785396754741668701, 0, 0, 0.38268280029296875, 0.923879802227020263, 120, 255, 1, 53262), -- Wreath (Area: The Mystic Ward - Difficulty: 0) CreateObject1 +(@OGUID+14, 181016, 0, 1537, 5344, '0', 0, 0, -4623.98583984375, -917.63336181640625, 501.06304931640625, 0.698131442070007324, 0, 0, 0.342020034790039062, 0.939692676067352294, 120, 255, 1, 53262), -- Wreath (Area: The Mystic Ward - Difficulty: 0) CreateObject1 +(@OGUID+15, 181017, 0, 1537, 1537, '0', 0, 0, -4804.95654296875, -1180.3507080078125, 510.45892333984375, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 53262), -- Hanging Streamer (Area: Ironforge - Difficulty: 0) CreateObject1 +(@OGUID+16, 181017, 0, 1537, 1537, '0', 0, 0, -4927.70654296875, -1279.470458984375, 509.795623779296875, 2.652894020080566406, 0, 0, 0.970294952392578125, 0.241925001144409179, 120, 255, 1, 53262), -- Hanging Streamer (Area: Ironforge - Difficulty: 0) CreateObject1 +(@OGUID+17, 181017, 0, 1537, 5343, '0', 0, 0, -4868.57470703125, -1144.732666015625, 510.406951904296875, 0.383971005678176879, 0, 0, 0.190808296203613281, 0.981627285480499267, 120, 255, 1, 53262), -- Hanging Streamer (Area: The Military Ward - Difficulty: 0) CreateObject1 +(@OGUID+18, 181017, 0, 1537, 5343, '0', 0, 0, -5041.65283203125, -1166.185791015625, 508.227386474609375, 0.314158439636230468, 0, 0, 0.156434059143066406, 0.987688362598419189, 120, 255, 1, 53262), -- Hanging Streamer (Area: The Military Ward - Difficulty: 0) CreateObject1 +(@OGUID+19, 181017, 0, 1537, 5343, '0', 0, 0, -4989.77783203125, -1117.27783203125, 508.185760498046875, 3.316144466400146484, 0, 0, -0.99619388580322265, 0.087165042757987976, 120, 255, 1, 53262), -- Hanging Streamer (Area: The Military Ward - Difficulty: 0) CreateObject1 +(@OGUID+20, 181017, 0, 1537, 5343, '0', 0, 0, -5030.98095703125, -1153.90283203125, 509.76019287109375, 5.009094715118408203, 0, 0, -0.59482288360595703, 0.80385679006576538, 120, 255, 1, 53262), -- Hanging Streamer (Area: The Military Ward - Difficulty: 0) CreateObject1 +(@OGUID+21, 181017, 0, 1537, 5343, '0', 0, 0, -5017.75, -1125.0382080078125, 509.957183837890625, 0.191985160112380981, 0, 0, 0.095845222473144531, 0.995396256446838378, 120, 255, 1, 53262), -- Hanging Streamer (Area: The Military Ward - Difficulty: 0) CreateObject1 +(@OGUID+22, 181017, 0, 1537, 5719, '0', 0, 0, -4974.47900390625, -1033.467041015625, 509.7349853515625, 2.775068521499633789, 0, 0, 0.983254432678222656, 0.182238012552261352, 120, 255, 1, 53262), -- Hanging Streamer (Area: The Commons - Difficulty: 0) CreateObject1 +(@OGUID+23, 181017, 0, 1537, 5719, '0', 0, 0, -4899.02783203125, -982.31427001953125, 510.77691650390625, 2.286378860473632812, 0, 0, 0.909960746765136718, 0.414694398641586303, 120, 255, 1, 53262), -- Hanging Streamer (Area: The Commons - Difficulty: 0) CreateObject1 +(@OGUID+24, 181017, 0, 1537, 5719, '0', 0, 0, -4880.09716796875, -957.7725830078125, 509.6275634765625, 1.937312245368957519, 0, 0, 0.824125289916992187, 0.566407561302185058, 120, 255, 1, 53262), -- Hanging Streamer (Area: The Commons - Difficulty: 0) CreateObject1 +(@OGUID+25, 181017, 0, 1537, 0, '0', 0, 0, -4849.923828125, -877.53643798828125, 506.388824462890625, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 120, 255, 1, 53262), -- Hanging Streamer (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+26, 181017, 0, 1537, 0, '0', 0, 0, -4840.26904296875, -859.96875, 506.08197021484375, 4.799657344818115234, 0, 0, -0.67558956146240234, 0.737277925014495849, 120, 255, 1, 53262), -- Hanging Streamer (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+27, 181017, 0, 1537, 5719, '0', 0, 0, -4798.3662109375, -908.9757080078125, 503.249847412109375, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 53262), -- Hanging Streamer (Area: The Commons - Difficulty: 0) CreateObject1 +(@OGUID+28, 181017, 0, 1537, 5719, '0', 0, 0, -4765.7744140625, -913.38714599609375, 508.2344970703125, 1.32644820213317871, 0, 0, 0.615660667419433593, 0.788011372089385986, 120, 255, 1, 53262), -- Hanging Streamer (Area: The Commons - Difficulty: 0) CreateObject1 +(@OGUID+29, 181017, 0, 1537, 5719, '0', 0, 0, -4707.56591796875, -948.40972900390625, 509.871734619140625, 0.907570242881774902, 0, 0, 0.438370704650878906, 0.898794233798980712, 120, 255, 1, 53262), -- Hanging Streamer (Area: The Commons - Difficulty: 0) CreateObject1 +(@OGUID+30, 181017, 0, 1537, 5344, '0', 0, 0, -4591.765625, -999.46356201171875, 508.2066650390625, 3.43830275535583496, 0, 0, -0.98901557922363281, 0.147811368107795715, 120, 255, 1, 53262), -- Hanging Streamer (Area: The Mystic Ward - Difficulty: 0) CreateObject1 +(@OGUID+31, 181017, 0, 1537, 5344, '0', 0, 0, -4601.875, -1010.21527099609375, 509.9107666015625, 1.815141916275024414, 0, 0, 0.788010597229003906, 0.615661680698394775, 120, 255, 1, 53262), -- Hanging Streamer (Area: The Mystic Ward - Difficulty: 0) CreateObject1 +(@OGUID+32, 181017, 0, 1537, 5344, '0', 0, 0, -4730.88720703125, -1063.310791015625, 508.73834228515625, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 120, 255, 1, 53262), -- Hanging Streamer (Area: The Mystic Ward - Difficulty: 0) CreateObject1 +(@OGUID+33, 181017, 0, 1537, 5344, '0', 0, 0, -4612.87841796875, -1093.2603759765625, 509.64056396484375, 3.054326534271240234, 0, 0, 0.999048233032226562, 0.043619260191917419, 120, 255, 1, 53262), -- Hanging Streamer (Area: The Mystic Ward - Difficulty: 0) CreateObject1 +(@OGUID+34, 181017, 0, 1537, 5344, '0', 0, 0, -4614.03662109375, -1114.4791259765625, 509.549957275390625, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 120, 255, 1, 53262), -- Hanging Streamer (Area: The Mystic Ward - Difficulty: 0) CreateObject1 +(@OGUID+35, 181017, 0, 1537, 4679, '0', 0, 0, -4691.63525390625, -1183.8958740234375, 509.914825439453125, 5.550147056579589843, 0, 0, -0.358367919921875, 0.933580458164215087, 120, 255, 1, 53262), -- Hanging Streamer (Area: The Forlorn Cavern - Difficulty: 0) CreateObject1 +(@OGUID+36, 181017, 0, 1537, 5341, '0', 0, 0, -4732.765625, -1146.4896240234375, 507.5391845703125, 2.652894020080566406, 0, 0, 0.970294952392578125, 0.241925001144409179, 120, 255, 1, 53262), -- Hanging Streamer (Area: Hall of Explorers - Difficulty: 0) CreateObject1 +(@OGUID+37, 181017, 0, 1537, 5342, '0', 0, 0, -4847.69091796875, -1162.9617919921875, 508.74658203125, 0.837757468223571777, 0, 0, 0.406736373901367187, 0.913545548915863037, 120, 255, 1, 53262), -- Hanging Streamer (Area: The Great Forge - Difficulty: 0) CreateObject1 +(@OGUID+38, 181018, 0, 1537, 5719, '0', 0, 0, -4897.69091796875, -1002.0504150390625, 510.0543212890625, 2.076939344406127929, 0, 0, 0.861628532409667968, 0.50753939151763916, 120, 255, 1, 53262), -- Ribbon (Area: The Commons - Difficulty: 0) CreateObject1 +(@OGUID+39, 181018, 0, 1537, 5719, '0', 0, 0, -4888.8212890625, -994.73785400390625, 510.048828125, 2.321286916732788085, 0, 0, 0.917059898376464843, 0.398749500513076782, 120, 255, 1, 53262), -- Ribbon (Area: The Commons - Difficulty: 0) CreateObject1 +(@OGUID+40, 181018, 0, 1537, 5719, '0', 0, 0, -4879.8349609375, -987.32989501953125, 509.98291015625, 2.146752834320068359, 0, 0, 0.878816604614257812, 0.477159708738327026, 120, 255, 1, 53262), -- Ribbon (Area: The Commons - Difficulty: 0) CreateObject1 +(@OGUID+41, 181019, 0, 1537, 5719, '0', 0, 0, -4899.34814453125, -1004.4788818359375, 504.7578125, 5.602506637573242187, 0, 0, -0.33380699157714843, 0.942641437053680419, 120, 255, 1, 53262), -- Rose Vase (Area: The Commons - Difficulty: 0) CreateObject1 +(@OGUID+42, 181019, 0, 1537, 5719, '0', 0, 0, -4905.373046875, -979.254150390625, 503.518463134765625, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 120, 255, 1, 53262), -- Rose Vase (Area: The Commons - Difficulty: 0) CreateObject1 +(@OGUID+43, 181019, 0, 1537, 5719, '0', 0, 0, -4895.28857421875, -1001.1298828125, 504.7578125, 3.263772249221801757, 0, 0, -0.99813461303710937, 0.061051756143569946, 120, 255, 1, 53262), -- Rose Vase (Area: The Commons - Difficulty: 0) CreateObject1 +(@OGUID+44, 181019, 0, 1537, 5719, '0', 0, 0, -4890.2255859375, -996.79949951171875, 504.7578125, 0.418878614902496337, 0, 0, 0.207911491394042968, 0.978147625923156738, 120, 255, 1, 53262), -- Rose Vase (Area: The Commons - Difficulty: 0) CreateObject1 +(@OGUID+45, 181019, 0, 1537, 5719, '0', 0, 0, -4886.38330078125, -993.6834716796875, 504.7578125, 2.321286916732788085, 0, 0, 0.917059898376464843, 0.398749500513076782, 120, 255, 1, 53262), -- Rose Vase (Area: The Commons - Difficulty: 0) CreateObject1 +(@OGUID+46, 181019, 0, 1537, 5719, '0', 0, 0, -4900.673828125, -975.40972900390625, 503.49066162109375, 2.70525527000427246, 0, 0, 0.97629547119140625, 0.216442063450813293, 120, 255, 1, 53262), -- Rose Vase (Area: The Commons - Difficulty: 0) CreateObject1 +(@OGUID+47, 181019, 0, 1537, 5719, '0', 0, 0, -4881.06103515625, -989.32257080078125, 504.7578125, 5.253442287445068359, 0, 0, -0.49242305755615234, 0.870355963706970214, 120, 255, 1, 53262), -- Rose Vase (Area: The Commons - Difficulty: 0) CreateObject1 +(@OGUID+48, 181019, 0, 1537, 5719, '0', 0, 0, -4877.421875, -986.307861328125, 504.7578125, 5.70722818374633789, 0, 0, -0.28401470184326171, 0.958819925785064697, 120, 255, 1, 53262), -- Rose Vase (Area: The Commons - Difficulty: 0) CreateObject1 +(@OGUID+49, 181019, 0, 1537, 0, '0', 0, 0, -4846.3212890625, -864.107666015625, 502.8443603515625, 5.480334281921386718, 0, 0, -0.39073085784912109, 0.920504987239837646, 120, 255, 1, 53262), -- Rose Vase (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+50, 181019, 0, 1537, 0, '0', 0, 0, -4837.50927734375, -865.4373779296875, 502.851348876953125, 0.855210542678833007, 0, 0, 0.414692878723144531, 0.909961462020874023, 120, 255, 1, 53262), -- Rose Vase (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+51, 181021, 0, 1537, 5719, '0', 0, 0, -4993.27783203125, -886.91668701171875, 524.600341796875, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, 53262), -- Hanging, Door - Val (Area: The Commons - Difficulty: 0) CreateObject1 +(@OGUID+52, 181021, 0, 1537, 0, '0', 0, 0, -5003.3349609375, -874.71356201171875, 524.83770751953125, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, 53262), -- Hanging, Door - Val (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+53, 181021, 0, 1537, 0, '0', 0, 0, -4974.6494140625, -871.54168701171875, 524.52850341796875, 3.839725255966186523, 0, 0, -0.93969249725341796, 0.34202045202255249, 120, 255, 1, 53262), -- Hanging, Door - Val (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+54, 181021, 0, 1537, 0, '0', 0, 0, -5013.38916015625, -862.51910400390625, 524.67938232421875, 0.698131442070007324, 0, 0, 0.342020034790039062, 0.939692676067352294, 120, 255, 1, 53262), -- Hanging, Door - Val (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+55, 181021, 0, 1537, 0, '0', 0, 0, -4984.7099609375, -859.3367919921875, 524.798828125, 3.822272777557373046, 0, 0, -0.94264125823974609, 0.333807557821273803, 120, 255, 1, 53262), -- Hanging, Door - Val (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+56, 181021, 0, 1537, 0, '0', 0, 0, -4994.7783203125, -847.123291015625, 524.5223388671875, 3.822272777557373046, 0, 0, -0.94264125823974609, 0.333807557821273803, 120, 255, 1, 53262), -- Hanging, Door - Val (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+57, 181021, 0, 1537, 5344, '0', 0, 0, -4634.705078125, -1025.5736083984375, 514.93280029296875, 1.675513744354248046, 0, 0, 0.743144035339355468, 0.669131457805633544, 120, 255, 1, 53262), -- Hanging, Door - Val (Area: The Mystic Ward - Difficulty: 0) CreateObject1 +(@OGUID+58, 181021, 0, 1537, 4679, '0', 0, 0, -4641.595703125, -1178.900634765625, 515.0255126953125, 4.223697185516357421, 0, 0, -0.85716724395751953, 0.515038192272186279, 120, 255, 1, 53262), -- Hanging, Door - Val (Area: The Forlorn Cavern - Difficulty: 0) CreateObject1 +(@OGUID+59, 181025, 0, 1537, 1537, '0', 0, 0, -4684.71630859375, -1205.30712890625, 510.450103759765625, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 120, 255, 1, 53262), -- Huge Ribbon (Area: Ironforge - Difficulty: 0) CreateObject1 +(@OGUID+60, 181025, 0, 1537, 1537, '0', 0, 0, -4672.89892578125, -992.93902587890625, 510.1920166015625, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 53262), -- Huge Ribbon (Area: Ironforge - Difficulty: 0) CreateObject1 +(@OGUID+61, 181025, 0, 1537, 1537, '0', 0, 0, -4971.14892578125, -937.86602783203125, 510.348785400390625, 5.532694816589355468, 0, 0, -0.3665008544921875, 0.93041771650314331, 120, 255, 1, 53262), -- Huge Ribbon (Area: Ironforge - Difficulty: 0) CreateObject1 +(@OGUID+62, 181025, 0, 1537, 1537, '0', 0, 0, -4700.93505859375, -958.9013671875, 510.295135498046875, 0.820303261280059814, 0, 0, 0.398748397827148437, 0.917060375213623046, 120, 255, 1, 53262), -- Huge Ribbon (Area: Ironforge - Difficulty: 0) CreateObject1 +(@OGUID+63, 181025, 0, 1537, 1537, '0', 0, 0, -5003.4814453125, -983.32867431640625, 510.498046875, 5.794494152069091796, 0, 0, -0.24192142486572265, 0.970295846462249755, 120, 255, 1, 53262), -- Huge Ribbon (Area: Ironforge - Difficulty: 0) CreateObject1 +(@OGUID+64, 181025, 0, 1537, 1537, '0', 0, 0, -4928.48681640625, -902.7635498046875, 510.451171875, 5.288348197937011718, 0, 0, -0.4771585464477539, 0.878817260265350341, 120, 255, 1, 53262), -- Huge Ribbon (Area: Ironforge - Difficulty: 0) CreateObject1 +(@OGUID+65, 181025, 0, 1537, 1537, '0', 0, 0, -4878.06005859375, -879.94696044921875, 510.241851806640625, 5.026549339294433593, 0, 0, -0.5877847671508789, 0.809017360210418701, 120, 255, 1, 53262), -- Huge Ribbon (Area: Ironforge - Difficulty: 0) CreateObject1 +(@OGUID+66, 181025, 0, 1537, 1537, '0', 0, 0, -4959.70703125, -1172.3468017578125, 509.829864501953125, 3.700104713439941406, 0, 0, -0.96126079559326171, 0.275640487670898437, 120, 255, 1, 53262), -- Huge Ribbon (Area: Ironforge - Difficulty: 0) CreateObject1 +(@OGUID+67, 181025, 0, 1537, 1537, '0', 0, 0, -4720.98291015625, -1235.19873046875, 510.422576904296875, 2.129300594329833984, 0, 0, 0.874619483947753906, 0.484810054302215576, 120, 255, 1, 53262), -- Huge Ribbon (Area: Ironforge - Difficulty: 0) CreateObject1 +(@OGUID+68, 181025, 0, 1537, 1537, '0', 0, 0, -4931.61474609375, -1206.3570556640625, 509.640350341796875, 3.961898565292358398, 0, 0, -0.91705989837646484, 0.398749500513076782, 120, 255, 1, 53262), -- Huge Ribbon (Area: Ironforge - Difficulty: 0) CreateObject1 +(@OGUID+69, 181060, 0, 1537, 5719, '0', 0, 0, -4888.35205078125, -1008.2703857421875, 506.957855224609375, 1.884953022003173828, 0, 0, 0.809016227722167968, 0.587786316871643066, 120, 255, 1, 53262), -- Lovely Candle (Area: The Commons - Difficulty: 0) CreateObject1 +(@OGUID+70, 181060, 0, 1537, 5719, '0', 0, 0, -4885.0947265625, -1005.57061767578125, 506.957855224609375, 0.069811686873435974, 0, 0, 0.034898757934570312, 0.999390840530395507, 120, 255, 1, 53262), -- Lovely Candle (Area: The Commons - Difficulty: 0) CreateObject1 +(@OGUID+71, 181060, 0, 1537, 5719, '0', 0, 0, -4877.7509765625, -999.52667236328125, 506.957855224609375, 3.22885894775390625, 0, 0, -0.99904823303222656, 0.043619260191917419, 120, 255, 1, 53262), -- Lovely Candle (Area: The Commons - Difficulty: 0) CreateObject1 +(@OGUID+72, 181060, 0, 1537, 5719, '0', 0, 0, -4875.5341796875, -997.69598388671875, 506.957855224609375, 5.811946868896484375, 0, 0, -0.2334451675415039, 0.972369968891143798, 120, 255, 1, 53262), -- Lovely Candle (Area: The Commons - Difficulty: 0) CreateObject1 +(@OGUID+73, 181060, 0, 1537, 0, '0', 0, 0, -4843.60791015625, -859.5867919921875, 502.78375244140625, 5.393068790435791015, 0, 0, -0.43051052093505859, 0.902585566043853759, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+74, 181060, 0, 1537, 0, '0', 0, 0, -4844.4921875, -874.7479248046875, 511.13970947265625, 1.989672422409057617, 0, 0, 0.838669776916503906, 0.544640243053436279, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+75, 181060, 0, 1537, 0, '0', 0, 0, -4841.9296875, -874.42425537109375, 511.13970947265625, 5.235987663269042968, 0, 0, -0.5, 0.866025388240814208, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+76, 181060, 0, 1537, 0, '0', 0, 0, -4843.251953125, -874.55352783203125, 511.13970947265625, 3.78736734390258789, 0, 0, -0.94832324981689453, 0.317305892705917358, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+77, 181060, 0, 1537, 0, '0', 0, 0, -4839.0927734375, -874.047119140625, 511.13970947265625, 2.268925428390502929, 0, 0, 0.906307220458984375, 0.422619491815567016, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+78, 181060, 0, 1537, 0, '0', 0, 0, -4837.7333984375, -873.98687744140625, 511.13970947265625, 3.595378875732421875, 0, 0, -0.97437000274658203, 0.224951311945915222, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+79, 181060, 0, 1537, 0, '0', 0, 0, -4840.7568359375, -874.3367919921875, 511.13970947265625, 2.967041015625, 0, 0, 0.996193885803222656, 0.087165042757987976, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+80, 181060, 0, 1537, 0, '0', 0, 0, -4837.337890625, -858.78009033203125, 502.78082275390625, 4.206246376037597656, 0, 0, -0.86162853240966796, 0.50753939151763916, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+81, 181060, 0, 1537, 0, '0', 0, 0, -4836.302734375, -873.739501953125, 511.13970947265625, 1.762782454490661621, 0, 0, 0.771624565124511718, 0.636078238487243652, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+82, 181060, 0, 1537, 0, '0', 0, 0, -4835.0693359375, -873.53497314453125, 511.13970947265625, 2.059488296508789062, 0, 0, 0.857167243957519531, 0.515038192272186279, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+83, 187575, 0, 1537, 5344, '0', 0, 0, -4630.103515625, -928.94500732421875, 506.122406005859375, 0.733038187026977539, 0, 0, 0.358367919921875, 0.933580458164215087, 120, 255, 1, 53262), -- Hanging, Square, Small - Val (Area: The Mystic Ward - Difficulty: 0) CreateObject1 +(@OGUID+84, 411551, 0, 1537, 1537, '0', 0, 0, -4921.88916015625, -980.6319580078125, 501.353179931640625, 2.268925428390502929, 0, 0, 0.906307220458984375, 0.422619491815567016, 120, 255, 1, 53262), -- Scenic Getaway Portal (Area: Ironforge - Difficulty: 0) CreateObject1 +(@OGUID+85, 416381, 0, 1537, 1537, '0', 0, 0, -4921.88916015625, -980.6319580078125, 501.465545654296875, 2.268925428390502929, 0, 0, 0.906307220458984375, 0.422619491815567016, 120, 255, 1, 53262); -- Portal Arch (Area: Ironforge - Difficulty: 0) CreateObject1 + +-- Event spawns +DELETE FROM `game_event_creature` WHERE `eventEntry`=@EVENT AND `guid` BETWEEN @CGUID+0 AND @CGUID+1; +INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES +(@EVENT, @CGUID+0), +(@EVENT, @CGUID+1); + +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=@EVENT AND `guid` BETWEEN @OGUID+0 AND @OGUID+85; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(@EVENT, @OGUID+0), +(@EVENT, @OGUID+1), +(@EVENT, @OGUID+2), +(@EVENT, @OGUID+3), +(@EVENT, @OGUID+4), +(@EVENT, @OGUID+5), +(@EVENT, @OGUID+6), +(@EVENT, @OGUID+7), +(@EVENT, @OGUID+8), +(@EVENT, @OGUID+9), +(@EVENT, @OGUID+10), +(@EVENT, @OGUID+11), +(@EVENT, @OGUID+12), +(@EVENT, @OGUID+13), +(@EVENT, @OGUID+14), +(@EVENT, @OGUID+15), +(@EVENT, @OGUID+16), +(@EVENT, @OGUID+17), +(@EVENT, @OGUID+18), +(@EVENT, @OGUID+19), +(@EVENT, @OGUID+20), +(@EVENT, @OGUID+21), +(@EVENT, @OGUID+22), +(@EVENT, @OGUID+23), +(@EVENT, @OGUID+24), +(@EVENT, @OGUID+25), +(@EVENT, @OGUID+26), +(@EVENT, @OGUID+27), +(@EVENT, @OGUID+28), +(@EVENT, @OGUID+29), +(@EVENT, @OGUID+30), +(@EVENT, @OGUID+31), +(@EVENT, @OGUID+32), +(@EVENT, @OGUID+33), +(@EVENT, @OGUID+34), +(@EVENT, @OGUID+35), +(@EVENT, @OGUID+36), +(@EVENT, @OGUID+37), +(@EVENT, @OGUID+38), +(@EVENT, @OGUID+39), +(@EVENT, @OGUID+40), +(@EVENT, @OGUID+41), +(@EVENT, @OGUID+42), +(@EVENT, @OGUID+43), +(@EVENT, @OGUID+44), +(@EVENT, @OGUID+45), +(@EVENT, @OGUID+46), +(@EVENT, @OGUID+47), +(@EVENT, @OGUID+48), +(@EVENT, @OGUID+49), +(@EVENT, @OGUID+50), +(@EVENT, @OGUID+51), +(@EVENT, @OGUID+52), +(@EVENT, @OGUID+53), +(@EVENT, @OGUID+54), +(@EVENT, @OGUID+55), +(@EVENT, @OGUID+56), +(@EVENT, @OGUID+57), +(@EVENT, @OGUID+58), +(@EVENT, @OGUID+59), +(@EVENT, @OGUID+60), +(@EVENT, @OGUID+61), +(@EVENT, @OGUID+62), +(@EVENT, @OGUID+63), +(@EVENT, @OGUID+64), +(@EVENT, @OGUID+65), +(@EVENT, @OGUID+66), +(@EVENT, @OGUID+67), +(@EVENT, @OGUID+68), +(@EVENT, @OGUID+69), +(@EVENT, @OGUID+70), +(@EVENT, @OGUID+71), +(@EVENT, @OGUID+72), +(@EVENT, @OGUID+73), +(@EVENT, @OGUID+74), +(@EVENT, @OGUID+75), +(@EVENT, @OGUID+76), +(@EVENT, @OGUID+77), +(@EVENT, @OGUID+78), +(@EVENT, @OGUID+79), +(@EVENT, @OGUID+80), +(@EVENT, @OGUID+81), +(@EVENT, @OGUID+82), +(@EVENT, @OGUID+83), +(@EVENT, @OGUID+84), +(@EVENT, @OGUID+85); + +-- +SET @CGUID := 9800083; +SET @OGUID := 9803628; +SET @EVENT := 8; + +-- Old creature spawns +DELETE FROM `game_event_creature` WHERE `eventEntry`=8 AND `guid` BETWEEN 9800005 AND 9800007; + +-- Creature spawns +DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+2; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES +(@CGUID+0, 37981, 1, 1657, 1661, '0', 0, 0, 0, 0, 9843.1337890625, 2430.732666015625, 1313.5167236328125, 5.567600250244140625, 120, 0, 0, 1693785, 63100, 0, NULL, NULL, NULL, NULL, 53262), -- [DND] Love Boat Summoner 03 (Area: The Temple Gardens - Difficulty: 0) CreateObject1 +(@CGUID+1, 40438, 1, 1657, 0, '0', 0, 0, 0, 0, 9932.779296875, 2490.90966796875, 1317.70166015625, 1.256637096405029296, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 53262), -- Steamwheedle Shyster (Area: 0 - Difficulty: 0) CreateObject1 +(@CGUID+2, 215197, 1, 1657, 0, '0', 0, 0, 0, 0, 9868.0810546875, 2490.14404296875, 1315.955078125, 6.242406845092773437, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 53262); -- Gabbo Blinkwink (Area: 0 - Difficulty: 0) CreateObject1 (Auras: 427424 - [DNT] Mirror Image) + +-- Old gameobject spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=8 AND `guid` BETWEEN 9800143 AND 9800282; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+139; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 181015, 1, 1657, 1661, '0', 0, 0, 9875.7939453125, 2504.959228515625, 1315.908447265625, 5.281172752380371093, 0, 0, -0.48030853271484375, 0.877099573612213134, 120, 255, 1, 53262), -- Crate (Area: The Temple Gardens - Difficulty: 0) CreateObject1 +(@OGUID+1, 181015, 1, 1657, 0, '0', 0, 0, 9871.7001953125, 2482.921875, 1315.8887939453125, 0.917779803276062011, 0, 0, 0.442953109741210937, 0.89654475450515747, 120, 255, 1, 53262), -- Crate (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+2, 181016, 1, 1657, 0, '0', 0, 0, 9952.8642578125, 2607.1279296875, 1316.193359375, 3.263772249221801757, 0, 0, -0.99813461303710937, 0.061051756143569946, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+3, 181016, 1, 1657, 0, '0', 0, 0, 9939.0888671875, 2585.650390625, 1316.4146728515625, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+4, 181016, 1, 1657, 0, '0', 0, 0, 9952.3720703125, 2593.956298828125, 1316.53271484375, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+5, 181016, 1, 1657, 0, '0', 0, 0, 9939.7548828125, 2594.984619140625, 1316.2366943359375, 6.178466320037841796, 0, 0, -0.05233573913574218, 0.998629570007324218, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+6, 181016, 1, 1657, 0, '0', 0, 0, 9939.4189453125, 2606.71728515625, 1316.725830078125, 6.230826377868652343, 0, 0, -0.02617645263671875, 0.999657332897186279, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+7, 181016, 1, 1657, 0, '0', 0, 0, 9952.1533203125, 2585.772705078125, 1316.1334228515625, 3.176533222198486328, 0, 0, -0.999847412109375, 0.017469281330704689, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+8, 181016, 1, 1657, 1661, '0', 0, 0, 9686.9599609375, 2531.010009765625, 1337.300048828125, 3.543023586273193359, 0, 0, -0.97992420196533203, 0.199370384216308593, 120, 255, 1, 53262), -- Wreath (Area: The Temple Gardens - Difficulty: 0) CreateObject1 +(@OGUID+9, 181016, 1, 1657, 1661, '0', 0, 0, 9687.2998046875, 2518.820068359375, 1337.31005859375, 2.513273954391479492, 0, 0, 0.951056480407714843, 0.309017121791839599, 120, 255, 1, 53262), -- Wreath (Area: The Temple Gardens - Difficulty: 0) CreateObject1 +(@OGUID+10, 181016, 1, 1657, 1661, '0', 0, 0, 9871.1337890625, 2497.583251953125, 1315.8717041015625, 5.792803764343261718, 0, 0, -0.24274158477783203, 0.970090985298156738, 120, 255, 1, 53262), -- Wreath (Area: The Temple Gardens - Difficulty: 0) CreateObject1 +(@OGUID+11, 181016, 1, 1657, 1661, '0', 0, 0, 9662.25, 2519.780029296875, 1331.6199951171875, 3.508116960525512695, 0, 0, -0.98325443267822265, 0.182238012552261352, 120, 255, 1, 53262), -- Wreath (Area: The Temple Gardens - Difficulty: 0) CreateObject1 +(@OGUID+12, 181016, 1, 1657, 1661, '0', 0, 0, 9658.8603515625, 2532.6298828125, 1331.52001953125, 2.967041015625, 0, 0, 0.996193885803222656, 0.087165042757987976, 120, 255, 1, 53262), -- Wreath (Area: The Temple Gardens - Difficulty: 0) CreateObject1 +(@OGUID+13, 181019, 1, 1657, 1661, '0', 0, 0, 9666.0400390625, 2517.080078125, 1333.6300048828125, 0.820303261280059814, 0, 0, 0.398748397827148437, 0.917060375213623046, 120, 255, 1, 53262), -- Rose Vase (Area: The Temple Gardens - Difficulty: 0) CreateObject1 +(@OGUID+14, 181019, 1, 1657, 1661, '0', 0, 0, 9661.76953125, 2505.72998046875, 1334.1500244140625, 4.712389945983886718, 0, 0, -0.70710659027099609, 0.707106947898864746, 120, 255, 1, 53262), -- Rose Vase (Area: The Temple Gardens - Difficulty: 0) CreateObject1 +(@OGUID+15, 181019, 1, 1657, 1659, '0', 0, 0, 10129.6396484375, 2220.782958984375, 1330.9371337890625, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 53262), -- Rose Vase (Area: Craftsmen's Terrace - Difficulty: 0) CreateObject1 +(@OGUID+16, 181019, 1, 1657, 1659, '0', 0, 0, 10145.0107421875, 2211.8125, 1331.8353271484375, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 53262), -- Rose Vase (Area: Craftsmen's Terrace - Difficulty: 0) CreateObject1 +(@OGUID+17, 181019, 1, 1657, 1659, '0', 0, 0, 10137.66015625, 2226.1650390625, 1330.946044921875, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 53262), -- Rose Vase (Area: Craftsmen's Terrace - Difficulty: 0) CreateObject1 +(@OGUID+18, 181019, 1, 1657, 1659, '0', 0, 0, 10139.6376953125, 2208.229248046875, 1331.8416748046875, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 53262), -- Rose Vase (Area: Craftsmen's Terrace - Difficulty: 0) CreateObject1 +(@OGUID+19, 181019, 1, 1657, 1661, '0', 0, 0, 9665.23046875, 2510.75, 1334.4300537109375, 4.310965538024902343, 0, 0, -0.83388519287109375, 0.55193793773651123, 120, 255, 1, 53262), -- Rose Vase (Area: The Temple Gardens - Difficulty: 0) CreateObject1 +(@OGUID+20, 181020, 1, 1657, 1661, '0', 0, 0, 9696.8330078125, 2518.314208984375, 1339.857177734375, 0.052358884364366531, 0, 0, 0.02617645263671875, 0.999657332897186279, 120, 255, 1, 53262), -- Ribbon (Area: The Temple Gardens - Difficulty: 0) CreateObject1 +(@OGUID+21, 181020, 1, 1657, 1662, '0', 0, 0, 9798.345703125, 2309.28076171875, 1330.5626220703125, 4.415683269500732421, 0, 0, -0.80385684967041015, 0.594822824001312255, 120, 255, 1, 53262), -- Ribbon (Area: Tradesmen's Terrace - Difficulty: 0) CreateObject1 +(@OGUID+22, 181020, 1, 1657, 1659, '0', 0, 0, 10072.8330078125, 2344.398681640625, 1335.1676025390625, 5.550147056579589843, 0, 0, -0.358367919921875, 0.933580458164215087, 120, 255, 1, 53262), -- Ribbon (Area: Craftsmen's Terrace - Difficulty: 0) CreateObject1 +(@OGUID+23, 181020, 1, 1657, 1660, '0', 0, 0, 9821.78125, 2252.388671875, 1346.2120361328125, 6.03883981704711914, 0, 0, -0.12186908721923828, 0.9925462007522583, 120, 255, 1, 53262), -- Ribbon (Area: Warrior's Terrace - Difficulty: 0) CreateObject1 +(@OGUID+24, 181020, 1, 1657, 0, '0', 0, 0, 10091.09375, 2264.77685546875, 1346.5098876953125, 0.471238493919372558, 0, 0, 0.233445167541503906, 0.972369968891143798, 120, 255, 1, 53262), -- Ribbon (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+25, 181020, 1, 1657, 1661, '0', 0, 0, 9696.474609375, 2532.065673828125, 1339.7371826171875, 0, 0, 0, 0, 1, 120, 255, 1, 53262), -- Ribbon (Area: The Temple Gardens - Difficulty: 0) CreateObject1 +(@OGUID+26, 181020, 1, 1657, 1662, '0', 0, 0, 9857.4501953125, 2344.72900390625, 1334.97216796875, 2.897245407104492187, 0, 0, 0.99254608154296875, 0.121869951486587524, 120, 255, 1, 53262), -- Ribbon (Area: Tradesmen's Terrace - Difficulty: 0) CreateObject1 +(@OGUID+27, 181020, 1, 1657, 0, '0', 0, 0, 9695.8095703125, 2338.861572265625, 1340.9754638671875, 2.181660413742065429, 0, 0, 0.887010574340820312, 0.461749136447906494, 120, 255, 1, 53262), -- Ribbon (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+28, 181020, 1, 1657, 1662, '0', 0, 0, 9737.771484375, 2294.831298828125, 1346.488037109375, 5.585053920745849609, 0, 0, -0.34202003479003906, 0.939692676067352294, 120, 255, 1, 53262), -- Ribbon (Area: Tradesmen's Terrace - Difficulty: 0) CreateObject1 +(@OGUID+29, 181020, 1, 1657, 1659, '0', 0, 0, 10147.900390625, 2358.489990234375, 1341.0999755859375, 1.308995485305786132, 0, 0, 0.608760833740234375, 0.793353796005249023, 120, 255, 1, 53262), -- Ribbon (Area: Craftsmen's Terrace - Difficulty: 0) CreateObject1 +(@OGUID+30, 181021, 1, 1657, 0, '0', 0, 0, 9892.4033203125, 2238.71923828125, 1343.6077880859375, 6.195919513702392578, 0, 0, -0.04361915588378906, 0.999048233032226562, 120, 255, 1, 53262), -- Lovely Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+31, 181021, 1, 1657, 0, '0', 0, 0, 10013.5576171875, 2242.083251953125, 1343.91455078125, 3.24634718894958496, 0, 0, -0.99862861633300781, 0.052353221923112869, 120, 255, 1, 53262), -- Lovely Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+32, 181021, 1, 1657, 0, '0', 0, 0, 10013.978515625, 2226.739501953125, 1343.6868896484375, 3.159062385559082031, 0, 0, -0.99996185302734375, 0.008734640665352344, 120, 255, 1, 53262), -- Lovely Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+33, 181021, 1, 1657, 0, '0', 0, 0, 10014.4228515625, 2211.135498046875, 1343.829345703125, 3.106652259826660156, 0, 0, 0.999847412109375, 0.017469281330704689, 120, 255, 1, 53262), -- Lovely Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+34, 181021, 1, 1657, 0, '0', 0, 0, 9893.3642578125, 2207.5390625, 1343.7637939453125, 0.034906249493360519, 0, 0, 0.017452239990234375, 0.999847710132598876, 120, 255, 1, 53262), -- Lovely Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+35, 181021, 1, 1657, 0, '0', 0, 0, 9892.5947265625, 2223.509521484375, 1343.6256103515625, 0.017452461645007133, 0, 0, 0.008726119995117187, 0.999961912631988525, 120, 255, 1, 53262), -- Lovely Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+36, 181021, 1, 1657, 0, '0', 0, 0, 9986.2841796875, 2022.8958740234375, 1351.8372802734375, 1.605701684951782226, 0, 0, 0.719339370727539062, 0.694658815860748291, 120, 255, 1, 53262), -- Lovely Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+37, 181021, 1, 1657, 0, '0', 0, 0, 9985.9443359375, 1978.33984375, 1352.1419677734375, 4.677483558654785156, 0, 0, -0.71933937072753906, 0.694658815860748291, 120, 255, 1, 53262), -- Lovely Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+38, 181025, 1, 1657, 0, '0', 0, 0, 9995.7421875, 2309.054443359375, 1340.9385986328125, 1.745326757431030273, 0, 0, 0.766043663024902343, 0.642788589000701904, 120, 255, 1, 53262), -- Huge Ribbon (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+39, 181025, 1, 1657, 0, '0', 0, 0, 9906.451171875, 2306.75048828125, 1340.8868408203125, 1.553341388702392578, 0, 0, 0.700908660888671875, 0.713251054286956787, 120, 255, 1, 53262), -- Huge Ribbon (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+40, 181027, 1, 1657, 0, '0', 0, 0, 10017.7431640625, 2611.614501953125, 1313.66259765625, 3.054326534271240234, 0, 0, 0.999048233032226562, 0.043619260191917419, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+41, 181027, 1, 1657, 0, '0', 0, 0, 9910.9189453125, 2589, 1313.66259765625, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+42, 181027, 1, 1657, 0, '0', 0, 0, 10016.96484375, 2582.79931640625, 1313.66259765625, 2.338739633560180664, 0, 0, 0.920504570007324218, 0.3907318115234375, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+43, 181027, 1, 1657, 0, '0', 0, 0, 9880.6240234375, 2653.088134765625, 1313.66259765625, 2.879789113998413085, 0, 0, 0.991444587707519531, 0.130528271198272705, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+44, 181027, 1, 1657, 0, '0', 0, 0, 9855.779296875, 2612.975341796875, 1313.66259765625, 2.72271275520324707, 0, 0, 0.978147506713867187, 0.207912087440490722, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+45, 181027, 1, 1657, 0, '0', 0, 0, 10016.478515625, 2549.553955078125, 1313.66259765625, 1.535889506340026855, 0, 0, 0.694658279418945312, 0.719339847564697265, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+46, 181027, 1, 1657, 0, '0', 0, 0, 10040.3173828125, 2614.057373046875, 1313.66259765625, 1.413715124130249023, 0, 0, 0.649447441101074218, 0.760406434535980224, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+47, 181027, 1, 1657, 0, '0', 0, 0, 9887.98828125, 2548.035400390625, 1313.66259765625, 3.560472726821899414, 0, 0, -0.97814750671386718, 0.207912087440490722, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+48, 181027, 1, 1657, 0, '0', 0, 0, 9879.4775390625, 2611.526611328125, 1313.66259765625, 4.206246376037597656, 0, 0, -0.86162853240966796, 0.50753939151763916, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+49, 181027, 1, 1657, 0, '0', 0, 0, 10040.2158203125, 2582.506591796875, 1313.66259765625, 4.136432647705078125, 0, 0, -0.87881660461425781, 0.477159708738327026, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+50, 181027, 1, 1657, 0, '0', 0, 0, 9855.3828125, 2594.1728515625, 1313.66259765625, 0.698131442070007324, 0, 0, 0.342020034790039062, 0.939692676067352294, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+51, 181027, 1, 1657, 0, '0', 0, 0, 9854.1552734375, 2651.853515625, 1313.66259765625, 1.343901276588439941, 0, 0, 0.622513771057128906, 0.78260880708694458, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+52, 181027, 1, 1657, 0, '0', 0, 0, 9990.1533203125, 2556.4189453125, 1313.66259765625, 6.03883981704711914, 0, 0, -0.12186908721923828, 0.9925462007522583, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+53, 181027, 1, 1657, 0, '0', 0, 0, 9987.9736328125, 2582.203369140625, 1313.66259765625, 2.478367090225219726, 0, 0, 0.94551849365234375, 0.325568377971649169, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+54, 181027, 1, 1657, 0, '0', 0, 0, 10019.458984375, 2649.182373046875, 1313.66259765625, 5.044002056121826171, 0, 0, -0.58070278167724609, 0.814115643501281738, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+55, 181027, 1, 1657, 0, '0', 0, 0, 9814.59375, 2612.671875, 1313.66259765625, 4.747295856475830078, 0, 0, -0.69465827941894531, 0.719339847564697265, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+56, 181027, 1, 1657, 0, '0', 0, 0, 9825.4013671875, 2650.506103515625, 1313.66259765625, 4.59021615982055664, 0, 0, -0.74895572662353515, 0.662620067596435546, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+57, 181027, 1, 1657, 1661, '0', 0, 0, 9784.70703125, 2649.1494140625, 1313.66259765625, 4.241150379180908203, 0, 0, -0.85264015197753906, 0.522498607635498046, 120, 255, 1, 53262), -- Floating Wreath (Area: The Temple Gardens - Difficulty: 0) CreateObject1 +(@OGUID+58, 181027, 1, 1657, 1661, '0', 0, 0, 9785.8408203125, 2616.43505859375, 1313.66259765625, 3.43830275535583496, 0, 0, -0.98901557922363281, 0.147811368107795715, 120, 255, 1, 53262), -- Floating Wreath (Area: The Temple Gardens - Difficulty: 0) CreateObject1 +(@OGUID+59, 181027, 1, 1657, 1661, '0', 0, 0, 9785.53515625, 2582.45654296875, 1313.66259765625, 5.532694816589355468, 0, 0, -0.3665008544921875, 0.93041771650314331, 120, 255, 1, 53262), -- Floating Wreath (Area: The Temple Gardens - Difficulty: 0) CreateObject1 +(@OGUID+60, 181027, 1, 1657, 1661, '0', 0, 0, 9722.103515625, 2587.236328125, 1313.66259765625, 4.642575740814208984, 0, 0, -0.731353759765625, 0.681998312473297119, 120, 255, 1, 53262), -- Floating Wreath (Area: The Temple Gardens - Difficulty: 0) CreateObject1 +(@OGUID+61, 181027, 1, 1657, 1661, '0', 0, 0, 9713.107421875, 2608.23291015625, 1313.66259765625, 0.698131442070007324, 0, 0, 0.342020034790039062, 0.939692676067352294, 120, 255, 1, 53262), -- Floating Wreath (Area: The Temple Gardens - Difficulty: 0) CreateObject1 +(@OGUID+62, 181027, 1, 1657, 1661, '0', 0, 0, 9715.9580078125, 2650.024658203125, 1313.66259765625, 4.45059061050415039, 0, 0, -0.79335308074951171, 0.608761727809906005, 120, 255, 1, 53262), -- Floating Wreath (Area: The Temple Gardens - Difficulty: 0) CreateObject1 +(@OGUID+63, 181027, 1, 1657, 1661, '0', 0, 0, 9753.912109375, 2584.861083984375, 1313.66259765625, 5.811946868896484375, 0, 0, -0.2334451675415039, 0.972369968891143798, 120, 255, 1, 53262), -- Floating Wreath (Area: The Temple Gardens - Difficulty: 0) CreateObject1 +(@OGUID+64, 181027, 1, 1657, 1661, '0', 0, 0, 9686.7041015625, 2619.662841796875, 1313.66259765625, 3.263772249221801757, 0, 0, -0.99813461303710937, 0.061051756143569946, 120, 255, 1, 53262), -- Floating Wreath (Area: The Temple Gardens - Difficulty: 0) CreateObject1 +(@OGUID+65, 181027, 1, 1657, 1661, '0', 0, 0, 9816.9833984375, 2516.384033203125, 1313.66259765625, 1.221729278564453125, 0, 0, 0.573575973510742187, 0.819152355194091796, 120, 255, 1, 53262), -- Floating Wreath (Area: The Temple Gardens - Difficulty: 0) CreateObject1 +(@OGUID+66, 181027, 1, 1657, 1661, '0', 0, 0, 9810.94140625, 2549.630126953125, 1313.66259765625, 4.642575740814208984, 0, 0, -0.731353759765625, 0.681998312473297119, 120, 255, 1, 53262), -- Floating Wreath (Area: The Temple Gardens - Difficulty: 0) CreateObject1 +(@OGUID+67, 181027, 1, 1657, 1661, '0', 0, 0, 9791.8935546875, 2515.9560546875, 1313.66259765625, 0.209439441561698913, 0, 0, 0.104528427124023437, 0.994521915912628173, 120, 255, 1, 53262), -- Floating Wreath (Area: The Temple Gardens - Difficulty: 0) CreateObject1 +(@OGUID+68, 181027, 1, 1657, 1661, '0', 0, 0, 9853.224609375, 2517.56103515625, 1313.66259765625, 4.188792228698730468, 0, 0, -0.86602497100830078, 0.50000077486038208, 120, 255, 1, 53262), -- Floating Wreath (Area: The Temple Gardens - Difficulty: 0) CreateObject1 +(@OGUID+69, 181027, 1, 1657, 1661, '0', 0, 0, 9884.5498046875, 2517.37939453125, 1313.66259765625, 4.066620349884033203, 0, 0, -0.89493370056152343, 0.44619917869567871, 120, 255, 1, 53262), -- Floating Wreath (Area: The Temple Gardens - Difficulty: 0) CreateObject1 +(@OGUID+70, 181027, 1, 1657, 0, '0', 0, 0, 10039.6884765625, 2546.71044921875, 1313.66259765625, 3.857182979583740234, 0, 0, -0.93667125701904296, 0.350209832191467285, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+71, 181027, 1, 1657, 0, '0', 0, 0, 10020.1669921875, 2520.95654296875, 1313.66259765625, 0.715584874153137207, 0, 0, 0.350207328796386718, 0.936672210693359375, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+72, 181027, 1, 1657, 0, '0', 0, 0, 10047.5244140625, 2524.99951171875, 1313.66259765625, 2.740161895751953125, 0, 0, 0.979924201965332031, 0.199370384216308593, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+73, 181027, 1, 1657, 0, '0', 0, 0, 9985.4189453125, 2477.57373046875, 1313.66259765625, 2.164205789566040039, 0, 0, 0.882946968078613281, 0.469472706317901611, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+74, 181027, 1, 1657, 0, '0', 0, 0, 10020.771484375, 2461.275146484375, 1313.66259765625, 2.303830623626708984, 0, 0, 0.913544654846191406, 0.406738430261611938, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+75, 181027, 1, 1657, 0, '0', 0, 0, 10050.2841796875, 2459.013916015625, 1313.66259765625, 5.131268978118896484, 0, 0, -0.54463863372802734, 0.838670849800109863, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+76, 181027, 1, 1657, 0, '0', 0, 0, 9916.0087890625, 2481.231689453125, 1313.66259765625, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+77, 181027, 1, 1657, 0, '0', 0, 0, 9848.236328125, 2479.29052734375, 1313.66259765625, 0.750490784645080566, 0, 0, 0.3665008544921875, 0.93041771650314331, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+78, 181027, 1, 1657, 0, '0', 0, 0, 9816.6064453125, 2485.602783203125, 1313.66259765625, 1.937312245368957519, 0, 0, 0.824125289916992187, 0.566407561302185058, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+79, 181027, 1, 1657, 1661, '0', 0, 0, 9922.99609375, 2450.674560546875, 1313.66259765625, 5.567600727081298828, 0, 0, -0.35020732879638671, 0.936672210693359375, 120, 255, 1, 53262), -- Floating Wreath (Area: The Temple Gardens - Difficulty: 0) CreateObject1 +(@OGUID+80, 181027, 1, 1657, 1661, '0', 0, 0, 9817.466796875, 2450.540283203125, 1313.66259765625, 0.767943859100341796, 0, 0, 0.374606132507324218, 0.927184045314788818, 120, 255, 1, 53262), -- Floating Wreath (Area: The Temple Gardens - Difficulty: 0) CreateObject1 +(@OGUID+81, 181027, 1, 1657, 1661, '0', 0, 0, 9791.9921875, 2473.59521484375, 1313.66259765625, 0.471238493919372558, 0, 0, 0.233445167541503906, 0.972369968891143798, 120, 255, 1, 53262), -- Floating Wreath (Area: The Temple Gardens - Difficulty: 0) CreateObject1 +(@OGUID+82, 181027, 1, 1657, 0, '0', 0, 0, 9891.6875, 2416.095458984375, 1313.66259765625, 2.652894020080566406, 0, 0, 0.970294952392578125, 0.241925001144409179, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+83, 181027, 1, 1657, 0, '0', 0, 0, 9950.990234375, 2441.914794921875, 1313.66259765625, 1.32644820213317871, 0, 0, 0.615660667419433593, 0.788011372089385986, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+84, 181027, 1, 1657, 0, '0', 0, 0, 9888.7470703125, 2392.522705078125, 1313.66259765625, 1.343901276588439941, 0, 0, 0.622513771057128906, 0.78260880708694458, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+85, 181027, 1, 1657, 0, '0', 0, 0, 9849.216796875, 2418.9833984375, 1313.66259765625, 1.221729278564453125, 0, 0, 0.573575973510742187, 0.819152355194091796, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+86, 181027, 1, 1657, 0, '0', 0, 0, 9916.1875, 2415.841064453125, 1313.66259765625, 0.645771682262420654, 0, 0, 0.317304611206054687, 0.948323667049407958, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+87, 181027, 1, 1657, 0, '0', 0, 0, 9791.984375, 2452.619140625, 1313.66259765625, 5.009094715118408203, 0, 0, -0.59482288360595703, 0.80385679006576538, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+88, 181027, 1, 1657, 0, '0', 0, 0, 9823.3828125, 2416.881591796875, 1313.66259765625, 2.251473426818847656, 0, 0, 0.902585029602050781, 0.430511653423309326, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+89, 181027, 1, 1657, 0, '0', 0, 0, 9928.7177734375, 2391.572998046875, 1313.66259765625, 2.67034769058227539, 0, 0, 0.972369194030761718, 0.233448356389999389, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+90, 181027, 1, 1657, 1662, '0', 0, 0, 9819.462890625, 2391.36669921875, 1313.66259765625, 3.9793548583984375, 0, 0, -0.9135446548461914, 0.406738430261611938, 120, 255, 1, 53262), -- Floating Wreath (Area: Tradesmen's Terrace - Difficulty: 0) CreateObject1 +(@OGUID+91, 181027, 1, 1657, 1662, '0', 0, 0, 9750.3212890625, 2472.941650390625, 1313.66259765625, 0.942476630210876464, 0, 0, 0.453989982604980468, 0.891006767749786376, 120, 255, 1, 53262), -- Floating Wreath (Area: Tradesmen's Terrace - Difficulty: 0) CreateObject1 +(@OGUID+92, 181027, 1, 1657, 1662, '0', 0, 0, 9782.2626953125, 2386.587158203125, 1313.66259765625, 4.677483558654785156, 0, 0, -0.71933937072753906, 0.694658815860748291, 120, 255, 1, 53262), -- Floating Wreath (Area: Tradesmen's Terrace - Difficulty: 0) CreateObject1 +(@OGUID+93, 181027, 1, 1657, 0, '0', 0, 0, 9988.7421875, 2449.603759765625, 1313.66259765625, 1.151916384696960449, 0, 0, 0.544638633728027343, 0.838670849800109863, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+94, 181027, 1, 1657, 0, '0', 0, 0, 9992.4755859375, 2419.781005859375, 1313.66259765625, 1.064649581909179687, 0, 0, 0.507537841796875, 0.861629426479339599, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+95, 181027, 1, 1657, 0, '0', 0, 0, 10056.4775390625, 2424.052490234375, 1313.66259765625, 2.617989301681518554, 0, 0, 0.965925216674804687, 0.258821308612823486, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+96, 181027, 1, 1657, 1659, '0', 0, 0, 10015.4658203125, 2398.330810546875, 1313.66259765625, 1.658061861991882324, 0, 0, 0.737277030944824218, 0.67559051513671875, 120, 255, 1, 53262), -- Floating Wreath (Area: Craftsmen's Terrace - Difficulty: 0) CreateObject1 +(@OGUID+97, 181027, 1, 1657, 1659, '0', 0, 0, 9982.728515625, 2383.526123046875, 1313.66259765625, 2.775068521499633789, 0, 0, 0.983254432678222656, 0.182238012552261352, 120, 255, 1, 53262), -- Floating Wreath (Area: Craftsmen's Terrace - Difficulty: 0) CreateObject1 +(@OGUID+98, 181027, 1, 1657, 1659, '0', 0, 0, 10043.900390625, 2380.27001953125, 1313.66259765625, 4.328419685363769531, 0, 0, -0.82903671264648437, 0.559194147586822509, 120, 255, 1, 53262), -- Floating Wreath (Area: Craftsmen's Terrace - Difficulty: 0) CreateObject1 +(@OGUID+99, 181027, 1, 1657, 1659, '0', 0, 0, 10023.044921875, 2351.207763671875, 1313.66259765625, 4.084071159362792968, 0, 0, -0.8910064697265625, 0.453990638256072998, 120, 255, 1, 53262), -- Floating Wreath (Area: Craftsmen's Terrace - Difficulty: 0) CreateObject1 +(@OGUID+100, 181027, 1, 1657, 1659, '0', 0, 0, 9949.142578125, 2370.30908203125, 1313.66259765625, 2.408554315567016601, 0, 0, 0.933580398559570312, 0.358368009328842163, 120, 255, 1, 53262), -- Floating Wreath (Area: Craftsmen's Terrace - Difficulty: 0) CreateObject1 +(@OGUID+101, 181055, 1, 1657, 1660, '0', 0, 0, 9973.708984375, 2273.312255859375, 1355.0858154296875, 4.747295856475830078, 0, 0, -0.69465827941894531, 0.719339847564697265, 120, 255, 1, 53262), -- Lovely Streamers (Area: Warrior's Terrace - Difficulty: 0) CreateObject1 +(@OGUID+102, 181055, 1, 1657, 1660, '0', 0, 0, 9985.8095703125, 2272.694580078125, 1354.99658203125, 4.694936752319335937, 0, 0, -0.71325016021728515, 0.700909554958343505, 120, 255, 1, 53262), -- Lovely Streamers (Area: Warrior's Terrace - Difficulty: 0) CreateObject1 +(@OGUID+103, 181055, 1, 1657, 1660, '0', 0, 0, 9919.376953125, 2271.4912109375, 1355.086669921875, 4.747295856475830078, 0, 0, -0.69465827941894531, 0.719339847564697265, 120, 255, 1, 53262), -- Lovely Streamers (Area: Warrior's Terrace - Difficulty: 0) CreateObject1 +(@OGUID+104, 181055, 1, 1657, 1659, '0', 0, 0, 10119.2998046875, 2216.14990234375, 1351.8199462890625, 2.199114561080932617, 0, 0, 0.8910064697265625, 0.453990638256072998, 120, 255, 1, 53262), -- Lovely Streamers (Area: Craftsmen's Terrace - Difficulty: 0) CreateObject1 +(@OGUID+105, 181055, 1, 1657, 1659, '0', 0, 0, 9996.8857421875, 2273.37841796875, 1355.0816650390625, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 53262), -- Lovely Streamers (Area: Craftsmen's Terrace - Difficulty: 0) CreateObject1 +(@OGUID+106, 181055, 1, 1657, 1660, '0', 0, 0, 9930.4130859375, 2271.809814453125, 1355.079345703125, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 53262), -- Lovely Streamers (Area: Warrior's Terrace - Difficulty: 0) CreateObject1 +(@OGUID+107, 181055, 1, 1657, 0, '0', 0, 0, 9908.3173828125, 2270.951416015625, 1355.0899658203125, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 53262), -- Lovely Streamers (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+108, 181055, 1, 1657, 1659, '0', 0, 0, 10130.900390625, 2224.819580078125, 1352.219970703125, 2.111847877502441406, 0, 0, 0.870355606079101562, 0.492423713207244873, 120, 255, 1, 53262), -- Lovely Streamers (Area: Craftsmen's Terrace - Difficulty: 0) CreateObject1 +(@OGUID+109, 181055, 1, 1657, 1659, '0', 0, 0, 10144.400390625, 2233.65966796875, 1352.199951171875, 2.199114561080932617, 0, 0, 0.8910064697265625, 0.453990638256072998, 120, 255, 1, 53262), -- Lovely Streamers (Area: Craftsmen's Terrace - Difficulty: 0) CreateObject1 +(@OGUID+110, 181060, 1, 1657, 0, '0', 0, 0, 9986.876953125, 2533.8935546875, 1315.75146484375, 4.677483558654785156, 0, 0, -0.71933937072753906, 0.694658815860748291, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+111, 181060, 1, 1657, 0, '0', 0, 0, 9973.123046875, 2550.50634765625, 1315.554931640625, 0.349065244197845458, 0, 0, 0.173647880554199218, 0.984807789325714111, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+112, 181060, 1, 1657, 0, '0', 0, 0, 9911.5224609375, 2545.095458984375, 1316.07958984375, 4.468043327331542968, 0, 0, -0.7880105972290039, 0.615661680698394775, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+113, 181060, 1, 1657, 0, '0', 0, 0, 9955.1806640625, 2556.272216796875, 1316.1734619140625, 1.396261811256408691, 0, 0, 0.642786979675292968, 0.766044974327087402, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+114, 181060, 1, 1657, 0, '0', 0, 0, 9991.6845703125, 2525.6630859375, 1315.423828125, 5.95157480239868164, 0, 0, -0.16504669189453125, 0.986285746097564697, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+115, 181060, 1, 1657, 0, '0', 0, 0, 9982.099609375, 2542.384033203125, 1316.060791015625, 4.258606910705566406, 0, 0, -0.84804725646972656, 0.529920578002929687, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+116, 181060, 1, 1657, 0, '0', 0, 0, 9934.30078125, 2557.725830078125, 1316.9478759765625, 4.572763919830322265, 0, 0, -0.75470924377441406, 0.656059443950653076, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+117, 181060, 1, 1657, 0, '0', 0, 0, 9923.767578125, 2553.712158203125, 1316.803466796875, 4.677483558654785156, 0, 0, -0.71933937072753906, 0.694658815860748291, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+118, 181060, 1, 1657, 0, '0', 0, 0, 9906.7080078125, 2539.321044921875, 1315.7354736328125, 1.989672422409057617, 0, 0, 0.838669776916503906, 0.544640243053436279, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+119, 181060, 1, 1657, 0, '0', 0, 0, 9978.791015625, 2546.933349609375, 1315.7611083984375, 4.049167633056640625, 0, 0, -0.89879322052001953, 0.438372820615768432, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+120, 181060, 1, 1657, 0, '0', 0, 0, 9917.05078125, 2550.0517578125, 1316.59228515625, 4.433136463165283203, 0, 0, -0.79863548278808593, 0.60181504487991333, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+121, 181060, 1, 1657, 0, '0', 0, 0, 9904.9462890625, 2522.02197265625, 1315.9273681640625, 1.256635904312133789, 0, 0, 0.587784767150878906, 0.809017360210418701, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+122, 181060, 1, 1657, 0, '0', 0, 0, 9963.1650390625, 2552.3369140625, 1315.384521484375, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+123, 181060, 1, 1657, 0, '0', 0, 0, 9908.2373046875, 2510.8857421875, 1316.39794921875, 2.426007747650146484, 0, 0, 0.936672210693359375, 0.350207358598709106, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+124, 181060, 1, 1657, 0, '0', 0, 0, 9984.974609375, 2508.034423828125, 1316.6595458984375, 1.361356139183044433, 0, 0, 0.629320144653320312, 0.77714616060256958, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+125, 181060, 1, 1657, 0, '0', 0, 0, 9976.06640625, 2506.437744140625, 1316.49951171875, 4.276057243347167968, 0, 0, -0.84339141845703125, 0.537299633026123046, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+126, 181060, 1, 1657, 0, '0', 0, 0, 9971.6298828125, 2499.947509765625, 1315.941650390625, 2.286378860473632812, 0, 0, 0.909960746765136718, 0.414694398641586303, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+127, 181060, 1, 1657, 0, '0', 0, 0, 9960.7392578125, 2485.678466796875, 1316.0355224609375, 4.607671737670898437, 0, 0, -0.74314403533935546, 0.669131457805633544, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+128, 181060, 1, 1657, 0, '0', 0, 0, 9967.181640625, 2493.3173828125, 1316.130615234375, 5.70722818374633789, 0, 0, -0.28401470184326171, 0.958819925785064697, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+129, 181060, 1, 1657, 0, '0', 0, 0, 9936.701171875, 2484.00244140625, 1316.6773681640625, 3.176533222198486328, 0, 0, -0.999847412109375, 0.017469281330704689, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+130, 181060, 1, 1657, 0, '0', 0, 0, 9941.6103515625, 2481.393798828125, 1316.3460693359375, 4.48549652099609375, 0, 0, -0.7826080322265625, 0.622514784336090087, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+131, 181060, 1, 1657, 0, '0', 0, 0, 9932.13671875, 2487.103271484375, 1316.735107421875, 2.042035102844238281, 0, 0, 0.852640151977539062, 0.522498607635498046, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+132, 181060, 1, 1657, 0, '0', 0, 0, 9918.6494140625, 2498.4248046875, 1316.378662109375, 4.939284324645996093, 0, 0, -0.6225137710571289, 0.78260880708694458, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+133, 181060, 1, 1657, 0, '0', 0, 0, 9928.6982421875, 2489.725830078125, 1317.01513671875, 0.261798173189163208, 0, 0, 0.130525588989257812, 0.991444945335388183, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+134, 181060, 1, 1657, 0, '0', 0, 0, 9923.259765625, 2493.748291015625, 1317.0203857421875, 3.054326534271240234, 0, 0, 0.999048233032226562, 0.043619260191917419, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+135, 181060, 1, 1657, 1659, '0', 0, 0, 10127.576171875, 2219.45654296875, 1330.951171875, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 53262), -- Lovely Candle (Area: Craftsmen's Terrace - Difficulty: 0) CreateObject1 +(@OGUID+136, 181060, 1, 1657, 1659, '0', 0, 0, 10135.9443359375, 2225.007080078125, 1330.9381103515625, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 53262), -- Lovely Candle (Area: Craftsmen's Terrace - Difficulty: 0) CreateObject1 +(@OGUID+137, 181060, 1, 1657, 1659, '0', 0, 0, 10139.111328125, 2227.236083984375, 1330.9615478515625, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 53262), -- Lovely Candle (Area: Craftsmen's Terrace - Difficulty: 0) CreateObject1 +(@OGUID+138, 411551, 1, 1657, 0, '0', 0, 0, 9866.6220703125, 2494.80029296875, 1315.906982421875, 5.93439340591430664, 0, 0, -0.17351341247558593, 0.984831511974334716, 120, 255, 1, 53262), -- Scenic Getaway Portal (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+139, 416381, 1, 1657, 0, '0', 0, 0, 9866.6220703125, 2494.80029296875, 1315.906982421875, 5.93439340591430664, 0, 0, -0.17351341247558593, 0.984831511974334716, 120, 255, 1, 53262); -- Portal Arch (Area: 0 - Difficulty: 0) CreateObject1 + +-- Event spawns +DELETE FROM `game_event_creature` WHERE `eventEntry`=@EVENT AND `guid` BETWEEN @CGUID+0 AND @CGUID+2; +INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES +(@EVENT, @CGUID+0), +(@EVENT, @CGUID+1), +(@EVENT, @CGUID+2); + +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=@EVENT AND `guid` BETWEEN @OGUID+0 AND @OGUID+139; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(@EVENT, @OGUID+0), +(@EVENT, @OGUID+1), +(@EVENT, @OGUID+2), +(@EVENT, @OGUID+3), +(@EVENT, @OGUID+4), +(@EVENT, @OGUID+5), +(@EVENT, @OGUID+6), +(@EVENT, @OGUID+7), +(@EVENT, @OGUID+8), +(@EVENT, @OGUID+9), +(@EVENT, @OGUID+10), +(@EVENT, @OGUID+11), +(@EVENT, @OGUID+12), +(@EVENT, @OGUID+13), +(@EVENT, @OGUID+14), +(@EVENT, @OGUID+15), +(@EVENT, @OGUID+16), +(@EVENT, @OGUID+17), +(@EVENT, @OGUID+18), +(@EVENT, @OGUID+19), +(@EVENT, @OGUID+20), +(@EVENT, @OGUID+21), +(@EVENT, @OGUID+22), +(@EVENT, @OGUID+23), +(@EVENT, @OGUID+24), +(@EVENT, @OGUID+25), +(@EVENT, @OGUID+26), +(@EVENT, @OGUID+27), +(@EVENT, @OGUID+28), +(@EVENT, @OGUID+29), +(@EVENT, @OGUID+30), +(@EVENT, @OGUID+31), +(@EVENT, @OGUID+32), +(@EVENT, @OGUID+33), +(@EVENT, @OGUID+34), +(@EVENT, @OGUID+35), +(@EVENT, @OGUID+36), +(@EVENT, @OGUID+37), +(@EVENT, @OGUID+38), +(@EVENT, @OGUID+39), +(@EVENT, @OGUID+40), +(@EVENT, @OGUID+41), +(@EVENT, @OGUID+42), +(@EVENT, @OGUID+43), +(@EVENT, @OGUID+44), +(@EVENT, @OGUID+45), +(@EVENT, @OGUID+46), +(@EVENT, @OGUID+47), +(@EVENT, @OGUID+48), +(@EVENT, @OGUID+49), +(@EVENT, @OGUID+50), +(@EVENT, @OGUID+51), +(@EVENT, @OGUID+52), +(@EVENT, @OGUID+53), +(@EVENT, @OGUID+54), +(@EVENT, @OGUID+55), +(@EVENT, @OGUID+56), +(@EVENT, @OGUID+57), +(@EVENT, @OGUID+58), +(@EVENT, @OGUID+59), +(@EVENT, @OGUID+60), +(@EVENT, @OGUID+61), +(@EVENT, @OGUID+62), +(@EVENT, @OGUID+63), +(@EVENT, @OGUID+64), +(@EVENT, @OGUID+65), +(@EVENT, @OGUID+66), +(@EVENT, @OGUID+67), +(@EVENT, @OGUID+68), +(@EVENT, @OGUID+69), +(@EVENT, @OGUID+70), +(@EVENT, @OGUID+71), +(@EVENT, @OGUID+72), +(@EVENT, @OGUID+73), +(@EVENT, @OGUID+74), +(@EVENT, @OGUID+75), +(@EVENT, @OGUID+76), +(@EVENT, @OGUID+77), +(@EVENT, @OGUID+78), +(@EVENT, @OGUID+79), +(@EVENT, @OGUID+80), +(@EVENT, @OGUID+81), +(@EVENT, @OGUID+82), +(@EVENT, @OGUID+83), +(@EVENT, @OGUID+84), +(@EVENT, @OGUID+85), +(@EVENT, @OGUID+86), +(@EVENT, @OGUID+87), +(@EVENT, @OGUID+88), +(@EVENT, @OGUID+89), +(@EVENT, @OGUID+90), +(@EVENT, @OGUID+91), +(@EVENT, @OGUID+92), +(@EVENT, @OGUID+93), +(@EVENT, @OGUID+94), +(@EVENT, @OGUID+95), +(@EVENT, @OGUID+96), +(@EVENT, @OGUID+97), +(@EVENT, @OGUID+98), +(@EVENT, @OGUID+99), +(@EVENT, @OGUID+100), +(@EVENT, @OGUID+101), +(@EVENT, @OGUID+102), +(@EVENT, @OGUID+103), +(@EVENT, @OGUID+104), +(@EVENT, @OGUID+105), +(@EVENT, @OGUID+106), +(@EVENT, @OGUID+107), +(@EVENT, @OGUID+108), +(@EVENT, @OGUID+109), +(@EVENT, @OGUID+110), +(@EVENT, @OGUID+111), +(@EVENT, @OGUID+112), +(@EVENT, @OGUID+113), +(@EVENT, @OGUID+114), +(@EVENT, @OGUID+115), +(@EVENT, @OGUID+116), +(@EVENT, @OGUID+117), +(@EVENT, @OGUID+118), +(@EVENT, @OGUID+119), +(@EVENT, @OGUID+120), +(@EVENT, @OGUID+121), +(@EVENT, @OGUID+122), +(@EVENT, @OGUID+123), +(@EVENT, @OGUID+124), +(@EVENT, @OGUID+125), +(@EVENT, @OGUID+126), +(@EVENT, @OGUID+127), +(@EVENT, @OGUID+128), +(@EVENT, @OGUID+129), +(@EVENT, @OGUID+130), +(@EVENT, @OGUID+131), +(@EVENT, @OGUID+132), +(@EVENT, @OGUID+133), +(@EVENT, @OGUID+134), +(@EVENT, @OGUID+135), +(@EVENT, @OGUID+136), +(@EVENT, @OGUID+137), +(@EVENT, @OGUID+138), +(@EVENT, @OGUID+139); + +-- +SET @CGUID := 9800086; +SET @OGUID := 9803768; +SET @EVENT := 8; + +-- Old creature spawns +DELETE FROM `game_event_creature` WHERE `eventEntry`=8 AND `guid` BETWEEN 9800008 AND 9800009; + +-- Creature spawns +DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+1; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES +(@CGUID+0, 40438, 530, 3557, 0, '0', 0, 0, 0, 0, -3934.50341796875, -11604.7568359375, -138.513031005859375, 4.764749050140380859, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 53262), -- Steamwheedle Shyster (Area: 0 - Difficulty: 0) CreateObject1 +(@CGUID+1, 215197, 530, 3557, 0, '0', 0, 0, 0, 0, -3975.248291015625, -11861.6787109375, 0.564297974109649658, 4.493214130401611328, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 53262); -- Gabbo Blinkwink (Area: 0 - Difficulty: 0) CreateObject1 (Auras: 427424 - [DNT] Mirror Image) + +-- Old gameobject spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=8 AND `guid` BETWEEN 9800283 AND 9800439; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+156; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 181014, 530, 3557, 3557, '0', 0, 0, -3966.4501953125, -11587.626953125, -97.81689453125, 2.164205789566040039, 0, 0, 0.882946968078613281, 0.469472706317901611, 120, 255, 1, 53262), -- Lovely Wreath (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+1, 181014, 530, 3557, 3557, '0', 0, 0, -4011.885009765625, -11672.0673828125, -97.3294296264648437, 0.034906249493360519, 0, 0, 0.017452239990234375, 0.999847710132598876, 120, 255, 1, 53262), -- Lovely Wreath (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+2, 181014, 530, 3557, 3557, '0', 0, 0, -4014.814697265625, -11671.7021484375, -97.8474273681640625, 3.071766138076782226, 0, 0, 0.999390602111816406, 0.034906134009361267, 120, 255, 1, 53262), -- Lovely Wreath (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+3, 181014, 530, 3557, 3557, '0', 0, 0, -3991.588134765625, -11552.546875, -122.168663024902343, 5.340708732604980468, 0, 0, -0.45398998260498046, 0.891006767749786376, 120, 255, 1, 53262), -- Lovely Wreath (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+4, 181014, 530, 3557, 3557, '0', 0, 0, -4022.099853515625, -11517.6494140625, -123.535232543945312, 2.129300594329833984, 0, 0, 0.874619483947753906, 0.484810054302215576, 120, 255, 1, 53262), -- Lovely Wreath (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+5, 181014, 530, 3557, 3557, '0', 0, 0, -3989.1171875, -11849.0791015625, 25.73338699340820312, 4.171337604522705078, 0, 0, -0.87035560607910156, 0.492423713207244873, 120, 255, 1, 53262), -- Lovely Wreath (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+6, 181014, 530, 3557, 3557, '0', 0, 0, -3966.362548828125, -11588.181640625, -97.2340240478515625, 5.305802345275878906, 0, 0, -0.46947097778320312, 0.882947921752929687, 120, 255, 1, 53262), -- Lovely Wreath (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+7, 181014, 530, 3557, 3557, '0', 0, 0, -3864.28466796875, -11742.6533203125, -84.61895751953125, 2.076939344406127929, 0, 0, 0.861628532409667968, 0.50753939151763916, 120, 255, 1, 53262), -- Lovely Wreath (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+8, 181014, 530, 3557, 3557, '0', 0, 0, -3866.91015625, -11587.146484375, -96.3765335083007812, 1.221729278564453125, 0, 0, 0.573575973510742187, 0.819152355194091796, 120, 255, 1, 53262), -- Lovely Wreath (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+9, 181014, 530, 3557, 3557, '0', 0, 0, -3868.659423828125, -11590.5078125, -95.2881240844726562, 4.223697185516357421, 0, 0, -0.85716724395751953, 0.515038192272186279, 120, 255, 1, 53262), -- Lovely Wreath (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+10, 181014, 530, 3557, 3557, '0', 0, 0, -3785.23388671875, -11420.61328125, -122.395362854003906, 4.223697185516357421, 0, 0, -0.85716724395751953, 0.515038192272186279, 120, 255, 1, 53262), -- Lovely Wreath (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+11, 181015, 530, 3557, 0, '0', 0, 0, -3956.560791015625, -11849.8994140625, 0.762192070484161376, 4.487224102020263671, 0, 0, -0.78207015991210937, 0.62319040298461914, 120, 255, 1, 53262), -- Crate (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+12, 181015, 530, 3557, 0, '0', 0, 0, -3958.48779296875, -11849.9755859375, 0.718074619770050048, 4.532866477966308593, 0, 0, -0.76764583587646484, 0.640874326229095458, 120, 255, 1, 53262), -- Crate (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+13, 181015, 530, 3557, 0, '0', 0, 0, -3957.975830078125, -11852.1513671875, 0.733380317687988281, 4.51067972183227539, 0, 0, -0.77470779418945312, 0.632319390773773193, 120, 255, 1, 53262), -- Crate (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+14, 181015, 530, 3557, 0, '0', 0, 0, -3978.161376953125, -11854.39453125, 0.458015084266662597, 4.110258102416992187, 0, 0, -0.88498592376708984, 0.465617775917053222, 120, 255, 1, 53262), -- Crate (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+15, 181015, 530, 3557, 0, '0', 0, 0, -3976.40966796875, -11854.9599609375, 0.478170305490493774, 4.039947986602783203, 0, 0, -0.90080451965332031, 0.434224873781204223, 120, 255, 1, 53262), -- Crate (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+16, 181016, 530, 3557, 3557, '0', 0, 0, -4221.80712890625, -11830.91796875, -115.895927429199218, 5.305802345275878906, 0, 0, -0.46947097778320312, 0.882947921752929687, 120, 255, 1, 53262), -- Wreath (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+17, 181016, 530, 3557, 3557, '0', 0, 0, -4185.51513671875, -11746.03515625, -132.272537231445312, 3.036838293075561523, 0, 0, 0.998628616333007812, 0.052353221923112869, 120, 255, 1, 53262), -- Wreath (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+18, 181016, 530, 3557, 3557, '0', 0, 0, -4194.7353515625, -11728.541015625, -143.45147705078125, 3.24634718894958496, 0, 0, -0.99862861633300781, 0.052353221923112869, 120, 255, 1, 53262), -- Wreath (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+19, 181016, 530, 3557, 3557, '0', 0, 0, -4228.94873046875, -11818.9404296875, -115.934478759765625, 0.802850961685180664, 0, 0, 0.390730857849121093, 0.920504987239837646, 120, 255, 1, 53262), -- Wreath (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+20, 181016, 530, 3557, 3557, '0', 0, 0, -4161.400390625, -11800.5830078125, -132.195220947265625, 4.555310726165771484, 0, 0, -0.76040554046630859, 0.649448513984680175, 120, 255, 1, 53262), -- Wreath (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+21, 181016, 530, 3557, 3557, '0', 0, 0, -4178.04052734375, -11713.5400390625, -143.601715087890625, 0.785396754741668701, 0, 0, 0.38268280029296875, 0.923879802227020263, 120, 255, 1, 53262), -- Wreath (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+22, 181016, 530, 3557, 3557, '0', 0, 0, -4154.533203125, -11704.791015625, -143.31939697265625, 5.986480236053466796, 0, 0, -0.14780902862548828, 0.989015936851501464, 120, 255, 1, 53262), -- Wreath (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+23, 181016, 530, 3557, 3557, '0', 0, 0, -4253.185546875, -11675.283203125, -143.764739990234375, 4.677483558654785156, 0, 0, -0.71933937072753906, 0.694658815860748291, 120, 255, 1, 53262), -- Wreath (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+24, 181016, 530, 3557, 3557, '0', 0, 0, -4244.82373046875, -11657.95703125, -143.624862670898437, 1.727874636650085449, 0, 0, 0.760405540466308593, 0.649448513984680175, 120, 255, 1, 53262), -- Wreath (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+25, 181016, 530, 3557, 3557, '0', 0, 0, -4209.63818359375, -11675.4228515625, -143.244140625, 5.89921426773071289, 0, 0, -0.19080829620361328, 0.981627285480499267, 120, 255, 1, 53262), -- Wreath (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+26, 181016, 530, 3557, 3557, '0', 0, 0, -4204.8212890625, -11678.4853515625, -143.191604614257812, 0.401424884796142578, 0, 0, 0.199367523193359375, 0.979924798011779785, 120, 255, 1, 53262), -- Wreath (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+27, 181016, 530, 3557, 3557, '0', 0, 0, -4163.96484375, -11666.73828125, -143.258132934570312, 4.677483558654785156, 0, 0, -0.71933937072753906, 0.694658815860748291, 120, 255, 1, 53262), -- Wreath (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+28, 181016, 530, 3557, 3557, '0', 0, 0, -4185.56689453125, -11653.0595703125, -143.44879150390625, 5.044002056121826171, 0, 0, -0.58070278167724609, 0.814115643501281738, 120, 255, 1, 53262), -- Wreath (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+29, 181016, 530, 3557, 3557, '0', 0, 0, -4065.432861328125, -11688.7900390625, -142.187881469726562, 0.383971005678176879, 0, 0, 0.190808296203613281, 0.981627285480499267, 120, 255, 1, 53262), -- Wreath (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+30, 181016, 530, 3557, 3557, '0', 0, 0, -4167.5556640625, -11641.123046875, -98.3939971923828125, 1.134462952613830566, 0, 0, 0.537299156188964843, 0.843391716480255126, 120, 255, 1, 53262), -- Wreath (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+31, 181016, 530, 3557, 3557, '0', 0, 0, -4065.592041015625, -11664.1513671875, -142.100540161132812, 0.226892471313476562, 0, 0, 0.113203048706054687, 0.993571877479553222, 120, 255, 1, 53262), -- Wreath (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+32, 181016, 530, 3557, 3557, '0', 0, 0, -3943.940673828125, -11674.0791015625, -135.238632202148437, 3.595378875732421875, 0, 0, -0.97437000274658203, 0.224951311945915222, 120, 255, 1, 53262), -- Wreath (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+33, 181016, 530, 3557, 3557, '0', 0, 0, -3943.486572265625, -11689.103515625, -135.289199829101562, 0.610863447189331054, 0, 0, 0.3007049560546875, 0.953717231750488281, 120, 255, 1, 53262), -- Wreath (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+34, 181016, 530, 3557, 3557, '0', 0, 0, -3938.107177734375, -11702.048828125, -135.276275634765625, 1.500982880592346191, 0, 0, 0.681998252868652343, 0.731353819370269775, 120, 255, 1, 53262), -- Wreath (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+35, 181016, 530, 3557, 3557, '0', 0, 0, -3928.3095703125, -11712.5419921875, -135.2059326171875, 5.148722648620605468, 0, 0, -0.53729915618896484, 0.843391716480255126, 120, 255, 1, 53262), -- Wreath (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+36, 181016, 530, 3557, 3557, '0', 0, 0, -3939.97998046875, -11660.91796875, -135.145401000976562, 3.874631166458129882, 0, 0, -0.93358039855957031, 0.358368009328842163, 120, 255, 1, 53262), -- Wreath (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+37, 181016, 530, 3557, 3557, '0', 0, 0, -3931.237060546875, -11649.388671875, -135.003005981445312, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 53262), -- Wreath (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+38, 181016, 530, 3557, 3557, '0', 0, 0, -4155.24072265625, -11635.466796875, -98.1755752563476562, 5.375615119934082031, 0, 0, -0.4383707046508789, 0.898794233798980712, 120, 255, 1, 53262), -- Wreath (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+39, 181016, 530, 3557, 3557, '0', 0, 0, -4072.7314453125, -11547.6689453125, -138.704299926757812, 0.977383077144622802, 0, 0, 0.469470977783203125, 0.882947921752929687, 120, 255, 1, 53262), -- Wreath (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+40, 181016, 530, 3557, 3557, '0', 0, 0, -4070.251220703125, -11542.4501953125, -138.655410766601562, 4.555310726165771484, 0, 0, -0.76040554046630859, 0.649448513984680175, 120, 255, 1, 53262), -- Wreath (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+41, 181016, 530, 3557, 3557, '0', 0, 0, -4180.39453125, -11586.9951171875, -123.979927062988281, 5.619962215423583984, 0, 0, -0.32556724548339843, 0.945518851280212402, 120, 255, 1, 53262), -- Wreath (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+42, 181016, 530, 3557, 3557, '0', 0, 0, -4196.21484375, -11595.271484375, -125.408432006835937, 1.239183306694030761, 0, 0, 0.580702781677246093, 0.814115643501281738, 120, 255, 1, 53262), -- Wreath (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+43, 181016, 530, 3557, 3557, '0', 0, 0, -4200.80908203125, -11604.302734375, -125.620033264160156, 0.471238493919372558, 0, 0, 0.233445167541503906, 0.972369968891143798, 120, 255, 1, 53262), -- Wreath (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+44, 181016, 530, 3557, 3557, '0', 0, 0, -4207.48583984375, -11645.037109375, -143.676971435546875, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, 53262), -- Wreath (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+45, 181016, 530, 3557, 3557, '0', 0, 0, -4225.97265625, -11648.0830078125, -143.864120483398437, 5.881760597229003906, 0, 0, -0.19936752319335937, 0.979924798011779785, 120, 255, 1, 53262), -- Wreath (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+46, 181016, 530, 3557, 3557, '0', 0, 0, -4229.96484375, -11608.4189453125, -126.282623291015625, 0.837757468223571777, 0, 0, 0.406736373901367187, 0.913545548915863037, 120, 255, 1, 53262), -- Wreath (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+47, 181016, 530, 3557, 3557, '0', 0, 0, -4149.005859375, -11480.560546875, -130.89447021484375, 5.89921426773071289, 0, 0, -0.19080829620361328, 0.981627285480499267, 120, 255, 1, 53262), -- Wreath (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+48, 181016, 530, 3557, 3557, '0', 0, 0, -4150.38720703125, -11469.783203125, -130.922622680664062, 2.70525527000427246, 0, 0, 0.97629547119140625, 0.216442063450813293, 120, 255, 1, 53262), -- Wreath (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+49, 181016, 530, 3557, 3557, '0', 0, 0, -4008.92529296875, -11350.9833984375, -122.813980102539062, 4.206246376037597656, 0, 0, -0.86162853240966796, 0.50753939151763916, 120, 255, 1, 53262), -- Wreath (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+50, 181016, 530, 3557, 3557, '0', 0, 0, -3979.865966796875, -11369.396484375, -122.542320251464843, 1.378809213638305664, 0, 0, 0.636077880859375, 0.771624863147735595, 120, 255, 1, 53262), -- Wreath (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+51, 181016, 530, 3557, 3557, '0', 0, 0, -3988.78125, -11386.52734375, -122.711898803710937, 5.305802345275878906, 0, 0, -0.46947097778320312, 0.882947921752929687, 120, 255, 1, 53262), -- Wreath (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+52, 181016, 530, 3557, 3557, '0', 0, 0, -3990.306884765625, -11353.0830078125, -122.603202819824218, 5.480334281921386718, 0, 0, -0.39073085784912109, 0.920504987239837646, 120, 255, 1, 53262), -- Wreath (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+53, 181016, 530, 3557, 3557, '0', 0, 0, -3979.7587890625, -11500.7841796875, -137.076507568359375, 6.248279094696044921, 0, 0, -0.01745223999023437, 0.999847710132598876, 120, 255, 1, 53262), -- Wreath (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+54, 181016, 530, 3557, 3557, '0', 0, 0, -3987.21484375, -11495.4736328125, -137.14398193359375, 2.251473426818847656, 0, 0, 0.902585029602050781, 0.430511653423309326, 120, 255, 1, 53262), -- Wreath (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+55, 181016, 530, 3557, 0, '0', 0, 0, -3919.52001953125, -11641.96875, -134.831253051757812, 0.209439441561698913, 0, 0, 0.104528427124023437, 0.994521915912628173, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+56, 181016, 530, 3557, 0, '0', 0, 0, -3877.953125, -11647.3515625, -134.367874145507812, 4.677483558654785156, 0, 0, -0.71933937072753906, 0.694658815860748291, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+57, 181016, 530, 3557, 0, '0', 0, 0, -3905.642822265625, -11638.7509765625, -134.663406372070312, 5.864306926727294921, 0, 0, -0.20791149139404296, 0.978147625923156738, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+58, 181016, 530, 3557, 0, '0', 0, 0, -3891.189208984375, -11640.6484375, -134.49072265625, 1.291541695594787597, 0, 0, 0.60181427001953125, 0.798636078834533691, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+59, 181016, 530, 3557, 0, '0', 0, 0, -3965.59375, -11863.515625, 0.632868111133575439, 4.510529041290283203, 0, 0, -0.77475547790527343, 0.63226097822189331, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+60, 181016, 530, 3557, 3557, '0', 0, 0, -4025.3291015625, -11590.40234375, -138.327667236328125, 1.762782454490661621, 0, 0, 0.771624565124511718, 0.636078238487243652, 120, 255, 1, 53262), -- Wreath (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+61, 181016, 530, 3557, 3557, '0', 0, 0, -4040.37158203125, -11581.4111328125, -138.451919555664062, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, 53262), -- Wreath (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+62, 181016, 530, 3557, 3557, '0', 0, 0, -4006.56689453125, -11572.7314453125, -138.041900634765625, 2.67034769058227539, 0, 0, 0.972369194030761718, 0.233448356389999389, 120, 255, 1, 53262), -- Wreath (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+63, 181017, 530, 3557, 3557, '0', 0, 0, -4213.72900390625, -11685.4033203125, -130.823410034179687, 0.942476630210876464, 0, 0, 0.453989982604980468, 0.891006767749786376, 120, 255, 1, 53262), -- Hanging Streamer (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+64, 181017, 530, 3557, 3557, '0', 0, 0, -4145.79931640625, -11745.6220703125, -124.152946472167968, 2.024578809738159179, 0, 0, 0.848047256469726562, 0.529920578002929687, 120, 255, 1, 53262), -- Hanging, Streamer (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+65, 181018, 530, 3557, 0, '0', 0, 0, -3759.18408203125, -11686.46875, -100.742576599121093, 6.178466320037841796, 0, 0, -0.05233573913574218, 0.998629570007324218, 120, 255, 1, 53262), -- Ribbon (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+66, 181018, 530, 3557, 0, '0', 0, 0, -3758.169677734375, -11705.3193359375, -100.71826171875, 0.087265998125076293, 0, 0, 0.043619155883789062, 0.999048233032226562, 120, 255, 1, 53262), -- Ribbon (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+67, 181018, 530, 3557, 0, '0', 0, 0, -3740.86767578125, -11676.3828125, -98.6888275146484375, 5.131268978118896484, 0, 0, -0.54463863372802734, 0.838670849800109863, 120, 255, 1, 53262), -- Ribbon (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+68, 181018, 530, 3557, 0, '0', 0, 0, -3738.774658203125, -11714.69921875, -99.0851211547851562, 1.378809213638305664, 0, 0, 0.636077880859375, 0.771624863147735595, 120, 255, 1, 53262), -- Ribbon (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+69, 181018, 530, 3557, 0, '0', 0, 0, -3720.251708984375, -11684.9443359375, -94.6487197875976562, 3.630291461944580078, 0, 0, -0.97029495239257812, 0.241925001144409179, 120, 255, 1, 53262), -- Ribbon (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+70, 181018, 530, 3557, 0, '0', 0, 0, -3719.03466796875, -11703.5556640625, -95.1452407836914062, 2.775068521499633789, 0, 0, 0.983254432678222656, 0.182238012552261352, 120, 255, 1, 53262), -- Ribbon (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+71, 181019, 530, 3557, 3557, '0', 0, 0, -4026.649658203125, -11731.4931640625, -150.800018310546875, 2.600535154342651367, 0, 0, 0.963629722595214843, 0.26724100112915039, 120, 255, 1, 53262), -- Rose Vase (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+72, 181019, 530, 3557, 3557, '0', 0, 0, -4022.251708984375, -11739.3212890625, -150.798065185546875, 0.069811686873435974, 0, 0, 0.034898757934570312, 0.999390840530395507, 120, 255, 1, 53262), -- Rose Vase (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+73, 181019, 530, 3557, 0, '0', 0, 0, -3918.3212890625, -11545.5234375, -149.044464111328125, 0.471238493919372558, 0, 0, 0.233445167541503906, 0.972369968891143798, 120, 255, 1, 53262), -- Rose Vase (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+74, 181019, 530, 3557, 0, '0', 0, 0, -3924.432861328125, -11545.478515625, -149.110885620117187, 2.600535154342651367, 0, 0, 0.963629722595214843, 0.26724100112915039, 120, 255, 1, 53262), -- Rose Vase (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+75, 181019, 530, 3557, 0, '0', 0, 0, -3913.77001953125, -11545.5185546875, -148.998291015625, 0.471238493919372558, 0, 0, 0.233445167541503906, 0.972369968891143798, 120, 255, 1, 53262), -- Rose Vase (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+76, 181019, 530, 3557, 0, '0', 0, 0, -3919.77783203125, -11545.478515625, -149.060989379882812, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, 53262), -- Rose Vase (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+77, 181019, 530, 3557, 0, '0', 0, 0, -3744.044189453125, -11692.3623046875, -104.606300354003906, 3.420850038528442382, 0, 0, -0.99026775360107421, 0.139175355434417724, 120, 255, 1, 53262), -- Rose Vase (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+78, 181019, 530, 3557, 0, '0', 0, 0, -3739.729736328125, -11701.2900390625, -104.592422485351562, 2.44346022605895996, 0, 0, 0.939692497253417968, 0.34202045202255249, 120, 255, 1, 53262), -- Rose Vase (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+79, 181019, 530, 3557, 0, '0', 0, 0, -3740.327392578125, -11688.5693359375, -104.60479736328125, 4.97418975830078125, 0, 0, -0.60876083374023437, 0.793353796005249023, 120, 255, 1, 53262), -- Rose Vase (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+80, 181019, 530, 3557, 0, '0', 0, 0, -3743.69189453125, -11697.8212890625, -104.6240234375, 3.176533222198486328, 0, 0, -0.999847412109375, 0.017469281330704689, 120, 255, 1, 53262), -- Rose Vase (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+81, 181022, 530, 3557, 3557, '0', 0, 0, -4210.17578125, -11796.1630859375, -133.245193481445312, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 53262), -- Wreath (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+82, 181022, 530, 3557, 3557, '0', 0, 0, -4186.2900390625, -11803.0126953125, -133.1741943359375, 0.610863447189331054, 0, 0, 0.3007049560546875, 0.953717231750488281, 120, 255, 1, 53262), -- Wreath (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+83, 181022, 530, 3557, 3557, '0', 0, 0, -4122.1953125, -11707.25, -142.920608520507812, 1.832594871520996093, 0, 0, 0.793353080749511718, 0.608761727809906005, 120, 255, 1, 53262), -- Wreath (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+84, 181022, 530, 3557, 3557, '0', 0, 0, -4102.17138671875, -11696.2744140625, -142.664474487304687, 2.460912704467773437, 0, 0, 0.942641258239746093, 0.333807557821273803, 120, 255, 1, 53262), -- Wreath (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+85, 181022, 530, 3557, 3557, '0', 0, 0, -3985.045166015625, -11695.9130859375, -139.365875244140625, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 120, 255, 1, 53262), -- Wreath (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+86, 181022, 530, 3557, 3557, '0', 0, 0, -3970.779541015625, -11722.8818359375, -138.835647583007812, 1.518436193466186523, 0, 0, 0.6883544921875, 0.725374460220336914, 120, 255, 1, 53262), -- Wreath (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+87, 181022, 530, 3557, 3557, '0', 0, 0, -3988.4775390625, -11651.169921875, -139.043380737304687, 0.383971005678176879, 0, 0, 0.190808296203613281, 0.981627285480499267, 120, 255, 1, 53262), -- Wreath (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+88, 181022, 530, 3557, 3557, '0', 0, 0, -3974.517333984375, -11624.7451171875, -138.87567138671875, 4.904376029968261718, 0, 0, -0.636077880859375, 0.771624863147735595, 120, 255, 1, 53262), -- Wreath (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+89, 181022, 530, 3557, 3557, '0', 0, 0, -4129.01123046875, -11606.8251953125, -139.120803833007812, 4.206246376037597656, 0, 0, -0.86162853240966796, 0.50753939151763916, 120, 255, 1, 53262), -- Wreath (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+90, 181022, 530, 3557, 3557, '0', 0, 0, -4157.99853515625, -11597.3251953125, -138.910385131835937, 4.834563255310058593, 0, 0, -0.66261959075927734, 0.748956084251403808, 120, 255, 1, 53262), -- Wreath (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+91, 181022, 530, 3557, 3557, '0', 0, 0, -4105.2216796875, -11544.513671875, -135.781646728515625, 1.605701684951782226, 0, 0, 0.719339370727539062, 0.694658815860748291, 120, 255, 1, 53262), -- Wreath (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+92, 181022, 530, 3557, 3557, '0', 0, 0, -4127.2099609375, -11534.9384765625, -136.012664794921875, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 120, 255, 1, 53262), -- Wreath (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+93, 181022, 530, 3557, 3557, '0', 0, 0, -4144.75341796875, -11423.6201171875, -130.6719970703125, 3.473210096359252929, 0, 0, -0.98628520965576171, 0.165049895644187927, 120, 255, 1, 53262), -- Wreath (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+94, 181022, 530, 3557, 3557, '0', 0, 0, -4120.4951171875, -11437.0947265625, -130.379013061523437, 4.834563255310058593, 0, 0, -0.66261959075927734, 0.748956084251403808, 120, 255, 1, 53262), -- Wreath (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+95, 181022, 530, 3557, 3557, '0', 0, 0, -4019.296875, -11367.580078125, -123.678451538085937, 4.555310726165771484, 0, 0, -0.76040554046630859, 0.649448513984680175, 120, 255, 1, 53262), -- Wreath (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+96, 181022, 530, 3557, 3557, '0', 0, 0, -4000.541748046875, -11392.84765625, -123.377090454101562, 3.159062385559082031, 0, 0, -0.99996185302734375, 0.008734640665352344, 120, 255, 1, 53262), -- Wreath (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+97, 181022, 530, 3557, 3557, '0', 0, 0, -3973.86279296875, -11427.123046875, -136.736160278320312, 3.839725255966186523, 0, 0, -0.93969249725341796, 0.34202045202255249, 120, 255, 1, 53262), -- Wreath (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+98, 181022, 530, 3557, 3557, '0', 0, 0, -3968.95654296875, -11453.91015625, -136.772018432617187, 1.692969322204589843, 0, 0, 0.748955726623535156, 0.662620067596435546, 120, 255, 1, 53262), -- Wreath (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+99, 181022, 530, 3557, 3557, '0', 0, 0, -4016.01611328125, -11510.4658203125, -141.069549560546875, 2.879789113998413085, 0, 0, 0.991444587707519531, 0.130528271198272705, 120, 255, 1, 53262), -- Wreath (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+100, 181022, 530, 3557, 3557, '0', 0, 0, -4030.150146484375, -11520.591796875, -141.262283325195312, 1.658061861991882324, 0, 0, 0.737277030944824218, 0.67559051513671875, 120, 255, 1, 53262), -- Wreath (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+101, 181022, 530, 3557, 0, '0', 0, 0, -3903.453125, -11420.75, -132.773666381835937, 0.191985160112380981, 0, 0, 0.095845222473144531, 0.995396256446838378, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+102, 181022, 530, 3557, 0, '0', 0, 0, -3898.60888671875, -11445.353515625, -132.852264404296875, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+103, 181022, 530, 3557, 0, '0', 0, 0, -3935.25341796875, -11599.67578125, -138.455047607421875, 5.654868602752685546, 0, 0, -0.30901622772216796, 0.95105677843093872, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+104, 181022, 530, 3557, 0, '0', 0, 0, -3903.50341796875, -11599.638671875, -137.785751342773437, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+105, 181022, 530, 3557, 0, '0', 0, 0, -3843.451416015625, -11503.50390625, -139.097488403320312, 0.785396754741668701, 0, 0, 0.38268280029296875, 0.923879802227020263, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+106, 181022, 530, 3557, 0, '0', 0, 0, -3821.1962890625, -11515.71875, -138.644241333007812, 1.518436193466186523, 0, 0, 0.6883544921875, 0.725374460220336914, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+107, 181022, 530, 3557, 0, '0', 0, 0, -3862.00341796875, -11617.357421875, -136.832565307617187, 4.939284324645996093, 0, 0, -0.6225137710571289, 0.78260880708694458, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+108, 181022, 530, 3557, 0, '0', 0, 0, -3753.63330078125, -11517.73046875, -134.326950073242187, 2.094393253326416015, 0, 0, 0.866024971008300781, 0.50000077486038208, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+109, 181022, 530, 3557, 0, '0', 0, 0, -3732.544677734375, -11501.005859375, -134.029251098632812, 2.373644113540649414, 0, 0, 0.927183151245117187, 0.37460830807685852, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+110, 181022, 530, 3557, 0, '0', 0, 0, -3640.53271484375, -11468.5869140625, -118.808647155761718, 3.019413232803344726, 0, 0, 0.998134613037109375, 0.061051756143569946, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+111, 181022, 530, 3557, 0, '0', 0, 0, -3657.604736328125, -11491.41796875, -119.097312927246093, 1.989672422409057617, 0, 0, 0.838669776916503906, 0.544640243053436279, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+112, 181022, 530, 3557, 0, '0', 0, 0, -3929.12841796875, -11744.81640625, -138.612197875976562, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+113, 181025, 530, 3557, 3557, '0', 0, 0, -4129.51611328125, -11792.517578125, -122.023399353027343, 2.268925428390502929, 0, 0, 0.906307220458984375, 0.422619491815567016, 120, 255, 1, 53262), -- Huge Ribbon (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+114, 181025, 530, 3557, 3557, '0', 0, 0, -4097.3515625, -11552.8828125, -124.005912780761718, 1.884953022003173828, 0, 0, 0.809016227722167968, 0.587786316871643066, 120, 255, 1, 53262), -- Huge Ribbon (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+115, 181025, 530, 3557, 3557, '0', 0, 0, -3906.888916015625, -11740.65625, -247.154861450195312, 1.448621988296508789, 0, 0, 0.662619590759277343, 0.748956084251403808, 120, 255, 1, 53262), -- Huge Ribbon (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+116, 181025, 530, 3557, 3557, '0', 0, 0, -3907.01123046875, -11840.6474609375, -17.3894023895263671, 2.757613182067871093, 0, 0, 0.981626510620117187, 0.190812408924102783, 120, 255, 1, 53262), -- Huge Ribbon (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+117, 181025, 530, 3557, 3557, '0', 0, 0, -4036.0673828125, -11724.2646484375, -125.335502624511718, 2.199114561080932617, 0, 0, 0.8910064697265625, 0.453990638256072998, 120, 255, 1, 53262), -- Huge Ribbon (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+118, 181025, 530, 3557, 3557, '0', 0, 0, -3964.05859375, -11674.84375, -216.94000244140625, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, 53262), -- Huge Ribbon (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+119, 181025, 530, 3557, 3557, '0', 0, 0, -4066.69580078125, -11607.896484375, -129.408767700195312, 4.101525306701660156, 0, 0, -0.88701057434082031, 0.461749136447906494, 120, 255, 1, 53262), -- Huge Ribbon (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+120, 181025, 530, 3557, 3557, '0', 0, 0, -3942.768798828125, -11632.9990234375, -199.473220825195312, 5.497788906097412109, 0, 0, -0.38268280029296875, 0.923879802227020263, 120, 255, 1, 53262), -- Huge Ribbon (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+121, 181025, 530, 3557, 3557, '0', 0, 0, -3905.8369140625, -11628.607421875, -302.98126220703125, 6.178466320037841796, 0, 0, -0.05233573913574218, 0.998629570007324218, 120, 255, 1, 53262), -- Huge Ribbon (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+122, 181025, 530, 3557, 3557, '0', 0, 0, -3949.171875, -11719.732421875, -231.763397216796875, 0.663223206996917724, 0, 0, 0.325567245483398437, 0.945518851280212402, 120, 255, 1, 53262), -- Huge Ribbon (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+123, 181025, 530, 3557, 3557, '0', 0, 0, -4142.4970703125, -11540.021484375, -124.575332641601562, 0.837757468223571777, 0, 0, 0.406736373901367187, 0.913545548915863037, 120, 255, 1, 53262), -- Huge Ribbon (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+124, 181025, 530, 3557, 3557, '0', 0, 0, -3897.788330078125, -11618.37109375, -185.583709716796875, 4.694936752319335937, 0, 0, -0.71325016021728515, 0.700909554958343505, 120, 255, 1, 53262), -- Huge Ribbon (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+125, 181025, 530, 3557, 3557, '0', 0, 0, -3838.579345703125, -11819.7568359375, -46.669677734375, 4.188792228698730468, 0, 0, -0.86602497100830078, 0.50000077486038208, 120, 255, 1, 53262), -- Huge Ribbon (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+126, 181025, 530, 3557, 3557, '0', 0, 0, -3861.938720703125, -11726.7001953125, -264.663330078125, 2.426007747650146484, 0, 0, 0.936672210693359375, 0.350207358598709106, 120, 255, 1, 53262), -- Huge Ribbon (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+127, 181025, 530, 3557, 3557, '0', 0, 0, -3845.705810546875, -11764.55078125, -72.8578948974609375, 5.375615119934082031, 0, 0, -0.4383707046508789, 0.898794233798980712, 120, 255, 1, 53262), -- Huge Ribbon (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+128, 181025, 530, 3557, 3557, '0', 0, 0, -3840.368408203125, -11683.5302734375, -278.9307861328125, 3.071766138076782226, 0, 0, 0.999390602111816406, 0.034906134009361267, 120, 255, 1, 53262), -- Huge Ribbon (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+129, 181025, 530, 3557, 3557, '0', 0, 0, -3855.356689453125, -11639.212890625, -293.878265380859375, 3.804818391799926757, 0, 0, -0.94551849365234375, 0.325568377971649169, 120, 255, 1, 53262), -- Huge Ribbon (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+130, 181025, 530, 3557, 3557, '0', 0, 0, -3855.822509765625, -11639.529296875, -169.809463500976562, 3.961898565292358398, 0, 0, -0.91705989837646484, 0.398749500513076782, 120, 255, 1, 53262), -- Huge Ribbon (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+131, 181025, 530, 3557, 3557, '0', 0, 0, -3794.911376953125, -11730.607421875, -93.0702896118164062, 2.111847877502441406, 0, 0, 0.870355606079101562, 0.492423713207244873, 120, 255, 1, 53262), -- Huge Ribbon (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+132, 181025, 530, 3557, 3557, '0', 0, 0, -4141.859375, -11371.3447265625, -129.852737426757812, 5.35816192626953125, 0, 0, -0.446197509765625, 0.894934535026550292, 120, 255, 1, 53262), -- Huge Ribbon (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+133, 181025, 530, 3557, 3557, '0', 0, 0, -3802.614501953125, -11620.1787109375, -92.7153472900390625, 4.747295856475830078, 0, 0, -0.69465827941894531, 0.719339847564697265, 120, 255, 1, 53262), -- Huge Ribbon (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+134, 181025, 530, 3557, 3557, '0', 0, 0, -3783.91796875, -11674.640625, -93.7094497680664062, 3.24634718894958496, 0, 0, -0.99862861633300781, 0.052353221923112869, 120, 255, 1, 53262), -- Huge Ribbon (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+135, 181025, 530, 3557, 3557, '0', 0, 0, -3905.56689453125, -11457.8017578125, -112.987098693847656, 1.117009282112121582, 0, 0, 0.529918670654296875, 0.84804844856262207, 120, 255, 1, 53262), -- Huge Ribbon (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+136, 181025, 530, 3557, 3557, '0', 0, 0, -3848.599853515625, -11508.4267578125, -128.930374145507812, 0.733038187026977539, 0, 0, 0.358367919921875, 0.933580458164215087, 120, 255, 1, 53262), -- Huge Ribbon (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+137, 181025, 530, 3557, 3557, '0', 0, 0, -3822.28955078125, -11521.759765625, -128.501220703125, 1.466075778007507324, 0, 0, 0.669130325317382812, 0.74314504861831665, 120, 255, 1, 53262), -- Huge Ribbon (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+138, 181025, 530, 3557, 3557, '0', 0, 0, -4091.51904296875, -11339.2431640625, -129.597854614257812, 5.270895957946777343, 0, 0, -0.48480892181396484, 0.87462007999420166, 120, 255, 1, 53262), -- Huge Ribbon (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+139, 181025, 530, 3557, 3557, '0', 0, 0, -3915.053955078125, -11411.20703125, -111.862556457519531, 6.09120035171508789, 0, 0, -0.09584522247314453, 0.995396256446838378, 120, 255, 1, 53262), -- Huge Ribbon (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+140, 181025, 530, 3557, 3557, '0', 0, 0, -3905.15283203125, -11333.1982421875, -121.9205322265625, 5.183629035949707031, 0, 0, -0.52249813079833984, 0.852640450000762939, 120, 255, 1, 53262), -- Huge Ribbon (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+141, 181025, 530, 3557, 3557, '0', 0, 0, -3871.6962890625, -11319.818359375, -121.622833251953125, 5.078907966613769531, 0, 0, -0.56640625, 0.824126183986663818, 120, 255, 1, 53262), -- Huge Ribbon (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+142, 181025, 530, 3557, 3557, '0', 0, 0, -3662.1328125, -11453.9765625, -113.086982727050781, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 120, 255, 1, 53262), -- Huge Ribbon (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+143, 181025, 530, 3557, 3557, '0', 0, 0, -3666.974365234375, -11418.333984375, -113.767120361328125, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 120, 255, 1, 53262), -- Huge Ribbon (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+144, 181027, 530, 3557, 0, '0', 0, 0, -3822.314697265625, -11399.5576171875, -139.054473876953125, 3.298687219619750976, 0, 0, -0.99691677093505859, 0.078466430306434631, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+145, 181027, 530, 3557, 0, '0', 0, 0, -3807.1650390625, -11439.646484375, -139.028274536132812, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+146, 181027, 530, 3557, 0, '0', 0, 0, -3816.788330078125, -11421.1767578125, -139.071380615234375, 5.270895957946777343, 0, 0, -0.48480892181396484, 0.87462007999420166, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+147, 181027, 530, 3557, 0, '0', 0, 0, -3788.143798828125, -11452.6396484375, -138.854019165039062, 1.029743075370788574, 0, 0, 0.492423057556152343, 0.870355963706970214, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+148, 181027, 530, 3557, 0, '0', 0, 0, -3769.15966796875, -11443.173828125, -138.595184326171875, 1.466075778007507324, 0, 0, 0.669130325317382812, 0.74314504861831665, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+149, 181027, 530, 3557, 0, '0', 0, 0, -3794.798583984375, -11366.09375, -138.60455322265625, 5.969027042388916015, 0, 0, -0.1564340591430664, 0.987688362598419189, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+150, 181027, 530, 3557, 0, '0', 0, 0, -3774.08154296875, -11374.013671875, -138.391189575195312, 4.555310726165771484, 0, 0, -0.76040554046630859, 0.649448513984680175, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+151, 181027, 530, 3557, 0, '0', 0, 0, -3745.376708984375, -11403.87109375, -138.167022705078125, 2.321286916732788085, 0, 0, 0.917059898376464843, 0.398749500513076782, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+152, 181027, 530, 3557, 0, '0', 0, 0, -3756.67578125, -11382.49609375, -138.21881103515625, 0.314158439636230468, 0, 0, 0.156434059143066406, 0.987688362598419189, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+153, 181027, 530, 3557, 0, '0', 0, 0, -3754.06591796875, -11431.4306640625, -138.373428344726562, 2.094393253326416015, 0, 0, 0.866024971008300781, 0.50000077486038208, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+154, 181060, 530, 3557, 3557, '0', 0, 0, -4043.15283203125, -11563.0048828125, -136.852401733398437, 5.35816192626953125, 0, 0, -0.446197509765625, 0.894934535026550292, 120, 255, 1, 53262), -- Lovely Candle (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+155, 411551, 530, 3557, 3557, '0', 0, 0, -3969.859375, -11859.25390625, 0.543934285640716552, 4.534169197082519531, 0, 0, -0.7672281265258789, 0.641374289989471435, 120, 255, 1, 53262), -- Scenic Getaway Portal (Area: The Exodar - Difficulty: 0) CreateObject1 +(@OGUID+156, 416381, 530, 3557, 3557, '0', 0, 0, -3969.859375, -11859.25390625, 0.543934285640716552, 4.534169197082519531, 0, 0, -0.7672281265258789, 0.641374289989471435, 120, 255, 1, 53262); -- Portal Arch (Area: The Exodar - Difficulty: 0) CreateObject1 + +-- Event spawns +DELETE FROM `game_event_creature` WHERE `eventEntry`=@EVENT AND `guid` BETWEEN @CGUID+0 AND @CGUID+1; +INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES +(@EVENT, @CGUID+0), +(@EVENT, @CGUID+1); + +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=@EVENT AND `guid` BETWEEN @OGUID+0 AND @OGUID+156; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(@EVENT, @OGUID+0), +(@EVENT, @OGUID+1), +(@EVENT, @OGUID+2), +(@EVENT, @OGUID+3), +(@EVENT, @OGUID+4), +(@EVENT, @OGUID+5), +(@EVENT, @OGUID+6), +(@EVENT, @OGUID+7), +(@EVENT, @OGUID+8), +(@EVENT, @OGUID+9), +(@EVENT, @OGUID+10), +(@EVENT, @OGUID+11), +(@EVENT, @OGUID+12), +(@EVENT, @OGUID+13), +(@EVENT, @OGUID+14), +(@EVENT, @OGUID+15), +(@EVENT, @OGUID+16), +(@EVENT, @OGUID+17), +(@EVENT, @OGUID+18), +(@EVENT, @OGUID+19), +(@EVENT, @OGUID+20), +(@EVENT, @OGUID+21), +(@EVENT, @OGUID+22), +(@EVENT, @OGUID+23), +(@EVENT, @OGUID+24), +(@EVENT, @OGUID+25), +(@EVENT, @OGUID+26), +(@EVENT, @OGUID+27), +(@EVENT, @OGUID+28), +(@EVENT, @OGUID+29), +(@EVENT, @OGUID+30), +(@EVENT, @OGUID+31), +(@EVENT, @OGUID+32), +(@EVENT, @OGUID+33), +(@EVENT, @OGUID+34), +(@EVENT, @OGUID+35), +(@EVENT, @OGUID+36), +(@EVENT, @OGUID+37), +(@EVENT, @OGUID+38), +(@EVENT, @OGUID+39), +(@EVENT, @OGUID+40), +(@EVENT, @OGUID+41), +(@EVENT, @OGUID+42), +(@EVENT, @OGUID+43), +(@EVENT, @OGUID+44), +(@EVENT, @OGUID+45), +(@EVENT, @OGUID+46), +(@EVENT, @OGUID+47), +(@EVENT, @OGUID+48), +(@EVENT, @OGUID+49), +(@EVENT, @OGUID+50), +(@EVENT, @OGUID+51), +(@EVENT, @OGUID+52), +(@EVENT, @OGUID+53), +(@EVENT, @OGUID+54), +(@EVENT, @OGUID+55), +(@EVENT, @OGUID+56), +(@EVENT, @OGUID+57), +(@EVENT, @OGUID+58), +(@EVENT, @OGUID+59), +(@EVENT, @OGUID+60), +(@EVENT, @OGUID+61), +(@EVENT, @OGUID+62), +(@EVENT, @OGUID+63), +(@EVENT, @OGUID+64), +(@EVENT, @OGUID+65), +(@EVENT, @OGUID+66), +(@EVENT, @OGUID+67), +(@EVENT, @OGUID+68), +(@EVENT, @OGUID+69), +(@EVENT, @OGUID+70), +(@EVENT, @OGUID+71), +(@EVENT, @OGUID+72), +(@EVENT, @OGUID+73), +(@EVENT, @OGUID+74), +(@EVENT, @OGUID+75), +(@EVENT, @OGUID+76), +(@EVENT, @OGUID+77), +(@EVENT, @OGUID+78), +(@EVENT, @OGUID+79), +(@EVENT, @OGUID+80), +(@EVENT, @OGUID+81), +(@EVENT, @OGUID+82), +(@EVENT, @OGUID+83), +(@EVENT, @OGUID+84), +(@EVENT, @OGUID+85), +(@EVENT, @OGUID+86), +(@EVENT, @OGUID+87), +(@EVENT, @OGUID+88), +(@EVENT, @OGUID+89), +(@EVENT, @OGUID+90), +(@EVENT, @OGUID+91), +(@EVENT, @OGUID+92), +(@EVENT, @OGUID+93), +(@EVENT, @OGUID+94), +(@EVENT, @OGUID+95), +(@EVENT, @OGUID+96), +(@EVENT, @OGUID+97), +(@EVENT, @OGUID+98), +(@EVENT, @OGUID+99), +(@EVENT, @OGUID+100), +(@EVENT, @OGUID+101), +(@EVENT, @OGUID+102), +(@EVENT, @OGUID+103), +(@EVENT, @OGUID+104), +(@EVENT, @OGUID+105), +(@EVENT, @OGUID+106), +(@EVENT, @OGUID+107), +(@EVENT, @OGUID+108), +(@EVENT, @OGUID+109), +(@EVENT, @OGUID+110), +(@EVENT, @OGUID+111), +(@EVENT, @OGUID+112), +(@EVENT, @OGUID+113), +(@EVENT, @OGUID+114), +(@EVENT, @OGUID+115), +(@EVENT, @OGUID+116), +(@EVENT, @OGUID+117), +(@EVENT, @OGUID+118), +(@EVENT, @OGUID+119), +(@EVENT, @OGUID+120), +(@EVENT, @OGUID+121), +(@EVENT, @OGUID+122), +(@EVENT, @OGUID+123), +(@EVENT, @OGUID+124), +(@EVENT, @OGUID+125), +(@EVENT, @OGUID+126), +(@EVENT, @OGUID+127), +(@EVENT, @OGUID+128), +(@EVENT, @OGUID+129), +(@EVENT, @OGUID+130), +(@EVENT, @OGUID+131), +(@EVENT, @OGUID+132), +(@EVENT, @OGUID+133), +(@EVENT, @OGUID+134), +(@EVENT, @OGUID+135), +(@EVENT, @OGUID+136), +(@EVENT, @OGUID+137), +(@EVENT, @OGUID+138), +(@EVENT, @OGUID+139), +(@EVENT, @OGUID+140), +(@EVENT, @OGUID+141), +(@EVENT, @OGUID+142), +(@EVENT, @OGUID+143), +(@EVENT, @OGUID+144), +(@EVENT, @OGUID+145), +(@EVENT, @OGUID+146), +(@EVENT, @OGUID+147), +(@EVENT, @OGUID+148), +(@EVENT, @OGUID+149), +(@EVENT, @OGUID+150), +(@EVENT, @OGUID+151), +(@EVENT, @OGUID+152), +(@EVENT, @OGUID+153), +(@EVENT, @OGUID+154), +(@EVENT, @OGUID+155), +(@EVENT, @OGUID+156); + +-- +SET @CGUID := 9800088; +SET @OGUID := 9803925; +SET @EVENT := 8; + +-- Old creature spawns +DELETE FROM `game_event_creature` WHERE `eventEntry`=8 AND `guid` BETWEEN 9800010 AND 9800011; + +-- Creature spawns +DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+1; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES +(@CGUID+0, 40438, 1, 1638, 5345, '0', 0, 0, 0, 0, -1273.0242919921875, 71.2743072509765625, 128.0668182373046875, 5.8817596435546875, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 53262), -- Steamwheedle Shyster (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@CGUID+1, 215196, 1, 1638, 5345, '0', 0, 0, 0, 0, -1223.2222900390625, 65.579864501953125, 129.588531494140625, 3.656330347061157226, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 53262); -- Aurora Vabsley (Area: Thunder Bluff - Difficulty: 0) CreateObject1 (Auras: 427424 - [DNT] Mirror Image) + +-- Old gameobject spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=8 AND `guid` BETWEEN 9800440 AND 9800560; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+120; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 181014, 1, 1638, 5345, '0', 0, 0, -1028.031005859375, -41.6272773742675781, 147.1649627685546875, 2.600535154342651367, 0, 0, 0.963629722595214843, 0.26724100112915039, 120, 255, 1, 53262), -- Lovely Wreath (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+1, 181014, 1, 1638, 5345, '0', 0, 0, -1108.482666015625, -10.3020830154418945, 157.7762603759765625, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 53262), -- Lovely Wreath (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+2, 181014, 1, 1638, 5345, '0', 0, 0, -1297.6649169921875, 192.8706817626953125, 137.1883697509765625, 1.658061861991882324, 0, 0, 0.737277030944824218, 0.67559051513671875, 120, 255, 1, 53262), -- Lovely Wreath (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+3, 181014, 1, 1638, 5345, '0', 0, 0, -1184.013916015625, 27.71354103088378906, 195.24468994140625, 5.986480236053466796, 0, 0, -0.14780902862548828, 0.989015936851501464, 120, 255, 1, 53262), -- Lovely Wreath (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+4, 181014, 1, 1638, 5345, '0', 0, 0, -1236.5347900390625, -90.0243072509765625, 178.07391357421875, 0.436331570148468017, 0, 0, 0.216439247131347656, 0.976296067237854003, 120, 255, 1, 53262), -- Lovely Wreath (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+5, 181014, 1, 1638, 5345, '0', 0, 0, -1180.6649169921875, -92.8975677490234375, 177.5315704345703125, 2.530723094940185546, 0, 0, 0.953716278076171875, 0.300707906484603881, 120, 255, 1, 53262), -- Lovely Wreath (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+6, 181014, 1, 1638, 5345, '0', 0, 0, -1204.99658203125, 134.3524932861328125, 149.1890411376953125, 3.857182979583740234, 0, 0, -0.93667125701904296, 0.350209832191467285, 120, 255, 1, 53262), -- Lovely Wreath (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+7, 181014, 1, 1638, 5345, '0', 0, 0, -1210.715087890625, 34.21560287475585937, 192.2454376220703125, 2.844882726669311523, 0, 0, 0.989015579223632812, 0.147811368107795715, 120, 255, 1, 53262), -- Lovely Wreath (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+8, 181014, 1, 1638, 5345, '0', 0, 0, -1123.9444580078125, 65.1875, 158.3504791259765625, 4.415683269500732421, 0, 0, -0.80385684967041015, 0.594822824001312255, 120, 255, 1, 53262), -- Lovely Wreath (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+9, 181015, 1, 1638, 5345, '0', 0, 0, -1221.263916015625, 73.0381927490234375, 130.14703369140625, 3.775351285934448242, 0, 0, -0.95021247863769531, 0.311602741479873657, 120, 255, 1, 53262), -- Crate (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+10, 181015, 1, 1638, 5345, '0', 0, 0, -1220.0208740234375, 71.564239501953125, 130.1093597412109375, 3.775351285934448242, 0, 0, -0.95021247863769531, 0.311602741479873657, 120, 255, 1, 53262), -- Crate (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+11, 181015, 1, 1638, 5345, '0', 0, 0, -1213.1353759765625, 50.30034637451171875, 130.821014404296875, 2.463173389434814453, 0, 0, 0.943017959594726562, 0.332741826772689819, 120, 255, 1, 53262), -- Crate (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+12, 181015, 1, 1638, 5345, '0', 0, 0, -1211.263916015625, 52.03298568725585937, 131.050750732421875, 2.712075710296630859, 0, 0, 0.97702789306640625, 0.21311141550540924, 120, 255, 1, 53262), -- Crate (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+13, 181016, 1, 1638, 5345, '0', 0, 0, -1292.9110107421875, 49.4334869384765625, 129.2085113525390625, 5.113816738128662109, 0, 0, -0.55193614959716796, 0.833886384963989257, 120, 255, 1, 53262), -- Wreath (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+14, 181016, 1, 1638, 5345, '0', 0, 0, -1190.9443359375, 25.93354034423828125, 176.9491729736328125, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 120, 255, 1, 53262), -- Wreath (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+15, 181016, 1, 1638, 5345, '0', 0, 0, -1287.728759765625, 37.0892486572265625, 129.2085113525390625, 1.972219824790954589, 0, 0, 0.83388519287109375, 0.55193793773651123, 120, 255, 1, 53262), -- Wreath (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+16, 181016, 1, 1638, 5345, '0', 0, 0, -1250.871826171875, 27.58224868774414062, 128.18658447265625, 3.577930212020874023, 0, 0, -0.97629547119140625, 0.216442063450813293, 120, 255, 1, 53262), -- Wreath (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+17, 181016, 1, 1638, 5345, '0', 0, 0, -1202.386474609375, 25.20323371887207031, 176.9491729736328125, 0.855210542678833007, 0, 0, 0.414692878723144531, 0.909961462020874023, 120, 255, 1, 53262), -- Wreath (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+18, 181016, 1, 1638, 5345, '0', 0, 0, -1251.76806640625, 20.05962562561035156, 128.18658447265625, 2.548179388046264648, 0, 0, 0.956304550170898437, 0.292372345924377441, 120, 255, 1, 53262), -- Wreath (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+19, 181016, 1, 1638, 5345, '0', 0, 0, -1263.3033447265625, 18.50992774963378906, 128.1865692138671875, 0.820303261280059814, 0, 0, 0.398748397827148437, 0.917060375213623046, 120, 255, 1, 53262), -- Wreath (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+20, 181016, 1, 1638, 5345, '0', 0, 0, -1265.9132080078125, 26.07470703125, 128.18658447265625, 6.056293010711669921, 0, 0, -0.11320304870605468, 0.993571877479553222, 120, 255, 1, 53262), -- Wreath (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+21, 181016, 1, 1638, 5345, '0', 0, 0, -1220.8350830078125, 57.30382156372070312, 129.1302490234375, 3.426064252853393554, 0, 0, -0.98990154266357421, 0.141756594181060791, 120, 255, 1, 53262), -- Wreath (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+22, 181016, 1, 1638, 5345, '0', 0, 0, -1399.608642578125, -48.9439010620117187, 156.6848907470703125, 3.892086982727050781, 0, 0, -0.93041706085205078, 0.366502493619918823, 120, 255, 1, 53262), -- Wreath (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+23, 181016, 1, 1638, 5345, '0', 0, 0, -1385.486083984375, -58.1903228759765625, 158.535247802734375, 4.171337604522705078, 0, 0, -0.87035560607910156, 0.492423713207244873, 120, 255, 1, 53262), -- Wreath (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+24, 181016, 1, 1638, 5345, '0', 0, 0, -1304.96533203125, 144.895233154296875, 131.3851318359375, 1.413715124130249023, 0, 0, 0.649447441101074218, 0.760406434535980224, 120, 255, 1, 53262), -- Wreath (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+25, 181016, 1, 1638, 5345, '0', 0, 0, -1290.703125, 150.55035400390625, 129.7427978515625, 1.762782454490661621, 0, 0, 0.771624565124511718, 0.636078238487243652, 120, 255, 1, 53262), -- Wreath (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+26, 181016, 1, 1638, 5345, '0', 0, 0, -1277.2467041015625, 162.139190673828125, 131.1357269287109375, 2.687806606292724609, 0, 0, 0.974370002746582031, 0.224951311945915222, 120, 255, 1, 53262), -- Wreath (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+27, 181016, 1, 1638, 5345, '0', 0, 0, -1079.052978515625, 228.9611358642578125, 112.2561416625976562, 0.488691210746765136, 0, 0, 0.241921424865722656, 0.970295846462249755, 120, 255, 1, 53262), -- Wreath (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+28, 181016, 1, 1638, 5345, '0', 0, 0, -1074.3677978515625, 218.6214447021484375, 110.2166366577148437, 0.24434557557106018, 0, 0, 0.121869087219238281, 0.9925462007522583, 120, 255, 1, 53262), -- Wreath (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+29, 181016, 1, 1638, 5345, '0', 0, 0, -1031.923828125, 202.6702423095703125, 135.269744873046875, 0.872663915157318115, 0, 0, 0.422617912292480468, 0.906307935714721679, 120, 255, 1, 53262), -- Wreath (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+30, 181016, 1, 1638, 5345, '0', 0, 0, -1021.12567138671875, 192.480224609375, 135.497314453125, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 53262), -- Wreath (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+31, 181016, 1, 1638, 2197, '0', 0, 0, -1000.06927490234375, 264.76171875, 137.5902252197265625, 4.380776405334472656, 0, 0, -0.81411552429199218, 0.580702960491180419, 120, 255, 1, 53262), -- Wreath (Area: The Pools of Vision - Difficulty: 0) CreateObject1 +(@OGUID+32, 181016, 1, 1638, 2197, '0', 0, 0, -989.99456787109375, 260.398284912109375, 137.5902099609375, 4.118979454040527343, 0, 0, -0.88294696807861328, 0.469472706317901611, 120, 255, 1, 53262), -- Wreath (Area: The Pools of Vision - Difficulty: 0) CreateObject1 +(@OGUID+33, 181016, 1, 1638, 2197, '0', 0, 0, -938.90625, 278.451385498046875, 111.7419204711914062, 2.426007747650146484, 0, 0, 0.936672210693359375, 0.350207358598709106, 120, 255, 1, 53262), -- Wreath (Area: The Pools of Vision - Difficulty: 0) CreateObject1 +(@OGUID+34, 181016, 1, 1638, 5345, '0', 0, 0, -1071.9114990234375, -32.9583320617675781, 141.3477783203125, 6.108653545379638671, 0, 0, -0.08715534210205078, 0.996194720268249511, 120, 255, 1, 53262), -- Wreath (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+35, 181016, 1, 1638, 5345, '0', 0, 0, -1059.1336669921875, -7.60405778884887695, 141.3106536865234375, 5.515241622924804687, 0, 0, -0.37460613250732421, 0.927184045314788818, 120, 255, 1, 53262), -- Wreath (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+36, 181016, 1, 1638, 5345, '0', 0, 0, -1067.5364990234375, -18.40625, 140.60736083984375, 5.759587764739990234, 0, 0, -0.25881862640380859, 0.965925931930541992, 120, 255, 1, 53262), -- Wreath (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+37, 181016, 1, 1638, 5345, '0', 0, 0, -1069.7593994140625, 187.88482666015625, 107.7155838012695312, 1.064649581909179687, 0, 0, 0.507537841796875, 0.861629426479339599, 120, 255, 1, 53262), -- Wreath (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+38, 181016, 1, 1638, 5345, '0', 0, 0, -1059.8780517578125, 187.7550201416015625, 107.2493667602539062, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 53262), -- Wreath (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+39, 181016, 1, 1638, 2197, '0', 0, 0, -998.57305908203125, 280.934417724609375, 111.9098663330078125, 0.15707901120185852, 0, 0, 0.078458786010742187, 0.996917366981506347, 120, 255, 1, 53262), -- Wreath (Area: The Pools of Vision - Difficulty: 0) CreateObject1 +(@OGUID+40, 181016, 1, 1638, 2197, '0', 0, 0, -956.91461181640625, 267.94720458984375, 104.9567337036132812, 3.543023586273193359, 0, 0, -0.97992420196533203, 0.199370384216308593, 120, 255, 1, 53262), -- Wreath (Area: The Pools of Vision - Difficulty: 0) CreateObject1 +(@OGUID+41, 181017, 1, 1638, 5345, '0', 0, 0, -1294.71875, 40.15451431274414062, 135.8617401123046875, 3.612837791442871093, 0, 0, -0.97236919403076171, 0.233448356389999389, 120, 255, 1, 53262), -- Hanging Streamer (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+42, 181017, 1, 1638, 5345, '0', 0, 0, -1311.322021484375, 32.30734634399414062, 135.913665771484375, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 53262), -- Hanging Streamer (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+43, 181017, 1, 1638, 5345, '0', 0, 0, -1259.4410400390625, 39.81076431274414062, 133.9119720458984375, 1.623155713081359863, 0, 0, 0.725374221801757812, 0.688354730606079101, 120, 255, 1, 53262), -- Hanging, Streamer (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+44, 181019, 1, 1638, 5345, '0', 0, 0, -1290.5570068359375, 49.20296096801757812, 138.7949066162109375, 4.520402908325195312, 0, 0, -0.77162456512451171, 0.636078238487243652, 120, 255, 1, 53262), -- Rose Vase (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+45, 181020, 1, 1638, 5345, '0', 0, 0, -1189.541259765625, 36.99929428100585937, 180.6167144775390625, 3.874631166458129882, 0, 0, -0.93358039855957031, 0.358368009328842163, 120, 255, 1, 53262), -- Ribbon (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+46, 181020, 1, 1638, 5345, '0', 0, 0, -1146.219970703125, 17.28130531311035156, 150.334930419921875, 0.488691210746765136, 0, 0, 0.241921424865722656, 0.970295846462249755, 120, 255, 1, 53262), -- Ribbon (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+47, 181020, 1, 1638, 5345, '0', 0, 0, -1200.7392578125, 40.05040359497070312, 180.8592529296875, 4.939284324645996093, 0, 0, -0.6225137710571289, 0.78260880708694458, 120, 255, 1, 53262), -- Ribbon (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+48, 181020, 1, 1638, 5345, '0', 0, 0, -1175.136962890625, -48.8111457824707031, 167.6138153076171875, 3.071766138076782226, 0, 0, 0.999390602111816406, 0.034906134009361267, 120, 255, 1, 53262), -- Ribbon (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+49, 181020, 1, 1638, 5345, '0', 0, 0, -1192.921875, 22.21918487548828125, 181.239837646484375, 1.902408957481384277, 0, 0, 0.814115524291992187, 0.580702960491180419, 120, 255, 1, 53262), -- Ribbon (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+50, 181020, 1, 1638, 5345, '0', 0, 0, -1204.6141357421875, 25.11626625061035156, 181.1231231689453125, 0.750490784645080566, 0, 0, 0.3665008544921875, 0.93041771650314331, 120, 255, 1, 53262), -- Ribbon (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+51, 181020, 1, 1638, 0, '0', 0, 0, -1248.75, -62.7546653747558593, 170.3091888427734375, 0.087265998125076293, 0, 0, 0.043619155883789062, 0.999048233032226562, 120, 255, 1, 53262), -- Ribbon (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+52, 181020, 1, 1638, 5345, '0', 0, 0, -1085.99462890625, 5.730089187622070312, 147.634185791015625, 3.385940074920654296, 0, 0, -0.99254608154296875, 0.121869951486587524, 120, 255, 1, 53262), -- Ribbon (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+53, 181020, 1, 1638, 1639, '0', 0, 0, -1057.5440673828125, -259.68505859375, 168.674072265625, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 53262), -- Ribbon (Area: Elder Rise - Difficulty: 0) CreateObject1 +(@OGUID+54, 181020, 1, 1638, 5345, '0', 0, 0, -1423.9271240234375, -109.048622131347656, 167.309967041015625, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, 53262), -- Ribbon (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+55, 181021, 1, 1638, 5345, '0', 0, 0, -1277.654052734375, 49.86848831176757812, 144.23760986328125, 0.558503925800323486, 0, 0, 0.275636672973632812, 0.961261868476867675, 120, 255, 1, 53262), -- Lovely Wreath (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+56, 181027, 1, 1638, 5345, '0', 0, 0, -1256.9385986328125, 101.0687408447265625, 127.886383056640625, 2.199114561080932617, 0, 0, 0.8910064697265625, 0.453990638256072998, 120, 255, 1, 53262), -- Floating Wreath (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+57, 181027, 1, 1638, 5345, '0', 0, 0, -1266.0574951171875, 100.9608001708984375, 127.886383056640625, 5.096362113952636718, 0, 0, -0.55919265747070312, 0.829037725925445556, 120, 255, 1, 53262), -- Floating Wreath (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+58, 181027, 1, 1638, 5345, '0', 0, 0, -1261.5184326171875, 94.57465362548828125, 127.886383056640625, 0.872663915157318115, 0, 0, 0.422617912292480468, 0.906307935714721679, 120, 255, 1, 53262), -- Floating Wreath (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+59, 181060, 1, 1638, 5345, '0', 0, 0, -1235.884521484375, -55.7594947814941406, 166.207275390625, 5.235987663269042968, 0, 0, -0.5, 0.866025388240814208, 120, 255, 1, 53262), -- Lovely Candle (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+60, 181060, 1, 1638, 5345, '0', 0, 0, -1193.2265625, -7.46245718002319335, 168.891204833984375, 6.021387100219726562, 0, 0, -0.13052558898925781, 0.991444945335388183, 120, 255, 1, 53262), -- Lovely Candle (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+61, 181060, 1, 1638, 5345, '0', 0, 0, -1228.7491455078125, 45.35286331176757812, 131.0964813232421875, 3.769911527633666992, 0, 0, -0.95105648040771484, 0.309017121791839599, 120, 255, 1, 53262), -- Lovely Candle (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+62, 181060, 1, 1638, 5345, '0', 0, 0, -1256.150390625, 51.2523345947265625, 129.9654693603515625, 3.508116960525512695, 0, 0, -0.98325443267822265, 0.182238012552261352, 120, 255, 1, 53262), -- Lovely Candle (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+63, 181060, 1, 1638, 5345, '0', 0, 0, -1192.8543701171875, -5.08306217193603515, 168.891204833984375, 5.148722648620605468, 0, 0, -0.53729915618896484, 0.843391716480255126, 120, 255, 1, 53262), -- Lovely Candle (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+64, 181060, 1, 1638, 5345, '0', 0, 0, -1140.3104248046875, 48.54817581176757812, 147.170196533203125, 1.274088263511657714, 0, 0, 0.594821929931640625, 0.80385744571685791, 120, 255, 1, 53262), -- Lovely Candle (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+65, 181060, 1, 1638, 5345, '0', 0, 0, -1277.001220703125, 80.466064453125, 131.8394927978515625, 0.436331570148468017, 0, 0, 0.216439247131347656, 0.976296067237854003, 120, 255, 1, 53262), -- Lovely Candle (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+66, 181060, 1, 1638, 5345, '0', 0, 0, -1162.2547607421875, 29.90814971923828125, 149.0304718017578125, 4.852017402648925781, 0, 0, -0.65605831146240234, 0.754710197448730468, 120, 255, 1, 53262), -- Lovely Candle (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+67, 181060, 1, 1638, 5345, '0', 0, 0, -1183.1595458984375, -54.9835090637207031, 165.0548858642578125, 0.24434557557106018, 0, 0, 0.121869087219238281, 0.9925462007522583, 120, 255, 1, 53262), -- Lovely Candle (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+68, 181060, 1, 1638, 5345, '0', 0, 0, -1226.719970703125, 80.64111328125, 133.7146759033203125, 3.804818391799926757, 0, 0, -0.94551849365234375, 0.325568377971649169, 120, 255, 1, 53262), -- Lovely Candle (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+69, 181060, 1, 1638, 5345, '0', 0, 0, -1118.2960205078125, 39.44601821899414062, 144.7226409912109375, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 53262), -- Lovely Candle (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+70, 181060, 1, 1638, 5345, '0', 0, 0, -1230.7047119140625, -41.4822044372558593, 167.7692718505859375, 2.600535154342651367, 0, 0, 0.963629722595214843, 0.26724100112915039, 120, 255, 1, 53262), -- Lovely Candle (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+71, 181060, 1, 1638, 5345, '0', 0, 0, -1236.0909423828125, -58.232421875, 166.207275390625, 3.159062385559082031, 0, 0, -0.99996185302734375, 0.008734640665352344, 120, 255, 1, 53262), -- Lovely Candle (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+72, 181060, 1, 1638, 5345, '0', 0, 0, -1186.3060302734375, -38.4025077819824218, 166.353759765625, 0.959929943084716796, 0, 0, 0.461748123168945312, 0.887011110782623291, 120, 255, 1, 53262), -- Lovely Candle (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+73, 181060, 1, 1638, 5345, '0', 0, 0, -1231.693603515625, -43.6813163757324218, 167.7692718505859375, 1.972219824790954589, 0, 0, 0.83388519287109375, 0.55193793773651123, 120, 255, 1, 53262), -- Lovely Candle (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+74, 181060, 1, 1638, 5345, '0', 0, 0, -1213.212158203125, -10.1758899688720703, 169.180908203125, 2.007128477096557617, 0, 0, 0.84339141845703125, 0.537299633026123046, 120, 255, 1, 53262), -- Lovely Candle (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+75, 181060, 1, 1638, 5345, '0', 0, 0, -1118.1959228515625, 37.14789581298828125, 144.7226409912109375, 3.595378875732421875, 0, 0, -0.97437000274658203, 0.224951311945915222, 120, 255, 1, 53262), -- Lovely Candle (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+76, 181060, 1, 1638, 5345, '0', 0, 0, -1224.4246826171875, 81.43978118896484375, 133.7146759033203125, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 53262), -- Lovely Candle (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+77, 181060, 1, 1638, 5345, '0', 0, 0, -1234.4388427734375, 84.67583465576171875, 133.53326416015625, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 53262), -- Lovely Candle (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+78, 181060, 1, 1638, 5345, '0', 0, 0, -1253.876220703125, 51.97222137451171875, 129.9654693603515625, 1.466075778007507324, 0, 0, 0.669130325317382812, 0.74314504861831665, 120, 255, 1, 53262), -- Lovely Candle (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+79, 181060, 1, 1638, 5345, '0', 0, 0, -1160.0379638671875, 29.34076690673828125, 149.0304718017578125, 1.204277276992797851, 0, 0, 0.56640625, 0.824126183986663818, 120, 255, 1, 53262), -- Lovely Candle (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+80, 181060, 1, 1638, 5345, '0', 0, 0, -1236.0772705078125, 82.8995208740234375, 133.53326416015625, 3.543023586273193359, 0, 0, -0.97992420196533203, 0.199370384216308593, 120, 255, 1, 53262), -- Lovely Candle (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+81, 181060, 1, 1638, 5345, '0', 0, 0, -1147.0972900390625, 26.90738868713378906, 148.4151763916015625, 0.069811686873435974, 0, 0, 0.034898757934570312, 0.999390840530395507, 120, 255, 1, 53262), -- Lovely Candle (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+82, 181060, 1, 1638, 5345, '0', 0, 0, -1278.8707275390625, 81.89482879638671875, 131.8394927978515625, 3.700104713439941406, 0, 0, -0.96126079559326171, 0.275640487670898437, 120, 255, 1, 53262), -- Lovely Candle (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+83, 181060, 1, 1638, 5345, '0', 0, 0, -1139.33447265625, 50.64811325073242187, 147.170196533203125, 0.052358884364366531, 0, 0, 0.02617645263671875, 0.999657332897186279, 120, 255, 1, 53262), -- Lovely Candle (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+84, 181060, 1, 1638, 5345, '0', 0, 0, -1183.140625, -57.48828125, 165.0548858642578125, 0.24434557557106018, 0, 0, 0.121869087219238281, 0.9925462007522583, 120, 255, 1, 53262), -- Lovely Candle (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+85, 181060, 1, 1638, 5345, '0', 0, 0, -1149.4215087890625, 27.28667640686035156, 148.4151763916015625, 3.43830275535583496, 0, 0, -0.98901557922363281, 0.147811368107795715, 120, 255, 1, 53262), -- Lovely Candle (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+86, 181060, 1, 1638, 5345, '0', 0, 0, -1213.4647216796875, -12.5487194061279296, 169.180908203125, 5.253442287445068359, 0, 0, -0.49242305755615234, 0.870355963706970214, 120, 255, 1, 53262), -- Lovely Candle (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+87, 181060, 1, 1638, 5345, '0', 0, 0, -1226.410400390625, 45.39122390747070312, 131.0964813232421875, 3.52557229995727539, 0, 0, -0.98162651062011718, 0.190812408924102783, 120, 255, 1, 53262), -- Lovely Candle (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+88, 181060, 1, 1638, 5345, '0', 0, 0, -1187.5284423828125, -36.2961158752441406, 166.353759765625, 5.811946868896484375, 0, 0, -0.2334451675415039, 0.972369968891143798, 120, 255, 1, 53262), -- Lovely Candle (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+89, 181060, 1, 1638, 5345, '0', 0, 0, -1245.642333984375, 137.2523345947265625, 136.0482940673828125, 1.413715124130249023, 0, 0, 0.649447441101074218, 0.760406434535980224, 120, 255, 1, 53262), -- Lovely Candle (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+90, 181060, 1, 1638, 5345, '0', 0, 0, -1243.2122802734375, 137.3705291748046875, 136.0482940673828125, 4.991643905639648437, 0, 0, -0.60181427001953125, 0.798636078834533691, 120, 255, 1, 53262), -- Lovely Candle (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+91, 181060, 1, 1638, 5345, '0', 0, 0, -1261.0103759765625, 134.4913177490234375, 135.5670928955078125, 4.834563255310058593, 0, 0, -0.66261959075927734, 0.748956084251403808, 120, 255, 1, 53262), -- Lovely Candle (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+92, 181060, 1, 1638, 5345, '0', 0, 0, -1292.994140625, 112.3231430053710937, 134.36663818359375, 0.907570242881774902, 0, 0, 0.438370704650878906, 0.898794233798980712, 120, 255, 1, 53262), -- Lovely Candle (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+93, 181060, 1, 1638, 5345, '0', 0, 0, -1295.1300048828125, 100.2773971557617187, 133.6595458984375, 2.652894020080566406, 0, 0, 0.970294952392578125, 0.241925001144409179, 120, 255, 1, 53262), -- Lovely Candle (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+94, 181060, 1, 1638, 5345, '0', 0, 0, -1292.634765625, 114.8027725219726562, 134.36663818359375, 0.069811686873435974, 0, 0, 0.034898757934570312, 0.999390840530395507, 120, 255, 1, 53262), -- Lovely Candle (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+95, 181060, 1, 1638, 5345, '0', 0, 0, -1288.8802490234375, 130.986602783203125, 134.571075439453125, 2.042035102844238281, 0, 0, 0.852640151977539062, 0.522498607635498046, 120, 255, 1, 53262), -- Lovely Candle (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+96, 181060, 1, 1638, 5345, '0', 0, 0, -1294.2308349609375, 97.88785552978515625, 133.6595458984375, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 53262), -- Lovely Candle (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+97, 181060, 1, 1638, 5345, '0', 0, 0, -1258.5885009765625, 134.4774322509765625, 135.557403564453125, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 53262), -- Lovely Candle (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+98, 181060, 1, 1638, 5345, '0', 0, 0, -1218.060791015625, 145.6770782470703125, 136.9156036376953125, 4.677483558654785156, 0, 0, -0.71933937072753906, 0.694658815860748291, 120, 255, 1, 53262), -- Lovely Candle (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+99, 181060, 1, 1638, 5345, '0', 0, 0, -1220.5035400390625, 145.8506927490234375, 136.915618896484375, 4.642575740814208984, 0, 0, -0.731353759765625, 0.681998312473297119, 120, 255, 1, 53262), -- Lovely Candle (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+100, 181060, 1, 1638, 5345, '0', 0, 0, -1290.470458984375, 132.9488983154296875, 134.571075439453125, 5.654868602752685546, 0, 0, -0.30901622772216796, 0.95105677843093872, 120, 255, 1, 53262), -- Lovely Candle (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+101, 181060, 1, 1638, 1640, '0', 0, 0, -993.94464111328125, 210.49053955078125, 138.7931671142578125, 4.345870018005371093, 0, 0, -0.82412624359130859, 0.566406130790710449, 120, 255, 1, 53262), -- Lovely Candle (Area: Spirit Rise - Difficulty: 0) CreateObject1 +(@OGUID+102, 181060, 1, 1638, 1640, '0', 0, 0, -1002.318603515625, 231.2728729248046875, 138.291107177734375, 4.625123500823974609, 0, 0, -0.73727703094482421, 0.67559051513671875, 120, 255, 1, 53262), -- Lovely Candle (Area: Spirit Rise - Difficulty: 0) CreateObject1 +(@OGUID+103, 181060, 1, 1638, 1640, '0', 0, 0, -1000.31182861328125, 230.149932861328125, 138.291107177734375, 5.497788906097412109, 0, 0, -0.38268280029296875, 0.923879802227020263, 120, 255, 1, 53262), -- Lovely Candle (Area: Spirit Rise - Difficulty: 0) CreateObject1 +(@OGUID+104, 181060, 1, 1638, 2197, '0', 0, 0, -991.78668212890625, 211.693389892578125, 138.7931671142578125, 2.059488296508789062, 0, 0, 0.857167243957519531, 0.515038192272186279, 120, 255, 1, 53262), -- Lovely Candle (Area: The Pools of Vision - Difficulty: 0) CreateObject1 +(@OGUID+105, 181060, 1, 1638, 5345, '0', 0, 0, -1103.803466796875, 21.81060218811035156, 143.860504150390625, 4.118979454040527343, 0, 0, -0.88294696807861328, 0.469472706317901611, 120, 255, 1, 53262), -- Lovely Candle (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+106, 181060, 1, 1638, 5345, '0', 0, 0, -1102.7022705078125, 19.67789649963378906, 143.860504150390625, 5.532694816589355468, 0, 0, -0.3665008544921875, 0.93041771650314331, 120, 255, 1, 53262), -- Lovely Candle (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+107, 181060, 1, 1638, 5345, '0', 0, 0, -1114.4302978515625, 4.692165851593017578, 145.2327423095703125, 4.852017402648925781, 0, 0, -0.65605831146240234, 0.754710197448730468, 120, 255, 1, 53262), -- Lovely Candle (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+108, 181060, 1, 1638, 5345, '0', 0, 0, -1091.3724365234375, -1.32107198238372802, 143.9541015625, 0.767943859100341796, 0, 0, 0.374606132507324218, 0.927184045314788818, 120, 255, 1, 53262), -- Lovely Candle (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+109, 181060, 1, 1638, 5345, '0', 0, 0, -1091.0267333984375, 1.14784097671508789, 143.9541015625, 2.617989301681518554, 0, 0, 0.965925216674804687, 0.258821308612823486, 120, 255, 1, 53262), -- Lovely Candle (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+110, 181060, 1, 1638, 5345, '0', 0, 0, -1114.9776611328125, 7.12733316421508789, 145.23272705078125, 4.328419685363769531, 0, 0, -0.82903671264648437, 0.559194147586822509, 120, 255, 1, 53262), -- Lovely Candle (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+111, 181060, 1, 1638, 5345, '0', 0, 0, -1174.2098388671875, -75.0950546264648437, 165.6610870361328125, 2.844882726669311523, 0, 0, 0.989015579223632812, 0.147811368107795715, 120, 255, 1, 53262), -- Lovely Candle (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+112, 181060, 1, 1638, 5345, '0', 0, 0, -1174.347900390625, -72.669219970703125, 165.6610870361328125, 0.523597896099090576, 0, 0, 0.258818626403808593, 0.965925931930541992, 120, 255, 1, 53262), -- Lovely Candle (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+113, 181060, 1, 1638, 1639, '0', 0, 0, -1041.5947265625, -213.362518310546875, 162.631591796875, 3.822272777557373046, 0, 0, -0.94264125823974609, 0.333807557821273803, 120, 255, 1, 53262), -- Lovely Candle (Area: Elder Rise - Difficulty: 0) CreateObject1 +(@OGUID+114, 181060, 1, 1638, 1639, '0', 0, 0, -1066.189697265625, -241.400283813476562, 162.2833099365234375, 3.001946926116943359, 0, 0, 0.997563362121582031, 0.069766148924827575, 120, 255, 1, 53262), -- Lovely Candle (Area: Elder Rise - Difficulty: 0) CreateObject1 +(@OGUID+115, 181060, 1, 1638, 1639, '0', 0, 0, -1042.255859375, -215.808914184570312, 162.6315765380859375, 4.258606910705566406, 0, 0, -0.84804725646972656, 0.529920578002929687, 120, 255, 1, 53262), -- Lovely Candle (Area: Elder Rise - Difficulty: 0) CreateObject1 +(@OGUID+116, 181060, 1, 1638, 1639, '0', 0, 0, -1063.76025390625, -241.52203369140625, 162.2833099365234375, 0.558503925800323486, 0, 0, 0.275636672973632812, 0.961261868476867675, 120, 255, 1, 53262), -- Lovely Candle (Area: Elder Rise - Difficulty: 0) CreateObject1 +(@OGUID+117, 181060, 1, 1638, 5345, '0', 0, 0, -1406.429443359375, -109.241539001464843, 162.2984161376953125, 4.380776405334472656, 0, 0, -0.81411552429199218, 0.580702960491180419, 120, 255, 1, 53262), -- Lovely Candle (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+118, 181060, 1, 1638, 5345, '0', 0, 0, -1407.6434326171875, -111.458282470703125, 162.2984161376953125, 2.879789113998413085, 0, 0, 0.991444587707519531, 0.130528271198272705, 120, 255, 1, 53262), -- Lovely Candle (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+119, 411551, 1, 1638, 5345, '0', 0, 0, -1219.4305419921875, 62.51041793823242187, 129.6041717529296875, 3.38017582893371582, 0, 0, -0.99289321899414062, 0.119008727371692657, 120, 255, 1, 53262), -- Scenic Getaway Portal (Area: Thunder Bluff - Difficulty: 0) CreateObject1 +(@OGUID+120, 416381, 1, 1638, 5345, '0', 0, 0, -1219.4305419921875, 62.51041793823242187, 129.6041717529296875, 3.38017582893371582, 0, 0, -0.99289321899414062, 0.119008727371692657, 120, 255, 1, 53262); -- Portal Arch (Area: Thunder Bluff - Difficulty: 0) CreateObject1 + +-- Event spawns +DELETE FROM `game_event_creature` WHERE `eventEntry`=@EVENT AND `guid` BETWEEN @CGUID+0 AND @CGUID+1; +INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES +(@EVENT, @CGUID+0), +(@EVENT, @CGUID+1); + +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=@EVENT AND `guid` BETWEEN @OGUID+0 AND @OGUID+120; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(@EVENT, @OGUID+0), +(@EVENT, @OGUID+1), +(@EVENT, @OGUID+2), +(@EVENT, @OGUID+3), +(@EVENT, @OGUID+4), +(@EVENT, @OGUID+5), +(@EVENT, @OGUID+6), +(@EVENT, @OGUID+7), +(@EVENT, @OGUID+8), +(@EVENT, @OGUID+9), +(@EVENT, @OGUID+10), +(@EVENT, @OGUID+11), +(@EVENT, @OGUID+12), +(@EVENT, @OGUID+13), +(@EVENT, @OGUID+14), +(@EVENT, @OGUID+15), +(@EVENT, @OGUID+16), +(@EVENT, @OGUID+17), +(@EVENT, @OGUID+18), +(@EVENT, @OGUID+19), +(@EVENT, @OGUID+20), +(@EVENT, @OGUID+21), +(@EVENT, @OGUID+22), +(@EVENT, @OGUID+23), +(@EVENT, @OGUID+24), +(@EVENT, @OGUID+25), +(@EVENT, @OGUID+26), +(@EVENT, @OGUID+27), +(@EVENT, @OGUID+28), +(@EVENT, @OGUID+29), +(@EVENT, @OGUID+30), +(@EVENT, @OGUID+31), +(@EVENT, @OGUID+32), +(@EVENT, @OGUID+33), +(@EVENT, @OGUID+34), +(@EVENT, @OGUID+35), +(@EVENT, @OGUID+36), +(@EVENT, @OGUID+37), +(@EVENT, @OGUID+38), +(@EVENT, @OGUID+39), +(@EVENT, @OGUID+40), +(@EVENT, @OGUID+41), +(@EVENT, @OGUID+42), +(@EVENT, @OGUID+43), +(@EVENT, @OGUID+44), +(@EVENT, @OGUID+45), +(@EVENT, @OGUID+46), +(@EVENT, @OGUID+47), +(@EVENT, @OGUID+48), +(@EVENT, @OGUID+49), +(@EVENT, @OGUID+50), +(@EVENT, @OGUID+51), +(@EVENT, @OGUID+52), +(@EVENT, @OGUID+53), +(@EVENT, @OGUID+54), +(@EVENT, @OGUID+55), +(@EVENT, @OGUID+56), +(@EVENT, @OGUID+57), +(@EVENT, @OGUID+58), +(@EVENT, @OGUID+59), +(@EVENT, @OGUID+60), +(@EVENT, @OGUID+61), +(@EVENT, @OGUID+62), +(@EVENT, @OGUID+63), +(@EVENT, @OGUID+64), +(@EVENT, @OGUID+65), +(@EVENT, @OGUID+66), +(@EVENT, @OGUID+67), +(@EVENT, @OGUID+68), +(@EVENT, @OGUID+69), +(@EVENT, @OGUID+70), +(@EVENT, @OGUID+71), +(@EVENT, @OGUID+72), +(@EVENT, @OGUID+73), +(@EVENT, @OGUID+74), +(@EVENT, @OGUID+75), +(@EVENT, @OGUID+76), +(@EVENT, @OGUID+77), +(@EVENT, @OGUID+78), +(@EVENT, @OGUID+79), +(@EVENT, @OGUID+80), +(@EVENT, @OGUID+81), +(@EVENT, @OGUID+82), +(@EVENT, @OGUID+83), +(@EVENT, @OGUID+84), +(@EVENT, @OGUID+85), +(@EVENT, @OGUID+86), +(@EVENT, @OGUID+87), +(@EVENT, @OGUID+88), +(@EVENT, @OGUID+89), +(@EVENT, @OGUID+90), +(@EVENT, @OGUID+91), +(@EVENT, @OGUID+92), +(@EVENT, @OGUID+93), +(@EVENT, @OGUID+94), +(@EVENT, @OGUID+95), +(@EVENT, @OGUID+96), +(@EVENT, @OGUID+97), +(@EVENT, @OGUID+98), +(@EVENT, @OGUID+99), +(@EVENT, @OGUID+100), +(@EVENT, @OGUID+101), +(@EVENT, @OGUID+102), +(@EVENT, @OGUID+103), +(@EVENT, @OGUID+104), +(@EVENT, @OGUID+105), +(@EVENT, @OGUID+106), +(@EVENT, @OGUID+107), +(@EVENT, @OGUID+108), +(@EVENT, @OGUID+109), +(@EVENT, @OGUID+110), +(@EVENT, @OGUID+111), +(@EVENT, @OGUID+112), +(@EVENT, @OGUID+113), +(@EVENT, @OGUID+114), +(@EVENT, @OGUID+115), +(@EVENT, @OGUID+116), +(@EVENT, @OGUID+117), +(@EVENT, @OGUID+118), +(@EVENT, @OGUID+119), +(@EVENT, @OGUID+120); + +-- +SET @CGUID := 9800090; +SET @OGUID := 9804046; +SET @EVENT := 8; + +-- Old creature spawns +DELETE FROM `game_event_creature` WHERE `eventEntry`=8 AND `guid` BETWEEN 9800012 AND 9800017; + +-- Creature spawns +DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+5; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES +(@CGUID+0, 37964, 0, 1497, 0, '0', 0, 0, 0, 0, 1485.3316650390625, 348.76214599609375, -64.6302032470703125, 0.837758064270019531, 120, 0, 0, 1693785, 63100, 0, NULL, NULL, NULL, NULL, 53262), -- [DND] Love Boat Summoner 02 (Area: 0 - Difficulty: 0) CreateObject1 +(@CGUID+1, 40438, 0, 14046, 0, '0', 0, 0, 0, 0, 1637.60595703125, 239.5381927490234375, -43.0193977355957031, 3.106686115264892578, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 53262), -- Steamwheedle Shyster (Area: 0 - Difficulty: 0) CreateObject1 +(@CGUID+2, 215196, 0, 85, 153, '0', 0, 0, 0, 0, 1824.795166015625, 260.94964599609375, 59.80034637451171875, 3.897258281707763671, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 53262), -- Aurora Vabsley (Area: Ruins of Lordaeron - Difficulty: 0) CreateObject1 (Auras: 427424 - [DNT] Mirror Image) +(@CGUID+3, 215477, 0, 85, 153, '0', 0, 0, 0, 0, 1829.4166259765625, 218.4652862548828125, 60.73097610473632812, 0.705949664115905761, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 53262), -- Lovely Reveler (Area: Ruins of Lordaeron - Difficulty: 0) CreateObject1 (Auras: 166556 - Cannibalize Loop, 429397 - [DNT] Heart Visual Aura) +(@CGUID+4, 215477, 0, 85, 153, '0', 0, 0, 0, 0, 1831.0816650390625, 219.670135498046875, 60.61642837524414062, 3.870104551315307617, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 53262), -- Lovely Reveler (Area: Ruins of Lordaeron - Difficulty: 0) CreateObject1 (Auras: 166556 - Cannibalize Loop, 429397 - [DNT] Heart Visual Aura) +(@CGUID+5, 215478, 0, 85, 153, '0', 0, 0, 0, 0, 1830.109375, 219.1788177490234375, 60.6906585693359375, 5.477125167846679687, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 53262); -- Fresh Corpse (Area: Ruins of Lordaeron - Difficulty: 0) CreateObject1 (Auras: 159474 - Permanent Feign Death (NO Stun, Untrackable; Immune)) + +-- Old gameobject spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=8 AND `guid` BETWEEN 9800561 AND 9800700; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+139; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 181015, 0, 85, 153, '0', 0, 0, 1836.5728759765625, 252.986114501953125, 59.83522415161132812, 2.844921350479125976, 0, 0, 0.989018440246582031, 0.147792220115661621, 120, 255, 1, 53262), -- Crate (Area: Ruins of Lordaeron - Difficulty: 0) CreateObject1 +(@OGUID+1, 181015, 0, 85, 153, '0', 0, 0, 1837.013916015625, 251.0381927490234375, 59.93408966064453125, 3.428702831268310546, 0, 0, -0.98971366882324218, 0.143062442541122436, 120, 255, 1, 53262), -- Crate (Area: Ruins of Lordaeron - Difficulty: 0) CreateObject1 +(@OGUID+2, 181015, 0, 85, 153, '0', 0, 0, 1838.4114990234375, 252.2395782470703125, 59.89736557006835937, 3.428702831268310546, 0, 0, -0.98971366882324218, 0.143062442541122436, 120, 255, 1, 53262), -- Crate (Area: Ruins of Lordaeron - Difficulty: 0) CreateObject1 +(@OGUID+3, 181015, 0, 85, 153, '0', 0, 0, 1825.4913330078125, 268.625, 60.19530487060546875, 4.016275405883789062, 0, 0, -0.90588092803955078, 0.423532485961914062, 120, 255, 1, 53262), -- Crate (Area: Ruins of Lordaeron - Difficulty: 0) CreateObject1 +(@OGUID+4, 181015, 0, 85, 153, '0', 0, 0, 1827.4461669921875, 267.439239501953125, 60.07513427734375, 4.016275405883789062, 0, 0, -0.90588092803955078, 0.423532485961914062, 120, 255, 1, 53262), -- Crate (Area: Ruins of Lordaeron - Difficulty: 0) CreateObject1 +(@OGUID+5, 181015, 0, 1497, 0, '0', 0, 0, 1595.8428955078125, 240.163055419921875, -52.1429328918457031, 0.890116631984710693, 0, 0, 0.430510520935058593, 0.902585566043853759, 120, 255, 1, 53262), -- Crate (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+6, 181016, 0, 14046, 14046, '0', 0, 0, 2056.0556640625, 316.51214599609375, 54.15087127685546875, 3.78736734390258789, 0, 0, -0.94832324981689453, 0.317305892705917358, 120, 255, 1, 53262), -- Wreath (Area: Tirisfal Glades - Difficulty: 0) CreateObject1 +(@OGUID+7, 181016, 0, 14046, 14046, '0', 0, 0, 2063.98779296875, 340.98785400390625, 82.36017608642578125, 0.418878614902496337, 0, 0, 0.207911491394042968, 0.978147625923156738, 120, 255, 1, 53262), -- Wreath (Area: Tirisfal Glades - Difficulty: 0) CreateObject1 +(@OGUID+8, 181016, 0, 14046, 14046, '0', 0, 0, 2048.75, 289.079864501953125, 56.6565704345703125, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 120, 255, 1, 53262), -- Wreath (Area: Tirisfal Glades - Difficulty: 0) CreateObject1 +(@OGUID+9, 181016, 0, 14046, 14046, '0', 0, 0, 2047.138427734375, 280.67059326171875, 56.42036819458007812, 2.775068521499633789, 0, 0, 0.983254432678222656, 0.182238012552261352, 120, 255, 1, 53262), -- Wreath (Area: Tirisfal Glades - Difficulty: 0) CreateObject1 +(@OGUID+10, 181016, 0, 14046, 14046, '0', 0, 0, 2094.260498046875, 317.633697509765625, 54.18476486206054687, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 53262), -- Wreath (Area: Tirisfal Glades - Difficulty: 0) CreateObject1 +(@OGUID+11, 181016, 0, 14046, 14046, '0', 0, 0, 2084.211669921875, 282.063232421875, 57.2977447509765625, 5.794494152069091796, 0, 0, -0.24192142486572265, 0.970295846462249755, 120, 255, 1, 53262), -- Wreath (Area: Tirisfal Glades - Difficulty: 0) CreateObject1 +(@OGUID+12, 181016, 0, 14046, 14046, '0', 0, 0, 2090.697998046875, 329.39410400390625, 54.62982177734375, 6.213373661041259765, 0, 0, -0.03489875793457031, 0.999390840530395507, 120, 255, 1, 53262), -- Wreath (Area: Tirisfal Glades - Difficulty: 0) CreateObject1 +(@OGUID+13, 181016, 0, 14046, 14046, '0', 0, 0, 2082.238037109375, 273.511932373046875, 56.91861343383789062, 6.161012649536132812, 0, 0, -0.06104850769042968, 0.998134791851043701, 120, 255, 1, 53262), -- Wreath (Area: Tirisfal Glades - Difficulty: 0) CreateObject1 +(@OGUID+14, 181016, 0, 85, 153, '0', 0, 0, 1829.0867919921875, 253.4809112548828125, 59.60590362548828125, 3.826357841491699218, 0, 0, -0.94195747375488281, 0.335732251405715942, 120, 255, 1, 53262), -- Wreath (Area: Ruins of Lordaeron - Difficulty: 0) CreateObject1 +(@OGUID+15, 181016, 0, 1497, 0, '0', 0, 0, 1589.828857421875, 245.835418701171875, 60.15068817138671875, 5.497788906097412109, 0, 0, -0.38268280029296875, 0.923879802227020263, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+16, 181016, 0, 1497, 0, '0', 0, 0, 1589.5499267578125, 234.288330078125, 60.15068817138671875, 0.785396754741668701, 0, 0, 0.38268280029296875, 0.923879802227020263, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+17, 181016, 0, 1497, 0, '0', 0, 0, 1761.9300537109375, 64.971099853515625, -45.2478981018066406, 5.916667938232421875, 0, 0, -0.18223476409912109, 0.98325502872467041, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+18, 181016, 0, 1497, 0, '0', 0, 0, 1769.0699462890625, 72.61750030517578125, -45.2478981018066406, 5.078907966613769531, 0, 0, -0.56640625, 0.824126183986663818, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+19, 181017, 0, 14046, 14046, '0', 0, 0, 2072.677490234375, 279.202728271484375, 65.41193389892578125, 6.09120035171508789, 0, 0, -0.09584522247314453, 0.995396256446838378, 120, 255, 1, 53262), -- Hanging Streamer (Area: Tirisfal Glades - Difficulty: 0) CreateObject1 +(@OGUID+20, 181017, 0, 14046, 14046, '0', 0, 0, 2068.6875, 315.526031494140625, 62.07224655151367187, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 53262), -- Hanging Streamer (Area: Tirisfal Glades - Difficulty: 0) CreateObject1 +(@OGUID+21, 181017, 0, 14046, 14046, '0', 0, 0, 2063.374267578125, 269.648529052734375, 97.77622222900390625, 1.413715124130249023, 0, 0, 0.649447441101074218, 0.760406434535980224, 120, 255, 1, 53262), -- Hanging Streamer (Area: Tirisfal Glades - Difficulty: 0) CreateObject1 +(@OGUID+22, 181017, 0, 14046, 14046, '0', 0, 0, 2067.807373046875, 340.192718505859375, 89.05030059814453125, 1.937312245368957519, 0, 0, 0.824125289916992187, 0.566407561302185058, 120, 255, 1, 53262), -- Hanging Streamer (Area: Tirisfal Glades - Difficulty: 0) CreateObject1 +(@OGUID+23, 181017, 0, 14046, 14046, '0', 0, 0, 2058.600341796875, 282.822265625, 65.5201568603515625, 2.967041015625, 0, 0, 0.996193885803222656, 0.087165042757987976, 120, 255, 1, 53262), -- Hanging Streamer (Area: Tirisfal Glades - Difficulty: 0) CreateObject1 +(@OGUID+24, 181017, 0, 14046, 14046, '0', 0, 0, 2060.613525390625, 255.76641845703125, 75.142181396484375, 4.433136463165283203, 0, 0, -0.79863548278808593, 0.60181504487991333, 120, 255, 1, 53262), -- Hanging Streamer (Area: Tirisfal Glades - Difficulty: 0) CreateObject1 +(@OGUID+25, 181017, 0, 14046, 14046, '0', 0, 0, 2060.982177734375, 257.691650390625, 103.6666030883789062, 4.502951622009277343, 0, 0, -0.7771453857421875, 0.629321098327636718, 120, 255, 1, 53262), -- Hanging Streamer (Area: Tirisfal Glades - Difficulty: 0) CreateObject1 +(@OGUID+26, 181017, 0, 14046, 14046, '0', 0, 0, 2082.529541015625, 320.005218505859375, 61.95344924926757812, 0.366517573595046997, 0, 0, 0.182234764099121093, 0.98325502872467041, 120, 255, 1, 53262), -- Hanging Streamer (Area: Tirisfal Glades - Difficulty: 0) CreateObject1 +(@OGUID+27, 181018, 0, 1497, 0, '0', 0, 0, 1605.4427490234375, 249.8697967529296875, -47.7426528930664062, 0.802850961685180664, 0, 0, 0.390730857849121093, 0.920504987239837646, 120, 255, 1, 53262), -- Ribbon (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+28, 181018, 0, 1497, 0, '0', 0, 0, 1605.1632080078125, 230.5572967529296875, -47.8257369995117187, 5.532694816589355468, 0, 0, -0.3665008544921875, 0.93041771650314331, 120, 255, 1, 53262), -- Ribbon (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+29, 181018, 0, 1497, 0, '0', 0, 0, 1586.0728759765625, 250.11285400390625, -47.698760986328125, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 120, 255, 1, 53262), -- Ribbon (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+30, 181018, 0, 1497, 0, '0', 0, 0, 1585.8629150390625, 230.6458282470703125, -47.8968849182128906, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 120, 255, 1, 53262), -- Ribbon (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+31, 181019, 0, 14046, 0, '0', 0, 0, 1690.7396240234375, 247.125, -41.2577095031738281, 1.099556446075439453, 0, 0, 0.522498130798339843, 0.852640450000762939, 120, 255, 1, 53262), -- Rose Vase (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+32, 181019, 0, 14046, 0, '0', 0, 0, 1714.6978759765625, 246.5416717529296875, -41.2577400207519531, 2.181660413742065429, 0, 0, 0.887010574340820312, 0.461749136447906494, 120, 255, 1, 53262), -- Rose Vase (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+33, 181019, 0, 14046, 0, '0', 0, 0, 1682.9410400390625, 232.4444427490234375, -41.25701904296875, 2.164205789566040039, 0, 0, 0.882946968078613281, 0.469472706317901611, 120, 255, 1, 53262), -- Rose Vase (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+34, 181019, 0, 14046, 0, '0', 0, 0, 1708.935791015625, 246.7256927490234375, -41.2577285766601562, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 120, 255, 1, 53262), -- Rose Vase (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+35, 181019, 0, 14046, 0, '0', 0, 0, 1702.40625, 232.1041717529296875, -41.2568702697753906, 3.159062385559082031, 0, 0, -0.99996185302734375, 0.008734640665352344, 120, 255, 1, 53262), -- Rose Vase (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+36, 181019, 0, 14046, 0, '0', 0, 0, 1715.1348876953125, 232.0016021728515625, -41.2660484313964843, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 53262), -- Rose Vase (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+37, 181019, 0, 14046, 0, '0', 0, 0, 1700.8992919921875, 237.7465362548828125, -40.1240653991699218, 2.129300594329833984, 0, 0, 0.874619483947753906, 0.484810054302215576, 120, 255, 1, 53262), -- Rose Vase (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+38, 181019, 0, 14046, 0, '0', 0, 0, 1702.2708740234375, 246.8350677490234375, -41.2572784423828125, 0.226892471313476562, 0, 0, 0.113203048706054687, 0.993571877479553222, 120, 255, 1, 53262), -- Rose Vase (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+39, 181019, 0, 14046, 0, '0', 0, 0, 1700.9322509765625, 241.1961822509765625, -40.1241340637207031, 1.308995485305786132, 0, 0, 0.608760833740234375, 0.793353796005249023, 120, 255, 1, 53262), -- Rose Vase (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+40, 181019, 0, 14046, 0, '0', 0, 0, 1690.9288330078125, 232.203125, -41.2571563720703125, 2.44346022605895996, 0, 0, 0.939692497253417968, 0.34202045202255249, 120, 255, 1, 53262), -- Rose Vase (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+41, 181019, 0, 14046, 0, '0', 0, 0, 1682.744873046875, 246.8034210205078125, -41.2576675415039062, 0.069811686873435974, 0, 0, 0.034898757934570312, 0.999390840530395507, 120, 255, 1, 53262), -- Rose Vase (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+42, 181019, 0, 14046, 0, '0', 0, 0, 1708.2965087890625, 231.7843780517578125, -41.2570877075195312, 1.675513744354248046, 0, 0, 0.743144035339355468, 0.669131457805633544, 120, 255, 1, 53262), -- Rose Vase (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+43, 181019, 0, 1497, 0, '0', 0, 0, 1605.6944580078125, 276.23785400390625, -54.2526283264160156, 6.003933906555175781, 0, 0, -0.13917255401611328, 0.990268170833587646, 120, 255, 1, 53262), -- Rose Vase (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+44, 181019, 0, 1497, 0, '0', 0, 0, 1590.3524169921875, 206.828125, -54.266571044921875, 2.914689540863037109, 0, 0, 0.993571281433105468, 0.113208353519439697, 120, 255, 1, 53262), -- Rose Vase (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+45, 181019, 0, 1497, 0, '0', 0, 0, 1586.315185546875, 277.427825927734375, -54.2526359558105468, 1.134462952613830566, 0, 0, 0.537299156188964843, 0.843391716480255126, 120, 255, 1, 53262), -- Rose Vase (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+46, 181025, 0, 14046, 14046, '0', 0, 0, 2293.401123046875, 297.498260498046875, 37.52321624755859375, 3.036838293075561523, 0, 0, 0.998628616333007812, 0.052353221923112869, 120, 255, 1, 53262), -- Huge Ribbon (Area: Tirisfal Glades - Difficulty: 0) CreateObject1 +(@OGUID+47, 181025, 0, 14046, 14046, '0', 0, 0, 1783.2021484375, 237.7364959716796875, -50.62408447265625, 3.159062385559082031, 0, 0, -0.99996185302734375, 0.008734640665352344, 120, 255, 1, 53262), -- Huge Ribbon (Area: Tirisfal Glades - Difficulty: 0) CreateObject1 +(@OGUID+48, 181025, 0, 14046, 14046, '0', 0, 0, 1702.953125, 531.1961669921875, -3.7574169635772705, 3.874631166458129882, 0, 0, -0.93358039855957031, 0.358368009328842163, 120, 255, 1, 53262), -- Huge Ribbon (Area: Tirisfal Glades - Difficulty: 0) CreateObject1 +(@OGUID+49, 181025, 0, 14046, 14046, '0', 0, 0, 1719.1656494140625, 239.08837890625, -24.510965347290039, 0, 0, 0, 0, 1, 120, 255, 1, 53262), -- Huge Ribbon (Area: Tirisfal Glades - Difficulty: 0) CreateObject1 +(@OGUID+50, 181025, 0, 14046, 14046, '0', 0, 0, 2286.732666015625, 266.9913330078125, 37.52883148193359375, 2.932138919830322265, 0, 0, 0.994521141052246093, 0.104535527527332305, 120, 255, 1, 53262), -- Huge Ribbon (Area: Tirisfal Glades - Difficulty: 0) CreateObject1 +(@OGUID+51, 181025, 0, 14046, 14046, '0', 0, 0, 1696.1666259765625, 524.71875, -3.46358394622802734, 0.767943859100341796, 0, 0, 0.374606132507324218, 0.927184045314788818, 120, 255, 1, 53262), -- Huge Ribbon (Area: Tirisfal Glades - Difficulty: 0) CreateObject1 +(@OGUID+52, 181025, 0, 85, 153, '0', 0, 0, 1594.3900146484375, 52.9281005859375, -50.7142982482910156, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 53262), -- Huge Ribbon (Area: Ruins of Lordaeron - Difficulty: 0) CreateObject1 +(@OGUID+53, 181025, 0, 14046, 0, '0', 0, 0, 1408.340087890625, 241.41070556640625, -50.6635971069335937, 0.017452461645007133, 0, 0, 0.008726119995117187, 0.999961912631988525, 120, 255, 1, 53262), -- Huge Ribbon (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+54, 181027, 0, 14046, 0, '0', 0, 0, 1757.701416015625, 242.39410400390625, -64.4785614013671875, 4.241150379180908203, 0, 0, -0.85264015197753906, 0.522498607635498046, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+55, 181027, 0, 14046, 0, '0', 0, 0, 1751.6961669921875, 277.83160400390625, -64.4785614013671875, 0.802850961685180664, 0, 0, 0.390730857849121093, 0.920504987239837646, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+56, 181027, 0, 14046, 0, '0', 0, 0, 1743.01220703125, 196.17535400390625, -64.4785614013671875, 3.717553615570068359, 0, 0, -0.95881938934326171, 0.284016460180282592, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+57, 181027, 0, 14046, 0, '0', 0, 0, 1735.892333984375, 157.373260498046875, -64.4785614013671875, 4.59021615982055664, 0, 0, -0.74895572662353515, 0.662620067596435546, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+58, 181027, 0, 14046, 0, '0', 0, 0, 1720.8299560546875, 336.019012451171875, -67.5817031860351562, 0.645771682262420654, 0, 0, 0.317304611206054687, 0.948323667049407958, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+59, 181027, 0, 1497, 0, '0', 0, 0, 1609.729248046875, 208.7392120361328125, -64.4785614013671875, 4.991643905639648437, 0, 0, -0.60181427001953125, 0.798636078834533691, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+60, 181027, 0, 1497, 0, '0', 0, 0, 1581.261962890625, 208.7772979736328125, -64.4785614013671875, 5.619962215423583984, 0, 0, -0.32556724548339843, 0.945518851280212402, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+61, 181027, 0, 1497, 0, '0', 0, 0, 1582.8155517578125, 270.91943359375, -64.4785614013671875, 1.186823248863220214, 0, 0, 0.559192657470703125, 0.829037725925445556, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+62, 181027, 0, 1497, 0, '0', 0, 0, 1611.554931640625, 269.952301025390625, -64.4785614013671875, 3.752462387084960937, 0, 0, -0.95371627807617187, 0.300707906484603881, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+63, 181027, 0, 1497, 4617, '0', 0, 0, 1634.06005859375, 90.87000274658203125, -64.4785614013671875, 2.234017848968505859, 0, 0, 0.898793220520019531, 0.438372820615768432, 120, 255, 1, 53262), -- Floating Wreath (Area: Elevator - Difficulty: 0) CreateObject1 +(@OGUID+64, 181027, 0, 1497, 4617, '0', 0, 0, 1594.96533203125, 77.49826812744140625, -64.4785614013671875, 6.108653545379638671, 0, 0, -0.08715534210205078, 0.996194720268249511, 120, 255, 1, 53262), -- Floating Wreath (Area: Elevator - Difficulty: 0) CreateObject1 +(@OGUID+65, 181027, 0, 1497, 4617, '0', 0, 0, 1667.69970703125, 107.447906494140625, -64.4785614013671875, 5.026549339294433593, 0, 0, -0.5877847671508789, 0.809017360210418701, 120, 255, 1, 53262), -- Floating Wreath (Area: Elevator - Difficulty: 0) CreateObject1 +(@OGUID+66, 181027, 0, 1497, 4617, '0', 0, 0, 1556.19970703125, 83.13541412353515625, -64.4785614013671875, 3.769911527633666992, 0, 0, -0.95105648040771484, 0.309017121791839599, 120, 255, 1, 53262), -- Floating Wreath (Area: Elevator - Difficulty: 0) CreateObject1 +(@OGUID+67, 181027, 0, 1497, 0, '0', 0, 0, 1596.826416015625, 392.0069580078125, -64.4785614013671875, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+68, 181027, 0, 1497, 0, '0', 0, 0, 1554.5572509765625, 396.56597900390625, -64.4785614013671875, 4.223697185516357421, 0, 0, -0.85716724395751953, 0.515038192272186279, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+69, 181027, 0, 1497, 0, '0', 0, 0, 1636.529541015625, 389.251739501953125, -64.4785614013671875, 0.383971005678176879, 0, 0, 0.190808296203613281, 0.981627285480499267, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+70, 181027, 0, 1497, 0, '0', 0, 0, 1686.798583984375, 364.626739501953125, -64.4785614013671875, 0.907570242881774902, 0, 0, 0.438370704650878906, 0.898794233798980712, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+71, 181027, 0, 1497, 0, '0', 0, 0, 1704.9322509765625, 125.1614608764648437, -67.8613357543945312, 4.188792228698730468, 0, 0, -0.86602497100830078, 0.50000077486038208, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+72, 181027, 0, 1497, 0, '0', 0, 0, 1481.61328125, 127.7064132690429687, -64.4785614013671875, 1.308995485305786132, 0, 0, 0.608760833740234375, 0.793353796005249023, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+73, 181027, 0, 1497, 0, '0', 0, 0, 1452.7066650390625, 187.1041717529296875, -64.4785614013671875, 4.660029888153076171, 0, 0, -0.72537422180175781, 0.688354730606079101, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+74, 181027, 0, 1497, 0, '0', 0, 0, 1453.279541015625, 159.7118072509765625, -64.4785614013671875, 3.857182979583740234, 0, 0, -0.93667125701904296, 0.350209832191467285, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+75, 181027, 0, 1497, 0, '0', 0, 0, 1442.8680419921875, 242.888885498046875, -64.4785614013671875, 3.9793548583984375, 0, 0, -0.9135446548461914, 0.406738430261611938, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+76, 181027, 0, 1497, 0, '0', 0, 0, 1452.1944580078125, 294.993072509765625, -64.4785614013671875, 3.996806621551513671, 0, 0, -0.90996074676513671, 0.414694398641586303, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+77, 181027, 0, 1497, 0, '0', 0, 0, 1455.0382080078125, 322.291656494140625, -64.4785614013671875, 1.291541695594787597, 0, 0, 0.60181427001953125, 0.798636078834533691, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+78, 181027, 0, 1497, 0, '0', 0, 0, 1480.517333984375, 358.368072509765625, -64.4785614013671875, 1.48352813720703125, 0, 0, 0.675589561462402343, 0.737277925014495849, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+79, 181027, 0, 1497, 0, '0', 0, 0, 1515.90625, 382.6632080078125, -64.4785614013671875, 0.296705186367034912, 0, 0, 0.147809028625488281, 0.989015936851501464, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+80, 181027, 0, 1497, 0, '0', 0, 0, 1513.7083740234375, 100.5572891235351562, -64.4785614013671875, 0.453785061836242675, 0, 0, 0.224950790405273437, 0.974370121955871582, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+81, 181060, 0, 85, 153, '0', 0, 0, 1827.87158203125, 216.46875, 60.4936065673828125, 0, 0, 0, 0, 1, 120, 255, 1, 53262), -- Lovely Candle (Area: Ruins of Lordaeron - Difficulty: 0) CreateObject1 +(@OGUID+82, 181060, 0, 85, 153, '0', 0, 0, 1832.8819580078125, 216.4635467529296875, 60.28544235229492187, 0, 0, 0, 0, 1, 120, 255, 1, 53262), -- Lovely Candle (Area: Ruins of Lordaeron - Difficulty: 0) CreateObject1 +(@OGUID+83, 181060, 0, 85, 153, '0', 0, 0, 1827.6910400390625, 221.34722900390625, 60.64540481567382812, 0, 0, 0, 0, 1, 120, 255, 1, 53262), -- Lovely Candle (Area: Ruins of Lordaeron - Difficulty: 0) CreateObject1 +(@OGUID+84, 181060, 0, 85, 153, '0', 0, 0, 1832.5711669921875, 221.4427032470703125, 60.46759033203125, 0, 0, 0, 0, 1, 120, 255, 1, 53262), -- Lovely Candle (Area: Ruins of Lordaeron - Difficulty: 0) CreateObject1 +(@OGUID+85, 181060, 0, 14046, 0, '0', 0, 0, 1636.1007080078125, 244.3541717529296875, -34.8122482299804687, 3.385940074920654296, 0, 0, -0.99254608154296875, 0.121869951486587524, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+86, 181060, 0, 14046, 0, '0', 0, 0, 1636.0260009765625, 235.576385498046875, -34.8121871948242187, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+87, 181060, 0, 14046, 0, '0', 0, 0, 1636.8072509765625, 230.7916717529296875, -40.6942138671875, 5.986480236053466796, 0, 0, -0.14780902862548828, 0.989015936851501464, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+88, 181060, 0, 14046, 0, '0', 0, 0, 1625.3663330078125, 266.015625, -34.8114051818847656, 3.735006093978881835, 0, 0, -0.95630455017089843, 0.292372345924377441, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+89, 181060, 0, 14046, 0, '0', 0, 0, 1630.38720703125, 221.2916717529296875, -34.8106613159179687, 0.925023794174194335, 0, 0, 0.446197509765625, 0.894934535026550292, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+90, 181060, 0, 14046, 0, '0', 0, 0, 1630.6875, 258.633697509765625, -34.811614990234375, 3.717553615570068359, 0, 0, -0.95881938934326171, 0.284016460180282592, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+91, 181060, 0, 14046, 0, '0', 0, 0, 1633.423583984375, 227.125, -34.8087158203125, 2.844882726669311523, 0, 0, 0.989015579223632812, 0.147811368107795715, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+92, 181060, 0, 14046, 0, '0', 0, 0, 1633.6458740234375, 252.861114501953125, -34.8087959289550781, 3.420850038528442382, 0, 0, -0.99026775360107421, 0.139175355434417724, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+93, 181060, 0, 14046, 0, '0', 0, 0, 1629.8004150390625, 263.55035400390625, -40.6943588256835937, 3.769911527633666992, 0, 0, -0.95105648040771484, 0.309017121791839599, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+94, 181060, 0, 14046, 0, '0', 0, 0, 1636.967041015625, 249.140625, -40.6942634582519531, 3.403396368026733398, 0, 0, -0.99144458770751953, 0.130528271198272705, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+95, 181060, 0, 14046, 0, '0', 0, 0, 1629.359375, 216.486114501953125, -40.6939468383789062, 5.637413978576660156, 0, 0, -0.31730461120605468, 0.948323667049407958, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+96, 181060, 0, 1497, 0, '0', 0, 0, 1621.21533203125, 270.211822509765625, -34.8408279418945312, 4.101525306701660156, 0, 0, -0.88701057434082031, 0.461749136447906494, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+97, 181060, 0, 1497, 0, '0', 0, 0, 1624.9305419921875, 214.1336822509765625, -34.8113288879394531, 2.513273954391479492, 0, 0, 0.951056480407714843, 0.309017121791839599, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+98, 181060, 0, 1497, 0, '0', 0, 0, 1590.3629150390625, 223.3343353271484375, 60.1515045166015625, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+99, 181060, 0, 1497, 0, '0', 0, 0, 1590.423583984375, 256.86651611328125, 60.15149688720703125, 6.230826377868652343, 0, 0, -0.02617645263671875, 0.999657332897186279, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+100, 181060, 0, 1497, 0, '0', 0, 0, 1613.23095703125, 204.8854217529296875, -34.8433265686035156, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+101, 181060, 0, 1497, 0, '0', 0, 0, 1608.07470703125, 278.2413330078125, -34.844512939453125, 4.433136463165283203, 0, 0, -0.79863548278808593, 0.60181504487991333, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+102, 181060, 0, 1497, 0, '0', 0, 0, 1620.7291259765625, 209.984375, -34.84014892578125, 2.181660413742065429, 0, 0, 0.887010574340820312, 0.461749136447906494, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+103, 181060, 0, 1497, 0, '0', 0, 0, 1601.556396484375, 256.76666259765625, 60.15149688720703125, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+104, 181060, 0, 1497, 0, '0', 0, 0, 1607.40625, 202.19097900390625, -34.8443832397460937, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+105, 181060, 0, 1497, 0, '0', 0, 0, 1613.7899169921875, 275.435760498046875, -34.8438453674316406, 4.101525306701660156, 0, 0, -0.88701057434082031, 0.461749136447906494, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+106, 181060, 0, 1497, 0, '0', 0, 0, 1578.8707275390625, 234.809326171875, 60.1515045166015625, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+107, 181060, 0, 1497, 0, '0', 0, 0, 1618.0833740234375, 205.6163177490234375, -40.7263679504394531, 5.305802345275878906, 0, 0, -0.46947097778320312, 0.882947921752929687, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+108, 181060, 0, 1497, 0, '0', 0, 0, 1618.75, 274.61285400390625, -40.726959228515625, 4.101525306701660156, 0, 0, -0.88701057434082031, 0.461749136447906494, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+109, 181060, 0, 1497, 0, '0', 0, 0, 1579.1903076171875, 245.8570098876953125, 60.15149688720703125, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+110, 181060, 0, 1497, 0, '0', 0, 0, 1600.7476806640625, 223.210479736328125, 60.1515045166015625, 3.106652259826660156, 0, 0, 0.999847412109375, 0.017469281330704689, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+111, 181060, 0, 1497, 0, '0', 0, 0, 1603.578125, 198.9774322509765625, -40.7299537658691406, 1.832594871520996093, 0, 0, 0.793353080749511718, 0.608761727809906005, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+112, 181060, 0, 1497, 0, '0', 0, 0, 1604.2847900390625, 281.520843505859375, -40.72979736328125, 4.433136463165283203, 0, 0, -0.79863548278808593, 0.60181504487991333, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+113, 181060, 0, 1497, 0, '0', 0, 0, 1583.9896240234375, 278.458343505859375, -34.8444709777832031, 4.991643905639648437, 0, 0, -0.60181427001953125, 0.798636078834533691, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+114, 181060, 0, 1497, 0, '0', 0, 0, 1583.3228759765625, 202.3871612548828125, -34.8442459106445312, 4.415683269500732421, 0, 0, -0.80385684967041015, 0.594822824001312255, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+115, 181060, 0, 1497, 0, '0', 0, 0, 1577.5816650390625, 205.1840362548828125, -34.8433837890625, 4.136432647705078125, 0, 0, -0.87881660461425781, 0.477159708738327026, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+116, 181060, 0, 1497, 0, '0', 0, 0, 1578.1978759765625, 275.744781494140625, -34.8436012268066406, 5.270895957946777343, 0, 0, -0.48480892181396484, 0.87462007999420166, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+117, 181060, 0, 1497, 0, '0', 0, 0, 1587.720458984375, 281.642364501953125, -40.7300148010253906, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+118, 181060, 0, 1497, 0, '0', 0, 0, 1587.1319580078125, 199.11285400390625, -40.72998046875, 1.32644820213317871, 0, 0, 0.615660667419433593, 0.788011372089385986, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+119, 181060, 0, 1497, 0, '0', 0, 0, 1557.9566650390625, 253.513885498046875, -34.8083381652832031, 5.986480236053466796, 0, 0, -0.14780902862548828, 0.989015936851501464, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+120, 181060, 0, 1497, 0, '0', 0, 0, 1570.1666259765625, 210.420135498046875, -34.8405036926269531, 4.084071159362792968, 0, 0, -0.8910064697265625, 0.453990638256072998, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+121, 181060, 0, 1497, 0, '0', 0, 0, 1566.03125, 214.640625, -34.8114433288574218, 3.769911527633666992, 0, 0, -0.95105648040771484, 0.309017121791839599, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+122, 181060, 0, 1497, 0, '0', 0, 0, 1566.4305419921875, 266.50347900390625, -34.8109512329101562, 5.637413978576660156, 0, 0, -0.31730461120605468, 0.948323667049407958, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+123, 181060, 0, 1497, 0, '0', 0, 0, 1561.0347900390625, 259.25, -34.8115119934082031, 5.637413978576660156, 0, 0, -0.31730461120605468, 0.948323667049407958, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+124, 181060, 0, 1497, 0, '0', 0, 0, 1573.295166015625, 275.01910400390625, -40.7265434265136718, 5.253442287445068359, 0, 0, -0.49242305755615234, 0.870355963706970214, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+125, 181060, 0, 1497, 0, '0', 0, 0, 1557.7691650390625, 227.7708282470703125, -34.8091163635253906, 0.27925160527229309, 0, 0, 0.139172554016113281, 0.990268170833587646, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+126, 181060, 0, 1497, 0, '0', 0, 0, 1560.71533203125, 222, -34.8123359680175781, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+127, 181060, 0, 1497, 0, '0', 0, 0, 1572.717041015625, 205.9913177490234375, -40.7268295288085937, 0.959929943084716796, 0, 0, 0.461748123168945312, 0.887011110782623291, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+128, 181060, 0, 1497, 0, '0', 0, 0, 1570.6805419921875, 270.711822509765625, -34.8390159606933593, 5.305802345275878906, 0, 0, -0.46947097778320312, 0.882947921752929687, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+129, 181060, 0, 1497, 0, '0', 0, 0, 1554.5885009765625, 249.8211822509765625, -40.6941413879394531, 6.003933906555175781, 0, 0, -0.13917255401611328, 0.990268170833587646, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+130, 181060, 0, 1497, 0, '0', 0, 0, 1554.4410400390625, 231.47222900390625, -40.6943588256835937, 0.314158439636230468, 0, 0, 0.156434059143066406, 0.987688362598419189, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+131, 181060, 0, 1497, 0, '0', 0, 0, 1561.6666259765625, 217.0260467529296875, -40.6939964294433593, 0.645771682262420654, 0, 0, 0.317304611206054687, 0.948323667049407958, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+132, 181060, 0, 1497, 0, '0', 0, 0, 1562.029541015625, 264.161468505859375, -40.6943092346191406, 5.637413978576660156, 0, 0, -0.31730461120605468, 0.948323667049407958, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+133, 181060, 0, 1497, 0, '0', 0, 0, 1772.4000244140625, 72.19210052490234375, -45.2444992065429687, 4.677483558654785156, 0, 0, -0.71933937072753906, 0.694658815860748291, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+134, 181060, 0, 1497, 0, '0', 0, 0, 1765.550048828125, 68.70510101318359375, -45.2478981018066406, 5.480334281921386718, 0, 0, -0.39073085784912109, 0.920504987239837646, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+135, 181060, 0, 1497, 0, '0', 0, 0, 1762, 61.73509979248046875, -45.2444992065429687, 0.034906249493360519, 0, 0, 0.017452239990234375, 0.999847710132598876, 120, 255, 1, 53262), -- Lovely Candle (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+136, 187266, 0, 85, 153, '0', 0, 0, 1830.2430419921875, 218.9774322509765625, 60.5967559814453125, 0.020547021180391311, 0.018082618713378906, 0.018438339233398437, 0.009936332702636718, 0.99961709976196289, 120, 255, 1, 53262), -- Romantic Blanket (Area: Ruins of Lordaeron - Difficulty: 0) CreateObject1 +(@OGUID+137, 187575, 0, 14046, 14046, '0', 0, 0, 1980.00439453125, 248.892547607421875, 37.28323745727539062, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 120, 255, 1, 53262), -- Lovely Wreath (Area: Tirisfal Glades - Difficulty: 0) CreateObject1 +(@OGUID+138, 411551, 0, 14046, 14046, '0', 0, 0, 1829.2100830078125, 258.873260498046875, 59.60354995727539062, 3.621100425720214843, 0, 0, -0.97139644622802734, 0.237463504076004028, 120, 255, 1, 53262), -- Scenic Getaway Portal (Area: Tirisfal Glades - Difficulty: 0) CreateObject1 +(@OGUID+139, 416381, 0, 14046, 14046, '0', 0, 0, 1829.2100830078125, 258.873260498046875, 59.60354995727539062, 3.621100425720214843, 0, 0, -0.97139644622802734, 0.237463504076004028, 120, 255, 1, 53262); -- Portal Arch (Area: Tirisfal Glades - Difficulty: 0) CreateObject1 + +-- Event spawns +DELETE FROM `game_event_creature` WHERE `eventEntry`=@EVENT AND `guid` BETWEEN @CGUID+0 AND @CGUID+5; +INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES +(@EVENT, @CGUID+0), +(@EVENT, @CGUID+1), +(@EVENT, @CGUID+2), +(@EVENT, @CGUID+3), +(@EVENT, @CGUID+4), +(@EVENT, @CGUID+5); + +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=@EVENT AND `guid` BETWEEN @OGUID+0 AND @OGUID+139; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(@EVENT, @OGUID+0), +(@EVENT, @OGUID+1), +(@EVENT, @OGUID+2), +(@EVENT, @OGUID+3), +(@EVENT, @OGUID+4), +(@EVENT, @OGUID+5), +(@EVENT, @OGUID+6), +(@EVENT, @OGUID+7), +(@EVENT, @OGUID+8), +(@EVENT, @OGUID+9), +(@EVENT, @OGUID+10), +(@EVENT, @OGUID+11), +(@EVENT, @OGUID+12), +(@EVENT, @OGUID+13), +(@EVENT, @OGUID+14), +(@EVENT, @OGUID+15), +(@EVENT, @OGUID+16), +(@EVENT, @OGUID+17), +(@EVENT, @OGUID+18), +(@EVENT, @OGUID+19), +(@EVENT, @OGUID+20), +(@EVENT, @OGUID+21), +(@EVENT, @OGUID+22), +(@EVENT, @OGUID+23), +(@EVENT, @OGUID+24), +(@EVENT, @OGUID+25), +(@EVENT, @OGUID+26), +(@EVENT, @OGUID+27), +(@EVENT, @OGUID+28), +(@EVENT, @OGUID+29), +(@EVENT, @OGUID+30), +(@EVENT, @OGUID+31), +(@EVENT, @OGUID+32), +(@EVENT, @OGUID+33), +(@EVENT, @OGUID+34), +(@EVENT, @OGUID+35), +(@EVENT, @OGUID+36), +(@EVENT, @OGUID+37), +(@EVENT, @OGUID+38), +(@EVENT, @OGUID+39), +(@EVENT, @OGUID+40), +(@EVENT, @OGUID+41), +(@EVENT, @OGUID+42), +(@EVENT, @OGUID+43), +(@EVENT, @OGUID+44), +(@EVENT, @OGUID+45), +(@EVENT, @OGUID+46), +(@EVENT, @OGUID+47), +(@EVENT, @OGUID+48), +(@EVENT, @OGUID+49), +(@EVENT, @OGUID+50), +(@EVENT, @OGUID+51), +(@EVENT, @OGUID+52), +(@EVENT, @OGUID+53), +(@EVENT, @OGUID+54), +(@EVENT, @OGUID+55), +(@EVENT, @OGUID+56), +(@EVENT, @OGUID+57), +(@EVENT, @OGUID+58), +(@EVENT, @OGUID+59), +(@EVENT, @OGUID+60), +(@EVENT, @OGUID+61), +(@EVENT, @OGUID+62), +(@EVENT, @OGUID+63), +(@EVENT, @OGUID+64), +(@EVENT, @OGUID+65), +(@EVENT, @OGUID+66), +(@EVENT, @OGUID+67), +(@EVENT, @OGUID+68), +(@EVENT, @OGUID+69), +(@EVENT, @OGUID+70), +(@EVENT, @OGUID+71), +(@EVENT, @OGUID+72), +(@EVENT, @OGUID+73), +(@EVENT, @OGUID+74), +(@EVENT, @OGUID+75), +(@EVENT, @OGUID+76), +(@EVENT, @OGUID+77), +(@EVENT, @OGUID+78), +(@EVENT, @OGUID+79), +(@EVENT, @OGUID+80), +(@EVENT, @OGUID+81), +(@EVENT, @OGUID+82), +(@EVENT, @OGUID+83), +(@EVENT, @OGUID+84), +(@EVENT, @OGUID+85), +(@EVENT, @OGUID+86), +(@EVENT, @OGUID+87), +(@EVENT, @OGUID+88), +(@EVENT, @OGUID+89), +(@EVENT, @OGUID+90), +(@EVENT, @OGUID+91), +(@EVENT, @OGUID+92), +(@EVENT, @OGUID+93), +(@EVENT, @OGUID+94), +(@EVENT, @OGUID+95), +(@EVENT, @OGUID+96), +(@EVENT, @OGUID+97), +(@EVENT, @OGUID+98), +(@EVENT, @OGUID+99), +(@EVENT, @OGUID+100), +(@EVENT, @OGUID+101), +(@EVENT, @OGUID+102), +(@EVENT, @OGUID+103), +(@EVENT, @OGUID+104), +(@EVENT, @OGUID+105), +(@EVENT, @OGUID+106), +(@EVENT, @OGUID+107), +(@EVENT, @OGUID+108), +(@EVENT, @OGUID+109), +(@EVENT, @OGUID+110), +(@EVENT, @OGUID+111), +(@EVENT, @OGUID+112), +(@EVENT, @OGUID+113), +(@EVENT, @OGUID+114), +(@EVENT, @OGUID+115), +(@EVENT, @OGUID+116), +(@EVENT, @OGUID+117), +(@EVENT, @OGUID+118), +(@EVENT, @OGUID+119), +(@EVENT, @OGUID+120), +(@EVENT, @OGUID+121), +(@EVENT, @OGUID+122), +(@EVENT, @OGUID+123), +(@EVENT, @OGUID+124), +(@EVENT, @OGUID+125), +(@EVENT, @OGUID+126), +(@EVENT, @OGUID+127), +(@EVENT, @OGUID+128), +(@EVENT, @OGUID+129), +(@EVENT, @OGUID+130), +(@EVENT, @OGUID+131), +(@EVENT, @OGUID+132), +(@EVENT, @OGUID+133), +(@EVENT, @OGUID+134), +(@EVENT, @OGUID+135), +(@EVENT, @OGUID+136), +(@EVENT, @OGUID+137), +(@EVENT, @OGUID+138), +(@EVENT, @OGUID+139); + +-- +SET @CGUID := 9800096; +SET @OGUID := 9804186; +SET @EVENT := 8; + +-- Old creature spawns +DELETE FROM `game_event_creature` WHERE `eventEntry`=8 AND `guid` BETWEEN 9800018 AND 9800020; + +-- Creature spawns +DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+2; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES +(@CGUID+0, 40438, 530, 3487, 0, '0', 0, 0, 0, 0, 9683.4580078125, -7486.38720703125, 15.90762519836425781, 1.553343057632446289, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 53262), -- Steamwheedle Shyster (Area: 0 - Difficulty: 0) CreateObject1 +(@CGUID+1, 40438, 530, 3487, 0, '0', 0, 0, 0, 0, 9549.4013671875, -7180.8056640625, 14.16619586944580078, 1.797689080238342285, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 53262), -- Steamwheedle Shyster (Area: 0 - Difficulty: 0) CreateObject1 +(@CGUID+2, 215196, 530, 3487, 0, '0', 0, 0, 0, 0, 9611.0576171875, -7180.47412109375, 14.36916923522949218, 1.884267449378967285, 120, 0, 0, 112919, 0, 0, NULL, NULL, NULL, NULL, 53262); -- Aurora Vabsley (Area: 0 - Difficulty: 0) CreateObject1 (Auras: 427424 - [DNT] Mirror Image) + +-- Old gameobject spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=8 AND `guid` BETWEEN 9800701 AND 9800923; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+222; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 181014, 530, 3487, 0, '0', 0, 0, 9698.2705078125, -7053.01806640625, 22.76447868347167968, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 53262), -- Lovely Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+1, 181015, 530, 3487, 0, '0', 0, 0, 9593.9638671875, -7193.60791015625, 14.24036502838134765, 1.317932605743408203, 0, 0, 0.612299919128417968, 0.790625572204589843, 120, 255, 1, 53262), -- Crate (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+2, 181015, 530, 3487, 0, '0', 0, 0, 9591.9736328125, -7192.5244140625, 14.23852062225341796, 1.184610843658447265, 0, 0, 0.558275222778320312, 0.829655826091766357, 120, 255, 1, 53262), -- Crate (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+3, 181015, 530, 3487, 0, '0', 0, 0, 9600.3408203125, -7183.861328125, 14.26294612884521484, 1.803477764129638671, 0, 0, 0.784406661987304687, 0.62024688720703125, 120, 255, 1, 53262), -- Crate (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+4, 181015, 530, 3487, 0, '0', 0, 0, 9618.2314453125, -7183.64599609375, 14.29591083526611328, 1.476255178451538085, 0, 0, 0.672904014587402343, 0.739729821681976318, 120, 255, 1, 53262), -- Crate (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+5, 181016, 530, 3487, 3487, '0', 0, 0, 9982.9716796875, -7098.82666015625, 47.704986572265625, 6.056293010711669921, 0, 0, -0.11320304870605468, 0.993571877479553222, 120, 255, 1, 53262), -- Wreath (Area: Silvermoon City - Difficulty: 0) CreateObject1 +(@OGUID+6, 181016, 530, 3487, 3487, '0', 0, 0, 9987.1220703125, -7093.59716796875, 47.70498275756835937, 5.253442287445068359, 0, 0, -0.49242305755615234, 0.870355963706970214, 120, 255, 1, 53262), -- Wreath (Area: Silvermoon City - Difficulty: 0) CreateObject1 +(@OGUID+7, 181016, 530, 3487, 10275, '0', 0, 0, 9746.568359375, -7174.86083984375, 14.32372570037841796, 3.263772249221801757, 0, 0, -0.99813461303710937, 0.061051756143569946, 120, 255, 1, 53262), -- Wreath (Area: Court of the Sun - Difficulty: 0) CreateObject1 +(@OGUID+8, 181016, 530, 3487, 10275, '0', 0, 0, 9742.1064453125, -7191.63134765625, 14.32370185852050781, 3.700104713439941406, 0, 0, -0.96126079559326171, 0.275640487670898437, 120, 255, 1, 53262), -- Wreath (Area: Court of the Sun - Difficulty: 0) CreateObject1 +(@OGUID+9, 181016, 530, 3487, 10275, '0', 0, 0, 9746.0869140625, -7307.125, 24.73264122009277343, 5.183629035949707031, 0, 0, -0.52249813079833984, 0.852640450000762939, 120, 255, 1, 53262), -- Wreath (Area: Court of the Sun - Difficulty: 0) CreateObject1 +(@OGUID+10, 181016, 530, 3487, 10275, '0', 0, 0, 9775.0908203125, -7288.94775390625, 24.73641777038574218, 5.148722648620605468, 0, 0, -0.53729915618896484, 0.843391716480255126, 120, 255, 1, 53262), -- Wreath (Area: Court of the Sun - Difficulty: 0) CreateObject1 +(@OGUID+11, 181016, 530, 3487, 10275, '0', 0, 0, 9784.8740234375, -7302.953125, 24.72771644592285156, 2.164205789566040039, 0, 0, 0.882946968078613281, 0.469472706317901611, 120, 255, 1, 53262), -- Wreath (Area: Court of the Sun - Difficulty: 0) CreateObject1 +(@OGUID+12, 181016, 530, 3487, 10275, '0', 0, 0, 9760.958984375, -7298.79150390625, 24.73137283325195312, 5.550147056579589843, 0, 0, -0.358367919921875, 0.933580458164215087, 120, 255, 1, 53262), -- Wreath (Area: Court of the Sun - Difficulty: 0) CreateObject1 +(@OGUID+13, 181016, 530, 3487, 10275, '0', 0, 0, 9770.453125, -7313.017578125, 24.73068809509277343, 2.007128477096557617, 0, 0, 0.84339141845703125, 0.537299633026123046, 120, 255, 1, 53262), -- Wreath (Area: Court of the Sun - Difficulty: 0) CreateObject1 +(@OGUID+14, 181016, 530, 3487, 10275, '0', 0, 0, 9729.4326171875, -7314.13037109375, 24.73053359985351562, 5.270895957946777343, 0, 0, -0.48480892181396484, 0.87462007999420166, 120, 255, 1, 53262), -- Wreath (Area: Court of the Sun - Difficulty: 0) CreateObject1 +(@OGUID+15, 181016, 530, 3487, 10275, '0', 0, 0, 9752.1796875, -7323.43408203125, 24.72894668579101562, 1.762782454490661621, 0, 0, 0.771624565124511718, 0.636078238487243652, 120, 255, 1, 53262), -- Wreath (Area: Court of the Sun - Difficulty: 0) CreateObject1 +(@OGUID+16, 181016, 530, 3487, 0, '0', 0, 0, 9825.4296875, -7410.53125, 13.62589073181152343, 0.837757468223571777, 0, 0, 0.406736373901367187, 0.913545548915863037, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+17, 181016, 530, 3487, 0, '0', 0, 0, 9875.0166015625, -7410.7431640625, 13.58318042755126953, 2.024578809738159179, 0, 0, 0.848047256469726562, 0.529920578002929687, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+18, 181016, 530, 3487, 0, '0', 0, 0, 9812.853515625, -7410.41650390625, 13.62473392486572265, 1.884953022003173828, 0, 0, 0.809016227722167968, 0.587786316871643066, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+19, 181016, 530, 3487, 0, '0', 0, 0, 9875.1689453125, -7428.6328125, 13.58898735046386718, 2.251473426818847656, 0, 0, 0.902585029602050781, 0.430511653423309326, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+20, 181016, 530, 3487, 0, '0', 0, 0, 9839.5439453125, -7451.32568359375, 13.64577388763427734, 0.24434557557106018, 0, 0, 0.121869087219238281, 0.9925462007522583, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+21, 181016, 530, 3487, 0, '0', 0, 0, 9862.4326171875, -7450.90625, 13.64516162872314453, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+22, 181016, 530, 3487, 0, '0', 0, 0, 9825.056640625, -7428.28466796875, 13.61859130859375, 1.466075778007507324, 0, 0, 0.669130325317382812, 0.74314504861831665, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+23, 181016, 530, 3487, 0, '0', 0, 0, 9812.9736328125, -7428.5849609375, 13.61627769470214843, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+24, 181016, 530, 3487, 0, '0', 0, 0, 9699.6103515625, -7414.82666015625, 13.69888019561767578, 5.009094715118408203, 0, 0, -0.59482288360595703, 0.80385679006576538, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+25, 181016, 530, 3487, 0, '0', 0, 0, 9708.0595703125, -7493.27978515625, 13.52356338500976562, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+26, 181016, 530, 3487, 0, '0', 0, 0, 9685.9638671875, -7394.53466796875, 11.60480499267578125, 4.712389945983886718, 0, 0, -0.70710659027099609, 0.707106947898864746, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+27, 181016, 530, 3487, 0, '0', 0, 0, 9679.7060546875, -7394.49658203125, 11.60496330261230468, 4.747295856475830078, 0, 0, -0.69465827941894531, 0.719339847564697265, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+28, 181016, 530, 3487, 0, '0', 0, 0, 9734.25390625, -7330.13916015625, 24.72733116149902343, 1.675513744354248046, 0, 0, 0.743144035339355468, 0.669131457805633544, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+29, 181016, 530, 3487, 0, '0', 0, 0, 9665.251953125, -7413.47216796875, 13.61098194122314453, 4.241150379180908203, 0, 0, -0.85264015197753906, 0.522498607635498046, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+30, 181016, 530, 3487, 0, '0', 0, 0, 9644.8466796875, -7399.78466796875, 15.69899845123291015, 4.747295856475830078, 0, 0, -0.69465827941894531, 0.719339847564697265, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+31, 181016, 530, 3487, 0, '0', 0, 0, 9658.8994140625, -7492.705078125, 13.52244281768798828, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+32, 181016, 530, 3487, 0, '0', 0, 0, 9583.6611328125, -7444.984375, 13.5060577392578125, 4.642575740814208984, 0, 0, -0.731353759765625, 0.681998312473297119, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+33, 181016, 530, 3487, 0, '0', 0, 0, 9631.81640625, -7399.67041015625, 15.69536018371582031, 4.834563255310058593, 0, 0, -0.66261959075927734, 0.748956084251403808, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+34, 181016, 530, 3487, 0, '0', 0, 0, 9583.83984375, -7455.04150390625, 13.50669002532958984, 4.084071159362792968, 0, 0, -0.8910064697265625, 0.453990638256072998, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+35, 181016, 530, 3487, 0, '0', 0, 0, 9583.92578125, -7473.99853515625, 13.50734996795654296, 0.418878614902496337, 0, 0, 0.207911491394042968, 0.978147625923156738, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+36, 181016, 530, 3487, 0, '0', 0, 0, 9583.6904296875, -7425.88037109375, 13.51032161712646484, 4.468043327331542968, 0, 0, -0.7880105972290039, 0.615661680698394775, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+37, 181016, 530, 3487, 0, '0', 0, 0, 9520.5283203125, -7415.19970703125, 14.31464481353759765, 4.345870018005371093, 0, 0, -0.82412624359130859, 0.566406130790710449, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+38, 181016, 530, 3487, 0, '0', 0, 0, 9586.677734375, -7358.111328125, 13.69828605651855468, 0.558503925800323486, 0, 0, 0.275636672973632812, 0.961261868476867675, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+39, 181016, 530, 3487, 0, '0', 0, 0, 9604.375, -7358.49658203125, 13.72878932952880859, 2.548179388046264648, 0, 0, 0.956304550170898437, 0.292372345924377441, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+40, 181016, 530, 3487, 0, '0', 0, 0, 9520.46484375, -7378.72509765625, 14.30250358581542968, 1.466075778007507324, 0, 0, 0.669130325317382812, 0.74314504861831665, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+41, 181016, 530, 3487, 0, '0', 0, 0, 9517.861328125, -7309.908203125, 14.45531177520751953, 2.530723094940185546, 0, 0, 0.953716278076171875, 0.300707906484603881, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+42, 181016, 530, 3487, 0, '0', 0, 0, 9495.396484375, -7337.35400390625, 14.37012958526611328, 6.195919513702392578, 0, 0, -0.04361915588378906, 0.999048233032226562, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+43, 181016, 530, 3487, 0, '0', 0, 0, 9495.330078125, -7353.62353515625, 14.36368465423583984, 0.191985160112380981, 0, 0, 0.095845222473144531, 0.995396256446838378, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+44, 181016, 530, 3487, 0, '0', 0, 0, 9542.544921875, -7251.2275390625, 16.40246009826660156, 4.136432647705078125, 0, 0, -0.87881660461425781, 0.477159708738327026, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+45, 181016, 530, 3487, 0, '0', 0, 0, 9518.1044921875, -7290.619140625, 14.38553714752197265, 3.630291461944580078, 0, 0, -0.97029495239257812, 0.241925001144409179, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+46, 181016, 530, 3487, 0, '0', 0, 0, 9614.275390625, -7254.57275390625, 16.49079704284667968, 5.078907966613769531, 0, 0, -0.56640625, 0.824126183986663818, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+47, 181016, 530, 3487, 0, '0', 0, 0, 9520.9365234375, -7261.12158203125, 14.36340141296386718, 5.288348197937011718, 0, 0, -0.4771585464477539, 0.878817260265350341, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+48, 181016, 530, 3487, 0, '0', 0, 0, 9628.28515625, -7254.4462890625, 16.49515724182128906, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+49, 181016, 530, 3487, 0, '0', 0, 0, 9543.12890625, -7261.28125, 14.36259269714355468, 3.996806621551513671, 0, 0, -0.90996074676513671, 0.414694398641586303, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+50, 181016, 530, 3487, 0, '0', 0, 0, 9529.3564453125, -7241.4443359375, 16.40562248229980468, 4.747295856475830078, 0, 0, -0.69465827941894531, 0.719339847564697265, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+51, 181016, 530, 3487, 0, '0', 0, 0, 9521.8310546875, -7251.0400390625, 16.40246009826660156, 5.497788906097412109, 0, 0, -0.38268280029296875, 0.923879802227020263, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+52, 181016, 530, 3487, 0, '0', 0, 0, 9535.3359375, -7241.6005859375, 16.39830970764160156, 4.764749526977539062, 0, 0, -0.6883544921875, 0.725374460220336914, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+53, 181016, 530, 3487, 0, '0', 0, 0, 9556.4091796875, -7178.681640625, 14.25354385375976562, 0.261798173189163208, 0, 0, 0.130525588989257812, 0.991444945335388183, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+54, 181016, 530, 3487, 0, '0', 0, 0, 9579.7216796875, -7178.490234375, 14.23274421691894531, 1.500982880592346191, 0, 0, 0.681998252868652343, 0.731353819370269775, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+55, 181016, 530, 3487, 0, '0', 0, 0, 9603.0205078125, -7180.19091796875, 14.27121353149414062, 1.434660911560058593, 0, 0, 0.657375335693359375, 0.753563344478607177, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+56, 181016, 530, 3487, 0, '0', 0, 0, 9667.486328125, -7205.58447265625, 14.31570625305175781, 4.694936752319335937, 0, 0, -0.71325016021728515, 0.700909554958343505, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+57, 181016, 530, 3487, 0, '0', 0, 0, 9687.7353515625, -7206.65673828125, 14.31048583984375, 1.692969322204589843, 0, 0, 0.748955726623535156, 0.662620067596435546, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+58, 181016, 530, 3487, 0, '0', 0, 0, 9642.193359375, -7165.24072265625, 14.32293891906738281, 1.902408957481384277, 0, 0, 0.814115524291992187, 0.580702960491180419, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+59, 181016, 530, 3487, 0, '0', 0, 0, 9654.5126953125, -7165.1171875, 14.32293701171875, 1.553341388702392578, 0, 0, 0.700908660888671875, 0.713251054286956787, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+60, 181016, 530, 3487, 0, '0', 0, 0, 9678.7958984375, -7142.30126953125, 14.32304573059082031, 5.602506637573242187, 0, 0, -0.33380699157714843, 0.942641437053680419, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+61, 181016, 530, 3487, 0, '0', 0, 0, 9678.8076171875, -7129.61181640625, 14.32299613952636718, 3.403396368026733398, 0, 0, -0.99144458770751953, 0.130528271198272705, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+62, 181016, 530, 3487, 0, '0', 0, 0, 9618.2314453125, -7141.75244140625, 14.32299327850341796, 1.413715124130249023, 0, 0, 0.649447441101074218, 0.760406434535980224, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+63, 181016, 530, 3487, 0, '0', 0, 0, 9618.2001953125, -7129.26806640625, 14.32340812683105468, 4.363324165344238281, 0, 0, -0.81915187835693359, 0.573576688766479492, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+64, 181016, 530, 3487, 0, '0', 0, 0, 9655.0517578125, -7106.3759765625, 14.32301521301269531, 2.897245407104492187, 0, 0, 0.99254608154296875, 0.121869951486587524, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+65, 181016, 530, 3487, 0, '0', 0, 0, 9716.240234375, -7078.56103515625, 14.36649894714355468, 1.151916384696960449, 0, 0, 0.544638633728027343, 0.838670849800109863, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+66, 181016, 530, 3487, 0, '0', 0, 0, 9720.84765625, -7098.16748046875, 14.37493610382080078, 3.298687219619750976, 0, 0, -0.99691677093505859, 0.078466430306434631, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+67, 181016, 530, 3487, 0, '0', 0, 0, 9642.6875, -7106.29296875, 14.32301521301269531, 5.288348197937011718, 0, 0, -0.4771585464477539, 0.878817260265350341, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+68, 181016, 530, 3487, 0, '0', 0, 0, 9688.9345703125, -7057.634765625, 14.38304996490478515, 3.874631166458129882, 0, 0, -0.93358039855957031, 0.358368009328842163, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+69, 181016, 530, 3487, 0, '0', 0, 0, 9707.404296875, -7059.029296875, 14.43247795104980468, 0.069811686873435974, 0, 0, 0.034898757934570312, 0.999390840530395507, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+70, 181016, 530, 3487, 0, '0', 0, 0, 9589.4140625, -7081.6513671875, 16.54935836791992187, 5.183629035949707031, 0, 0, -0.52249813079833984, 0.852640450000762939, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+71, 181016, 530, 3487, 0, '0', 0, 0, 9571.572265625, -7081.52490234375, 16.54362678527832031, 4.101525306701660156, 0, 0, -0.88701057434082031, 0.461749136447906494, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+72, 181017, 530, 3487, 10275, '0', 0, 0, 9757.14453125, -7186.15478515625, 23.50617790222167968, 2.897245407104492187, 0, 0, 0.99254608154296875, 0.121869951486587524, 120, 255, 1, 53262), -- Hanging Streamer (Area: Court of the Sun - Difficulty: 0) CreateObject1 +(@OGUID+73, 181017, 530, 3487, 10275, '0', 0, 0, 9799.123046875, -7310.60791015625, 35.23363494873046875, 2.199114561080932617, 0, 0, 0.8910064697265625, 0.453990638256072998, 120, 255, 1, 53262), -- Hanging Streamer (Area: Court of the Sun - Difficulty: 0) CreateObject1 +(@OGUID+74, 181017, 530, 3487, 10275, '0', 0, 0, 9790.9453125, -7316.39306640625, 35.23556137084960937, 2.234017848968505859, 0, 0, 0.898793220520019531, 0.438372820615768432, 120, 255, 1, 53262), -- Hanging Streamer (Area: Court of the Sun - Difficulty: 0) CreateObject1 +(@OGUID+75, 181017, 530, 3487, 10275, '0', 0, 0, 9752.513671875, -7336.51416015625, 34.97600555419921875, 1.919861555099487304, 0, 0, 0.819151878356933593, 0.573576688766479492, 120, 255, 1, 53262), -- Hanging Streamer (Area: Court of the Sun - Difficulty: 0) CreateObject1 +(@OGUID+76, 181017, 530, 3487, 0, '0', 0, 0, 9767.3818359375, -7480.580078125, 28.18163681030273437, 3.194002151489257812, 0, 0, -0.99965667724609375, 0.026201646775007247, 120, 255, 1, 53262), -- Hanging Streamer (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+77, 181017, 530, 3487, 0, '0', 0, 0, 9767.3828125, -7495.05224609375, 28.28905677795410156, 3.054326534271240234, 0, 0, 0.999048233032226562, 0.043619260191917419, 120, 255, 1, 53262), -- Hanging Streamer (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+78, 181017, 530, 3487, 0, '0', 0, 0, 9694.3681640625, -7495.95654296875, 25.62032508850097656, 1.605701684951782226, 0, 0, 0.719339370727539062, 0.694658815860748291, 120, 255, 1, 53262), -- Hanging Streamer (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+79, 181017, 530, 3487, 0, '0', 0, 0, 9724.4990234375, -7346.24755859375, 34.95547103881835937, 1.919861555099487304, 0, 0, 0.819151878356933593, 0.573576688766479492, 120, 255, 1, 53262), -- Hanging Streamer (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+80, 181017, 530, 3487, 0, '0', 0, 0, 9683.361328125, -7495.40625, 26.99794769287109375, 1.535889506340026855, 0, 0, 0.694658279418945312, 0.719339847564697265, 120, 255, 1, 53262), -- Hanging Streamer (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+81, 181017, 530, 3487, 0, '0', 0, 0, 9648.3857421875, -7152.3037109375, 23.26343536376953125, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 53262), -- Hanging Streamer (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+82, 181017, 530, 3487, 0, '0', 0, 0, 9485.029296875, -7132.4052734375, 24.43082618713378906, 0, 0, 0, 0, 1, 120, 255, 1, 53262), -- Hanging Streamer (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+83, 181017, 530, 3487, 0, '0', 0, 0, 9743.40234375, -7339.74853515625, 34.94566726684570312, 1.902408957481384277, 0, 0, 0.814115524291992187, 0.580702960491180419, 120, 255, 1, 53262), -- Hanging, Streamer (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+84, 181017, 530, 3487, 0, '0', 0, 0, 9734.0302734375, -7343.01904296875, 35.02362060546875, 1.902408957481384277, 0, 0, 0.814115524291992187, 0.580702960491180419, 120, 255, 1, 53262), -- Hanging, Streamer (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+85, 181017, 530, 3487, 0, '0', 0, 0, 9672.3876953125, -7495.9912109375, 25.67016029357910156, 1.535889506340026855, 0, 0, 0.694658279418945312, 0.719339847564697265, 120, 255, 1, 53262), -- Hanging, Streamer (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+86, 181017, 530, 3487, 0, '0', 0, 0, 9638.369140625, -7397.27880859375, 22.68563079833984375, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 53262), -- Hanging, Streamer (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+87, 181017, 530, 3487, 0, '0', 0, 0, 9665.8671875, -7135.83056640625, 23.16021537780761718, 3.106652259826660156, 0, 0, 0.999847412109375, 0.017469281330704689, 120, 255, 1, 53262), -- Hanging, Streamer (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+88, 181017, 530, 3487, 0, '0', 0, 0, 9631.1376953125, -7135.57470703125, 23.11801338195800781, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 120, 255, 1, 53262), -- Hanging, Streamer (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+89, 181017, 530, 3487, 0, '0', 0, 0, 9648.5283203125, -7119.0869140625, 23.29839515686035156, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 53262), -- Hanging, Streamer (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+90, 181018, 530, 3487, 3487, '0', 0, 0, 9971.994140625, -7098.171875, 51.63682174682617187, 1.972219824790954589, 0, 0, 0.83388519287109375, 0.55193793773651123, 120, 255, 1, 53262), -- Ribbon (Area: Silvermoon City - Difficulty: 0) CreateObject1 +(@OGUID+91, 181018, 530, 3487, 3487, '0', 0, 0, 9950.984375, -7081.82763671875, 51.59273147583007812, 6.073746204376220703, 0, 0, -0.10452842712402343, 0.994521915912628173, 120, 255, 1, 53262), -- Ribbon (Area: Silvermoon City - Difficulty: 0) CreateObject1 +(@OGUID+92, 181018, 530, 3487, 3487, '0', 0, 0, 9982.9384765625, -7094.169921875, 55.7364654541015625, 5.585053920745849609, 0, 0, -0.34202003479003906, 0.939692676067352294, 120, 255, 1, 53262), -- Ribbon (Area: Silvermoon City - Difficulty: 0) CreateObject1 +(@OGUID+93, 181018, 530, 3487, 10275, '0', 0, 0, 9825.279296875, -7214.2880859375, 34.3907928466796875, 4.206246376037597656, 0, 0, -0.86162853240966796, 0.50753939151763916, 120, 255, 1, 53262), -- Ribbon (Area: Court of the Sun - Difficulty: 0) CreateObject1 +(@OGUID+94, 181018, 530, 3487, 10275, '0', 0, 0, 9867.8154296875, -7250.4189453125, 34.2824249267578125, 3.90954136848449707, 0, 0, -0.92718315124511718, 0.37460830807685852, 120, 255, 1, 53262), -- Ribbon (Area: Court of the Sun - Difficulty: 0) CreateObject1 +(@OGUID+95, 181018, 530, 3487, 10275, '0', 0, 0, 9842.3115234375, -7339.947265625, 33.42024612426757812, 1.361356139183044433, 0, 0, 0.629320144653320312, 0.77714616060256958, 120, 255, 1, 53262), -- Ribbon (Area: Court of the Sun - Difficulty: 0) CreateObject1 +(@OGUID+96, 181018, 530, 3487, 10275, '0', 0, 0, 9858.423828125, -7340.05126953125, 33.53955459594726562, 1.745326757431030273, 0, 0, 0.766043663024902343, 0.642788589000701904, 120, 255, 1, 53262), -- Ribbon (Area: Court of the Sun - Difficulty: 0) CreateObject1 +(@OGUID+97, 181018, 530, 3487, 0, '0', 0, 0, 9881.7080078125, -7445.70947265625, 18.44877433776855468, 2.495818138122558593, 0, 0, 0.948323249816894531, 0.317305892705917358, 120, 255, 1, 53262), -- Ribbon (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+98, 181018, 530, 3487, 0, '0', 0, 0, 9813.9482421875, -7440.0625, 18.53376388549804687, 0.942476630210876464, 0, 0, 0.453989982604980468, 0.891006767749786376, 120, 255, 1, 53262), -- Ribbon (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+99, 181018, 530, 3487, 0, '0', 0, 0, 9888.2060546875, -7440.48876953125, 18.43324851989746093, 2.076939344406127929, 0, 0, 0.861628532409667968, 0.50753939151763916, 120, 255, 1, 53262), -- Ribbon (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+100, 181018, 530, 3487, 0, '0', 0, 0, 9820.212890625, -7445.3125, 18.36214065551757812, 0.663223206996917724, 0, 0, 0.325567245483398437, 0.945518851280212402, 120, 255, 1, 53262), -- Ribbon (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+101, 181018, 530, 3487, 0, '0', 0, 0, 9788.53515625, -7459.79345703125, 21.54709815979003906, 4.747295856475830078, 0, 0, -0.69465827941894531, 0.719339847564697265, 120, 255, 1, 53262), -- Ribbon (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+102, 181018, 530, 3487, 0, '0', 0, 0, 9800.5126953125, -7459.87255859375, 21.58521652221679687, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 53262), -- Ribbon (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+103, 181018, 530, 3487, 0, '0', 0, 0, 9776.337890625, -7459.71337890625, 21.53670883178710937, 4.694936752319335937, 0, 0, -0.71325016021728515, 0.700909554958343505, 120, 255, 1, 53262), -- Ribbon (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+104, 181018, 530, 3487, 0, '0', 0, 0, 9799.9423828125, -7516.056640625, 21.14704322814941406, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 53262), -- Ribbon (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+105, 181018, 530, 3487, 0, '0', 0, 0, 9787.9765625, -7515.98779296875, 21.12139511108398437, 1.500982880592346191, 0, 0, 0.681998252868652343, 0.731353819370269775, 120, 255, 1, 53262), -- Ribbon (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+106, 181018, 530, 3487, 0, '0', 0, 0, 9775.6220703125, -7515.91650390625, 21.18118476867675781, 1.396261811256408691, 0, 0, 0.642786979675292968, 0.766044974327087402, 120, 255, 1, 53262), -- Ribbon (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+107, 181018, 530, 3487, 0, '0', 0, 0, 9702.6298828125, -7494.74853515625, 20.87423896789550781, 1.692969322204589843, 0, 0, 0.748955726623535156, 0.662620067596435546, 120, 255, 1, 53262), -- Ribbon (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+108, 181018, 530, 3487, 0, '0', 0, 0, 9648.4853515625, -7397.34716796875, 19.71108436584472656, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 53262), -- Ribbon (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+109, 181018, 530, 3487, 0, '0', 0, 0, 9664.00390625, -7494.52587890625, 21.30558967590332031, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 53262), -- Ribbon (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+110, 181018, 530, 3487, 0, '0', 0, 0, 9710.681640625, -7517.2412109375, 24.60950660705566406, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 53262), -- Ribbon (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+111, 181018, 530, 3487, 0, '0', 0, 0, 9655.7236328125, -7516.80810546875, 24.74897193908691406, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 53262), -- Ribbon (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+112, 181018, 530, 3487, 0, '0', 0, 0, 9578.0517578125, -7454.9130859375, 20.29773139953613281, 5.462882041931152343, 0, 0, -0.39874839782714843, 0.917060375213623046, 120, 255, 1, 53262), -- Ribbon (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+113, 181018, 530, 3487, 0, '0', 0, 0, 9575.923828125, -7474.41162109375, 20.00643730163574218, 0.750490784645080566, 0, 0, 0.3665008544921875, 0.93041771650314331, 120, 255, 1, 53262), -- Ribbon (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+114, 181018, 530, 3487, 0, '0', 0, 0, 9576.1298828125, -7425.4296875, 20.08390426635742187, 5.462882041931152343, 0, 0, -0.39874839782714843, 0.917060375213623046, 120, 255, 1, 53262), -- Ribbon (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+115, 181018, 530, 3487, 0, '0', 0, 0, 9628.701171875, -7397.234375, 19.894683837890625, 4.694936752319335937, 0, 0, -0.71325016021728515, 0.700909554958343505, 120, 255, 1, 53262), -- Ribbon (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+116, 181018, 530, 3487, 0, '0', 0, 0, 9577.8486328125, -7444.63037109375, 20.28194618225097656, 0.925023794174194335, 0, 0, 0.446197509765625, 0.894934535026550292, 120, 255, 1, 53262), -- Ribbon (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+117, 181018, 530, 3487, 0, '0', 0, 0, 9556.1669921875, -7309.81005859375, 18.62683486938476562, 4.607671737670898437, 0, 0, -0.74314403533935546, 0.669131457805633544, 120, 255, 1, 53262), -- Ribbon (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+118, 181018, 530, 3487, 0, '0', 0, 0, 9546.783203125, -7309.744140625, 18.70859909057617187, 4.694936752319335937, 0, 0, -0.71325016021728515, 0.700909554958343505, 120, 255, 1, 53262), -- Ribbon (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+119, 181018, 530, 3487, 0, '0', 0, 0, 9555.6953125, -7291.20751953125, 18.44218063354492187, 1.640606880187988281, 0, 0, 0.731352806091308593, 0.6819993257522583, 120, 255, 1, 53262), -- Ribbon (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+120, 181018, 530, 3487, 0, '0', 0, 0, 9486.5439453125, -7355.1865234375, 18.55444526672363281, 5.986480236053466796, 0, 0, -0.14780902862548828, 0.989015936851501464, 120, 255, 1, 53262), -- Ribbon (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+121, 181018, 530, 3487, 0, '0', 0, 0, 9536.8505859375, -7309.673828125, 18.88876533508300781, 4.694936752319335937, 0, 0, -0.71325016021728515, 0.700909554958343505, 120, 255, 1, 53262), -- Ribbon (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+122, 181018, 530, 3487, 0, '0', 0, 0, 9546.849609375, -7291.16845703125, 18.46918678283691406, 1.535889506340026855, 0, 0, 0.694658279418945312, 0.719339847564697265, 120, 255, 1, 53262), -- Ribbon (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+123, 181018, 530, 3487, 0, '0', 0, 0, 9536.900390625, -7291.11962890625, 18.49589157104492187, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 53262), -- Ribbon (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+124, 181018, 530, 3487, 0, '0', 0, 0, 9487.17578125, -7335.845703125, 18.74969291687011718, 0.017452461645007133, 0, 0, 0.008726119995117187, 0.999961912631988525, 120, 255, 1, 53262), -- Ribbon (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+125, 181018, 530, 3487, 0, '0', 0, 0, 9626.5673828125, -7252.64794921875, 18.88095855712890625, 4.555310726165771484, 0, 0, -0.76040554046630859, 0.649448513984680175, 120, 255, 1, 53262), -- Ribbon (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+126, 181018, 530, 3487, 0, '0', 0, 0, 9542.4775390625, -7245.92236328125, 19.69782447814941406, 3.804818391799926757, 0, 0, -0.94551849365234375, 0.325568377971649169, 120, 255, 1, 53262), -- Ribbon (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+127, 181018, 530, 3487, 0, '0', 0, 0, 9616.16015625, -7252.58837890625, 18.9092254638671875, 4.677483558654785156, 0, 0, -0.71933937072753906, 0.694658815860748291, 120, 255, 1, 53262), -- Ribbon (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+128, 181018, 530, 3487, 0, '0', 0, 0, 9522.36328125, -7245.13720703125, 20.03246879577636718, 5.654868602752685546, 0, 0, -0.30901622772216796, 0.95105677843093872, 120, 255, 1, 53262), -- Ribbon (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+129, 181018, 530, 3487, 0, '0', 0, 0, 9560.380859375, -7195.12158203125, 19.30698776245117187, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 53262), -- Ribbon (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+130, 181018, 530, 3487, 0, '0', 0, 0, 9576.5126953125, -7195.2138671875, 19.32235527038574218, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 53262), -- Ribbon (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+131, 181018, 530, 3487, 0, '0', 0, 0, 9657.0126953125, -7150.7900390625, 19.11701011657714843, 2.042035102844238281, 0, 0, 0.852640151977539062, 0.522498607635498046, 120, 255, 1, 53262), -- Ribbon (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+132, 181018, 530, 3487, 0, '0', 0, 0, 9639.583984375, -7150.5625, 19.08468818664550781, 1.186823248863220214, 0, 0, 0.559192657470703125, 0.829037725925445556, 120, 255, 1, 53262), -- Ribbon (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+133, 181018, 530, 3487, 0, '0', 0, 0, 9663.478515625, -7144.8681640625, 19.02397918701171875, 2.600535154342651367, 0, 0, 0.963629722595214843, 0.26724100112915039, 120, 255, 1, 53262), -- Ribbon (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+134, 181018, 530, 3487, 0, '0', 0, 0, 9633.4853515625, -7144.68798828125, 18.93979263305664062, 0.558503925800323486, 0, 0, 0.275636672973632812, 0.961261868476867675, 120, 255, 1, 53262), -- Ribbon (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+135, 181018, 530, 3487, 0, '0', 0, 0, 9663.3984375, -7126.5791015625, 19.17594337463378906, 3.543023586273193359, 0, 0, -0.97992420196533203, 0.199370384216308593, 120, 255, 1, 53262), -- Ribbon (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+136, 181018, 530, 3487, 0, '0', 0, 0, 9657.05078125, -7120.84912109375, 19.23065185546875, 4.380776405334472656, 0, 0, -0.81411552429199218, 0.580702960491180419, 120, 255, 1, 53262), -- Ribbon (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+137, 181018, 530, 3487, 0, '0', 0, 0, 9633.6806640625, -7126.53369140625, 19.35443496704101562, 5.84685373306274414, 0, 0, -0.21643924713134765, 0.976296067237854003, 120, 255, 1, 53262), -- Ribbon (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+138, 181018, 530, 3487, 0, '0', 0, 0, 9640.12890625, -7120.77099609375, 19.24785423278808593, 5.061456203460693359, 0, 0, -0.57357597351074218, 0.819152355194091796, 120, 255, 1, 53262), -- Ribbon (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+139, 181018, 530, 3487, 0, '0', 0, 0, 9585.78515625, -7071.107421875, 21.85040473937988281, 4.642575740814208984, 0, 0, -0.731353759765625, 0.681998312473297119, 120, 255, 1, 53262), -- Ribbon (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+140, 181018, 530, 3487, 0, '0', 0, 0, 9575.2939453125, -7071.04638671875, 21.81328964233398437, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 53262), -- Ribbon (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+141, 181019, 530, 3487, 0, '0', 0, 0, 9489.0380859375, -7309.97119140625, 16.71025276184082031, 1.343901276588439941, 0, 0, 0.622513771057128906, 0.78260880708694458, 120, 255, 1, 53262), -- Rose Vase (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+142, 181019, 530, 3487, 0, '0', 0, 0, 9488.9931640625, -7311.453125, 16.71074295043945312, 5.131268978118896484, 0, 0, -0.54463863372802734, 0.838670849800109863, 120, 255, 1, 53262), -- Rose Vase (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+143, 181019, 530, 3487, 0, '0', 0, 0, 9488.375, -7312.96435546875, 16.71095466613769531, 2.70525527000427246, 0, 0, 0.97629547119140625, 0.216442063450813293, 120, 255, 1, 53262), -- Rose Vase (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+144, 181019, 530, 3487, 0, '0', 0, 0, 9488.361328125, -7308.64404296875, 16.70913887023925781, 4.066620349884033203, 0, 0, -0.89493370056152343, 0.44619917869567871, 120, 255, 1, 53262), -- Rose Vase (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+145, 181019, 530, 3487, 0, '0', 0, 0, 9485.890625, -7307.2734375, 16.70965576171875, 4.363324165344238281, 0, 0, -0.81915187835693359, 0.573576688766479492, 120, 255, 1, 53262), -- Rose Vase (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+146, 181019, 530, 3487, 0, '0', 0, 0, 9487.1826171875, -7307.66845703125, 16.70949745178222656, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, 53262), -- Rose Vase (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+147, 181019, 530, 3487, 0, '0', 0, 0, 9484.2890625, -7307.5380859375, 16.70977210998535156, 5.288348197937011718, 0, 0, -0.4771585464477539, 0.878817260265350341, 120, 255, 1, 53262), -- Rose Vase (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+148, 181019, 530, 3487, 0, '0', 0, 0, 9533.5234375, -7219.31298828125, 17.29618072509765625, 3.22885894775390625, 0, 0, -0.99904823303222656, 0.043619260191917419, 120, 255, 1, 53262), -- Rose Vase (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+149, 181019, 530, 3487, 0, '0', 0, 0, 9516.9462890625, -7219.28076171875, 17.26947021484375, 2.792518377304077148, 0, 0, 0.984807014465332031, 0.173652306199073791, 120, 255, 1, 53262), -- Rose Vase (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+150, 181019, 530, 3487, 0, '0', 0, 0, 9526.4228515625, -7219.32275390625, 17.29617881774902343, 3.001946926116943359, 0, 0, 0.997563362121582031, 0.069766148924827575, 120, 255, 1, 53262), -- Rose Vase (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+151, 181019, 530, 3487, 0, '0', 0, 0, 9514.53515625, -7219.23291015625, 17.27819252014160156, 4.520402908325195312, 0, 0, -0.77162456512451171, 0.636078238487243652, 120, 255, 1, 53262), -- Rose Vase (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+152, 181019, 530, 3487, 0, '0', 0, 0, 9535.9658203125, -7219.3505859375, 17.29617881774902343, 1.221729278564453125, 0, 0, 0.573575973510742187, 0.819152355194091796, 120, 255, 1, 53262), -- Rose Vase (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+153, 181019, 530, 3487, 0, '0', 0, 0, 9524.0302734375, -7219.29833984375, 17.29617881774902343, 4.118979454040527343, 0, 0, -0.88294696807861328, 0.469472706317901611, 120, 255, 1, 53262), -- Rose Vase (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+154, 181019, 530, 3487, 0, '0', 0, 0, 9578.9208984375, -7208.43115234375, 17.410980224609375, 3.43830275535583496, 0, 0, -0.98901557922363281, 0.147811368107795715, 120, 255, 1, 53262), -- Rose Vase (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+155, 181019, 530, 3487, 0, '0', 0, 0, 9587.1181640625, -7206.6181640625, 17.41127967834472656, 2.338739633560180664, 0, 0, 0.920504570007324218, 0.3907318115234375, 120, 255, 1, 53262), -- Rose Vase (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+156, 181019, 530, 3487, 0, '0', 0, 0, 9615.701171875, -7235.0517578125, 16.32836341857910156, 5.427974700927734375, 0, 0, -0.41469287872314453, 0.909961462020874023, 120, 255, 1, 53262), -- Rose Vase (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+157, 181019, 530, 3487, 0, '0', 0, 0, 9652.5888671875, -7140.015625, 16.77325630187988281, 4.625123500823974609, 0, 0, -0.73727703094482421, 0.67559051513671875, 120, 255, 1, 53262), -- Rose Vase (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+158, 181019, 530, 3487, 0, '0', 0, 0, 9644.5205078125, -7140.0537109375, 16.77325630187988281, 4.991643905639648437, 0, 0, -0.60181427001953125, 0.798636078834533691, 120, 255, 1, 53262), -- Rose Vase (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+159, 181019, 530, 3487, 0, '0', 0, 0, 9652.4619140625, -7131.6806640625, 16.77325057983398437, 5.35816192626953125, 0, 0, -0.446197509765625, 0.894934535026550292, 120, 255, 1, 53262), -- Rose Vase (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+160, 181019, 530, 3487, 0, '0', 0, 0, 9644.5673828125, -7131.666015625, 16.77325057983398437, 3.822272777557373046, 0, 0, -0.94264125823974609, 0.333807557821273803, 120, 255, 1, 53262), -- Rose Vase (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+161, 181020, 530, 3487, 0, '0', 0, 0, 9647.62890625, -7156.845703125, 35.7604522705078125, 4.59021615982055664, 0, 0, -0.74895572662353515, 0.662620067596435546, 120, 255, 1, 53262), -- Ribbon (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+162, 181020, 530, 3487, 0, '0', 0, 0, 9669.650390625, -7135.4306640625, 35.51140213012695312, 0.017452461645007133, 0, 0, 0.008726119995117187, 0.999961912631988525, 120, 255, 1, 53262), -- Ribbon (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+163, 181020, 530, 3487, 0, '0', 0, 0, 9627.513671875, -7135.06494140625, 35.41454315185546875, 2.949595451354980468, 0, 0, 0.995395660400390625, 0.095851235091686248, 120, 255, 1, 53262), -- Ribbon (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+164, 181020, 530, 3487, 0, '0', 0, 0, 9648.775390625, -7114.68994140625, 35.35079574584960937, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 53262), -- Ribbon (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+165, 181022, 530, 3487, 3487, '0', 0, 0, 9943.3173828125, -7191.94287109375, 30.87523460388183593, 4.59021615982055664, 0, 0, -0.74895572662353515, 0.662620067596435546, 120, 255, 1, 53262), -- Wreath (Area: Silvermoon City - Difficulty: 0) CreateObject1 +(@OGUID+166, 181022, 530, 3487, 10275, '0', 0, 0, 9880.78125, -7153.5791015625, 30.95026397705078125, 3.752462387084960937, 0, 0, -0.95371627807617187, 0.300707906484603881, 120, 255, 1, 53262), -- Wreath (Area: Court of the Sun - Difficulty: 0) CreateObject1 +(@OGUID+167, 181022, 530, 3487, 10275, '0', 0, 0, 9913.193359375, -7182.16259765625, 31.00981712341308593, 4.328419685363769531, 0, 0, -0.82903671264648437, 0.559194147586822509, 120, 255, 1, 53262), -- Wreath (Area: Court of the Sun - Difficulty: 0) CreateObject1 +(@OGUID+168, 181022, 530, 3487, 10275, '0', 0, 0, 9866.908203125, -7124.31689453125, 30.87735366821289062, 3.420850038528442382, 0, 0, -0.99026775360107421, 0.139175355434417724, 120, 255, 1, 53262), -- Wreath (Area: Court of the Sun - Difficulty: 0) CreateObject1 +(@OGUID+169, 181022, 530, 3487, 10275, '0', 0, 0, 9828.2861328125, -7261.11181640625, 26.14580726623535156, 4.310965538024902343, 0, 0, -0.83388519287109375, 0.55193793773651123, 120, 255, 1, 53262), -- Wreath (Area: Court of the Sun - Difficulty: 0) CreateObject1 +(@OGUID+170, 181022, 530, 3487, 10275, '0', 0, 0, 9821.5205078125, -7255.11962890625, 26.146728515625, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 120, 255, 1, 53262), -- Wreath (Area: Court of the Sun - Difficulty: 0) CreateObject1 +(@OGUID+171, 181022, 530, 3487, 10275, '0', 0, 0, 9850.2783203125, -7378.314453125, 18.61021232604980468, 4.677483558654785156, 0, 0, -0.71933937072753906, 0.694658815860748291, 120, 255, 1, 53262), -- Wreath (Area: Court of the Sun - Difficulty: 0) CreateObject1 +(@OGUID+172, 181022, 530, 3487, 0, '0', 0, 0, 9806.7666015625, -7407.1630859375, 13.62633800506591796, 0.610863447189331054, 0, 0, 0.3007049560546875, 0.953717231750488281, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+173, 181022, 530, 3487, 0, '0', 0, 0, 9806.04296875, -7431.56689453125, 13.6186838150024414, 5.515241622924804687, 0, 0, -0.37460613250732421, 0.927184045314788818, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+174, 181022, 530, 3487, 0, '0', 0, 0, 9488.0244140625, -7427.109375, 14.27377510070800781, 0.471238493919372558, 0, 0, 0.233445167541503906, 0.972369968891143798, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+175, 181022, 530, 3487, 8619, '0', 0, 0, 9689.5703125, -7286.3583984375, 14.27481937408447265, 2.391098499298095703, 0, 0, 0.930417060852050781, 0.366502493619918823, 120, 255, 1, 53262), -- Wreath (Area: Silvermoon City Inn - Difficulty: 0) CreateObject1 +(@OGUID+176, 181022, 530, 3487, 0, '0', 0, 0, 9538, -7348.09033203125, 14.33662223815917968, 2.251473426818847656, 0, 0, 0.902585029602050781, 0.430511653423309326, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+177, 181022, 530, 3487, 0, '0', 0, 0, 9486.740234375, -7367.53466796875, 14.359893798828125, 0.191985160112380981, 0, 0, 0.095845222473144531, 0.995396256446838378, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+178, 181022, 530, 3487, 0, '0', 0, 0, 9490.1279296875, -7324.17041015625, 14.36572265625, 0.331610709428787231, 0, 0, 0.16504669189453125, 0.986285746097564697, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+179, 181022, 530, 3487, 0, '0', 0, 0, 9491.392578125, -7265.119140625, 14.32604312896728515, 4.852017402648925781, 0, 0, -0.65605831146240234, 0.754710197448730468, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+180, 181022, 530, 3487, 0, '0', 0, 0, 9477.5703125, -7303.158203125, 14.36950206756591796, 1.047197580337524414, 0, 0, 0.5, 0.866025388240814208, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+181, 181022, 530, 3487, 0, '0', 0, 0, 9662.470703125, -7240.89306640625, 14.36361408233642578, 5.166176319122314453, 0, 0, -0.52991867065429687, 0.84804844856262207, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+182, 181022, 530, 3487, 0, '0', 0, 0, 9688.67578125, -7243.61572265625, 14.21337890625, 3.804818391799926757, 0, 0, -0.94551849365234375, 0.325568377971649169, 120, 255, 1, 53262), -- Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+183, 181025, 530, 3487, 3487, '0', 0, 0, 9691.525390625, -7289.6396484375, 19.61028480529785156, 1.535889506340026855, 0, 0, 0.694658279418945312, 0.719339847564697265, 120, 255, 1, 53262), -- Huge Ribbon (Area: Silvermoon City - Difficulty: 0) CreateObject1 +(@OGUID+184, 181025, 530, 3487, 3487, '0', 0, 0, 9677.24609375, -7226.38232421875, 28.18848609924316406, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 53262), -- Huge Ribbon (Area: Silvermoon City - Difficulty: 0) CreateObject1 +(@OGUID+185, 181025, 530, 3487, 3487, '0', 0, 0, 9677.2109375, -7221.68701171875, 27.42990493774414062, 1.553341388702392578, 0, 0, 0.700908660888671875, 0.713251054286956787, 120, 255, 1, 53262), -- Huge Ribbon (Area: Silvermoon City - Difficulty: 0) CreateObject1 +(@OGUID+186, 181025, 530, 3487, 3487, '0', 0, 0, 9863.326171875, -7454.56787109375, 22.94589424133300781, 1.815141916275024414, 0, 0, 0.788010597229003906, 0.615661680698394775, 120, 255, 1, 53262), -- Huge Ribbon (Area: Silvermoon City - Difficulty: 0) CreateObject1 +(@OGUID+187, 181025, 530, 3487, 3487, '0', 0, 0, 9661.7314453125, -7289.43505859375, 20.14130592346191406, 1.535889506340026855, 0, 0, 0.694658279418945312, 0.719339847564697265, 120, 255, 1, 53262), -- Huge Ribbon (Area: Silvermoon City - Difficulty: 0) CreateObject1 +(@OGUID+188, 181025, 530, 3487, 3487, '0', 0, 0, 9838.107421875, -7454.220703125, 23.00671768188476562, 1.553341388702392578, 0, 0, 0.700908660888671875, 0.713251054286956787, 120, 255, 1, 53262), -- Huge Ribbon (Area: Silvermoon City - Difficulty: 0) CreateObject1 +(@OGUID+189, 181025, 530, 3487, 10275, '0', 0, 0, 9518.9345703125, -7076.87255859375, 35.18242263793945312, 4.764749526977539062, 0, 0, -0.6883544921875, 0.725374460220336914, 120, 255, 1, 53262), -- Huge Ribbon (Area: Court of the Sun - Difficulty: 0) CreateObject1 +(@OGUID+190, 181025, 530, 3487, 10275, '0', 0, 0, 9455.9267578125, -7278.58154296875, 27.55553817749023437, 0, 0, 0, 0, 1, 120, 255, 1, 53262), -- Huge Ribbon (Area: Court of the Sun - Difficulty: 0) CreateObject1 +(@OGUID+191, 181025, 530, 3487, 0, '0', 0, 0, 9552.869140625, -7076.55224609375, 35.09385299682617187, 4.660029888153076171, 0, 0, -0.72537422180175781, 0.688354730606079101, 120, 255, 1, 53262), -- Huge Ribbon (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+192, 181027, 530, 3487, 10275, '0', 0, 0, 9881.251953125, -7191.3349609375, 31.84415435791015625, 5.445427894592285156, 0, 0, -0.40673637390136718, 0.913545548915863037, 120, 255, 1, 53262), -- Floating Wreath (Area: Court of the Sun - Difficulty: 0) CreateObject1 +(@OGUID+193, 181027, 530, 3487, 10275, '0', 0, 0, 9889.951171875, -7200.953125, 31.86971664428710937, 0.890116631984710693, 0, 0, 0.430510520935058593, 0.902585566043853759, 120, 255, 1, 53262), -- Floating Wreath (Area: Court of the Sun - Difficulty: 0) CreateObject1 +(@OGUID+194, 181027, 530, 3487, 10275, '0', 0, 0, 9870.33203125, -7184.63623046875, 31.87049102783203125, 2.042035102844238281, 0, 0, 0.852640151977539062, 0.522498607635498046, 120, 255, 1, 53262), -- Floating Wreath (Area: Court of the Sun - Difficulty: 0) CreateObject1 +(@OGUID+195, 181027, 530, 3487, 10275, '0', 0, 0, 9890.71484375, -7214.22021484375, 31.86612701416015625, 4.136432647705078125, 0, 0, -0.87881660461425781, 0.477159708738327026, 120, 255, 1, 53262), -- Floating Wreath (Area: Court of the Sun - Difficulty: 0) CreateObject1 +(@OGUID+196, 181027, 530, 3487, 10275, '0', 0, 0, 9861.693359375, -7203.56494140625, 31.98160552978515625, 3.316144466400146484, 0, 0, -0.99619388580322265, 0.087165042757987976, 120, 255, 1, 53262), -- Floating Wreath (Area: Court of the Sun - Difficulty: 0) CreateObject1 +(@OGUID+197, 181027, 530, 3487, 10275, '0', 0, 0, 9857.701171875, -7186.15087890625, 31.82882308959960937, 5.777040958404541015, 0, 0, -0.25037956237792968, 0.968147754669189453, 120, 255, 1, 53262), -- Floating Wreath (Area: Court of the Sun - Difficulty: 0) CreateObject1 +(@OGUID+198, 181027, 530, 3487, 10275, '0', 0, 0, 9871.1455078125, -7211.52197265625, 31.98823738098144531, 4.677483558654785156, 0, 0, -0.71933937072753906, 0.694658815860748291, 120, 255, 1, 53262), -- Floating Wreath (Area: Court of the Sun - Difficulty: 0) CreateObject1 +(@OGUID+199, 181027, 530, 3487, 10275, '0', 0, 0, 9883.7548828125, -7223.82763671875, 31.89215469360351562, 5.602506637573242187, 0, 0, -0.33380699157714843, 0.942641437053680419, 120, 255, 1, 53262), -- Floating Wreath (Area: Court of the Sun - Difficulty: 0) CreateObject1 +(@OGUID+200, 181027, 530, 3487, 10275, '0', 0, 0, 9850.072265625, -7193.4716796875, 31.85660171508789062, 1.902408957481384277, 0, 0, 0.814115524291992187, 0.580702960491180419, 120, 255, 1, 53262), -- Floating Wreath (Area: Court of the Sun - Difficulty: 0) CreateObject1 +(@OGUID+201, 181027, 530, 3487, 10275, '0', 0, 0, 9860.6416015625, -7225.19091796875, 32.14094161987304687, 0.27925160527229309, 0, 0, 0.139172554016113281, 0.990268170833587646, 120, 255, 1, 53262), -- Floating Wreath (Area: Court of the Sun - Difficulty: 0) CreateObject1 +(@OGUID+202, 181027, 530, 3487, 10275, '0', 0, 0, 9850.548828125, -7216.78564453125, 32.0507965087890625, 1.85004889965057373, 0, 0, 0.798635482788085937, 0.60181504487991333, 120, 255, 1, 53262), -- Floating Wreath (Area: Court of the Sun - Difficulty: 0) CreateObject1 +(@OGUID+203, 181027, 530, 3487, 10275, '0', 0, 0, 9848.2705078125, -7239.60009765625, 27.20892715454101562, 1.221729278564453125, 0, 0, 0.573575973510742187, 0.819152355194091796, 120, 255, 1, 53262), -- Floating Wreath (Area: Court of the Sun - Difficulty: 0) CreateObject1 +(@OGUID+204, 181027, 530, 3487, 10275, '0', 0, 0, 9838.82421875, -7231.603515625, 27.25397682189941406, 2.44346022605895996, 0, 0, 0.939692497253417968, 0.34202045202255249, 120, 255, 1, 53262), -- Floating Wreath (Area: Court of the Sun - Difficulty: 0) CreateObject1 +(@OGUID+205, 181027, 530, 3487, 10275, '0', 0, 0, 9825.8876953125, -7237.28662109375, 27.19095230102539062, 1.797688722610473632, 0, 0, 0.7826080322265625, 0.622514784336090087, 120, 255, 1, 53262), -- Floating Wreath (Area: Court of the Sun - Difficulty: 0) CreateObject1 +(@OGUID+206, 181027, 530, 3487, 10275, '0', 0, 0, 9830.138671875, -7251.78955078125, 27.23244667053222656, 3.874631166458129882, 0, 0, -0.93358039855957031, 0.358368009328842163, 120, 255, 1, 53262), -- Floating Wreath (Area: Court of the Sun - Difficulty: 0) CreateObject1 +(@OGUID+207, 181027, 530, 3487, 10275, '0', 0, 0, 9844.71875, -7253.453125, 27.27034378051757812, 3.94444584846496582, 0, 0, -0.92050457000732421, 0.3907318115234375, 120, 255, 1, 53262), -- Floating Wreath (Area: Court of the Sun - Difficulty: 0) CreateObject1 +(@OGUID+208, 181027, 530, 3487, 0, '0', 0, 0, 9564.4658203125, -7138.30712890625, 16.38211822509765625, 1.308995485305786132, 0, 0, 0.608760833740234375, 0.793353796005249023, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+209, 181027, 530, 3487, 0, '0', 0, 0, 9561.5966796875, -7129.25146484375, 16.33113670349121093, 6.03883981704711914, 0, 0, -0.12186908721923828, 0.9925462007522583, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+210, 181027, 530, 3487, 0, '0', 0, 0, 9552.8203125, -7127.34521484375, 16.37856292724609375, 2.024578809738159179, 0, 0, 0.848047256469726562, 0.529920578002929687, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+211, 181027, 530, 3487, 0, '0', 0, 0, 9548.7587890625, -7142.45166015625, 16.375244140625, 2.495818138122558593, 0, 0, 0.948323249816894531, 0.317305892705917358, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+212, 181027, 530, 3487, 0, '0', 0, 0, 9546.185546875, -7133.55224609375, 16.34258651733398437, 1.117009282112121582, 0, 0, 0.529918670654296875, 0.84804844856262207, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+213, 181027, 530, 3487, 0, '0', 0, 0, 9558.12109375, -7144.9228515625, 16.34305953979492187, 3.351046562194824218, 0, 0, -0.99452114105224609, 0.104535527527332305, 120, 255, 1, 53262), -- Floating Wreath (Area: 0 - Difficulty: 0) CreateObject1 +(@OGUID+214, 181055, 530, 3487, 3487, '0', 0, 0, 10007.3408203125, -7030.9033203125, 57.9728546142578125, 4.066620349884033203, 0, 0, -0.89493370056152343, 0.44619917869567871, 120, 255, 1, 53262), -- Lovely Streamers (Area: Silvermoon City - Difficulty: 0) CreateObject1 +(@OGUID+215, 181055, 530, 3487, 3487, '0', 0, 0, 10010.6767578125, -7199.16650390625, 44.22095489501953125, 2.478367090225219726, 0, 0, 0.94551849365234375, 0.325568377971649169, 120, 255, 1, 53262), -- Lovely Streamers (Area: Silvermoon City - Difficulty: 0) CreateObject1 +(@OGUID+216, 181055, 530, 3487, 3487, '0', 0, 0, 9992.330078125, -7205.0625, 44.06254959106445312, 2.181660413742065429, 0, 0, 0.887010574340820312, 0.461749136447906494, 120, 255, 1, 53262), -- Lovely Streamers (Area: Silvermoon City - Difficulty: 0) CreateObject1 +(@OGUID+217, 181055, 530, 3487, 10275, '0', 0, 0, 9952.4189453125, -7232.267578125, 43.902801513671875, 2.234017848968505859, 0, 0, 0.898793220520019531, 0.438372820615768432, 120, 255, 1, 53262), -- Lovely Streamers (Area: Court of the Sun - Difficulty: 0) CreateObject1 +(@OGUID+218, 181055, 530, 3487, 10275, '0', 0, 0, 9945.498046875, -7242.048828125, 43.90578460693359375, 2.792518377304077148, 0, 0, 0.984807014465332031, 0.173652306199073791, 120, 255, 1, 53262), -- Lovely Streamers (Area: Court of the Sun - Difficulty: 0) CreateObject1 +(@OGUID+219, 181055, 530, 3487, 3487, '0', 0, 0, 9954.9970703125, -7098.5712890625, 59.8618927001953125, 3.996806621551513671, 0, 0, -0.90996074676513671, 0.414694398641586303, 120, 255, 1, 53262), -- Lovely Streamers (Area: Silvermoon City - Difficulty: 0) CreateObject1 +(@OGUID+220, 181055, 530, 3487, 3487, '0', 0, 0, 10002.228515625, -7202.46728515625, 44.06781768798828125, 1.466075778007507324, 0, 0, 0.669130325317382812, 0.74314504861831665, 120, 255, 1, 53262), -- Lovely Streamers (Area: Silvermoon City - Difficulty: 0) CreateObject1 +(@OGUID+221, 411551, 530, 3487, 3487, '0', 0, 0, 9607.1962890625, -7183.45654296875, 14.27576160430908203, 1.576251983642578125, 0, 0, 0.709033012390136718, 0.705175280570983886, 120, 255, 1, 53262), -- Scenic Getaway Portal (Area: Silvermoon City - Difficulty: 0) CreateObject1 +(@OGUID+222, 416381, 530, 3487, 3487, '0', 0, 0, 9607.1962890625, -7183.45654296875, 14.27576160430908203, 1.576251983642578125, 0, 0, 0.709033012390136718, 0.705175280570983886, 120, 255, 1, 53262); -- Portal Arch (Area: Silvermoon City - Difficulty: 0) CreateObject1 + +-- Event spawns +DELETE FROM `game_event_creature` WHERE `eventEntry`=@EVENT AND `guid` BETWEEN @CGUID+0 AND @CGUID+2; +INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES +(@EVENT, @CGUID+0), +(@EVENT, @CGUID+1), +(@EVENT, @CGUID+2); + +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=@EVENT AND `guid` BETWEEN @OGUID+0 AND @OGUID+222; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(@EVENT, @OGUID+0), +(@EVENT, @OGUID+1), +(@EVENT, @OGUID+2), +(@EVENT, @OGUID+3), +(@EVENT, @OGUID+4), +(@EVENT, @OGUID+5), +(@EVENT, @OGUID+6), +(@EVENT, @OGUID+7), +(@EVENT, @OGUID+8), +(@EVENT, @OGUID+9), +(@EVENT, @OGUID+10), +(@EVENT, @OGUID+11), +(@EVENT, @OGUID+12), +(@EVENT, @OGUID+13), +(@EVENT, @OGUID+14), +(@EVENT, @OGUID+15), +(@EVENT, @OGUID+16), +(@EVENT, @OGUID+17), +(@EVENT, @OGUID+18), +(@EVENT, @OGUID+19), +(@EVENT, @OGUID+20), +(@EVENT, @OGUID+21), +(@EVENT, @OGUID+22), +(@EVENT, @OGUID+23), +(@EVENT, @OGUID+24), +(@EVENT, @OGUID+25), +(@EVENT, @OGUID+26), +(@EVENT, @OGUID+27), +(@EVENT, @OGUID+28), +(@EVENT, @OGUID+29), +(@EVENT, @OGUID+30), +(@EVENT, @OGUID+31), +(@EVENT, @OGUID+32), +(@EVENT, @OGUID+33), +(@EVENT, @OGUID+34), +(@EVENT, @OGUID+35), +(@EVENT, @OGUID+36), +(@EVENT, @OGUID+37), +(@EVENT, @OGUID+38), +(@EVENT, @OGUID+39), +(@EVENT, @OGUID+40), +(@EVENT, @OGUID+41), +(@EVENT, @OGUID+42), +(@EVENT, @OGUID+43), +(@EVENT, @OGUID+44), +(@EVENT, @OGUID+45), +(@EVENT, @OGUID+46), +(@EVENT, @OGUID+47), +(@EVENT, @OGUID+48), +(@EVENT, @OGUID+49), +(@EVENT, @OGUID+50), +(@EVENT, @OGUID+51), +(@EVENT, @OGUID+52), +(@EVENT, @OGUID+53), +(@EVENT, @OGUID+54), +(@EVENT, @OGUID+55), +(@EVENT, @OGUID+56), +(@EVENT, @OGUID+57), +(@EVENT, @OGUID+58), +(@EVENT, @OGUID+59), +(@EVENT, @OGUID+60), +(@EVENT, @OGUID+61), +(@EVENT, @OGUID+62), +(@EVENT, @OGUID+63), +(@EVENT, @OGUID+64), +(@EVENT, @OGUID+65), +(@EVENT, @OGUID+66), +(@EVENT, @OGUID+67), +(@EVENT, @OGUID+68), +(@EVENT, @OGUID+69), +(@EVENT, @OGUID+70), +(@EVENT, @OGUID+71), +(@EVENT, @OGUID+72), +(@EVENT, @OGUID+73), +(@EVENT, @OGUID+74), +(@EVENT, @OGUID+75), +(@EVENT, @OGUID+76), +(@EVENT, @OGUID+77), +(@EVENT, @OGUID+78), +(@EVENT, @OGUID+79), +(@EVENT, @OGUID+80), +(@EVENT, @OGUID+81), +(@EVENT, @OGUID+82), +(@EVENT, @OGUID+83), +(@EVENT, @OGUID+84), +(@EVENT, @OGUID+85), +(@EVENT, @OGUID+86), +(@EVENT, @OGUID+87), +(@EVENT, @OGUID+88), +(@EVENT, @OGUID+89), +(@EVENT, @OGUID+90), +(@EVENT, @OGUID+91), +(@EVENT, @OGUID+92), +(@EVENT, @OGUID+93), +(@EVENT, @OGUID+94), +(@EVENT, @OGUID+95), +(@EVENT, @OGUID+96), +(@EVENT, @OGUID+97), +(@EVENT, @OGUID+98), +(@EVENT, @OGUID+99), +(@EVENT, @OGUID+100), +(@EVENT, @OGUID+101), +(@EVENT, @OGUID+102), +(@EVENT, @OGUID+103), +(@EVENT, @OGUID+104), +(@EVENT, @OGUID+105), +(@EVENT, @OGUID+106), +(@EVENT, @OGUID+107), +(@EVENT, @OGUID+108), +(@EVENT, @OGUID+109), +(@EVENT, @OGUID+110), +(@EVENT, @OGUID+111), +(@EVENT, @OGUID+112), +(@EVENT, @OGUID+113), +(@EVENT, @OGUID+114), +(@EVENT, @OGUID+115), +(@EVENT, @OGUID+116), +(@EVENT, @OGUID+117), +(@EVENT, @OGUID+118), +(@EVENT, @OGUID+119), +(@EVENT, @OGUID+120), +(@EVENT, @OGUID+121), +(@EVENT, @OGUID+122), +(@EVENT, @OGUID+123), +(@EVENT, @OGUID+124), +(@EVENT, @OGUID+125), +(@EVENT, @OGUID+126), +(@EVENT, @OGUID+127), +(@EVENT, @OGUID+128), +(@EVENT, @OGUID+129), +(@EVENT, @OGUID+130), +(@EVENT, @OGUID+131), +(@EVENT, @OGUID+132), +(@EVENT, @OGUID+133), +(@EVENT, @OGUID+134), +(@EVENT, @OGUID+135), +(@EVENT, @OGUID+136), +(@EVENT, @OGUID+137), +(@EVENT, @OGUID+138), +(@EVENT, @OGUID+139), +(@EVENT, @OGUID+140), +(@EVENT, @OGUID+141), +(@EVENT, @OGUID+142), +(@EVENT, @OGUID+143), +(@EVENT, @OGUID+144), +(@EVENT, @OGUID+145), +(@EVENT, @OGUID+146), +(@EVENT, @OGUID+147), +(@EVENT, @OGUID+148), +(@EVENT, @OGUID+149), +(@EVENT, @OGUID+150), +(@EVENT, @OGUID+151), +(@EVENT, @OGUID+152), +(@EVENT, @OGUID+153), +(@EVENT, @OGUID+154), +(@EVENT, @OGUID+155), +(@EVENT, @OGUID+156), +(@EVENT, @OGUID+157), +(@EVENT, @OGUID+158), +(@EVENT, @OGUID+159), +(@EVENT, @OGUID+160), +(@EVENT, @OGUID+161), +(@EVENT, @OGUID+162), +(@EVENT, @OGUID+163), +(@EVENT, @OGUID+164), +(@EVENT, @OGUID+165), +(@EVENT, @OGUID+166), +(@EVENT, @OGUID+167), +(@EVENT, @OGUID+168), +(@EVENT, @OGUID+169), +(@EVENT, @OGUID+170), +(@EVENT, @OGUID+171), +(@EVENT, @OGUID+172), +(@EVENT, @OGUID+173), +(@EVENT, @OGUID+174), +(@EVENT, @OGUID+175), +(@EVENT, @OGUID+176), +(@EVENT, @OGUID+177), +(@EVENT, @OGUID+178), +(@EVENT, @OGUID+179), +(@EVENT, @OGUID+180), +(@EVENT, @OGUID+181), +(@EVENT, @OGUID+182), +(@EVENT, @OGUID+183), +(@EVENT, @OGUID+184), +(@EVENT, @OGUID+185), +(@EVENT, @OGUID+186), +(@EVENT, @OGUID+187), +(@EVENT, @OGUID+188), +(@EVENT, @OGUID+189), +(@EVENT, @OGUID+190), +(@EVENT, @OGUID+191), +(@EVENT, @OGUID+192), +(@EVENT, @OGUID+193), +(@EVENT, @OGUID+194), +(@EVENT, @OGUID+195), +(@EVENT, @OGUID+196), +(@EVENT, @OGUID+197), +(@EVENT, @OGUID+198), +(@EVENT, @OGUID+199), +(@EVENT, @OGUID+200), +(@EVENT, @OGUID+201), +(@EVENT, @OGUID+202), +(@EVENT, @OGUID+203), +(@EVENT, @OGUID+204), +(@EVENT, @OGUID+205), +(@EVENT, @OGUID+206), +(@EVENT, @OGUID+207), +(@EVENT, @OGUID+208), +(@EVENT, @OGUID+209), +(@EVENT, @OGUID+210), +(@EVENT, @OGUID+211), +(@EVENT, @OGUID+212), +(@EVENT, @OGUID+213), +(@EVENT, @OGUID+214), +(@EVENT, @OGUID+215), +(@EVENT, @OGUID+216), +(@EVENT, @OGUID+217), +(@EVENT, @OGUID+218), +(@EVENT, @OGUID+219), +(@EVENT, @OGUID+220), +(@EVENT, @OGUID+221), +(@EVENT, @OGUID+222); diff --git a/sql/updates/world/master/2024_03_18_07_world_hallows_end_eversong_woods.sql b/sql/updates/world/master/2024_03_18_07_world_hallows_end_eversong_woods.sql new file mode 100644 index 0000000000000..c2e22ff17baa1 --- /dev/null +++ b/sql/updates/world/master/2024_03_18_07_world_hallows_end_eversong_woods.sql @@ -0,0 +1,2023 @@ +-- +SET @CGUID := 3800000; +SET @OGUID := 3800000; + +-- Old creature spawns +DELETE FROM `creature` WHERE `guid` BETWEEN 3000073 AND 3000088; +DELETE FROM `creature_addon` WHERE `guid` BETWEEN 3000073 AND 3000088; +DELETE FROM `game_event_creature` WHERE `guid` BETWEEN 3000073 AND 3000088; + +-- Creature spawns +DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+15; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES +(@CGUID+0, 22816, 530, 3487, 10275, '0', 0, 0, 0, 0, 9856.6181640625, -7139.23095703125, 30.96070098876953125, 4.711879253387451171, 120, 10, 0, 188, 0, 1, NULL, NULL, NULL, NULL, 46340), -- Black Cat (Area: Court of the Sun - Difficulty: 0) +(@CGUID+1, 22816, 530, 3487, 0, '0', 0, 0, 0, 0, 9591.7451171875, -7164.8671875, 14.25202655792236328, 5.156181812286376953, 120, 10, 0, 188, 0, 1, NULL, NULL, NULL, NULL, 46340), -- Black Cat (Area: 0 - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+2, 22816, 530, 3487, 10275, '0', 0, 0, 0, 0, 9783.1591796875, -7292.28564453125, 26.14041900634765625, 5.405787467956542968, 120, 10, 0, 188, 0, 1, NULL, NULL, NULL, NULL, 46340), -- Black Cat (Area: Court of the Sun - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+3, 22816, 530, 3487, 10275, '0', 0, 0, 0, 0, 9887.849609375, -7360.814453125, 20.78044319152832031, 0.645771801471710205, 120, 10, 0, 188, 0, 1, NULL, NULL, NULL, NULL, 46340), -- Black Cat (Area: Court of the Sun - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+4, 22816, 530, 3487, 8619, '0', 0, 0, 0, 0, 9605.5, -7439.73193359375, 13.5778207778930664, 0.383874714374542236, 120, 10, 0, 188, 0, 1, NULL, NULL, NULL, NULL, 46340), -- Black Cat (Area: Silvermoon City Inn - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+5, 22816, 530, 3487, 0, '0', 0, 0, 0, 0, 9515.33984375, -7334.18603515625, 14.38002490997314453, 3.127108335494995117, 120, 10, 0, 188, 0, 1, NULL, NULL, NULL, NULL, 46340), -- Black Cat (Area: 0 - Difficulty: 0) +(@CGUID+6, 22816, 530, 3487, 0, '0', 0, 0, 0, 0, 9507.236328125, -7133.67333984375, 16.15474510192871093, 2.462960004806518554, 120, 10, 0, 188, 0, 1, NULL, NULL, NULL, NULL, 46340), -- Black Cat (Area: 0 - Difficulty: 0) +(@CGUID+7, 22816, 530, 3487, 10275, '0', 0, 0, 0, 0, 9822.6484375, -7397.95263671875, 13.6123514175415039, 1.009521842002868652, 120, 10, 0, 188, 0, 1, NULL, NULL, NULL, NULL, 46340), -- Black Cat (Area: Court of the Sun - Difficulty: 0) +(@CGUID+8, 22816, 530, 3430, 3430, '0', 0, 0, 0, 0, 9506.50390625, -7279.04150390625, 14.00145149230957031, 1.586262941360473632, 120, 10, 0, 188, 0, 1, NULL, NULL, NULL, NULL, 46340), -- Black Cat (Area: Eversong Woods - Difficulty: 0) +(@CGUID+9, 22816, 530, 3487, 0, '0', 0, 0, 0, 0, 9750.5947265625, -7311.27001953125, 24.40333175659179687, 4.719152450561523437, 120, 10, 0, 188, 0, 1, NULL, NULL, NULL, NULL, 46340), -- Black Cat (Area: 0 - Difficulty: 0) +(@CGUID+10, 22816, 530, 3487, 10275, '0', 0, 0, 0, 0, 9892.88671875, -7408.77978515625, 13.2936248779296875, 2.781972646713256835, 120, 10, 0, 188, 0, 1, NULL, NULL, NULL, NULL, 46340), -- Black Cat (Area: Court of the Sun - Difficulty: 0) +(@CGUID+11, 22816, 530, 3487, 0, '0', 0, 0, 0, 0, 9684.0341796875, -7461.8779296875, 13.55712699890136718, 0.338368177413940429, 120, 10, 0, 188, 0, 1, NULL, NULL, NULL, NULL, 46340), -- Black Cat (Area: 0 - Difficulty: 0) +(@CGUID+12, 22816, 530, 3487, 0, '0', 0, 0, 0, 0, 9551.90234375, -7440.51953125, 15.46481132507324218, 2.272689580917358398, 120, 10, 0, 188, 0, 1, NULL, NULL, NULL, NULL, 46340), -- Black Cat (Area: 0 - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+13, 22816, 530, 3487, 0, '0', 0, 0, 0, 0, 9576.673828125, -7329.2197265625, 14.11663246154785156, 2.232407569885253906, 120, 10, 0, 188, 0, 1, NULL, NULL, NULL, NULL, 46340), -- Black Cat (Area: 0 - Difficulty: 0) +(@CGUID+14, 40435, 530, 3487, 0, '0', 0, 0, 0, 0, 9683.4580078125, -7486.38720703125, 14.90762519836425781, 1.553343057632446289, 120, 0, 0, 18771, 0, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Ghost (Area: 0 - Difficulty: 0) (Auras: 33900 - Shroud of Death) +(@CGUID+15, 40435, 530, 3487, 0, '0', 0, 0, 0, 0, 9549.4013671875, -7180.8056640625, 13.16619586944580078, 1.797689080238342285, 120, 0, 0, 18771, 0, 0, NULL, NULL, NULL, NULL, 46340); -- Headless Ghost (Area: 0 - Difficulty: 0) (Auras: 33900 - Shroud of Death) + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3001623 AND 3002384; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3001623 AND 3002384; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3001623 AND 3002384; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+761; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 530, 3487, 3487, '0', 0, 0, 9962.7939453125, -7044.11328125, 45.363037109375, 1.553341388702392578, 0, 0, 0.700908660888671875, 0.713251054286956787, 120, 255, 1, 46340), -- G_Pumpkin_01 (Area: Silvermoon City - Difficulty: 0) +(@OGUID+1, 180405, 530, 3487, 3487, '0', 0, 0, 9937.7939453125, -7097.07080078125, 47.70890045166015625, 0.401424884796142578, 0, 0, 0.199367523193359375, 0.979924798011779785, 120, 255, 1, 46340), -- G_Pumpkin_01 (Area: Silvermoon City - Difficulty: 0) +(@OGUID+2, 180405, 530, 3487, 10275, '0', 0, 0, 9884.935546875, -7169.98583984375, 31.02320671081542968, 6.213373661041259765, 0, 0, -0.03489875793457031, 0.999390840530395507, 120, 255, 1, 46340), -- G_Pumpkin_01 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+3, 180405, 530, 3487, 10275, '0', 0, 0, 10006.25390625, -7187.13916015625, 30.87764930725097656, 4.677483558654785156, 0, 0, -0.71933937072753906, 0.694658815860748291, 120, 255, 1, 46340), -- G_Pumpkin_01 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+4, 180405, 530, 3487, 10275, '0', 0, 0, 9969.6455078125, -7207.017578125, 30.877716064453125, 4.502951622009277343, 0, 0, -0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46340), -- G_Pumpkin_01 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+5, 180405, 530, 3487, 10275, '0', 0, 0, 9854.1162109375, -7205.00732421875, 32.57994461059570312, 5.113816738128662109, 0, 0, -0.55193614959716796, 0.833886384963989257, 120, 255, 1, 46340), -- G_Pumpkin_01 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+6, 180405, 530, 3487, 10275, '0', 0, 0, 9944.4345703125, -7243.8603515625, 32.054290771484375, 3.420850038528442382, 0, 0, -0.99026775360107421, 0.139175355434417724, 120, 255, 1, 46340), -- G_Pumpkin_01 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+7, 180405, 530, 3487, 10275, '0', 0, 0, 9846.4267578125, -7336.0458984375, 26.281524658203125, 3.612837791442871093, 0, 0, -0.97236919403076171, 0.233448356389999389, 120, 255, 1, 46340), -- G_Pumpkin_01 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+8, 180405, 530, 3487, 10275, '0', 0, 0, 9854.154296875, -7336.2666015625, 26.28672599792480468, 3.43830275535583496, 0, 0, -0.98901557922363281, 0.147811368107795715, 120, 255, 1, 46340), -- G_Pumpkin_01 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+9, 180405, 530, 3487, 10275, '0', 0, 0, 9798.712890625, -7294.25439453125, 26.51827239990234375, 4.991643905639648437, 0, 0, -0.60181427001953125, 0.798636078834533691, 120, 255, 1, 46340), -- G_Pumpkin_01 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+10, 180405, 530, 3487, 10275, '0', 0, 0, 9835.66796875, -7372.00537109375, 20.4515380859375, 2.251473426818847656, 0, 0, 0.902585029602050781, 0.430511653423309326, 120, 255, 1, 46340), -- G_Pumpkin_01 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+11, 180405, 530, 3487, 0, '0', 0, 0, 9823.1484375, -7386.11279296875, 20.45556831359863281, 0.994837164878845214, 0, 0, 0.477158546447753906, 0.878817260265350341, 120, 255, 1, 46340), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+12, 180405, 530, 3487, 0, '0', 0, 0, 9899.0830078125, -7405.3583984375, 13.6273956298828125, 5.044002056121826171, 0, 0, -0.58070278167724609, 0.814115643501281738, 120, 255, 1, 46340), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+13, 180405, 530, 3487, 0, '0', 0, 0, 9828.6025390625, -7428.65625, 13.6190042495727539, 3.281238555908203125, 0, 0, -0.99756336212158203, 0.069766148924827575, 120, 255, 1, 46340), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+14, 180405, 530, 3487, 0, '0', 0, 0, 9881.0517578125, -7461.77587890625, 18.23401451110839843, 3.211419343948364257, 0, 0, -0.9993906021118164, 0.034906134009361267, 120, 255, 1, 46340), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+15, 180405, 530, 3487, 0, '0', 0, 0, 9771.7099609375, -7476.25244140625, 13.54951858520507812, 1.553341388702392578, 0, 0, 0.700908660888671875, 0.713251054286956787, 120, 255, 1, 46340), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+16, 180405, 530, 3487, 0, '0', 0, 0, 9771.548828125, -7499.52197265625, 13.54951667785644531, 2.268925428390502929, 0, 0, 0.906307220458984375, 0.422619491815567016, 120, 255, 1, 46340), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+17, 180405, 530, 3487, 0, '0', 0, 0, 9765.728515625, -7484.29443359375, 13.5196685791015625, 5.061456203460693359, 0, 0, -0.57357597351074218, 0.819152355194091796, 120, 255, 1, 46340), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+18, 180405, 530, 3487, 0, '0', 0, 0, 9701.9560546875, -7339.5068359375, 26.806793212890625, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 120, 255, 1, 46340), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+19, 180405, 530, 3487, 0, '0', 0, 0, 9667.3486328125, -7347.88623046875, 11.93055057525634765, 3.054326534271240234, 0, 0, 0.999048233032226562, 0.043619260191917419, 120, 255, 1, 46340), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+20, 180405, 530, 3487, 0, '0', 0, 0, 9677.78515625, -7394.2255859375, 11.60503864288330078, 0.663223206996917724, 0, 0, 0.325567245483398437, 0.945518851280212402, 120, 255, 1, 46340), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+21, 180405, 530, 3487, 0, '0', 0, 0, 9693.2255859375, -7409.7041015625, 13.88845062255859375, 5.777040958404541015, 0, 0, -0.25037956237792968, 0.968147754669189453, 120, 255, 1, 46340), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+22, 180405, 530, 3487, 0, '0', 0, 0, 9662.1474609375, -7239.54248046875, 14.36049079895019531, 1.117009282112121582, 0, 0, 0.529918670654296875, 0.84804844856262207, 120, 255, 1, 46340), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+23, 180405, 530, 3487, 0, '0', 0, 0, 9677.3994140625, -7499.9853515625, 15.73776721954345703, 0.209439441561698913, 0, 0, 0.104528427124023437, 0.994521915912628173, 120, 255, 1, 46340), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+24, 180405, 530, 3487, 0, '0', 0, 0, 9563.6220703125, -7483.45166015625, 15.5327005386352539, 4.276057243347167968, 0, 0, -0.84339141845703125, 0.537299633026123046, 120, 255, 1, 46340), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+25, 180405, 530, 3487, 0, '0', 0, 0, 9557.8525390625, -7400.03466796875, 16.83773231506347656, 2.67034769058227539, 0, 0, 0.972369194030761718, 0.233448356389999389, 120, 255, 1, 46340), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+26, 180405, 530, 3487, 0, '0', 0, 0, 9523.4794921875, -7423.12353515625, 14.2508697509765625, 4.625123500823974609, 0, 0, -0.73727703094482421, 0.67559051513671875, 120, 255, 1, 46340), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+27, 180405, 530, 3487, 0, '0', 0, 0, 9519.9658203125, -7377.38037109375, 14.30159187316894531, 5.044002056121826171, 0, 0, -0.58070278167724609, 0.814115643501281738, 120, 255, 1, 46340), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+28, 180405, 530, 3487, 0, '0', 0, 0, 9545.91796875, -7262.88916015625, 14.31576347351074218, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, 46340), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+29, 180405, 530, 3487, 0, '0', 0, 0, 9537.6455078125, -7244.09326171875, 16.40305709838867187, 6.108653545379638671, 0, 0, -0.08715534210205078, 0.996194720268249511, 120, 255, 1, 46340), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+30, 180405, 530, 3487, 0, '0', 0, 0, 9468.1103515625, -7288.119140625, 14.23587417602539062, 2.391098499298095703, 0, 0, 0.930417060852050781, 0.366502493619918823, 120, 255, 1, 46340), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+31, 180405, 530, 3487, 0, '0', 0, 0, 9525.2763671875, -7195.67041015625, 16.12653923034667968, 0.366517573595046997, 0, 0, 0.182234764099121093, 0.98325502872467041, 120, 255, 1, 46340), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+32, 180405, 530, 3487, 0, '0', 0, 0, 9570.5576171875, -7208.33154296875, 28.64779281616210937, 5.340708732604980468, 0, 0, -0.45398998260498046, 0.891006767749786376, 120, 255, 1, 46340), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+33, 180405, 530, 3487, 0, '0', 0, 0, 9543.1572265625, -7186.39013671875, 16.12989234924316406, 3.577930212020874023, 0, 0, -0.97629547119140625, 0.216442063450813293, 120, 255, 1, 46340), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+34, 180405, 530, 3487, 0, '0', 0, 0, 9573.9189453125, -7193.91748046875, 16.28677749633789062, 3.630291461944580078, 0, 0, -0.97029495239257812, 0.241925001144409179, 120, 255, 1, 46340), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+35, 180405, 530, 3487, 0, '0', 0, 0, 9545.9248046875, -7180.61865234375, 16.4776611328125, 3.45575571060180664, 0, 0, -0.98768806457519531, 0.156436234712600708, 120, 255, 1, 46340), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+36, 180405, 530, 3487, 0, '0', 0, 0, 9659.7802734375, -7202.52685546875, 14.32073497772216796, 2.495818138122558593, 0, 0, 0.948323249816894531, 0.317305892705917358, 120, 255, 1, 46340), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+37, 180405, 530, 3487, 0, '0', 0, 0, 9668.9345703125, -7139.5361328125, 14.3255157470703125, 1.884953022003173828, 0, 0, 0.809016227722167968, 0.587786316871643066, 120, 255, 1, 46340), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+38, 180405, 530, 3487, 0, '0', 0, 0, 9731.6669921875, -7093.84521484375, 16.69393348693847656, 4.834563255310058593, 0, 0, -0.66261959075927734, 0.748956084251403808, 120, 255, 1, 46340), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+39, 180405, 530, 3487, 0, '0', 0, 0, 9728.203125, -7077.66943359375, 16.74162673950195312, 5.497788906097412109, 0, 0, -0.38268280029296875, 0.923879802227020263, 120, 255, 1, 46340), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+40, 180405, 530, 3487, 0, '0', 0, 0, 9630.4052734375, -7055.748046875, 18.99823951721191406, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, 46340), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+41, 180405, 530, 3487, 0, '0', 0, 0, 9487.08984375, -7135.51513671875, 17.098358154296875, 1.937312245368957519, 0, 0, 0.824125289916992187, 0.566407561302185058, 120, 255, 1, 46340), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+42, 180405, 530, 3487, 0, '0', 0, 0, 9467.587890625, -7150.8017578125, 19.25536155700683593, 3.595378875732421875, 0, 0, -0.97437000274658203, 0.224951311945915222, 120, 255, 1, 46340), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+43, 180405, 530, 3487, 0, '0', 0, 0, 9380.1884765625, -7300.08349609375, 6.876704216003417968, 5.026549339294433593, 0, 0, -0.5877847671508789, 0.809017360210418701, 120, 255, 1, 46340), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+44, 180405, 530, 3430, 0, '0', 0, 0, 9350.7431640625, -7266.27294921875, 15.61845874786376953, 4.625123500823974609, 0, 0, -0.73727703094482421, 0.67559051513671875, 120, 255, 1, 46340), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+45, 180405, 530, 3430, 0, '0', 0, 0, 9387.9609375, -7163.7978515625, 9.519817352294921875, 4.991643905639648437, 0, 0, -0.60181427001953125, 0.798636078834533691, 120, 255, 1, 46340), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+46, 180406, 530, 3487, 3487, '0', 0, 0, 9959.0263671875, -7114.18408203125, 47.70889663696289062, 5.445427894592285156, 0, 0, -0.40673637390136718, 0.913545548915863037, 120, 255, 1, 46340), -- G_Pumpkin_02 (Area: Silvermoon City - Difficulty: 0) +(@OGUID+47, 180406, 530, 3487, 10275, '0', 0, 0, 9897.3251953125, -7179.87353515625, 31.01619529724121093, 5.550147056579589843, 0, 0, -0.358367919921875, 0.933580458164215087, 120, 255, 1, 46340), -- G_Pumpkin_02 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+48, 180406, 530, 3487, 10275, '0', 0, 0, 9872.0439453125, -7220.44384765625, 32.57994461059570312, 0.349065244197845458, 0, 0, 0.173647880554199218, 0.984807789325714111, 120, 255, 1, 46340), -- G_Pumpkin_02 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+49, 180406, 530, 3487, 10275, '0', 0, 0, 10006.9716796875, -7223.95654296875, 38.25200271606445312, 3.839725255966186523, 0, 0, -0.93969249725341796, 0.34202045202255249, 120, 255, 1, 46340), -- G_Pumpkin_02 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+50, 180406, 530, 3487, 10275, '0', 0, 0, 9860.009765625, -7301.5556640625, 28.58271980285644531, 4.502951622009277343, 0, 0, -0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46340), -- G_Pumpkin_02 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+51, 180406, 530, 3487, 10275, '0', 0, 0, 9805.8505859375, -7315.05908203125, 25.6088104248046875, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 120, 255, 1, 46340), -- G_Pumpkin_02 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+52, 180406, 530, 3487, 10275, '0', 0, 0, 9763.8623046875, -7286.525390625, 25.9296875, 0.349065244197845458, 0, 0, 0.173647880554199218, 0.984807789325714111, 120, 255, 1, 46340), -- G_Pumpkin_02 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+53, 180406, 530, 3487, 10275, '0', 0, 0, 9824.966796875, -7355.41064453125, 20.69606590270996093, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 46340), -- G_Pumpkin_02 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+54, 180406, 530, 3487, 0, '0', 0, 0, 9876.8427734375, -7387.0322265625, 20.45032691955566406, 0.366517573595046997, 0, 0, 0.182234764099121093, 0.98325502872467041, 120, 255, 1, 46340), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+55, 180406, 530, 3487, 0, '0', 0, 0, 9850.404296875, -7388.42041015625, 13.64399337768554687, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 46340), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+56, 180406, 530, 3487, 0, '0', 0, 0, 9806.0361328125, -7492.8818359375, 13.5470438003540039, 4.991643905639648437, 0, 0, -0.60181427001953125, 0.798636078834533691, 120, 255, 1, 46340), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+57, 180406, 530, 3487, 0, '0', 0, 0, 9766.0751953125, -7491.4384765625, 13.51901054382324218, 4.939284324645996093, 0, 0, -0.6225137710571289, 0.78260880708694458, 120, 255, 1, 46340), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+58, 180406, 530, 3487, 10275, '0', 0, 0, 9756.900390625, -7181.515625, 16.51498794555664062, 5.235987663269042968, 0, 0, -0.5, 0.866025388240814208, 120, 255, 1, 46340), -- G_Pumpkin_02 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+59, 180406, 530, 3487, 0, '0', 0, 0, 9715.345703125, -7345.6650390625, 24.75352096557617187, 2.932138919830322265, 0, 0, 0.994521141052246093, 0.104535527527332305, 120, 255, 1, 46340), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+60, 180406, 530, 3487, 0, '0', 0, 0, 9688.6533203125, -7288.3115234375, 14.07638263702392578, 4.031712055206298828, 0, 0, -0.90258502960205078, 0.430511653423309326, 120, 255, 1, 46340), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+61, 180406, 530, 3487, 0, '0', 0, 0, 9678.8408203125, -7346.4296875, 11.90085220336914062, 3.717553615570068359, 0, 0, -0.95881938934326171, 0.284016460180282592, 120, 255, 1, 46340), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+62, 180406, 530, 3487, 0, '0', 0, 0, 9749.8125, -7407.17431640625, 13.7128458023071289, 5.794494152069091796, 0, 0, -0.24192142486572265, 0.970295846462249755, 120, 255, 1, 46340), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+63, 180406, 530, 3487, 0, '0', 0, 0, 9624.576171875, -7288.3974609375, 14.40303421020507812, 3.45575571060180664, 0, 0, -0.98768806457519531, 0.156436234712600708, 120, 255, 1, 46340), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+64, 180406, 530, 3487, 0, '0', 0, 0, 9628.5546875, -7399.11279296875, 18.20127296447753906, 1.012289404869079589, 0, 0, 0.484808921813964843, 0.87462007999420166, 120, 255, 1, 46340), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+65, 180406, 530, 3487, 0, '0', 0, 0, 9669.099609375, -7409.734375, 13.82230854034423828, 0.453785061836242675, 0, 0, 0.224950790405273437, 0.974370121955871582, 120, 255, 1, 46340), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+66, 180406, 530, 3487, 0, '0', 0, 0, 9618.603515625, -7253.98388671875, 16.52083778381347656, 0.663223206996917724, 0, 0, 0.325567245483398437, 0.945518851280212402, 120, 255, 1, 46340), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+67, 180406, 530, 3487, 0, '0', 0, 0, 9607.7431640625, -7398.0927734375, 13.61316585540771484, 0.314158439636230468, 0, 0, 0.156434059143066406, 0.987688362598419189, 120, 255, 1, 46340), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+68, 180406, 530, 3487, 0, '0', 0, 0, 9679.7958984375, -7494.525390625, 15.75649356842041015, 3.385940074920654296, 0, 0, -0.99254608154296875, 0.121869951486587524, 120, 255, 1, 46340), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+69, 180406, 530, 3487, 0, '0', 0, 0, 9689.19140625, -7499.7041015625, 15.73831558227539062, 0.261798173189163208, 0, 0, 0.130525588989257812, 0.991444945335388183, 120, 255, 1, 46340), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+70, 180406, 530, 3487, 0, '0', 0, 0, 9567.9150390625, -7416.9365234375, 19.47391891479492187, 5.166176319122314453, 0, 0, -0.52991867065429687, 0.84804844856262207, 120, 255, 1, 46340), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+71, 180406, 530, 3487, 0, '0', 0, 0, 9539.3193359375, -7392.822265625, 16.82287788391113281, 1.186823248863220214, 0, 0, 0.559192657470703125, 0.829037725925445556, 120, 255, 1, 46340), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+72, 180406, 530, 3487, 0, '0', 0, 0, 9562.58984375, -7505.37353515625, 16.25696563720703125, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 46340), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+73, 180406, 530, 3487, 0, '0', 0, 0, 9508.44140625, -7424.595703125, 14.19649600982666015, 3.682650327682495117, 0, 0, -0.96362972259521484, 0.26724100112915039, 120, 255, 1, 46340), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+74, 180406, 530, 3487, 0, '0', 0, 0, 9486.1416015625, -7310.28662109375, 16.71034812927246093, 2.72271275520324707, 0, 0, 0.978147506713867187, 0.207912087440490722, 120, 255, 1, 46340), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+75, 180406, 530, 3487, 0, '0', 0, 0, 9526.720703125, -7243.99560546875, 16.39148330688476562, 0.942476630210876464, 0, 0, 0.453989982604980468, 0.891006767749786376, 120, 255, 1, 46340), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+76, 180406, 530, 3487, 0, '0', 0, 0, 9406.4873046875, -7287.876953125, 14.26171016693115234, 4.834563255310058593, 0, 0, -0.66261959075927734, 0.748956084251403808, 120, 255, 1, 46340), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+77, 180406, 530, 3487, 0, '0', 0, 0, 9507.9541015625, -7186.21826171875, 16.12944984436035156, 2.949595451354980468, 0, 0, 0.995395660400390625, 0.095851235091686248, 120, 255, 1, 46340), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+78, 180406, 530, 3487, 0, '0', 0, 0, 9587.34375, -7224.94775390625, 16.17716407775878906, 3.351046562194824218, 0, 0, -0.99452114105224609, 0.104535527527332305, 120, 255, 1, 46340), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+79, 180406, 530, 3487, 0, '0', 0, 0, 9504.625, -7180.68408203125, 18.34374427795410156, 3.176533222198486328, 0, 0, -0.999847412109375, 0.017469281330704689, 120, 255, 1, 46340), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+80, 180406, 530, 3487, 0, '0', 0, 0, 9652.1982421875, -7155.0810546875, 14.32297134399414062, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, 46340), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+81, 180406, 530, 3487, 0, '0', 0, 0, 9649.0849609375, -7055.95166015625, 18.9853973388671875, 6.14356088638305664, 0, 0, -0.06975555419921875, 0.997564136981964111, 120, 255, 1, 46340), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+82, 180406, 530, 3487, 0, '0', 0, 0, 9589.3349609375, -7072.64306640625, 20.86287498474121093, 6.248279094696044921, 0, 0, -0.01745223999023437, 0.999847710132598876, 120, 255, 1, 46340), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+83, 180406, 530, 3487, 0, '0', 0, 0, 9568.7626953125, -7079.48388671875, 16.52553749084472656, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 46340), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+84, 180406, 530, 3487, 0, '0', 0, 0, 9382.4833984375, -7256.24462890625, 6.60705423355102539, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 120, 255, 1, 46340), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+85, 180406, 530, 3430, 0, '0', 0, 0, 9350.90234375, -7288.50341796875, 15.62428474426269531, 4.799657344818115234, 0, 0, -0.67558956146240234, 0.737277925014495849, 120, 255, 1, 46340), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+86, 180406, 530, 3430, 0, '0', 0, 0, 9387.302734375, -7159.08447265625, 9.386796951293945312, 5.218535900115966796, 0, 0, -0.507537841796875, 0.861629426479339599, 120, 255, 1, 46340), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+87, 180407, 530, 3487, 10275, '0', 0, 0, 9996.7001953125, -7200.720703125, 34.33495330810546875, 3.874631166458129882, 0, 0, -0.93358039855957031, 0.358368009328842163, 120, 255, 1, 46340), -- G_Pumpkin_03 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+88, 180407, 530, 3487, 10275, '0', 0, 0, 9860.1259765625, -7306.31591796875, 28.63086318969726562, 6.195919513702392578, 0, 0, -0.04361915588378906, 0.999048233032226562, 120, 255, 1, 46340), -- G_Pumpkin_03 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+89, 180407, 530, 3487, 10275, '0', 0, 0, 9823.6943359375, -7290.37255859375, 26.34897804260253906, 2.70525527000427246, 0, 0, 0.97629547119140625, 0.216442063450813293, 120, 255, 1, 46340), -- G_Pumpkin_03 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+90, 180407, 530, 3487, 10275, '0', 0, 0, 9821.06640625, -7318.7333984375, 28.33707618713378906, 2.513273954391479492, 0, 0, 0.951056480407714843, 0.309017121791839599, 120, 255, 1, 46340), -- G_Pumpkin_03 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+91, 180407, 530, 3487, 10275, '0', 0, 0, 9896.5166015625, -7315.2958984375, 23.24985694885253906, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 46340), -- G_Pumpkin_03 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+92, 180407, 530, 3487, 10275, '0', 0, 0, 9759.857421875, -7330.478515625, 24.75308990478515625, 4.607671737670898437, 0, 0, -0.74314403533935546, 0.669131457805633544, 120, 255, 1, 46340), -- G_Pumpkin_03 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+93, 180407, 530, 3487, 10275, '0', 0, 0, 9864.5849609375, -7372.30126953125, 20.45061874389648437, 4.694936752319335937, 0, 0, -0.71325016021728515, 0.700909554958343505, 120, 255, 1, 46340), -- G_Pumpkin_03 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+94, 180407, 530, 3487, 0, '0', 0, 0, 9812.96484375, -7409.95654296875, 13.62505817413330078, 0.488691210746765136, 0, 0, 0.241921424865722656, 0.970295846462249755, 120, 255, 1, 46340), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+95, 180407, 530, 3487, 0, '0', 0, 0, 9912.1875, -7409.072265625, 13.64036846160888671, 1.500982880592346191, 0, 0, 0.681998252868652343, 0.731353819370269775, 120, 255, 1, 46340), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+96, 180407, 530, 3487, 0, '0', 0, 0, 9911.9326171875, -7454.62353515625, 3.859613895416259765, 4.660029888153076171, 0, 0, -0.72537422180175781, 0.688354730606079101, 120, 255, 1, 46340), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+97, 180407, 530, 3487, 0, '0', 0, 0, 9822.736328125, -7460.86962890625, 14.96317863464355468, 4.433136463165283203, 0, 0, -0.79863548278808593, 0.60181504487991333, 120, 255, 1, 46340), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+98, 180407, 530, 3487, 0, '0', 0, 0, 9806.1455078125, -7483.150390625, 13.54675006866455078, 5.113816738128662109, 0, 0, -0.55193614959716796, 0.833886384963989257, 120, 255, 1, 46340), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+99, 180407, 530, 3487, 10275, '0', 0, 0, 9744.0556640625, -7167.9169921875, 14.32373523712158203, 4.904376029968261718, 0, 0, -0.636077880859375, 0.771624863147735595, 120, 255, 1, 46340), -- G_Pumpkin_03 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+100, 180407, 530, 3487, 0, '0', 0, 0, 9693.1611328125, -7379.080078125, 13.766998291015625, 3.368495941162109375, 0, 0, -0.99357128143310546, 0.113208353519439697, 120, 255, 1, 46340), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+101, 180407, 530, 3487, 0, '0', 0, 0, 9688.732421875, -7395.01416015625, 11.60434436798095703, 0, 0, 0, 0, 1, 120, 255, 1, 46340), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+102, 180407, 530, 3487, 0, '0', 0, 0, 9615.0888671875, -7287.95166015625, 14.41163158416748046, 3.473210096359252929, 0, 0, -0.98628520965576171, 0.165049895644187927, 120, 255, 1, 46340), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+103, 180407, 530, 3487, 0, '0', 0, 0, 9647.8271484375, -7399.4609375, 18.17540931701660156, 5.759587764739990234, 0, 0, -0.25881862640380859, 0.965925931930541992, 120, 255, 1, 46340), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+104, 180407, 530, 3487, 0, '0', 0, 0, 9687.4794921875, -7494.58251953125, 15.760284423828125, 3.630291461944580078, 0, 0, -0.97029495239257812, 0.241925001144409179, 120, 255, 1, 46340), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+105, 180407, 530, 3487, 0, '0', 0, 0, 9668.6259765625, -7499.7978515625, 15.73455524444580078, 0.855210542678833007, 0, 0, 0.414692878723144531, 0.909961462020874023, 120, 255, 1, 46340), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+106, 180407, 530, 3487, 0, '0', 0, 0, 9697.9599609375, -7500.00341796875, 15.73455524444580078, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 46340), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+107, 180407, 530, 3487, 0, '0', 0, 0, 9567.767578125, -7397.5146484375, 16.85042381286621093, 4.991643905639648437, 0, 0, -0.60181427001953125, 0.798636078834533691, 120, 255, 1, 46340), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+108, 180407, 530, 3487, 0, '0', 0, 0, 9540.1845703125, -7417.8515625, 19.4752044677734375, 2.111847877502441406, 0, 0, 0.870355606079101562, 0.492423713207244873, 120, 255, 1, 46340), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+109, 180407, 530, 3487, 0, '0', 0, 0, 9543.04296875, -7483.666015625, 15.53269481658935546, 2.565631866455078125, 0, 0, 0.958819389343261718, 0.284016460180282592, 120, 255, 1, 46340), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+110, 180407, 530, 3487, 0, '0', 0, 0, 9494.87890625, -7428.3583984375, 17.09134864807128906, 3.281238555908203125, 0, 0, -0.99756336212158203, 0.069766148924827575, 120, 255, 1, 46340), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+111, 180407, 530, 3487, 0, '0', 0, 0, 9489.5283203125, -7348.1474609375, 16.24010658264160156, 1.989672422409057617, 0, 0, 0.838669776916503906, 0.544640243053436279, 120, 255, 1, 46340), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+112, 180407, 530, 3487, 0, '0', 0, 0, 9512.75, -7262.65625, 14.35804557800292968, 0.436331570148468017, 0, 0, 0.216439247131347656, 0.976296067237854003, 120, 255, 1, 46340), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+113, 180407, 530, 3487, 0, '0', 0, 0, 9482.0556640625, -7260.6259765625, 14.28459358215332031, 0.471238493919372558, 0, 0, 0.233445167541503906, 0.972369968891143798, 120, 255, 1, 46340), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+114, 180407, 530, 3487, 0, '0', 0, 0, 9520.529296875, -7218.5791015625, 16.12494850158691406, 3.281238555908203125, 0, 0, -0.99756336212158203, 0.069766148924827575, 120, 255, 1, 46340), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+115, 180407, 530, 3487, 0, '0', 0, 0, 9530.0068359375, -7218.17236328125, 16.12797737121582031, 3.52557229995727539, 0, 0, -0.98162651062011718, 0.190812408924102783, 120, 255, 1, 46340), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+116, 180407, 530, 3487, 0, '0', 0, 0, 9555.6376953125, -7220.34814453125, 27.150146484375, 2.216565132141113281, 0, 0, 0.894933700561523437, 0.44619917869567871, 120, 255, 1, 46340), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+117, 180407, 530, 3487, 0, '0', 0, 0, 9407.2626953125, -7267.25732421875, 14.14142417907714843, 5.323255538940429687, 0, 0, -0.46174812316894531, 0.887011110782623291, 120, 255, 1, 46340), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+118, 180407, 530, 3487, 0, '0', 0, 0, 9555.486328125, -7213.3173828125, 27.150146484375, 1.658061861991882324, 0, 0, 0.737277030944824218, 0.67559051513671875, 120, 255, 1, 46340), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+119, 180407, 530, 3487, 0, '0', 0, 0, 9563.5830078125, -7194.28173828125, 16.26416969299316406, 3.281238555908203125, 0, 0, -0.99756336212158203, 0.069766148924827575, 120, 255, 1, 46340), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+120, 180407, 530, 3487, 0, '0', 0, 0, 9627.6533203125, -7131.63525390625, 14.32555007934570312, 5.393068790435791015, 0, 0, -0.43051052093505859, 0.902585566043853759, 120, 255, 1, 46340), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+121, 180407, 530, 3487, 0, '0', 0, 0, 9670.0595703125, -7072.5732421875, 16.10199928283691406, 0.261798173189163208, 0, 0, 0.130525588989257812, 0.991444945335388183, 120, 255, 1, 46340), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+122, 180407, 530, 3487, 0, '0', 0, 0, 9625.017578125, -7048.12841796875, 16.52349662780761718, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 120, 255, 1, 46340), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+123, 180407, 530, 3487, 0, '0', 0, 0, 9576.1806640625, -7066.34765625, 19.87972640991210937, 2.234017848968505859, 0, 0, 0.898793220520019531, 0.438372820615768432, 120, 255, 1, 46340), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+124, 180407, 530, 3487, 0, '0', 0, 0, 9481.8583984375, -7129.09033203125, 17.40579986572265625, 5.375615119934082031, 0, 0, -0.4383707046508789, 0.898794233798980712, 120, 255, 1, 46340), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+125, 180407, 530, 3487, 0, '0', 0, 0, 9452.5341796875, -7117.2119140625, 17.60469436645507812, 1.239183306694030761, 0, 0, 0.580702781677246093, 0.814115643501281738, 120, 255, 1, 46340), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+126, 180407, 530, 3430, 0, '0', 0, 0, 9387.3486328125, -7168.806640625, 9.65756988525390625, 4.764749526977539062, 0, 0, -0.6883544921875, 0.725374460220336914, 120, 255, 1, 46340), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+127, 180410, 530, 3487, 10275, '0', 0, 0, 9961.7734375, -7253.525390625, 33.84737014770507812, 2.321286916732788085, 0, 0, 0.917059898376464843, 0.398749500513076782, 120, 255, 1, 46340), -- G_HangingSkeleton_01 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+128, 180410, 530, 3487, 10275, '0', 0, 0, 9963.5703125, -7252.03125, 33.84737014770507812, 2.268925428390502929, 0, 0, 0.906307220458984375, 0.422619491815567016, 120, 255, 1, 46340), -- G_HangingSkeleton_01 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+129, 180410, 530, 3487, 10275, '0', 0, 0, 9966.2470703125, -7242.49169921875, 33.60431671142578125, 3.874631166458129882, 0, 0, -0.93358039855957031, 0.358368009328842163, 120, 255, 1, 46340), -- G_HangingSkeleton_01 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+130, 180410, 530, 3487, 10275, '0', 0, 0, 9965.4248046875, -7250.45947265625, 34.04181671142578125, 2.321286916732788085, 0, 0, 0.917059898376464843, 0.398749500513076782, 120, 255, 1, 46340), -- G_HangingSkeleton_01 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+131, 180410, 530, 3487, 10275, '0', 0, 0, 10024.4326171875, -7212.8203125, 32.86125564575195312, 2.234017848968505859, 0, 0, 0.898793220520019531, 0.438372820615768432, 120, 255, 1, 46340), -- G_HangingSkeleton_01 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+132, 180410, 530, 3487, 10275, '0', 0, 0, 10020.6259765625, -7200.4052734375, 33.090423583984375, 4.101525306701660156, 0, 0, -0.88701057434082031, 0.461749136447906494, 120, 255, 1, 46340), -- G_HangingSkeleton_01 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+133, 180410, 530, 3487, 10275, '0', 0, 0, 10017.580078125, -7218.51025390625, 32.99319839477539062, 2.303830623626708984, 0, 0, 0.913544654846191406, 0.406738430261611938, 120, 255, 1, 46340), -- G_HangingSkeleton_01 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+134, 180410, 530, 3487, 0, '0', 0, 0, 9684.224609375, -7361.78125, 12.6601724624633789, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 46340), -- G_HangingSkeleton_01 (Area: 0 - Difficulty: 0) +(@OGUID+135, 180410, 530, 3487, 0, '0', 0, 0, 9674.1162109375, -7361.71337890625, 12.66984939575195312, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 46340), -- G_HangingSkeleton_01 (Area: 0 - Difficulty: 0) +(@OGUID+136, 180410, 530, 3487, 0, '0', 0, 0, 9685.568359375, -7379.25537109375, 12.71602153778076171, 1.623155713081359863, 0, 0, 0.725374221801757812, 0.688354730606079101, 120, 255, 1, 46340), -- G_HangingSkeleton_01 (Area: 0 - Difficulty: 0) +(@OGUID+137, 180410, 530, 3487, 0, '0', 0, 0, 9665.0361328125, -7362.30224609375, 23.5869140625, 5.026549339294433593, 0, 0, -0.5877847671508789, 0.809017360210418701, 120, 255, 1, 46340), -- G_HangingSkeleton_01 (Area: 0 - Difficulty: 0) +(@OGUID+138, 180410, 530, 3487, 0, '0', 0, 0, 9550.31640625, -7412.96533203125, 20.95276641845703125, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 46340), -- G_HangingSkeleton_01 (Area: 0 - Difficulty: 0) +(@OGUID+139, 180410, 530, 3487, 0, '0', 0, 0, 9553.40234375, -7413.0400390625, 20.98711967468261718, 4.694936752319335937, 0, 0, -0.71325016021728515, 0.700909554958343505, 120, 255, 1, 46340), -- G_HangingSkeleton_01 (Area: 0 - Difficulty: 0) +(@OGUID+140, 180410, 530, 3487, 0, '0', 0, 0, 9538.5615234375, -7415.212890625, 20.947021484375, 0, 0, 0, 0, 1, 120, 255, 1, 46340), -- G_HangingSkeleton_01 (Area: 0 - Difficulty: 0) +(@OGUID+141, 180410, 530, 3487, 0, '0', 0, 0, 9543.69921875, -7412.9677734375, 20.870361328125, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 46340), -- G_HangingSkeleton_01 (Area: 0 - Difficulty: 0) +(@OGUID+142, 180410, 530, 3487, 0, '0', 0, 0, 9540.6640625, -7412.908203125, 20.89148330688476562, 4.747295856475830078, 0, 0, -0.69465827941894531, 0.719339847564697265, 120, 255, 1, 46340), -- G_HangingSkeleton_01 (Area: 0 - Difficulty: 0) +(@OGUID+143, 180410, 530, 3487, 0, '0', 0, 0, 9540.2158203125, -7453.86572265625, 17.4730224609375, 0.034906249493360519, 0, 0, 0.017452239990234375, 0.999847710132598876, 120, 255, 1, 46340), -- G_HangingSkeleton_01 (Area: 0 - Difficulty: 0) +(@OGUID+144, 180410, 530, 3487, 0, '0', 0, 0, 9540.2578125, -7448.01416015625, 17.5089569091796875, 0.052358884364366531, 0, 0, 0.02617645263671875, 0.999657332897186279, 120, 255, 1, 46340), -- G_HangingSkeleton_01 (Area: 0 - Difficulty: 0) +(@OGUID+145, 180410, 530, 3487, 0, '0', 0, 0, 9540.22265625, -7450.80908203125, 17.51837348937988281, 0.017452461645007133, 0, 0, 0.008726119995117187, 0.999961912631988525, 120, 255, 1, 46340), -- G_HangingSkeleton_01 (Area: 0 - Difficulty: 0) +(@OGUID+146, 180410, 530, 3487, 0, '0', 0, 0, 9565.009765625, -7225.71533203125, 16.94835853576660156, 1.640606880187988281, 0, 0, 0.731352806091308593, 0.6819993257522583, 120, 255, 1, 46340), -- G_HangingSkeleton_01 (Area: 0 - Difficulty: 0) +(@OGUID+147, 180410, 530, 3487, 0, '0', 0, 0, 9566.8642578125, -7225.70703125, 16.89280319213867187, 1.640606880187988281, 0, 0, 0.731352806091308593, 0.6819993257522583, 120, 255, 1, 46340), -- G_HangingSkeleton_01 (Area: 0 - Difficulty: 0) +(@OGUID+148, 180410, 530, 3487, 0, '0', 0, 0, 9558.138671875, -7208.85400390625, 27.87931442260742187, 5.009094715118408203, 0, 0, -0.59482288360595703, 0.80385679006576538, 120, 255, 1, 46340), -- G_HangingSkeleton_01 (Area: 0 - Difficulty: 0) +(@OGUID+149, 180410, 530, 3487, 0, '0', 0, 0, 9583.69140625, -7225.787109375, 16.94081306457519531, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 46340), -- G_HangingSkeleton_01 (Area: 0 - Difficulty: 0) +(@OGUID+150, 180410, 530, 3487, 0, '0', 0, 0, 9605.1787109375, -7230.79150390625, 27.91284942626953125, 1.867502212524414062, 0, 0, 0.803856849670410156, 0.594822824001312255, 120, 255, 1, 46340), -- G_HangingSkeleton_01 (Area: 0 - Difficulty: 0) +(@OGUID+151, 180411, 530, 3487, 10275, '0', 0, 0, 10001.9111328125, -7204.3662109375, 43.5973052978515625, 4.764749526977539062, 0, 0, -0.6883544921875, 0.725374460220336914, 120, 255, 1, 46340), -- G_Ghost_01 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+152, 180411, 530, 3487, 0, '0', 0, 0, 9768.6875, -7480.60595703125, 22.21310615539550781, 2.286378860473632812, 0, 0, 0.909960746765136718, 0.414694398641586303, 120, 255, 1, 46340), -- G_Ghost_01 (Area: 0 - Difficulty: 0) +(@OGUID+153, 180411, 530, 3487, 0, '0', 0, 0, 9768.5927734375, -7495.142578125, 22.07406806945800781, 4.276057243347167968, 0, 0, -0.84339141845703125, 0.537299633026123046, 120, 255, 1, 46340), -- G_Ghost_01 (Area: 0 - Difficulty: 0) +(@OGUID+154, 180411, 530, 3487, 0, '0', 0, 0, 9692.9501953125, -7368.2412109375, 21.54624366760253906, 5.70722818374633789, 0, 0, -0.28401470184326171, 0.958819925785064697, 120, 255, 1, 46340), -- G_Ghost_01 (Area: 0 - Difficulty: 0) +(@OGUID+155, 180411, 530, 3487, 0, '0', 0, 0, 9683.5615234375, -7380.30029296875, 25.05320549011230468, 0.052358884364366531, 0, 0, 0.02617645263671875, 0.999657332897186279, 120, 255, 1, 46340), -- G_Ghost_01 (Area: 0 - Difficulty: 0) +(@OGUID+156, 180411, 530, 3487, 0, '0', 0, 0, 9668.6240234375, -7370.0234375, 26.07302284240722656, 4.328419685363769531, 0, 0, -0.82903671264648437, 0.559194147586822509, 120, 255, 1, 46340), -- G_Ghost_01 (Area: 0 - Difficulty: 0) +(@OGUID+157, 180411, 530, 3487, 0, '0', 0, 0, 9672.3310546875, -7497.908203125, 19.90336418151855468, 5.515241622924804687, 0, 0, -0.37460613250732421, 0.927184045314788818, 120, 255, 1, 46340), -- G_Ghost_01 (Area: 0 - Difficulty: 0) +(@OGUID+158, 180411, 530, 3487, 0, '0', 0, 0, 9694.26953125, -7498.0869140625, 19.95393562316894531, 4.712389945983886718, 0, 0, -0.70710659027099609, 0.707106947898864746, 120, 255, 1, 46340), -- G_Ghost_01 (Area: 0 - Difficulty: 0) +(@OGUID+159, 180411, 530, 3487, 0, '0', 0, 0, 9683.251953125, -7498, 21.73867988586425781, 5.253442287445068359, 0, 0, -0.49242305755615234, 0.870355963706970214, 120, 255, 1, 46340), -- G_Ghost_01 (Area: 0 - Difficulty: 0) +(@OGUID+160, 180411, 530, 3487, 0, '0', 0, 0, 9574.9921875, -7221.6044921875, 19.00525093078613281, 4.363324165344238281, 0, 0, -0.81915187835693359, 0.573576688766479492, 120, 255, 1, 46340), -- G_Ghost_01 (Area: 0 - Difficulty: 0) +(@OGUID+161, 180411, 530, 3487, 0, '0', 0, 0, 9585.314453125, -7215.08837890625, 28.20679664611816406, 5.84685373306274414, 0, 0, -0.21643924713134765, 0.976296067237854003, 120, 255, 1, 46340), -- G_Ghost_01 (Area: 0 - Difficulty: 0) +(@OGUID+162, 180415, 530, 3487, 10275, '0', 0, 0, 9862.20703125, -7177.85498046875, 32.57994842529296875, 0.052358884364366531, 0, 0, 0.02617645263671875, 0.999657332897186279, 120, 255, 1, 46340), -- CandleBlack01 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+163, 180415, 530, 3487, 10275, '0', 0, 0, 9894.0537109375, -7200.361328125, 32.57994842529296875, 3.211419343948364257, 0, 0, -0.9993906021118164, 0.034906134009361267, 120, 255, 1, 46340), -- CandleBlack01 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+164, 180415, 530, 3487, 10275, '0', 0, 0, 9877.5478515625, -7183.81494140625, 32.57995223999023437, 2.024578809738159179, 0, 0, 0.848047256469726562, 0.529920578002929687, 120, 255, 1, 46340), -- CandleBlack01 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+165, 180415, 530, 3487, 10275, '0', 0, 0, 9897.408203125, -7208.05126953125, 32.57995223999023437, 2.129300594329833984, 0, 0, 0.874619483947753906, 0.484810054302215576, 120, 255, 1, 46340), -- CandleBlack01 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+166, 180415, 530, 3487, 10275, '0', 0, 0, 9870.5615234375, -7180.02490234375, 32.57995223999023437, 1.239183306694030761, 0, 0, 0.580702781677246093, 0.814115643501281738, 120, 255, 1, 46340), -- CandleBlack01 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+167, 180415, 530, 3487, 10275, '0', 0, 0, 9889.02734375, -7193.70947265625, 32.57995223999023437, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46340), -- CandleBlack01 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+168, 180415, 530, 3487, 10275, '0', 0, 0, 9884.025390625, -7188.2841796875, 32.5799560546875, 4.520402908325195312, 0, 0, -0.77162456512451171, 0.636078238487243652, 120, 255, 1, 46340), -- CandleBlack01 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+169, 180415, 530, 3487, 10275, '0', 0, 0, 9894.35546875, -7219.92822265625, 32.57995223999023437, 4.415683269500732421, 0, 0, -0.80385684967041015, 0.594822824001312255, 120, 255, 1, 46340), -- CandleBlack01 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+170, 180415, 530, 3487, 10275, '0', 0, 0, 9850.91015625, -7182.9560546875, 32.57995223999023437, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 46340), -- CandleBlack01 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+171, 180415, 530, 3487, 10275, '0', 0, 0, 9883.509765625, -7232.90478515625, 32.57995223999023437, 3.176533222198486328, 0, 0, -0.999847412109375, 0.017469281330704689, 120, 255, 1, 46340), -- CandleBlack01 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+172, 180415, 530, 3487, 10275, '0', 0, 0, 9876.3701171875, -7225.2841796875, 32.57995223999023437, 4.433136463165283203, 0, 0, -0.79863548278808593, 0.60181504487991333, 120, 255, 1, 46340), -- CandleBlack01 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+173, 180415, 530, 3487, 10275, '0', 0, 0, 9850.689453125, -7205.15478515625, 32.57995223999023437, 3.106652259826660156, 0, 0, 0.999847412109375, 0.017469281330704689, 120, 255, 1, 46340), -- CandleBlack01 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+174, 180415, 530, 3487, 10275, '0', 0, 0, 9848.5439453125, -7201.7841796875, 32.57995223999023437, 5.969027042388916015, 0, 0, -0.1564340591430664, 0.987688362598419189, 120, 255, 1, 46340), -- CandleBlack01 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+175, 180415, 530, 3487, 10275, '0', 0, 0, 9864.86328125, -7232.29248046875, 32.5799560546875, 4.607671737670898437, 0, 0, -0.74314403533935546, 0.669131457805633544, 120, 255, 1, 46340), -- CandleBlack01 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+176, 180415, 530, 3487, 10275, '0', 0, 0, 9843.2265625, -7213.77880859375, 32.5799560546875, 5.759587764739990234, 0, 0, -0.25881862640380859, 0.965925931930541992, 120, 255, 1, 46340), -- CandleBlack01 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+177, 180415, 530, 3487, 10275, '0', 0, 0, 9848.896484375, -7208.66552734375, 32.57995223999023437, 4.049167633056640625, 0, 0, -0.89879322052001953, 0.438372820615768432, 120, 255, 1, 46340), -- CandleBlack01 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+178, 180415, 530, 3487, 10275, '0', 0, 0, 9872.4775390625, -7223.81103515625, 32.5799560546875, 4.118979454040527343, 0, 0, -0.88294696807861328, 0.469472706317901611, 120, 255, 1, 46340), -- CandleBlack01 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+179, 180415, 530, 3487, 10275, '0', 0, 0, 9868.962890625, -7226.20458984375, 32.57995223999023437, 5.061456203460693359, 0, 0, -0.57357597351074218, 0.819152355194091796, 120, 255, 1, 46340), -- CandleBlack01 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+180, 180415, 530, 3487, 10275, '0', 0, 0, 9840.3017578125, -7195.8330078125, 32.57995223999023437, 4.1538848876953125, 0, 0, -0.8746194839477539, 0.484810054302215576, 120, 255, 1, 46340), -- CandleBlack01 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+181, 180415, 530, 3487, 10275, '0', 0, 0, 9838.7314453125, -7225.64453125, 27.97674369812011718, 5.585053920745849609, 0, 0, -0.34202003479003906, 0.939692676067352294, 120, 255, 1, 46340), -- CandleBlack01 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+182, 180415, 530, 3487, 10275, '0', 0, 0, 9858.2802734375, -7241.80615234375, 28.06105995178222656, 0, 0, 0, 0, 1, 120, 255, 1, 46340), -- CandleBlack01 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+183, 180415, 530, 3487, 10275, '0', 0, 0, 9854.33203125, -7238.6318359375, 27.97674179077148437, 2.879789113998413085, 0, 0, 0.991444587707519531, 0.130528271198272705, 120, 255, 1, 46340), -- CandleBlack01 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+184, 180415, 530, 3487, 10275, '0', 0, 0, 9835.2392578125, -7222.1513671875, 28.06580352783203125, 4.677483558654785156, 0, 0, -0.71933937072753906, 0.694658815860748291, 120, 255, 1, 46340), -- CandleBlack01 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+185, 180415, 530, 3487, 10275, '0', 0, 0, 9836.259765625, -7222.18896484375, 32.57995223999023437, 0.087265998125076293, 0, 0, 0.043619155883789062, 0.999048233032226562, 120, 255, 1, 46340), -- CandleBlack01 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+186, 180415, 530, 3487, 10275, '0', 0, 0, 9857.8798828125, -7240.5830078125, 32.57995223999023437, 5.078907966613769531, 0, 0, -0.56640625, 0.824126183986663818, 120, 255, 1, 46340), -- CandleBlack01 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+187, 180415, 530, 3487, 10275, '0', 0, 0, 9848.8564453125, -7245.07421875, 27.83109664916992187, 1.535889506340026855, 0, 0, 0.694658279418945312, 0.719339847564697265, 120, 255, 1, 46340), -- CandleBlack01 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+188, 180415, 530, 3487, 10275, '0', 0, 0, 9850.96875, -7247.63916015625, 27.83025550842285156, 3.630291461944580078, 0, 0, -0.97029495239257812, 0.241925001144409179, 120, 255, 1, 46340), -- CandleBlack01 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+189, 180415, 530, 3487, 10275, '0', 0, 0, 9833.44140625, -7231.79150390625, 27.83175086975097656, 5.6897735595703125, 0, 0, -0.29237174987792968, 0.956304728984832763, 120, 255, 1, 46340), -- CandleBlack01 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+190, 180415, 530, 3487, 10275, '0', 0, 0, 9830.5126953125, -7230.27783203125, 27.83025550842285156, 3.996806621551513671, 0, 0, -0.90996074676513671, 0.414694398641586303, 120, 255, 1, 46340), -- CandleBlack01 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+191, 180415, 530, 3487, 10275, '0', 0, 0, 9824.35546875, -7233.494140625, 27.83026313781738281, 1.256635904312133789, 0, 0, 0.587784767150878906, 0.809017360210418701, 120, 255, 1, 46340), -- CandleBlack01 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+192, 180415, 530, 3487, 10275, '0', 0, 0, 9822.19140625, -7236.501953125, 27.83026504516601562, 3.281238555908203125, 0, 0, -0.99756336212158203, 0.069766148924827575, 120, 255, 1, 46340), -- CandleBlack01 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+193, 180415, 530, 3487, 10275, '0', 0, 0, 9836.8623046875, -7256.6787109375, 27.83027076721191406, 5.585053920745849609, 0, 0, -0.34202003479003906, 0.939692676067352294, 120, 255, 1, 46340), -- CandleBlack01 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+194, 180415, 530, 3487, 10275, '0', 0, 0, 9832.052734375, -7256.81689453125, 27.83027076721191406, 0.296705186367034912, 0, 0, 0.147809028625488281, 0.989015936851501464, 120, 255, 1, 46340), -- CandleBlack01 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+195, 180415, 530, 3487, 10275, '0', 0, 0, 9819.3984375, -7242.4833984375, 27.83027458190917968, 1.832594871520996093, 0, 0, 0.793353080749511718, 0.608761727809906005, 120, 255, 1, 46340), -- CandleBlack01 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+196, 180415, 530, 3487, 10275, '0', 0, 0, 9823.744140625, -7245.83251953125, 27.83027076721191406, 0.907570242881774902, 0, 0, 0.438370704650878906, 0.898794233798980712, 120, 255, 1, 46340), -- CandleBlack01 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+197, 180415, 530, 3487, 10275, '0', 0, 0, 9824.5078125, -7250.5390625, 27.83027076721191406, 3.194002151489257812, 0, 0, -0.99965667724609375, 0.026201646775007247, 120, 255, 1, 46340), -- CandleBlack01 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+198, 180415, 530, 3487, 10275, '0', 0, 0, 9848.7158203125, -7254.11767578125, 27.83026123046875, 1.151916384696960449, 0, 0, 0.544638633728027343, 0.838670849800109863, 120, 255, 1, 46340), -- CandleBlack01 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+199, 180415, 530, 3487, 10275, '0', 0, 0, 9846.2158203125, -7256.89697265625, 27.83026695251464843, 0.994837164878845214, 0, 0, 0.477158546447753906, 0.878817260265350341, 120, 255, 1, 46340), -- CandleBlack01 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+200, 180415, 530, 3487, 10275, '0', 0, 0, 9841.033203125, -7261.01953125, 27.83027267456054687, 1.064649581909179687, 0, 0, 0.507537841796875, 0.861629426479339599, 120, 255, 1, 46340), -- CandleBlack01 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+201, 180415, 530, 3487, 10275, '0', 0, 0, 9827.2626953125, -7254.94091796875, 27.83027076721191406, 3.735006093978881835, 0, 0, -0.95630455017089843, 0.292372345924377441, 120, 255, 1, 46340), -- CandleBlack01 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+202, 180415, 530, 3487, 10275, '0', 0, 0, 9773.3642578125, -7290.94287109375, 14.25648880004882812, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 120, 255, 1, 46340), -- CandleBlack01 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+203, 180415, 530, 3487, 10275, '0', 0, 0, 9776.7373046875, -7286.88623046875, 14.25619697570800781, 3.822272777557373046, 0, 0, -0.94264125823974609, 0.333807557821273803, 120, 255, 1, 46340), -- CandleBlack01 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+204, 180415, 530, 3487, 10275, '0', 0, 0, 9781.8916015625, -7285.259765625, 14.25725173950195312, 5.864306926727294921, 0, 0, -0.20791149139404296, 0.978147625923156738, 120, 255, 1, 46340), -- CandleBlack01 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+205, 180415, 530, 3487, 10275, '0', 0, 0, 9791.81640625, -7299.7177734375, 14.25623607635498046, 4.031712055206298828, 0, 0, -0.90258502960205078, 0.430511653423309326, 120, 255, 1, 46340), -- CandleBlack01 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+206, 180415, 530, 3487, 10275, '0', 0, 0, 9783.419921875, -7305.60009765625, 14.25559520721435546, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 46340), -- CandleBlack01 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+207, 180415, 530, 3487, 10275, '0', 0, 0, 9792.7373046875, -7294.4521484375, 14.25664806365966796, 1.675513744354248046, 0, 0, 0.743144035339355468, 0.669131457805633544, 120, 255, 1, 46340), -- CandleBlack01 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+208, 180415, 530, 3487, 10275, '0', 0, 0, 9788.3642578125, -7303.6162109375, 14.25695133209228515, 3.281238555908203125, 0, 0, -0.99756336212158203, 0.069766148924827575, 120, 255, 1, 46340), -- CandleBlack01 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+209, 180415, 530, 3487, 10275, '0', 0, 0, 9787.0673828125, -7286.189453125, 14.25665092468261718, 5.288348197937011718, 0, 0, -0.4771585464477539, 0.878817260265350341, 120, 255, 1, 46340), -- CandleBlack01 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+210, 180415, 530, 3487, 10275, '0', 0, 0, 9790.912109375, -7289.4921875, 14.25684547424316406, 3.159062385559082031, 0, 0, -0.99996185302734375, 0.008734640665352344, 120, 255, 1, 46340), -- CandleBlack01 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+211, 180415, 530, 3487, 10275, '0', 0, 0, 9774.2236328125, -7301.08154296875, 14.25666618347167968, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 46340), -- CandleBlack01 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+212, 180415, 530, 3487, 10275, '0', 0, 0, 9772.4736328125, -7296.21337890625, 14.25660896301269531, 5.375615119934082031, 0, 0, -0.4383707046508789, 0.898794233798980712, 120, 255, 1, 46340), -- CandleBlack01 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+213, 180415, 530, 3487, 10275, '0', 0, 0, 9778.2314453125, -7304.5537109375, 14.25624275207519531, 2.617989301681518554, 0, 0, 0.965925216674804687, 0.258821308612823486, 120, 255, 1, 46340), -- CandleBlack01 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+214, 180415, 530, 3487, 0, '0', 0, 0, 9871.3251953125, -7404.42431640625, 17.25784111022949218, 1.117009282112121582, 0, 0, 0.529918670654296875, 0.84804844856262207, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+215, 180415, 530, 3487, 0, '0', 0, 0, 9864.4814453125, -7406.84619140625, 17.25910186767578125, 4.537858963012695312, 0, 0, -0.76604366302490234, 0.642788589000701904, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+216, 180415, 530, 3487, 0, '0', 0, 0, 9873.6455078125, -7397.9677734375, 17.17782783508300781, 6.073746204376220703, 0, 0, -0.10452842712402343, 0.994521915912628173, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+217, 180415, 530, 3487, 0, '0', 0, 0, 9828.7001953125, -7444.44091796875, 15.47772407531738281, 3.560472726821899414, 0, 0, -0.97814750671386718, 0.207912087440490722, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+218, 180415, 530, 3487, 0, '0', 0, 0, 9860.0673828125, -7508.150390625, 19.66097450256347656, 2.321286916732788085, 0, 0, 0.917059898376464843, 0.398749500513076782, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+219, 180415, 530, 3487, 0, '0', 0, 0, 9849.060546875, -7502.07470703125, -4.00775623321533203, 1.762782454490661621, 0, 0, 0.771624565124511718, 0.636078238487243652, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+220, 180415, 530, 3487, 0, '0', 0, 0, 9857.7060546875, -7503.15478515625, 19.66911506652832031, 4.345870018005371093, 0, 0, -0.82412624359130859, 0.566406130790710449, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+221, 180415, 530, 3487, 0, '0', 0, 0, 9855.013671875, -7501.30908203125, 19.67004585266113281, 0.191985160112380981, 0, 0, 0.095845222473144531, 0.995396256446838378, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+222, 180415, 530, 3487, 0, '0', 0, 0, 9845.8603515625, -7499.8505859375, 14.93490123748779296, 4.712389945983886718, 0, 0, -0.70710659027099609, 0.707106947898864746, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+223, 180415, 530, 3487, 0, '0', 0, 0, 9850.9853515625, -7500.9150390625, 19.68542289733886718, 3.822272777557373046, 0, 0, -0.94264125823974609, 0.333807557821273803, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+224, 180415, 530, 3487, 0, '0', 0, 0, 9850.9267578125, -7498.93408203125, 14.93043231964111328, 1.48352813720703125, 0, 0, 0.675589561462402343, 0.737277925014495849, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+225, 180415, 530, 3487, 0, '0', 0, 0, 9855.83203125, -7499.7578125, 14.9569244384765625, 3.473210096359252929, 0, 0, -0.98628520965576171, 0.165049895644187927, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+226, 180415, 530, 3487, 0, '0', 0, 0, 9852.7412109375, -7502.26806640625, -4.00398206710815429, 4.380776405334472656, 0, 0, -0.81411552429199218, 0.580702960491180419, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+227, 180415, 530, 3487, 0, '0', 0, 0, 9844.302734375, -7503.1494140625, 19.64698219299316406, 5.061456203460693359, 0, 0, -0.57357597351074218, 0.819152355194091796, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+228, 180415, 530, 3487, 0, '0', 0, 0, 9847.0869140625, -7501.3740234375, 19.64914321899414062, 4.537858963012695312, 0, 0, -0.76604366302490234, 0.642788589000701904, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+229, 180415, 530, 3487, 0, '0', 0, 0, 9860.1337890625, -7507.26220703125, -3.99987411499023437, 1.378809213638305664, 0, 0, 0.636077880859375, 0.771624863147735595, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+230, 180415, 530, 3487, 0, '0', 0, 0, 9861.1298828125, -7509.80126953125, -3.9990389347076416, 1.675513744354248046, 0, 0, 0.743144035339355468, 0.669131457805633544, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+231, 180415, 530, 3487, 0, '0', 0, 0, 9863.115234375, -7510.86474609375, -3.99922609329223632, 2.146752834320068359, 0, 0, 0.878816604614257812, 0.477159708738327026, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+232, 180415, 530, 3487, 0, '0', 0, 0, 9841.8173828125, -7508.12939453125, 19.64094924926757812, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+233, 180415, 530, 3487, 0, '0', 0, 0, 9866.30078125, -7510.89697265625, -4.00086498260498046, 5.427974700927734375, 0, 0, -0.41469287872314453, 0.909961462020874023, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+234, 180415, 530, 3487, 0, '0', 0, 0, 9841.5126953125, -7507.54248046875, -4.00039482116699218, 1.099556446075439453, 0, 0, 0.522498130798339843, 0.852640450000762939, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+235, 180415, 530, 3487, 0, '0', 0, 0, 9838.9814453125, -7510.7880859375, -3.99919795989990234, 2.181660413742065429, 0, 0, 0.887010574340820312, 0.461749136447906494, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+236, 180415, 530, 3487, 0, '0', 0, 0, 9836.0478515625, -7510.8212890625, -4.00069999694824218, 0.27925160527229309, 0, 0, 0.139172554016113281, 0.990268170833587646, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+237, 180415, 530, 3487, 0, '0', 0, 0, 9841.0439453125, -7509.53125, -3.99918007850646972, 0.837757468223571777, 0, 0, 0.406736373901367187, 0.913545548915863037, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+238, 180415, 530, 3487, 0, '0', 0, 0, 9770.3017578125, -7477.87255859375, 13.54951953887939453, 6.178466320037841796, 0, 0, -0.05233573913574218, 0.998629570007324218, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+239, 180415, 530, 3487, 0, '0', 0, 0, 9763.8720703125, -7469.1728515625, 13.57423782348632812, 1.954769015312194824, 0, 0, 0.829037666320800781, 0.559192776679992675, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+240, 180415, 530, 3487, 0, '0', 0, 0, 9767.1923828125, -7475.00341796875, 13.547576904296875, 0.366517573595046997, 0, 0, 0.182234764099121093, 0.98325502872467041, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+241, 180415, 530, 3487, 0, '0', 0, 0, 9763.8525390625, -7467.26416015625, 13.57423686981201171, 2.181660413742065429, 0, 0, 0.887010574340820312, 0.461749136447906494, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+242, 180415, 530, 3487, 0, '0', 0, 0, 9763.6533203125, -7472.0302734375, 13.57423591613769531, 6.195919513702392578, 0, 0, -0.04361915588378906, 0.999048233032226562, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+243, 180415, 530, 3487, 0, '0', 0, 0, 9770.3154296875, -7483.28125, 13.54950141906738281, 5.462882041931152343, 0, 0, -0.39874839782714843, 0.917060375213623046, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+244, 180415, 530, 3487, 0, '0', 0, 0, 9770.4853515625, -7489.10498046875, 13.54949283599853515, 5.777040958404541015, 0, 0, -0.25037956237792968, 0.968147754669189453, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+245, 180415, 530, 3487, 0, '0', 0, 0, 9770.4716796875, -7486.43212890625, 13.54949474334716796, 3.420850038528442382, 0, 0, -0.99026775360107421, 0.139175355434417724, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+246, 180415, 530, 3487, 0, '0', 0, 0, 9767.326171875, -7477.9130859375, 13.52079677581787109, 2.391098499298095703, 0, 0, 0.930417060852050781, 0.366502493619918823, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+247, 180415, 530, 3487, 0, '0', 0, 0, 9767.091796875, -7472.75439453125, 13.57029438018798828, 0.802850961685180664, 0, 0, 0.390730857849121093, 0.920504987239837646, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+248, 180415, 530, 3487, 0, '0', 0, 0, 9770.2001953125, -7497.8349609375, 13.54951763153076171, 1.117009282112121582, 0, 0, 0.529918670654296875, 0.84804844856262207, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+249, 180415, 530, 3487, 0, '0', 0, 0, 9770.3408203125, -7492.47998046875, 13.54949760437011718, 5.078907966613769531, 0, 0, -0.56640625, 0.824126183986663818, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+250, 180415, 530, 3487, 0, '0', 0, 0, 9840.056640625, -7565.67041015625, 20.27199745178222656, 1.396261811256408691, 0, 0, 0.642786979675292968, 0.766044974327087402, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+251, 180415, 530, 3487, 0, '0', 0, 0, 9841.470703125, -7560.3671875, 20.30398941040039062, 0.471238493919372558, 0, 0, 0.233445167541503906, 0.972369968891143798, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+252, 180415, 530, 3487, 0, '0', 0, 0, 9860.7568359375, -7565.82568359375, 20.21994972229003906, 1.221729278564453125, 0, 0, 0.573575973510742187, 0.819152355194091796, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+253, 180415, 530, 3487, 0, '0', 0, 0, 9767.0439453125, -7502.681640625, 13.5683755874633789, 4.904376029968261718, 0, 0, -0.636077880859375, 0.771624863147735595, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+254, 180415, 530, 3487, 0, '0', 0, 0, 9766.8876953125, -7486.7578125, 13.51768207550048828, 3.351046562194824218, 0, 0, -0.99452114105224609, 0.104535527527332305, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+255, 180415, 530, 3487, 0, '0', 0, 0, 9855.56640625, -7556.8369140625, 20.22193336486816406, 6.056293010711669921, 0, 0, -0.11320304870605468, 0.993571877479553222, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+256, 180415, 530, 3487, 0, '0', 0, 0, 9859.212890625, -7560.63720703125, 20.16980552673339843, 6.03883981704711914, 0, 0, -0.12186908721923828, 0.9925462007522583, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+257, 180415, 530, 3487, 0, '0', 0, 0, 9763.943359375, -7503.1171875, 13.57326221466064453, 5.393068790435791015, 0, 0, -0.43051052093505859, 0.902585566043853759, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+258, 180415, 530, 3487, 0, '0', 0, 0, 9767.1611328125, -7488.72998046875, 13.51720142364501953, 2.321286916732788085, 0, 0, 0.917059898376464843, 0.398749500513076782, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+259, 180415, 530, 3487, 0, '0', 0, 0, 9767.044921875, -7497.89697265625, 13.52363967895507812, 2.949595451354980468, 0, 0, 0.995395660400390625, 0.095851235091686248, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+260, 180415, 530, 3487, 0, '0', 0, 0, 9845.251953125, -7556.720703125, 20.27280616760253906, 1.029743075370788574, 0, 0, 0.492423057556152343, 0.870355963706970214, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+261, 180415, 530, 3487, 0, '0', 0, 0, 9850.5888671875, -7555.328125, 20.28959274291992187, 3.94444584846496582, 0, 0, -0.92050457000732421, 0.3907318115234375, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+262, 180415, 530, 3487, 0, '0', 0, 0, 9760.556640625, -7504.63720703125, 13.84737014770507812, 2.67034769058227539, 0, 0, 0.972369194030761718, 0.233448356389999389, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+263, 180415, 530, 3487, 0, '0', 0, 0, 9850.412109375, -7576.22900390625, 20.3032073974609375, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+264, 180415, 530, 3487, 0, '0', 0, 0, 9845.1201171875, -7574.828125, 20.32866859436035156, 5.270895957946777343, 0, 0, -0.48480892181396484, 0.87462007999420166, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+265, 180415, 530, 3487, 0, '0', 0, 0, 9841.2861328125, -7570.884765625, 20.31773757934570312, 1.919861555099487304, 0, 0, 0.819151878356933593, 0.573576688766479492, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+266, 180415, 530, 3487, 0, '0', 0, 0, 9855.6220703125, -7574.94970703125, 20.33961105346679687, 5.6897735595703125, 0, 0, -0.29237174987792968, 0.956304728984832763, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+267, 180415, 530, 3487, 0, '0', 0, 0, 9859.6357421875, -7571.1328125, 20.36898231506347656, 2.775068521499633789, 0, 0, 0.983254432678222656, 0.182238012552261352, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+268, 180415, 530, 3487, 0, '0', 0, 0, 9693.1279296875, -7264.61572265625, 14.60019302368164062, 0.645771682262420654, 0, 0, 0.317304611206054687, 0.948323667049407958, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+269, 180415, 530, 3487, 0, '0', 0, 0, 9693.16796875, -7271.11328125, 14.60019111633300781, 5.986480236053466796, 0, 0, -0.14780902862548828, 0.989015936851501464, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+270, 180415, 530, 3487, 0, '0', 0, 0, 9698.09765625, -7286.7177734375, 14.60017585754394531, 3.857182979583740234, 0, 0, -0.93667125701904296, 0.350209832191467285, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+271, 180415, 530, 3487, 0, '0', 0, 0, 9693.8251953125, -7281.91845703125, 14.60018634796142578, 0.610863447189331054, 0, 0, 0.3007049560546875, 0.953717231750488281, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+272, 180415, 530, 3487, 0, '0', 0, 0, 9693.0283203125, -7288.40283203125, 17.50261878967285156, 0.331610709428787231, 0, 0, 0.16504669189453125, 0.986285746097564697, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+273, 180415, 530, 3487, 0, '0', 0, 0, 9692.9482421875, -7276.78271484375, 14.60019302368164062, 1.32644820213317871, 0, 0, 0.615660667419433593, 0.788011372089385986, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+274, 180415, 530, 3487, 0, '0', 0, 0, 9693.2890625, -7257.5166015625, 14.60019111633300781, 0.331610709428787231, 0, 0, 0.16504669189453125, 0.986285746097564697, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+275, 180415, 530, 3487, 0, '0', 0, 0, 9693.0537109375, -7250.86962890625, 14.60019302368164062, 5.497788906097412109, 0, 0, -0.38268280029296875, 0.923879802227020263, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+276, 180415, 530, 3487, 0, '0', 0, 0, 9698.2392578125, -7361.32666015625, 13.2042999267578125, 1.413715124130249023, 0, 0, 0.649447441101074218, 0.760406434535980224, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+277, 180415, 530, 3487, 0, '0', 0, 0, 9698.29296875, -7240.509765625, 14.60017585754394531, 5.986480236053466796, 0, 0, -0.14780902862548828, 0.989015936851501464, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+278, 180415, 530, 3487, 0, '0', 0, 0, 9694.0361328125, -7245.42529296875, 14.60018634796142578, 3.43830275535583496, 0, 0, -0.98901557922363281, 0.147811368107795715, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+279, 180415, 530, 3487, 0, '0', 0, 0, 9693.3408203125, -7361.22412109375, 13.13454532623291015, 0.401424884796142578, 0, 0, 0.199367523193359375, 0.979924798011779785, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+280, 180415, 530, 3487, 0, '0', 0, 0, 9695.5869140625, -7361.30224609375, 13.22294807434082031, 4.747295856475830078, 0, 0, -0.69465827941894531, 0.719339847564697265, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+281, 180415, 530, 3487, 0, '0', 0, 0, 9672.673828125, -7350.015625, 13.22946643829345703, 5.532694816589355468, 0, 0, -0.3665008544921875, 0.93041771650314331, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+282, 180415, 530, 3487, 0, '0', 0, 0, 9677.966796875, -7349.9150390625, 13.23773097991943359, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+283, 180415, 530, 3487, 0, '0', 0, 0, 9685.6845703125, -7361.17724609375, 13.32567882537841796, 2.635444164276123046, 0, 0, 0.96814727783203125, 0.250381410121917724, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+284, 180415, 530, 3487, 0, '0', 0, 0, 9687.5625, -7361.12841796875, 13.30887985229492187, 3.700104713439941406, 0, 0, -0.96126079559326171, 0.275640487670898437, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+285, 180415, 530, 3487, 0, '0', 0, 0, 9677.8955078125, -7354.75341796875, 13.15926074981689453, 1.221729278564453125, 0, 0, 0.573575973510742187, 0.819152355194091796, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+286, 180415, 530, 3487, 0, '0', 0, 0, 9691.2763671875, -7362.2978515625, 21.69265937805175781, 3.543023586273193359, 0, 0, -0.97992420196533203, 0.199370384216308593, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+287, 180415, 530, 3487, 0, '0', 0, 0, 9680.2392578125, -7361.09375, 13.32903766632080078, 1.082102894783020019, 0, 0, 0.51503753662109375, 0.857167601585388183, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+288, 180415, 530, 3487, 0, '0', 0, 0, 9682.7060546875, -7361.1474609375, 13.32118511199951171, 4.345870018005371093, 0, 0, -0.82412624359130859, 0.566406130790710449, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+289, 180415, 530, 3487, 0, '0', 0, 0, 9677.9189453125, -7358.7119140625, 13.2209320068359375, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+290, 180415, 530, 3487, 0, '0', 0, 0, 9672.5654296875, -7353.7568359375, 13.29429244995117187, 6.09120035171508789, 0, 0, -0.09584522247314453, 0.995396256446838378, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+291, 180415, 530, 3487, 0, '0', 0, 0, 9691.3017578125, -7361.01416015625, 13.26558971405029296, 2.617989301681518554, 0, 0, 0.965925216674804687, 0.258821308612823486, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+292, 180415, 530, 3487, 0, '0', 0, 0, 9684.8955078125, -7382.20166015625, 12.86381244659423828, 1.867502212524414062, 0, 0, 0.803856849670410156, 0.594822824001312255, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+293, 180415, 530, 3487, 0, '0', 0, 0, 9674.509765625, -7358.72900390625, 13.28606796264648437, 5.183629035949707031, 0, 0, -0.52249813079833984, 0.852640450000762939, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+294, 180415, 530, 3487, 0, '0', 0, 0, 9670.7626953125, -7358.736328125, 13.3200225830078125, 5.026549339294433593, 0, 0, -0.5877847671508789, 0.809017360210418701, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+295, 180415, 530, 3487, 0, '0', 0, 0, 9682.7548828125, -7370.58837890625, 12.79338645935058593, 0.471238493919372558, 0, 0, 0.233445167541503906, 0.972369968891143798, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+296, 180415, 530, 3487, 0, '0', 0, 0, 9687.857421875, -7382.19775390625, 13.0448312759399414, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+297, 180415, 530, 3487, 0, '0', 0, 0, 9692.984375, -7381.11279296875, 13.28889942169189453, 3.874631166458129882, 0, 0, -0.93358039855957031, 0.358368009328842163, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+298, 180415, 530, 3487, 0, '0', 0, 0, 9665.6220703125, -7356.8994140625, 13.24530315399169921, 4.276057243347167968, 0, 0, -0.84339141845703125, 0.537299633026123046, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+299, 180415, 530, 3487, 0, '0', 0, 0, 9692.912109375, -7384.1005859375, 13.15413570404052734, 1.500982880592346191, 0, 0, 0.681998252868652343, 0.731353819370269775, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+300, 180415, 530, 3487, 0, '0', 0, 0, 9665.6982421875, -7353.79345703125, 13.26163196563720703, 3.22885894775390625, 0, 0, -0.99904823303222656, 0.043619260191917419, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+301, 180415, 530, 3487, 0, '0', 0, 0, 9676.4150390625, -7361.1318359375, 13.28960514068603515, 5.131268978118896484, 0, 0, -0.54463863372802734, 0.838670849800109863, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+302, 180415, 530, 3487, 0, '0', 0, 0, 9668.9580078125, -7353.7744140625, 13.22333240509033203, 5.061456203460693359, 0, 0, -0.57357597351074218, 0.819152355194091796, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+303, 180415, 530, 3487, 0, '0', 0, 0, 9672.3212890625, -7361.13525390625, 13.30721664428710937, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+304, 180415, 530, 3487, 0, '0', 0, 0, 9692.8544921875, -7387.08349609375, 13.08180046081542968, 4.328419685363769531, 0, 0, -0.82903671264648437, 0.559194147586822509, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+305, 180415, 530, 3487, 0, '0', 0, 0, 9683.2666015625, -7394.19287109375, 24.06535911560058593, 2.181660413742065429, 0, 0, 0.887010574340820312, 0.461749136447906494, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+306, 180415, 530, 3487, 0, '0', 0, 0, 9686.0556640625, -7387.171875, 12.97782421112060546, 3.857182979583740234, 0, 0, -0.93667125701904296, 0.350209832191467285, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+307, 180415, 530, 3487, 0, '0', 0, 0, 9688.8720703125, -7387.0537109375, 12.90003490447998046, 2.059488296508789062, 0, 0, 0.857167243957519531, 0.515038192272186279, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+308, 180415, 530, 3487, 0, '0', 0, 0, 9688.4111328125, -7393.3759765625, 24.06675338745117187, 1.797688722610473632, 0, 0, 0.7826080322265625, 0.622514784336090087, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+309, 180415, 530, 3487, 0, '0', 0, 0, 9665.6240234375, -7359.85791015625, 13.2656707763671875, 6.09120035171508789, 0, 0, -0.09584522247314453, 0.995396256446838378, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+310, 180415, 530, 3487, 0, '0', 0, 0, 9680.662109375, -7386.455078125, 12.92362308502197265, 2.216565132141113281, 0, 0, 0.894933700561523437, 0.44619917869567871, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+311, 180415, 530, 3487, 0, '0', 0, 0, 9680.59375, -7390.87841796875, 12.93970108032226562, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+312, 180415, 530, 3487, 0, '0', 0, 0, 9685.9658203125, -7390.49658203125, 12.9696197509765625, 0.418878614902496337, 0, 0, 0.207911491394042968, 0.978147625923156738, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+313, 180415, 530, 3487, 0, '0', 0, 0, 9690.90625, -7392.009765625, 24.06467628479003906, 1.343901276588439941, 0, 0, 0.622513771057128906, 0.78260880708694458, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+314, 180415, 530, 3487, 0, '0', 0, 0, 9685.775390625, -7393.67724609375, 24.06158638000488281, 0.925023794174194335, 0, 0, 0.446197509765625, 0.894934535026550292, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+315, 180415, 530, 3487, 0, '0', 0, 0, 9692.736328125, -7391.0068359375, 24.06141281127929687, 5.061456203460693359, 0, 0, -0.57357597351074218, 0.819152355194091796, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+316, 180415, 530, 3487, 0, '0', 0, 0, 9680.7177734375, -7382.24658203125, 12.83605575561523437, 1.745326757431030273, 0, 0, 0.766043663024902343, 0.642788589000701904, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+317, 180415, 530, 3487, 0, '0', 0, 0, 9678.02734375, -7393.19970703125, 24.06268119812011718, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+318, 180415, 530, 3487, 0, '0', 0, 0, 9688.486328125, -7404.40478515625, 14.14973640441894531, 3.263772249221801757, 0, 0, -0.99813461303710937, 0.061051756143569946, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+319, 180415, 530, 3487, 0, '0', 0, 0, 9676.0498046875, -7392.1328125, 24.06499671936035156, 0.349065244197845458, 0, 0, 0.173647880554199218, 0.984807789325714111, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+320, 180415, 530, 3487, 0, '0', 0, 0, 9673.9111328125, -7391.03369140625, 24.06477737426757812, 6.178466320037841796, 0, 0, -0.05233573913574218, 0.998629570007324218, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+321, 180415, 530, 3487, 0, '0', 0, 0, 9680.8916015625, -7393.67529296875, 24.06132698059082031, 2.426007747650146484, 0, 0, 0.936672210693359375, 0.350207358598709106, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+322, 180415, 530, 3487, 0, '0', 0, 0, 9677.759765625, -7404.384765625, 14.04935264587402343, 5.532694816589355468, 0, 0, -0.3665008544921875, 0.93041771650314331, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+323, 180415, 530, 3487, 0, '0', 0, 0, 9632.8408203125, -7264.90478515625, 14.80141925811767578, 1.884953022003173828, 0, 0, 0.809016227722167968, 0.587786316871643066, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+324, 180415, 530, 3487, 0, '0', 0, 0, 9640.8564453125, -7262.70947265625, 14.8014068603515625, 3.630291461944580078, 0, 0, -0.97029495239257812, 0.241925001144409179, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+325, 180415, 530, 3487, 0, '0', 0, 0, 9641.7822265625, -7259.69970703125, 14.81577587127685546, 5.6897735595703125, 0, 0, -0.29237174987792968, 0.956304728984832763, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+326, 180415, 530, 3487, 0, '0', 0, 0, 9606.88671875, -7265.3603515625, 14.80142593383789062, 1.727874636650085449, 0, 0, 0.760405540466308593, 0.649448513984680175, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+327, 180415, 530, 3487, 0, '0', 0, 0, 9609.5361328125, -7264.76025390625, 14.80141925811767578, 4.991643905639648437, 0, 0, -0.60181427001953125, 0.798636078834533691, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+328, 180415, 530, 3487, 0, '0', 0, 0, 9635.4560546875, -7265.46826171875, 14.80142593383789062, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+329, 180415, 530, 3487, 0, '0', 0, 0, 9638.3173828125, -7264.9931640625, 14.80141925811767578, 5.131268978118896484, 0, 0, -0.54463863372802734, 0.838670849800109863, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+330, 180415, 530, 3487, 0, '0', 0, 0, 9604.1357421875, -7264.61572265625, 14.80141925811767578, 3.054326534271240234, 0, 0, 0.999048233032226562, 0.043619260191917419, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+331, 180415, 530, 3487, 8619, '0', 0, 0, 9628.1298828125, -7445.97900390625, 14.02779293060302734, 0.523597896099090576, 0, 0, 0.258818626403808593, 0.965925931930541992, 120, 255, 1, 46340), -- CandleBlack01 (Area: Silvermoon City Inn - Difficulty: 0) +(@OGUID+332, 180415, 530, 3487, 8619, '0', 0, 0, 9632.11328125, -7441.42626953125, 14.0277862548828125, 1.85004889965057373, 0, 0, 0.798635482788085937, 0.60181504487991333, 120, 255, 1, 46340), -- CandleBlack01 (Area: Silvermoon City Inn - Difficulty: 0) +(@OGUID+333, 180415, 530, 3487, 8619, '0', 0, 0, 9655.6064453125, -7455.16943359375, 14.02777290344238281, 2.111847877502441406, 0, 0, 0.870355606079101562, 0.492423713207244873, 120, 255, 1, 46340), -- CandleBlack01 (Area: Silvermoon City Inn - Difficulty: 0) +(@OGUID+334, 180415, 530, 3487, 8619, '0', 0, 0, 9660.2890625, -7459.09814453125, 14.02776718139648437, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 120, 255, 1, 46340), -- CandleBlack01 (Area: Silvermoon City Inn - Difficulty: 0) +(@OGUID+335, 180415, 530, 3487, 8619, '0', 0, 0, 9712.4091796875, -7455.58056640625, 14.03802204132080078, 0.331610709428787231, 0, 0, 0.16504669189453125, 0.986285746097564697, 120, 255, 1, 46340), -- CandleBlack01 (Area: Silvermoon City Inn - Difficulty: 0) +(@OGUID+336, 180415, 530, 3487, 8619, '0', 0, 0, 9728.00390625, -7464.86376953125, 14.03801918029785156, 1.012289404869079589, 0, 0, 0.484808921813964843, 0.87462007999420166, 120, 255, 1, 46340), -- CandleBlack01 (Area: Silvermoon City Inn - Difficulty: 0) +(@OGUID+337, 180415, 530, 3487, 8619, '0', 0, 0, 9646.9296875, -7446.18603515625, 14.02777767181396484, 1.274088263511657714, 0, 0, 0.594821929931640625, 0.80385744571685791, 120, 255, 1, 46340), -- CandleBlack01 (Area: Silvermoon City Inn - Difficulty: 0) +(@OGUID+338, 180415, 530, 3487, 8619, '0', 0, 0, 9637.5439453125, -7439.55810546875, 14.02777957916259765, 2.129300594329833984, 0, 0, 0.874619483947753906, 0.484810054302215576, 120, 255, 1, 46340), -- CandleBlack01 (Area: Silvermoon City Inn - Difficulty: 0) +(@OGUID+339, 180415, 530, 3487, 8619, '0', 0, 0, 9649.9404296875, -7453.70849609375, 14.02777957916259765, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 46340), -- CandleBlack01 (Area: Silvermoon City Inn - Difficulty: 0) +(@OGUID+340, 180415, 530, 3487, 8619, '0', 0, 0, 9642.90234375, -7441.37158203125, 14.02777576446533203, 4.48549652099609375, 0, 0, -0.7826080322265625, 0.622514784336090087, 120, 255, 1, 46340), -- CandleBlack01 (Area: Silvermoon City Inn - Difficulty: 0) +(@OGUID+341, 180415, 530, 3487, 8619, '0', 0, 0, 9661.990234375, -7464.5224609375, 14.02776527404785156, 0.837757468223571777, 0, 0, 0.406736373901367187, 0.913545548915863037, 120, 255, 1, 46340), -- CandleBlack01 (Area: Silvermoon City Inn - Difficulty: 0) +(@OGUID+342, 180415, 530, 3487, 8619, '0', 0, 0, 9707.984375, -7459.5224609375, 14.03801918029785156, 0.488691210746765136, 0, 0, 0.241921424865722656, 0.970295846462249755, 120, 255, 1, 46340), -- CandleBlack01 (Area: Silvermoon City Inn - Difficulty: 0) +(@OGUID+343, 180415, 530, 3487, 8619, '0', 0, 0, 9708.005859375, -7469.921875, 14.0380258560180664, 1.047197580337524414, 0, 0, 0.5, 0.866025388240814208, 120, 255, 1, 46340), -- CandleBlack01 (Area: Silvermoon City Inn - Difficulty: 0) +(@OGUID+344, 180415, 530, 3487, 8619, '0', 0, 0, 9717.24609375, -7454.90478515625, 14.03802680969238281, 0.488691210746765136, 0, 0, 0.241921424865722656, 0.970295846462249755, 120, 255, 1, 46340), -- CandleBlack01 (Area: Silvermoon City Inn - Difficulty: 0) +(@OGUID+345, 180415, 530, 3487, 8619, '0', 0, 0, 9706.26171875, -7464.71337890625, 14.03801918029785156, 3.019413232803344726, 0, 0, 0.998134613037109375, 0.061051756143569946, 120, 255, 1, 46340), -- CandleBlack01 (Area: Silvermoon City Inn - Difficulty: 0) +(@OGUID+346, 180415, 530, 3487, 8619, '0', 0, 0, 9722.171875, -7455.78369140625, 14.03802204132080078, 5.061456203460693359, 0, 0, -0.57357597351074218, 0.819152355194091796, 120, 255, 1, 46340), -- CandleBlack01 (Area: Silvermoon City Inn - Difficulty: 0) +(@OGUID+347, 180415, 530, 3487, 8619, '0', 0, 0, 9726.541015625, -7459.6865234375, 14.03801727294921875, 2.513273954391479492, 0, 0, 0.951056480407714843, 0.309017121791839599, 120, 255, 1, 46340), -- CandleBlack01 (Area: Silvermoon City Inn - Difficulty: 0) +(@OGUID+348, 180415, 530, 3487, 8619, '0', 0, 0, 9637.08984375, -7461.9130859375, 18.66316413879394531, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46340), -- CandleBlack01 (Area: Silvermoon City Inn - Difficulty: 0) +(@OGUID+349, 180415, 530, 3487, 8619, '0', 0, 0, 9638.744140625, -7460.2099609375, 15.9869232177734375, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 46340), -- CandleBlack01 (Area: Silvermoon City Inn - Difficulty: 0) +(@OGUID+350, 180415, 530, 3487, 8619, '0', 0, 0, 9721.927734375, -7473.80908203125, 14.03803730010986328, 5.497788906097412109, 0, 0, -0.38268280029296875, 0.923879802227020263, 120, 255, 1, 46340), -- CandleBlack01 (Area: Silvermoon City Inn - Difficulty: 0) +(@OGUID+351, 180415, 530, 3487, 8619, '0', 0, 0, 9635.5712890625, -7461.837890625, 15.9869232177734375, 1.745326757431030273, 0, 0, 0.766043663024902343, 0.642788589000701904, 120, 255, 1, 46340), -- CandleBlack01 (Area: Silvermoon City Inn - Difficulty: 0) +(@OGUID+352, 180415, 530, 3487, 8619, '0', 0, 0, 9717.1806640625, -7474.6240234375, 14.03804397583007812, 4.293513298034667968, 0, 0, -0.8386697769165039, 0.544640243053436279, 120, 255, 1, 46340), -- CandleBlack01 (Area: Silvermoon City Inn - Difficulty: 0) +(@OGUID+353, 180415, 530, 3487, 8619, '0', 0, 0, 9637.3544921875, -7461.244140625, 15.9869232177734375, 3.45575571060180664, 0, 0, -0.98768806457519531, 0.156436234712600708, 120, 255, 1, 46340), -- CandleBlack01 (Area: Silvermoon City Inn - Difficulty: 0) +(@OGUID+354, 180415, 530, 3487, 8619, '0', 0, 0, 9641.4736328125, -7463.02099609375, 16.38364219665527343, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 46340), -- CandleBlack01 (Area: Silvermoon City Inn - Difficulty: 0) +(@OGUID+355, 180415, 530, 3487, 8619, '0', 0, 0, 9712.376953125, -7473.81103515625, 14.03803730010986328, 5.550147056579589843, 0, 0, -0.358367919921875, 0.933580458164215087, 120, 255, 1, 46340), -- CandleBlack01 (Area: Silvermoon City Inn - Difficulty: 0) +(@OGUID+356, 180415, 530, 3487, 8619, '0', 0, 0, 9641.4765625, -7465.7490234375, 15.9869232177734375, 0.087265998125076293, 0, 0, 0.043619155883789062, 0.999048233032226562, 120, 255, 1, 46340), -- CandleBlack01 (Area: Silvermoon City Inn - Difficulty: 0) +(@OGUID+357, 180415, 530, 3487, 8619, '0', 0, 0, 9633.908203125, -7461.73876953125, 15.9869232177734375, 0.907570242881774902, 0, 0, 0.438370704650878906, 0.898794233798980712, 120, 255, 1, 46340), -- CandleBlack01 (Area: Silvermoon City Inn - Difficulty: 0) +(@OGUID+358, 180415, 530, 3487, 8619, '0', 0, 0, 9624.8505859375, -7453.40966796875, 14.02777576446533203, 3.22885894775390625, 0, 0, -0.99904823303222656, 0.043619260191917419, 120, 255, 1, 46340), -- CandleBlack01 (Area: Silvermoon City Inn - Difficulty: 0) +(@OGUID+359, 180415, 530, 3487, 8619, '0', 0, 0, 9639.9541015625, -7462.72509765625, 16.84002685546875, 1.186823248863220214, 0, 0, 0.559192657470703125, 0.829037725925445556, 120, 255, 1, 46340), -- CandleBlack01 (Area: Silvermoon City Inn - Difficulty: 0) +(@OGUID+360, 180415, 530, 3487, 8619, '0', 0, 0, 9640.427734375, -7464.3818359375, 15.9869232177734375, 3.647741317749023437, 0, 0, -0.96814727783203125, 0.250381410121917724, 120, 255, 1, 46340), -- CandleBlack01 (Area: Silvermoon City Inn - Difficulty: 0) +(@OGUID+361, 180415, 530, 3487, 8619, '0', 0, 0, 9726.427734375, -7470.02978515625, 14.03802776336669921, 5.567600727081298828, 0, 0, -0.35020732879638671, 0.936672210693359375, 120, 255, 1, 46340), -- CandleBlack01 (Area: Silvermoon City Inn - Difficulty: 0) +(@OGUID+362, 180415, 530, 3487, 8619, '0', 0, 0, 9638.4267578125, -7461.015625, 18.32743263244628906, 0.890116631984710693, 0, 0, 0.430510520935058593, 0.902585566043853759, 120, 255, 1, 46340), -- CandleBlack01 (Area: Silvermoon City Inn - Difficulty: 0) +(@OGUID+363, 180415, 530, 3487, 8619, '0', 0, 0, 9640.314453125, -7461.31591796875, 17.301849365234375, 6.056293010711669921, 0, 0, -0.11320304870605468, 0.993571877479553222, 120, 255, 1, 46340), -- CandleBlack01 (Area: Silvermoon City Inn - Difficulty: 0) +(@OGUID+364, 180415, 530, 3487, 8619, '0', 0, 0, 9635.9638671875, -7460.173828125, 15.97606086730957031, 3.804818391799926757, 0, 0, -0.94551849365234375, 0.325568377971649169, 120, 255, 1, 46340), -- CandleBlack01 (Area: Silvermoon City Inn - Difficulty: 0) +(@OGUID+365, 180415, 530, 3487, 8619, '0', 0, 0, 9639.1982421875, -7461.87158203125, 15.9869232177734375, 2.897245407104492187, 0, 0, 0.99254608154296875, 0.121869951486587524, 120, 255, 1, 46340), -- CandleBlack01 (Area: Silvermoon City Inn - Difficulty: 0) +(@OGUID+366, 180415, 530, 3487, 8619, '0', 0, 0, 9660.25, -7470.0400390625, 14.02775955200195312, 0.418878614902496337, 0, 0, 0.207911491394042968, 0.978147625923156738, 120, 255, 1, 46340), -- CandleBlack01 (Area: Silvermoon City Inn - Difficulty: 0) +(@OGUID+367, 180415, 530, 3487, 8619, '0', 0, 0, 9638.208984375, -7462.6630859375, 18.66362190246582031, 0.087265998125076293, 0, 0, 0.043619155883789062, 0.999048233032226562, 120, 255, 1, 46340), -- CandleBlack01 (Area: Silvermoon City Inn - Difficulty: 0) +(@OGUID+368, 180415, 530, 3487, 8619, '0', 0, 0, 9639.1376953125, -7462.30224609375, 17.97780799865722656, 6.161012649536132812, 0, 0, -0.06104850769042968, 0.998134791851043701, 120, 255, 1, 46340), -- CandleBlack01 (Area: Silvermoon City Inn - Difficulty: 0) +(@OGUID+369, 180415, 530, 3487, 8619, '0', 0, 0, 9634.7705078125, -7467.74853515625, 15.9869232177734375, 5.044002056121826171, 0, 0, -0.58070278167724609, 0.814115643501281738, 120, 255, 1, 46340), -- CandleBlack01 (Area: Silvermoon City Inn - Difficulty: 0) +(@OGUID+370, 180415, 530, 3487, 8619, '0', 0, 0, 9639.83203125, -7466.173828125, 15.9869232177734375, 3.159062385559082031, 0, 0, -0.99996185302734375, 0.008734640665352344, 120, 255, 1, 46340), -- CandleBlack01 (Area: Silvermoon City Inn - Difficulty: 0) +(@OGUID+371, 180415, 530, 3487, 8619, '0', 0, 0, 9638.3017578125, -7467.2724609375, 15.9869232177734375, 1.48352813720703125, 0, 0, 0.675589561462402343, 0.737277925014495849, 120, 255, 1, 46340), -- CandleBlack01 (Area: Silvermoon City Inn - Difficulty: 0) +(@OGUID+372, 180415, 530, 3487, 8619, '0', 0, 0, 9634.505859375, -7465.27587890625, 16.39715003967285156, 2.740161895751953125, 0, 0, 0.979924201965332031, 0.199370384216308593, 120, 255, 1, 46340), -- CandleBlack01 (Area: Silvermoon City Inn - Difficulty: 0) +(@OGUID+373, 180415, 530, 3487, 8619, '0', 0, 0, 9639.8642578125, -7467.84814453125, 15.9869232177734375, 0.872663915157318115, 0, 0, 0.422617912292480468, 0.906307935714721679, 120, 255, 1, 46340), -- CandleBlack01 (Area: Silvermoon City Inn - Difficulty: 0) +(@OGUID+374, 180415, 530, 3487, 8619, '0', 0, 0, 9655.4619140625, -7473.85595703125, 14.02776145935058593, 3.78736734390258789, 0, 0, -0.94832324981689453, 0.317305892705917358, 120, 255, 1, 46340), -- CandleBlack01 (Area: Silvermoon City Inn - Difficulty: 0) +(@OGUID+375, 180415, 530, 3487, 8619, '0', 0, 0, 9633.0693359375, -7464.283203125, 15.9869232177734375, 3.473210096359252929, 0, 0, -0.98628520965576171, 0.165049895644187927, 120, 255, 1, 46340), -- CandleBlack01 (Area: Silvermoon City Inn - Difficulty: 0) +(@OGUID+376, 180415, 530, 3487, 8619, '0', 0, 0, 9636.400390625, -7467.28662109375, 15.98692131042480468, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 46340), -- CandleBlack01 (Area: Silvermoon City Inn - Difficulty: 0) +(@OGUID+377, 180415, 530, 3487, 8619, '0', 0, 0, 9619.0478515625, -7454.828125, 14.02777099609375, 3.124123096466064453, 0, 0, 0.99996185302734375, 0.008734640665352344, 120, 255, 1, 46340), -- CandleBlack01 (Area: Silvermoon City Inn - Difficulty: 0) +(@OGUID+378, 180415, 530, 3487, 8619, '0', 0, 0, 9649.724609375, -7475.1640625, 14.02776527404785156, 4.677483558654785156, 0, 0, -0.71933937072753906, 0.694658815860748291, 120, 255, 1, 46340), -- CandleBlack01 (Area: Silvermoon City Inn - Difficulty: 0) +(@OGUID+379, 180415, 530, 3487, 8619, '0', 0, 0, 9635.984375, -7466.34033203125, 18.39253997802734375, 4.136432647705078125, 0, 0, -0.87881660461425781, 0.477159708738327026, 120, 255, 1, 46340), -- CandleBlack01 (Area: Silvermoon City Inn - Difficulty: 0) +(@OGUID+380, 180415, 530, 3487, 8619, '0', 0, 0, 9634.4560546875, -7463.3505859375, 15.9869232177734375, 1.064649581909179687, 0, 0, 0.507537841796875, 0.861629426479339599, 120, 255, 1, 46340), -- CandleBlack01 (Area: Silvermoon City Inn - Difficulty: 0) +(@OGUID+381, 180415, 530, 3487, 8619, '0', 0, 0, 9635.12890625, -7466.2568359375, 17.3341827392578125, 2.321286916732788085, 0, 0, 0.917059898376464843, 0.398749500513076782, 120, 255, 1, 46340), -- CandleBlack01 (Area: Silvermoon City Inn - Difficulty: 0) +(@OGUID+382, 180415, 530, 3487, 8619, '0', 0, 0, 9637.328125, -7468.69091796875, 15.9869232177734375, 4.520402908325195312, 0, 0, -0.77162456512451171, 0.636078238487243652, 120, 255, 1, 46340), -- CandleBlack01 (Area: Silvermoon City Inn - Difficulty: 0) +(@OGUID+383, 180415, 530, 3487, 8619, '0', 0, 0, 9635.388671875, -7467.6796875, 17.89319801330566406, 2.897245407104492187, 0, 0, 0.99254608154296875, 0.121869951486587524, 120, 255, 1, 46340), -- CandleBlack01 (Area: Silvermoon City Inn - Difficulty: 0) +(@OGUID+384, 180415, 530, 3487, 8619, '0', 0, 0, 9633.779296875, -7466.765625, 16.85439109802246093, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 46340), -- CandleBlack01 (Area: Silvermoon City Inn - Difficulty: 0) +(@OGUID+385, 180415, 530, 3487, 8619, '0', 0, 0, 9637.6630859375, -7466.74755859375, 18.66316604614257812, 1.343901276588439941, 0, 0, 0.622513771057128906, 0.78260880708694458, 120, 255, 1, 46340), -- CandleBlack01 (Area: Silvermoon City Inn - Difficulty: 0) +(@OGUID+386, 180415, 530, 3487, 0, '0', 0, 0, 9646.640625, -7482.60498046875, 14.0277566909790039, 5.986480236053466796, 0, 0, -0.14780902862548828, 0.989015936851501464, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+387, 180415, 530, 3487, 0, '0', 0, 0, 9614.4208984375, -7458.6953125, 14.02776622772216796, 0.750490784645080566, 0, 0, 0.3665008544921875, 0.93041771650314331, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+388, 180415, 530, 3487, 0, '0', 0, 0, 9624.6025390625, -7474.98291015625, 14.02776527404785156, 3.717553615570068359, 0, 0, -0.95881938934326171, 0.284016460180282592, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+389, 180415, 530, 3487, 0, '0', 0, 0, 9612.595703125, -7464.15869140625, 14.02776432037353515, 2.460912704467773437, 0, 0, 0.942641258239746093, 0.333807557821273803, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+390, 180415, 530, 3487, 0, '0', 0, 0, 9642.6943359375, -7487.41162109375, 14.02775001525878906, 1.535889506340026855, 0, 0, 0.694658279418945312, 0.719339847564697265, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+391, 180415, 530, 3487, 0, '0', 0, 0, 9711.265625, -7495.455078125, 20.20820045471191406, 1.692969322204589843, 0, 0, 0.748955726623535156, 0.662620067596435546, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+392, 180415, 530, 3487, 0, '0', 0, 0, 9637.1845703125, -7488.978515625, 14.02775096893310546, 4.59021615982055664, 0, 0, -0.74895572662353515, 0.662620067596435546, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+393, 180415, 530, 3487, 0, '0', 0, 0, 9705.3369140625, -7495.1494140625, 20.22053909301757812, 2.408554315567016601, 0, 0, 0.933580398559570312, 0.358368009328842163, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+394, 180415, 530, 3487, 0, '0', 0, 0, 9658.173828125, -7494.9443359375, 20.21395111083984375, 0.872663915157318115, 0, 0, 0.422617912292480468, 0.906307935714721679, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+395, 180415, 530, 3487, 0, '0', 0, 0, 9618.94140625, -7473.68505859375, 14.02776145935058593, 0.785396754741668701, 0, 0, 0.38268280029296875, 0.923879802227020263, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+396, 180415, 530, 3487, 0, '0', 0, 0, 9718.2255859375, -7495.42529296875, 20.19409942626953125, 5.602506637573242187, 0, 0, -0.33380699157714843, 0.942641437053680419, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+397, 180415, 530, 3487, 0, '0', 0, 0, 9651.4921875, -7494.75439453125, 20.20044136047363281, 5.375615119934082031, 0, 0, -0.4383707046508789, 0.898794233798980712, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+398, 180415, 530, 3487, 0, '0', 0, 0, 9654.6845703125, -7494.9228515625, 20.20687294006347656, 4.171337604522705078, 0, 0, -0.87035560607910156, 0.492423713207244873, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+399, 180415, 530, 3487, 0, '0', 0, 0, 9714.892578125, -7495.47119140625, 20.20084190368652343, 0.174532130360603332, 0, 0, 0.087155342102050781, 0.996194720268249511, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+400, 180415, 530, 3487, 0, '0', 0, 0, 9708.0244140625, -7495.30029296875, 20.21482276916503906, 2.268925428390502929, 0, 0, 0.906307220458984375, 0.422619491815567016, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+401, 180415, 530, 3487, 0, '0', 0, 0, 9631.63671875, -7487.33251953125, 14.02776145935058593, 3.630291461944580078, 0, 0, -0.97029495239257812, 0.241925001144409179, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+402, 180415, 530, 3487, 0, '0', 0, 0, 9627.6826171875, -7482.578125, 14.02777290344238281, 1.361356139183044433, 0, 0, 0.629320144653320312, 0.77714616060256958, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+403, 180415, 530, 3487, 0, '0', 0, 0, 9614.3369140625, -7469.52587890625, 14.02776145935058593, 2.600535154342651367, 0, 0, 0.963629722595214843, 0.26724100112915039, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+404, 180415, 530, 3487, 0, '0', 0, 0, 9661.19140625, -7494.83349609375, 20.22024917602539062, 0.191985160112380981, 0, 0, 0.095845222473144531, 0.995396256446838378, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+405, 180415, 530, 3487, 0, '0', 0, 0, 9648.4580078125, -7494.751953125, 20.19428062438964843, 4.345870018005371093, 0, 0, -0.82412624359130859, 0.566406130790710449, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+406, 180415, 530, 3487, 0, '0', 0, 0, 9657.2744140625, -7508.2587890625, 20.19344520568847656, 0, 0, 0, 0, 1, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+407, 180415, 530, 3487, 0, '0', 0, 0, 9708.640625, -7508.830078125, 20.19344520568847656, 0.366517573595046997, 0, 0, 0.182234764099121093, 0.98325502872467041, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+408, 180415, 530, 3487, 0, '0', 0, 0, 9708.5869140625, -7514.24853515625, 20.19341850280761718, 3.839725255966186523, 0, 0, -0.93969249725341796, 0.34202045202255249, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+409, 180415, 530, 3487, 0, '0', 0, 0, 9708.44140625, -7511.001953125, 20.19342994689941406, 2.094393253326416015, 0, 0, 0.866024971008300781, 0.50000077486038208, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+410, 180415, 530, 3487, 0, '0', 0, 0, 9747.1689453125, -7504.40283203125, 13.82744598388671875, 2.565631866455078125, 0, 0, 0.958819389343261718, 0.284016460180282592, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+411, 180415, 530, 3487, 0, '0', 0, 0, 9745.083984375, -7507.7509765625, 13.84984302520751953, 1.256635904312133789, 0, 0, 0.587784767150878906, 0.809017360210418701, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+412, 180415, 530, 3487, 0, '0', 0, 0, 9708.39453125, -7517.2265625, 20.19340896606445312, 0.837757468223571777, 0, 0, 0.406736373901367187, 0.913545548915863037, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+413, 180415, 530, 3487, 0, '0', 0, 0, 9708.6298828125, -7525.70849609375, 20.19338798522949218, 5.462882041931152343, 0, 0, -0.39874839782714843, 0.917060375213623046, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+414, 180415, 530, 3487, 0, '0', 0, 0, 9708.2470703125, -7520.51416015625, 20.19339942932128906, 5.009094715118408203, 0, 0, -0.59482288360595703, 0.80385679006576538, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+415, 180415, 530, 3487, 0, '0', 0, 0, 9708.1640625, -7523.533203125, 20.19338798522949218, 1.797688722610473632, 0, 0, 0.7826080322265625, 0.622514784336090087, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+416, 180415, 530, 3487, 0, '0', 0, 0, 9680.0439453125, -7523.14501953125, 18.17953109741210937, 1.989672422409057617, 0, 0, 0.838669776916503906, 0.544640243053436279, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+417, 180415, 530, 3487, 0, '0', 0, 0, 9686.208984375, -7523.1171875, 18.17952537536621093, 0.418878614902496337, 0, 0, 0.207911491394042968, 0.978147625923156738, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+418, 180415, 530, 3487, 0, '0', 0, 0, 9690.0205078125, -7531.79345703125, 18.19083595275878906, 5.113816738128662109, 0, 0, -0.55193614959716796, 0.833886384963989257, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+419, 180415, 530, 3487, 0, '0', 0, 0, 9689.9150390625, -7528.0859375, 18.18013763427734375, 3.543023586273193359, 0, 0, -0.97992420196533203, 0.199370384216308593, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+420, 180415, 530, 3487, 0, '0', 0, 0, 9699.26953125, -7531.12060546875, 18.1795196533203125, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+421, 180415, 530, 3487, 0, '0', 0, 0, 9696.23828125, -7528.111328125, 18.18006324768066406, 1.518436193466186523, 0, 0, 0.6883544921875, 0.725374460220336914, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+422, 180415, 530, 3487, 0, '0', 0, 0, 9698.2548828125, -7529.26904296875, 18.18069839477539062, 1.186823248863220214, 0, 0, 0.559192657470703125, 0.829037725925445556, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+423, 180415, 530, 3487, 0, '0', 0, 0, 9676.9599609375, -7525.9677734375, 18.17951774597167968, 3.78736734390258789, 0, 0, -0.94832324981689453, 0.317305892705917358, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+424, 180415, 530, 3487, 0, '0', 0, 0, 9677.9833984375, -7524.140625, 18.17952919006347656, 4.677483558654785156, 0, 0, -0.71933937072753906, 0.694658815860748291, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+425, 180415, 530, 3487, 0, '0', 0, 0, 9688.2578125, -7524.13134765625, 18.17952156066894531, 1.466075778007507324, 0, 0, 0.669130325317382812, 0.74314504861831665, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+426, 180415, 530, 3487, 0, '0', 0, 0, 9689.423828125, -7526.1005859375, 18.17952346801757812, 0, 0, 0, 0, 1, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+427, 180415, 530, 3487, 0, '0', 0, 0, 9699.44140625, -7533.08935546875, 18.18734169006347656, 0.959929943084716796, 0, 0, 0.461748123168945312, 0.887011110782623291, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+428, 180415, 530, 3487, 0, '0', 0, 0, 9658.23828125, -7513.84716796875, 20.19341659545898437, 5.724681377410888671, 0, 0, -0.27563667297363281, 0.961261868476867675, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+429, 180415, 530, 3487, 0, '0', 0, 0, 9687.8203125, -7536.0556640625, 18.20917701721191406, 1.186823248863220214, 0, 0, 0.559192657470703125, 0.829037725925445556, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+430, 180415, 530, 3487, 0, '0', 0, 0, 9676.5732421875, -7530.89599609375, 18.18807411193847656, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+431, 180415, 530, 3487, 0, '0', 0, 0, 9676.623046875, -7527.953125, 18.17994880676269531, 5.759587764739990234, 0, 0, -0.25881862640380859, 0.965925931930541992, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+432, 180415, 530, 3487, 0, '0', 0, 0, 9658.2783203125, -7510.66162109375, 20.19342994689941406, 2.775068521499633789, 0, 0, 0.983254432678222656, 0.182238012552261352, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+433, 180415, 530, 3487, 0, '0', 0, 0, 9666.7333984375, -7532.8662109375, 18.18759918212890625, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+434, 180415, 530, 3487, 0, '0', 0, 0, 9666.9423828125, -7531.0146484375, 18.18178749084472656, 3.298687219619750976, 0, 0, -0.99691677093505859, 0.078466430306434631, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+435, 180415, 530, 3487, 0, '0', 0, 0, 9658.126953125, -7516.90869140625, 20.1934051513671875, 0.15707901120185852, 0, 0, 0.078458786010742187, 0.996917366981506347, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+436, 180415, 530, 3487, 0, '0', 0, 0, 9658.1611328125, -7520.05029296875, 20.19339370727539062, 5.602506637573242187, 0, 0, -0.33380699157714843, 0.942641437053680419, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+437, 180415, 530, 3487, 0, '0', 0, 0, 9669.9716796875, -7528.0869140625, 18.1803741455078125, 3.194002151489257812, 0, 0, -0.99965667724609375, 0.026201646775007247, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+438, 180415, 530, 3487, 0, '0', 0, 0, 9658.1689453125, -7523.24560546875, 20.19338226318359375, 3.385940074920654296, 0, 0, -0.99254608154296875, 0.121869951486587524, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+439, 180415, 530, 3487, 0, '0', 0, 0, 9668.0185546875, -7529.09033203125, 18.17951202392578125, 4.502951622009277343, 0, 0, -0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+440, 180415, 530, 3487, 0, '0', 0, 0, 9677.4609375, -7536.01904296875, 18.20867347717285156, 3.473210096359252929, 0, 0, -0.98628520965576171, 0.165049895644187927, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+441, 180415, 530, 3487, 0, '0', 0, 0, 9657.9033203125, -7525.751953125, 20.19338417053222656, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+442, 180415, 530, 3487, 0, '0', 0, 0, 9566.9970703125, -7451.40625, 15.51957416534423828, 0.366517573595046997, 0, 0, 0.182234764099121093, 0.98325502872467041, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+443, 180415, 530, 3487, 0, '0', 0, 0, 9567.15234375, -7445.85400390625, 15.52034473419189453, 0.610863447189331054, 0, 0, 0.3007049560546875, 0.953717231750488281, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+444, 180415, 530, 3487, 0, '0', 0, 0, 9566.9697265625, -7453.82470703125, 15.51949214935302734, 1.605701684951782226, 0, 0, 0.719339370727539062, 0.694658815860748291, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+445, 180415, 530, 3487, 0, '0', 0, 0, 9566.94140625, -7457.08935546875, 15.52037429809570312, 6.230826377868652343, 0, 0, -0.02617645263671875, 0.999657332897186279, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+446, 180415, 530, 3487, 0, '0', 0, 0, 9567.0458984375, -7447.509765625, 15.51974296569824218, 2.513273954391479492, 0, 0, 0.951056480407714843, 0.309017121791839599, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+447, 180415, 530, 3487, 0, '0', 0, 0, 9567.1611328125, -7443.9697265625, 15.52033805847167968, 0.226892471313476562, 0, 0, 0.113203048706054687, 0.993571877479553222, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+448, 180415, 530, 3487, 0, '0', 0, 0, 9567.1328125, -7442.48095703125, 15.52010440826416015, 5.95157480239868164, 0, 0, -0.16504669189453125, 0.986285746097564697, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+449, 180415, 530, 3487, 0, '0', 0, 0, 9566.9755859375, -7449.65625, 15.51938056945800781, 2.338739633560180664, 0, 0, 0.920504570007324218, 0.3907318115234375, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+450, 180415, 530, 3487, 0, '0', 0, 0, 9566.9423828125, -7455.470703125, 15.519378662109375, 2.373644113540649414, 0, 0, 0.927183151245117187, 0.37460830807685852, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+451, 180415, 530, 3487, 0, '0', 0, 0, 9565.78515625, -7425.9609375, 19.47642707824707031, 1.448621988296508789, 0, 0, 0.662619590759277343, 0.748956084251403808, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+452, 180415, 530, 3487, 0, '0', 0, 0, 9568.40234375, -7426.109375, 19.47398567199707031, 4.101525306701660156, 0, 0, -0.88701057434082031, 0.461749136447906494, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+453, 180415, 530, 3487, 0, '0', 0, 0, 9567.208984375, -7426.11962890625, 19.47489356994628906, 6.178466320037841796, 0, 0, -0.05233573913574218, 0.998629570007324218, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+454, 180415, 530, 3487, 0, '0', 0, 0, 9564.66796875, -7425.3037109375, 19.47664451599121093, 0.506144583225250244, 0, 0, 0.250379562377929687, 0.968147754669189453, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+455, 180415, 530, 3487, 0, '0', 0, 0, 9563.400390625, -7423.90869140625, 19.4769744873046875, 5.201082706451416015, 0, 0, -0.51503753662109375, 0.857167601585388183, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+456, 180415, 530, 3487, 0, '0', 0, 0, 9563.859375, -7424.64306640625, 19.47688865661621093, 3.857182979583740234, 0, 0, -0.93667125701904296, 0.350209832191467285, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+457, 180415, 530, 3487, 0, '0', 0, 0, 9555.556640625, -7451.345703125, 15.48448657989501953, 4.799657344818115234, 0, 0, -0.67558956146240234, 0.737277925014495849, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+458, 180415, 530, 3487, 0, '0', 0, 0, 9540.23046875, -7425.8662109375, 19.47519683837890625, 0.471238493919372558, 0, 0, 0.233445167541503906, 0.972369968891143798, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+459, 180415, 530, 3487, 0, '0', 0, 0, 9543.0361328125, -7424.986328125, 19.47661972045898437, 3.717553615570068359, 0, 0, -0.95881938934326171, 0.284016460180282592, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+460, 180415, 530, 3487, 0, '0', 0, 0, 9539.0830078125, -7425.97509765625, 19.47458648681640625, 4.398232460021972656, 0, 0, -0.80901622772216796, 0.587786316871643066, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+461, 180415, 530, 3487, 0, '0', 0, 0, 9544.1005859375, -7423.859375, 19.47692680358886718, 4.310965538024902343, 0, 0, -0.83388519287109375, 0.55193793773651123, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+462, 180415, 530, 3487, 0, '0', 0, 0, 9541.8642578125, -7425.7734375, 19.47651290893554687, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+463, 180415, 530, 3487, 0, '0', 0, 0, 9497.87890625, -7397.2431640625, 14.81503486633300781, 5.044002056121826171, 0, 0, -0.58070278167724609, 0.814115643501281738, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+464, 180415, 530, 3487, 0, '0', 0, 0, 9531.884765625, -7357.134765625, 14.90301227569580078, 3.996806621551513671, 0, 0, -0.90996074676513671, 0.414694398641586303, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+465, 180415, 530, 3487, 0, '0', 0, 0, 9527.7705078125, -7356.54345703125, 14.90301704406738281, 0.27925160527229309, 0, 0, 0.139172554016113281, 0.990268170833587646, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+466, 180415, 530, 3487, 0, '0', 0, 0, 9533.1826171875, -7356.18603515625, 14.28263187408447265, 0.209439441561698913, 0, 0, 0.104528427124023437, 0.994521915912628173, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+467, 180415, 530, 3487, 0, '0', 0, 0, 9497.7509765625, -7409.98974609375, 14.81503677368164062, 4.712389945983886718, 0, 0, -0.70710659027099609, 0.707106947898864746, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+468, 180415, 530, 3487, 0, '0', 0, 0, 9523.5126953125, -7372.99853515625, 14.90302753448486328, 6.178466320037841796, 0, 0, -0.05233573913574218, 0.998629570007324218, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+469, 180415, 530, 3487, 0, '0', 0, 0, 9496.978515625, -7414.939453125, 14.81503009796142578, 1.413715124130249023, 0, 0, 0.649447441101074218, 0.760406434535980224, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+470, 180415, 530, 3487, 0, '0', 0, 0, 9519.5205078125, -7369.734375, 14.90301704406738281, 2.042035102844238281, 0, 0, 0.852640151977539062, 0.522498607635498046, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+471, 180415, 530, 3487, 0, '0', 0, 0, 9518.0615234375, -7365.11474609375, 14.90300846099853515, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+472, 180415, 530, 3487, 0, '0', 0, 0, 9497.8232421875, -7404.05126953125, 14.81503486633300781, 5.061456203460693359, 0, 0, -0.57357597351074218, 0.819152355194091796, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+473, 180415, 530, 3487, 0, '0', 0, 0, 9523.4443359375, -7357.119140625, 14.90301227569580078, 3.612837791442871093, 0, 0, -0.97236919403076171, 0.233448356389999389, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+474, 180415, 530, 3487, 0, '0', 0, 0, 9519.673828125, -7360.41162109375, 14.90300655364990234, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+475, 180415, 530, 3487, 0, '0', 0, 0, 9497.791015625, -7391.07373046875, 14.81503486633300781, 3.385940074920654296, 0, 0, -0.99254608154296875, 0.121869951486587524, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+476, 180415, 530, 3487, 0, '0', 0, 0, 9492.8251953125, -7419.98681640625, 14.81501960754394531, 2.164205789566040039, 0, 0, 0.882946968078613281, 0.469472706317901611, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+477, 180415, 530, 3487, 0, '0', 0, 0, 9497.9541015625, -7385.03564453125, 14.81503677368164062, 2.635444164276123046, 0, 0, 0.96814727783203125, 0.250381410121917724, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+478, 180415, 530, 3487, 0, '0', 0, 0, 9497.1220703125, -7379.953125, 14.81503009796142578, 2.984498262405395507, 0, 0, 0.996916770935058593, 0.078466430306434631, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+479, 180415, 530, 3487, 0, '0', 0, 0, 9487.291015625, -7422.017578125, 14.81500911712646484, 4.625123500823974609, 0, 0, -0.73727703094482421, 0.67559051513671875, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+480, 180415, 530, 3487, 0, '0', 0, 0, 9492.8857421875, -7374.95654296875, 14.8150177001953125, 1.308995485305786132, 0, 0, 0.608760833740234375, 0.793353796005249023, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+481, 180415, 530, 3487, 0, '0', 0, 0, 9550.0048828125, -7310.1162109375, 15.26303958892822265, 2.094393253326416015, 0, 0, 0.866024971008300781, 0.50000077486038208, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+482, 180415, 530, 3487, 0, '0', 0, 0, 9546.7080078125, -7310.12158203125, 15.26445388793945312, 5.235987663269042968, 0, 0, -0.5, 0.866025388240814208, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+483, 180415, 530, 3487, 0, '0', 0, 0, 9542.8232421875, -7309.9990234375, 15.25924015045166015, 4.118979454040527343, 0, 0, -0.88294696807861328, 0.469472706317901611, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+484, 180415, 530, 3487, 0, '0', 0, 0, 9552.82421875, -7309.8818359375, 15.25371646881103515, 3.996806621551513671, 0, 0, -0.90996074676513671, 0.414694398641586303, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+485, 180415, 530, 3487, 0, '0', 0, 0, 9546.0517578125, -7307.73876953125, 15.24402904510498046, 5.375615119934082031, 0, 0, -0.4383707046508789, 0.898794233798980712, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+486, 180415, 530, 3487, 0, '0', 0, 0, 9537.0087890625, -7309.87744140625, 15.25448322296142578, 0.471238493919372558, 0, 0, 0.233445167541503906, 0.972369968891143798, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+487, 180415, 530, 3487, 0, '0', 0, 0, 9540.1962890625, -7309.95556640625, 15.25790214538574218, 6.03883981704711914, 0, 0, -0.12186908721923828, 0.9925462007522583, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+488, 180415, 530, 3487, 0, '0', 0, 0, 9523.771484375, -7305.73291015625, 15.24114322662353515, 3.298687219619750976, 0, 0, -0.99691677093505859, 0.078466430306434631, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+489, 180415, 530, 3487, 0, '0', 0, 0, 9521.50390625, -7304.37841796875, 15.24090385437011718, 4.694936752319335937, 0, 0, -0.71325016021728515, 0.700909554958343505, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+490, 180415, 530, 3487, 0, '0', 0, 0, 9550.1689453125, -7290.8193359375, 15.243377685546875, 1.448621988296508789, 0, 0, 0.662619590759277343, 0.748956084251403808, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+491, 180415, 530, 3487, 0, '0', 0, 0, 9536.228515625, -7307.6328125, 15.243988037109375, 4.398232460021972656, 0, 0, -0.80901622772216796, 0.587786316871643066, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+492, 180415, 530, 3487, 0, '0', 0, 0, 9482.5693359375, -7374.5849609375, 14.81511306762695312, 2.652894020080566406, 0, 0, 0.970294952392578125, 0.241925001144409179, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+493, 180415, 530, 3487, 0, '0', 0, 0, 9487.349609375, -7373.01025390625, 14.81500911712646484, 4.45059061050415039, 0, 0, -0.79335308074951171, 0.608761727809906005, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+494, 180415, 530, 3487, 0, '0', 0, 0, 9552.9775390625, -7291.048828125, 15.2349090576171875, 4.415683269500732421, 0, 0, -0.80385684967041015, 0.594822824001312255, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+495, 180415, 530, 3487, 0, '0', 0, 0, 9527.5966796875, -7309.744140625, 15.24308300018310546, 0.750490784645080566, 0, 0, 0.3665008544921875, 0.93041771650314331, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+496, 180415, 530, 3487, 0, '0', 0, 0, 9526.3388671875, -7308.19970703125, 15.24325847625732421, 0.209439441561698913, 0, 0, 0.104528427124023437, 0.994521915912628173, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+497, 180415, 530, 3487, 0, '0', 0, 0, 9546.880859375, -7290.84814453125, 15.24083614349365234, 2.042035102844238281, 0, 0, 0.852640151977539062, 0.522498607635498046, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+498, 180415, 530, 3487, 0, '0', 0, 0, 9543.2138671875, -7290.7568359375, 15.24494552612304687, 1.48352813720703125, 0, 0, 0.675589561462402343, 0.737277925014495849, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+499, 180415, 530, 3487, 0, '0', 0, 0, 9537.015625, -7293.13720703125, 15.22324752807617187, 3.78736734390258789, 0, 0, -0.94832324981689453, 0.317305892705917358, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+500, 180415, 530, 3487, 0, '0', 0, 0, 9546.9072265625, -7293.22216796875, 15.22327327728271484, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+501, 180415, 530, 3487, 0, '0', 0, 0, 9533.078125, -7309.8046875, 15.24355220794677734, 0.820303261280059814, 0, 0, 0.398748397827148437, 0.917060375213623046, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+502, 180415, 530, 3487, 0, '0', 0, 0, 9530.3720703125, -7309.86962890625, 15.24332141876220703, 6.003933906555175781, 0, 0, -0.13917255401611328, 0.990268170833587646, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+503, 180415, 530, 3487, 0, '0', 0, 0, 9494.32421875, -7337.4599609375, 14.36822891235351562, 0.959929943084716796, 0, 0, 0.461748123168945312, 0.887011110782623291, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+504, 180415, 530, 3487, 0, '0', 0, 0, 9494.361328125, -7354.0322265625, 14.36592960357666015, 1.640606880187988281, 0, 0, 0.731352806091308593, 0.6819993257522583, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+505, 180415, 530, 3487, 0, '0', 0, 0, 9521.1103515625, -7301.69873046875, 15.23573112487792968, 6.213373661041259765, 0, 0, -0.03489875793457031, 0.999390840530395507, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+506, 180415, 530, 3487, 0, '0', 0, 0, 9527.8671875, -7290.75244140625, 15.22199153900146484, 3.176533222198486328, 0, 0, -0.999847412109375, 0.017469281330704689, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+507, 180415, 530, 3487, 0, '0', 0, 0, 9530.5283203125, -7290.92822265625, 15.22283267974853515, 3.94444584846496582, 0, 0, -0.92050457000732421, 0.3907318115234375, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+508, 180415, 530, 3487, 0, '0', 0, 0, 9523.8076171875, -7294.91162109375, 15.21976375579833984, 2.111847877502441406, 0, 0, 0.870355606079101562, 0.492423713207244873, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+509, 180415, 530, 3487, 0, '0', 0, 0, 9526.53125, -7292.197265625, 15.22204780578613281, 0.15707901120185852, 0, 0, 0.078458786010742187, 0.996917366981506347, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+510, 180415, 530, 3487, 0, '0', 0, 0, 9521.107421875, -7298.7021484375, 15.22282886505126953, 1.32644820213317871, 0, 0, 0.615660667419433593, 0.788011372089385986, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+511, 180415, 530, 3487, 0, '0', 0, 0, 9521.6220703125, -7296.12353515625, 15.2187814712524414, 2.809975385665893554, 0, 0, 0.986285209655761718, 0.165049895644187927, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+512, 180415, 530, 3487, 0, '0', 0, 0, 9537.01171875, -7290.83837890625, 15.23842525482177734, 1.413715124130249023, 0, 0, 0.649447441101074218, 0.760406434535980224, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+513, 180415, 530, 3487, 0, '0', 0, 0, 9533.345703125, -7290.8447265625, 15.22240734100341796, 2.303830623626708984, 0, 0, 0.913544654846191406, 0.406738430261611938, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+514, 180415, 530, 3487, 0, '0', 0, 0, 9540.326171875, -7290.8037109375, 15.24172306060791015, 4.258606910705566406, 0, 0, -0.84804725646972656, 0.529920578002929687, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+515, 180415, 530, 3487, 0, '0', 0, 0, 9600.55078125, -7259.443359375, 14.80139827728271484, 1.815141916275024414, 0, 0, 0.788010597229003906, 0.615661680698394775, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+516, 180415, 530, 3487, 0, '0', 0, 0, 9601.5283203125, -7262.49169921875, 14.8014068603515625, 5.166176319122314453, 0, 0, -0.52991867065429687, 0.84804844856262207, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+517, 180415, 530, 3487, 0, '0', 0, 0, 9488.421875, -7312.96728515625, 16.71095466613769531, 2.565631866455078125, 0, 0, 0.958819389343261718, 0.284016460180282592, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+518, 180415, 530, 3487, 0, '0', 0, 0, 9485.4873046875, -7312.7734375, 16.74416542053222656, 6.108653545379638671, 0, 0, -0.08715534210205078, 0.996194720268249511, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+519, 180415, 530, 3487, 0, '0', 0, 0, 9489.0234375, -7311.51025390625, 16.71076011657714843, 0.593410074710845947, 0, 0, 0.292370796203613281, 0.95630502700805664, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+520, 180415, 530, 3487, 0, '0', 0, 0, 9489.013671875, -7309.9833984375, 16.710205078125, 0.034906249493360519, 0, 0, 0.017452239990234375, 0.999847710132598876, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+521, 180415, 530, 3487, 0, '0', 0, 0, 9487.2119140625, -7307.60791015625, 16.70965957641601562, 4.433136463165283203, 0, 0, -0.79863548278808593, 0.60181504487991333, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+522, 180415, 530, 3487, 0, '0', 0, 0, 9488.37890625, -7308.63525390625, 16.70911979675292968, 5.35816192626953125, 0, 0, -0.446197509765625, 0.894934535026550292, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+523, 180415, 530, 3487, 0, '0', 0, 0, 9486.9111328125, -7312.703125, 16.71099090576171875, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+524, 180415, 530, 3487, 0, '0', 0, 0, 9484.1611328125, -7307.46875, 16.70946693420410156, 4.834563255310058593, 0, 0, -0.66261959075927734, 0.748956084251403808, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+525, 180415, 530, 3487, 0, '0', 0, 0, 9485.7724609375, -7307.23974609375, 16.70963478088378906, 2.146752834320068359, 0, 0, 0.878816604614257812, 0.477159708738327026, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+526, 180415, 530, 3487, 0, '0', 0, 0, 9483.888671875, -7309.25634765625, 16.71090507507324218, 5.84685373306274414, 0, 0, -0.21643924713134765, 0.976296067237854003, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+527, 180415, 530, 3487, 0, '0', 0, 0, 9534.9248046875, -7237.77978515625, 17.76176643371582031, 3.595378875732421875, 0, 0, -0.97437000274658203, 0.224951311945915222, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+528, 180415, 530, 3487, 0, '0', 0, 0, 9482.681640625, -7420.4921875, 14.81500720977783203, 2.809975385665893554, 0, 0, 0.986285209655761718, 0.165049895644187927, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+529, 180415, 530, 3487, 0, '0', 0, 0, 9529.650390625, -7237.90966796875, 17.70636940002441406, 4.625123500823974609, 0, 0, -0.73727703094482421, 0.67559051513671875, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+530, 180415, 530, 3487, 0, '0', 0, 0, 9484.5595703125, -7436.2822265625, 14.90300846099853515, 3.24634718894958496, 0, 0, -0.99862861633300781, 0.052353221923112869, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+531, 180415, 530, 3487, 0, '0', 0, 0, 9476.5078125, -7431.84375, 14.90301704406738281, 1.48352813720703125, 0, 0, 0.675589561462402343, 0.737277925014495849, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+532, 180415, 530, 3487, 0, '0', 0, 0, 9480.7080078125, -7432.73876953125, 14.90301227569580078, 2.408554315567016601, 0, 0, 0.933580398559570312, 0.358368009328842163, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+533, 180415, 530, 3487, 0, '0', 0, 0, 9467.375, -7440.64599609375, 14.90301036834716796, 2.932138919830322265, 0, 0, 0.994521141052246093, 0.104535527527332305, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+534, 180415, 530, 3487, 0, '0', 0, 0, 9472.4658203125, -7432.78466796875, 14.90301227569580078, 4.747295856475830078, 0, 0, -0.69465827941894531, 0.719339847564697265, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+535, 180415, 530, 3487, 0, '0', 0, 0, 9484.3623046875, -7445.3525390625, 14.90301895141601562, 3.996806621551513671, 0, 0, -0.90996074676513671, 0.414694398641586303, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+536, 180415, 530, 3487, 0, '0', 0, 0, 9468.7060546875, -7436.142578125, 14.90300846099853515, 4.834563255310058593, 0, 0, -0.66261959075927734, 0.748956084251403808, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+537, 180415, 530, 3487, 0, '0', 0, 0, 9485.845703125, -7440.6494140625, 14.90301036834716796, 0.296705186367034912, 0, 0, 0.147809028625488281, 0.989015936851501464, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+538, 180415, 530, 3487, 0, '0', 0, 0, 9476.451171875, -7449.17626953125, 14.90303421020507812, 0.663223206996917724, 0, 0, 0.325567245483398437, 0.945518851280212402, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+539, 180415, 530, 3487, 0, '0', 0, 0, 9472.419921875, -7448.44287109375, 14.90302753448486328, 3.543023586273193359, 0, 0, -0.97992420196533203, 0.199370384216308593, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+540, 180415, 530, 3487, 0, '0', 0, 0, 9468.685546875, -7445.14697265625, 14.90301895141601562, 0.401424884796142578, 0, 0, 0.199367523193359375, 0.979924798011779785, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+541, 180415, 530, 3487, 0, '0', 0, 0, 9480.6005859375, -7448.55029296875, 14.90302753448486328, 4.049167633056640625, 0, 0, -0.89879322052001953, 0.438372820615768432, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+542, 180415, 530, 3487, 0, '0', 0, 0, 9529.6376953125, -7233.22900390625, 17.69075393676757812, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+543, 180415, 530, 3487, 0, '0', 0, 0, 9543.9541015625, -7233.7255859375, 17.74376106262207031, 2.530723094940185546, 0, 0, 0.953716278076171875, 0.300707906484603881, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+544, 180415, 530, 3487, 0, '0', 0, 0, 9550.4140625, -7233.74658203125, 17.72222709655761718, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+545, 180415, 530, 3487, 0, '0', 0, 0, 9547.5205078125, -7233.7412109375, 17.74649620056152343, 1.553341388702392578, 0, 0, 0.700908660888671875, 0.713251054286956787, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+546, 180415, 530, 3487, 0, '0', 0, 0, 9553.666015625, -7228.7880859375, 17.78321075439453125, 1.535889506340026855, 0, 0, 0.694658279418945312, 0.719339847564697265, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+547, 180415, 530, 3487, 0, '0', 0, 0, 9558.8564453125, -7230.57666015625, 17.7143096923828125, 2.094393253326416015, 0, 0, 0.866024971008300781, 0.50000077486038208, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+548, 180415, 530, 3487, 0, '0', 0, 0, 9540.294921875, -7228.78125, 17.74151039123535156, 3.560472726821899414, 0, 0, -0.97814750671386718, 0.207912087440490722, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+549, 180415, 530, 3487, 0, '0', 0, 0, 9537.5, -7233.65283203125, 17.75769615173339843, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+550, 180415, 530, 3487, 0, '0', 0, 0, 9535.3046875, -7228.783203125, 17.72496986389160156, 2.216565132141113281, 0, 0, 0.894933700561523437, 0.44619917869567871, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+551, 180415, 530, 3487, 0, '0', 0, 0, 9535.0927734375, -7233.71728515625, 17.76611137390136718, 2.565631866455078125, 0, 0, 0.958819389343261718, 0.284016460180282592, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+552, 180415, 530, 3487, 0, '0', 0, 0, 9553.708984375, -7233.83837890625, 17.79529571533203125, 2.949595451354980468, 0, 0, 0.995395660400390625, 0.095851235091686248, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+553, 180415, 530, 3487, 0, '0', 0, 0, 9556.7568359375, -7233.79150390625, 17.75211715698242187, 5.532694816589355468, 0, 0, -0.3665008544921875, 0.93041771650314331, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+554, 180415, 530, 3487, 0, '0', 0, 0, 9558.7939453125, -7233.7568359375, 17.66680145263671875, 5.427974700927734375, 0, 0, -0.41469287872314453, 0.909961462020874023, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+555, 180415, 530, 3487, 0, '0', 0, 0, 9540.705078125, -7233.74462890625, 17.78946876525878906, 4.241150379180908203, 0, 0, -0.85264015197753906, 0.522498607635498046, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+556, 180415, 530, 3487, 0, '0', 0, 0, 9553.71875, -7227.44970703125, 17.67576217651367187, 5.619962215423583984, 0, 0, -0.32556724548339843, 0.945518851280212402, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+557, 180415, 530, 3487, 0, '0', 0, 0, 9529.732421875, -7228.77783203125, 17.73369789123535156, 2.216565132141113281, 0, 0, 0.894933700561523437, 0.44619917869567871, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+558, 180415, 530, 3487, 0, '0', 0, 0, 9547.97265625, -7228.8505859375, 17.71771430969238281, 6.161012649536132812, 0, 0, -0.06104850769042968, 0.998134791851043701, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+559, 180415, 530, 3487, 0, '0', 0, 0, 9544.0791015625, -7228.82275390625, 17.73494911193847656, 4.502951622009277343, 0, 0, -0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+560, 180415, 530, 3487, 0, '0', 0, 0, 9558.9150390625, -7227.3369140625, 17.68360519409179687, 2.740161895751953125, 0, 0, 0.979924201965332031, 0.199370384216308593, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+561, 180415, 530, 3487, 0, '0', 0, 0, 9567.443359375, -7215.0693359375, 17.17057991027832031, 0.296705186367034912, 0, 0, 0.147809028625488281, 0.989015936851501464, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+562, 180415, 530, 3487, 0, '0', 0, 0, 9558.73828125, -7207.03662109375, 17.58280754089355468, 2.687806606292724609, 0, 0, 0.974370002746582031, 0.224951311945915222, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+563, 180415, 530, 3487, 0, '0', 0, 0, 9562.45703125, -7200.3193359375, 17.57486343383789062, 3.368495941162109375, 0, 0, -0.99357128143310546, 0.113208353519439697, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+564, 180415, 530, 3487, 0, '0', 0, 0, 9557.4111328125, -7189.55029296875, 17.90670394897460937, 3.769911527633666992, 0, 0, -0.95105648040771484, 0.309017121791839599, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+565, 180415, 530, 3487, 0, '0', 0, 0, 9558.8203125, -7200.35400390625, 17.49352455139160156, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+566, 180415, 530, 3487, 0, '0', 0, 0, 9565.7373046875, -7198.50341796875, 17.58943939208984375, 3.22885894775390625, 0, 0, -0.99904823303222656, 0.043619260191917419, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+567, 180415, 530, 3487, 0, '0', 0, 0, 9577.1923828125, -7207.92041015625, 17.40615272521972656, 2.513273954391479492, 0, 0, 0.951056480407714843, 0.309017121791839599, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+568, 180415, 530, 3487, 0, '0', 0, 0, 9567.310546875, -7205.2275390625, 17.53888320922851562, 0.087265998125076293, 0, 0, 0.043619155883789062, 0.999048233032226562, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+569, 180415, 530, 3487, 0, '0', 0, 0, 9577.4423828125, -7206.25634765625, 17.40591621398925781, 5.480334281921386718, 0, 0, -0.39073085784912109, 0.920504987239837646, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+570, 180415, 530, 3487, 0, '0', 0, 0, 9578.931640625, -7206.6494140625, 17.41048049926757812, 2.844882726669311523, 0, 0, 0.989015579223632812, 0.147811368107795715, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+571, 180415, 530, 3487, 0, '0', 0, 0, 9566.6796875, -7194.83837890625, 16.23539924621582031, 4.45059061050415039, 0, 0, -0.79335308074951171, 0.608761727809906005, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+572, 180415, 530, 3487, 0, '0', 0, 0, 9558.720703125, -7203.9599609375, 17.54238128662109375, 3.961898565292358398, 0, 0, -0.91705989837646484, 0.398749500513076782, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+573, 180415, 530, 3487, 0, '0', 0, 0, 9571.03515625, -7205.205078125, 17.50551795959472656, 3.892086982727050781, 0, 0, -0.93041706085205078, 0.366502493619918823, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+574, 180415, 530, 3487, 0, '0', 0, 0, 9565.7626953125, -7196.8994140625, 17.5516357421875, 3.176533222198486328, 0, 0, -0.999847412109375, 0.017469281330704689, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+575, 180415, 530, 3487, 0, '0', 0, 0, 9556.3896484375, -7194.72509765625, 16.24087715148925781, 4.084071159362792968, 0, 0, -0.8910064697265625, 0.453990638256072998, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+576, 180415, 530, 3487, 0, '0', 0, 0, 9565.6923828125, -7200.3193359375, 17.57910537719726562, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+577, 180415, 530, 3487, 0, '0', 0, 0, 9563.8837890625, -7205.2744140625, 17.6109771728515625, 5.061456203460693359, 0, 0, -0.57357597351074218, 0.819152355194091796, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+578, 180415, 530, 3487, 0, '0', 0, 0, 9563.7900390625, -7206.78125, 17.59157752990722656, 2.408554315567016601, 0, 0, 0.933580398559570312, 0.358368009328842163, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+579, 180415, 530, 3487, 0, '0', 0, 0, 9579.23828125, -7208.41357421875, 17.41127967834472656, 1.902408957481384277, 0, 0, 0.814115524291992187, 0.580702960491180419, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+580, 180415, 530, 3487, 0, '0', 0, 0, 9581.2490234375, -7208.10009765625, 17.41127967834472656, 3.717553615570068359, 0, 0, -0.95881938934326171, 0.284016460180282592, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+581, 180415, 530, 3487, 0, '0', 0, 0, 9571.083984375, -7201.17041015625, 17.54596328735351562, 0.139624491333961486, 0, 0, 0.06975555419921875, 0.997564136981964111, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+582, 180415, 530, 3487, 0, '0', 0, 0, 9553.3701171875, -7180.84619140625, 14.21380233764648437, 5.427974700927734375, 0, 0, -0.41469287872314453, 0.909961462020874023, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+583, 180415, 530, 3487, 0, '0', 0, 0, 9581.150390625, -7206.4638671875, 17.41127967834472656, 3.682650327682495117, 0, 0, -0.96362972259521484, 0.26724100112915039, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+584, 180415, 530, 3487, 0, '0', 0, 0, 9570.41015625, -7194.92431640625, 16.23193168640136718, 4.537858963012695312, 0, 0, -0.76604366302490234, 0.642788589000701904, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+585, 180415, 530, 3487, 0, '0', 0, 0, 9583.6025390625, -7207.90234375, 17.41127967834472656, 4.764749526977539062, 0, 0, -0.6883544921875, 0.725374460220336914, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+586, 180415, 530, 3487, 0, '0', 0, 0, 9586.8193359375, -7206.98291015625, 17.41127967834472656, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+587, 180415, 530, 3487, 0, '0', 0, 0, 9587.0341796875, -7204.97509765625, 17.41127967834472656, 1.343901276588439941, 0, 0, 0.622513771057128906, 0.78260880708694458, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+588, 180415, 530, 3487, 0, '0', 0, 0, 9579.8408203125, -7189.9189453125, 17.91375160217285156, 5.061456203460693359, 0, 0, -0.57357597351074218, 0.819152355194091796, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+589, 180415, 530, 3487, 0, '0', 0, 0, 9584.083984375, -7205.9794921875, 17.41127967834472656, 1.256635904312133789, 0, 0, 0.587784767150878906, 0.809017360210418701, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+590, 180415, 530, 3487, 0, '0', 0, 0, 9580.6201171875, -7194.96728515625, 16.23715972900390625, 5.602506637573242187, 0, 0, -0.33380699157714843, 0.942641437053680419, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+591, 180415, 530, 3487, 0, '0', 0, 0, 9571.0751953125, -7197.19091796875, 17.52829170227050781, 3.43830275535583496, 0, 0, -0.98901557922363281, 0.147811368107795715, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+592, 180415, 530, 3487, 0, '0', 0, 0, 9629.810546875, -7151.74072265625, 15.5327911376953125, 3.892086982727050781, 0, 0, -0.93041706085205078, 0.366502493619918823, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+593, 180415, 530, 3487, 0, '0', 0, 0, 9650.3291015625, -7143.7998046875, 15.40534305572509765, 2.303830623626708984, 0, 0, 0.913544654846191406, 0.406738430261611938, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+594, 180415, 530, 3487, 0, '0', 0, 0, 9652.001953125, -7142.2021484375, 15.67958736419677734, 3.735006093978881835, 0, 0, -0.95630455017089843, 0.292372345924377441, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+595, 180415, 530, 3487, 0, '0', 0, 0, 9651.9365234375, -7142.1005859375, 16.77325820922851562, 2.862335443496704101, 0, 0, 0.990267753601074218, 0.139175355434417724, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+596, 180415, 530, 3487, 0, '0', 0, 0, 9630.9931640625, -7150.27978515625, 18.54683876037597656, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+597, 180415, 530, 3487, 0, '0', 0, 0, 9646.7470703125, -7143.671875, 16.77326583862304687, 4.310965538024902343, 0, 0, -0.83388519287109375, 0.55193793773651123, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+598, 180415, 530, 3487, 0, '0', 0, 0, 9646.6728515625, -7143.76220703125, 15.40990352630615234, 3.43830275535583496, 0, 0, -0.98901557922363281, 0.147811368107795715, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+599, 180415, 530, 3487, 0, '0', 0, 0, 9648.4658203125, -7144.14404296875, 15.28370857238769531, 3.874631166458129882, 0, 0, -0.93358039855957031, 0.358368009328842163, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+600, 180415, 530, 3487, 0, '0', 0, 0, 9650.287109375, -7143.66162109375, 16.77326583862304687, 4.625123500823974609, 0, 0, -0.73727703094482421, 0.67559051513671875, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+601, 180415, 530, 3487, 0, '0', 0, 0, 9648.533203125, -7144.0419921875, 16.77326202392578125, 4.747295856475830078, 0, 0, -0.69465827941894531, 0.719339847564697265, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+602, 180415, 530, 3487, 0, '0', 0, 0, 9654.744140625, -7139.30810546875, 16.77325820922851562, 2.408554315567016601, 0, 0, 0.933580398559570312, 0.358368009328842163, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+603, 180415, 530, 3487, 0, '0', 0, 0, 9652.6923828125, -7140.04345703125, 15.86047554016113281, 0.069811686873435974, 0, 0, 0.034898757934570312, 0.999390840530395507, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+604, 180415, 530, 3487, 0, '0', 0, 0, 9652.794921875, -7140.16357421875, 16.77325439453125, 4.48549652099609375, 0, 0, -0.7826080322265625, 0.622514784336090087, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+605, 180415, 530, 3487, 0, '0', 0, 0, 9656.724609375, -7135.84814453125, 15.30417346954345703, 0.24434557557106018, 0, 0, 0.121869087219238281, 0.9925462007522583, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+606, 180415, 530, 3487, 0, '0', 0, 0, 9645.0595703125, -7142.06689453125, 16.77325820922851562, 5.445427894592285156, 0, 0, -0.40673637390136718, 0.913545548915863037, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+607, 180415, 530, 3487, 0, '0', 0, 0, 9656.6728515625, -7135.875, 16.77325439453125, 5.480334281921386718, 0, 0, -0.39073085784912109, 0.920504987239837646, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+608, 180415, 530, 3487, 0, '0', 0, 0, 9656.296875, -7137.6474609375, 16.77326202392578125, 2.024578809738159179, 0, 0, 0.848047256469726562, 0.529920578002929687, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+609, 180415, 530, 3487, 0, '0', 0, 0, 9654.7705078125, -7139.37646484375, 15.68160820007324218, 3.106652259826660156, 0, 0, 0.999847412109375, 0.017469281330704689, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+610, 180415, 530, 3487, 0, '0', 0, 0, 9656.3876953125, -7137.724609375, 15.41471672058105468, 5.270895957946777343, 0, 0, -0.48480892181396484, 0.87462007999420166, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+611, 180415, 530, 3487, 0, '0', 0, 0, 9644.9482421875, -7142.1376953125, 15.67369270324707031, 4.747295856475830078, 0, 0, -0.69465827941894531, 0.719339847564697265, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+612, 180415, 530, 3487, 0, '0', 0, 0, 9642.25, -7139.29541015625, 15.68144702911376953, 2.600535154342651367, 0, 0, 0.963629722595214843, 0.26724100112915039, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+613, 180415, 530, 3487, 0, '0', 0, 0, 9646.1494140625, -7135.5068359375, 18.07186317443847656, 3.577930212020874023, 0, 0, -0.97629547119140625, 0.216442063450813293, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+614, 180415, 530, 3487, 0, '0', 0, 0, 9650.3720703125, -7128.18505859375, 16.77325630187988281, 5.166176319122314453, 0, 0, -0.52991867065429687, 0.84804844856262207, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+615, 180415, 530, 3487, 0, '0', 0, 0, 9640.76953125, -7137.5625, 16.77326202392578125, 1.274088263511657714, 0, 0, 0.594821929931640625, 0.80385744571685791, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+616, 180415, 530, 3487, 0, '0', 0, 0, 9628.96875, -7150.36572265625, 15.52620792388916015, 3.298687219619750976, 0, 0, -0.99691677093505859, 0.078466430306434631, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+617, 180415, 530, 3487, 0, '0', 0, 0, 9652.8154296875, -7131.51904296875, 16.77324867248535156, 3.22885894775390625, 0, 0, -0.99904823303222656, 0.043619260191917419, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+618, 180415, 530, 3487, 0, '0', 0, 0, 9640.4052734375, -7135.79443359375, 16.77325439453125, 5.480334281921386718, 0, 0, -0.39073085784912109, 0.920504987239837646, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+619, 180415, 530, 3487, 0, '0', 0, 0, 9644.2392578125, -7140.1279296875, 16.77325439453125, 2.478367090225219726, 0, 0, 0.94551849365234375, 0.325568377971649169, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+620, 180415, 530, 3487, 0, '0', 0, 0, 9630.0693359375, -7148.81298828125, 17.04721260070800781, 3.368495941162109375, 0, 0, -0.99357128143310546, 0.113208353519439697, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+621, 180415, 530, 3487, 0, '0', 0, 0, 9654.7509765625, -7132.4794921875, 16.77325439453125, 3.700104713439941406, 0, 0, -0.96126079559326171, 0.275640487670898437, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+622, 180415, 530, 3487, 0, '0', 0, 0, 9656.373046875, -7134.0341796875, 15.42537784576416015, 0.488691210746765136, 0, 0, 0.241921424865722656, 0.970295846462249755, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+623, 180415, 530, 3487, 0, '0', 0, 0, 9640.8330078125, -7133.98291015625, 16.77325820922851562, 2.687806606292724609, 0, 0, 0.974370002746582031, 0.224951311945915222, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+624, 180415, 530, 3487, 0, '0', 0, 0, 9654.8408203125, -7132.40576171875, 15.68825244903564453, 4.101525306701660156, 0, 0, -0.88701057434082031, 0.461749136447906494, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+625, 180415, 530, 3487, 0, '0', 0, 0, 9669.9833984375, -7125.14013671875, 15.44980907440185546, 3.508116960525512695, 0, 0, -0.98325443267822265, 0.182238012552261352, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+626, 180415, 530, 3487, 0, '0', 0, 0, 9642.2861328125, -7132.322265625, 15.69067192077636718, 3.508116960525512695, 0, 0, -0.98325443267822265, 0.182238012552261352, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+627, 180415, 530, 3487, 0, '0', 0, 0, 9668.1806640625, -7126.53125, 15.756011962890625, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+628, 180415, 530, 3487, 0, '0', 0, 0, 9628.6904296875, -7145.65283203125, 15.756072998046875, 2.67034769058227539, 0, 0, 0.972369194030761718, 0.233448356389999389, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+629, 180415, 530, 3487, 0, '0', 0, 0, 9640.73046875, -7133.92822265625, 15.42638969421386718, 5.270895957946777343, 0, 0, -0.48480892181396484, 0.87462007999420166, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+630, 180415, 530, 3487, 0, '0', 0, 0, 9666.9775390625, -7124.6552734375, 15.9157562255859375, 6.248279094696044921, 0, 0, -0.01745223999023437, 0.999847710132598876, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+631, 180415, 530, 3487, 0, '0', 0, 0, 9652.017578125, -7129.533203125, 15.70165538787841796, 5.148722648620605468, 0, 0, -0.53729915618896484, 0.843391716480255126, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+632, 180415, 530, 3487, 0, '0', 0, 0, 9642.3125, -7139.20556640625, 16.77325820922851562, 0.994837164878845214, 0, 0, 0.477158546447753906, 0.878817260265350341, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+633, 180415, 530, 3487, 0, '0', 0, 0, 9651.9375, -7129.54931640625, 16.77325439453125, 6.14356088638305664, 0, 0, -0.06975555419921875, 0.997564136981964111, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+634, 180415, 530, 3487, 0, '0', 0, 0, 9668.53125, -7123.61181640625, 15.99165534973144531, 1.658061861991882324, 0, 0, 0.737277030944824218, 0.67559051513671875, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+635, 180415, 530, 3487, 0, '0', 0, 0, 9667.7314453125, -7125.70556640625, 17.72777557373046875, 4.799657344818115234, 0, 0, -0.67558956146240234, 0.737277925014495849, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+636, 180415, 530, 3487, 0, '0', 0, 0, 9627.62890625, -7147.74755859375, 15.55390262603759765, 5.026549339294433593, 0, 0, -0.5877847671508789, 0.809017360210418701, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+637, 180415, 530, 3487, 0, '0', 0, 0, 9644.3984375, -7131.5478515625, 15.85719966888427734, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+638, 180415, 530, 3487, 0, '0', 0, 0, 9656.3662109375, -7134.0380859375, 16.77325820922851562, 0.139624491333961486, 0, 0, 0.06975555419921875, 0.997564136981964111, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+639, 180415, 530, 3487, 0, '0', 0, 0, 9642.291015625, -7132.32373046875, 16.77325439453125, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+640, 180415, 530, 3487, 0, '0', 0, 0, 9629.3095703125, -7146.92431640625, 17.25549697875976562, 2.775068521499633789, 0, 0, 0.983254432678222656, 0.182238012552261352, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+641, 180415, 530, 3487, 0, '0', 0, 0, 9629.6767578125, -7147.90380859375, 15.73511600494384765, 1.797688722610473632, 0, 0, 0.7826080322265625, 0.622514784336090087, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+642, 180415, 530, 3487, 0, '0', 0, 0, 9652.6923828125, -7131.6865234375, 15.87408924102783203, 0.733038187026977539, 0, 0, 0.358367919921875, 0.933580458164215087, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+643, 180415, 530, 3487, 0, '0', 0, 0, 9644.2783203125, -7131.43115234375, 16.77324867248535156, 2.792518377304077148, 0, 0, 0.984807014465332031, 0.173652306199073791, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+644, 180415, 530, 3487, 0, '0', 0, 0, 9650.3857421875, -7128.0009765625, 15.44526481628417968, 3.804818391799926757, 0, 0, -0.94551849365234375, 0.325568377971649169, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+645, 180415, 530, 3487, 0, '0', 0, 0, 9644.3095703125, -7140.02978515625, 15.85213756561279296, 2.478367090225219726, 0, 0, 0.94551849365234375, 0.325568377971649169, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+646, 180415, 530, 3487, 0, '0', 0, 0, 9640.2958984375, -7135.71923828125, 15.28707027435302734, 2.251473426818847656, 0, 0, 0.902585029602050781, 0.430511653423309326, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+647, 180415, 530, 3487, 0, '0', 0, 0, 9640.685546875, -7137.60546875, 15.42099380493164062, 5.148722648620605468, 0, 0, -0.53729915618896484, 0.843391716480255126, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+648, 180415, 530, 3487, 0, '0', 0, 0, 9648.724609375, -7138.3046875, 17.98158645629882812, 2.70525527000427246, 0, 0, 0.97629547119140625, 0.216442063450813293, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+649, 180415, 530, 3487, 0, '0', 0, 0, 9645.0947265625, -7129.4951171875, 16.77325630187988281, 0.942476630210876464, 0, 0, 0.453989982604980468, 0.891006767749786376, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+650, 180415, 530, 3487, 0, '0', 0, 0, 9648.5361328125, -7127.61572265625, 15.32349967956542968, 3.90954136848449707, 0, 0, -0.92718315124511718, 0.37460830807685852, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+651, 180415, 530, 3487, 0, '0', 0, 0, 9646.83203125, -7127.93994140625, 16.77325820922851562, 0.017452461645007133, 0, 0, 0.008726119995117187, 0.999961912631988525, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+652, 180415, 530, 3487, 0, '0', 0, 0, 9648.611328125, -7127.63134765625, 16.77325439453125, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+653, 180415, 530, 3487, 0, '0', 0, 0, 9646.80078125, -7127.904296875, 15.42512321472167968, 5.619962215423583984, 0, 0, -0.32556724548339843, 0.945518851280212402, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+654, 180415, 530, 3487, 0, '0', 0, 0, 9645.09765625, -7129.5048828125, 15.69629955291748046, 3.839725255966186523, 0, 0, -0.93969249725341796, 0.34202045202255249, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+655, 180415, 530, 3487, 0, '0', 0, 0, 9618.509765625, -7141.8486328125, 14.32303333282470703, 1.343901276588439941, 0, 0, 0.622513771057128906, 0.78260880708694458, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+656, 180415, 530, 3487, 0, '0', 0, 0, 9636.7724609375, -7114.4853515625, 15.51051807403564453, 4.904376029968261718, 0, 0, -0.636077880859375, 0.771624863147735595, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+657, 180415, 530, 3487, 0, '0', 0, 0, 9638.8251953125, -7115.8046875, 17.78829765319824218, 0.959929943084716796, 0, 0, 0.461748123168945312, 0.887011110782623291, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+658, 180415, 530, 3487, 0, '0', 0, 0, 9618.59375, -7129.474609375, 14.32307624816894531, 6.14356088638305664, 0, 0, -0.06975555419921875, 0.997564136981964111, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+659, 180415, 530, 3487, 0, '0', 0, 0, 9639.146484375, -7114.59375, 15.80913162231445312, 1.762782454490661621, 0, 0, 0.771624565124511718, 0.636078238487243652, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+660, 180415, 530, 3487, 0, '0', 0, 0, 9655.0439453125, -7106.74072265625, 14.32301521301269531, 2.879789113998413085, 0, 0, 0.991444587707519531, 0.130528271198272705, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+661, 180415, 530, 3487, 0, '0', 0, 0, 9636.724609375, -7116.6708984375, 15.92045974731445312, 0.802850961685180664, 0, 0, 0.390730857849121093, 0.920504987239837646, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+662, 180415, 530, 3487, 0, '0', 0, 0, 9567.2099609375, -7130.806640625, 17.42544746398925781, 0.15707901120185852, 0, 0, 0.078458786010742187, 0.996917366981506347, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+663, 180415, 530, 3487, 0, '0', 0, 0, 9568.0439453125, -7133.66064453125, 17.40601730346679687, 4.939284324645996093, 0, 0, -0.6225137710571289, 0.78260880708694458, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+664, 180415, 530, 3487, 0, '0', 0, 0, 9565.9013671875, -7128.69482421875, 17.41919517517089843, 0.471238493919372558, 0, 0, 0.233445167541503906, 0.972369968891143798, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+665, 180415, 530, 3487, 0, '0', 0, 0, 9561.2998046875, -7124.5478515625, 17.43943595886230468, 1.169368624687194824, 0, 0, 0.551936149597167968, 0.833886384963989257, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+666, 180415, 530, 3487, 0, '0', 0, 0, 9568.17578125, -7136.2470703125, 17.38331794738769531, 1.32644820213317871, 0, 0, 0.615660667419433593, 0.788011372089385986, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+667, 180415, 530, 3487, 0, '0', 0, 0, 9564.4853515625, -7126.25634765625, 17.46407508850097656, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+668, 180415, 530, 3487, 0, '0', 0, 0, 9568.2060546875, -7138.90380859375, 17.44295883178710937, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+669, 180415, 530, 3487, 0, '0', 0, 0, 9566.6357421875, -7141.92431640625, 17.39156532287597656, 0.261798173189163208, 0, 0, 0.130525588989257812, 0.991444945335388183, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+670, 180415, 530, 3487, 0, '0', 0, 0, 9558.4453125, -7123.05126953125, 17.41531944274902343, 2.740161895751953125, 0, 0, 0.979924201965332031, 0.199370384216308593, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+671, 180415, 530, 3487, 0, '0', 0, 0, 9555.5615234375, -7123.16455078125, 17.458892822265625, 6.213373661041259765, 0, 0, -0.03489875793457031, 0.999390840530395507, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+672, 180415, 530, 3487, 0, '0', 0, 0, 9552.3408203125, -7148.8037109375, 17.423492431640625, 4.363324165344238281, 0, 0, -0.81915187835693359, 0.573576688766479492, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+673, 180415, 530, 3487, 0, '0', 0, 0, 9542.5849609375, -7135.51708984375, 17.47068214416503906, 3.543023586273193359, 0, 0, -0.97992420196533203, 0.199370384216308593, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+674, 180415, 530, 3487, 0, '0', 0, 0, 9545.7265625, -7126.7890625, 17.43509483337402343, 0.872663915157318115, 0, 0, 0.422617912292480468, 0.906307935714721679, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+675, 180415, 530, 3487, 0, '0', 0, 0, 9565.0224609375, -7145.021484375, 17.39217567443847656, 5.235987663269042968, 0, 0, -0.5, 0.866025388240814208, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+676, 180415, 530, 3487, 0, '0', 0, 0, 9552.830078125, -7123.328125, 17.43258285522460937, 2.44346022605895996, 0, 0, 0.939692497253417968, 0.34202045202255249, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+677, 180415, 530, 3487, 0, '0', 0, 0, 9562.2861328125, -7146.548828125, 17.37386512756347656, 4.869470596313476562, 0, 0, -0.64944744110107421, 0.760406434535980224, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+678, 180415, 530, 3487, 0, '0', 0, 0, 9555.0615234375, -7148.6884765625, 17.36647224426269531, 1.535889506340026855, 0, 0, 0.694658279418945312, 0.719339847564697265, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+679, 180415, 530, 3487, 0, '0', 0, 0, 9550.4873046875, -7124.0712890625, 17.41489791870117187, 3.804818391799926757, 0, 0, -0.94551849365234375, 0.325568377971649169, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+680, 180415, 530, 3487, 0, '0', 0, 0, 9542.490234375, -7132.84130859375, 17.44678306579589843, 2.600535154342651367, 0, 0, 0.963629722595214843, 0.26724100112915039, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+681, 180415, 530, 3487, 0, '0', 0, 0, 9560.1611328125, -7147.765625, 17.39389610290527343, 0.017452461645007133, 0, 0, 0.008726119995117187, 0.999961912631988525, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+682, 180415, 530, 3487, 0, '0', 0, 0, 9544.265625, -7129.67919921875, 17.42142677307128906, 5.567600727081298828, 0, 0, -0.35020732879638671, 0.936672210693359375, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+683, 180415, 530, 3487, 0, '0', 0, 0, 9557.8388671875, -7148.44091796875, 17.40594100952148437, 5.096362113952636718, 0, 0, -0.55919265747070312, 0.829037725925445556, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+684, 180415, 530, 3487, 0, '0', 0, 0, 9548.2548828125, -7125.3212890625, 17.441070556640625, 1.535889506340026855, 0, 0, 0.694658279418945312, 0.719339847564697265, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+685, 180415, 530, 3487, 0, '0', 0, 0, 9549.296875, -7147.12646484375, 17.41560173034667968, 4.834563255310058593, 0, 0, -0.66261959075927734, 0.748956084251403808, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+686, 180415, 530, 3487, 0, '0', 0, 0, 9542.7158203125, -7138.0654296875, 17.40594482421875, 0.471238493919372558, 0, 0, 0.233445167541503906, 0.972369968891143798, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+687, 180415, 530, 3487, 0, '0', 0, 0, 9544.7451171875, -7143.0068359375, 17.36398124694824218, 4.48549652099609375, 0, 0, -0.7826080322265625, 0.622514784336090087, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+688, 180415, 530, 3487, 0, '0', 0, 0, 9543.3701171875, -7140.822265625, 17.36900138854980468, 5.096362113952636718, 0, 0, -0.55919265747070312, 0.829037725925445556, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+689, 180415, 530, 3487, 0, '0', 0, 0, 9546.291015625, -7145.51806640625, 17.42147254943847656, 1.954769015312194824, 0, 0, 0.829037666320800781, 0.559192776679992675, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+690, 180415, 530, 3430, 0, '0', 0, 0, 9329.2451171875, -7301.49658203125, 14.65333938598632812, 3.543023586273193359, 0, 0, -0.97992420196533203, 0.199370384216308593, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+691, 180415, 530, 3430, 0, '0', 0, 0, 9330.9248046875, -7252.734375, 14.69429206848144531, 3.752462387084960937, 0, 0, -0.95371627807617187, 0.300707906484603881, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+692, 180415, 530, 3430, 0, '0', 0, 0, 9330.986328125, -7303.1884765625, 14.6533966064453125, 3.036838293075561523, 0, 0, 0.998628616333007812, 0.052353221923112869, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+693, 180415, 530, 3430, 0, '0', 0, 0, 9331.3515625, -7302.33251953125, 14.65269184112548828, 0.034906249493360519, 0, 0, 0.017452239990234375, 0.999847710132598876, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+694, 180415, 530, 3430, 0, '0', 0, 0, 9331.81640625, -7253.10107421875, 14.69315433502197265, 2.251473426818847656, 0, 0, 0.902585029602050781, 0.430511653423309326, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+695, 180415, 530, 3430, 0, '0', 0, 0, 9307.7705078125, -7264.49609375, 15.58436965942382812, 6.161012649536132812, 0, 0, -0.06104850769042968, 0.998134791851043701, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+696, 180415, 530, 3430, 0, '0', 0, 0, 9316.2119140625, -7243.755859375, 15.55564212799072265, 0.226892471313476562, 0, 0, 0.113203048706054687, 0.993571877479553222, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+697, 180415, 530, 3430, 0, '0', 0, 0, 9330.92578125, -7255.16552734375, 14.69433975219726562, 3.90954136848449707, 0, 0, -0.92718315124511718, 0.37460830807685852, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+698, 180415, 530, 3430, 0, '0', 0, 0, 9330.021484375, -7254.80126953125, 14.69385433197021484, 4.764749526977539062, 0, 0, -0.6883544921875, 0.725374460220336914, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+699, 180415, 530, 3430, 0, '0', 0, 0, 9330.0322265625, -7253.0595703125, 14.69319343566894531, 2.44346022605895996, 0, 0, 0.939692497253417968, 0.34202045202255249, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+700, 180415, 530, 3430, 0, '0', 0, 0, 9329.2431640625, -7303.20751953125, 14.652862548828125, 2.844882726669311523, 0, 0, 0.989015579223632812, 0.147811368107795715, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+701, 180415, 530, 3430, 0, '0', 0, 0, 9330.1201171875, -7303.603515625, 14.65178108215332031, 3.159062385559082031, 0, 0, -0.99996185302734375, 0.008734640665352344, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+702, 180415, 530, 3430, 0, '0', 0, 0, 9309.794921875, -7274.54638671875, 16.04849624633789062, 4.136432647705078125, 0, 0, -0.87881660461425781, 0.477159708738327026, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+703, 180415, 530, 3430, 0, '0', 0, 0, 9330.1337890625, -7301.1181640625, 14.65301036834716796, 4.694936752319335937, 0, 0, -0.71325016021728515, 0.700909554958343505, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+704, 180415, 530, 3430, 0, '0', 0, 0, 9330.9462890625, -7301.51904296875, 14.65507698059082031, 0.994837164878845214, 0, 0, 0.477158546447753906, 0.878817260265350341, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+705, 180415, 530, 3430, 0, '0', 0, 0, 9332.1279296875, -7253.97265625, 14.69410419464111328, 1.500982880592346191, 0, 0, 0.681998252868652343, 0.731353819370269775, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+706, 180415, 530, 3430, 0, '0', 0, 0, 9331.787109375, -7254.83837890625, 14.69317626953125, 1.902408957481384277, 0, 0, 0.814115524291992187, 0.580702960491180419, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+707, 180415, 530, 3430, 0, '0', 0, 0, 9302.7685546875, -7296.30126953125, 17.60372161865234375, 1.832594871520996093, 0, 0, 0.793353080749511718, 0.608761727809906005, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+708, 180415, 530, 3430, 0, '0', 0, 0, 9316.9853515625, -7233.4912109375, 16.1299285888671875, 2.460912704467773437, 0, 0, 0.942641258239746093, 0.333807557821273803, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+709, 180415, 530, 3430, 0, '0', 0, 0, 9296.1708984375, -7303.83935546875, 19.22027778625488281, 3.054326534271240234, 0, 0, 0.999048233032226562, 0.043619260191917419, 120, 255, 1, 46340), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+710, 180426, 530, 3487, 0, '0', 0, 0, 9681.5673828125, -7440.40625, 21.67523002624511718, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 120, 255, 1, 46340), -- Bat01 (Area: 0 - Difficulty: 0) +(@OGUID+711, 180426, 530, 3487, 0, '0', 0, 0, 9688.9775390625, -7437.59375, 23.71689796447753906, 1.867502212524414062, 0, 0, 0.803856849670410156, 0.594822824001312255, 120, 255, 1, 46340), -- Bat01 (Area: 0 - Difficulty: 0) +(@OGUID+712, 180426, 530, 3487, 0, '0', 0, 0, 9684.2900390625, -7437.08349609375, 23.1682891845703125, 1.972219824790954589, 0, 0, 0.83388519287109375, 0.55193793773651123, 120, 255, 1, 46340), -- Bat01 (Area: 0 - Difficulty: 0) +(@OGUID+713, 180426, 530, 3487, 8619, '0', 0, 0, 9686.8525390625, -7440.71533203125, 20.77245330810546875, 6.108653545379638671, 0, 0, -0.08715534210205078, 0.996194720268249511, 120, 255, 1, 46340), -- Bat01 (Area: Silvermoon City Inn - Difficulty: 0) +(@OGUID+714, 180426, 530, 3487, 8619, '0', 0, 0, 9685.572265625, -7441.0693359375, 23.97384071350097656, 5.026549339294433593, 0, 0, -0.5877847671508789, 0.809017360210418701, 120, 255, 1, 46340), -- Bat01 (Area: Silvermoon City Inn - Difficulty: 0) +(@OGUID+715, 180426, 530, 3487, 0, '0', 0, 0, 9531.2236328125, -7270.16162109375, 23.80865859985351562, 6.073746204376220703, 0, 0, -0.10452842712402343, 0.994521915912628173, 120, 255, 1, 46340), -- Bat01 (Area: 0 - Difficulty: 0) +(@OGUID+716, 180426, 530, 3487, 0, '0', 0, 0, 9529.5830078125, -7274.1494140625, 24.65870857238769531, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 120, 255, 1, 46340), -- Bat01 (Area: 0 - Difficulty: 0) +(@OGUID+717, 180426, 530, 3487, 0, '0', 0, 0, 9528.4775390625, -7270.92529296875, 23.77871322631835937, 4.171337604522705078, 0, 0, -0.87035560607910156, 0.492423713207244873, 120, 255, 1, 46340), -- Bat01 (Area: 0 - Difficulty: 0) +(@OGUID+718, 180426, 530, 3487, 0, '0', 0, 0, 9539.5263671875, -7275.501953125, 23.50319862365722656, 6.021387100219726562, 0, 0, -0.13052558898925781, 0.991444945335388183, 120, 255, 1, 46340), -- Bat01 (Area: 0 - Difficulty: 0) +(@OGUID+719, 180426, 530, 3487, 0, '0', 0, 0, 9529.8603515625, -7273.69091796875, 24.61981010437011718, 4.97418975830078125, 0, 0, -0.60876083374023437, 0.793353796005249023, 120, 255, 1, 46340), -- Bat01 (Area: 0 - Difficulty: 0) +(@OGUID+720, 180426, 530, 3487, 0, '0', 0, 0, 9565.6240234375, -7168.62353515625, 14.23403072357177734, 3.700104713439941406, 0, 0, -0.96126079559326171, 0.275640487670898437, 120, 255, 1, 46340), -- Bat01 (Area: 0 - Difficulty: 0) +(@OGUID+721, 180426, 530, 3487, 0, '0', 0, 0, 9566.740234375, -7170.7578125, 14.23530769348144531, 1.448621988296508789, 0, 0, 0.662619590759277343, 0.748956084251403808, 120, 255, 1, 46340), -- Bat01 (Area: 0 - Difficulty: 0) +(@OGUID+722, 180426, 530, 3487, 0, '0', 0, 0, 9569.1474609375, -7171.21875, 14.23275279998779296, 2.949595451354980468, 0, 0, 0.995395660400390625, 0.095851235091686248, 120, 255, 1, 46340), -- Bat01 (Area: 0 - Difficulty: 0) +(@OGUID+723, 180426, 530, 3487, 0, '0', 0, 0, 9569.3486328125, -7165.21728515625, 14.23109912872314453, 1.605701684951782226, 0, 0, 0.719339370727539062, 0.694658815860748291, 120, 255, 1, 46340), -- Bat01 (Area: 0 - Difficulty: 0) +(@OGUID+724, 180426, 530, 3487, 0, '0', 0, 0, 9570.455078125, -7166.880859375, 14.23107624053955078, 3.892086982727050781, 0, 0, -0.93041706085205078, 0.366502493619918823, 120, 255, 1, 46340), -- Bat01 (Area: 0 - Difficulty: 0) +(@OGUID+725, 180427, 530, 3487, 0, '0', 0, 0, 9682.3212890625, -7432.6181640625, 23.67523765563964843, 5.637413978576660156, 0, 0, -0.31730461120605468, 0.948323667049407958, 120, 255, 1, 46340), -- Bat02 (Area: 0 - Difficulty: 0) +(@OGUID+726, 180427, 530, 3487, 0, '0', 0, 0, 9688.919921875, -7439.08837890625, 24.64051055908203125, 5.84685373306274414, 0, 0, -0.21643924713134765, 0.976296067237854003, 120, 255, 1, 46340), -- Bat02 (Area: 0 - Difficulty: 0) +(@OGUID+727, 180427, 530, 3487, 0, '0', 0, 0, 9682.6611328125, -7437.40625, 19.14745521545410156, 6.056293010711669921, 0, 0, -0.11320304870605468, 0.993571877479553222, 120, 255, 1, 46340), -- Bat02 (Area: 0 - Difficulty: 0) +(@OGUID+728, 180427, 530, 3487, 0, '0', 0, 0, 9682.216796875, -7440.54150390625, 23.70300674438476562, 0.261798173189163208, 0, 0, 0.130525588989257812, 0.991444945335388183, 120, 255, 1, 46340), -- Bat02 (Area: 0 - Difficulty: 0) +(@OGUID+729, 180427, 530, 3487, 0, '0', 0, 0, 9686.7021484375, -7436.892578125, 20.72384452819824218, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46340), -- Bat02 (Area: 0 - Difficulty: 0) +(@OGUID+730, 180427, 530, 3487, 0, '0', 0, 0, 9528.2783203125, -7272.61962890625, 24.76659393310546875, 2.792518377304077148, 0, 0, 0.984807014465332031, 0.173652306199073791, 120, 255, 1, 46340), -- Bat02 (Area: 0 - Difficulty: 0) +(@OGUID+731, 180427, 530, 3487, 0, '0', 0, 0, 9531.728515625, -7267.94775390625, 21.05406761169433593, 5.497788906097412109, 0, 0, -0.38268280029296875, 0.923879802227020263, 120, 255, 1, 46340), -- Bat02 (Area: 0 - Difficulty: 0) +(@OGUID+732, 180427, 530, 3487, 0, '0', 0, 0, 9529.8564453125, -7273.23291015625, 23.04349708557128906, 3.560472726821899414, 0, 0, -0.97814750671386718, 0.207912087440490722, 120, 255, 1, 46340), -- Bat02 (Area: 0 - Difficulty: 0) +(@OGUID+733, 180427, 530, 3487, 0, '0', 0, 0, 9529.4501953125, -7267.1318359375, 20.3601226806640625, 5.654868602752685546, 0, 0, -0.30901622772216796, 0.95105677843093872, 120, 255, 1, 46340), -- Bat02 (Area: 0 - Difficulty: 0) +(@OGUID+734, 180427, 530, 3487, 0, '0', 0, 0, 9524.19140625, -7267.734375, 22.13835906982421875, 3.159062385559082031, 0, 0, -0.99996185302734375, 0.008734640665352344, 120, 255, 1, 46340), -- Bat02 (Area: 0 - Difficulty: 0) +(@OGUID+735, 180427, 530, 3487, 0, '0', 0, 0, 9564.65625, -7167.5234375, 14.23388671875, 4.48549652099609375, 0, 0, -0.7826080322265625, 0.622514784336090087, 120, 255, 1, 46340), -- Bat02 (Area: 0 - Difficulty: 0) +(@OGUID+736, 180427, 530, 3487, 0, '0', 0, 0, 9570.8603515625, -7166.25146484375, 14.23205757141113281, 3.036838293075561523, 0, 0, 0.998628616333007812, 0.052353221923112869, 120, 255, 1, 46340), -- Bat02 (Area: 0 - Difficulty: 0) +(@OGUID+737, 180427, 530, 3487, 0, '0', 0, 0, 9571.056640625, -7164.18701171875, 14.23393726348876953, 3.24634718894958496, 0, 0, -0.99862861633300781, 0.052353221923112869, 120, 255, 1, 46340), -- Bat02 (Area: 0 - Difficulty: 0) +(@OGUID+738, 180427, 530, 3487, 0, '0', 0, 0, 9570.8798828125, -7163.7197265625, 14.23410224914550781, 3.996806621551513671, 0, 0, -0.90996074676513671, 0.414694398641586303, 120, 255, 1, 46340), -- Bat02 (Area: 0 - Difficulty: 0) +(@OGUID+739, 180427, 530, 3487, 0, '0', 0, 0, 9571.0048828125, -7162.6904296875, 14.23507213592529296, 5.619962215423583984, 0, 0, -0.32556724548339843, 0.945518851280212402, 120, 255, 1, 46340), -- Bat02 (Area: 0 - Difficulty: 0) +(@OGUID+740, 180472, 530, 3487, 10275, '0', 0, 0, 10001.4990234375, -7180.36279296875, 35.48863601684570312, 2.600535154342651367, 0, 0, 0.963629722595214843, 0.26724100112915039, 120, 255, 1, 46340), -- HangingSkullLight02 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+741, 180472, 530, 3487, 10275, '0', 0, 0, 9979.44140625, -7199.99658203125, 36.08605194091796875, 1.291541695594787597, 0, 0, 0.60181427001953125, 0.798636078834533691, 120, 255, 1, 46340), -- HangingSkullLight02 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+742, 180472, 530, 3487, 10275, '0', 0, 0, 10007.40234375, -7185.05322265625, 35.91233444213867187, 3.996806621551513671, 0, 0, -0.90996074676513671, 0.414694398641586303, 120, 255, 1, 46340), -- HangingSkullLight02 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+743, 180472, 530, 3487, 10275, '0', 0, 0, 9974.95703125, -7205.84716796875, 35.55136871337890625, 1.48352813720703125, 0, 0, 0.675589561462402343, 0.737277925014495849, 120, 255, 1, 46340), -- HangingSkullLight02 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+744, 180472, 530, 3487, 10275, '0', 0, 0, 9936.6953125, -7241.17822265625, 35.24951171875, 1.029743075370788574, 0, 0, 0.492423057556152343, 0.870355963706970214, 120, 255, 1, 46340), -- HangingSkullLight02 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+745, 180472, 530, 3487, 10275, '0', 0, 0, 9929.05859375, -7242.2255859375, 35.85557937622070312, 3.001946926116943359, 0, 0, 0.997563362121582031, 0.069766148924827575, 120, 255, 1, 46340), -- HangingSkullLight02 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+746, 180472, 530, 3487, 10275, '0', 0, 0, 9830.9091796875, -7292.04150390625, 31.10878181457519531, 1.291541695594787597, 0, 0, 0.60181427001953125, 0.798636078834533691, 120, 255, 1, 46340), -- HangingSkullLight02 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+747, 180472, 530, 3487, 10275, '0', 0, 0, 9815.732421875, -7287.48974609375, 31.82556915283203125, 3.420850038528442382, 0, 0, -0.99026775360107421, 0.139175355434417724, 120, 255, 1, 46340), -- HangingSkullLight02 (Area: Court of the Sun - Difficulty: 0) +(@OGUID+748, 180472, 530, 3487, 0, '0', 0, 0, 9834.4052734375, -7383.10791015625, 18.10079383850097656, 0.383971005678176879, 0, 0, 0.190808296203613281, 0.981627285480499267, 120, 255, 1, 46340), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+749, 180472, 530, 3487, 0, '0', 0, 0, 9874.9404296875, -7450.11181640625, 18.36825752258300781, 6.248279094696044921, 0, 0, -0.01745223999023437, 0.999847710132598876, 120, 255, 1, 46340), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+750, 180472, 530, 3487, 0, '0', 0, 0, 9828.494140625, -7448.2822265625, 18.26859474182128906, 5.009094715118408203, 0, 0, -0.59482288360595703, 0.80385679006576538, 120, 255, 1, 46340), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+751, 180472, 530, 3487, 0, '0', 0, 0, 9674.53515625, -7365.9365234375, 28.19696617126464843, 2.426007747650146484, 0, 0, 0.936672210693359375, 0.350207358598709106, 120, 255, 1, 46340), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+752, 180472, 530, 3487, 0, '0', 0, 0, 9674.5517578125, -7375.57666015625, 28.13785171508789062, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 46340), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+753, 180472, 530, 3487, 0, '0', 0, 0, 9628.3486328125, -7384.70849609375, 20.99325370788574218, 2.076939344406127929, 0, 0, 0.861628532409667968, 0.50753939151763916, 120, 255, 1, 46340), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+754, 180472, 530, 3487, 0, '0', 0, 0, 9564.24609375, -7412.4306640625, 27.42245292663574218, 4.45059061050415039, 0, 0, -0.79335308074951171, 0.608761727809906005, 120, 255, 1, 46340), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+755, 180472, 530, 3487, 0, '0', 0, 0, 9554.5673828125, -7389.98974609375, 21.68027687072753906, 0.663223206996917724, 0, 0, 0.325567245483398437, 0.945518851280212402, 120, 255, 1, 46340), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+756, 180472, 530, 3487, 0, '0', 0, 0, 9563.6357421875, -7502.26904296875, 21.49481010437011718, 4.607671737670898437, 0, 0, -0.74314403533935546, 0.669131457805633544, 120, 255, 1, 46340), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+757, 180472, 530, 3487, 0, '0', 0, 0, 9519.8330078125, -7433.03466796875, 19.360504150390625, 0.209439441561698913, 0, 0, 0.104528427124023437, 0.994521915912628173, 120, 255, 1, 46340), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+758, 180523, 530, 3487, 0, '0', 0, 0, 9692.8330078125, -7370.20654296875, 11.92834281921386718, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 120, 255, 1, 46340), -- Apple Bob (Area: 0 - Difficulty: 0) +(@OGUID+759, 180523, 530, 3487, 0, '0', 0, 0, 9552.7490234375, -7223.85791015625, 16.21224784851074218, 5.654868602752685546, 0, 0, -0.30901622772216796, 0.95105677843093872, 120, 255, 1, 46340), -- Apple Bob (Area: 0 - Difficulty: 0) +(@OGUID+760, 190072, 530, 3487, 0, '0', 0, 0, 9688.54296875, -7362.9912109375, 11.92949581146240234, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 46340), -- Candy Bucket (Area: 0 - Difficulty: 0) +(@OGUID+761, 190073, 530, 3487, 0, '0', 0, 0, 9565.64453125, -7219.54345703125, 16.21224594116210937, 5.096362113952636718, 0, 0, -0.55919265747070312, 0.829037725925445556, 120, 255, 1, 46340); -- Candy Bucket (Area: 0 - Difficulty: 0) + +-- Event spawns +DELETE FROM `game_event_creature` WHERE `eventEntry`=12 AND `guid` BETWEEN @CGUID+0 AND @CGUID+15; +INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES +(12, @CGUID+0), +(12, @CGUID+1), +(12, @CGUID+2), +(12, @CGUID+3), +(12, @CGUID+4), +(12, @CGUID+5), +(12, @CGUID+6), +(12, @CGUID+7), +(12, @CGUID+8), +(12, @CGUID+9), +(12, @CGUID+10), +(12, @CGUID+11), +(12, @CGUID+12), +(12, @CGUID+13), +(12, @CGUID+14), +(12, @CGUID+15); + +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+761; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48), +(12, @OGUID+49), +(12, @OGUID+50), +(12, @OGUID+51), +(12, @OGUID+52), +(12, @OGUID+53), +(12, @OGUID+54), +(12, @OGUID+55), +(12, @OGUID+56), +(12, @OGUID+57), +(12, @OGUID+58), +(12, @OGUID+59), +(12, @OGUID+60), +(12, @OGUID+61), +(12, @OGUID+62), +(12, @OGUID+63), +(12, @OGUID+64), +(12, @OGUID+65), +(12, @OGUID+66), +(12, @OGUID+67), +(12, @OGUID+68), +(12, @OGUID+69), +(12, @OGUID+70), +(12, @OGUID+71), +(12, @OGUID+72), +(12, @OGUID+73), +(12, @OGUID+74), +(12, @OGUID+75), +(12, @OGUID+76), +(12, @OGUID+77), +(12, @OGUID+78), +(12, @OGUID+79), +(12, @OGUID+80), +(12, @OGUID+81), +(12, @OGUID+82), +(12, @OGUID+83), +(12, @OGUID+84), +(12, @OGUID+85), +(12, @OGUID+86), +(12, @OGUID+87), +(12, @OGUID+88), +(12, @OGUID+89), +(12, @OGUID+90), +(12, @OGUID+91), +(12, @OGUID+92), +(12, @OGUID+93), +(12, @OGUID+94), +(12, @OGUID+95), +(12, @OGUID+96), +(12, @OGUID+97), +(12, @OGUID+98), +(12, @OGUID+99), +(12, @OGUID+100), +(12, @OGUID+101), +(12, @OGUID+102), +(12, @OGUID+103), +(12, @OGUID+104), +(12, @OGUID+105), +(12, @OGUID+106), +(12, @OGUID+107), +(12, @OGUID+108), +(12, @OGUID+109), +(12, @OGUID+110), +(12, @OGUID+111), +(12, @OGUID+112), +(12, @OGUID+113), +(12, @OGUID+114), +(12, @OGUID+115), +(12, @OGUID+116), +(12, @OGUID+117), +(12, @OGUID+118), +(12, @OGUID+119), +(12, @OGUID+120), +(12, @OGUID+121), +(12, @OGUID+122), +(12, @OGUID+123), +(12, @OGUID+124), +(12, @OGUID+125), +(12, @OGUID+126), +(12, @OGUID+127), +(12, @OGUID+128), +(12, @OGUID+129), +(12, @OGUID+130), +(12, @OGUID+131), +(12, @OGUID+132), +(12, @OGUID+133), +(12, @OGUID+134), +(12, @OGUID+135), +(12, @OGUID+136), +(12, @OGUID+137), +(12, @OGUID+138), +(12, @OGUID+139), +(12, @OGUID+140), +(12, @OGUID+141), +(12, @OGUID+142), +(12, @OGUID+143), +(12, @OGUID+144), +(12, @OGUID+145), +(12, @OGUID+146), +(12, @OGUID+147), +(12, @OGUID+148), +(12, @OGUID+149), +(12, @OGUID+150), +(12, @OGUID+151), +(12, @OGUID+152), +(12, @OGUID+153), +(12, @OGUID+154), +(12, @OGUID+155), +(12, @OGUID+156), +(12, @OGUID+157), +(12, @OGUID+158), +(12, @OGUID+159), +(12, @OGUID+160), +(12, @OGUID+161), +(12, @OGUID+162), +(12, @OGUID+163), +(12, @OGUID+164), +(12, @OGUID+165), +(12, @OGUID+166), +(12, @OGUID+167), +(12, @OGUID+168), +(12, @OGUID+169), +(12, @OGUID+170), +(12, @OGUID+171), +(12, @OGUID+172), +(12, @OGUID+173), +(12, @OGUID+174), +(12, @OGUID+175), +(12, @OGUID+176), +(12, @OGUID+177), +(12, @OGUID+178), +(12, @OGUID+179), +(12, @OGUID+180), +(12, @OGUID+181), +(12, @OGUID+182), +(12, @OGUID+183), +(12, @OGUID+184), +(12, @OGUID+185), +(12, @OGUID+186), +(12, @OGUID+187), +(12, @OGUID+188), +(12, @OGUID+189), +(12, @OGUID+190), +(12, @OGUID+191), +(12, @OGUID+192), +(12, @OGUID+193), +(12, @OGUID+194), +(12, @OGUID+195), +(12, @OGUID+196), +(12, @OGUID+197), +(12, @OGUID+198), +(12, @OGUID+199), +(12, @OGUID+200), +(12, @OGUID+201), +(12, @OGUID+202), +(12, @OGUID+203), +(12, @OGUID+204), +(12, @OGUID+205), +(12, @OGUID+206), +(12, @OGUID+207), +(12, @OGUID+208), +(12, @OGUID+209), +(12, @OGUID+210), +(12, @OGUID+211), +(12, @OGUID+212), +(12, @OGUID+213), +(12, @OGUID+214), +(12, @OGUID+215), +(12, @OGUID+216), +(12, @OGUID+217), +(12, @OGUID+218), +(12, @OGUID+219), +(12, @OGUID+220), +(12, @OGUID+221), +(12, @OGUID+222), +(12, @OGUID+223), +(12, @OGUID+224), +(12, @OGUID+225), +(12, @OGUID+226), +(12, @OGUID+227), +(12, @OGUID+228), +(12, @OGUID+229), +(12, @OGUID+230), +(12, @OGUID+231), +(12, @OGUID+232), +(12, @OGUID+233), +(12, @OGUID+234), +(12, @OGUID+235), +(12, @OGUID+236), +(12, @OGUID+237), +(12, @OGUID+238), +(12, @OGUID+239), +(12, @OGUID+240), +(12, @OGUID+241), +(12, @OGUID+242), +(12, @OGUID+243), +(12, @OGUID+244), +(12, @OGUID+245), +(12, @OGUID+246), +(12, @OGUID+247), +(12, @OGUID+248), +(12, @OGUID+249), +(12, @OGUID+250), +(12, @OGUID+251), +(12, @OGUID+252), +(12, @OGUID+253), +(12, @OGUID+254), +(12, @OGUID+255), +(12, @OGUID+256), +(12, @OGUID+257), +(12, @OGUID+258), +(12, @OGUID+259), +(12, @OGUID+260), +(12, @OGUID+261), +(12, @OGUID+262), +(12, @OGUID+263), +(12, @OGUID+264), +(12, @OGUID+265), +(12, @OGUID+266), +(12, @OGUID+267), +(12, @OGUID+268), +(12, @OGUID+269), +(12, @OGUID+270), +(12, @OGUID+271), +(12, @OGUID+272), +(12, @OGUID+273), +(12, @OGUID+274), +(12, @OGUID+275), +(12, @OGUID+276), +(12, @OGUID+277), +(12, @OGUID+278), +(12, @OGUID+279), +(12, @OGUID+280), +(12, @OGUID+281), +(12, @OGUID+282), +(12, @OGUID+283), +(12, @OGUID+284), +(12, @OGUID+285), +(12, @OGUID+286), +(12, @OGUID+287), +(12, @OGUID+288), +(12, @OGUID+289), +(12, @OGUID+290), +(12, @OGUID+291), +(12, @OGUID+292), +(12, @OGUID+293), +(12, @OGUID+294), +(12, @OGUID+295), +(12, @OGUID+296), +(12, @OGUID+297), +(12, @OGUID+298), +(12, @OGUID+299), +(12, @OGUID+300), +(12, @OGUID+301), +(12, @OGUID+302), +(12, @OGUID+303), +(12, @OGUID+304), +(12, @OGUID+305), +(12, @OGUID+306), +(12, @OGUID+307), +(12, @OGUID+308), +(12, @OGUID+309), +(12, @OGUID+310), +(12, @OGUID+311), +(12, @OGUID+312), +(12, @OGUID+313), +(12, @OGUID+314), +(12, @OGUID+315), +(12, @OGUID+316), +(12, @OGUID+317), +(12, @OGUID+318), +(12, @OGUID+319), +(12, @OGUID+320), +(12, @OGUID+321), +(12, @OGUID+322), +(12, @OGUID+323), +(12, @OGUID+324), +(12, @OGUID+325), +(12, @OGUID+326), +(12, @OGUID+327), +(12, @OGUID+328), +(12, @OGUID+329), +(12, @OGUID+330), +(12, @OGUID+331), +(12, @OGUID+332), +(12, @OGUID+333), +(12, @OGUID+334), +(12, @OGUID+335), +(12, @OGUID+336), +(12, @OGUID+337), +(12, @OGUID+338), +(12, @OGUID+339), +(12, @OGUID+340), +(12, @OGUID+341), +(12, @OGUID+342), +(12, @OGUID+343), +(12, @OGUID+344), +(12, @OGUID+345), +(12, @OGUID+346), +(12, @OGUID+347), +(12, @OGUID+348), +(12, @OGUID+349), +(12, @OGUID+350), +(12, @OGUID+351), +(12, @OGUID+352), +(12, @OGUID+353), +(12, @OGUID+354), +(12, @OGUID+355), +(12, @OGUID+356), +(12, @OGUID+357), +(12, @OGUID+358), +(12, @OGUID+359), +(12, @OGUID+360), +(12, @OGUID+361), +(12, @OGUID+362), +(12, @OGUID+363), +(12, @OGUID+364), +(12, @OGUID+365), +(12, @OGUID+366), +(12, @OGUID+367), +(12, @OGUID+368), +(12, @OGUID+369), +(12, @OGUID+370), +(12, @OGUID+371), +(12, @OGUID+372), +(12, @OGUID+373), +(12, @OGUID+374), +(12, @OGUID+375), +(12, @OGUID+376), +(12, @OGUID+377), +(12, @OGUID+378), +(12, @OGUID+379), +(12, @OGUID+380), +(12, @OGUID+381), +(12, @OGUID+382), +(12, @OGUID+383), +(12, @OGUID+384), +(12, @OGUID+385), +(12, @OGUID+386), +(12, @OGUID+387), +(12, @OGUID+388), +(12, @OGUID+389), +(12, @OGUID+390), +(12, @OGUID+391), +(12, @OGUID+392), +(12, @OGUID+393), +(12, @OGUID+394), +(12, @OGUID+395), +(12, @OGUID+396), +(12, @OGUID+397), +(12, @OGUID+398), +(12, @OGUID+399), +(12, @OGUID+400), +(12, @OGUID+401), +(12, @OGUID+402), +(12, @OGUID+403), +(12, @OGUID+404), +(12, @OGUID+405), +(12, @OGUID+406), +(12, @OGUID+407), +(12, @OGUID+408), +(12, @OGUID+409), +(12, @OGUID+410), +(12, @OGUID+411), +(12, @OGUID+412), +(12, @OGUID+413), +(12, @OGUID+414), +(12, @OGUID+415), +(12, @OGUID+416), +(12, @OGUID+417), +(12, @OGUID+418), +(12, @OGUID+419), +(12, @OGUID+420), +(12, @OGUID+421), +(12, @OGUID+422), +(12, @OGUID+423), +(12, @OGUID+424), +(12, @OGUID+425), +(12, @OGUID+426), +(12, @OGUID+427), +(12, @OGUID+428), +(12, @OGUID+429), +(12, @OGUID+430), +(12, @OGUID+431), +(12, @OGUID+432), +(12, @OGUID+433), +(12, @OGUID+434), +(12, @OGUID+435), +(12, @OGUID+436), +(12, @OGUID+437), +(12, @OGUID+438), +(12, @OGUID+439), +(12, @OGUID+440), +(12, @OGUID+441), +(12, @OGUID+442), +(12, @OGUID+443), +(12, @OGUID+444), +(12, @OGUID+445), +(12, @OGUID+446), +(12, @OGUID+447), +(12, @OGUID+448), +(12, @OGUID+449), +(12, @OGUID+450), +(12, @OGUID+451), +(12, @OGUID+452), +(12, @OGUID+453), +(12, @OGUID+454), +(12, @OGUID+455), +(12, @OGUID+456), +(12, @OGUID+457), +(12, @OGUID+458), +(12, @OGUID+459), +(12, @OGUID+460), +(12, @OGUID+461), +(12, @OGUID+462), +(12, @OGUID+463), +(12, @OGUID+464), +(12, @OGUID+465), +(12, @OGUID+466), +(12, @OGUID+467), +(12, @OGUID+468), +(12, @OGUID+469), +(12, @OGUID+470), +(12, @OGUID+471), +(12, @OGUID+472), +(12, @OGUID+473), +(12, @OGUID+474), +(12, @OGUID+475), +(12, @OGUID+476), +(12, @OGUID+477), +(12, @OGUID+478), +(12, @OGUID+479), +(12, @OGUID+480), +(12, @OGUID+481), +(12, @OGUID+482), +(12, @OGUID+483), +(12, @OGUID+484), +(12, @OGUID+485), +(12, @OGUID+486), +(12, @OGUID+487), +(12, @OGUID+488), +(12, @OGUID+489), +(12, @OGUID+490), +(12, @OGUID+491), +(12, @OGUID+492), +(12, @OGUID+493), +(12, @OGUID+494), +(12, @OGUID+495), +(12, @OGUID+496), +(12, @OGUID+497), +(12, @OGUID+498), +(12, @OGUID+499), +(12, @OGUID+500), +(12, @OGUID+501), +(12, @OGUID+502), +(12, @OGUID+503), +(12, @OGUID+504), +(12, @OGUID+505), +(12, @OGUID+506), +(12, @OGUID+507), +(12, @OGUID+508), +(12, @OGUID+509), +(12, @OGUID+510), +(12, @OGUID+511), +(12, @OGUID+512), +(12, @OGUID+513), +(12, @OGUID+514), +(12, @OGUID+515), +(12, @OGUID+516), +(12, @OGUID+517), +(12, @OGUID+518), +(12, @OGUID+519), +(12, @OGUID+520), +(12, @OGUID+521), +(12, @OGUID+522), +(12, @OGUID+523), +(12, @OGUID+524), +(12, @OGUID+525), +(12, @OGUID+526), +(12, @OGUID+527), +(12, @OGUID+528), +(12, @OGUID+529), +(12, @OGUID+530), +(12, @OGUID+531), +(12, @OGUID+532), +(12, @OGUID+533), +(12, @OGUID+534), +(12, @OGUID+535), +(12, @OGUID+536), +(12, @OGUID+537), +(12, @OGUID+538), +(12, @OGUID+539), +(12, @OGUID+540), +(12, @OGUID+541), +(12, @OGUID+542), +(12, @OGUID+543), +(12, @OGUID+544), +(12, @OGUID+545), +(12, @OGUID+546), +(12, @OGUID+547), +(12, @OGUID+548), +(12, @OGUID+549), +(12, @OGUID+550), +(12, @OGUID+551), +(12, @OGUID+552), +(12, @OGUID+553), +(12, @OGUID+554), +(12, @OGUID+555), +(12, @OGUID+556), +(12, @OGUID+557), +(12, @OGUID+558), +(12, @OGUID+559), +(12, @OGUID+560), +(12, @OGUID+561), +(12, @OGUID+562), +(12, @OGUID+563), +(12, @OGUID+564), +(12, @OGUID+565), +(12, @OGUID+566), +(12, @OGUID+567), +(12, @OGUID+568), +(12, @OGUID+569), +(12, @OGUID+570), +(12, @OGUID+571), +(12, @OGUID+572), +(12, @OGUID+573), +(12, @OGUID+574), +(12, @OGUID+575), +(12, @OGUID+576), +(12, @OGUID+577), +(12, @OGUID+578), +(12, @OGUID+579), +(12, @OGUID+580), +(12, @OGUID+581), +(12, @OGUID+582), +(12, @OGUID+583), +(12, @OGUID+584), +(12, @OGUID+585), +(12, @OGUID+586), +(12, @OGUID+587), +(12, @OGUID+588), +(12, @OGUID+589), +(12, @OGUID+590), +(12, @OGUID+591), +(12, @OGUID+592), +(12, @OGUID+593), +(12, @OGUID+594), +(12, @OGUID+595), +(12, @OGUID+596), +(12, @OGUID+597), +(12, @OGUID+598), +(12, @OGUID+599), +(12, @OGUID+600), +(12, @OGUID+601), +(12, @OGUID+602), +(12, @OGUID+603), +(12, @OGUID+604), +(12, @OGUID+605), +(12, @OGUID+606), +(12, @OGUID+607), +(12, @OGUID+608), +(12, @OGUID+609), +(12, @OGUID+610), +(12, @OGUID+611), +(12, @OGUID+612), +(12, @OGUID+613), +(12, @OGUID+614), +(12, @OGUID+615), +(12, @OGUID+616), +(12, @OGUID+617), +(12, @OGUID+618), +(12, @OGUID+619), +(12, @OGUID+620), +(12, @OGUID+621), +(12, @OGUID+622), +(12, @OGUID+623), +(12, @OGUID+624), +(12, @OGUID+625), +(12, @OGUID+626), +(12, @OGUID+627), +(12, @OGUID+628), +(12, @OGUID+629), +(12, @OGUID+630), +(12, @OGUID+631), +(12, @OGUID+632), +(12, @OGUID+633), +(12, @OGUID+634), +(12, @OGUID+635), +(12, @OGUID+636), +(12, @OGUID+637), +(12, @OGUID+638), +(12, @OGUID+639), +(12, @OGUID+640), +(12, @OGUID+641), +(12, @OGUID+642), +(12, @OGUID+643), +(12, @OGUID+644), +(12, @OGUID+645), +(12, @OGUID+646), +(12, @OGUID+647), +(12, @OGUID+648), +(12, @OGUID+649), +(12, @OGUID+650), +(12, @OGUID+651), +(12, @OGUID+652), +(12, @OGUID+653), +(12, @OGUID+654), +(12, @OGUID+655), +(12, @OGUID+656), +(12, @OGUID+657), +(12, @OGUID+658), +(12, @OGUID+659), +(12, @OGUID+660), +(12, @OGUID+661), +(12, @OGUID+662), +(12, @OGUID+663), +(12, @OGUID+664), +(12, @OGUID+665), +(12, @OGUID+666), +(12, @OGUID+667), +(12, @OGUID+668), +(12, @OGUID+669), +(12, @OGUID+670), +(12, @OGUID+671), +(12, @OGUID+672), +(12, @OGUID+673), +(12, @OGUID+674), +(12, @OGUID+675), +(12, @OGUID+676), +(12, @OGUID+677), +(12, @OGUID+678), +(12, @OGUID+679), +(12, @OGUID+680), +(12, @OGUID+681), +(12, @OGUID+682), +(12, @OGUID+683), +(12, @OGUID+684), +(12, @OGUID+685), +(12, @OGUID+686), +(12, @OGUID+687), +(12, @OGUID+688), +(12, @OGUID+689), +(12, @OGUID+690), +(12, @OGUID+691), +(12, @OGUID+692), +(12, @OGUID+693), +(12, @OGUID+694), +(12, @OGUID+695), +(12, @OGUID+696), +(12, @OGUID+697), +(12, @OGUID+698), +(12, @OGUID+699), +(12, @OGUID+700), +(12, @OGUID+701), +(12, @OGUID+702), +(12, @OGUID+703), +(12, @OGUID+704), +(12, @OGUID+705), +(12, @OGUID+706), +(12, @OGUID+707), +(12, @OGUID+708), +(12, @OGUID+709), +(12, @OGUID+710), +(12, @OGUID+711), +(12, @OGUID+712), +(12, @OGUID+713), +(12, @OGUID+714), +(12, @OGUID+715), +(12, @OGUID+716), +(12, @OGUID+717), +(12, @OGUID+718), +(12, @OGUID+719), +(12, @OGUID+720), +(12, @OGUID+721), +(12, @OGUID+722), +(12, @OGUID+723), +(12, @OGUID+724), +(12, @OGUID+725), +(12, @OGUID+726), +(12, @OGUID+727), +(12, @OGUID+728), +(12, @OGUID+729), +(12, @OGUID+730), +(12, @OGUID+731), +(12, @OGUID+732), +(12, @OGUID+733), +(12, @OGUID+734), +(12, @OGUID+735), +(12, @OGUID+736), +(12, @OGUID+737), +(12, @OGUID+738), +(12, @OGUID+739), +(12, @OGUID+740), +(12, @OGUID+741), +(12, @OGUID+742), +(12, @OGUID+743), +(12, @OGUID+744), +(12, @OGUID+745), +(12, @OGUID+746), +(12, @OGUID+747), +(12, @OGUID+748), +(12, @OGUID+749), +(12, @OGUID+750), +(12, @OGUID+751), +(12, @OGUID+752), +(12, @OGUID+753), +(12, @OGUID+754), +(12, @OGUID+755), +(12, @OGUID+756), +(12, @OGUID+757), +(12, @OGUID+758), +(12, @OGUID+759), +(12, @OGUID+760), +(12, @OGUID+761); + +-- +SET @CGUID := 3800016; +SET @OGUID := 3800762; + +-- Old creature spawns +DELETE FROM `creature` WHERE `guid` BETWEEN 3000089 AND 3000135; +DELETE FROM `creature_addon` WHERE `guid` BETWEEN 3000089 AND 3000135; +DELETE FROM `game_event_creature` WHERE `guid` BETWEEN 3000089 AND 3000135; + +-- Creature spawns +DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+46; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES +(@CGUID+0, 16221, 530, 3430, 0, '0', 0, 0, 0, 1, 9237.046875, -6772.4140625, 24.82743453979492187, 0.453785598278045654, 120, 0, 0, 3208, 0, 0, NULL, NULL, NULL, NULL, 45745), -- Silvermoon Guardian (Area: 0 - Difficulty: 0) +(@CGUID+1, 23537, 530, 3430, 3665, '0', 0, 0, 0, 0, 9484.7578125, -6836.046875, 22.84036445617675781, 6.056292533874511718, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Falconwing Square - Difficulty: 0) (Auras: 42091 - Headless Horseman - Fire Size, 42154 - Headless Horseman - Dim Fire) +(@CGUID+2, 23537, 530, 3430, 3665, '0', 0, 0, 0, 0, 9488.1201171875, -6839.47705078125, 34.7965240478515625, 4.415682792663574218, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Falconwing Square - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+3, 23537, 530, 3430, 3665, '0', 0, 0, 0, 0, 9492.0546875, -6843.42822265625, 24.72461128234863281, 6.195918560028076171, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Falconwing Square - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+4, 23537, 530, 3430, 3665, '0', 0, 0, 0, 0, 9484.2314453125, -6835.5146484375, 26.35922622680664062, 0.541052043437957763, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Falconwing Square - Difficulty: 0) (Auras: 42091 - Headless Horseman - Fire Size, 42154 - Headless Horseman - Dim Fire) +(@CGUID+5, 23537, 530, 3430, 3665, '0', 0, 0, 0, 0, 9522.5439453125, -6861.8466796875, 27.51523971557617187, 0.383972436189651489, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Falconwing Square - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+6, 23537, 530, 3430, 3665, '0', 0, 0, 0, 0, 9493.908203125, -6843.91259765625, 31.31162643432617187, 1.239183783531188964, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Falconwing Square - Difficulty: 0) (Auras: 42091 - Headless Horseman - Fire Size, 42154 - Headless Horseman - Dim Fire) +(@CGUID+7, 23537, 530, 3430, 3665, '0', 0, 0, 0, 0, 9493.0966796875, -6844.48193359375, 26.878021240234375, 4.660028934478759765, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Falconwing Square - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+8, 23537, 530, 3430, 3665, '0', 0, 0, 0, 0, 9522.3330078125, -6860.87841796875, 30.574859619140625, 3.071779489517211914, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Falconwing Square - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+9, 23537, 530, 3430, 3665, '0', 0, 0, 0, 0, 9490.0205078125, -6841.36962890625, 25.54996109008789062, 2.408554315567016601, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Falconwing Square - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+10, 23537, 530, 3430, 3665, '0', 0, 0, 0, 0, 9493.873046875, -6845.267578125, 22.25846481323242187, 0.157079637050628662, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Falconwing Square - Difficulty: 0) (Auras: 42091 - Headless Horseman - Fire Size, 42154 - Headless Horseman - Dim Fire) +(@CGUID+11, 23537, 530, 3430, 3665, '0', 0, 0, 0, 0, 9518.2529296875, -6861.82470703125, 27.37059402465820312, 2.076941728591918945, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Falconwing Square - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+12, 23537, 530, 3430, 3665, '0', 0, 0, 0, 0, 9491.857421875, -6842.9052734375, 31.83344650268554687, 4.031710624694824218, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Falconwing Square - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+13, 23537, 530, 3430, 3665, '0', 0, 0, 0, 0, 9494.318359375, -6845.75146484375, 31.83377838134765625, 5.497786998748779296, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Falconwing Square - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+14, 23537, 530, 3430, 3665, '0', 0, 0, 0, 0, 9528.8642578125, -6861.88330078125, 26.62176513671875, 1.989675283432006835, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Falconwing Square - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+15, 23537, 530, 3430, 3665, '0', 0, 0, 0, 0, 9489.296875, -6839.09619140625, 30.86766242980957031, 3.892084121704101562, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Falconwing Square - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+16, 23537, 530, 3430, 3665, '0', 0, 0, 0, 0, 9525.984375, -6861.8916015625, 35.42512893676757812, 2.460914134979248046, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Falconwing Square - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+17, 23537, 530, 3430, 3665, '0', 0, 0, 0, 0, 9532.123046875, -6860.72119140625, 30.996368408203125, 1.448623299598693847, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Falconwing Square - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+18, 23537, 530, 3430, 3665, '0', 0, 0, 0, 0, 9525.9580078125, -6861.89111328125, 32.72249221801757812, 5.410520553588867187, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Falconwing Square - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+19, 23537, 530, 3430, 3665, '0', 0, 0, 0, 0, 9488.5869140625, -6839.94775390625, 32.0623321533203125, 1.361356854438781738, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Falconwing Square - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+20, 23537, 530, 3430, 3665, '0', 0, 0, 0, 0, 9520.044921875, -6861.83349609375, 25.78749465942382812, 3.50811171531677246, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Falconwing Square - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+21, 23537, 530, 3430, 3665, '0', 0, 0, 0, 0, 9530.2001953125, -6862.0107421875, 32.43022918701171875, 3.298672199249267578, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Falconwing Square - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+22, 23537, 530, 3430, 3665, '0', 0, 0, 0, 0, 9486.5771484375, -6837.88671875, 26.53663063049316406, 3.577924966812133789, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Falconwing Square - Difficulty: 0) (Auras: 42091 - Headless Horseman - Fire Size, 42154 - Headless Horseman - Dim Fire) +(@CGUID+23, 23537, 530, 3430, 3665, '0', 0, 0, 0, 0, 9486.8564453125, -6836.50830078125, 30.49737930297851562, 0.122173048555850982, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Falconwing Square - Difficulty: 0) (Auras: 42091 - Headless Horseman - Fire Size, 42154 - Headless Horseman - Dim Fire) +(@CGUID+24, 23537, 530, 3430, 3665, '0', 0, 0, 0, 0, 9528.2822265625, -6860.74169921875, 31.19398117065429687, 2.879793167114257812, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Falconwing Square - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+25, 23537, 530, 3430, 3665, '0', 0, 0, 0, 0, 9491.064453125, -6840.9013671875, 30.91507720947265625, 3.124139308929443359, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Falconwing Square - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+26, 23537, 530, 3430, 3665, '0', 0, 0, 0, 0, 9519.9150390625, -6860.65185546875, 31.00365257263183593, 4.066617012023925781, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Falconwing Square - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+27, 23537, 530, 3430, 3665, '0', 0, 0, 0, 0, 9484.3251953125, -6834.25146484375, 31.40592193603515625, 4.729842185974121093, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Falconwing Square - Difficulty: 0) (Auras: 42091 - Headless Horseman - Fire Size, 42154 - Headless Horseman - Dim Fire) +(@CGUID+28, 23537, 530, 3430, 3665, '0', 0, 0, 0, 0, 9525.7646484375, -6861.86376953125, 27.53145980834960937, 5.009094715118408203, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Falconwing Square - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+29, 23537, 530, 3430, 3665, '0', 0, 0, 0, 0, 9484.677734375, -6835.826171875, 31.83631515502929687, 4.555309295654296875, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Falconwing Square - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+30, 23537, 530, 3430, 3665, '0', 0, 0, 0, 0, 9523.30078125, -6861.935546875, 32.4274444580078125, 3.246312379837036132, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Falconwing Square - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+31, 23537, 530, 3430, 3665, '0', 0, 0, 0, 0, 9530.9345703125, -6861.89453125, 23.13298606872558593, 0.314159274101257324, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Falconwing Square - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+32, 23537, 530, 3430, 3665, '0', 0, 0, 0, 0, 9532.2177734375, -6861.90576171875, 26.8124542236328125, 2.687807083129882812, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Falconwing Square - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+33, 23537, 530, 3430, 3665, '0', 0, 0, 0, 0, 9488.748046875, -6840.0791015625, 27.1339874267578125, 0.244346097111701965, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Falconwing Square - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+34, 23537, 530, 3430, 3665, '0', 0, 0, 0, 0, 9516.0654296875, -6861.8115234375, 24.70286750793457031, 1.553343057632446289, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Falconwing Square - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+35, 23537, 530, 3430, 3665, '0', 0, 0, 0, 0, 9534.833984375, -6861.92431640625, 26.10526657104492187, 2.234021425247192382, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Falconwing Square - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+36, 23537, 530, 3430, 3665, '0', 0, 0, 0, 0, 9525.6728515625, -6860.65283203125, 30.71270751953125, 4.450589656829833984, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Falconwing Square - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+37, 23537, 530, 3430, 0, '0', 0, 0, 0, 0, 9235.0185546875, -6783.47607421875, 25.52999687194824218, 1.326450228691101074, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: 0 - Difficulty: 0) +(@CGUID+38, 23537, 530, 3430, 0, '0', 0, 0, 0, 0, 9229.3251953125, -6780.56396484375, 27.1305389404296875, 0.471238881349563598, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: 0 - Difficulty: 0) +(@CGUID+39, 23537, 530, 3430, 0, '0', 0, 0, 0, 0, 9225.48046875, -6765.25732421875, 26.13934898376464843, 0.279252678155899047, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: 0 - Difficulty: 0) +(@CGUID+40, 23537, 530, 3430, 0, '0', 0, 0, 0, 0, 9224.12890625, -6777.6748046875, 28.46907806396484375, 4.450589656829833984, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: 0 - Difficulty: 0) +(@CGUID+41, 23537, 530, 3430, 0, '0', 0, 0, 0, 0, 9224.6826171875, -6770.99609375, 27.34550857543945312, 5.846852779388427734, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: 0 - Difficulty: 0) +(@CGUID+42, 23971, 530, 3430, 3665, '0', 0, 0, 0, 0, 9514.5205078125, -6815.9541015625, 16.57184028625488281, 0.92502450942993164, 120, 0, 0, 41, 0, 0, NULL, NULL, NULL, NULL, 45745), -- Traveling Orphan (Area: Falconwing Square - Difficulty: 0) +(@CGUID+43, 23971, 530, 3430, 3665, '0', 0, 0, 0, 0, 9515.90625, -6815.921875, 16.57149314880371093, 1.850049018859863281, 120, 0, 0, 41, 0, 0, NULL, NULL, NULL, NULL, 45745), -- Traveling Orphan (Area: Falconwing Square - Difficulty: 0) +(@CGUID+44, 23971, 530, 3430, 3665, '0', 0, 0, 0, 0, 9517.009765625, -6815.09130859375, 16.537353515625, 2.844886541366577148, 120, 0, 0, 27, 0, 0, NULL, NULL, NULL, NULL, 45745), -- Traveling Orphan (Area: Falconwing Square - Difficulty: 0) +(@CGUID+45, 23971, 530, 3430, 3665, '0', 0, 0, 0, 0, 9513.796875, -6814.9091796875, 16.56868362426757812, 0.157079637050628662, 120, 0, 0, 41, 0, 0, NULL, NULL, NULL, NULL, 45745), -- Traveling Orphan (Area: Falconwing Square - Difficulty: 0) +(@CGUID+46, 23973, 530, 3430, 3665, '0', 0, 0, 0, 0, 9515.57421875, -6814.62646484375, 16.55568695068359375, 4.415682792663574218, 120, 0, 0, 11791, 0, 0, NULL, NULL, NULL, NULL, 45745); -- Masked Orphan Matron (Area: Falconwing Square - Difficulty: 0) + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3002385 AND 3002500; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3002385 AND 3002500; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3002385 AND 3002500; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+115; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 530, 3430, 3665, '0', 0, 0, 9542.095703125, -6797.44384765625, 16.47561454772949218, 5.794494152069091796, 0, 0, -0.24192142486572265, 0.970295846462249755, 120, 255, 1, 45745), -- G_Pumpkin_01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+1, 180405, 530, 3430, 3665, '0', 0, 0, 9477.763671875, -6788.11865234375, 16.49356460571289062, 2.72271275520324707, 0, 0, 0.978147506713867187, 0.207912087440490722, 120, 255, 1, 45745), -- G_Pumpkin_01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+2, 180405, 530, 3430, 3665, '0', 0, 0, 9485.40625, -6834.0693359375, 17.10750770568847656, 2.652894020080566406, 0, 0, 0.970294952392578125, 0.241925001144409179, 120, 255, 1, 45745), -- G_Pumpkin_01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+3, 180405, 530, 3430, 3665, '0', 0, 0, 9525.94140625, -6873.06689453125, 18.7498016357421875, 3.595378875732421875, 0, 0, -0.97437000274658203, 0.224951311945915222, 120, 255, 1, 45745), -- G_Pumpkin_01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+4, 180405, 530, 3430, 3665, '0', 0, 0, 9494.7939453125, -6891.3701171875, 29.18750381469726562, 0.663223206996917724, 0, 0, 0.325567245483398437, 0.945518851280212402, 120, 255, 1, 45745), -- G_Pumpkin_01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+5, 180406, 530, 3430, 3665, '0', 0, 0, 9543.6982421875, -6778.75439453125, 15.11356353759765625, 5.654868602752685546, 0, 0, -0.30901622772216796, 0.95105677843093872, 120, 255, 1, 45745), -- G_Pumpkin_02 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+6, 180406, 530, 3430, 3665, '0', 0, 0, 9482.650390625, -6771.931640625, 16.49356460571289062, 1.099556446075439453, 0, 0, 0.522498130798339843, 0.852640450000762939, 120, 255, 1, 45745), -- G_Pumpkin_02 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+7, 180406, 530, 3430, 3665, '0', 0, 0, 9516.724609375, -6852.7158203125, 19.00880241394042968, 3.368495941162109375, 0, 0, -0.99357128143310546, 0.113208353519439697, 120, 255, 1, 45745), -- G_Pumpkin_02 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+8, 180407, 530, 3430, 3665, '0', 0, 0, 9530.5986328125, -6768.01025390625, 15.36301898956298828, 0.331610709428787231, 0, 0, 0.16504669189453125, 0.986285746097564697, 120, 255, 1, 45745), -- G_Pumpkin_03 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+9, 180407, 530, 3430, 3665, '0', 0, 0, 9494.3984375, -6842.97900390625, 17.07756805419921875, 2.775068521499633789, 0, 0, 0.983254432678222656, 0.182238012552261352, 120, 255, 1, 45745), -- G_Pumpkin_03 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+10, 180407, 530, 3430, 3665, '0', 0, 0, 9547.5107421875, -6806.57275390625, 16.40133857727050781, 5.218535900115966796, 0, 0, -0.507537841796875, 0.861629426479339599, 120, 255, 1, 45745), -- G_Pumpkin_03 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+11, 180407, 530, 3430, 3665, '0', 0, 0, 9535.09375, -6852.92724609375, 19.01387977600097656, 3.630291461944580078, 0, 0, -0.97029495239257812, 0.241925001144409179, 120, 255, 1, 45745), -- G_Pumpkin_03 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+12, 180411, 530, 3430, 3665, '0', 0, 0, 9525.7060546875, -6869.39208984375, 25.61795234680175781, 4.502951622009277343, 0, 0, -0.7771453857421875, 0.629321098327636718, 120, 255, 1, 45745), -- G_Ghost_01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+13, 180415, 530, 3430, 3665, '0', 0, 0, 9514.84765625, -6799.79150390625, 17.92718887329101562, 0.261798173189163208, 0, 0, 0.130525588989257812, 0.991444945335388183, 120, 255, 1, 45745), -- CandleBlack01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+14, 180415, 530, 3430, 3665, '0', 0, 0, 9520.564453125, -6799.73291015625, 17.92718887329101562, 5.462882041931152343, 0, 0, -0.39874839782714843, 0.917060375213623046, 120, 255, 1, 45745), -- CandleBlack01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+15, 180415, 530, 3430, 3665, '0', 0, 0, 9512.4052734375, -6803.29150390625, 17.92718887329101562, 5.724681377410888671, 0, 0, -0.27563667297363281, 0.961261868476867675, 120, 255, 1, 45745), -- CandleBlack01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+16, 180415, 530, 3430, 3665, '0', 0, 0, 9519.29296875, -6799.37841796875, 17.92718887329101562, 6.248279094696044921, 0, 0, -0.01745223999023437, 0.999847710132598876, 120, 255, 1, 45745), -- CandleBlack01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+17, 180415, 530, 3430, 3665, '0', 0, 0, 9512.7890625, -6801.93115234375, 17.92718887329101562, 3.874631166458129882, 0, 0, -0.93358039855957031, 0.358368009328842163, 120, 255, 1, 45745), -- CandleBlack01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+18, 180415, 530, 3430, 3665, '0', 0, 0, 9521.6865234375, -6800.74951171875, 17.92718887329101562, 4.084071159362792968, 0, 0, -0.8910064697265625, 0.453990638256072998, 120, 255, 1, 45745), -- CandleBlack01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+19, 180415, 530, 3430, 3665, '0', 0, 0, 9513.8349609375, -6800.80908203125, 17.92718887329101562, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 120, 255, 1, 45745), -- CandleBlack01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+20, 180415, 530, 3430, 3665, '0', 0, 0, 9516.0517578125, -6799.4052734375, 17.92718887329101562, 4.537858963012695312, 0, 0, -0.76604366302490234, 0.642788589000701904, 120, 255, 1, 45745), -- CandleBlack01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+21, 180415, 530, 3430, 3665, '0', 0, 0, 9506.6533203125, -6769.60400390625, 18.15343666076660156, 5.35816192626953125, 0, 0, -0.446197509765625, 0.894934535026550292, 120, 255, 1, 45745), -- CandleBlack01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+22, 180415, 530, 3430, 3665, '0', 0, 0, 9511.7236328125, -6770.71875, 17.96957015991210937, 0.034906249493360519, 0, 0, 0.017452239990234375, 0.999847710132598876, 120, 255, 1, 45745), -- CandleBlack01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+23, 180415, 530, 3430, 3665, '0', 0, 0, 9496.392578125, -6767.71875, 18.11989402770996093, 2.408554315567016601, 0, 0, 0.933580398559570312, 0.358368009328842163, 120, 255, 1, 45745), -- CandleBlack01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+24, 180415, 530, 3430, 3665, '0', 0, 0, 9521.3740234375, -6770.25, 18.0019989013671875, 5.288348197937011718, 0, 0, -0.4771585464477539, 0.878817260265350341, 120, 255, 1, 45745), -- CandleBlack01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+25, 180415, 530, 3430, 3665, '0', 0, 0, 9516.5908203125, -6772.1162109375, 18.10790443420410156, 0.471238493919372558, 0, 0, 0.233445167541503906, 0.972369968891143798, 120, 255, 1, 45745), -- CandleBlack01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+26, 180415, 530, 3430, 3665, '0', 0, 0, 9522.6875, -6801.75927734375, 17.92718887329101562, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 45745), -- CandleBlack01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+27, 180415, 530, 3430, 3665, '0', 0, 0, 9530.5517578125, -6765.90478515625, 16.724609375, 5.480334281921386718, 0, 0, -0.39073085784912109, 0.920504987239837646, 120, 255, 1, 45745), -- CandleBlack01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+28, 180415, 530, 3430, 3665, '0', 0, 0, 9503.0126953125, -6842.32177734375, 18.1165771484375, 1.047197580337524414, 0, 0, 0.5, 0.866025388240814208, 120, 255, 1, 45745), -- CandleBlack01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+29, 180415, 530, 3430, 3665, '0', 0, 0, 9485.154296875, -6819.3994140625, 18.159088134765625, 0.087265998125076293, 0, 0, 0.043619155883789062, 0.999048233032226562, 120, 255, 1, 45745), -- CandleBlack01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+30, 180415, 530, 3430, 3665, '0', 0, 0, 9541.732421875, -6841.69775390625, 18.11527442932128906, 0.15707901120185852, 0, 0, 0.078458786010742187, 0.996917366981506347, 120, 255, 1, 45745), -- CandleBlack01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+31, 180415, 530, 3430, 3665, '0', 0, 0, 9475.9580078125, -6770.57275390625, 18.20501518249511718, 3.22885894775390625, 0, 0, -0.99904823303222656, 0.043619260191917419, 120, 255, 1, 45745), -- CandleBlack01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+32, 180415, 530, 3430, 3665, '0', 0, 0, 9544.978515625, -6778.125, 16.53426551818847656, 2.042035102844238281, 0, 0, 0.852640151977539062, 0.522498607635498046, 120, 255, 1, 45745), -- CandleBlack01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+33, 180415, 530, 3430, 3665, '0', 0, 0, 9552.5478515625, -6816.048828125, 18.06805038452148437, 3.211419343948364257, 0, 0, -0.9993906021118164, 0.034906134009361267, 120, 255, 1, 45745), -- CandleBlack01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+34, 180415, 530, 3430, 3665, '0', 0, 0, 9481.7255859375, -6815.61474609375, 18.06168556213378906, 0.296705186367034912, 0, 0, 0.147809028625488281, 0.989015936851501464, 120, 255, 1, 45745), -- CandleBlack01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+35, 180415, 530, 3430, 3665, '0', 0, 0, 9516.2392578125, -6810.06787109375, 17.92718887329101562, 5.759587764739990234, 0, 0, -0.25881862640380859, 0.965925931930541992, 120, 255, 1, 45745), -- CandleBlack01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+36, 180415, 530, 3430, 3665, '0', 0, 0, 9556.2314453125, -6830.97216796875, 18.19346809387207031, 0.506144583225250244, 0, 0, 0.250379562377929687, 0.968147754669189453, 120, 255, 1, 45745), -- CandleBlack01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+37, 180415, 530, 3430, 3665, '0', 0, 0, 9521.7451171875, -6808.63525390625, 17.92718887329101562, 0.750490784645080566, 0, 0, 0.3665008544921875, 0.93041771650314331, 120, 255, 1, 45745), -- CandleBlack01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+38, 180415, 530, 3430, 3665, '0', 0, 0, 9543.4814453125, -6796.77587890625, 18.11649894714355468, 3.595378875732421875, 0, 0, -0.97437000274658203, 0.224951311945915222, 120, 255, 1, 45745), -- CandleBlack01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+39, 180415, 530, 3430, 3665, '0', 0, 0, 9554.0302734375, -6821.0380859375, 18.07317924499511718, 5.35816192626953125, 0, 0, -0.446197509765625, 0.894934535026550292, 120, 255, 1, 45745), -- CandleBlack01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+40, 180415, 530, 3430, 3665, '0', 0, 0, 9512.8720703125, -6807.66259765625, 17.92718887329101562, 1.675513744354248046, 0, 0, 0.743144035339355468, 0.669131457805633544, 120, 255, 1, 45745), -- CandleBlack01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+41, 180415, 530, 3430, 3665, '0', 0, 0, 9513.923828125, -6808.72607421875, 17.92718887329101562, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 45745), -- CandleBlack01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+42, 180415, 530, 3430, 3665, '0', 0, 0, 9465.9150390625, -6788.8193359375, 18.13464736938476562, 5.218535900115966796, 0, 0, -0.507537841796875, 0.861629426479339599, 120, 255, 1, 45745), -- CandleBlack01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+43, 180415, 530, 3430, 3665, '0', 0, 0, 9491.3984375, -6766.66650390625, 18.03796958923339843, 0.174532130360603332, 0, 0, 0.087155342102050781, 0.996194720268249511, 120, 255, 1, 45745), -- CandleBlack01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+44, 180415, 530, 3430, 3665, '0', 0, 0, 9550.6435546875, -6811.33349609375, 18.10545158386230468, 2.024578809738159179, 0, 0, 0.848047256469726562, 0.529920578002929687, 120, 255, 1, 45745), -- CandleBlack01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+45, 180415, 530, 3430, 3665, '0', 0, 0, 9512.4580078125, -6806.3525390625, 17.92718887329101562, 0.314158439636230468, 0, 0, 0.156434059143066406, 0.987688362598419189, 120, 255, 1, 45745), -- CandleBlack01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+46, 180415, 530, 3430, 3665, '0', 0, 0, 9512.7158203125, -6844.9375, 18.14415168762207031, 2.775068521499633789, 0, 0, 0.983254432678222656, 0.182238012552261352, 120, 255, 1, 45745), -- CandleBlack01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+47, 180415, 530, 3430, 3665, '0', 0, 0, 9470.7060546875, -6770.6005859375, 18.32486343383789062, 0.174532130360603332, 0, 0, 0.087155342102050781, 0.996194720268249511, 120, 255, 1, 45745), -- CandleBlack01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+48, 180415, 530, 3430, 3665, '0', 0, 0, 9555.119140625, -6826.04150390625, 18.02724266052246093, 5.235987663269042968, 0, 0, -0.5, 0.866025388240814208, 120, 255, 1, 45745), -- CandleBlack01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+49, 180415, 530, 3430, 3665, '0', 0, 0, 9523.08203125, -6803.03466796875, 17.92718887329101562, 1.378809213638305664, 0, 0, 0.636077880859375, 0.771624863147735595, 120, 255, 1, 45745), -- CandleBlack01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+50, 180415, 530, 3430, 3665, '0', 0, 0, 9548.744140625, -6806.56103515625, 18.10751533508300781, 0.593410074710845947, 0, 0, 0.292370796203613281, 0.95630502700805664, 120, 255, 1, 45745), -- CandleBlack01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+51, 180415, 530, 3430, 3665, '0', 0, 0, 9478.7724609375, -6793.34716796875, 18.11178779602050781, 4.101525306701660156, 0, 0, -0.88701057434082031, 0.461749136447906494, 120, 255, 1, 45745), -- CandleBlack01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+52, 180415, 530, 3430, 3665, '0', 0, 0, 9481.12109375, -6770.33447265625, 18.05984115600585937, 0.27925160527229309, 0, 0, 0.139172554016113281, 0.990268170833587646, 120, 255, 1, 45745), -- CandleBlack01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+53, 180415, 530, 3430, 3665, '0', 0, 0, 9484.0771484375, -6769.7119140625, 18.04311752319335937, 5.078907966613769531, 0, 0, -0.56640625, 0.824126183986663818, 120, 255, 1, 45745), -- CandleBlack01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+54, 180415, 530, 3430, 3665, '0', 0, 0, 9520.7490234375, -6809.64306640625, 17.92718887329101562, 2.199114561080932617, 0, 0, 0.8910064697265625, 0.453990638256072998, 120, 255, 1, 45745), -- CandleBlack01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+55, 180415, 530, 3430, 3665, '0', 0, 0, 9471.099609375, -6788.78125, 18.13372611999511718, 0.401424884796142578, 0, 0, 0.199367523193359375, 0.979924798011779785, 120, 255, 1, 45745), -- CandleBlack01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+56, 180415, 530, 3430, 3665, '0', 0, 0, 9543.888671875, -6783.125, 17.37310409545898437, 0.191985160112380981, 0, 0, 0.095845222473144531, 0.995396256446838378, 120, 255, 1, 45745), -- CandleBlack01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+57, 180415, 530, 3430, 3665, '0', 0, 0, 9485.92578125, -6829.3369140625, 18.15577125549316406, 3.403396368026733398, 0, 0, -0.99144458770751953, 0.130528271198272705, 120, 255, 1, 45745), -- CandleBlack01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+58, 180415, 530, 3430, 3665, '0', 0, 0, 9488.7470703125, -6767.53662109375, 18.04392814636230468, 2.268925428390502929, 0, 0, 0.906307220458984375, 0.422619491815567016, 120, 255, 1, 45745), -- CandleBlack01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+59, 180415, 530, 3430, 3665, '0', 0, 0, 9523.1376953125, -6806.27490234375, 17.92718887329101562, 4.1538848876953125, 0, 0, -0.8746194839477539, 0.484810054302215576, 120, 255, 1, 45745), -- CandleBlack01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+60, 180415, 530, 3430, 3665, '0', 0, 0, 9515.6279296875, -6849.15283203125, 18.17986488342285156, 0.261798173189163208, 0, 0, 0.130525588989257812, 0.991444945335388183, 120, 255, 1, 45745), -- CandleBlack01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+61, 180415, 530, 3430, 3665, '0', 0, 0, 9526.126953125, -6768.265625, 17.50362586975097656, 2.879789113998413085, 0, 0, 0.991444587707519531, 0.130528271198272705, 120, 255, 1, 45745), -- CandleBlack01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+62, 180415, 530, 3430, 3665, '0', 0, 0, 9514.9931640625, -6809.7314453125, 17.92718887329101562, 2.199114561080932617, 0, 0, 0.8910064697265625, 0.453990638256072998, 120, 255, 1, 45745), -- CandleBlack01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+63, 180415, 530, 3430, 3665, '0', 0, 0, 9465.62890625, -6770.55908203125, 18.20173454284667968, 3.281238555908203125, 0, 0, -0.99756336212158203, 0.069766148924827575, 120, 255, 1, 45745), -- CandleBlack01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+64, 180415, 530, 3430, 3665, '0', 0, 0, 9476.3525390625, -6788.94091796875, 18.10409355163574218, 0.942476630210876464, 0, 0, 0.453989982604980468, 0.891006767749786376, 120, 255, 1, 45745), -- CandleBlack01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+65, 180415, 530, 3430, 3665, '0', 0, 0, 9540.375, -6792.71875, 18.12548255920410156, 5.305802345275878906, 0, 0, -0.46947097778320312, 0.882947921752929687, 120, 255, 1, 45745), -- CandleBlack01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+66, 180415, 530, 3430, 3665, '0', 0, 0, 9546.3408203125, -6839.501953125, 18.18597412109375, 4.764749526977539062, 0, 0, -0.6883544921875, 0.725374460220336914, 120, 255, 1, 45745), -- CandleBlack01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+67, 180415, 530, 3430, 3665, '0', 0, 0, 9486.8251953125, -6824.27099609375, 18.10711097717285156, 2.844882726669311523, 0, 0, 0.989015579223632812, 0.147811368107795715, 120, 255, 1, 45745), -- CandleBlack01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+68, 180415, 530, 3430, 3665, '0', 0, 0, 9508.0927734375, -6842.5537109375, 18.16142463684082031, 0.383971005678176879, 0, 0, 0.190808296203613281, 0.981627285480499267, 120, 255, 1, 45745), -- CandleBlack01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+69, 180415, 530, 3430, 3665, '0', 0, 0, 9519.501953125, -6810.0244140625, 17.92718887329101562, 1.169368624687194824, 0, 0, 0.551936149597167968, 0.833886384963989257, 120, 255, 1, 45745), -- CandleBlack01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+70, 180415, 530, 3430, 3665, '0', 0, 0, 9522.787109375, -6807.51806640625, 17.92718887329101562, 1.117009282112121582, 0, 0, 0.529918670654296875, 0.84804844856262207, 120, 255, 1, 45745), -- CandleBlack01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+71, 180415, 530, 3430, 3665, '0', 0, 0, 9541.7470703125, -6787.82666015625, 17.90674400329589843, 5.35816192626953125, 0, 0, -0.446197509765625, 0.894934535026550292, 120, 255, 1, 45745), -- CandleBlack01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+72, 180415, 530, 3430, 3665, '0', 0, 0, 9466.5302734375, -6849.29443359375, 18.35664558410644531, 0.523597896099090576, 0, 0, 0.258818626403808593, 0.965925931930541992, 120, 255, 1, 45745), -- CandleBlack01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+73, 180415, 530, 3430, 3665, '0', 0, 0, 9536.44921875, -6850.259765625, 18.15285682678222656, 4.677483558654785156, 0, 0, -0.71933937072753906, 0.694658815860748291, 120, 255, 1, 45745), -- CandleBlack01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+74, 180415, 530, 3430, 3665, '0', 0, 0, 9538.138671875, -6845.44091796875, 18.20700263977050781, 2.844882726669311523, 0, 0, 0.989015579223632812, 0.147811368107795715, 120, 255, 1, 45745), -- CandleBlack01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+75, 180415, 530, 3430, 3665, '0', 0, 0, 9466.5146484375, -6849.4609375, 18.48859024047851562, 3.420850038528442382, 0, 0, -0.99026775360107421, 0.139175355434417724, 120, 255, 1, 45745), -- CandleBlack01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+76, 180415, 530, 3430, 3665, '0', 0, 0, 9530.236328125, -6865.38037109375, 20.15276527404785156, 0.191985160112380981, 0, 0, 0.095845222473144531, 0.995396256446838378, 120, 255, 1, 45745), -- CandleBlack01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+77, 180415, 530, 3430, 3665, '0', 0, 0, 9530.2783203125, -6865.52685546875, 20.03467941284179687, 3.385940074920654296, 0, 0, -0.99254608154296875, 0.121869951486587524, 120, 255, 1, 45745), -- CandleBlack01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+78, 180415, 530, 3430, 3665, '0', 0, 0, 9530.0556640625, -6882.47314453125, 19.6388702392578125, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 45745), -- CandleBlack01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+79, 180426, 530, 3430, 3665, '0', 0, 0, 9515.7841796875, -6795.328125, 17.9299774169921875, 3.752462387084960937, 0, 0, -0.95371627807617187, 0.300707906484603881, 120, 255, 1, 45745), -- Bat01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+80, 180426, 530, 3430, 3665, '0', 0, 0, 9509.4814453125, -6800.1181640625, 28.54047584533691406, 5.480334281921386718, 0, 0, -0.39073085784912109, 0.920504987239837646, 120, 255, 1, 45745), -- Bat01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+81, 180426, 530, 3430, 3665, '0', 0, 0, 9512.6328125, -6796.80908203125, 21.92292976379394531, 1.378809213638305664, 0, 0, 0.636077880859375, 0.771624863147735595, 120, 255, 1, 45745), -- Bat01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+82, 180426, 530, 3430, 3665, '0', 0, 0, 9508.240234375, -6804.861328125, 17.78327369689941406, 1.535889506340026855, 0, 0, 0.694658279418945312, 0.719339847564697265, 120, 255, 1, 45745), -- Bat01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+83, 180426, 530, 3430, 3665, '0', 0, 0, 9521.302734375, -6795.298828125, 22.86036109924316406, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 45745), -- Bat01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+84, 180426, 530, 3430, 3665, '0', 0, 0, 9513.0751953125, -6813.01025390625, 17.4391937255859375, 4.293513298034667968, 0, 0, -0.8386697769165039, 0.544640243053436279, 120, 255, 1, 45745), -- Bat01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+85, 180426, 530, 3430, 3665, '0', 0, 0, 9526.1318359375, -6800.05908203125, 23.5549774169921875, 4.869470596313476562, 0, 0, -0.64944744110107421, 0.760406434535980224, 120, 255, 1, 45745), -- Bat01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+86, 180426, 530, 3430, 3665, '0', 0, 0, 9522.5224609375, -6812.955078125, 17.84175491333007812, 3.612837791442871093, 0, 0, -0.97236919403076171, 0.233448356389999389, 120, 255, 1, 45745), -- Bat01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+87, 180426, 530, 3430, 3665, '0', 0, 0, 9517.3017578125, -6814.24658203125, 22.23591041564941406, 4.537858963012695312, 0, 0, -0.76604366302490234, 0.642788589000701904, 120, 255, 1, 45745), -- Bat01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+88, 180426, 530, 3430, 3665, '0', 0, 0, 9527.392578125, -6804.6474609375, 17.46470069885253906, 2.44346022605895996, 0, 0, 0.939692497253417968, 0.34202045202255249, 120, 255, 1, 45745), -- Bat01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+89, 180426, 530, 3430, 3665, '0', 0, 0, 9509.4775390625, -6809.375, 30.91398429870605468, 2.007128477096557617, 0, 0, 0.84339141845703125, 0.537299633026123046, 120, 255, 1, 45745), -- Bat01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+90, 180426, 530, 3430, 3665, '0', 0, 0, 9525.9189453125, -6809.330078125, 20.52720069885253906, 2.792518377304077148, 0, 0, 0.984807014465332031, 0.173652306199073791, 120, 255, 1, 45745), -- Bat01 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+91, 180427, 530, 3430, 3665, '0', 0, 0, 9518.3701171875, -6795.10400390625, 20.38127517700195312, 1.745326757431030273, 0, 0, 0.766043663024902343, 0.642788589000701904, 120, 255, 1, 45745), -- Bat02 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+92, 180427, 530, 3430, 3665, '0', 0, 0, 9524.205078125, -6797.63720703125, 20.21470451354980468, 3.9793548583984375, 0, 0, -0.9135446548461914, 0.406738430261611938, 120, 255, 1, 45745), -- Bat02 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+93, 180427, 530, 3430, 3665, '0', 0, 0, 9508.673828125, -6802.27783203125, 19.11672019958496093, 1.675513744354248046, 0, 0, 0.743144035339355468, 0.669131457805633544, 120, 255, 1, 45745), -- Bat02 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+94, 180427, 530, 3430, 3665, '0', 0, 0, 9526.9912109375, -6802.361328125, 17.88136863708496093, 6.021387100219726562, 0, 0, -0.13052558898925781, 0.991444945335388183, 120, 255, 1, 45745), -- Bat02 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+95, 180427, 530, 3430, 3665, '0', 0, 0, 9508.3271484375, -6807.12353515625, 23.22756195068359375, 1.518436193466186523, 0, 0, 0.6883544921875, 0.725374460220336914, 120, 255, 1, 45745), -- Bat02 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+96, 180427, 530, 3430, 3665, '0', 0, 0, 9511.15625, -6811.8037109375, 17.31927490234375, 0.645771682262420654, 0, 0, 0.317304611206054687, 0.948323667049407958, 120, 255, 1, 45745), -- Bat02 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+97, 180427, 530, 3430, 3665, '0', 0, 0, 9524.3779296875, -6811.376953125, 27.16613006591796875, 2.286378860473632812, 0, 0, 0.909960746765136718, 0.414694398641586303, 120, 255, 1, 45745), -- Bat02 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+98, 180427, 530, 3430, 3665, '0', 0, 0, 9514.7626953125, -6813.6494140625, 20.67620277404785156, 4.293513298034667968, 0, 0, -0.8386697769165039, 0.544640243053436279, 120, 255, 1, 45745), -- Bat02 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+99, 180427, 530, 3430, 3665, '0', 0, 0, 9520.181640625, -6813.85791015625, 19.39680099487304687, 2.757613182067871093, 0, 0, 0.981626510620117187, 0.190812408924102783, 120, 255, 1, 45745), -- Bat02 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+100, 180427, 530, 3430, 3665, '0', 0, 0, 9526.884765625, -6807.205078125, 36.64525604248046875, 2.967041015625, 0, 0, 0.996193885803222656, 0.087165042757987976, 120, 255, 1, 45745), -- Bat02 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+101, 180427, 530, 3430, 3665, '0', 0, 0, 9511.0341796875, -6798.35791015625, 35.7977447509765625, 2.914689540863037109, 0, 0, 0.993571281433105468, 0.113208353519439697, 120, 255, 1, 45745), -- Bat02 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+102, 180472, 530, 3430, 3665, '0', 0, 0, 9476.1806640625, -6851.85791015625, 33.72943878173828125, 6.073746204376220703, 0, 0, -0.10452842712402343, 0.994521915912628173, 120, 255, 1, 45745), -- HangingSkullLight02 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+103, 180472, 530, 3430, 3665, '0', 0, 0, 9481.2666015625, -6856.990234375, 23.58030509948730468, 2.548179388046264648, 0, 0, 0.956304550170898437, 0.292372345924377441, 120, 255, 1, 45745), -- HangingSkullLight02 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+104, 180472, 530, 3430, 3665, '0', 0, 0, 9469.3359375, -6858.72216796875, 33.71020889282226562, 0.226892471313476562, 0, 0, 0.113203048706054687, 0.993571877479553222, 120, 255, 1, 45745), -- HangingSkullLight02 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+105, 180472, 530, 3430, 3665, '0', 0, 0, 9474.4755859375, -6863.29541015625, 23.573211669921875, 5.201082706451416015, 0, 0, -0.51503753662109375, 0.857167601585388183, 120, 255, 1, 45745), -- HangingSkullLight02 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+106, 180472, 530, 3430, 3665, '0', 0, 0, 9484.8974609375, -6882.01904296875, 33.8115692138671875, 1.151916384696960449, 0, 0, 0.544638633728027343, 0.838670849800109863, 120, 255, 1, 45745), -- HangingSkullLight02 (Area: Falconwing Square - Difficulty: 0) +(@OGUID+107, 180523, 530, 3430, 3665, '0', 0, 0, 9476.9990234375, -6850.93798828125, 17.9411468505859375, 0.314158439636230468, 0, 0, 0.156434059143066406, 0.987688362598419189, 120, 255, 1, 45745), -- Apple Bob (Area: Falconwing Square - Difficulty: 0) +(@OGUID+108, 186234, 530, 3430, 3665, '0', 0, 0, 9510.8359375, -6811.96533203125, 16.48661231994628906, 0.418878614902496337, 0, 0, 0.207911491394042968, 0.978147625923156738, 120, 255, 1, 45745), -- Water Barrel (Area: Falconwing Square - Difficulty: 0) +(@OGUID+109, 186234, 530, 3430, 3665, '0', 0, 0, 9235.0615234375, -6770.26318359375, 24.79453277587890625, 2.792518377304077148, 0, 0, 0.984807014465332031, 0.173652306199073791, 120, 255, 1, 45745), -- Water Barrel (Area: Falconwing Square - Difficulty: 0) +(@OGUID+110, 186720, 530, 3430, 0, '0', 0, 0, 9229.306640625, -6780.560546875, 27.05394935607910156, 1.082102894783020019, 0, 0, 0.51503753662109375, 0.857167601585388183, 120, 255, 1, 45745), -- Fire Effigy (Area: 0 - Difficulty: 0) +(@OGUID+111, 186720, 530, 3430, 0, '0', 0, 0, 9235.0498046875, -6783.404296875, 25.44256019592285156, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 45745), -- Fire Effigy (Area: 0 - Difficulty: 0) +(@OGUID+112, 186720, 530, 3430, 0, '0', 0, 0, 9225.4619140625, -6765.23388671875, 26.05803871154785156, 5.794494152069091796, 0, 0, -0.24192142486572265, 0.970295846462249755, 120, 255, 1, 45745), -- Fire Effigy (Area: 0 - Difficulty: 0) +(@OGUID+113, 186720, 530, 3430, 0, '0', 0, 0, 9224.697265625, -6771.0048828125, 27.25944709777832031, 0.069811686873435974, 0, 0, 0.034898757934570312, 0.999390840530395507, 120, 255, 1, 45745), -- Fire Effigy (Area: 0 - Difficulty: 0) +(@OGUID+114, 186720, 530, 3430, 0, '0', 0, 0, 9224.1533203125, -6777.71533203125, 28.38528251647949218, 0.663223206996917724, 0, 0, 0.325567245483398437, 0.945518851280212402, 120, 255, 1, 45745), -- Fire Effigy (Area: 0 - Difficulty: 0) +(@OGUID+115, 190067, 530, 3430, 3665, '0', 0, 0, 9469.6787109375, -6861.2607421875, 17.43587303161621093, 2.67034769058227539, 0, 0, 0.972369194030761718, 0.233448356389999389, 120, 255, 1, 45745); -- Candy Bucket (Area: Falconwing Square - Difficulty: 0) + +-- Event spawns +DELETE FROM `game_event_creature` WHERE `eventEntry`=12 AND `guid` BETWEEN @CGUID+0 AND @CGUID+46; +INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES +(12, @CGUID+0), +(12, @CGUID+1), +(12, @CGUID+2), +(12, @CGUID+3), +(12, @CGUID+4), +(12, @CGUID+5), +(12, @CGUID+6), +(12, @CGUID+7), +(12, @CGUID+8), +(12, @CGUID+9), +(12, @CGUID+10), +(12, @CGUID+11), +(12, @CGUID+12), +(12, @CGUID+13), +(12, @CGUID+14), +(12, @CGUID+15), +(12, @CGUID+16), +(12, @CGUID+17), +(12, @CGUID+18), +(12, @CGUID+19), +(12, @CGUID+20), +(12, @CGUID+21), +(12, @CGUID+22), +(12, @CGUID+23), +(12, @CGUID+24), +(12, @CGUID+25), +(12, @CGUID+26), +(12, @CGUID+27), +(12, @CGUID+28), +(12, @CGUID+29), +(12, @CGUID+30), +(12, @CGUID+31), +(12, @CGUID+32), +(12, @CGUID+33), +(12, @CGUID+34), +(12, @CGUID+35), +(12, @CGUID+36), +(12, @CGUID+37), +(12, @CGUID+38), +(12, @CGUID+39), +(12, @CGUID+40), +(12, @CGUID+41), +(12, @CGUID+42), +(12, @CGUID+43), +(12, @CGUID+44), +(12, @CGUID+45), +(12, @CGUID+46); + +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+115; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48), +(12, @OGUID+49), +(12, @OGUID+50), +(12, @OGUID+51), +(12, @OGUID+52), +(12, @OGUID+53), +(12, @OGUID+54), +(12, @OGUID+55), +(12, @OGUID+56), +(12, @OGUID+57), +(12, @OGUID+58), +(12, @OGUID+59), +(12, @OGUID+60), +(12, @OGUID+61), +(12, @OGUID+62), +(12, @OGUID+63), +(12, @OGUID+64), +(12, @OGUID+65), +(12, @OGUID+66), +(12, @OGUID+67), +(12, @OGUID+68), +(12, @OGUID+69), +(12, @OGUID+70), +(12, @OGUID+71), +(12, @OGUID+72), +(12, @OGUID+73), +(12, @OGUID+74), +(12, @OGUID+75), +(12, @OGUID+76), +(12, @OGUID+77), +(12, @OGUID+78), +(12, @OGUID+79), +(12, @OGUID+80), +(12, @OGUID+81), +(12, @OGUID+82), +(12, @OGUID+83), +(12, @OGUID+84), +(12, @OGUID+85), +(12, @OGUID+86), +(12, @OGUID+87), +(12, @OGUID+88), +(12, @OGUID+89), +(12, @OGUID+90), +(12, @OGUID+91), +(12, @OGUID+92), +(12, @OGUID+93), +(12, @OGUID+94), +(12, @OGUID+95), +(12, @OGUID+96), +(12, @OGUID+97), +(12, @OGUID+98), +(12, @OGUID+99), +(12, @OGUID+100), +(12, @OGUID+101), +(12, @OGUID+102), +(12, @OGUID+103), +(12, @OGUID+104), +(12, @OGUID+105), +(12, @OGUID+106), +(12, @OGUID+107), +(12, @OGUID+108), +(12, @OGUID+109), +(12, @OGUID+110), +(12, @OGUID+111), +(12, @OGUID+112), +(12, @OGUID+113), +(12, @OGUID+114), +(12, @OGUID+115); + +-- +SET @OGUID := 3800878; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3002501 AND 3002534; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3002501 AND 3002534; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3002501 AND 3002534; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+33; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 530, 3430, 3462, '0', 0, 0, 8719.521484375, -6656.927734375, 93.4202423095703125, 0.994837164878845214, 0, 0, 0.477158546447753906, 0.878817260265350341, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Fairbreeze Village - Difficulty: 0) CreateObject1 +(@OGUID+1, 180405, 530, 3430, 3462, '0', 0, 0, 8723.2802734375, -6666.22509765625, 70.24129486083984375, 1.134462952613830566, 0, 0, 0.537299156188964843, 0.843391716480255126, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Fairbreeze Village - Difficulty: 0) CreateObject1 +(@OGUID+2, 180405, 530, 3430, 3462, '0', 0, 0, 8683.7431640625, -6621.23291015625, 70.36586761474609375, 4.066620349884033203, 0, 0, -0.89493370056152343, 0.44619917869567871, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Fairbreeze Village - Difficulty: 0) CreateObject1 +(@OGUID+3, 180405, 530, 3430, 3462, '0', 0, 0, 8679.9560546875, -6613.04248046875, 93.42128753662109375, 5.759587764739990234, 0, 0, -0.25881862640380859, 0.965925931930541992, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Fairbreeze Village - Difficulty: 0) CreateObject1 +(@OGUID+4, 180405, 530, 3430, 3462, '0', 0, 0, 8753.7431640625, -6699.58544921875, 70.37490081787109375, 4.363324165344238281, 0, 0, -0.81915187835693359, 0.573576688766479492, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Fairbreeze Village - Difficulty: 0) CreateObject1 +(@OGUID+5, 180406, 530, 3430, 3462, '0', 0, 0, 8749.6923828125, -6699.7802734375, 69.2623748779296875, 5.637413978576660156, 0, 0, -0.31730461120605468, 0.948323667049407958, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Fairbreeze Village - Difficulty: 0) CreateObject1 +(@OGUID+6, 180406, 530, 3430, 3462, '0', 0, 0, 8704.134765625, -6639.71142578125, 82.7016448974609375, 1.134462952613830566, 0, 0, 0.537299156188964843, 0.843391716480255126, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Fairbreeze Village - Difficulty: 0) CreateObject1 +(@OGUID+7, 180406, 530, 3430, 3462, '0', 0, 0, 8705.3857421875, -6687.072265625, 70.463104248046875, 2.408554315567016601, 0, 0, 0.933580398559570312, 0.358368009328842163, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Fairbreeze Village - Difficulty: 0) CreateObject1 +(@OGUID+8, 180406, 530, 3430, 3462, '0', 0, 0, 8688.7236328125, -6616.96728515625, 70.36586761474609375, 3.892086982727050781, 0, 0, -0.93041706085205078, 0.366502493619918823, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Fairbreeze Village - Difficulty: 0) CreateObject1 +(@OGUID+9, 180407, 530, 3430, 3462, '0', 0, 0, 8727.9833984375, -6662.11962890625, 70.3404083251953125, 0.994837164878845214, 0, 0, 0.477158546447753906, 0.878817260265350341, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Fairbreeze Village - Difficulty: 0) CreateObject1 +(@OGUID+10, 180407, 530, 3430, 3462, '0', 0, 0, 8698.1279296875, -6633.01904296875, 82.7016448974609375, 4.171337604522705078, 0, 0, -0.87035560607910156, 0.492423713207244873, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Fairbreeze Village - Difficulty: 0) CreateObject1 +(@OGUID+11, 180407, 530, 3430, 3462, '0', 0, 0, 8752.9580078125, -6701.51318359375, 70.3076934814453125, 0.855210542678833007, 0, 0, 0.414692878723144531, 0.909961462020874023, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Fairbreeze Village - Difficulty: 0) CreateObject1 +(@OGUID+12, 180407, 530, 3430, 3462, '0', 0, 0, 8706.708984375, -6692.7841796875, 70.4014434814453125, 2.146752834320068359, 0, 0, 0.878816604614257812, 0.477159708738327026, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Fairbreeze Village - Difficulty: 0) CreateObject1 +(@OGUID+13, 180411, 530, 3430, 3462, '0', 0, 0, 8714.3330078125, -6651.51904296875, 81.3880767822265625, 1.972219824790954589, 0, 0, 0.83388519287109375, 0.55193793773651123, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Fairbreeze Village - Difficulty: 0) CreateObject1 +(@OGUID+14, 180411, 530, 3430, 3462, '0', 0, 0, 8717.2353515625, -6634.21728515625, 81.36679840087890625, 2.844882726669311523, 0, 0, 0.989015579223632812, 0.147811368107795715, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Fairbreeze Village - Difficulty: 0) CreateObject1 +(@OGUID+15, 180411, 530, 3430, 3462, '0', 0, 0, 8692.9501953125, -6653.3037109375, 81.6505889892578125, 3.298687219619750976, 0, 0, -0.99691677093505859, 0.078466430306434631, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Fairbreeze Village - Difficulty: 0) CreateObject1 +(@OGUID+16, 180411, 530, 3430, 3462, '0', 0, 0, 8690.37890625, -6624.20849609375, 81.7437896728515625, 5.323255538940429687, 0, 0, -0.46174812316894531, 0.887011110782623291, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Fairbreeze Village - Difficulty: 0) CreateObject1 +(@OGUID+17, 180415, 530, 3430, 3462, '0', 0, 0, 8726.560546875, -6687.08349609375, 72.62592315673828125, 3.22885894775390625, 0, 0, -0.99904823303222656, 0.043619260191917419, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fairbreeze Village - Difficulty: 0) CreateObject1 +(@OGUID+18, 180415, 530, 3430, 3462, '0', 0, 0, 8732.8466796875, -6664.82763671875, 71.75481414794921875, 5.759587764739990234, 0, 0, -0.25881862640380859, 0.965925931930541992, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fairbreeze Village - Difficulty: 0) CreateObject1 +(@OGUID+19, 180415, 530, 3430, 3462, '0', 0, 0, 8761.7822265625, -6686.87158203125, 71.60170745849609375, 2.984498262405395507, 0, 0, 0.996916770935058593, 0.078466430306434631, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fairbreeze Village - Difficulty: 0) CreateObject1 +(@OGUID+20, 180415, 530, 3430, 3462, '0', 0, 0, 8759.109375, -6691.25341796875, 71.28537750244140625, 2.495818138122558593, 0, 0, 0.948323249816894531, 0.317305892705917358, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fairbreeze Village - Difficulty: 0) CreateObject1 +(@OGUID+21, 180415, 530, 3430, 3462, '0', 0, 0, 8739.994140625, -6664.78125, 71.0755767822265625, 4.276057243347167968, 0, 0, -0.84339141845703125, 0.537299633026123046, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fairbreeze Village - Difficulty: 0) CreateObject1 +(@OGUID+22, 180415, 530, 3430, 3462, '0', 0, 0, 8706.48828125, -6662.00732421875, 71.92754364013671875, 5.777040958404541015, 0, 0, -0.25037956237792968, 0.968147754669189453, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fairbreeze Village - Difficulty: 0) CreateObject1 +(@OGUID+23, 180415, 530, 3430, 3462, '0', 0, 0, 8723.2333984375, -6681.45166015625, 71.84741973876953125, 0.698131442070007324, 0, 0, 0.342020034790039062, 0.939692676067352294, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fairbreeze Village - Difficulty: 0) CreateObject1 +(@OGUID+24, 180415, 530, 3430, 3462, '0', 0, 0, 8757.931640625, -6701.39599609375, 71.16756439208984375, 1.954769015312194824, 0, 0, 0.829037666320800781, 0.559192776679992675, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fairbreeze Village - Difficulty: 0) CreateObject1 +(@OGUID+25, 180415, 530, 3430, 3462, '0', 0, 0, 8753.4140625, -6709.48974609375, 71.18830108642578125, 0.558503925800323486, 0, 0, 0.275636672973632812, 0.961261868476867675, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fairbreeze Village - Difficulty: 0) CreateObject1 +(@OGUID+26, 180415, 530, 3430, 3462, '0', 0, 0, 8748.609375, -6711.0537109375, 71.0671234130859375, 2.111847877502441406, 0, 0, 0.870355606079101562, 0.492423713207244873, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fairbreeze Village - Difficulty: 0) CreateObject1 +(@OGUID+27, 180415, 530, 3430, 3462, '0', 0, 0, 8700.916015625, -6674.798828125, 72.03189849853515625, 1.518436193466186523, 0, 0, 0.6883544921875, 0.725374460220336914, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fairbreeze Village - Difficulty: 0) CreateObject1 +(@OGUID+28, 180415, 530, 3430, 3462, '0', 0, 0, 8744.7431640625, -6707.79541015625, 71.1688232421875, 6.178466320037841796, 0, 0, -0.05233573913574218, 0.998629570007324218, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fairbreeze Village - Difficulty: 0) CreateObject1 +(@OGUID+29, 180415, 530, 3430, 3462, '0', 0, 0, 8702.5791015625, -6665.298828125, 71.9376678466796875, 1.151916384696960449, 0, 0, 0.544638633728027343, 0.838670849800109863, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fairbreeze Village - Difficulty: 0) CreateObject1 +(@OGUID+30, 180415, 530, 3430, 3462, '0', 0, 0, 8698.9462890625, -6684.24853515625, 72.752838134765625, 3.263772249221801757, 0, 0, -0.99813461303710937, 0.061051756143569946, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fairbreeze Village - Difficulty: 0) CreateObject1 +(@OGUID+31, 180415, 530, 3430, 3462, '0', 0, 0, 8701.251953125, -6679.79541015625, 72.46958160400390625, 0.977383077144622802, 0, 0, 0.469470977783203125, 0.882947921752929687, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fairbreeze Village - Difficulty: 0) CreateObject1 +(@OGUID+32, 180523, 530, 3430, 3462, '0', 0, 0, 8695.2578125, -6641.4619140625, 73.23040008544921875, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 120, 255, 1, 51886), -- Apple Bob (Area: Fairbreeze Village - Difficulty: 0) CreateObject1 +(@OGUID+33, 190068, 530, 3430, 3462, '0', 0, 0, 8709.5751953125, -6639.7587890625, 72.74430084228515625, 5.986480236053466796, 0, 0, -0.14780902862548828, 0.989015936851501464, 120, 255, 1, 51886); -- Candy Bucket (Area: Fairbreeze Village - Difficulty: 0) CreateObject1 + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+33; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33); diff --git a/sql/updates/world/master/2024_03_18_08_world_hallows_end_ghostlands.sql b/sql/updates/world/master/2024_03_18_08_world_hallows_end_ghostlands.sql new file mode 100644 index 0000000000000..f42afb4310eb7 --- /dev/null +++ b/sql/updates/world/master/2024_03_18_08_world_hallows_end_ghostlands.sql @@ -0,0 +1,125 @@ +-- +SET @OGUID := 3800912; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3002535 AND 3002589; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3002535 AND 3002589; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3002535 AND 3002589; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+54; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 530, 3433, 3488, '0', 0, 0, 7566.19873046875, -6800.0595703125, 87.48343658447265625, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Tranquillien - Difficulty: 0) CreateObject1 +(@OGUID+1, 180405, 530, 3433, 3488, '0', 0, 0, 7552.51220703125, -6816.896484375, 86.94879913330078125, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Tranquillien - Difficulty: 0) CreateObject1 +(@OGUID+2, 180405, 530, 3433, 3488, '0', 0, 0, 7577.56787109375, -6858.06787109375, 93.35547637939453125, 3.019413232803344726, 0, 0, 0.998134613037109375, 0.061051756143569946, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Tranquillien - Difficulty: 0) CreateObject1 +(@OGUID+3, 180406, 530, 3433, 3488, '0', 0, 0, 7552.9765625, -6801.01416015625, 87.0927886962890625, 4.991643905639648437, 0, 0, -0.60181427001953125, 0.798636078834533691, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Tranquillien - Difficulty: 0) CreateObject1 +(@OGUID+4, 180406, 530, 3433, 3488, '0', 0, 0, 7512.57373046875, -6856.6826171875, 84.6278228759765625, 4.206246376037597656, 0, 0, -0.86162853240966796, 0.50753939151763916, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Tranquillien - Difficulty: 0) CreateObject1 +(@OGUID+5, 180407, 530, 3433, 3488, '0', 0, 0, 7571.5947265625, -6855.142578125, 93.347503662109375, 2.967041015625, 0, 0, 0.996193885803222656, 0.087165042757987976, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Tranquillien - Difficulty: 0) CreateObject1 +(@OGUID+6, 180407, 530, 3433, 3488, '0', 0, 0, 7572.27783203125, -6819.2998046875, 86.6661376953125, 1.919861555099487304, 0, 0, 0.819151878356933593, 0.573576688766479492, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Tranquillien - Difficulty: 0) CreateObject1 +(@OGUID+7, 180407, 530, 3433, 3488, '0', 0, 0, 7576.37939453125, -6780.384765625, 87.40020751953125, 2.216565132141113281, 0, 0, 0.894933700561523437, 0.44619917869567871, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Tranquillien - Difficulty: 0) CreateObject1 +(@OGUID+8, 180411, 530, 3433, 3488, '0', 0, 0, 7552.2109375, -6766.90283203125, 96.955322265625, 1.972219824790954589, 0, 0, 0.83388519287109375, 0.55193793773651123, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Tranquillien - Difficulty: 0) CreateObject1 +(@OGUID+9, 180411, 530, 3433, 3488, '0', 0, 0, 7557.6005859375, -6889.19091796875, 103.97802734375, 4.520402908325195312, 0, 0, -0.77162456512451171, 0.636078238487243652, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Tranquillien - Difficulty: 0) CreateObject1 +(@OGUID+10, 180415, 530, 3433, 3488, '0', 0, 0, 7565.1171875, -6815.14794921875, 88.056915283203125, 2.44346022605895996, 0, 0, 0.939692497253417968, 0.34202045202255249, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquillien - Difficulty: 0) CreateObject1 +(@OGUID+11, 180415, 530, 3433, 3488, '0', 0, 0, 7602.1162109375, -6828.63916015625, 86.01513671875, 3.735006093978881835, 0, 0, -0.95630455017089843, 0.292372345924377441, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquillien - Difficulty: 0) CreateObject1 +(@OGUID+12, 180415, 530, 3433, 3488, '0', 0, 0, 7612.1103515625, -6804.234375, 81.90377044677734375, 4.991643905639648437, 0, 0, -0.60181427001953125, 0.798636078834533691, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquillien - Difficulty: 0) CreateObject1 +(@OGUID+13, 180415, 530, 3433, 3488, '0', 0, 0, 7555.83056640625, -6833.35400390625, 89.27994537353515625, 5.323255538940429687, 0, 0, -0.46174812316894531, 0.887011110782623291, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquillien - Difficulty: 0) CreateObject1 +(@OGUID+14, 180415, 530, 3433, 3488, '0', 0, 0, 7612.02099609375, -6828.265625, 83.91069793701171875, 5.550147056579589843, 0, 0, -0.358367919921875, 0.933580458164215087, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquillien - Difficulty: 0) CreateObject1 +(@OGUID+15, 180415, 530, 3433, 3488, '0', 0, 0, 7566.6728515625, -6821.13037109375, 88.058013916015625, 4.415683269500732421, 0, 0, -0.80385684967041015, 0.594822824001312255, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquillien - Difficulty: 0) CreateObject1 +(@OGUID+16, 180415, 530, 3433, 3488, '0', 0, 0, 7567.126953125, -6817.865234375, 88.05730438232421875, 2.076939344406127929, 0, 0, 0.861628532409667968, 0.50753939151763916, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquillien - Difficulty: 0) CreateObject1 +(@OGUID+17, 180415, 530, 3433, 3488, '0', 0, 0, 7564.033203125, -6823.21337890625, 88.05828857421875, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquillien - Difficulty: 0) CreateObject1 +(@OGUID+18, 180415, 530, 3433, 3488, '0', 0, 0, 7558.4287109375, -6818.41259765625, 88.05863189697265625, 3.019413232803344726, 0, 0, 0.998134613037109375, 0.061051756143569946, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquillien - Difficulty: 0) CreateObject1 +(@OGUID+19, 180415, 530, 3433, 3488, '0', 0, 0, 7563.42822265625, -6814.640625, 88.05914306640625, 4.747295856475830078, 0, 0, -0.69465827941894531, 0.719339847564697265, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquillien - Difficulty: 0) CreateObject1 +(@OGUID+20, 180415, 530, 3433, 3488, '0', 0, 0, 7506.4765625, -6809.16650390625, 81.56932830810546875, 5.881760597229003906, 0, 0, -0.19936752319335937, 0.979924798011779785, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquillien - Difficulty: 0) CreateObject1 +(@OGUID+21, 180415, 530, 3433, 3488, '0', 0, 0, 7516.30908203125, -6806.7744140625, 83.16226959228515625, 1.343901276588439941, 0, 0, 0.622513771057128906, 0.78260880708694458, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquillien - Difficulty: 0) CreateObject1 +(@OGUID+22, 180415, 530, 3433, 3488, '0', 0, 0, 7561.72412109375, -6814.66357421875, 88.05759429931640625, 0.087265998125076293, 0, 0, 0.043619155883789062, 0.999048233032226562, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquillien - Difficulty: 0) CreateObject1 +(@OGUID+23, 180415, 530, 3433, 3488, '0', 0, 0, 7558.94384765625, -6816.72802734375, 88.05735015869140625, 0.802850961685180664, 0, 0, 0.390730857849121093, 0.920504987239837646, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquillien - Difficulty: 0) CreateObject1 +(@OGUID+24, 180415, 530, 3433, 3488, '0', 0, 0, 7566.345703125, -6816.29833984375, 88.05789947509765625, 6.108653545379638671, 0, 0, -0.08715534210205078, 0.996194720268249511, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquillien - Difficulty: 0) CreateObject1 +(@OGUID+25, 180415, 530, 3433, 3488, '0', 0, 0, 7565.5078125, -6822.4482421875, 88.05878448486328125, 2.879789113998413085, 0, 0, 0.991444587707519531, 0.130528271198272705, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquillien - Difficulty: 0) CreateObject1 +(@OGUID+26, 180415, 530, 3433, 3488, '0', 0, 0, 7567.19970703125, -6819.6005859375, 88.0578460693359375, 3.717553615570068359, 0, 0, -0.95881938934326171, 0.284016460180282592, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquillien - Difficulty: 0) CreateObject1 +(@OGUID+27, 180415, 530, 3433, 3488, '0', 0, 0, 7560.62060546875, -6822.765625, 88.0595245361328125, 5.777040958404541015, 0, 0, -0.25037956237792968, 0.968147754669189453, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquillien - Difficulty: 0) CreateObject1 +(@OGUID+28, 180415, 530, 3433, 3488, '0', 0, 0, 7558.51220703125, -6820.00927734375, 88.058135986328125, 6.248279094696044921, 0, 0, -0.01745223999023437, 0.999847710132598876, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquillien - Difficulty: 0) CreateObject1 +(@OGUID+29, 180415, 530, 3433, 3488, '0', 0, 0, 7559.306640625, -6821.54443359375, 88.05991363525390625, 0.593410074710845947, 0, 0, 0.292370796203613281, 0.95630502700805664, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquillien - Difficulty: 0) CreateObject1 +(@OGUID+30, 180415, 530, 3433, 3488, '0', 0, 0, 7605.087890625, -6811.048828125, 84.11589813232421875, 0.314158439636230468, 0, 0, 0.156434059143066406, 0.987688362598419189, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquillien - Difficulty: 0) CreateObject1 +(@OGUID+31, 180415, 530, 3433, 3488, '0', 0, 0, 7560.125, -6815.39990234375, 88.05716705322265625, 5.515241622924804687, 0, 0, -0.37460613250732421, 0.927184045314788818, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquillien - Difficulty: 0) CreateObject1 +(@OGUID+32, 180415, 530, 3433, 3488, '0', 0, 0, 7562.18505859375, -6823.2880859375, 88.0597076416015625, 5.445427894592285156, 0, 0, -0.40673637390136718, 0.913545548915863037, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquillien - Difficulty: 0) CreateObject1 +(@OGUID+33, 180415, 530, 3433, 3488, '0', 0, 0, 7546.27783203125, -6830.88525390625, 88.811309814453125, 4.625123500823974609, 0, 0, -0.73727703094482421, 0.67559051513671875, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquillien - Difficulty: 0) CreateObject1 +(@OGUID+34, 180426, 530, 3433, 3488, '0', 0, 0, 7567.49853515625, -6812.46533203125, 101.9165725708007812, 0.488691210746765136, 0, 0, 0.241921424865722656, 0.970295846462249755, 120, 255, 1, 51886), -- Bat01 (Area: Tranquillien - Difficulty: 0) CreateObject1 +(@OGUID+35, 180426, 530, 3433, 3488, '0', 0, 0, 7571.84619140625, -6841.22216796875, 98.84716033935546875, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 120, 255, 1, 51886), -- Bat01 (Area: Tranquillien - Difficulty: 0) CreateObject1 +(@OGUID+36, 180426, 530, 3433, 3488, '0', 0, 0, 7547.64306640625, -6825.2880859375, 94.4019317626953125, 0.890116631984710693, 0, 0, 0.430510520935058593, 0.902585566043853759, 120, 255, 1, 51886), -- Bat01 (Area: Tranquillien - Difficulty: 0) CreateObject1 +(@OGUID+37, 180426, 530, 3433, 3488, '0', 0, 0, 7572.0068359375, -6815.111328125, 93.45476531982421875, 3.054326534271240234, 0, 0, 0.999048233032226562, 0.043619260191917419, 120, 255, 1, 51886), -- Bat01 (Area: Tranquillien - Difficulty: 0) CreateObject1 +(@OGUID+38, 180426, 530, 3433, 3488, '0', 0, 0, 7564.71875, -6828.1181640625, 96.1754608154296875, 0.994837164878845214, 0, 0, 0.477158546447753906, 0.878817260265350341, 120, 255, 1, 51886), -- Bat01 (Area: Tranquillien - Difficulty: 0) CreateObject1 +(@OGUID+39, 180426, 530, 3433, 3488, '0', 0, 0, 7572.7431640625, -6822.45849609375, 90.08892059326171875, 2.007128477096557617, 0, 0, 0.84339141845703125, 0.537299633026123046, 120, 255, 1, 51886), -- Bat01 (Area: Tranquillien - Difficulty: 0) CreateObject1 +(@OGUID+40, 180426, 530, 3433, 3488, '0', 0, 0, 7557.046875, -6828.94970703125, 95.44632720947265625, 2.286378860473632812, 0, 0, 0.909960746765136718, 0.414694398641586303, 120, 255, 1, 51886), -- Bat01 (Area: Tranquillien - Difficulty: 0) CreateObject1 +(@OGUID+41, 180426, 530, 3433, 3488, '0', 0, 0, 7569.08154296875, -6825.9912109375, 89.69709014892578125, 3.508116960525512695, 0, 0, -0.98325443267822265, 0.182238012552261352, 120, 255, 1, 51886), -- Bat01 (Area: Tranquillien - Difficulty: 0) CreateObject1 +(@OGUID+42, 180426, 530, 3433, 3488, '0', 0, 0, 7560.46728515625, -6812.44091796875, 96.04750823974609375, 1.919861555099487304, 0, 0, 0.819151878356933593, 0.573576688766479492, 120, 255, 1, 51886), -- Bat01 (Area: Tranquillien - Difficulty: 0) CreateObject1 +(@OGUID+43, 180426, 530, 3433, 3488, '0', 0, 0, 7560.97216796875, -6804.74658203125, 97.29666900634765625, 0.488691210746765136, 0, 0, 0.241921424865722656, 0.970295846462249755, 120, 255, 1, 51886), -- Bat01 (Area: Tranquillien - Difficulty: 0) CreateObject1 +(@OGUID+44, 180426, 530, 3433, 3488, '0', 0, 0, 7547.69189453125, -6814.10400390625, 93.27422332763671875, 5.84685373306274414, 0, 0, -0.21643924713134765, 0.976296067237854003, 120, 255, 1, 51886), -- Bat01 (Area: Tranquillien - Difficulty: 0) CreateObject1 +(@OGUID+45, 180427, 530, 3433, 3488, '0', 0, 0, 7569.0244140625, -6809.578125, 94.5003814697265625, 5.602506637573242187, 0, 0, -0.33380699157714843, 0.942641437053680419, 120, 255, 1, 51886), -- Bat02 (Area: Tranquillien - Difficulty: 0) CreateObject1 +(@OGUID+46, 180427, 530, 3433, 3488, '0', 0, 0, 7567.3759765625, -6835.13525390625, 98.69683074951171875, 5.777040958404541015, 0, 0, -0.25037956237792968, 0.968147754669189453, 120, 255, 1, 51886), -- Bat02 (Area: Tranquillien - Difficulty: 0) CreateObject1 +(@OGUID+47, 180427, 530, 3433, 3488, '0', 0, 0, 7574.76806640625, -6814.0380859375, 95.28166961669921875, 1.623155713081359863, 0, 0, 0.725374221801757812, 0.688354730606079101, 120, 255, 1, 51886), -- Bat02 (Area: Tranquillien - Difficulty: 0) CreateObject1 +(@OGUID+48, 180427, 530, 3433, 3488, '0', 0, 0, 7589.01123046875, -6833.8505859375, 98.975738525390625, 2.792518377304077148, 0, 0, 0.984807014465332031, 0.173652306199073791, 120, 255, 1, 51886), -- Bat02 (Area: Tranquillien - Difficulty: 0) CreateObject1 +(@OGUID+49, 180427, 530, 3433, 3488, '0', 0, 0, 7542.7353515625, -6808.8212890625, 93.34178924560546875, 5.532694816589355468, 0, 0, -0.3665008544921875, 0.93041771650314331, 120, 255, 1, 51886), -- Bat02 (Area: Tranquillien - Difficulty: 0) CreateObject1 +(@OGUID+50, 180427, 530, 3433, 3488, '0', 0, 0, 7573.91845703125, -6803.22900390625, 94.867401123046875, 5.445427894592285156, 0, 0, -0.40673637390136718, 0.913545548915863037, 120, 255, 1, 51886), -- Bat02 (Area: Tranquillien - Difficulty: 0) CreateObject1 +(@OGUID+51, 180427, 530, 3433, 3488, '0', 0, 0, 7558.27978515625, -6809.564453125, 94.68666839599609375, 5.270895957946777343, 0, 0, -0.48480892181396484, 0.87462007999420166, 120, 255, 1, 51886), -- Bat02 (Area: Tranquillien - Difficulty: 0) CreateObject1 +(@OGUID+52, 180427, 530, 3433, 3488, '0', 0, 0, 7538.96875, -6832.84375, 96.30994415283203125, 2.932138919830322265, 0, 0, 0.994521141052246093, 0.104535527527332305, 120, 255, 1, 51886), -- Bat02 (Area: Tranquillien - Difficulty: 0) CreateObject1 +(@OGUID+53, 180523, 530, 3433, 3488, '0', 0, 0, 7556.11572265625, -6883.65478515625, 96.47802734375, 5.89921426773071289, 0, 0, -0.19080829620361328, 0.981627285480499267, 120, 255, 1, 51886), -- Apple Bob (Area: Tranquillien - Difficulty: 0) CreateObject1 +(@OGUID+54, 190075, 530, 3433, 3488, '0', 0, 0, 7564.82470703125, -6889.671875, 96.026641845703125, 4.118979454040527343, 0, 0, -0.88294696807861328, 0.469472706317901611, 120, 255, 1, 51886); -- Candy Bucket (Area: Tranquillien - Difficulty: 0) CreateObject1 + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+54; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48), +(12, @OGUID+49), +(12, @OGUID+50), +(12, @OGUID+51), +(12, @OGUID+52), +(12, @OGUID+53), +(12, @OGUID+54); diff --git a/sql/updates/world/master/2024_03_18_09_world_hallows_end_eastern_plaguelands.sql b/sql/updates/world/master/2024_03_18_09_world_hallows_end_eastern_plaguelands.sql new file mode 100644 index 0000000000000..585ae71f1fbcf --- /dev/null +++ b/sql/updates/world/master/2024_03_18_09_world_hallows_end_eastern_plaguelands.sql @@ -0,0 +1,344 @@ +-- +SET @CGUID := 3800063; +SET @OGUID := 3800967; + +-- Old creature spawns +DELETE FROM `creature` WHERE `guid` BETWEEN 3000136 AND 3000136; +DELETE FROM `creature_addon` WHERE `guid` BETWEEN 3000136 AND 3000136; +DELETE FROM `game_event_creature` WHERE `guid` BETWEEN 3000136 AND 3000136; + +-- Creature spawns +DELETE FROM `creature` WHERE `guid`=@CGUID+0; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES +(@CGUID+0, 22816, 0, 139, 2268, '0', 0, 0, 0, 0, 2265.072509765625, -5267.275390625, 80.8935340576171875, 0.760045289993286132, 120, 10, 0, 1129, 0, 1, NULL, NULL, NULL, NULL, 51886); -- Black Cat (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 (possible waypoints or random movement) + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3002590 AND 3002746; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3002590 AND 3002746; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3002590 AND 3002746; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+156; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 0, 139, 2268, '0', 0, 0, 2286.26904296875, -5328.7431640625, 91.0661773681640625, 4.363324165344238281, 0, 0, -0.81915187835693359, 0.573576688766479492, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+1, 180405, 0, 139, 2268, '0', 0, 0, 2265.73779296875, -5313.8974609375, 84.3344268798828125, 4.555310726165771484, 0, 0, -0.76040554046630859, 0.649448513984680175, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+2, 180405, 0, 139, 2268, '0', 0, 0, 2304.401123046875, -5352.6337890625, 91.44635009765625, 3.857182979583740234, 0, 0, -0.93667125701904296, 0.350209832191467285, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+3, 180405, 0, 139, 2268, '0', 0, 0, 2278.678955078125, -5383.45849609375, 93.467529296875, 2.164205789566040039, 0, 0, 0.882946968078613281, 0.469472706317901611, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+4, 180405, 0, 139, 2268, '0', 0, 0, 2341.513916015625, -5394.830078125, 95.8531341552734375, 3.857182979583740234, 0, 0, -0.93667125701904296, 0.350209832191467285, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+5, 180405, 0, 139, 2268, '0', 0, 0, 2340.694580078125, -5283.26904296875, 82.12946319580078125, 4.171337604522705078, 0, 0, -0.87035560607910156, 0.492423713207244873, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+6, 180405, 0, 139, 2268, '0', 0, 0, 2279.310791015625, -5282.439453125, 84.92397308349609375, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+7, 180405, 0, 139, 2268, '0', 0, 0, 2371.100830078125, -5262.375, 80.640533447265625, 2.932138919830322265, 0, 0, 0.994521141052246093, 0.104535527527332305, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+8, 180406, 0, 139, 2268, '0', 0, 0, 2254.423583984375, -5346.41650390625, 88.12967681884765625, 4.223697185516357421, 0, 0, -0.85716724395751953, 0.515038192272186279, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+9, 180406, 0, 139, 2268, '0', 0, 0, 2289.923583984375, -5325.02783203125, 91.065460205078125, 4.345870018005371093, 0, 0, -0.82412624359130859, 0.566406130790710449, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+10, 180406, 0, 139, 2268, '0', 0, 0, 2309.157958984375, -5327.35595703125, 90.385894775390625, 4.101525306701660156, 0, 0, -0.88701057434082031, 0.461749136447906494, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+11, 180406, 0, 139, 2268, '0', 0, 0, 2282.7900390625, -5287.5087890625, 84.94217681884765625, 1.692969322204589843, 0, 0, 0.748955726623535156, 0.662620067596435546, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+12, 180406, 0, 139, 2268, '0', 0, 0, 2274.53466796875, -5285.30908203125, 84.89984130859375, 4.555310726165771484, 0, 0, -0.76040554046630859, 0.649448513984680175, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+13, 180406, 0, 139, 2268, '0', 0, 0, 2322.911376953125, -5387.26416015625, 94.21547698974609375, 3.647741317749023437, 0, 0, -0.96814727783203125, 0.250381410121917724, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+14, 180406, 0, 139, 2268, '0', 0, 0, 2345.404541015625, -5257.76904296875, 81.7318267822265625, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+15, 180407, 0, 139, 2268, '0', 0, 0, 2267.24658203125, -5348.798828125, 86.94087982177734375, 3.682650327682495117, 0, 0, -0.96362972259521484, 0.26724100112915039, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+16, 180407, 0, 139, 2268, '0', 0, 0, 2314.25, -5342.53662109375, 91.44635009765625, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+17, 180407, 0, 139, 2268, '0', 0, 0, 2256.244873046875, -5296.30029296875, 82.21856689453125, 2.076939344406127929, 0, 0, 0.861628532409667968, 0.50753939151763916, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+18, 180407, 0, 139, 2268, '0', 0, 0, 2337.1806640625, -5359.93408203125, 95.18897247314453125, 4.014260292053222656, 0, 0, -0.90630722045898437, 0.422619491815567016, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+19, 180407, 0, 139, 2268, '0', 0, 0, 2277.55029296875, -5290.953125, 84.97817230224609375, 0.261798173189163208, 0, 0, 0.130525588989257812, 0.991444945335388183, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+20, 180407, 0, 139, 2268, '0', 0, 0, 2326.24658203125, -5297.69970703125, 84.45952606201171875, 3.577930212020874023, 0, 0, -0.97629547119140625, 0.216442063450813293, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+21, 180407, 0, 139, 2268, '0', 0, 0, 2365.600830078125, -5254.01904296875, 80.69263458251953125, 2.426007747650146484, 0, 0, 0.936672210693359375, 0.350207358598709106, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+22, 180410, 0, 139, 2268, '0', 0, 0, 2331.350830078125, -5266.126953125, 83.80975341796875, 3.001946926116943359, 0, 0, 0.997563362121582031, 0.069766148924827575, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+23, 180410, 0, 139, 2268, '0', 0, 0, 2332.142333984375, -5257.14599609375, 83.30274200439453125, 2.234017848968505859, 0, 0, 0.898793220520019531, 0.438372820615768432, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+24, 180411, 0, 139, 2268, '0', 0, 0, 2292.163330078125, -5324.0087890625, 107.2151031494140625, 5.044002056121826171, 0, 0, -0.58070278167724609, 0.814115643501281738, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+25, 180411, 0, 139, 2268, '0', 0, 0, 2262.83154296875, -5257.76416015625, 86.24571990966796875, 5.70722818374633789, 0, 0, -0.28401470184326171, 0.958819925785064697, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+26, 180411, 0, 139, 2268, '0', 0, 0, 2313, -5350.97900390625, 97.8755035400390625, 2.268925428390502929, 0, 0, 0.906307220458984375, 0.422619491815567016, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+27, 180411, 0, 139, 2268, '0', 0, 0, 2290.3681640625, -5242.1162109375, 86.65909576416015625, 5.044002056121826171, 0, 0, -0.58070278167724609, 0.814115643501281738, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+28, 180415, 0, 139, 2268, '0', 0, 0, 2290.895751953125, -5336.359375, 92.65265655517578125, 0.785396754741668701, 0, 0, 0.38268280029296875, 0.923879802227020263, 120, 255, 1, 51886), -- CandleBlack01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+29, 180415, 0, 139, 2268, '0', 0, 0, 2291.125, -5341.7431640625, 92.65290069580078125, 1.972219824790954589, 0, 0, 0.83388519287109375, 0.55193793773651123, 120, 255, 1, 51886), -- CandleBlack01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+30, 180415, 0, 139, 2268, '0', 0, 0, 2290.00341796875, -5337.30224609375, 92.60272979736328125, 4.328419685363769531, 0, 0, -0.82903671264648437, 0.559194147586822509, 120, 255, 1, 51886), -- CandleBlack01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+31, 180415, 0, 139, 2268, '0', 0, 0, 2291.569580078125, -5342.18212890625, 92.670318603515625, 4.084071159362792968, 0, 0, -0.8910064697265625, 0.453990638256072998, 120, 255, 1, 51886), -- CandleBlack01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+32, 180415, 0, 139, 2268, '0', 0, 0, 2290.427001953125, -5336.88037109375, 92.69451141357421875, 4.1538848876953125, 0, 0, -0.8746194839477539, 0.484810054302215576, 120, 255, 1, 51886), -- CandleBlack01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+33, 180415, 0, 139, 2268, '0', 0, 0, 2291.99658203125, -5342.58154296875, 92.657501220703125, 5.113816738128662109, 0, 0, -0.55193614959716796, 0.833886384963989257, 120, 255, 1, 51886), -- CandleBlack01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+34, 180415, 0, 139, 2268, '0', 0, 0, 2302.861083984375, -5329.35400390625, 92.70284271240234375, 0.767943859100341796, 0, 0, 0.374606132507324218, 0.927184045314788818, 120, 255, 1, 51886), -- CandleBlack01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+35, 180415, 0, 139, 2268, '0', 0, 0, 2308.98095703125, -5342.65087890625, 90.67360687255859375, 2.984498262405395507, 0, 0, 0.996916770935058593, 0.078466430306434631, 120, 255, 1, 51886), -- CandleBlack01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+36, 180415, 0, 139, 2268, '0', 0, 0, 2310.100830078125, -5341.4599609375, 90.68730926513671875, 4.101525306701660156, 0, 0, -0.88701057434082031, 0.461749136447906494, 120, 255, 1, 51886), -- CandleBlack01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+37, 180415, 0, 139, 2268, '0', 0, 0, 2303.359375, -5329.81787109375, 92.73896026611328125, 1.745326757431030273, 0, 0, 0.766043663024902343, 0.642788589000701904, 120, 255, 1, 51886), -- CandleBlack01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+38, 180415, 0, 139, 2268, '0', 0, 0, 2310.522705078125, -5350.27783203125, 92.49631500244140625, 4.572763919830322265, 0, 0, -0.75470924377441406, 0.656059443950653076, 120, 255, 1, 51886), -- CandleBlack01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+39, 180415, 0, 139, 2268, '0', 0, 0, 2296.7587890625, -5347.140625, 92.624542236328125, 5.253442287445068359, 0, 0, -0.49242305755615234, 0.870355963706970214, 120, 255, 1, 51886), -- CandleBlack01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+40, 180415, 0, 139, 2268, '0', 0, 0, 2293.848876953125, -5316.59033203125, 91.98831939697265625, 6.03883981704711914, 0, 0, -0.12186908721923828, 0.9925462007522583, 120, 255, 1, 51886), -- CandleBlack01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+41, 180415, 0, 139, 2268, '0', 0, 0, 2309.157958984375, -5335.359375, 92.71067047119140625, 2.111847877502441406, 0, 0, 0.870355606079101562, 0.492423713207244873, 120, 255, 1, 51886), -- CandleBlack01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+42, 180415, 0, 139, 2268, '0', 0, 0, 2298.51220703125, -5328.4755859375, 92.686920166015625, 3.90954136848449707, 0, 0, -0.92718315124511718, 0.37460830807685852, 120, 255, 1, 51886), -- CandleBlack01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+43, 180415, 0, 139, 2268, '0', 0, 0, 2302.291748046875, -5352.5, 92.66370391845703125, 4.363324165344238281, 0, 0, -0.81915187835693359, 0.573576688766479492, 120, 255, 1, 51886), -- CandleBlack01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+44, 180415, 0, 139, 2268, '0', 0, 0, 2297.234375, -5347.580078125, 92.68328857421875, 2.478367090225219726, 0, 0, 0.94551849365234375, 0.325568377971649169, 120, 255, 1, 51886), -- CandleBlack01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+45, 180415, 0, 139, 2268, '0', 0, 0, 2308.111083984375, -5334.4150390625, 92.70389556884765625, 5.916667938232421875, 0, 0, -0.18223476409912109, 0.98325502872467041, 120, 255, 1, 51886), -- CandleBlack01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+46, 180415, 0, 139, 2268, '0', 0, 0, 2304.58154296875, -5347.171875, 90.68735504150390625, 1.605701684951782226, 0, 0, 0.719339370727539062, 0.694658815860748291, 120, 255, 1, 51886), -- CandleBlack01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+47, 180415, 0, 139, 2268, '0', 0, 0, 2307.78466796875, -5343.86279296875, 90.64972686767578125, 1.535889506340026855, 0, 0, 0.694658279418945312, 0.719339847564697265, 120, 255, 1, 51886), -- CandleBlack01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+48, 180415, 0, 139, 2268, '0', 0, 0, 2308.55029296875, -5334.8525390625, 92.7119293212890625, 1.815141916275024414, 0, 0, 0.788010597229003906, 0.615661680698394775, 120, 255, 1, 51886), -- CandleBlack01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+49, 180415, 0, 139, 2268, '0', 0, 0, 2296.270751953125, -5346.73291015625, 92.65512847900390625, 5.427974700927734375, 0, 0, -0.41469287872314453, 0.909961462020874023, 120, 255, 1, 51886), -- CandleBlack01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+50, 180415, 0, 139, 2268, '0', 0, 0, 2302.210205078125, -5349.70849609375, 90.62139129638671875, 2.844882726669311523, 0, 0, 0.989015579223632812, 0.147811368107795715, 120, 255, 1, 51886), -- CandleBlack01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+51, 180415, 0, 139, 2268, '0', 0, 0, 2305.767333984375, -5345.93408203125, 90.65911102294921875, 0.890116631984710693, 0, 0, 0.430510520935058593, 0.902585566043853759, 120, 255, 1, 51886), -- CandleBlack01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+52, 180415, 0, 139, 2268, '0', 0, 0, 2307.6650390625, -5353.57666015625, 92.6982574462890625, 3.001946926116943359, 0, 0, 0.997563362121582031, 0.069766148924827575, 120, 255, 1, 51886), -- CandleBlack01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+53, 180415, 0, 139, 2268, '0', 0, 0, 2308.12841796875, -5353.1025390625, 92.70688629150390625, 4.572763919830322265, 0, 0, -0.75470924377441406, 0.656059443950653076, 120, 255, 1, 51886), -- CandleBlack01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+54, 180415, 0, 139, 2268, '0', 0, 0, 2297.666748046875, -5329.37841796875, 92.72130584716796875, 5.026549339294433593, 0, 0, -0.5877847671508789, 0.809017360210418701, 120, 255, 1, 51886), -- CandleBlack01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+55, 180415, 0, 139, 2268, '0', 0, 0, 2301.50341796875, -5351.76220703125, 92.68486785888671875, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 51886), -- CandleBlack01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+56, 180415, 0, 139, 2268, '0', 0, 0, 2294.928955078125, -5316.94775390625, 92.07209014892578125, 5.096362113952636718, 0, 0, -0.55919265747070312, 0.829037725925445556, 120, 255, 1, 51886), -- CandleBlack01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+57, 180415, 0, 139, 2268, '0', 0, 0, 2292.986083984375, -5319.09912109375, 92.1828765869140625, 1.989672422409057617, 0, 0, 0.838669776916503906, 0.544640243053436279, 120, 255, 1, 51886), -- CandleBlack01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+58, 180415, 0, 139, 2268, '0', 0, 0, 2303.454833984375, -5348.36474609375, 90.65325927734375, 2.146752834320068359, 0, 0, 0.878816604614257812, 0.477159708738327026, 120, 255, 1, 51886), -- CandleBlack01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+59, 180415, 0, 139, 2268, '0', 0, 0, 2301.060791015625, -5350.8193359375, 90.70269012451171875, 3.385940074920654296, 0, 0, -0.99254608154296875, 0.121869951486587524, 120, 255, 1, 51886), -- CandleBlack01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+60, 180415, 0, 139, 2268, '0', 0, 0, 2292.796875, -5317.09716796875, 92.0177154541015625, 0.453785061836242675, 0, 0, 0.224950790405273437, 0.974370121955871582, 120, 255, 1, 51886), -- CandleBlack01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+61, 180415, 0, 139, 2268, '0', 0, 0, 2303.901123046875, -5330.2900390625, 92.71920013427734375, 1.954769015312194824, 0, 0, 0.829037666320800781, 0.559192776679992675, 120, 255, 1, 51886), -- CandleBlack01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+62, 180415, 0, 139, 2268, '0', 0, 0, 2308.513916015625, -5352.72216796875, 92.70720672607421875, 0.401424884796142578, 0, 0, 0.199367523193359375, 0.979924798011779785, 120, 255, 1, 51886), -- CandleBlack01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+63, 180415, 0, 139, 2268, '0', 0, 0, 2301.920166015625, -5352.1787109375, 92.68753814697265625, 2.652894020080566406, 0, 0, 0.970294952392578125, 0.241925001144409179, 120, 255, 1, 51886), -- CandleBlack01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+64, 180415, 0, 139, 2268, '0', 0, 0, 2298.05908203125, -5329, 92.71724700927734375, 3.211419343948364257, 0, 0, -0.9993906021118164, 0.034906134009361267, 120, 255, 1, 51886), -- CandleBlack01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+65, 180415, 0, 139, 2268, '0', 0, 0, 2295.06591796875, -5318.9443359375, 92.27352142333984375, 3.595378875732421875, 0, 0, -0.97437000274658203, 0.224951311945915222, 120, 255, 1, 51886), -- CandleBlack01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+66, 180415, 0, 139, 2268, '0', 0, 0, 2315.427001953125, -5345.5380859375, 92.65518951416015625, 0.27925160527229309, 0, 0, 0.139172554016113281, 0.990268170833587646, 120, 255, 1, 51886), -- CandleBlack01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+67, 180415, 0, 139, 2268, '0', 0, 0, 2331.442626953125, -5290.859375, 83.45114898681640625, 0.872663915157318115, 0, 0, 0.422617912292480468, 0.906307935714721679, 120, 255, 1, 51886), -- CandleBlack01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+68, 180415, 0, 139, 2268, '0', 0, 0, 2311.177001953125, -5349.6025390625, 92.4794464111328125, 3.281238555908203125, 0, 0, -0.99756336212158203, 0.069766148924827575, 120, 255, 1, 51886), -- CandleBlack01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+69, 180415, 0, 139, 2268, '0', 0, 0, 2311.741455078125, -5348.96533203125, 92.49457550048828125, 1.640606880187988281, 0, 0, 0.731352806091308593, 0.6819993257522583, 120, 255, 1, 51886), -- CandleBlack01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+70, 180415, 0, 139, 2268, '0', 0, 0, 2313.25341796875, -5339.390625, 92.71083831787109375, 1.361356139183044433, 0, 0, 0.629320144653320312, 0.77714616060256958, 120, 255, 1, 51886), -- CandleBlack01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+71, 180415, 0, 139, 2268, '0', 0, 0, 2313.685791015625, -5339.7744140625, 92.71817779541015625, 6.003933906555175781, 0, 0, -0.13917255401611328, 0.990268170833587646, 120, 255, 1, 51886), -- CandleBlack01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+72, 180415, 0, 139, 2268, '0', 0, 0, 2287.501708984375, -5396.48095703125, 91.5151214599609375, 2.129300594329833984, 0, 0, 0.874619483947753906, 0.484810054302215576, 120, 255, 1, 51886), -- CandleBlack01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+73, 180415, 0, 139, 2268, '0', 0, 0, 2332.75341796875, -5348.21728515625, 93.28089141845703125, 5.044002056121826171, 0, 0, -0.58070278167724609, 0.814115643501281738, 120, 255, 1, 51886), -- CandleBlack01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+74, 180415, 0, 139, 2268, '0', 0, 0, 2311.177001953125, -5340.376953125, 90.67960357666015625, 5.89921426773071289, 0, 0, -0.19080829620361328, 0.981627285480499267, 120, 255, 1, 51886), -- CandleBlack01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+75, 180415, 0, 139, 2268, '0', 0, 0, 2314.632080078125, -5346.3818359375, 92.6880035400390625, 3.822272777557373046, 0, 0, -0.94264125823974609, 0.333807557821273803, 120, 255, 1, 51886), -- CandleBlack01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+76, 180415, 0, 139, 2268, '0', 0, 0, 2312.4306640625, -5339.00341796875, 90.6640625, 0.017452461645007133, 0, 0, 0.008726119995117187, 0.999961912631988525, 120, 255, 1, 51886), -- CandleBlack01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+77, 180415, 0, 139, 2268, '0', 0, 0, 2337.451416015625, -5349.01904296875, 91.65317535400390625, 4.712389945983886718, 0, 0, -0.70710659027099609, 0.707106947898864746, 120, 255, 1, 51886), -- CandleBlack01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+78, 180415, 0, 139, 2268, '0', 0, 0, 2300.838623046875, -5391.99658203125, 93.65512847900390625, 5.986480236053466796, 0, 0, -0.14780902862548828, 0.989015936851501464, 120, 255, 1, 51886), -- CandleBlack01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+79, 180415, 0, 139, 2268, '0', 0, 0, 2287.507080078125, -5394.6630859375, 91.43029022216796875, 0.331610709428787231, 0, 0, 0.16504669189453125, 0.986285746097564697, 120, 255, 1, 51886), -- CandleBlack01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+80, 180415, 0, 139, 2268, '0', 0, 0, 2344.932373046875, -5347.720703125, 92.1095123291015625, 4.328419685363769531, 0, 0, -0.82903671264648437, 0.559194147586822509, 120, 255, 1, 51886), -- CandleBlack01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+81, 180415, 0, 139, 2268, '0', 0, 0, 2338.798583984375, -5347.7275390625, 91.65317535400390625, 3.857182979583740234, 0, 0, -0.93667125701904296, 0.350209832191467285, 120, 255, 1, 51886), -- CandleBlack01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+82, 180415, 0, 139, 2268, '0', 0, 0, 2315.053955078125, -5345.92529296875, 92.71337890625, 0.698131442070007324, 0, 0, 0.342020034790039062, 0.939692676067352294, 120, 255, 1, 51886), -- CandleBlack01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+83, 180415, 0, 139, 2268, '0', 0, 0, 2312.296875, -5348.3994140625, 92.44593048095703125, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 51886), -- CandleBlack01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+84, 180415, 0, 139, 2268, '0', 0, 0, 2305.5400390625, -5395.6787109375, 91.93224334716796875, 5.986480236053466796, 0, 0, -0.14780902862548828, 0.989015936851501464, 120, 255, 1, 51886), -- CandleBlack01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+85, 180415, 0, 139, 2268, '0', 0, 0, 2301.12158203125, -5391.96728515625, 93.746978759765625, 5.026549339294433593, 0, 0, -0.5877847671508789, 0.809017360210418701, 120, 255, 1, 51886), -- CandleBlack01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+86, 180415, 0, 139, 2268, '0', 0, 0, 2314.1806640625, -5340.22900390625, 92.68340301513671875, 1.884953022003173828, 0, 0, 0.809016227722167968, 0.587786316871643066, 120, 255, 1, 51886), -- CandleBlack01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+87, 180415, 0, 139, 2268, '0', 0, 0, 2335.671875, -5259.8681640625, 83.5624847412109375, 3.822272777557373046, 0, 0, -0.94264125823974609, 0.333807557821273803, 120, 255, 1, 51886), -- CandleBlack01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+88, 180415, 0, 139, 2268, '0', 0, 0, 2335.3125, -5268.09228515625, 83.91208648681640625, 4.049167633056640625, 0, 0, -0.89879322052001953, 0.438372820615768432, 120, 255, 1, 51886), -- CandleBlack01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+89, 180415, 0, 139, 2268, '0', 0, 0, 2335.541748046875, -5267.84228515625, 83.87387847900390625, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 51886), -- CandleBlack01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+90, 180425, 0, 139, 2268, '0', 0, 0, 2294.5625, -5319.1875, 92.33405303955078125, 2.042035102844238281, 0, 0, 0.852640151977539062, 0.522498607635498046, 120, 255, 1, 51886), -- SkullCandle01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+91, 180425, 0, 139, 2268, '0', 0, 0, 2295.145751953125, -5317.45166015625, 92.19921112060546875, 3.577930212020874023, 0, 0, -0.97629547119140625, 0.216442063450813293, 120, 255, 1, 51886), -- SkullCandle01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+92, 180425, 0, 139, 2268, '0', 0, 0, 2292.802001953125, -5318.68603515625, 92.20313262939453125, 0.471238493919372558, 0, 0, 0.233445167541503906, 0.972369968891143798, 120, 255, 1, 51886), -- SkullCandle01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+93, 180425, 0, 139, 2268, '0', 0, 0, 2293.326416015625, -5316.814453125, 92.0527496337890625, 5.201082706451416015, 0, 0, -0.51503753662109375, 0.857167601585388183, 120, 255, 1, 51886), -- SkullCandle01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+94, 180425, 0, 139, 2268, '0', 0, 0, 2332.432373046875, -5290.9462890625, 84.16156005859375, 1.658061861991882324, 0, 0, 0.737277030944824218, 0.67559051513671875, 120, 255, 1, 51886), -- SkullCandle01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+95, 180425, 0, 139, 2268, '0', 0, 0, 2305.630126953125, -5379.21533203125, 92.53952789306640625, 1.535889506340026855, 0, 0, 0.694658279418945312, 0.719339847564697265, 120, 255, 1, 51886), -- SkullCandle01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+96, 180425, 0, 139, 2268, '0', 0, 0, 2332.89404296875, -5347.9462890625, 93.54027557373046875, 2.111847877502441406, 0, 0, 0.870355606079101562, 0.492423713207244873, 120, 255, 1, 51886), -- SkullCandle01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+97, 180425, 0, 139, 2268, '0', 0, 0, 2344.111083984375, -5348.29150390625, 92.39048004150390625, 2.111847877502441406, 0, 0, 0.870355606079101562, 0.492423713207244873, 120, 255, 1, 51886), -- SkullCandle01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+98, 180425, 0, 139, 2268, '0', 0, 0, 2300.14404296875, -5391.9150390625, 93.8883209228515625, 1.082102894783020019, 0, 0, 0.51503753662109375, 0.857167601585388183, 120, 255, 1, 51886), -- SkullCandle01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+99, 180426, 0, 139, 2268, '0', 0, 0, 2279.751708984375, -5279.548828125, 97.00121307373046875, 1.500982880592346191, 0, 0, 0.681998252868652343, 0.731353819370269775, 120, 255, 1, 51886), -- Bat01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+100, 180426, 0, 139, 2268, '0', 0, 0, 2271.123291015625, -5284.71337890625, 99.5720672607421875, 2.792518377304077148, 0, 0, 0.984807014465332031, 0.173652306199073791, 120, 255, 1, 51886), -- Bat01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+101, 180426, 0, 139, 2268, '0', 0, 0, 2275.298583984375, -5282.43603515625, 101.5712203979492187, 1.239183306694030761, 0, 0, 0.580702781677246093, 0.814115643501281738, 120, 255, 1, 51886), -- Bat01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+102, 180426, 0, 139, 2268, '0', 0, 0, 2277.020751953125, -5293.48974609375, 83.07950592041015625, 4.398232460021972656, 0, 0, -0.80901622772216796, 0.587786316871643066, 120, 255, 1, 51886), -- Bat01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+103, 180426, 0, 139, 2268, '0', 0, 0, 2278.12158203125, -5285.96533203125, 90.06604766845703125, 5.340708732604980468, 0, 0, -0.45398998260498046, 0.891006767749786376, 120, 255, 1, 51886), -- Bat01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+104, 180426, 0, 139, 2268, '0', 0, 0, 2273.973876953125, -5289.8193359375, 96.71059417724609375, 3.769911527633666992, 0, 0, -0.95105648040771484, 0.309017121791839599, 120, 255, 1, 51886), -- Bat01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+105, 180427, 0, 139, 2268, '0', 0, 0, 2278.741455078125, -5286.65966796875, 94.8214263916015625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat02 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+106, 180427, 0, 139, 2268, '0', 0, 0, 2285.8369140625, -5289.65478515625, 98.79636383056640625, 5.829400539398193359, 0, 0, -0.22495079040527343, 0.974370121955871582, 120, 255, 1, 51886), -- Bat02 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+107, 180427, 0, 139, 2268, '0', 0, 0, 2283.234375, -5283.5244140625, 94.4915313720703125, 0.558503925800323486, 0, 0, 0.275636672973632812, 0.961261868476867675, 120, 255, 1, 51886), -- Bat02 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+108, 180427, 0, 139, 2268, '0', 0, 0, 2283.017333984375, -5292.736328125, 101.9259185791015625, 5.323255538940429687, 0, 0, -0.46174812316894531, 0.887011110782623291, 120, 255, 1, 51886), -- Bat02 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+109, 180429, 0, 139, 2268, '0', 0, 0, 2293.94091796875, -5376.18603515625, 94.7587127685546875, 2.321286916732788085, 0, 0, 0.917059898376464843, 0.398749500513076782, 120, 255, 1, 51886), -- G_WitchHat_01 scale 0.5 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+110, 180471, 0, 139, 2268, '0', 0, 0, 2291.567626953125, -5342.12841796875, 95.42337799072265625, 2.338739633560180664, 0, 0, 0.920504570007324218, 0.3907318115234375, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+111, 180471, 0, 139, 2268, '0', 0, 0, 2290.97216796875, -5342.77978515625, 95.72019195556640625, 5.567600727081298828, 0, 0, -0.35020732879638671, 0.936672210693359375, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+112, 180471, 0, 139, 2268, '0', 0, 0, 2289.611083984375, -5336.48291015625, 95.75272369384765625, 3.9793548583984375, 0, 0, -0.9135446548461914, 0.406738430261611938, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+113, 180471, 0, 139, 2268, '0', 0, 0, 2290.552001953125, -5336.8837890625, 95.48455810546875, 0.855210542678833007, 0, 0, 0.414692878723144531, 0.909961462020874023, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+114, 180471, 0, 139, 2268, '0', 0, 0, 2296.828125, -5347.02783203125, 95.34485626220703125, 2.268925428390502929, 0, 0, 0.906307220458984375, 0.422619491815567016, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+115, 180471, 0, 139, 2268, '0', 0, 0, 2296.19091796875, -5347.72412109375, 95.5358428955078125, 5.567600727081298828, 0, 0, -0.35020732879638671, 0.936672210693359375, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+116, 180471, 0, 139, 2268, '0', 0, 0, 2308.475830078125, -5334.9775390625, 95.52036285400390625, 5.550147056579589843, 0, 0, -0.358367919921875, 0.933580458164215087, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+117, 180471, 0, 139, 2268, '0', 0, 0, 2307.998291015625, -5353.0693359375, 95.15290069580078125, 3.94444584846496582, 0, 0, -0.92050457000732421, 0.3907318115234375, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+118, 180471, 0, 139, 2268, '0', 0, 0, 2301.342041015625, -5352.69091796875, 95.66717529296875, 5.550147056579589843, 0, 0, -0.358367919921875, 0.933580458164215087, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+119, 180471, 0, 139, 2268, '0', 0, 0, 2298.0244140625, -5328.91162109375, 95.1256866455078125, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+120, 180471, 0, 139, 2268, '0', 0, 0, 2308.73095703125, -5353.8505859375, 95.63327789306640625, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+121, 180471, 0, 139, 2268, '0', 0, 0, 2303.32470703125, -5329.97216796875, 95.40807342529296875, 5.70722818374633789, 0, 0, -0.28401470184326171, 0.958819925785064697, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+122, 180471, 0, 139, 2268, '0', 0, 0, 2297.748291015625, -5328.10400390625, 95.73749542236328125, 3.94444584846496582, 0, 0, -0.92050457000732421, 0.3907318115234375, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+123, 180471, 0, 139, 2268, '0', 0, 0, 2304.00341796875, -5329.29541015625, 95.7574310302734375, 2.268925428390502929, 0, 0, 0.906307220458984375, 0.422619491815567016, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+124, 180471, 0, 139, 2268, '0', 0, 0, 2309.21875, -5334.25537109375, 95.82689666748046875, 2.338739633560180664, 0, 0, 0.920504570007324218, 0.3907318115234375, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+125, 180471, 0, 139, 2268, '0', 0, 0, 2301.9619140625, -5352.0400390625, 95.04496002197265625, 2.321286916732788085, 0, 0, 0.917059898376464843, 0.398749500513076782, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+126, 180471, 0, 139, 2268, '0', 0, 0, 2314.30029296875, -5339.27587890625, 95.919708251953125, 2.426007747650146484, 0, 0, 0.936672210693359375, 0.350207358598709106, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+127, 180471, 0, 139, 2268, '0', 0, 0, 2296.263916015625, -5299.26904296875, 87.9412841796875, 4.223697185516357421, 0, 0, -0.85716724395751953, 0.515038192272186279, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+128, 180471, 0, 139, 2268, '0', 0, 0, 2255.015625, -5260.66845703125, 91.900634765625, 3.612837791442871093, 0, 0, -0.97236919403076171, 0.233448356389999389, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+129, 180471, 0, 139, 2268, '0', 0, 0, 2255.47216796875, -5260.3837890625, 92.3596038818359375, 3.612837791442871093, 0, 0, -0.97236919403076171, 0.233448356389999389, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+130, 180471, 0, 139, 2268, '0', 0, 0, 2313.625, -5339.96728515625, 95.32628631591796875, 5.585053920745849609, 0, 0, -0.34202003479003906, 0.939692676067352294, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+131, 180471, 0, 139, 2268, '0', 0, 0, 2263.757080078125, -5256.875, 91.92984771728515625, 3.612837791442871093, 0, 0, -0.97236919403076171, 0.233448356389999389, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+132, 180471, 0, 139, 2268, '0', 0, 0, 2315.71875, -5346.658203125, 95.72467041015625, 0.820303261280059814, 0, 0, 0.398748397827148437, 0.917060375213623046, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+133, 180471, 0, 139, 2268, '0', 0, 0, 2315.007080078125, -5345.94287109375, 95.09500885009765625, 3.94444584846496582, 0, 0, -0.92050457000732421, 0.3907318115234375, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+134, 180471, 0, 139, 2268, '0', 0, 0, 2297.491455078125, -5298.23974609375, 87.78670501708984375, 3.612837791442871093, 0, 0, -0.97236919403076171, 0.233448356389999389, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+135, 180471, 0, 139, 2268, '0', 0, 0, 2264.248291015625, -5256.546875, 91.53931427001953125, 3.612837791442871093, 0, 0, -0.97236919403076171, 0.233448356389999389, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+136, 180471, 0, 139, 2268, '0', 0, 0, 2263.23095703125, -5257.15478515625, 92.4715576171875, 3.612837791442871093, 0, 0, -0.97236919403076171, 0.233448356389999389, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+137, 180471, 0, 139, 2268, '0', 0, 0, 2254.55029296875, -5260.94775390625, 91.25125885009765625, 3.612837791442871093, 0, 0, -0.97236919403076171, 0.233448356389999389, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+138, 180472, 0, 139, 2268, '0', 0, 0, 2311.1875, -5349.19775390625, 99.7682037353515625, 2.216565132141113281, 0, 0, 0.894933700561523437, 0.44619917869567871, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+139, 180472, 0, 139, 2268, '0', 0, 0, 2280.447998046875, -5283.73291015625, 88.87378692626953125, 1.675513744354248046, 0, 0, 0.743144035339355468, 0.669131457805633544, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+140, 180523, 0, 139, 2268, '0', 0, 0, 2300.298583984375, -5346.4287109375, 91.28202056884765625, 5.6897735595703125, 0, 0, -0.29237174987792968, 0.956304728984832763, 120, 255, 1, 51886), -- Apple Bob (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+141, 190108, 0, 139, 2268, '0', 0, 0, 2298.40625, -5333.79541015625, 90.7519073486328125, 4.537858963012695312, 0, 0, -0.76604366302490234, 0.642788589000701904, 120, 255, 1, 51886), -- Candy Bucket (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+142, 207941, 0, 139, 2268, '0', 0, 0, 2292.27783203125, -5331.17529296875, 129.117401123046875, 4.118979454040527343, 0, 0, -0.88294696807861328, 0.469472706317901611, 120, 255, 1, 51886), -- G_WitchHat_01 scale 2.0 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+143, 208058, 0, 139, 2268, '0', 0, 0, 2292.342041015625, -5331.03466796875, 123.9795608520507812, 4.363324165344238281, 0, 0, -0.81915187835693359, 0.573576688766479492, 120, 255, 1, 51886), -- G_Pumpkin_01 Scale 3.0 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+144, 208063, 0, 139, 2268, '0', 0, 0, 2289.239501953125, -5327.99462890625, 92.55487823486328125, 2.408554315567016601, 0, 0, 0.933580398559570312, 0.358368009328842163, 120, 255, 1, 51886), -- Web Hanging (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+145, 208063, 0, 139, 2268, '0', 0, 0, 2311.032958984375, -5349.111328125, 96.36521148681640625, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 120, 255, 1, 51886), -- Web Hanging (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+146, 208064, 0, 139, 2268, '0', 0, 0, 2299.572998046875, -5349.783203125, 95.4796295166015625, 2.391098499298095703, 0, 0, 0.930417060852050781, 0.366502493619918823, 120, 255, 1, 51886), -- Web Corner (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+147, 208064, 0, 139, 2268, '0', 0, 0, 2305.87841796875, -5332.2724609375, 95.41345977783203125, 5.480334281921386718, 0, 0, -0.39073085784912109, 0.920504987239837646, 120, 255, 1, 51886), -- Web Corner (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+148, 208064, 0, 139, 2268, '0', 0, 0, 2293.90283203125, -5344.22412109375, 95.61484527587890625, 2.391098499298095703, 0, 0, 0.930417060852050781, 0.366502493619918823, 120, 255, 1, 51886), -- Web Corner (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+149, 208064, 0, 139, 2268, '0', 0, 0, 2311.27783203125, -5337.61279296875, 95.4651947021484375, 5.480334281921386718, 0, 0, -0.39073085784912109, 0.920504987239837646, 120, 255, 1, 51886), -- Web Corner (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+150, 208069, 0, 139, 2268, '0', 0, 0, 2275.046875, -5387.44970703125, 91.88714599609375, 1.884953022003173828, 0, 0, 0.809016227722167968, 0.587786316871643066, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 0.5 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+151, 208069, 0, 139, 2268, '0', 0, 0, 2318.786376953125, -5383.158203125, 92.1848602294921875, 3.595378875732421875, 0, 0, -0.97437000274658203, 0.224951311945915222, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 0.5 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+152, 208071, 0, 139, 2268, '0', 0, 0, 2288.5869140625, -5327.7724609375, 105.1411514282226562, 5.497788906097412109, 0, 0, -0.38268280029296875, 0.923879802227020263, 120, 255, 1, 51886), -- Web Hanging Scale 3.0 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+153, 208072, 0, 139, 2268, '0', 0, 0, 2287.489501953125, -5395.6181640625, 91.89174652099609375, 2.059488296508789062, 0, 0, 0.857167243957519531, 0.515038192272186279, 120, 255, 1, 51886), -- G_Pumpkin_03 Scale 0.5 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+154, 208072, 0, 139, 2268, '0', 0, 0, 2331.66845703125, -5360.09228515625, 91.94684600830078125, 4.276057243347167968, 0, 0, -0.84339141845703125, 0.537299633026123046, 120, 255, 1, 51886), -- G_Pumpkin_03 Scale 0.5 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+155, 208078, 0, 139, 2268, '0', 0, 0, 2304.638916015625, -5395.736328125, 92.4785003662109375, 3.52557229995727539, 0, 0, -0.98162651062011718, 0.190812408924102783, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 0.5 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 +(@OGUID+156, 208078, 0, 139, 2268, '0', 0, 0, 2338.157958984375, -5348.3994140625, 91.884765625, 4.223697185516357421, 0, 0, -0.85716724395751953, 0.515038192272186279, 120, 255, 1, 51886); -- G_Pumpkin_01 scale 0.5 (Area: Light's Hope Chapel - Difficulty: 0) CreateObject1 + +-- Event spawns +DELETE FROM `game_event_creature` WHERE `eventEntry`=12 AND `guid`=@CGUID+0; +INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES +(12, @CGUID+0); + +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+156; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48), +(12, @OGUID+49), +(12, @OGUID+50), +(12, @OGUID+51), +(12, @OGUID+52), +(12, @OGUID+53), +(12, @OGUID+54), +(12, @OGUID+55), +(12, @OGUID+56), +(12, @OGUID+57), +(12, @OGUID+58), +(12, @OGUID+59), +(12, @OGUID+60), +(12, @OGUID+61), +(12, @OGUID+62), +(12, @OGUID+63), +(12, @OGUID+64), +(12, @OGUID+65), +(12, @OGUID+66), +(12, @OGUID+67), +(12, @OGUID+68), +(12, @OGUID+69), +(12, @OGUID+70), +(12, @OGUID+71), +(12, @OGUID+72), +(12, @OGUID+73), +(12, @OGUID+74), +(12, @OGUID+75), +(12, @OGUID+76), +(12, @OGUID+77), +(12, @OGUID+78), +(12, @OGUID+79), +(12, @OGUID+80), +(12, @OGUID+81), +(12, @OGUID+82), +(12, @OGUID+83), +(12, @OGUID+84), +(12, @OGUID+85), +(12, @OGUID+86), +(12, @OGUID+87), +(12, @OGUID+88), +(12, @OGUID+89), +(12, @OGUID+90), +(12, @OGUID+91), +(12, @OGUID+92), +(12, @OGUID+93), +(12, @OGUID+94), +(12, @OGUID+95), +(12, @OGUID+96), +(12, @OGUID+97), +(12, @OGUID+98), +(12, @OGUID+99), +(12, @OGUID+100), +(12, @OGUID+101), +(12, @OGUID+102), +(12, @OGUID+103), +(12, @OGUID+104), +(12, @OGUID+105), +(12, @OGUID+106), +(12, @OGUID+107), +(12, @OGUID+108), +(12, @OGUID+109), +(12, @OGUID+110), +(12, @OGUID+111), +(12, @OGUID+112), +(12, @OGUID+113), +(12, @OGUID+114), +(12, @OGUID+115), +(12, @OGUID+116), +(12, @OGUID+117), +(12, @OGUID+118), +(12, @OGUID+119), +(12, @OGUID+120), +(12, @OGUID+121), +(12, @OGUID+122), +(12, @OGUID+123), +(12, @OGUID+124), +(12, @OGUID+125), +(12, @OGUID+126), +(12, @OGUID+127), +(12, @OGUID+128), +(12, @OGUID+129), +(12, @OGUID+130), +(12, @OGUID+131), +(12, @OGUID+132), +(12, @OGUID+133), +(12, @OGUID+134), +(12, @OGUID+135), +(12, @OGUID+136), +(12, @OGUID+137), +(12, @OGUID+138), +(12, @OGUID+139), +(12, @OGUID+140), +(12, @OGUID+141), +(12, @OGUID+142), +(12, @OGUID+143), +(12, @OGUID+144), +(12, @OGUID+145), +(12, @OGUID+146), +(12, @OGUID+147), +(12, @OGUID+148), +(12, @OGUID+149), +(12, @OGUID+150), +(12, @OGUID+151), +(12, @OGUID+152), +(12, @OGUID+153), +(12, @OGUID+154), +(12, @OGUID+155), +(12, @OGUID+156); diff --git a/sql/updates/world/master/2024_03_18_10_world_hallows_end_western_plaguelands.sql b/sql/updates/world/master/2024_03_18_10_world_hallows_end_western_plaguelands.sql new file mode 100644 index 0000000000000..44655cc06fe10 --- /dev/null +++ b/sql/updates/world/master/2024_03_18_10_world_hallows_end_western_plaguelands.sql @@ -0,0 +1,330 @@ +-- +SET @OGUID := 3801124; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3002747 AND 3002830; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3002747 AND 3002830; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3002747 AND 3002830; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+83; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 0, 28, 193, '0', 0, 0, 1510.329833984375, -1604.4375, 64.65036773681640625, 1.762782454490661621, 0, 0, 0.771624565124511718, 0.636078238487243652, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+1, 180405, 0, 28, 193, '0', 0, 0, 1509.3680419921875, -1645.9097900390625, 67.70035552978515625, 5.340708732604980468, 0, 0, -0.45398998260498046, 0.891006767749786376, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+2, 180405, 0, 28, 193, '0', 0, 0, 1574.217041015625, -1638.189208984375, 64.58261871337890625, 4.747295856475830078, 0, 0, -0.69465827941894531, 0.719339847564697265, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+3, 180406, 0, 28, 193, '0', 0, 0, 1556.0399169921875, -1622.0035400390625, 65.147705078125, 2.460912704467773437, 0, 0, 0.942641258239746093, 0.333807557821273803, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+4, 180406, 0, 28, 193, '0', 0, 0, 1542.26220703125, -1641.3055419921875, 69.00669097900390625, 3.78736734390258789, 0, 0, -0.94832324981689453, 0.317305892705917358, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+5, 180406, 0, 28, 193, '0', 0, 0, 1569.5086669921875, -1565.548583984375, 63.61168289184570312, 2.338739633560180664, 0, 0, 0.920504570007324218, 0.3907318115234375, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+6, 180407, 0, 28, 193, '0', 0, 0, 1474.98095703125, -1603.5521240234375, 67.13401031494140625, 3.24634718894958496, 0, 0, -0.99862861633300781, 0.052353221923112869, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+7, 180407, 0, 28, 193, '0', 0, 0, 1461.9566650390625, -1566.0103759765625, 63.73649978637695312, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+8, 180410, 0, 28, 193, '0', 0, 0, 1476.5260009765625, -1608.873291015625, 69.42380523681640625, 1.221729278564453125, 0, 0, 0.573575973510742187, 0.819152355194091796, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+9, 180410, 0, 28, 193, '0', 0, 0, 1592.8472900390625, -1626.173583984375, 66.09983062744140625, 4.223697185516357421, 0, 0, -0.85716724395751953, 0.515038192272186279, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+10, 180411, 0, 28, 193, '0', 0, 0, 1531.9635009765625, -1643.171875, 72.74962615966796875, 5.881760597229003906, 0, 0, -0.19936752319335937, 0.979924798011779785, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+11, 180411, 0, 28, 193, '0', 0, 0, 1584.10595703125, -1623.85595703125, 67.35535430908203125, 5.881760597229003906, 0, 0, -0.19936752319335937, 0.979924798011779785, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+12, 180415, 0, 28, 193, '0', 0, 0, 1477.8038330078125, -1602.654541015625, 67.19211578369140625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+13, 180415, 0, 28, 193, '0', 0, 0, 1473.265625, -1600.9566650390625, 67.07068634033203125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+14, 180415, 0, 28, 193, '0', 0, 0, 1525.732666015625, -1617.0260009765625, 65.1535491943359375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+15, 180415, 0, 28, 193, '0', 0, 0, 1540.3333740234375, -1579.982666015625, 64.60166168212890625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+16, 180415, 0, 28, 193, '0', 0, 0, 1484.810791015625, -1605.34033203125, 67.37509918212890625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+17, 180415, 0, 28, 193, '0', 0, 0, 1501.4600830078125, -1614.9166259765625, 65.37836456298828125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+18, 180415, 0, 28, 193, '0', 0, 0, 1530.7413330078125, -1621.7691650390625, 65.63843536376953125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+19, 180415, 0, 28, 193, '0', 0, 0, 1532.251708984375, -1595.6458740234375, 65.07103729248046875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+20, 180415, 0, 28, 193, '0', 0, 0, 1534.4410400390625, -1600.640625, 65.16373443603515625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+21, 180415, 0, 28, 193, '0', 0, 0, 1487.5069580078125, -1605.8385009765625, 67.31610107421875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+22, 180415, 0, 28, 193, '0', 0, 0, 1535.7135009765625, -1584.0399169921875, 64.30771636962890625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+23, 180415, 0, 28, 193, '0', 0, 0, 1528.967041015625, -1618.8489990234375, 65.3953094482421875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+24, 180415, 0, 28, 193, '0', 0, 0, 1531.470458984375, -1590, 64.49961090087890625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+25, 180415, 0, 28, 193, '0', 0, 0, 1531.2239990234375, -1626.4739990234375, 66.31255340576171875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+26, 180415, 0, 28, 193, '0', 0, 0, 1531.1458740234375, -1630.298583984375, 67.0563507080078125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+27, 180415, 0, 28, 193, '0', 0, 0, 1566.77783203125, -1584.16845703125, 63.88544464111328125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+28, 180415, 0, 28, 193, '0', 0, 0, 1531.2083740234375, -1633.9635009765625, 68.03165435791015625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+29, 180415, 0, 28, 193, '0', 0, 0, 1533.873291015625, -1653.859375, 67.91422271728515625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+30, 180415, 0, 28, 193, '0', 0, 0, 1535.7117919921875, -1652.65283203125, 67.87796783447265625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+31, 180415, 0, 28, 193, '0', 0, 0, 1538.109375, -1652.513916015625, 67.88715362548828125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+32, 180415, 0, 28, 193, '0', 0, 0, 1520.6475830078125, -1671.3367919921875, 78.3869781494140625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+33, 180415, 0, 28, 193, '0', 0, 0, 1548.0972900390625, -1665.69970703125, 76.01551055908203125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+34, 180415, 0, 28, 193, '0', 0, 0, 1540.1180419921875, -1659.09375, 67.88117218017578125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+35, 180415, 0, 28, 193, '0', 0, 0, 1535.37158203125, -1678.732666015625, 74.97588348388671875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+36, 180415, 0, 28, 193, '0', 0, 0, 1536.0816650390625, -1660.579833984375, 67.8883056640625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+37, 180415, 0, 28, 193, '0', 0, 0, 1539.5191650390625, -1653.407958984375, 67.892578125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+38, 180415, 0, 28, 193, '0', 0, 0, 1533.251708984375, -1657.953125, 67.914337158203125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+39, 180415, 0, 28, 193, '0', 0, 0, 1569.732666015625, -1587.6475830078125, 64.0567169189453125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+40, 180415, 0, 28, 193, '0', 0, 0, 1534.4930419921875, -1659.54345703125, 67.873199462890625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+41, 180415, 0, 28, 193, '0', 0, 0, 1541.0086669921875, -1657.71533203125, 67.91436767578125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+42, 180415, 0, 28, 193, '0', 0, 0, 1570.8160400390625, -1592.7430419921875, 64.03205108642578125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+43, 180415, 0, 28, 193, '0', 0, 0, 1527.2447509765625, -1667.30908203125, 76.02330780029296875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+44, 180415, 0, 28, 193, '0', 0, 0, 1538.7760009765625, -1660.2742919921875, 67.89048004150390625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+45, 180415, 0, 28, 193, '0', 0, 0, 1540.8367919921875, -1655.295166015625, 67.9233856201171875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+46, 180415, 0, 28, 193, '0', 0, 0, 1533.0035400390625, -1655.376708984375, 67.9141845703125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+47, 180415, 0, 28, 193, '0', 0, 0, 1570.6927490234375, -1598.2847900390625, 64.24945831298828125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+48, 180415, 0, 28, 193, '0', 0, 0, 1537.41845703125, -1688.642333984375, 57.4022369384765625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+49, 180415, 0, 28, 193, '0', 0, 0, 1539.0885009765625, -1676.4739990234375, 75.08632659912109375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+50, 180415, 0, 28, 193, '0', 0, 0, 1537.517333984375, -1685.7569580078125, 57.3892822265625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+51, 180415, 0, 28, 193, '0', 0, 0, 1555.2066650390625, -1668.282958984375, 78.36240386962890625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+52, 180415, 0, 28, 193, '0', 0, 0, 1543.27783203125, -1678.09033203125, 74.98204803466796875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+53, 180415, 0, 28, 193, '0', 0, 0, 1542.265625, -1685.484375, 57.39056396484375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+54, 180415, 0, 28, 193, '0', 0, 0, 1577.0347900390625, -1625.703125, 64.4201202392578125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+55, 180415, 0, 28, 193, '0', 0, 0, 1580.7257080078125, -1620.1129150390625, 64.1438446044921875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+56, 180415, 0, 28, 193, '0', 0, 0, 1542.6771240234375, -1688.30908203125, 57.40257644653320312, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+57, 180415, 0, 28, 193, '0', 0, 0, 1542.2274169921875, -1691.578125, 57.4135284423828125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+58, 180415, 0, 28, 193, '0', 0, 0, 1538.3697509765625, -1691.6649169921875, 57.41134262084960937, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+59, 180425, 0, 28, 193, '0', 0, 0, 1500.5625, -1614.8160400390625, 65.396026611328125, 1.553341388702392578, 0, 0, 0.700908660888671875, 0.713251054286956787, 120, 255, 1, 51886), -- SkullCandle01 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+60, 180425, 0, 28, 193, '0', 0, 0, 1583.0677490234375, -1619.4635009765625, 65.07834625244140625, 2.72271275520324707, 0, 0, 0.978147506713867187, 0.207912087440490722, 120, 255, 1, 51886), -- SkullCandle01 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+61, 180426, 0, 28, 193, '0', 0, 0, 1527.767333984375, -1618.3385009765625, 79.14371490478515625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+62, 180426, 0, 28, 193, '0', 0, 0, 1540.23095703125, -1613.4010009765625, 79.63944244384765625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+63, 180426, 0, 28, 193, '0', 0, 0, 1535.078125, -1585.439208984375, 79.14371490478515625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+64, 180426, 0, 28, 193, '0', 0, 0, 1557.8021240234375, -1571.3038330078125, 79.16574859619140625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+65, 180426, 0, 28, 193, '0', 0, 0, 1517.671875, -1599.46875, 79.14371490478515625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+66, 180426, 0, 28, 193, '0', 0, 0, 1561.8472900390625, -1615.60595703125, 78.85678863525390625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+67, 180427, 0, 28, 193, '0', 0, 0, 1530.26220703125, -1582.954833984375, 78.72916412353515625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat02 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+68, 180427, 0, 28, 193, '0', 0, 0, 1527.498291015625, -1609.142333984375, 79.94260406494140625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat02 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+69, 180427, 0, 28, 193, '0', 0, 0, 1548.4444580078125, -1603.9566650390625, 79.35282135009765625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat02 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+70, 180427, 0, 28, 193, '0', 0, 0, 1560.060791015625, -1604.248291015625, 79.29160308837890625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat02 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+71, 180427, 0, 28, 193, '0', 0, 0, 1552.9635009765625, -1620.826416015625, 78.72916412353515625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat02 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+72, 180471, 0, 28, 193, '0', 0, 0, 1479.3194580078125, -1604.0885009765625, 75.38874053955078125, 2.775068521499633789, 0, 0, 0.983254432678222656, 0.182238012552261352, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+73, 180471, 0, 28, 193, '0', 0, 0, 1480.1492919921875, -1604.4478759765625, 75.42173004150390625, 2.740161895751953125, 0, 0, 0.979924201965332031, 0.199370384216308593, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+74, 180471, 0, 28, 193, '0', 0, 0, 1482.390625, -1605.361083984375, 75.37177276611328125, 2.740161895751953125, 0, 0, 0.979924201965332031, 0.199370384216308593, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+75, 180471, 0, 28, 193, '0', 0, 0, 1481.5260009765625, -1605.0086669921875, 75.41416168212890625, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+76, 180471, 0, 28, 193, '0', 0, 0, 1580.3629150390625, -1622.1944580078125, 71.625762939453125, 4.258606910705566406, 0, 0, -0.84804725646972656, 0.529920578002929687, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+77, 180471, 0, 28, 193, '0', 0, 0, 1579.0260009765625, -1624.796875, 71.61466217041015625, 4.363324165344238281, 0, 0, -0.81915187835693359, 0.573576688766479492, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+78, 180471, 0, 28, 193, '0', 0, 0, 1579.6492919921875, -1627.0885009765625, 71.55998992919921875, 5.078907966613769531, 0, 0, -0.56640625, 0.824126183986663818, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+79, 180471, 0, 28, 193, '0', 0, 0, 1582.5103759765625, -1621.7413330078125, 71.54453277587890625, 2.967041015625, 0, 0, 0.996193885803222656, 0.087165042757987976, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+80, 180472, 0, 28, 193, '0', 0, 0, 1480.8697509765625, -1604.720458984375, 76.133056640625, 0.471238493919372558, 0, 0, 0.233445167541503906, 0.972369968891143798, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+81, 180472, 0, 28, 193, '0', 0, 0, 1579.657958984375, -1623.453125, 72.98947906494140625, 0.471238493919372558, 0, 0, 0.233445167541503906, 0.972369968891143798, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+82, 180523, 0, 28, 193, '0', 0, 0, 1532.7586669921875, -1660.5625, 68.35138702392578125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: Andorhal - Difficulty: 0) CreateObject1 +(@OGUID+83, 208156, 0, 28, 193, '0', 0, 0, 1541.935791015625, -1659.4739990234375, 67.92234039306640625, 3.508116960525512695, 0, 0, -0.98325443267822265, 0.182238012552261352, 120, 255, 1, 51886); -- Candy Bucket (Area: Andorhal - Difficulty: 0) CreateObject1 + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+83; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48), +(12, @OGUID+49), +(12, @OGUID+50), +(12, @OGUID+51), +(12, @OGUID+52), +(12, @OGUID+53), +(12, @OGUID+54), +(12, @OGUID+55), +(12, @OGUID+56), +(12, @OGUID+57), +(12, @OGUID+58), +(12, @OGUID+59), +(12, @OGUID+60), +(12, @OGUID+61), +(12, @OGUID+62), +(12, @OGUID+63), +(12, @OGUID+64), +(12, @OGUID+65), +(12, @OGUID+66), +(12, @OGUID+67), +(12, @OGUID+68), +(12, @OGUID+69), +(12, @OGUID+70), +(12, @OGUID+71), +(12, @OGUID+72), +(12, @OGUID+73), +(12, @OGUID+74), +(12, @OGUID+75), +(12, @OGUID+76), +(12, @OGUID+77), +(12, @OGUID+78), +(12, @OGUID+79), +(12, @OGUID+80), +(12, @OGUID+81), +(12, @OGUID+82), +(12, @OGUID+83); + +-- +SET @CGUID := 3800064; +SET @OGUID := 3801208; + +-- Old creature spawns +DELETE FROM `creature` WHERE `guid` BETWEEN 3000137 AND 3000137; +DELETE FROM `creature_addon` WHERE `guid` BETWEEN 3000137 AND 3000137; +DELETE FROM `game_event_creature` WHERE `guid` BETWEEN 3000137 AND 3000137; + +-- Creature spawns +DELETE FROM `creature` WHERE `guid`=@CGUID+0; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES +(@CGUID+0, 22816, 0, 28, 3197, '0', 0, 0, 0, 0, 973.64288330078125, -1455.692138671875, 63.081849365234375, 4.916110038757324218, 120, 10, 0, 1129, 0, 1, NULL, NULL, NULL, NULL, 51886); -- Black Cat (Area: Chillwind Camp - Difficulty: 0) CreateObject1 + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3002831 AND 3002888; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3002831 AND 3002888; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3002831 AND 3002888; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+57; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 0, 28, 3197, '0', 0, 0, 967.8507080078125, -1422.3177490234375, 67.3349456787109375, 6.021387100219726562, 0, 0, -0.13052558898925781, 0.991444945335388183, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Chillwind Camp - Difficulty: 0) CreateObject1 +(@OGUID+1, 180406, 0, 28, 3197, '0', 0, 0, 929.38018798828125, -1442.7239990234375, 63.05182647705078125, 2.897245407104492187, 0, 0, 0.99254608154296875, 0.121869951486587524, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Chillwind Camp - Difficulty: 0) CreateObject1 +(@OGUID+2, 180406, 0, 28, 3197, '0', 0, 0, 939.99652099609375, -1457.109375, 62.47237777709960937, 0.453785061836242675, 0, 0, 0.224950790405273437, 0.974370121955871582, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Chillwind Camp - Difficulty: 0) CreateObject1 +(@OGUID+3, 180407, 0, 28, 3197, '0', 0, 0, 977.50347900390625, -1436.2691650390625, 65.12624359130859375, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Chillwind Camp - Difficulty: 0) CreateObject1 +(@OGUID+4, 180408, 0, 28, 3197, '0', 0, 0, 929.2274169921875, -1442.6875, 64.72086334228515625, 2.687806606292724609, 0, 0, 0.974370002746582031, 0.224951311945915222, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Chillwind Camp - Difficulty: 0) CreateObject1 +(@OGUID+5, 180411, 0, 28, 3197, '0', 0, 0, 954.310791015625, -1448.3646240234375, 65.01331329345703125, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Chillwind Camp - Difficulty: 0) CreateObject1 +(@OGUID+6, 180411, 0, 28, 3197, '0', 0, 0, 936.74481201171875, -1448.8333740234375, 65.45911407470703125, 1.064649581909179687, 0, 0, 0.507537841796875, 0.861629426479339599, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Chillwind Camp - Difficulty: 0) CreateObject1 +(@OGUID+7, 180414, 0, 28, 3197, '0', 0, 0, 931.8680419921875, -1442.2413330078125, 63.0870513916015625, 1.727874636650085449, 0, 0, 0.760405540466308593, 0.649448513984680175, 120, 255, 1, 51886), -- Cauldron (Area: Chillwind Camp - Difficulty: 0) CreateObject1 +(@OGUID+8, 180415, 0, 28, 3197, '0', 0, 0, 946.23956298828125, -1432.826416015625, 64.1425933837890625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Chillwind Camp - Difficulty: 0) CreateObject1 +(@OGUID+9, 180415, 0, 28, 3197, '0', 0, 0, 934.6319580078125, -1443.5816650390625, 65.53203582763671875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Chillwind Camp - Difficulty: 0) CreateObject1 +(@OGUID+10, 180415, 0, 28, 3197, '0', 0, 0, 963.0625, -1452.3194580078125, 64.82486724853515625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Chillwind Camp - Difficulty: 0) CreateObject1 +(@OGUID+11, 180415, 0, 28, 3197, '0', 0, 0, 933.1336669921875, -1443.74658203125, 65.57845306396484375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Chillwind Camp - Difficulty: 0) CreateObject1 +(@OGUID+12, 180415, 0, 28, 3197, '0', 0, 0, 963.529541015625, -1450.717041015625, 64.8248748779296875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Chillwind Camp - Difficulty: 0) CreateObject1 +(@OGUID+13, 180415, 0, 28, 3197, '0', 0, 0, 931.420166015625, -1444.0103759765625, 65.64482879638671875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Chillwind Camp - Difficulty: 0) CreateObject1 +(@OGUID+14, 180415, 0, 28, 3197, '0', 0, 0, 928.31768798828125, -1444.357666015625, 65.7421417236328125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Chillwind Camp - Difficulty: 0) CreateObject1 +(@OGUID+15, 180415, 0, 28, 3197, '0', 0, 0, 929.76214599609375, -1444.1771240234375, 65.6934814453125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Chillwind Camp - Difficulty: 0) CreateObject1 +(@OGUID+16, 180426, 0, 28, 3197, '0', 0, 0, 958.26214599609375, -1417.0711669921875, 83.20566558837890625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Chillwind Camp - Difficulty: 0) CreateObject1 +(@OGUID+17, 180426, 0, 28, 3197, '0', 0, 0, 930.50347900390625, -1420.7708740234375, 82.2946929931640625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Chillwind Camp - Difficulty: 0) CreateObject1 +(@OGUID+18, 180426, 0, 28, 3197, '0', 0, 0, 937.46875, -1471.0660400390625, 79.04343414306640625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Chillwind Camp - Difficulty: 0) CreateObject1 +(@OGUID+19, 180426, 0, 28, 3197, '0', 0, 0, 969.5225830078125, -1466.7066650390625, 77.75730133056640625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Chillwind Camp - Difficulty: 0) CreateObject1 +(@OGUID+20, 180427, 0, 28, 3197, '0', 0, 0, 948.609375, -1416.4617919921875, 67.12210845947265625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat02 (Area: Chillwind Camp - Difficulty: 0) CreateObject1 +(@OGUID+21, 180427, 0, 28, 3197, '0', 0, 0, 945.5538330078125, -1449.548583984375, 107.5997085571289062, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat02 (Area: Chillwind Camp - Difficulty: 0) CreateObject1 +(@OGUID+22, 180427, 0, 28, 3197, '0', 0, 0, 959.1336669921875, -1485.54345703125, 64.09991455078125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat02 (Area: Chillwind Camp - Difficulty: 0) CreateObject1 +(@OGUID+23, 180471, 0, 28, 3197, '0', 0, 0, 951.37677001953125, -1441.57470703125, 66.0314483642578125, 3.211419343948364257, 0, 0, -0.9993906021118164, 0.034906134009361267, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Chillwind Camp - Difficulty: 0) CreateObject1 +(@OGUID+24, 180471, 0, 28, 3197, '0', 0, 0, 951.8680419921875, -1441.951416015625, 66.03497314453125, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Chillwind Camp - Difficulty: 0) CreateObject1 +(@OGUID+25, 180471, 0, 28, 3197, '0', 0, 0, 952.06597900390625, -1446.78125, 66.072265625, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Chillwind Camp - Difficulty: 0) CreateObject1 +(@OGUID+26, 180471, 0, 28, 3197, '0', 0, 0, 942.9149169921875, -1441.8316650390625, 66.0050811767578125, 3.194002151489257812, 0, 0, -0.99965667724609375, 0.026201646775007247, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Chillwind Camp - Difficulty: 0) CreateObject1 +(@OGUID+27, 180471, 0, 28, 3197, '0', 0, 0, 951.984375, -1444.9010009765625, 66.05682373046875, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Chillwind Camp - Difficulty: 0) CreateObject1 +(@OGUID+28, 180471, 0, 28, 3197, '0', 0, 0, 952.15277099609375, -1453.157958984375, 66.0374755859375, 1.605701684951782226, 0, 0, 0.719339370727539062, 0.694658815860748291, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Chillwind Camp - Difficulty: 0) CreateObject1 +(@OGUID+29, 180471, 0, 28, 3197, '0', 0, 0, 938.58160400390625, -1443.8228759765625, 66.09766387939453125, 4.799657344818115234, 0, 0, -0.67558956146240234, 0.737277925014495849, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Chillwind Camp - Difficulty: 0) CreateObject1 +(@OGUID+30, 180471, 0, 28, 3197, '0', 0, 0, 947.85418701171875, -1455.7083740234375, 66.09433746337890625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Chillwind Camp - Difficulty: 0) CreateObject1 +(@OGUID+31, 180471, 0, 28, 3197, '0', 0, 0, 952.22918701171875, -1454.65283203125, 66.053955078125, 1.605701684951782226, 0, 0, 0.719339370727539062, 0.694658815860748291, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Chillwind Camp - Difficulty: 0) CreateObject1 +(@OGUID+32, 180471, 0, 28, 3197, '0', 0, 0, 938.5625, -1442.5538330078125, 66.09049224853515625, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Chillwind Camp - Difficulty: 0) CreateObject1 +(@OGUID+33, 180471, 0, 28, 3197, '0', 0, 0, 938.765625, -1450.7135009765625, 66.09577178955078125, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Chillwind Camp - Difficulty: 0) CreateObject1 +(@OGUID+34, 180471, 0, 28, 3197, '0', 0, 0, 948.86114501953125, -1441.6510009765625, 66.03171539306640625, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Chillwind Camp - Difficulty: 0) CreateObject1 +(@OGUID+35, 180471, 0, 28, 3197, '0', 0, 0, 938.66668701171875, -1446.6805419921875, 66.09296417236328125, 4.9218292236328125, 0, 0, -0.62932014465332031, 0.77714616060256958, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Chillwind Camp - Difficulty: 0) CreateObject1 +(@OGUID+36, 180471, 0, 28, 3197, '0', 0, 0, 952.154541015625, -1451.7413330078125, 66.0458984375, 1.640606880187988281, 0, 0, 0.731352806091308593, 0.6819993257522583, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Chillwind Camp - Difficulty: 0) CreateObject1 +(@OGUID+37, 180471, 0, 28, 3197, '0', 0, 0, 939.26910400390625, -1441.9566650390625, 65.985870361328125, 3.263772249221801757, 0, 0, -0.99813461303710937, 0.061051756143569946, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Chillwind Camp - Difficulty: 0) CreateObject1 +(@OGUID+38, 180471, 0, 28, 3197, '0', 0, 0, 941.045166015625, -1441.923583984375, 65.9840850830078125, 3.211419343948364257, 0, 0, -0.9993906021118164, 0.034906134009361267, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Chillwind Camp - Difficulty: 0) CreateObject1 +(@OGUID+39, 180471, 0, 28, 3197, '0', 0, 0, 952.14581298828125, -1450.078125, 66.0240478515625, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Chillwind Camp - Difficulty: 0) CreateObject1 +(@OGUID+40, 180471, 0, 28, 3197, '0', 0, 0, 951.72393798828125, -1455.5052490234375, 66.09311676025390625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Chillwind Camp - Difficulty: 0) CreateObject1 +(@OGUID+41, 180471, 0, 28, 3197, '0', 0, 0, 938.82293701171875, -1452.12158203125, 66.08606719970703125, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Chillwind Camp - Difficulty: 0) CreateObject1 +(@OGUID+42, 180471, 0, 28, 3197, '0', 0, 0, 950.17364501953125, -1441.6180419921875, 66.02878570556640625, 3.22885894775390625, 0, 0, -0.99904823303222656, 0.043619260191917419, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Chillwind Camp - Difficulty: 0) CreateObject1 +(@OGUID+43, 180471, 0, 28, 3197, '0', 0, 0, 949.80206298828125, -1455.6180419921875, 66.088653564453125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Chillwind Camp - Difficulty: 0) CreateObject1 +(@OGUID+44, 180471, 0, 28, 3197, '0', 0, 0, 951.91839599609375, -1443.2535400390625, 66.04388427734375, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Chillwind Camp - Difficulty: 0) CreateObject1 +(@OGUID+45, 180471, 0, 28, 3197, '0', 0, 0, 938.63714599609375, -1445.2066650390625, 66.08841705322265625, 4.834563255310058593, 0, 0, -0.66261959075927734, 0.748956084251403808, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Chillwind Camp - Difficulty: 0) CreateObject1 +(@OGUID+46, 180471, 0, 28, 3197, '0', 0, 0, 939.65972900390625, -1455.8177490234375, 66.14563751220703125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Chillwind Camp - Difficulty: 0) CreateObject1 +(@OGUID+47, 180471, 0, 28, 3197, '0', 0, 0, 938.88543701171875, -1455.064208984375, 66.09281158447265625, 4.747295856475830078, 0, 0, -0.69465827941894531, 0.719339847564697265, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Chillwind Camp - Difficulty: 0) CreateObject1 +(@OGUID+48, 180471, 0, 28, 3197, '0', 0, 0, 940.7725830078125, -1455.7691650390625, 66.11032867431640625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Chillwind Camp - Difficulty: 0) CreateObject1 +(@OGUID+49, 180471, 0, 28, 3197, '0', 0, 0, 938.8819580078125, -1453.6961669921875, 66.07703399658203125, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Chillwind Camp - Difficulty: 0) CreateObject1 +(@OGUID+50, 180471, 0, 28, 3197, '0', 0, 0, 942.06427001953125, -1455.75, 66.105499267578125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Chillwind Camp - Difficulty: 0) CreateObject1 +(@OGUID+51, 180472, 0, 28, 3197, '0', 0, 0, 945.81768798828125, -1455.529541015625, 66.859161376953125, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Chillwind Camp - Difficulty: 0) CreateObject1 +(@OGUID+52, 180472, 0, 28, 3197, '0', 0, 0, 952.0399169921875, -1448.3680419921875, 66.80747222900390625, 0.069811686873435974, 0, 0, 0.034898757934570312, 0.999390840530395507, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Chillwind Camp - Difficulty: 0) CreateObject1 +(@OGUID+53, 180472, 0, 28, 3197, '0', 0, 0, 938.79339599609375, -1448.69970703125, 66.75409698486328125, 3.159062385559082031, 0, 0, -0.99996185302734375, 0.008734640665352344, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Chillwind Camp - Difficulty: 0) CreateObject1 +(@OGUID+54, 180523, 0, 28, 3197, '0', 0, 0, 937.6649169921875, -1462.18408203125, 63.20577621459960937, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: Chillwind Camp - Difficulty: 0) CreateObject1 +(@OGUID+55, 185436, 0, 28, 3197, '0', 0, 0, 931.79864501953125, -1442.640625, 63.52994918823242187, 0.977383077144622802, 0, 0, 0.469470977783203125, 0.882947921752929687, 120, 255, 1, 51886), -- Sitting Skeleton 03 (Area: Chillwind Camp - Difficulty: 0) CreateObject1 +(@OGUID+56, 185438, 0, 28, 3197, '0', 0, 0, 932.23785400390625, -1442.1771240234375, 63.54121780395507812, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 120, 255, 1, 51886), -- Sitting Skeleton 04 (Area: Chillwind Camp - Difficulty: 0) CreateObject1 +(@OGUID+57, 208134, 0, 28, 3197, '0', 0, 0, 948.046875, -1448.5399169921875, 64.50290679931640625, 5.654868602752685546, 0, 0, -0.30901622772216796, 0.95105677843093872, 120, 255, 1, 51886); -- Candy Bucket (Area: Chillwind Camp - Difficulty: 0) CreateObject1 + +-- Event spawns +DELETE FROM `game_event_creature` WHERE `eventEntry`=12 AND `guid`=@CGUID+0; +INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES +(12, @CGUID+0); + +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+57; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48), +(12, @OGUID+49), +(12, @OGUID+50), +(12, @OGUID+51), +(12, @OGUID+52), +(12, @OGUID+53), +(12, @OGUID+54), +(12, @OGUID+55), +(12, @OGUID+56), +(12, @OGUID+57); diff --git a/sql/updates/world/master/2024_03_18_11_world_hallows_end_tirisfal_glades.sql b/sql/updates/world/master/2024_03_18_11_world_hallows_end_tirisfal_glades.sql new file mode 100644 index 0000000000000..6a665d63ef86b --- /dev/null +++ b/sql/updates/world/master/2024_03_18_11_world_hallows_end_tirisfal_glades.sql @@ -0,0 +1,1258 @@ +-- +SET @CGUID := 3800065; +SET @OGUID := 3801266; + +-- Old creature spawns +DELETE FROM `creature` WHERE `guid` BETWEEN 3000138 AND 3000193; +DELETE FROM `creature_addon` WHERE `guid` BETWEEN 3000138 AND 3000193; +DELETE FROM `game_event_creature` WHERE `guid` BETWEEN 3000138 AND 3000193; + +-- Creature spawns +DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+55; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES +-- Undercity +(@CGUID+0, 40435, 0, 85, 153, '0', 0, 0, 0, 0, 1637.60595703125, 239.5381927490234375, -44.0193977355957031, 3.106686115264892578, 120, 0, 0, 11791, 0, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Ghost (Area: 0 - Difficulty: 0) (Auras: 33900 - Shroud of Death) +-- Ruins of Lordaeron +(@CGUID+1, 15195, 0, 14046, 14046, '0', 0, 0, 0, 0, 1797.2223, 193.25348, 70.58827, 0, 120, 0, 0, 176865, 0, 2, NULL, NULL, NULL, NULL, 45745), -- Wickerman Guardian (Area: Tirisfal Glades - Difficulty: 0) (Auras: 12187 - Disease Cloud) (possible waypoints or random movement) +(@CGUID+2, 15195, 0, 14046, 14046, '0', 0, 0, 0, 0, 1815.6649169921875, 238.6996612548828125, 60.58826446533203125, 0.030314229428768157, 120, 0, 0, 176865, 0, 0, NULL, NULL, NULL, NULL, 45745), -- Wickerman Guardian (Area: Tirisfal Glades - Difficulty: 0) (Auras: 12187 - Disease Cloud) +(@CGUID+3, 15195, 0, 14046, 14046, '0', 0, 0, 0, 0, 1806.63720703125, 265.41839599609375, 65.5882720947265625, 5.60678863525390625, 120, 0, 0, 176865, 0, 0, NULL, NULL, NULL, NULL, 45745), -- Wickerman Guardian (Area: Tirisfal Glades - Difficulty: 0) (Auras: 12187 - Disease Cloud) +(@CGUID+4, 15197, 0, 14046, 14046, '0', 0, 0, 0, 1, 1794.0694580078125, 226.3333282470703125, 59.73805618286132812, 1.01229095458984375, 120, 0, 0, 8020, 0, 0, NULL, NULL, NULL, NULL, 45745), -- Darkcaller Yanka (Area: Tirisfal Glades - Difficulty: 0) +(@CGUID+5, 15309, 0, 14046, 14046, '0', 0, 0, 0, 0, 1835.76220703125, 225.9739532470703125, 60.32813262939453125, 2.844886541366577148, 120, 0, 0, 11791, 0, 0, NULL, NULL, NULL, NULL, 45745), -- Spoops (Area: Tirisfal Glades - Difficulty: 0) +(@CGUID+6, 51702, 0, 14046, 14046, '0', 0, 0, 0, 0, 1800.970458984375, 215.6631927490234375, 65.95555877685546875, 0, 120, 0, 0, 11791, 0, 0, NULL, NULL, NULL, NULL, 45745), -- Wickerman Crowd Bunny 01 (Area: Tirisfal Glades - Difficulty: 0) +(@CGUID+7, 51703, 0, 14046, 14046, '0', 0, 0, 0, 0, 1805.1788330078125, 219.4635467529296875, 60.45840072631835937, 0, 120, 0, 0, 11791, 0, 0, NULL, NULL, NULL, NULL, 45745), -- Wickerman Crowd Bunny 02 (Area: Tirisfal Glades - Difficulty: 0) +(@CGUID+8, 51720, 0, 14046, 14046, '0', 0, 0, 0, 0, 1774.8975830078125, 217.5052032470703125, 73.76888275146484375, 2.478367567062377929, 120, 0, 0, 11791, 0, 0, NULL, NULL, NULL, NULL, 45745), -- Wickerman Torch Point (Area: Tirisfal Glades - Difficulty: 0) +(@CGUID+9, 51720, 0, 14046, 14046, '0', 0, 0, 0, 0, 1781.984375, 214.2465362548828125, 78.56402587890625, 2.478367567062377929, 120, 0, 0, 11791, 0, 0, NULL, NULL, NULL, NULL, 45745), -- Wickerman Torch Point (Area: Tirisfal Glades - Difficulty: 0) +(@CGUID+10, 51720, 0, 14046, 14046, '0', 0, 0, 0, 0, 1782.9896240234375, 211.717010498046875, 71.58807373046875, 2.483798027038574218, 120, 0, 0, 11791, 0, 0, NULL, NULL, NULL, NULL, 45745), -- Wickerman Torch Point (Area: Tirisfal Glades - Difficulty: 0) +(@CGUID+11, 51720, 0, 14046, 14046, '0', 0, 0, 0, 0, 1787.4149169921875, 206.4375, 75.89892578125, 2.478367567062377929, 120, 0, 0, 11791, 0, 0, NULL, NULL, NULL, NULL, 45745), -- Wickerman Torch Point (Area: Tirisfal Glades - Difficulty: 0) +(@CGUID+12, 51720, 0, 14046, 14046, '0', 0, 0, 0, 0, 1780.41845703125, 213.9270782470703125, 70.55231475830078125, 2.478367567062377929, 120, 0, 0, 11791, 0, 0, NULL, NULL, NULL, NULL, 45745), -- Wickerman Torch Point (Area: Tirisfal Glades - Difficulty: 0) +(@CGUID+13, 51720, 0, 14046, 14046, '0', 0, 0, 0, 0, 1787.77783203125, 209.296875, 73.43389892578125, 2.478367567062377929, 120, 0, 0, 11791, 0, 0, NULL, NULL, NULL, NULL, 45745), -- Wickerman Torch Point (Area: Tirisfal Glades - Difficulty: 0) +(@CGUID+14, 51720, 0, 14046, 14046, '0', 0, 0, 0, 0, 1783.8646240234375, 210.9288177490234375, 64.4205474853515625, 2.478367567062377929, 120, 0, 0, 11791, 0, 0, NULL, NULL, NULL, NULL, 45745), -- Wickerman Torch Point (Area: Tirisfal Glades - Difficulty: 0) +(@CGUID+15, 51720, 0, 14046, 14046, '0', 0, 0, 0, 0, 1778.59033203125, 215.0381927490234375, 64.96781158447265625, 2.478367567062377929, 120, 0, 0, 11791, 0, 0, NULL, NULL, NULL, NULL, 45745), -- Wickerman Torch Point (Area: Tirisfal Glades - Difficulty: 0) +(@CGUID+16, 51720, 0, 14046, 14046, '0', 0, 0, 0, 0, 1783.923583984375, 212.4427032470703125, 80.1749420166015625, 2.478367567062377929, 120, 0, 0, 11791, 0, 0, NULL, NULL, NULL, NULL, 45745), -- Wickerman Torch Point (Area: Tirisfal Glades - Difficulty: 0) +(@CGUID+17, 51720, 0, 14046, 14046, '0', 0, 0, 0, 0, 1775.736083984375, 216.5104217529296875, 78.94315338134765625, 2.478367567062377929, 120, 0, 0, 11791, 0, 0, NULL, NULL, NULL, NULL, 45745), -- Wickerman Torch Point (Area: Tirisfal Glades - Difficulty: 0) +(@CGUID+18, 51720, 0, 14046, 14046, '0', 0, 0, 0, 0, 1783.904541015625, 211.015625, 75.6013031005859375, 2.478367567062377929, 120, 0, 0, 11791, 0, 0, NULL, NULL, NULL, NULL, 45745), -- Wickerman Torch Point (Area: Tirisfal Glades - Difficulty: 0) +(@CGUID+19, 51720, 0, 14046, 14046, '0', 0, 0, 0, 0, 1780.8004150390625, 215.0868072509765625, 77.540252685546875, 2.478367567062377929, 120, 0, 0, 11791, 0, 0, NULL, NULL, NULL, NULL, 45745), -- Wickerman Torch Point (Area: Tirisfal Glades - Difficulty: 0) +(@CGUID+20, 51720, 0, 14046, 14046, '0', 0, 0, 0, 0, 1782.5625, 213.5833282470703125, 73.53997802734375, 2.478367567062377929, 120, 0, 0, 11791, 0, 0, NULL, NULL, NULL, NULL, 45745), -- Wickerman Torch Point (Area: Tirisfal Glades - Difficulty: 0) +(@CGUID+21, 51720, 0, 14046, 14046, '0', 0, 0, 0, 0, 1778.68408203125, 214.19097900390625, 71.52509307861328125, 2.478367567062377929, 120, 0, 0, 11791, 0, 0, NULL, NULL, NULL, NULL, 45745), -- Wickerman Torch Point (Area: Tirisfal Glades - Difficulty: 0) +(@CGUID+22, 51720, 0, 14046, 14046, '0', 0, 0, 0, 0, 1779.736083984375, 216.342010498046875, 62.45322418212890625, 2.478367567062377929, 120, 0, 0, 11791, 0, 0, NULL, NULL, NULL, NULL, 45745), -- Wickerman Torch Point (Area: Tirisfal Glades - Difficulty: 0) +(@CGUID+23, 51720, 0, 14046, 14046, '0', 0, 0, 0, 0, 1783.41845703125, 212.9965362548828125, 76.1242523193359375, 2.407310962677001953, 120, 0, 0, 11791, 0, 0, NULL, NULL, NULL, NULL, 45745), -- Wickerman Torch Point (Area: Tirisfal Glades - Difficulty: 0) +(@CGUID+24, 51730, 0, 14046, 14046, '0', 0, 0, 0, 0, 1789.4271240234375, 224.78125, 59.57237625122070312, 4.415682792663574218, 120, 0, 0, 11791, 0, 0, NULL, NULL, NULL, NULL, 45745), -- Wickerman Reveler (Area: Tirisfal Glades - Difficulty: 0) (Auras: 95957 - Hold Torch Visual) +(@CGUID+25, 51730, 0, 14046, 14046, '0', 0, 0, 0, 0, 1798.704833984375, 219.6458282470703125, 59.82982635498046875, 0.383972436189651489, 120, 0, 0, 11791, 0, 0, NULL, NULL, NULL, NULL, 45745), -- Wickerman Reveler (Area: Tirisfal Glades - Difficulty: 0) (Auras: 95957 - Hold Torch Visual) +(@CGUID+26, 51730, 0, 14046, 14046, '0', 0, 0, 0, 0, 1800.52783203125, 220.295135498046875, 59.82598876953125, 3.577924966812133789, 120, 0, 0, 11791, 0, 0, NULL, NULL, NULL, NULL, 45745), -- Wickerman Reveler (Area: Tirisfal Glades - Difficulty: 0) (Auras: 95957 - Hold Torch Visual) +(@CGUID+27, 51730, 0, 14046, 14046, '0', 0, 0, 0, 0, 1792.1024169921875, 219.83160400390625, 59.97956085205078125, 5.096361160278320312, 120, 0, 0, 11791, 0, 0, NULL, NULL, NULL, NULL, 45745), -- Wickerman Reveler (Area: Tirisfal Glades - Difficulty: 0) (Auras: 95957 - Hold Torch Visual) +(@CGUID+28, 51730, 0, 14046, 14046, '0', 0, 0, 0, 0, 1793.0555419921875, 218.126739501953125, 60.1507568359375, 2.076941728591918945, 120, 0, 0, 11791, 0, 0, NULL, NULL, NULL, NULL, 45745), -- Wickerman Reveler (Area: Tirisfal Glades - Difficulty: 0) (Auras: 95957 - Hold Torch Visual) +(@CGUID+29, 51730, 0, 14046, 14046, '0', 0, 0, 0, 0, 1824.15625, 252.3663177490234375, 60.08759307861328125, 1.09691023826599121, 120, 0, 0, 11791, 0, 0, NULL, NULL, NULL, NULL, 45745), -- Wickerman Reveler (Area: Tirisfal Glades - Difficulty: 0) (Auras: 95957 - Hold Torch Visual) +(@CGUID+30, 51730, 0, 14046, 14046, '0', 0, 0, 0, 0, 1787.1649169921875, 224.5729217529296875, 59.49418258666992187, 5.009094715118408203, 120, 0, 0, 11791, 0, 0, NULL, NULL, NULL, NULL, 45745), -- Wickerman Reveler (Area: Tirisfal Glades - Difficulty: 0) (Auras: 95957 - Hold Torch Visual) +(@CGUID+31, 51730, 0, 14046, 14046, '0', 0, 0, 0, 0, 1823.470458984375, 254.6788177490234375, 60.03674697875976562, 6.078156948089599609, 120, 0, 0, 11791, 0, 0, NULL, NULL, NULL, NULL, 45745), -- Wickerman Reveler (Area: Tirisfal Glades - Difficulty: 0) (Auras: 95957 - Hold Torch Visual) +(@CGUID+32, 51730, 0, 14046, 14046, '0', 0, 0, 0, 0, 1786.05908203125, 253.5364532470703125, 59.63842010498046875, 2.06206369400024414, 120, 0, 0, 11791, 0, 0, NULL, NULL, NULL, NULL, 45745), -- Wickerman Reveler (Area: Tirisfal Glades - Difficulty: 0) (Auras: 95957 - Hold Torch Visual) +(@CGUID+33, 51730, 0, 14046, 14046, '0', 0, 0, 0, 0, 1786.4635009765625, 259.87152099609375, 59.66410446166992187, 4.267926692962646484, 120, 0, 0, 11791, 0, 0, NULL, NULL, NULL, NULL, 45745), -- Wickerman Reveler (Area: Tirisfal Glades - Difficulty: 0) (Auras: 95957 - Hold Torch Visual) +(@CGUID+34, 51731, 0, 14046, 14046, '0', 0, 0, 0, 1, 1792.720458984375, 223.50347900390625, 59.81268310546875, 3.682644605636596679, 120, 0, 0, 11791, 0, 0, NULL, NULL, NULL, NULL, 45745), -- Wickerman Reveler (Area: Tirisfal Glades - Difficulty: 0) +(@CGUID+35, 53756, 0, 14046, 14046, '0', 0, 0, 0, 0, 1836.660888671875, 219.086578369140625, 60.25131988525390625, 2.693991661071777343, 120, 0, 0, 11791, 0, 0, NULL, NULL, NULL, NULL, 45745), -- Darla (Area: Tirisfal Glades - Difficulty: 0) (Auras: 100315 - Scary Tiki Mask) (possible waypoints or random movement) +(@CGUID+36, 53757, 0, 14046, 14046, '0', 0, 0, 0, 0, 1835.5675048828125, 223.5998382568359375, 60.44070816040039062, 2.918202638626098632, 120, 0, 0, 11791, 0, 0, NULL, NULL, NULL, NULL, 45745), -- Chub (Area: Tirisfal Glades - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+37, 53760, 0, 14046, 14046, '0', 0, 0, 0, 0, 1835.2855224609375, 216.7303314208984375, 60.30122756958007812, 2.505059719085693359, 120, 0, 0, 11791, 0, 0, NULL, NULL, NULL, NULL, 45745), -- Farina (Area: Tirisfal Glades - Difficulty: 0) (possible waypoints or random movement) +(@CGUID+38, 53763, 0, 14046, 14046, '0', 0, 0, 0, 0, 1827.6805419921875, 212.5243072509765625, 60.44593048095703125, 4.729842185974121093, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Candace Fenlow (Area: Tirisfal Glades - Difficulty: 0) +(@CGUID+39, 53764, 0, 14046, 14046, '0', 0, 0, 0, 0, 1818.342041015625, 226.03125, 59.66989898681640625, 5.497786998748779296, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Crina Fenlow (Area: Tirisfal Glades - Difficulty: 0) +(@CGUID+40, 53865, 0, 14046, 14046, '0', 0, 0, 0, 0, 1833.9288330078125, 212.8506927490234375, 60.38811492919921875, 2.268928050994873046, 120, 0, 0, 1604, 0, 0, NULL, NULL, NULL, NULL, 45745), -- Orphan Matron Nanee (Area: Tirisfal Glades - Difficulty: 0) +(@CGUID+41, 54043, 0, 14046, 14046, '0', 0, 0, 0, 0, 1804.076416015625, 153.8645782470703125, 70.48151397705078125, 4.607669353485107421, 120, 0, 0, 1604, 852, 0, NULL, NULL, NULL, NULL, 45745), -- Spider Summoner (Catacombs) (Area: Tirisfal Glades - Difficulty: 0) +(@CGUID+42, 54072, 0, 14046, 0, '0', 0, 0, 0, 1, 1584.1649169921875, 62.74479293823242187, 62.61980438232421875, 4.764749050140380859, 120, 0, 0, 14739, 2434, 0, NULL, NULL, NULL, NULL, 45745), -- Sanath Lim-yo (Area: 0 - Difficulty: 0) +(@CGUID+43, 54169, 0, 14046, 0, '0', 0, 0, 0, 0, 1583.4566650390625, 59.19444656372070312, 62.61980438232421875, 1.710422635078430175, 120, 0, 0, 1604, 100, 0, NULL, NULL, NULL, NULL, 45745), -- Maxim the Sly (Area: 0 - Difficulty: 0) (Auras: ) +(@CGUID+44, 54207, 0, 14046, 14046, '0', 0, 0, 0, 0, 1811.93408203125, 139.5572967529296875, 70.48291778564453125, 2.722713708877563476, 120, 0, 0, 1604, 100, 0, NULL, NULL, NULL, NULL, 45745), -- Dead Undercity Citizen (Area: Tirisfal Glades - Difficulty: 0) (Auras: 100600 - Cripple State, 29266 - Permanent Feign Death) +(@CGUID+45, 54207, 0, 14046, 0, '0', 0, 0, 0, 0, 1793.560791015625, 124.4201431274414062, 61.73511505126953125, 4.764749050140380859, 120, 0, 0, 1604, 100, 0, NULL, NULL, NULL, NULL, 45745), -- Dead Undercity Citizen (Area: 0 - Difficulty: 0) (Auras: 100600 - Cripple State, 29266 - Permanent Feign Death) +(@CGUID+46, 54207, 0, 14046, 0, '0', 0, 0, 0, 0, 1776.4375, 124.6076431274414062, 65.48291778564453125, 5.619960308074951171, 120, 0, 0, 1604, 100, 0, NULL, NULL, NULL, NULL, 45745), -- Dead Undercity Citizen (Area: 0 - Difficulty: 0) (Auras: 100600 - Cripple State, 29266 - Permanent Feign Death) +(@CGUID+47, 54207, 0, 14046, 0, '0', 0, 0, 0, 0, 1804.6614990234375, 107.0225677490234375, 61.4874725341796875, 1.797689080238342285, 120, 0, 0, 1604, 100, 0, NULL, NULL, NULL, NULL, 45745), -- Dead Undercity Citizen (Area: 0 - Difficulty: 0) (Auras: 100600 - Cripple State, 29266 - Permanent Feign Death) +(@CGUID+48, 54207, 0, 14046, 0, '0', 0, 0, 0, 0, 1781.9879150390625, 73.63889312744140625, 60.98386001586914062, 0.680678427219390869, 120, 0, 0, 1604, 100, 0, NULL, NULL, NULL, NULL, 45745), -- Dead Undercity Citizen (Area: 0 - Difficulty: 0) (Auras: 100600 - Cripple State, 29266 - Permanent Feign Death) +(@CGUID+49, 54207, 0, 14046, 0, '0', 0, 0, 0, 0, 1795.5572509765625, 60.48611068725585937, 62.69221115112304687, 2.897246599197387695, 120, 0, 0, 1604, 100, 0, NULL, NULL, NULL, NULL, 45745), -- Dead Undercity Citizen (Area: 0 - Difficulty: 0) (Auras: 100600 - Cripple State, 29266 - Permanent Feign Death) +(@CGUID+50, 54207, 0, 14046, 0, '0', 0, 0, 0, 0, 1709.873291015625, 52.45833206176757812, 60.71137237548828125, 0.191986218094825744, 120, 0, 0, 1604, 100, 0, NULL, NULL, NULL, NULL, 45745), -- Dead Undercity Citizen (Area: 0 - Difficulty: 0) (Auras: 100600 - Cripple State, 29266 - Permanent Feign Death) +(@CGUID+51, 54207, 0, 14046, 0, '0', 0, 0, 0, 0, 1675.0103759765625, 61.36458206176757812, 61.7610321044921875, 3.246312379837036132, 120, 0, 0, 1604, 100, 0, NULL, NULL, NULL, NULL, 45745), -- Dead Undercity Citizen (Area: 0 - Difficulty: 0) (Auras: 100600 - Cripple State, 29266 - Permanent Feign Death) +(@CGUID+52, 54207, 0, 14046, 0, '0', 0, 0, 0, 0, 1646.6649169921875, 68.1475677490234375, 60.78204345703125, 5.497786998748779296, 120, 0, 0, 1604, 100, 0, NULL, NULL, NULL, NULL, 45745), -- Dead Undercity Citizen (Area: 0 - Difficulty: 0) (Auras: 100600 - Cripple State, 29266 - Permanent Feign Death) +(@CGUID+53, 54207, 0, 85, 153, '0', 0, 0, 0, 0, 1635.8629150390625, 48.22222137451171875, 61.12198638916015625, 0.523598790168762207, 120, 0, 0, 1604, 100, 0, NULL, NULL, NULL, NULL, 45745), -- Dead Undercity Citizen (Area: Ruins of Lordaeron - Difficulty: 0) (Auras: 100600 - Cripple State, 29266 - Permanent Feign Death) +(@CGUID+54, 54207, 0, 14046, 0, '0', 0, 0, 0, 0, 1613.21533203125, 53.58159637451171875, 60.67036056518554687, 2.321287870407104492, 120, 0, 0, 1604, 100, 0, NULL, NULL, NULL, NULL, 45745), -- Dead Undercity Citizen (Area: 0 - Difficulty: 0) (Auras: 100600 - Cripple State, 29266 - Permanent Feign Death) +(@CGUID+55, 109688, 0, 14046, 14046, '0', 0, 0, 0, 0, 1835.6441650390625, 214.2152862548828125, 60.37485504150390625, 2.763052940368652343, 120, 0, 0, 11791, 0, 0, NULL, NULL, NULL, NULL, 45745); -- Woim (Area: Tirisfal Glades - Difficulty: 0) + +SET @ENTRY := 15195; +SET @PATHOFFSET := 0; +SET @PATH := @ENTRY * 100 + @PATHOFFSET; +DELETE FROM `creature_addon` WHERE `guid` IN (@CGUID+1, @CGUID+38); +INSERT INTO `creature_addon` (`guid`, `PathId`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES +(@CGUID+1, @PATH, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, '131700 12187'), -- 15195 (Wickerman Guardian) +(@CGUID+38, 0, 0, 0, 0, 0, 1, 0, 133, 0, 0, 0, 0, ''); -- 53763 (Candace Fenlow) + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3002889 AND 3003170; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3002889 AND 3003170; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3002889 AND 3003170; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+281; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 0, 14046, 14046, '0', 0, 0, 1809.0989990234375, 215.4930572509765625, 65.872222900390625, 2.635215997695922851, 0, 0, 0.968118667602539062, 0.250491976737976074, 120, 255, 1, 45745), -- G_Pumpkin_01 (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+1, 180405, 0, 14046, 14046, '0', 0, 0, 1834.6285400390625, 209.9131927490234375, 60.45355224609375, 4.1538848876953125, 0, 0, -0.8746194839477539, 0.484810054302215576, 120, 255, 1, 45745), -- G_Pumpkin_01 (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+2, 180405, 0, 14046, 14046, '0', 0, 0, 1847.189208984375, 219.1684112548828125, 60.5933990478515625, 5.253442287445068359, 0, 0, -0.49242305755615234, 0.870355963706970214, 120, 255, 1, 45745), -- G_Pumpkin_01 (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+3, 180405, 0, 85, 153, '0', 0, 0, 1628.3187255859375, 172.412841796875, -43.0912361145019531, 4.852017402648925781, 0, 0, -0.65605831146240234, 0.754710197448730468, 120, 255, 1, 45745), -- G_Pumpkin_01 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+4, 180405, 0, 14046, 0, '0', 0, 0, 1583.968017578125, 201.573516845703125, -34.8288192749023437, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 120, 255, 1, 45745), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+5, 180405, 0, 85, 153, '0', 0, 0, 1565.1083984375, 214.7675323486328125, -34.8034477233886718, 1.832594871520996093, 0, 0, 0.793353080749511718, 0.608761727809906005, 120, 255, 1, 45745), -- G_Pumpkin_01 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+6, 180405, 0, 85, 153, '0', 0, 0, 1608, 227.7916717529296875, -29.0580043792724609, 1.169368624687194824, 0, 0, 0.551936149597167968, 0.833886384963989257, 120, 255, 1, 45745), -- G_Pumpkin_01 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+7, 180405, 0, 85, 153, '0', 0, 0, 1626.0599365234375, 214.751922607421875, -34.8047943115234375, 5.201082706451416015, 0, 0, -0.51503753662109375, 0.857167601585388183, 120, 255, 1, 45745), -- G_Pumpkin_01 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+8, 180405, 0, 85, 153, '0', 0, 0, 1649.0904541015625, 216.2608184814453125, -43.1031837463378906, 4.433136463165283203, 0, 0, -0.79863548278808593, 0.60181504487991333, 120, 255, 1, 45745), -- G_Pumpkin_01 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+9, 180405, 0, 85, 153, '0', 0, 0, 1589.8896484375, 246.0355377197265625, 60.10080337524414062, 1.204277276992797851, 0, 0, 0.56640625, 0.824126183986663818, 120, 255, 1, 45745), -- G_Pumpkin_01 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+10, 180405, 0, 85, 153, '0', 0, 0, 1583.404541015625, 252.8246612548828125, -29.1276454925537109, 4.380776405334472656, 0, 0, -0.81411552429199218, 0.580702960491180419, 120, 255, 1, 45745), -- G_Pumpkin_01 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+11, 180405, 0, 85, 153, '0', 0, 0, 1634.56689453125, 252.314697265625, -34.7899818420410156, 4.642575740814208984, 0, 0, -0.731353759765625, 0.681998312473297119, 120, 255, 1, 45745), -- G_Pumpkin_01 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+12, 180405, 0, 85, 153, '0', 0, 0, 1565.489990234375, 266.373992919921875, -34.8027000427246093, 2.076939344406127929, 0, 0, 0.861628532409667968, 0.50753939151763916, 120, 255, 1, 45745), -- G_Pumpkin_01 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+13, 180405, 0, 85, 153, '0', 0, 0, 1560.9559326171875, 259.985687255859375, -34.8058662414550781, 0.436331570148468017, 0, 0, 0.216439247131347656, 0.976296067237854003, 120, 255, 1, 45745), -- G_Pumpkin_01 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+14, 180405, 0, 85, 153, '0', 0, 0, 1520.1422119140625, 243.825408935546875, -41.3898773193359375, 1.151916384696960449, 0, 0, 0.544638633728027343, 0.838670849800109863, 120, 255, 1, 45745), -- G_Pumpkin_01 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+15, 180405, 0, 85, 153, '0', 0, 0, 1552.1600341796875, 257.957000732421875, -42.3670997619628906, 1.640606880187988281, 0, 0, 0.731352806091308593, 0.6819993257522583, 120, 255, 1, 45745), -- G_Pumpkin_01 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+16, 180405, 0, 85, 153, '0', 0, 0, 1584.4544677734375, 279.161529541015625, -34.8301467895507812, 6.03883981704711914, 0, 0, -0.12186908721923828, 0.9925462007522583, 120, 255, 1, 45745), -- G_Pumpkin_01 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+17, 180405, 0, 85, 153, '0', 0, 0, 1621.0269775390625, 271.11187744140625, -34.8236274719238281, 0.523597896099090576, 0, 0, 0.258818626403808593, 0.965925931930541992, 120, 255, 1, 45745), -- G_Pumpkin_01 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+18, 180405, 0, 85, 153, '0', 0, 0, 1644.8897705078125, 261.73699951171875, -43.103118896484375, 5.567600727081298828, 0, 0, -0.35020732879638671, 0.936672210693359375, 120, 255, 1, 45745), -- G_Pumpkin_01 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+19, 180406, 0, 14046, 14046, '0', 0, 0, 1847.282958984375, 216.90625, 60.46810531616210937, 5.061456203460693359, 0, 0, -0.57357597351074218, 0.819152355194091796, 120, 255, 1, 45745), -- G_Pumpkin_02 (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+20, 180406, 0, 14046, 14046, '0', 0, 0, 1793.0103759765625, 250.045135498046875, 59.73082733154296875, 3.933400154113769531, 0, 0, -0.92264842987060546, 0.385642111301422119, 120, 255, 1, 45745), -- G_Pumpkin_02 (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+21, 180406, 0, 14046, 14046, '0', 0, 0, 1822.6788330078125, 229.2274322509765625, 60.28553009033203125, 1.169368624687194824, 0, 0, 0.551936149597167968, 0.833886384963989257, 120, 255, 1, 45745), -- G_Pumpkin_02 (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+22, 180406, 0, 14046, 14046, '0', 0, 0, 1818.16845703125, 250.265625, 60.01464080810546875, 2.422221183776855468, 0, 0, 0.936007499694824218, 0.351980090141296386, 120, 255, 1, 45745), -- G_Pumpkin_02 (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+23, 180406, 0, 14046, 14046, '0', 0, 0, 1836.25, 211.7569427490234375, 60.5699615478515625, 4.206246376037597656, 0, 0, -0.86162853240966796, 0.50753939151763916, 120, 255, 1, 45745), -- G_Pumpkin_02 (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+24, 180406, 0, 14046, 0, '0', 0, 0, 1570.4771728515625, 209.51373291015625, -34.8258514404296875, 3.595378875732421875, 0, 0, -0.97437000274658203, 0.224951311945915222, 120, 255, 1, 45745), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+25, 180406, 0, 14046, 0, '0', 0, 0, 1606.85400390625, 201.3957061767578125, -34.8287277221679687, 3.054326534271240234, 0, 0, 0.999048233032226562, 0.043619260191917419, 120, 255, 1, 45745), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+26, 180406, 0, 85, 153, '0', 0, 0, 1583.1944580078125, 228.0069427490234375, -29.064279556274414, 5.864306926727294921, 0, 0, -0.20791149139404296, 0.978147625923156738, 120, 255, 1, 45745), -- G_Pumpkin_02 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+27, 180406, 0, 85, 153, '0', 0, 0, 1637.0924072265625, 203.1681060791015625, -39.8801727294921875, 4.764749526977539062, 0, 0, -0.6883544921875, 0.725374460220336914, 120, 255, 1, 45745), -- G_Pumpkin_02 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+28, 180406, 0, 85, 153, '0', 0, 0, 1620.476806640625, 208.920684814453125, -34.8198966979980468, 3.403396368026733398, 0, 0, -0.99144458770751953, 0.130528271198272705, 120, 255, 1, 45745), -- G_Pumpkin_02 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+29, 180406, 0, 85, 153, '0', 0, 0, 1634.6728515625, 228.0672454833984375, -43.1026763916015625, 5.550147056579589843, 0, 0, -0.358367919921875, 0.933580458164215087, 120, 255, 1, 45745), -- G_Pumpkin_02 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+30, 180406, 0, 85, 153, '0', 0, 0, 1608.217041015625, 252.59722900390625, -29.096527099609375, 2.687806606292724609, 0, 0, 0.974370002746582031, 0.224951311945915222, 120, 255, 1, 45745), -- G_Pumpkin_02 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+31, 180406, 0, 85, 153, '0', 0, 0, 1556.8779296875, 228.18414306640625, -34.7916717529296875, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 45745), -- G_Pumpkin_02 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+32, 180406, 0, 85, 153, '0', 0, 0, 1528.061767578125, 206.5446319580078125, -43.0566902160644531, 3.176533222198486328, 0, 0, -0.999847412109375, 0.017469281330704689, 120, 255, 1, 45745), -- G_Pumpkin_02 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+33, 180406, 0, 85, 153, '0', 0, 0, 1557.234619140625, 252.9652557373046875, -34.7952766418457031, 2.216565132141113281, 0, 0, 0.894933700561523437, 0.44619917869567871, 120, 255, 1, 45745), -- G_Pumpkin_02 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+34, 180406, 0, 85, 153, '0', 0, 0, 1599.2099609375, 316.441009521484375, -41.4244003295898437, 5.916667938232421875, 0, 0, -0.18223476409912109, 0.98325502872467041, 120, 255, 1, 45745), -- G_Pumpkin_02 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+35, 180406, 0, 85, 153, '0', 0, 0, 1577.3360595703125, 275.89642333984375, -34.8360633850097656, 1.640606880187988281, 0, 0, 0.731352806091308593, 0.6819993257522583, 120, 255, 1, 45745), -- G_Pumpkin_02 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+36, 180406, 0, 85, 153, '0', 0, 0, 1595.969970703125, 279.402008056640625, -55.3428993225097656, 0.418878614902496337, 0, 0, 0.207911491394042968, 0.978147625923156738, 120, 255, 1, 45745), -- G_Pumpkin_02 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+37, 180406, 0, 85, 153, '0', 0, 0, 1614.7266845703125, 275.667694091796875, -34.8357963562011718, 5.305802345275878906, 0, 0, -0.46947097778320312, 0.882947921752929687, 120, 255, 1, 45745), -- G_Pumpkin_02 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+38, 180406, 0, 1497, 0, '0', 0, 0, 1630.687744140625, 259.74481201171875, -34.8042488098144531, 0.139624491333961486, 0, 0, 0.06975555419921875, 0.997564136981964111, 120, 255, 1, 45745), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+39, 180407, 0, 14046, 14046, '0', 0, 0, 1835.30908203125, 210.984375, 62.27329635620117187, 4.258606910705566406, 0, 0, -0.84804725646972656, 0.529920578002929687, 120, 255, 1, 45745), -- G_Pumpkin_03 (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+40, 180407, 0, 14046, 14046, '0', 0, 0, 1847.2882080078125, 218.0086822509765625, 62.10429000854492187, 4.9218292236328125, 0, 0, -0.62932014465332031, 0.77714616060256958, 120, 255, 1, 45745), -- G_Pumpkin_03 (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+41, 180407, 0, 85, 153, '0', 0, 0, 1592.18994140625, 164.1150054931640625, -41.4244003295898437, 2.757613182067871093, 0, 0, 0.981626510620117187, 0.190812408924102783, 120, 255, 1, 45745), -- G_Pumpkin_03 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+42, 180407, 0, 14046, 0, '0', 0, 0, 1614.2052001953125, 204.8680267333984375, -34.8363800048828125, 4.799657344818115234, 0, 0, -0.67558956146240234, 0.737277925014495849, 120, 255, 1, 45745), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+43, 180407, 0, 14046, 0, '0', 0, 0, 1574.81298828125, 201.274871826171875, -43.1024360656738281, 2.652894020080566406, 0, 0, 0.970294952392578125, 0.241925001144409179, 120, 255, 1, 45745), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+44, 180407, 0, 14046, 0, '0', 0, 0, 1576.7606201171875, 205.0225677490234375, -34.8363533020019531, 2.199114561080932617, 0, 0, 0.8910064697265625, 0.453990638256072998, 120, 255, 1, 45745), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+45, 180407, 0, 14046, 0, '0', 0, 0, 1605.0799560546875, 201.4420013427734375, -53.711700439453125, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 120, 255, 1, 45745), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+46, 180407, 0, 85, 153, '0', 0, 0, 1630.65283203125, 220.042266845703125, -34.8873977661132812, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 120, 255, 1, 45745), -- G_Pumpkin_03 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+47, 180407, 0, 85, 153, '0', 0, 0, 1560.5902099609375, 221.10943603515625, -34.8046150207519531, 3.368495941162109375, 0, 0, -0.99357128143310546, 0.113208353519439697, 120, 255, 1, 45745), -- G_Pumpkin_03 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+48, 180407, 0, 85, 153, '0', 0, 0, 1589.9556884765625, 234.6583404541015625, 60.0869140625, 2.67034769058227539, 0, 0, 0.972369194030761718, 0.233448356389999389, 120, 255, 1, 45745), -- G_Pumpkin_03 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+49, 180407, 0, 85, 153, '0', 0, 0, 1634.9110107421875, 227.9540557861328125, -34.8457260131835937, 5.148722648620605468, 0, 0, -0.53729915618896484, 0.843391716480255126, 120, 255, 1, 45745), -- G_Pumpkin_03 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+50, 180407, 0, 85, 153, '0', 0, 0, 1597.55908203125, 242.138885498046875, -6.65454912185668945, 2.70525527000427246, 0, 0, 0.97629547119140625, 0.216442063450813293, 120, 255, 1, 45745), -- G_Pumpkin_03 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+51, 180407, 0, 85, 153, '0', 0, 0, 1593.82470703125, 238.4600677490234375, -6.75038719177246093, 5.84685373306274414, 0, 0, -0.21643924713134765, 0.976296067237854003, 120, 255, 1, 45745), -- G_Pumpkin_03 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+52, 180407, 0, 85, 153, '0', 0, 0, 1593.8680419921875, 242.171875, -6.67416906356811523, 4.293513298034667968, 0, 0, -0.8386697769165039, 0.544640243053436279, 120, 255, 1, 45745), -- G_Pumpkin_03 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+53, 180407, 0, 85, 153, '0', 0, 0, 1597.53125, 238.4479217529296875, -6.70423603057861328, 1.169368624687194824, 0, 0, 0.551936149597167968, 0.833886384963989257, 120, 255, 1, 45745), -- G_Pumpkin_03 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+54, 180407, 0, 85, 153, '0', 0, 0, 1570.8900146484375, 271.516998291015625, -34.8237991333007812, 0.226892471313476562, 0, 0, 0.113203048706054687, 0.993571877479553222, 120, 255, 1, 45745), -- G_Pumpkin_03 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+55, 180407, 0, 85, 153, '0', 0, 0, 1563, 308.404998779296875, -43.0912017822265625, 1.640606880187988281, 0, 0, 0.731352806091308593, 0.6819993257522583, 120, 255, 1, 45745), -- G_Pumpkin_03 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+56, 180407, 0, 14046, 0, '0', 0, 0, 1607.5592041015625, 278.910247802734375, -34.8317756652832031, 0.785396754741668701, 0, 0, 0.38268280029296875, 0.923879802227020263, 120, 255, 1, 45745), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+57, 180407, 0, 85, 153, '0', 0, 0, 1626.27978515625, 265.87213134765625, -34.8035545349121093, 4.97418975830078125, 0, 0, -0.60876083374023437, 0.793353796005249023, 120, 255, 1, 45745), -- G_Pumpkin_03 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+58, 180408, 0, 85, 153, '0', 0, 0, 1643.61767578125, 223.363037109375, -38.3810615539550781, 3.735006093978881835, 0, 0, -0.95630455017089843, 0.292372345924377441, 120, 255, 1, 45745), -- G_WitchHat_01 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+59, 180409, 0, 85, 153, '0', 0, 0, 1640.760009765625, 223.3173065185546875, -43.1032600402832031, 6.161012649536132812, 0, 0, -0.06104850769042968, 0.998134791851043701, 120, 255, 1, 45745), -- G_WitchBroom_01 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+60, 180410, 0, 14046, 0, '0', 0, 0, 1560.32470703125, 200.0553741455078125, -41.0121536254882812, 2.426007747650146484, 0, 0, 0.936672210693359375, 0.350207358598709106, 120, 255, 1, 45745), -- G_HangingSkeleton_01 (Area: 0 - Difficulty: 0) +(@OGUID+61, 180410, 0, 85, 153, '0', 0, 0, 1643.4798583984375, 223.043731689453125, -41.6657752990722656, 4.555310726165771484, 0, 0, -0.76040554046630859, 0.649448513984680175, 120, 255, 1, 45745), -- G_HangingSkeleton_01 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+62, 180411, 0, 85, 153, '0', 0, 0, 1633.028076171875, 224.2049713134765625, -34.1373939514160156, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 45745), -- G_Ghost_01 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+63, 180411, 0, 85, 153, '0', 0, 0, 1565.699951171875, 271.37298583984375, -32.0598983764648437, 2.146752834320068359, 0, 0, 0.878816604614257812, 0.477159708738327026, 120, 255, 1, 45745), -- G_Ghost_01 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+64, 180412, 0, 14046, 14046, '0', 0, 0, 1839.8177490234375, 217.6319427490234375, 60.10001754760742187, 4.328419685363769531, 0, 0, -0.82903671264648437, 0.559194147586822509, 120, 255, 1, 45745), -- G_CandyBucket_01 (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+65, 180412, 0, 14046, 14046, '0', 0, 0, 1837.8975830078125, 216.204864501953125, 60.09865951538085937, 3.577930212020874023, 0, 0, -0.97629547119140625, 0.216442063450813293, 120, 255, 1, 45745), -- G_CandyBucket_01 (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+66, 180412, 0, 14046, 14046, '0', 0, 0, 1838.1336669921875, 213.861114501953125, 60.22890090942382812, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 45745), -- G_CandyBucket_01 (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+67, 180414, 0, 14046, 14046, '0', 0, 0, 1827.751708984375, 210.876739501953125, 60.27971267700195312, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Cauldron (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+68, 180415, 0, 14046, 14046, '0', 0, 0, 1828.8211669921875, 212.189239501953125, 60.37230682373046875, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- CandleBlack01 (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+69, 180415, 0, 14046, 14046, '0', 0, 0, 1828.6632080078125, 209.1336822509765625, 60.14522171020507812, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- CandleBlack01 (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+70, 180415, 0, 14046, 14046, '0', 0, 0, 1829.6771240234375, 210.6805572509765625, 60.26622772216796875, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- CandleBlack01 (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+71, 180415, 0, 14046, 14046, '0', 0, 0, 1826.7552490234375, 211.7777862548828125, 60.28120803833007812, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- CandleBlack01 (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+72, 180415, 0, 14046, 14046, '0', 0, 0, 1826.982666015625, 209.7309112548828125, 60.19806671142578125, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- CandleBlack01 (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+73, 180415, 0, 14046, 0, '0', 0, 0, 1567.814208984375, 205.9461822509765625, -41.699798583984375, 4.415683269500732421, 0, 0, -0.80385684967041015, 0.594822824001312255, 120, 255, 1, 45745), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+74, 180415, 0, 85, 153, '0', 0, 0, 1635.25732421875, 218.1834869384765625, -41.85992431640625, 3.752462387084960937, 0, 0, -0.95371627807617187, 0.300707906484603881, 120, 255, 1, 45745), -- CandleBlack01 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+75, 180415, 0, 85, 153, '0', 0, 0, 1650.33349609375, 218.2913665771484375, -41.20745849609375, 5.096362113952636718, 0, 0, -0.55919265747070312, 0.829037725925445556, 120, 255, 1, 45745), -- CandleBlack01 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+76, 180415, 0, 14046, 0, '0', 0, 0, 1617.373291015625, 294.527374267578125, -42.0468521118164062, 5.916667938232421875, 0, 0, -0.18223476409912109, 0.98325502872467041, 120, 255, 1, 45745), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+77, 180415, 0, 14046, 0, '0', 0, 0, 1615.943359375, 288.853668212890625, -42.3453712463378906, 3.22885894775390625, 0, 0, -0.99904823303222656, 0.043619260191917419, 120, 255, 1, 45745), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+78, 180415, 0, 14046, 0, '0', 0, 0, 1616.799072265625, 288.283416748046875, -42.3592872619628906, 2.076939344406127929, 0, 0, 0.861628532409667968, 0.50753939151763916, 120, 255, 1, 45745), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+79, 180425, 0, 14046, 0, '0', 0, 0, 1591.554931640625, 206.648651123046875, -54.2179603576660156, 0.802850961685180664, 0, 0, 0.390730857849121093, 0.920504987239837646, 120, 255, 1, 45745), -- SkullCandle01 (Area: 0 - Difficulty: 0) +(@OGUID+80, 180425, 0, 14046, 0, '0', 0, 0, 1567.515625, 206.1510467529296875, -41.5122756958007812, 1.274088263511657714, 0, 0, 0.594821929931640625, 0.80385744571685791, 120, 255, 1, 45745), -- SkullCandle01 (Area: 0 - Difficulty: 0) +(@OGUID+81, 180425, 0, 85, 153, '0', 0, 0, 1636.5989990234375, 218.00347900390625, -41.8460273742675781, 2.042035102844238281, 0, 0, 0.852640151977539062, 0.522498607635498046, 120, 255, 1, 45745), -- SkullCandle01 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+82, 180425, 0, 14046, 0, '0', 0, 0, 1620.4453125, 291.464752197265625, -42.2896995544433593, 3.351046562194824218, 0, 0, -0.99452114105224609, 0.104535527527332305, 120, 255, 1, 45745), -- SkullCandle01 (Area: 0 - Difficulty: 0) +(@OGUID+83, 180425, 0, 14046, 0, '0', 0, 0, 1616.4090576171875, 288.450286865234375, -42.2828903198242187, 4.084071159362792968, 0, 0, -0.8910064697265625, 0.453990638256072998, 120, 255, 1, 45745), -- SkullCandle01 (Area: 0 - Difficulty: 0) +(@OGUID+84, 180426, 0, 14046, 14046, '0', 0, 0, 1774.342041015625, 201.9947967529296875, 72.77500152587890625, 2.391098499298095703, 0, 0, 0.930417060852050781, 0.366502493619918823, 120, 255, 1, 45745), -- Bat01 (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+85, 180426, 0, 14046, 14046, '0', 0, 0, 1781.2916259765625, 212.5555572509765625, 59.86441421508789062, 2.600535154342651367, 0, 0, 0.963629722595214843, 0.26724100112915039, 120, 255, 1, 45745), -- Bat01 (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+86, 180426, 0, 14046, 14046, '0', 0, 0, 1791.49658203125, 214.92535400390625, 60.00310516357421875, 0.855210542678833007, 0, 0, 0.414692878723144531, 0.909961462020874023, 120, 255, 1, 45745), -- Bat01 (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+87, 180426, 0, 14046, 14046, '0', 0, 0, 1775.27783203125, 219.701385498046875, 59.5826416015625, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 45745), -- Bat01 (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+88, 180426, 0, 14046, 14046, '0', 0, 0, 1764.998291015625, 200.48785400390625, 70.87223052978515625, 5.619962215423583984, 0, 0, -0.32556724548339843, 0.945518851280212402, 120, 255, 1, 45745), -- Bat01 (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+89, 180426, 0, 14046, 14046, '0', 0, 0, 1790.407958984375, 200.5225677490234375, 70.87223052978515625, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 120, 255, 1, 45745), -- Bat01 (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+90, 180426, 0, 14046, 14046, '0', 0, 0, 1782.0069580078125, 212.6822967529296875, 59.8203887939453125, 5.550147056579589843, 0, 0, -0.358367919921875, 0.933580458164215087, 120, 255, 1, 45745), -- Bat01 (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+91, 180426, 0, 14046, 14046, '0', 0, 0, 1779.1353759765625, 204.4635467529296875, 59.9626007080078125, 3.001946926116943359, 0, 0, 0.997563362121582031, 0.069766148924827575, 120, 255, 1, 45745), -- Bat01 (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+92, 180426, 0, 14046, 14046, '0', 0, 0, 1779.2586669921875, 212.8645782470703125, 59.878662109375, 5.026549339294433593, 0, 0, -0.5877847671508789, 0.809017360210418701, 120, 255, 1, 45745), -- Bat01 (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+93, 180426, 0, 14046, 14046, '0', 0, 0, 1783.32470703125, 199.6527862548828125, 70.87223052978515625, 0.663223206996917724, 0, 0, 0.325567245483398437, 0.945518851280212402, 120, 255, 1, 45745), -- Bat01 (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+94, 180427, 0, 14046, 14046, '0', 0, 0, 1780.001708984375, 210.6822967529296875, 59.9851837158203125, 1.134462952613830566, 0, 0, 0.537299156188964843, 0.843391716480255126, 120, 255, 1, 45745), -- Bat02 (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+95, 180427, 0, 14046, 14046, '0', 0, 0, 1794.826416015625, 218.33160400390625, 60.02405548095703125, 2.740161895751953125, 0, 0, 0.979924201965332031, 0.199370384216308593, 120, 255, 1, 45745), -- Bat02 (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+96, 180427, 0, 14046, 14046, '0', 0, 0, 1784.3004150390625, 218.8836822509765625, 59.75374984741210937, 3.036838293075561523, 0, 0, 0.998628616333007812, 0.052353221923112869, 120, 255, 1, 45745), -- Bat02 (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+97, 180427, 0, 14046, 14046, '0', 0, 0, 1772.8038330078125, 203.62847900390625, 60.39958953857421875, 3.385940074920654296, 0, 0, -0.99254608154296875, 0.121869951486587524, 120, 255, 1, 45745), -- Bat02 (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+98, 180427, 0, 14046, 14046, '0', 0, 0, 1787.704833984375, 231.9479217529296875, 59.98978805541992187, 0.069811686873435974, 0, 0, 0.034898757934570312, 0.999390840530395507, 120, 255, 1, 45745), -- Bat02 (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+99, 180427, 0, 14046, 14046, '0', 0, 0, 1776.6197509765625, 220.11285400390625, 59.5583648681640625, 4.660029888153076171, 0, 0, -0.72537422180175781, 0.688354730606079101, 120, 255, 1, 45745), -- Bat02 (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+100, 180427, 0, 14046, 14046, '0', 0, 0, 1791.2847900390625, 215.6475677490234375, 59.9879302978515625, 1.117009282112121582, 0, 0, 0.529918670654296875, 0.84804844856262207, 120, 255, 1, 45745), -- Bat02 (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+101, 180427, 0, 14046, 14046, '0', 0, 0, 1778.87158203125, 224.1788177490234375, 59.51313018798828125, 5.078907966613769531, 0, 0, -0.56640625, 0.824126183986663818, 120, 255, 1, 45745), -- Bat02 (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+102, 180427, 0, 14046, 14046, '0', 0, 0, 1785.7691650390625, 219.9010467529296875, 59.74382781982421875, 5.969027042388916015, 0, 0, -0.1564340591430664, 0.987688362598419189, 120, 255, 1, 45745), -- Bat02 (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+103, 180427, 0, 14046, 14046, '0', 0, 0, 1788.2430419921875, 212.7864532470703125, 59.84340286254882812, 2.111847877502441406, 0, 0, 0.870355606079101562, 0.492423713207244873, 120, 255, 1, 45745), -- Bat02 (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+104, 180427, 0, 85, 153, '0', 0, 0, 1597.91845703125, 237.5121612548828125, -42.8651580810546875, 2.460912704467773437, 0, 0, 0.942641258239746093, 0.333807557821273803, 120, 255, 1, 45745), -- Bat02 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+105, 180427, 0, 85, 153, '0', 0, 0, 1594.7222900390625, 240.59722900390625, -40.9484672546386718, 5.270895957946777343, 0, 0, -0.48480892181396484, 0.87462007999420166, 120, 255, 1, 45745), -- Bat02 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+106, 180427, 0, 85, 153, '0', 0, 0, 1595.9896240234375, 237.5277862548828125, -42.4693222045898437, 5.811946868896484375, 0, 0, -0.2334451675415039, 0.972369968891143798, 120, 255, 1, 45745), -- Bat02 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+107, 180427, 0, 85, 153, '0', 0, 0, 1595.5382080078125, 236.8958282470703125, -45.0109901428222656, 3.054326534271240234, 0, 0, 0.999048233032226562, 0.043619260191917419, 120, 255, 1, 45745), -- Bat02 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+108, 180427, 0, 85, 153, '0', 0, 0, 1595.6927490234375, 240.498260498046875, -48.3859710693359375, 2.303830623626708984, 0, 0, 0.913544654846191406, 0.406738430261611938, 120, 255, 1, 45745), -- Bat02 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+109, 180427, 0, 85, 153, '0', 0, 0, 1596.8072509765625, 240.7100677490234375, -50.3026618957519531, 3.263772249221801757, 0, 0, -0.99813461303710937, 0.061051756143569946, 120, 255, 1, 45745), -- Bat02 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+110, 180427, 0, 85, 153, '0', 0, 0, 1595.095458984375, 239.0104217529296875, -46.3859748840332031, 3.385940074920654296, 0, 0, -0.99254608154296875, 0.121869951486587524, 120, 255, 1, 45745), -- Bat02 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+111, 180427, 0, 85, 153, '0', 0, 0, 1596.1336669921875, 239.4791717529296875, -49.7818260192871093, 1.989672422409057617, 0, 0, 0.838669776916503906, 0.544640243053436279, 120, 255, 1, 45745), -- Bat02 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+112, 180427, 0, 85, 153, '0', 0, 0, 1595.5521240234375, 243.58160400390625, -45.6984672546386718, 4.293513298034667968, 0, 0, -0.8386697769165039, 0.544640243053436279, 120, 255, 1, 45745), -- Bat02 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+113, 180427, 0, 85, 153, '0', 0, 0, 1594.40283203125, 241.4027862548828125, -50.3234672546386718, 5.235987663269042968, 0, 0, -0.5, 0.866025388240814208, 120, 255, 1, 45745), -- Bat02 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+114, 180427, 0, 85, 153, '0', 0, 0, 1596.107666015625, 240.48785400390625, -51.6915473937988281, 4.206246376037597656, 0, 0, -0.86162853240966796, 0.50753939151763916, 120, 255, 1, 45745), -- Bat02 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+115, 180427, 0, 85, 153, '0', 0, 0, 1593.5069580078125, 242.2899322509765625, -41.5179023742675781, 5.916667938232421875, 0, 0, -0.18223476409912109, 0.98325502872467041, 120, 255, 1, 45745), -- Bat02 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+116, 180427, 0, 85, 153, '0', 0, 0, 1597.69970703125, 242.079864501953125, -48.4415321350097656, 5.70722818374633789, 0, 0, -0.28401470184326171, 0.958819925785064697, 120, 255, 1, 45745), -- Bat02 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+117, 180427, 0, 85, 153, '0', 0, 0, 1596.3072509765625, 240.095489501953125, -45.8790359497070312, 2.72271275520324707, 0, 0, 0.978147506713867187, 0.207912087440490722, 120, 255, 1, 45745), -- Bat02 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+118, 180427, 0, 85, 153, '0', 0, 0, 1597.4774169921875, 240.140625, -44.6915359497070312, 2.809975385665893554, 0, 0, 0.986285209655761718, 0.165049895644187927, 120, 255, 1, 45745), -- Bat02 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+119, 180427, 0, 85, 153, '0', 0, 0, 1596.3062744140625, 239.9547882080078125, -52.1429176330566406, 4.118979454040527343, 0, 0, -0.88294696807861328, 0.469472706317901611, 120, 255, 1, 45745), -- Bat02 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+120, 180427, 0, 85, 153, '0', 0, 0, 1593.23095703125, 238.40625, -45.0040359497070312, 5.253442287445068359, 0, 0, -0.49242305755615234, 0.870355963706970214, 120, 255, 1, 45745), -- Bat02 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+121, 180427, 0, 85, 153, '0', 0, 0, 1596.2257080078125, 240.7777862548828125, -49.7054176330566406, 1.762782454490661621, 0, 0, 0.771624565124511718, 0.636078238487243652, 120, 255, 1, 45745), -- Bat02 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+122, 180427, 0, 85, 153, '0', 0, 0, 1597.46533203125, 241.7621612548828125, -47.0526466369628906, 4.328419685363769531, 0, 0, -0.82903671264648437, 0.559194147586822509, 120, 255, 1, 45745), -- Bat02 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+123, 180427, 0, 85, 153, '0', 0, 0, 1592.59033203125, 240.157989501953125, -47.3998527526855468, 4.869470596313476562, 0, 0, -0.64944744110107421, 0.760406434535980224, 120, 255, 1, 45745), -- Bat02 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+124, 180428, 0, 14046, 14046, '0', 0, 0, 1818.6353759765625, 228.3506927490234375, 59.62416458129882812, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- G_WitchBroom_01 scale 0.5 (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+125, 180431, 0, 14046, 14046, '0', 0, 0, 1642.021240234375, 239.8374786376953125, 62.59157180786132812, 1.972219824790954589, 0, 0, 0.83388519287109375, 0.55193793773651123, 120, 255, 1, 45745), -- G_Pumpkin_01 scale 4.0 (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+126, 180432, 0, 14046, 14046, '0', 0, 0, 1816.2535400390625, 207.5225677490234375, 57.33654022216796875, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 45745), -- Forsaken Banner (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+127, 180432, 0, 14046, 14046, '0', 0, 0, 1793.5347900390625, 207.6996612548828125, 57.36068344116210937, 1.535889506340026855, 0, 0, 0.694658279418945312, 0.719339847564697265, 120, 255, 1, 45745), -- Forsaken Banner (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+128, 180432, 0, 14046, 14046, '0', 0, 0, 1810.9114990234375, 199.4947967529296875, 69.08628082275390625, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 45745), -- Forsaken Banner (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+129, 180432, 0, 14046, 14046, '0', 0, 0, 1799.326416015625, 199.6197967529296875, 69.0862579345703125, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 45745), -- Forsaken Banner (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+130, 180433, 0, 14046, 14046, '0', 0, 0, 1782.6614990234375, 214.126739501953125, 59.79413604736328125, 0.942476630210876464, 0, 0, 0.453989982604980468, 0.891006767749786376, 120, 255, 1, 45745), -- The Wickerman (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+131, 180434, 0, 14046, 14046, '0', 0, 0, 1827.4566650390625, 254.2586822509765625, 59.79866409301757812, 5.654868602752685546, 0, 0, -0.30901622772216796, 0.95105677843093872, 120, 255, 1, 45745), -- Bonfire (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+132, 180434, 0, 14046, 14046, '0', 0, 0, 1785.26220703125, 257.182281494140625, 59.50574493408203125, 0.191985160112380981, 0, 0, 0.095845222473144531, 0.995396256446838378, 120, 255, 1, 45745), -- Bonfire (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+133, 180434, 0, 85, 153, '0', 0, 0, 1759.492431640625, 515.94879150390625, 35.30905914306640625, 5.253442287445068359, 0, 0, -0.49242305755615234, 0.870355963706970214, 120, 255, 1, 45745), -- Bonfire (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+134, 180437, 0, 14046, 14046, '0', 0, 0, 1784.640625, 220.1319427490234375, 59.73944091796875, 3.612837791442871093, 0, 0, -0.97236919403076171, 0.233448356389999389, 120, 255, 1, 45745), -- Wickerman Ashes (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+135, 180437, 0, 14046, 14046, '0', 0, 0, 1782.44970703125, 224.8559112548828125, 59.36582565307617187, 4.066620349884033203, 0, 0, -0.89493370056152343, 0.44619917869567871, 120, 255, 1, 45745), -- Wickerman Ashes (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+136, 180437, 0, 14046, 14046, '0', 0, 0, 1778.02783203125, 226.109375, 59.52318572998046875, 4.817109584808349609, 0, 0, -0.66913032531738281, 0.74314504861831665, 120, 255, 1, 45745), -- Wickerman Ashes (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+137, 180437, 0, 14046, 14046, '0', 0, 0, 1773.592041015625, 225.2916717529296875, 59.67877197265625, 4.817109584808349609, 0, 0, -0.66913032531738281, 0.74314504861831665, 120, 255, 1, 45745), -- Wickerman Ashes (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+138, 180437, 0, 14046, 14046, '0', 0, 0, 1790.27783203125, 217.7291717529296875, 59.93278121948242187, 5.602506637573242187, 0, 0, -0.33380699157714843, 0.942641437053680419, 120, 255, 1, 45745), -- Wickerman Ashes (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+139, 180437, 0, 14046, 14046, '0', 0, 0, 1785.126708984375, 216.56597900390625, 59.7205352783203125, 3.717553615570068359, 0, 0, -0.95881938934326171, 0.284016460180282592, 120, 255, 1, 45745), -- Wickerman Ashes (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+140, 180437, 0, 14046, 14046, '0', 0, 0, 1790.0191650390625, 209.15972900390625, 59.9146728515625, 3.752462387084960937, 0, 0, -0.95371627807617187, 0.300707906484603881, 120, 255, 1, 45745), -- Wickerman Ashes (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+141, 180437, 0, 14046, 14046, '0', 0, 0, 1789.15283203125, 213.2465362548828125, 59.89113235473632812, 4.817109584808349609, 0, 0, -0.66913032531738281, 0.74314504861831665, 120, 255, 1, 45745), -- Wickerman Ashes (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+142, 180437, 0, 14046, 14046, '0', 0, 0, 1780.701416015625, 221.9184112548828125, 59.62030792236328125, 4.817109584808349609, 0, 0, -0.66913032531738281, 0.74314504861831665, 120, 255, 1, 45745), -- Wickerman Ashes (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+143, 180471, 0, 14046, 0, '0', 0, 0, 1577.6129150390625, 205.204864501953125, -36.9064521789550781, 1.535889506340026855, 0, 0, 0.694658279418945312, 0.719339847564697265, 120, 255, 1, 45745), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) +(@OGUID+144, 180471, 0, 14046, 0, '0', 0, 0, 1570.2239990234375, 210.3125, -36.9758987426757812, 3.52557229995727539, 0, 0, -0.98162651062011718, 0.190812408924102783, 120, 255, 1, 45745), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) +(@OGUID+145, 180471, 0, 14046, 0, '0', 0, 0, 1613.2257080078125, 204.89410400390625, -36.9133987426757812, 4.59021615982055664, 0, 0, -0.74895572662353515, 0.662620067596435546, 120, 255, 1, 45745), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) +(@OGUID+146, 180471, 0, 85, 153, '0', 0, 0, 1620.6978759765625, 209.94097900390625, -36.8022842407226562, 2.740161895751953125, 0, 0, 0.979924201965332031, 0.199370384216308593, 120, 255, 1, 45745), -- HangingSkullLight01 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+147, 180471, 0, 85, 153, '0', 0, 0, 1633.489990234375, 227.1705780029296875, -36.95050048828125, 4.852017402648925781, 0, 0, -0.65605831146240234, 0.754710197448730468, 120, 255, 1, 45745), -- HangingSkullLight01 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+148, 180471, 0, 85, 153, '0', 0, 0, 1587.642333984375, 232.3836822509765625, -56.6338157653808593, 5.410521507263183593, 0, 0, -0.42261791229248046, 0.906307935714721679, 120, 255, 1, 45745), -- HangingSkullLight01 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+149, 180471, 0, 85, 153, '0', 0, 0, 1603.62158203125, 232.2309112548828125, -56.6963157653808593, 0.715584874153137207, 0, 0, 0.350207328796386718, 0.936672210693359375, 120, 255, 1, 45745), -- HangingSkullLight01 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+150, 180471, 0, 14046, 0, '0', 0, 0, 1636.0867919921875, 235.4496612548828125, -36.9088325500488281, 3.351046562194824218, 0, 0, -0.99452114105224609, 0.104535527527332305, 120, 255, 1, 45745), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) +(@OGUID+151, 180471, 0, 14046, 0, '0', 0, 0, 1636.34375, 244.611114501953125, -36.9296684265136718, 5.70722818374633789, 0, 0, -0.28401470184326171, 0.958819925785064697, 120, 255, 1, 45745), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) +(@OGUID+152, 180471, 0, 85, 153, '0', 0, 0, 1557.6597900390625, 227.7916717529296875, -36.8602218627929687, 0.802850961685180664, 0, 0, 0.390730857849121093, 0.920504987239837646, 120, 255, 1, 45745), -- HangingSkullLight01 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+153, 180471, 0, 85, 153, '0', 0, 0, 1603.128662109375, 240.336395263671875, -48.5862617492675781, 1.675513744354248046, 0, 0, 0.743144035339355468, 0.669131457805633544, 120, 255, 1, 45745), -- HangingSkullLight01 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+154, 180471, 0, 85, 153, '0', 0, 0, 1588.71875, 240.34375, -48.8432083129882812, 4.660029888153076171, 0, 0, -0.72537422180175781, 0.688354730606079101, 120, 255, 1, 45745), -- HangingSkullLight01 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+155, 180471, 0, 85, 153, '0', 0, 0, 1633.9288330078125, 252.671875, -36.88800048828125, 4.206246376037597656, 0, 0, -0.86162853240966796, 0.50753939151763916, 120, 255, 1, 45745), -- HangingSkullLight01 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+156, 180471, 0, 85, 153, '0', 0, 0, 1587.736083984375, 248.4166717529296875, -56.6546173095703125, 3.892086982727050781, 0, 0, -0.93041706085205078, 0.366502493619918823, 120, 255, 1, 45745), -- HangingSkullLight01 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+157, 180471, 0, 85, 153, '0', 0, 0, 1603.7691650390625, 248.2430572509765625, -56.682373046875, 2.268925428390502929, 0, 0, 0.906307220458984375, 0.422619491815567016, 120, 255, 1, 45745), -- HangingSkullLight01 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+158, 180471, 0, 85, 153, '0', 0, 0, 1557.829833984375, 253.4322967529296875, -36.7838325500488281, 2.024578809738159179, 0, 0, 0.848047256469726562, 0.529920578002929687, 120, 255, 1, 45745), -- HangingSkullLight01 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+159, 180471, 0, 85, 153, '0', 0, 0, 1570.68994140625, 270.759002685546875, -36.8717002868652343, 6.09120035171508789, 0, 0, -0.09584522247314453, 0.995396256446838378, 120, 255, 1, 45745), -- HangingSkullLight01 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+160, 180471, 0, 85, 153, '0', 0, 0, 1592.673583984375, 273.842010498046875, -48.2894935607910156, 6.195919513702392578, 0, 0, -0.04361915588378906, 0.999048233032226562, 120, 255, 1, 45745), -- HangingSkullLight01 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+161, 180471, 0, 85, 153, '0', 0, 0, 1578.048583984375, 275.73089599609375, -36.8578414916992187, 1.500982880592346191, 0, 0, 0.681998252868652343, 0.731353819370269775, 120, 255, 1, 45745), -- HangingSkullLight01 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+162, 180471, 0, 85, 153, '0', 0, 0, 1636.220458984375, 274.520843505859375, -37.1635665893554687, 3.857182979583740234, 0, 0, -0.93667125701904296, 0.350209832191467285, 120, 255, 1, 45745), -- HangingSkullLight01 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+163, 180471, 0, 85, 153, '0', 0, 0, 1636.9930419921875, 281.951385498046875, -37.1579170227050781, 5.410521507263183593, 0, 0, -0.42261791229248046, 0.906307935714721679, 120, 255, 1, 45745), -- HangingSkullLight01 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+164, 180471, 0, 85, 153, '0', 0, 0, 1621.201416015625, 270.244781494140625, -36.9064521789550781, 0.191985160112380981, 0, 0, 0.095845222473144531, 0.995396256446838378, 120, 255, 1, 45745), -- HangingSkullLight01 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+165, 180471, 0, 85, 153, '0', 0, 0, 1599.3472900390625, 273.69097900390625, -48.0918617248535156, 0.191985160112380981, 0, 0, 0.095845222473144531, 0.995396256446838378, 120, 255, 1, 45745), -- HangingSkullLight01 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+166, 180471, 0, 85, 153, '0', 0, 0, 1629.7691650390625, 281.555572509765625, -37.33245849609375, 0.837757468223571777, 0, 0, 0.406736373901367187, 0.913545548915863037, 120, 255, 1, 45745), -- HangingSkullLight01 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+167, 180471, 0, 85, 153, '0', 0, 0, 1613.8802490234375, 275.4375, -36.9203414916992187, 4.869470596313476562, 0, 0, -0.64944744110107421, 0.760406434535980224, 120, 255, 1, 45745), -- HangingSkullLight01 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+168, 180472, 0, 14046, 0, '0', 0, 0, 1595.795166015625, 207.28125, -45.7957038879394531, 1.553341388702392578, 0, 0, 0.700908660888671875, 0.713251054286956787, 120, 255, 1, 45745), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+169, 180472, 0, 14046, 0, '0', 0, 0, 1583.4930419921875, 202.1145782470703125, -35.4792747497558593, 2.373644113540649414, 0, 0, 0.927183151245117187, 0.37460830807685852, 120, 255, 1, 45745), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+170, 180472, 0, 14046, 0, '0', 0, 0, 1607.3836669921875, 202.1614532470703125, -35.507049560546875, 1.029743075370788574, 0, 0, 0.492423057556152343, 0.870355963706970214, 120, 255, 1, 45745), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+171, 180472, 0, 85, 153, '0', 0, 0, 1630.3568115234375, 221.2655181884765625, -35.4991111755371093, 1.640606880187988281, 0, 0, 0.731352806091308593, 0.6819993257522583, 120, 255, 1, 45745), -- HangingSkullLight02 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+172, 180472, 0, 85, 153, '0', 0, 0, 1560.734375, 221.8697967529296875, -35.4782791137695312, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 45745), -- HangingSkullLight02 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+173, 180472, 0, 85, 153, '0', 0, 0, 1625.0833740234375, 214.170135498046875, -35.4435615539550781, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 45745), -- HangingSkullLight02 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+174, 180472, 0, 85, 153, '0', 0, 0, 1565.9305419921875, 214.6527862548828125, -35.4852294921875, 6.021387100219726562, 0, 0, -0.13052558898925781, 0.991444945335388183, 120, 255, 1, 45745), -- HangingSkullLight02 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+175, 180472, 0, 85, 153, '0', 0, 0, 1595.6754150390625, 233.138885498046875, -47.3432083129882812, 4.694936752319335937, 0, 0, -0.71325016021728515, 0.700909554958343505, 120, 255, 1, 45745), -- HangingSkullLight02 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+176, 180472, 0, 85, 153, '0', 0, 0, 1595.7396240234375, 247.670135498046875, -47.34320068359375, 1.675513744354248046, 0, 0, 0.743144035339355468, 0.669131457805633544, 120, 255, 1, 45745), -- HangingSkullLight02 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+177, 180472, 0, 85, 153, '0', 0, 0, 1566.489990234375, 266.5, -35.4782981872558593, 0.209439441561698913, 0, 0, 0.104528427124023437, 0.994521915912628173, 120, 255, 1, 45745), -- HangingSkullLight02 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+178, 180472, 0, 85, 153, '0', 0, 0, 1561.0382080078125, 259.305572509765625, -35.4713325500488281, 4.764749526977539062, 0, 0, -0.6883544921875, 0.725374460220336914, 120, 255, 1, 45745), -- HangingSkullLight02 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+179, 180472, 0, 85, 153, '0', 0, 0, 1584.111083984375, 278.579864501953125, -35.4862213134765625, 4.310965538024902343, 0, 0, -0.83388519287109375, 0.55193793773651123, 120, 255, 1, 45745), -- HangingSkullLight02 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+180, 180472, 0, 14046, 0, '0', 0, 0, 1607.9757080078125, 278.263885498046875, -35.5209426879882812, 5.113816738128662109, 0, 0, -0.55193614959716796, 0.833886384963989257, 120, 255, 1, 45745), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+181, 180472, 0, 85, 153, '0', 0, 0, 1625.4427490234375, 266.02777099609375, -35.4852218627929687, 3.106652259826660156, 0, 0, 0.999847412109375, 0.017469281330704689, 120, 255, 1, 45745), -- HangingSkullLight02 (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+182, 180472, 0, 1497, 0, '0', 0, 0, 1630.701416015625, 258.836822509765625, -35.4782829284667968, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 45745), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+183, 180523, 0, 14046, 14046, '0', 0, 0, 1839.4617919921875, 220.8038177490234375, 60.17534255981445312, 4.520402908325195312, 0, 0, -0.77162456512451171, 0.636078238487243652, 120, 255, 1, 45745), -- Apple Bob (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+184, 180523, 0, 85, 153, '0', 0, 0, 1645.078125, 218.875, -42.7976036071777343, 0.069811686873435974, 0, 0, 0.034898757934570312, 0.999390840530395507, 120, 255, 1, 45745), -- Apple Bob (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+185, 190071, 0, 85, 153, '0', 0, 0, 1638.4921875, 223.1143341064453125, -43.1032218933105468, 5.061456203460693359, 0, 0, -0.57357597351074218, 0.819152355194091796, 120, 255, 1, 45745), -- Candy Bucket (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+186, 190217, 0, 14046, 14046, '0', 0, 0, 1840.4097900390625, 223.0555572509765625, 60.19789505004882812, 6.12610626220703125, 0, 0, -0.07845878601074218, 0.996917366981506347, 120, 255, 1, 45745), -- Forsaken Tent 04 (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+187, 190217, 0, 14046, 14046, '0', 0, 0, 1842.060791015625, 216.2256927490234375, 60.18104934692382812, 5.89921426773071289, 0, 0, -0.19080829620361328, 0.981627285480499267, 120, 255, 1, 45745), -- Forsaken Tent 04 (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+188, 208198, 0, 14046, 14046, '0', 0, 0, 1788.38720703125, 220.657989501953125, 59.7380523681640625, 3.368495941162109375, 0, 0, -0.99357128143310546, 0.113208353519439697, 120, 255, 1, 45745), -- Bonfire (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+189, 208200, 0, 14046, 14046, '0', 0, 0, 1758.357666015625, 159.59375, -62.24005126953125, 5.078907966613769531, 0, 0, -0.56640625, 0.824126183986663818, 120, 255, 1, 45745), -- Stink Bomb Cloud (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+190, 208200, 0, 14046, 0, '0', 0, 0, 1741.8785400390625, 385.9600830078125, -62.2913818359375, 6.213373661041259765, 0, 0, -0.03489875793457031, 0.999390840530395507, 120, 255, 1, 45745), -- Stink Bomb Cloud (Area: 0 - Difficulty: 0) +(@OGUID+191, 208200, 0, 14046, 0, '0', 0, 0, 1789.0555419921875, 99.30902862548828125, -59.3170356750488281, 2.199114561080932617, 0, 0, 0.8910064697265625, 0.453990638256072998, 120, 255, 1, 45745), -- Stink Bomb Cloud (Area: 0 - Difficulty: 0) +(@OGUID+192, 208200, 0, 14046, 0, '0', 0, 0, 1704.6024169921875, 182.9444427490234375, -62.1829833984375, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Stink Bomb Cloud (Area: 0 - Difficulty: 0) +(@OGUID+193, 208200, 0, 14046, 0, '0', 0, 0, 1699.64453125, 232.611114501953125, -49.061370849609375, 0.051103435456752777, 0, 0, 0.025548934936523437, 0.99967360496520996, 120, 255, 1, 45745), -- Stink Bomb Cloud (Area: 0 - Difficulty: 0) +(@OGUID+194, 208200, 0, 14046, 0, '0', 0, 0, 1747.5711669921875, 86.77777862548828125, -62.2694778442382812, 2.199114561080932617, 0, 0, 0.8910064697265625, 0.453990638256072998, 120, 255, 1, 45745), -- Stink Bomb Cloud (Area: 0 - Difficulty: 0) +(@OGUID+195, 208200, 0, 85, 153, '0', 0, 0, 1725.15625, 35.65277862548828125, -62.2749519348144531, 2.199114561080932617, 0, 0, 0.8910064697265625, 0.453990638256072998, 120, 255, 1, 45745), -- Stink Bomb Cloud (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+196, 208200, 0, 14046, 0, '0', 0, 0, 1599.546875, 60.05729293823242187, -62.1757087707519531, 0.977383077144622802, 0, 0, 0.469470977783203125, 0.882947921752929687, 120, 255, 1, 45745), -- Stink Bomb Cloud (Area: 0 - Difficulty: 0) +(@OGUID+197, 208200, 0, 14046, 0, '0', 0, 0, 1592.65283203125, 119.6996536254882812, -62.1777000427246093, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 45745), -- Stink Bomb Cloud (Area: 0 - Difficulty: 0) +(@OGUID+198, 208200, 0, 14046, 0, '0', 0, 0, 1536.1041259765625, 110.2378463745117187, -62.1772880554199218, 0.733038187026977539, 0, 0, 0.358367919921875, 0.933580458164215087, 120, 255, 1, 45745), -- Stink Bomb Cloud (Area: 0 - Difficulty: 0) +(@OGUID+199, 208200, 0, 14046, 0, '0', 0, 0, 1507.5728759765625, 87.97222137451171875, -57.1533889770507812, 0.977383077144622802, 0, 0, 0.469470977783203125, 0.882947921752929687, 120, 255, 1, 45745), -- Stink Bomb Cloud (Area: 0 - Difficulty: 0) +(@OGUID+200, 208200, 0, 85, 153, '0', 0, 0, 1523.5867919921875, 150.998260498046875, -62.1641921997070312, 0.733038187026977539, 0, 0, 0.358367919921875, 0.933580458164215087, 120, 255, 1, 45745), -- Stink Bomb Cloud (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+201, 208200, 0, 14046, 0, '0', 0, 0, 1555.7535400390625, 206.013885498046875, -43.1021652221679687, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Stink Bomb Cloud (Area: 0 - Difficulty: 0) +(@OGUID+202, 208200, 0, 85, 153, '0', 0, 0, 1651.86767578125, 187.4478759765625, -62.1789627075195312, 3.8561859130859375, 0, 0, -0.93684577941894531, 0.349742770195007324, 120, 255, 1, 45745), -- Stink Bomb Cloud (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+203, 208200, 0, 85, 153, '0', 0, 0, 1651.828125, 229.8559112548828125, -62.1777000427246093, 0.453785061836242675, 0, 0, 0.224950790405273437, 0.974370121955871582, 120, 255, 1, 45745), -- Stink Bomb Cloud (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+204, 208200, 0, 85, 153, '0', 0, 0, 1583.4739990234375, 239.9027862548828125, -62.0773811340332031, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Stink Bomb Cloud (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+205, 208200, 0, 85, 153, '0', 0, 0, 1690.546875, 197.1215362548828125, -62.1770210266113281, 5.078907966613769531, 0, 0, -0.56640625, 0.824126183986663818, 120, 255, 1, 45745), -- Stink Bomb Cloud (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+206, 208200, 0, 85, 153, '0', 0, 0, 1500.0347900390625, 195.6458282470703125, -62.1392135620117187, 4.014260292053222656, 0, 0, -0.90630722045898437, 0.422619491815567016, 120, 255, 1, 45745), -- Stink Bomb Cloud (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+207, 208200, 0, 85, 153, '0', 0, 0, 1490.6944580078125, 157.185760498046875, -60.0903511047363281, 2.216565132141113281, 0, 0, 0.894933700561523437, 0.44619917869567871, 120, 255, 1, 45745), -- Stink Bomb Cloud (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+208, 208200, 0, 85, 153, '0', 0, 0, 1398.0191650390625, 133.78125, -62.2960968017578125, 0.034906249493360519, 0, 0, 0.017452239990234375, 0.999847710132598876, 120, 255, 1, 45745), -- Stink Bomb Cloud (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+209, 208200, 0, 85, 153, '0', 0, 0, 1490.845458984375, 52.9149322509765625, -62.296142578125, 0.977383077144622802, 0, 0, 0.469470977783203125, 0.882947921752929687, 120, 255, 1, 45745), -- Stink Bomb Cloud (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+210, 208200, 0, 85, 153, '0', 0, 0, 1463.532958984375, 270.161468505859375, -62.1776885986328125, 4.48549652099609375, 0, 0, -0.7826080322265625, 0.622514784336090087, 120, 255, 1, 45745), -- Stink Bomb Cloud (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+211, 208200, 0, 85, 153, '0', 0, 0, 1509.7882080078125, 281.942718505859375, -62.1716804504394531, 4.48549652099609375, 0, 0, -0.7826080322265625, 0.622514784336090087, 120, 255, 1, 45745), -- Stink Bomb Cloud (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+212, 208200, 0, 85, 153, '0', 0, 0, 1464.9254150390625, 200.126739501953125, -62.1769752502441406, 4.014260292053222656, 0, 0, -0.90630722045898437, 0.422619491815567016, 120, 255, 1, 45745), -- Stink Bomb Cloud (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+213, 208200, 0, 85, 153, '0', 0, 0, 1485.9166259765625, 309.12847900390625, -61.5094070434570312, 4.48549652099609375, 0, 0, -0.7826080322265625, 0.622514784336090087, 120, 255, 1, 45745), -- Stink Bomb Cloud (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+214, 208200, 0, 85, 153, '0', 0, 0, 1420.920166015625, 296.368072509765625, -62.1826324462890625, 0.034906249493360519, 0, 0, 0.017452239990234375, 0.999847710132598876, 120, 255, 1, 45745), -- Stink Bomb Cloud (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+215, 208200, 0, 85, 153, '0', 0, 0, 1439.1163330078125, 331.545135498046875, -62.2662239074707031, 2.617989301681518554, 0, 0, 0.965925216674804687, 0.258821308612823486, 120, 255, 1, 45745), -- Stink Bomb Cloud (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+216, 208200, 0, 85, 153, '0', 0, 0, 1388.8941650390625, 340.244781494140625, -66.0161972045898437, 0.034906249493360519, 0, 0, 0.017452239990234375, 0.999847710132598876, 120, 255, 1, 45745), -- Stink Bomb Cloud (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+217, 208200, 0, 85, 153, '0', 0, 0, 1521.99658203125, 319.524322509765625, -62.1329421997070312, 2.251473426818847656, 0, 0, 0.902585029602050781, 0.430511653423309326, 120, 255, 1, 45745), -- Stink Bomb Cloud (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+218, 208200, 0, 85, 153, '0', 0, 0, 1493.4791259765625, 342.74652099609375, -61.1160354614257812, 4.48549652099609375, 0, 0, -0.7826080322265625, 0.622514784336090087, 120, 255, 1, 45745), -- Stink Bomb Cloud (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+219, 208200, 0, 85, 153, '0', 0, 0, 1538.203125, 371.697906494140625, -62.2473907470703125, 2.251473426818847656, 0, 0, 0.902585029602050781, 0.430511653423309326, 120, 255, 1, 45745), -- Stink Bomb Cloud (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+220, 208200, 0, 85, 153, '0', 0, 0, 1571.717041015625, 299.00347900390625, -43.0911445617675781, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Stink Bomb Cloud (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+221, 208200, 0, 85, 153, '0', 0, 0, 1490.2396240234375, 414.828125, -62.1852302551269531, 5.270895957946777343, 0, 0, -0.48480892181396484, 0.87462007999420166, 120, 255, 1, 45745), -- Stink Bomb Cloud (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+222, 208200, 0, 85, 153, '0', 0, 0, 1608.5086669921875, 301.6788330078125, -62.1776885986328125, 6.003933906555175781, 0, 0, -0.13917255401611328, 0.990268170833587646, 120, 255, 1, 45745), -- Stink Bomb Cloud (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+223, 208200, 0, 14046, 0, '0', 0, 0, 1638.7257080078125, 419.86285400390625, -62.1767387390136718, 4.049167633056640625, 0, 0, -0.89879322052001953, 0.438372820615768432, 120, 255, 1, 45745), -- Stink Bomb Cloud (Area: 0 - Difficulty: 0) +(@OGUID+224, 208200, 0, 14046, 0, '0', 0, 0, 1641.3853759765625, 287.84375, -62.1836357116699218, 2.164205789566040039, 0, 0, 0.882946968078613281, 0.469472706317901611, 120, 255, 1, 45745), -- Stink Bomb Cloud (Area: 0 - Difficulty: 0) +(@OGUID+225, 208200, 0, 1497, 0, '0', 0, 0, 1641.092041015625, 333.7100830078125, -62.1859130859375, 2.251473426818847656, 0, 0, 0.902585029602050781, 0.430511653423309326, 120, 255, 1, 45745), -- Stink Bomb Cloud (Area: 0 - Difficulty: 0) +(@OGUID+226, 208200, 0, 1497, 0, '0', 0, 0, 1391.73095703125, 377.2569580078125, -66.0236663818359375, 5.131268978118896484, 0, 0, -0.54463863372802734, 0.838670849800109863, 120, 255, 1, 45745), -- Stink Bomb Cloud (Area: 0 - Difficulty: 0) +(@OGUID+227, 208200, 0, 1497, 0, '0', 0, 0, 1531.0069580078125, 212.7552032470703125, -43.0565948486328125, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Stink Bomb Cloud (Area: 0 - Difficulty: 0) +(@OGUID+228, 208200, 0, 1497, 0, '0', 0, 0, 1557.217041015625, 183.6944427490234375, -62.1776008605957031, 6.003933906555175781, 0, 0, -0.13917255401611328, 0.990268170833587646, 120, 255, 1, 45745), -- Stink Bomb Cloud (Area: 0 - Difficulty: 0) +(@OGUID+229, 208200, 0, 1497, 0, '0', 0, 0, 1668.032958984375, 208.6145782470703125, -62.1776885986328125, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 120, 255, 1, 45745), -- Stink Bomb Cloud (Area: 0 - Difficulty: 0) +(@OGUID+230, 208200, 0, 1497, 0, '0', 0, 0, 1633.07470703125, 195.2083282470703125, -60.769775390625, 3.94444584846496582, 0, 0, -0.92050457000732421, 0.3907318115234375, 120, 255, 1, 45745), -- Stink Bomb Cloud (Area: 0 - Difficulty: 0) +(@OGUID+231, 208200, 0, 1497, 0, '0', 0, 0, 1557.7611083984375, 304.699066162109375, -62.17767333984375, 0.673102021217346191, 0, 0, 0.330233573913574218, 0.943899273872375488, 120, 255, 1, 45745), -- Stink Bomb Cloud (Area: 0 - Difficulty: 0) +(@OGUID+232, 208200, 0, 1497, 0, '0', 0, 0, 1608.29345703125, 235.71875, -62.0773582458496093, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Stink Bomb Cloud (Area: 0 - Difficulty: 0) +(@OGUID+233, 208200, 0, 1497, 0, '0', 0, 0, 1593.1837158203125, 178.7835540771484375, -62.1779251098632812, 3.107313871383666992, 0, 0, 0.999853134155273437, 0.017138602212071418, 120, 255, 1, 45745), -- Stink Bomb Cloud (Area: 0 - Difficulty: 0) +(@OGUID+234, 208200, 0, 1497, 0, '0', 0, 0, 1768.857666015625, 230.89788818359375, -62.1756820678710937, 4.52569580078125, 0, 0, -0.76993846893310546, 0.638118147850036621, 120, 255, 1, 45745), -- Stink Bomb Cloud (Area: 0 - Difficulty: 0) +(@OGUID+235, 208200, 0, 14046, 0, '0', 0, 0, 1698.0992431640625, 240.6975555419921875, -62.1776695251464843, 4.460465908050537109, 0, 0, -0.79033756256103515, 0.612671613693237304, 120, 255, 1, 45745), -- Stink Bomb Cloud (Area: 0 - Difficulty: 0) +(@OGUID+236, 208200, 0, 14046, 0, '0', 0, 0, 1693.045166015625, 142.0677032470703125, -55.2144966125488281, 3.560472726821899414, 0, 0, -0.97814750671386718, 0.207912087440490722, 120, 255, 1, 45745), -- Stink Bomb Cloud (Area: 0 - Difficulty: 0) +(@OGUID+237, 208200, 0, 1497, 0, '0', 0, 0, 1636.953125, 134.9756927490234375, -62.1579132080078125, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 120, 255, 1, 45745), -- Stink Bomb Cloud (Area: 0 - Difficulty: 0) +(@OGUID+238, 208200, 0, 1497, 0, '0', 0, 0, 1529.8214111328125, 223.845703125, -62.1778564453125, 1.856184601783752441, 0, 0, 0.800477981567382812, 0.599362134933471679, 120, 255, 1, 45745), -- Stink Bomb Cloud (Area: 0 - Difficulty: 0) +(@OGUID+239, 208200, 0, 1497, 0, '0', 0, 0, 1467.6822509765625, 238.1145782470703125, -62.1776809692382812, 3.263772249221801757, 0, 0, -0.99813461303710937, 0.061051756143569946, 120, 255, 1, 45745), -- Stink Bomb Cloud (Area: 0 - Difficulty: 0) +(@OGUID+240, 208200, 0, 1497, 4617, '0', 0, 0, 1551.3680419921875, 213.3993072509765625, -58.5725975036621093, 3.45575571060180664, 0, 0, -0.98768806457519531, 0.156436234712600708, 120, 255, 1, 45745), -- Stink Bomb Cloud (Area: Elevator - Difficulty: 0) +(@OGUID+241, 208200, 0, 1497, 0, '0', 0, 0, 1591.0052490234375, 251.2864532470703125, -62.0870437622070312, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Stink Bomb Cloud (Area: 0 - Difficulty: 0) +(@OGUID+242, 208200, 0, 1497, 0, '0', 0, 0, 1729.670166015625, 224.609375, -62.1776924133300781, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Stink Bomb Cloud (Area: 0 - Difficulty: 0) +(@OGUID+243, 208200, 0, 1497, 0, '0', 0, 0, 1772.6563720703125, 234.324462890625, -62.1756820678710937, 3.469304561614990234, 0, 0, -0.98660564422607421, 0.163123577833175659, 120, 255, 1, 45745), -- Stink Bomb Cloud (Area: 0 - Difficulty: 0) +(@OGUID+244, 208200, 0, 1497, 0, '0', 0, 0, 1774.4478759765625, 333.380218505859375, -62.2883377075195312, 1.361356139183044433, 0, 0, 0.629320144653320312, 0.77714616060256958, 120, 255, 1, 45745), -- Stink Bomb Cloud (Area: 0 - Difficulty: 0) +(@OGUID+245, 208200, 0, 1497, 0, '0', 0, 0, 1602.342041015625, 365.654510498046875, -62.1776885986328125, 2.251473426818847656, 0, 0, 0.902585029602050781, 0.430511653423309326, 120, 255, 1, 45745), -- Stink Bomb Cloud (Area: 0 - Difficulty: 0) +(@OGUID+246, 208200, 0, 1497, 0, '0', 0, 0, 1534.0069580078125, 238.201385498046875, -62.1779861450195312, 4.118979454040527343, 0, 0, -0.88294696807861328, 0.469472706317901611, 120, 255, 1, 45745), -- Stink Bomb Cloud (Area: 0 - Difficulty: 0) +(@OGUID+247, 208200, 0, 1497, 0, '0', 0, 0, 1543.3685302734375, 289.494781494140625, -62.1813468933105468, 0.984741449356079101, 0, 0, 0.472716331481933593, 0.881214678287506103, 120, 255, 1, 45745), -- Stink Bomb Cloud (Area: 0 - Difficulty: 0) +(@OGUID+248, 208200, 0, 14046, 0, '0', 0, 0, 1771.8038330078125, 234.2604217529296875, -62.1757125854492187, 5.078907966613769531, 0, 0, -0.56640625, 0.824126183986663818, 120, 255, 1, 46340), -- Stink Bomb Cloud (Area: 0 - Difficulty: 0) +(@OGUID+249, 208200, 0, 14046, 0, '0', 0, 0, 1700.126708984375, 294.6944580078125, -62.1607131958007812, 2.251473426818847656, 0, 0, 0.902585029602050781, 0.430511653423309326, 120, 255, 1, 46340), -- Stink Bomb Cloud (Area: 0 - Difficulty: 0) +(@OGUID+250, 208200, 0, 14046, 0, '0', 0, 0, 1670.4635009765625, 163.9756927490234375, -62.12957763671875, 5.916667938232421875, 0, 0, -0.18223476409912109, 0.98325502872467041, 120, 255, 1, 46340), -- Stink Bomb Cloud (Area: 0 - Difficulty: 0) +(@OGUID+251, 208200, 0, 1497, 0, '0', 0, 0, 1605.845458984375, 241.173614501953125, -52.1507644653320312, 1.85004889965057373, 0, 0, 0.798635482788085937, 0.60181504487991333, 120, 255, 1, 46340), -- Stink Bomb Cloud (Area: 0 - Difficulty: 0) +(@OGUID+252, 208200, 0, 1497, 0, '0', 0, 0, 1572.3177490234375, 192.36285400390625, -42.9935188293457031, 0, 0, 0, 0, 1, 120, 255, 1, 46340), -- Stink Bomb Cloud (Area: 0 - Difficulty: 0) +(@OGUID+253, 208200, 0, 1497, 0, '0', 0, 0, 1556.9947509765625, 279.15972900390625, -43.1021957397460937, 0, 0, 0, 0, 1, 120, 255, 1, 46340), -- Stink Bomb Cloud (Area: 0 - Difficulty: 0) +(@OGUID+254, 208200, 0, 1497, 0, '0', 0, 0, 1692.310791015625, 90.58333587646484375, -62.217529296875, 2.199114561080932617, 0, 0, 0.8910064697265625, 0.453990638256072998, 120, 255, 1, 46340), -- Stink Bomb Cloud (Area: 0 - Difficulty: 0) +(@OGUID+255, 208200, 0, 1497, 0, '0', 0, 0, 1667.484375, 117.0711822509765625, -61.4775543212890625, 1.692969322204589843, 0, 0, 0.748955726623535156, 0.662620067596435546, 120, 255, 1, 46340), -- Stink Bomb Cloud (Area: 0 - Difficulty: 0) +(@OGUID+256, 208200, 0, 1497, 0, '0', 0, 0, 1619.4166259765625, 111.260406494140625, -62.1776924133300781, 0.733038187026977539, 0, 0, 0.358367919921875, 0.933580458164215087, 120, 255, 1, 46340), -- Stink Bomb Cloud (Area: 0 - Difficulty: 0) +(@OGUID+257, 208200, 0, 1497, 0, '0', 0, 0, 1596.2447509765625, 424.5, -46.3621826171875, 4.049167633056640625, 0, 0, -0.89879322052001953, 0.438372820615768432, 120, 255, 1, 46340), -- Stink Bomb Cloud (Area: 0 - Difficulty: 0) +(@OGUID+258, 208200, 0, 1497, 0, '0', 0, 0, 1699.71875, 383.8663330078125, -62.2056694030761718, 6.213373661041259765, 0, 0, -0.03489875793457031, 0.999390840530395507, 120, 255, 1, 46340), -- Stink Bomb Cloud (Area: 0 - Difficulty: 0) +(@OGUID+259, 208200, 0, 1497, 0, '0', 0, 0, 1702.689208984375, 417.65625, -62.3405303955078125, 4.049167633056640625, 0, 0, -0.89879322052001953, 0.438372820615768432, 120, 255, 1, 46340), -- Stink Bomb Cloud (Area: 0 - Difficulty: 0) +(@OGUID+260, 208394, 0, 14046, 14046, '0', 0, 0, 1840.3507080078125, 215.3020782470703125, 60.04131317138671875, 3.612837791442871093, 0, 0, -0.97236919403076171, 0.233448356389999389, 120, 255, 1, 45745), -- Pile of Candy (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+261, 208394, 0, 14046, 14046, '0', 0, 0, 1841.076416015625, 216.0381927490234375, 60.07797622680664062, 4.328419685363769531, 0, 0, -0.82903671264648437, 0.559194147586822509, 120, 255, 1, 45745), -- Pile of Candy (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+262, 208394, 0, 14046, 14046, '0', 0, 0, 1840.7899169921875, 214.204864501953125, 60.15583038330078125, 3.612837791442871093, 0, 0, -0.97236919403076171, 0.233448356389999389, 120, 255, 1, 45745), -- Pile of Candy (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+263, 208394, 0, 14046, 14046, '0', 0, 0, 1839.421875, 214.8402862548828125, 60.07273483276367187, 2.059488296508789062, 0, 0, 0.857167243957519531, 0.515038192272186279, 120, 255, 1, 45745), -- Pile of Candy (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+264, 208394, 0, 14046, 14046, '0', 0, 0, 1839.828125, 213.4340362548828125, 60.24547576904296875, 2.932138919830322265, 0, 0, 0.994521141052246093, 0.104535527527332305, 120, 255, 1, 45745), -- Pile of Candy (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+265, 208394, 0, 14046, 14046, '0', 0, 0, 1839.6754150390625, 215.9010467529296875, 60.06316375732421875, 3.804818391799926757, 0, 0, -0.94551849365234375, 0.325568377971649169, 120, 255, 1, 45745), -- Pile of Candy (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+266, 208963, 0, 14046, 14046, '0', 0, 0, 1827.842041015625, 210.421875, 60.24535369873046875, 5.078907966613769531, 0, 0, -0.56640625, 0.824126183986663818, 120, 255, 1, 45745), -- Forsaken Tent 03 (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+267, 208965, 0, 14046, 14046, '0', 0, 0, 1815.467041015625, 226.9930572509765625, 59.5797119140625, 2.321286916732788085, 0, 0, 0.917059898376464843, 0.398749500513076782, 120, 255, 1, 45745), -- Undead Lamp Post (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+268, 208965, 0, 14046, 14046, '0', 0, 0, 1809.982666015625, 220.767364501953125, 59.67888641357421875, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Undead Lamp Post (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+269, 208965, 0, 14046, 14046, '0', 0, 0, 1816.4132080078125, 228.2552032470703125, 59.63434600830078125, 2.391098499298095703, 0, 0, 0.930417060852050781, 0.366502493619918823, 120, 255, 1, 45745), -- Undead Lamp Post (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+270, 208965, 0, 14046, 14046, '0', 0, 0, 1828.592041015625, 233.8958282470703125, 60.34052276611328125, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Undead Lamp Post (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+271, 208965, 0, 14046, 14046, '0', 0, 0, 1823.0850830078125, 234.921875, 60.33228302001953125, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Undead Lamp Post (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+272, 208965, 0, 14046, 14046, '0', 0, 0, 1821.907958984375, 204.5868072509765625, 60.0557861328125, 6.073746204376220703, 0, 0, -0.10452842712402343, 0.994521915912628173, 120, 255, 1, 45745), -- Undead Lamp Post (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+273, 208965, 0, 14046, 14046, '0', 0, 0, 1839.4478759765625, 226.8993072509765625, 60.23472213745117187, 6.073746204376220703, 0, 0, -0.10452842712402343, 0.994521915912628173, 120, 255, 1, 45745), -- Undead Lamp Post (Area: Tirisfal Glades - Difficulty: 0) +(@OGUID+274, 209064, 0, 14046, 0, '0', 0, 0, 1787.748291015625, 119.9027786254882812, 69.30057525634765625, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Catacombs Lightning (Area: 0 - Difficulty: 0) +(@OGUID+275, 209064, 0, 14046, 0, '0', 0, 0, 1801.9722900390625, 59.56770706176757812, 63.96684646606445312, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Catacombs Lightning (Area: 0 - Difficulty: 0) +(@OGUID+276, 209064, 0, 14046, 0, '0', 0, 0, 1735.7691650390625, 58.22222137451171875, 64.20218658447265625, 5.6897735595703125, 0, 0, -0.29237174987792968, 0.956304728984832763, 120, 255, 1, 45745), -- Catacombs Lightning (Area: 0 - Difficulty: 0) +(@OGUID+277, 209064, 0, 85, 153, '0', 0, 0, 1693.234375, 58.30208206176757812, 63.33312225341796875, 5.323255538940429687, 0, 0, -0.46174812316894531, 0.887011110782623291, 120, 255, 1, 45745), -- Catacombs Lightning (Area: Ruins of Lordaeron - Difficulty: 0) +(@OGUID+278, 209064, 0, 14046, 0, '0', 0, 0, 1646.765625, 59.15625, 62.40178298950195312, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Catacombs Lightning (Area: 0 - Difficulty: 0) +(@OGUID+279, 209065, 0, 14046, 0, '0', 0, 0, 1585.7430419921875, 61.296875, 63.57022476196289062, 0, 0, 0, 0, 1, 120, 255, 1, 45745), -- Catacombs Lightning 2 (Area: 0 - Difficulty: 0) +(@OGUID+280, 209094, 0, 14046, 0, '0', 0, 0, 1584.248291015625, 61.21527862548828125, 62.53647232055664062, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 120, 255, 1, 45745), -- Stolen Crate (Area: 0 - Difficulty: 0) +(@OGUID+281, 209140, 0, 14046, 14046, '0', 0, 0, 1782.6614990234375, 214.126739501953125, 59.79413604736328125, 0.942476630210876464, 0, 0, 0.453989982604980468, 0.891006767749786376, 120, 255, 1, 45745); -- Wickerman (Area: Tirisfal Glades - Difficulty: 0) + +-- Event spawns +DELETE FROM `game_event_creature` WHERE `eventEntry`=12 AND `guid` BETWEEN @CGUID+0 AND @CGUID+55; +INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES +(12, @CGUID+0), +(12, @CGUID+1), +(12, @CGUID+2), +(12, @CGUID+3), +(12, @CGUID+4), +(12, @CGUID+5), +(12, @CGUID+6), +(12, @CGUID+7), +(12, @CGUID+8), +(12, @CGUID+9), +(12, @CGUID+10), +(12, @CGUID+11), +(12, @CGUID+12), +(12, @CGUID+13), +(12, @CGUID+14), +(12, @CGUID+15), +(12, @CGUID+16), +(12, @CGUID+17), +(12, @CGUID+18), +(12, @CGUID+19), +(12, @CGUID+20), +(12, @CGUID+21), +(12, @CGUID+22), +(12, @CGUID+23), +(12, @CGUID+24), +(12, @CGUID+25), +(12, @CGUID+26), +(12, @CGUID+27), +(12, @CGUID+28), +(12, @CGUID+29), +(12, @CGUID+30), +(12, @CGUID+31), +(12, @CGUID+32), +(12, @CGUID+33), +(12, @CGUID+34), +(12, @CGUID+35), +(12, @CGUID+36), +(12, @CGUID+37), +(12, @CGUID+38), +(12, @CGUID+39), +(12, @CGUID+40), +(12, @CGUID+41), +(12, @CGUID+42), +(12, @CGUID+43), +(12, @CGUID+44), +(12, @CGUID+45), +(12, @CGUID+46), +(12, @CGUID+47), +(12, @CGUID+48), +(12, @CGUID+49), +(12, @CGUID+50), +(12, @CGUID+51), +(12, @CGUID+52), +(12, @CGUID+53), +(12, @CGUID+54), +(12, @CGUID+55); + +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+281; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48), +(12, @OGUID+49), +(12, @OGUID+50), +(12, @OGUID+51), +(12, @OGUID+52), +(12, @OGUID+53), +(12, @OGUID+54), +(12, @OGUID+55), +(12, @OGUID+56), +(12, @OGUID+57), +(12, @OGUID+58), +(12, @OGUID+59), +(12, @OGUID+60), +(12, @OGUID+61), +(12, @OGUID+62), +(12, @OGUID+63), +(12, @OGUID+64), +(12, @OGUID+65), +(12, @OGUID+66), +(12, @OGUID+67), +(12, @OGUID+68), +(12, @OGUID+69), +(12, @OGUID+70), +(12, @OGUID+71), +(12, @OGUID+72), +(12, @OGUID+73), +(12, @OGUID+74), +(12, @OGUID+75), +(12, @OGUID+76), +(12, @OGUID+77), +(12, @OGUID+78), +(12, @OGUID+79), +(12, @OGUID+80), +(12, @OGUID+81), +(12, @OGUID+82), +(12, @OGUID+83), +(12, @OGUID+84), +(12, @OGUID+85), +(12, @OGUID+86), +(12, @OGUID+87), +(12, @OGUID+88), +(12, @OGUID+89), +(12, @OGUID+90), +(12, @OGUID+91), +(12, @OGUID+92), +(12, @OGUID+93), +(12, @OGUID+94), +(12, @OGUID+95), +(12, @OGUID+96), +(12, @OGUID+97), +(12, @OGUID+98), +(12, @OGUID+99), +(12, @OGUID+100), +(12, @OGUID+101), +(12, @OGUID+102), +(12, @OGUID+103), +(12, @OGUID+104), +(12, @OGUID+105), +(12, @OGUID+106), +(12, @OGUID+107), +(12, @OGUID+108), +(12, @OGUID+109), +(12, @OGUID+110), +(12, @OGUID+111), +(12, @OGUID+112), +(12, @OGUID+113), +(12, @OGUID+114), +(12, @OGUID+115), +(12, @OGUID+116), +(12, @OGUID+117), +(12, @OGUID+118), +(12, @OGUID+119), +(12, @OGUID+120), +(12, @OGUID+121), +(12, @OGUID+122), +(12, @OGUID+123), +(12, @OGUID+124), +(12, @OGUID+125), +(12, @OGUID+126), +(12, @OGUID+127), +(12, @OGUID+128), +(12, @OGUID+129), +(12, @OGUID+130), +(12, @OGUID+131), +(12, @OGUID+132), +(12, @OGUID+133), +(12, @OGUID+134), +(12, @OGUID+135), +(12, @OGUID+136), +(12, @OGUID+137), +(12, @OGUID+138), +(12, @OGUID+139), +(12, @OGUID+140), +(12, @OGUID+141), +(12, @OGUID+142), +(12, @OGUID+143), +(12, @OGUID+144), +(12, @OGUID+145), +(12, @OGUID+146), +(12, @OGUID+147), +(12, @OGUID+148), +(12, @OGUID+149), +(12, @OGUID+150), +(12, @OGUID+151), +(12, @OGUID+152), +(12, @OGUID+153), +(12, @OGUID+154), +(12, @OGUID+155), +(12, @OGUID+156), +(12, @OGUID+157), +(12, @OGUID+158), +(12, @OGUID+159), +(12, @OGUID+160), +(12, @OGUID+161), +(12, @OGUID+162), +(12, @OGUID+163), +(12, @OGUID+164), +(12, @OGUID+165), +(12, @OGUID+166), +(12, @OGUID+167), +(12, @OGUID+168), +(12, @OGUID+169), +(12, @OGUID+170), +(12, @OGUID+171), +(12, @OGUID+172), +(12, @OGUID+173), +(12, @OGUID+174), +(12, @OGUID+175), +(12, @OGUID+176), +(12, @OGUID+177), +(12, @OGUID+178), +(12, @OGUID+179), +(12, @OGUID+180), +(12, @OGUID+181), +(12, @OGUID+182), +(12, @OGUID+183), +(12, @OGUID+184), +(12, @OGUID+185), +(12, @OGUID+186), +(12, @OGUID+187), +(12, @OGUID+188), +(12, @OGUID+189), +(12, @OGUID+190), +(12, @OGUID+191), +(12, @OGUID+192), +(12, @OGUID+193), +(12, @OGUID+194), +(12, @OGUID+195), +(12, @OGUID+196), +(12, @OGUID+197), +(12, @OGUID+198), +(12, @OGUID+199), +(12, @OGUID+200), +(12, @OGUID+201), +(12, @OGUID+202), +(12, @OGUID+203), +(12, @OGUID+204), +(12, @OGUID+205), +(12, @OGUID+206), +(12, @OGUID+207), +(12, @OGUID+208), +(12, @OGUID+209), +(12, @OGUID+210), +(12, @OGUID+211), +(12, @OGUID+212), +(12, @OGUID+213), +(12, @OGUID+214), +(12, @OGUID+215), +(12, @OGUID+216), +(12, @OGUID+217), +(12, @OGUID+218), +(12, @OGUID+219), +(12, @OGUID+220), +(12, @OGUID+221), +(12, @OGUID+222), +(12, @OGUID+223), +(12, @OGUID+224), +(12, @OGUID+225), +(12, @OGUID+226), +(12, @OGUID+227), +(12, @OGUID+228), +(12, @OGUID+229), +(12, @OGUID+230), +(12, @OGUID+231), +(12, @OGUID+232), +(12, @OGUID+233), +(12, @OGUID+234), +(12, @OGUID+235), +(12, @OGUID+236), +(12, @OGUID+237), +(12, @OGUID+238), +(12, @OGUID+239), +(12, @OGUID+240), +(12, @OGUID+241), +(12, @OGUID+242), +(12, @OGUID+243), +(12, @OGUID+244), +(12, @OGUID+245), +(12, @OGUID+246), +(12, @OGUID+247), +(12, @OGUID+248), +(12, @OGUID+249), +(12, @OGUID+250), +(12, @OGUID+251), +(12, @OGUID+252), +(12, @OGUID+253), +(12, @OGUID+254), +(12, @OGUID+255), +(12, @OGUID+256), +(12, @OGUID+257), +(12, @OGUID+258), +(12, @OGUID+259), +(12, @OGUID+260), +(12, @OGUID+261), +(12, @OGUID+262), +(12, @OGUID+263), +(12, @OGUID+264), +(12, @OGUID+265), +(12, @OGUID+266), +(12, @OGUID+267), +(12, @OGUID+268), +(12, @OGUID+269), +(12, @OGUID+270), +(12, @OGUID+271), +(12, @OGUID+272), +(12, @OGUID+273), +(12, @OGUID+274), +(12, @OGUID+275), +(12, @OGUID+276), +(12, @OGUID+277), +(12, @OGUID+278), +(12, @OGUID+279), +(12, @OGUID+280), +(12, @OGUID+281); + +-- SAI +SET @ACTIONLIST := 51730 * 100; +DELETE FROM `smart_scripts` WHERE `source_type`=0 AND `entryorguid` BETWEEN -3000166 AND -3000163; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (51730,-(@CGUID+25),-(@CGUID+26),-(@CGUID+27),-(@CGUID+28)) AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ACTIONLIST 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`, `event_param5`, `event_param_string`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `action_param7`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(-(@CGUID+25),0,0,0,1,0,100,0,0,6000,3500,6500,0,'',80,@ACTIONLIST,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,'Wickerman Reveler - Out of combat (3.5 - 6.5 seconds) - Call timed actionlist'), +(-(@CGUID+26),0,0,0,1,0,100,0,0,6000,3500,6500,0,'',80,@ACTIONLIST,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,'Wickerman Reveler - Out of combat (3.5 - 6.5 seconds) - Call timed actionlist'), +(-(@CGUID+27),0,0,0,1,0,100,0,0,6000,3500,6500,0,'',80,@ACTIONLIST,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,'Wickerman Reveler - Out of combat (3.5 - 6.5 seconds) - Call timed actionlist'), +(-(@CGUID+28),0,0,0,1,0,100,0,0,6000,3500,6500,0,'',80,@ACTIONLIST,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,'Wickerman Reveler - Out of combat (3.5 - 6.5 seconds) - Call timed actionlist'), + +(@ACTIONLIST,9,0,0,0,0,100,0,0,0,0,0,0,'',10,6,273,274,396,0,0,0,1,0,0,0,0,0,0,0,0,'Actionlist - Wickerman Reveler - Play random emote'); + +-- +SET @CGUID := 3800121; +SET @OGUID := 3801548; + +-- Old creature spawns +DELETE FROM `creature` WHERE `guid` BETWEEN 3000194 AND 3000243; +DELETE FROM `creature_addon` WHERE `guid` BETWEEN 3000194 AND 3000243; +DELETE FROM `game_event_creature` WHERE `guid` BETWEEN 3000194 AND 3000243; + +-- Creature spawns +DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+49; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES +(@CGUID+0, 23537, 0, 85, 159, '0', 0, 0, 0, 0, 2240.095458984375, 459.133697509765625, 38.630889892578125, 4.694935798645019531, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Brill - Difficulty: 0) +(@CGUID+1, 23537, 0, 85, 159, '0', 0, 0, 0, 0, 2261.326416015625, 347.430572509765625, 43.05722808837890625, 0.541052043437957763, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Brill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+2, 23537, 0, 85, 159, '0', 0, 0, 0, 0, 2254.84033203125, 314.2257080078125, 41.2130584716796875, 1.448623299598693847, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Brill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+3, 23537, 0, 85, 159, '0', 0, 0, 0, 0, 2235.05322265625, 472.6627197265625, 38.12391281127929687, 4.380776405334472656, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Brill - Difficulty: 0) +(@CGUID+4, 23537, 0, 85, 159, '0', 0, 0, 0, 0, 2230.423583984375, 464.6475830078125, 40.73132705688476562, 2.373647689819335937, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Brill - Difficulty: 0) +(@CGUID+5, 23537, 0, 85, 159, '0', 0, 0, 0, 0, 2257.7431640625, 317.984375, 41.88471221923828125, 5.410520553588867187, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Brill - Difficulty: 0) (Auras: 42091 - Headless Horseman - Fire Size, 42154 - Headless Horseman - Dim Fire) +(@CGUID+6, 23537, 0, 85, 159, '0', 0, 0, 0, 0, 2251.34375, 337.368072509765625, 42.2274017333984375, 3.298672199249267578, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Brill - Difficulty: 0) (Auras: 42091 - Headless Horseman - Fire Size, 42154 - Headless Horseman - Dim Fire) +(@CGUID+7, 23537, 0, 85, 159, '0', 0, 0, 0, 0, 2254.84716796875, 323.204864501953125, 42.45365142822265625, 2.775073528289794921, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Brill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+8, 23537, 0, 85, 159, '0', 0, 0, 0, 0, 2252.361083984375, 331.067718505859375, 42.41402053833007812, 3.298672199249267578, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Brill - Difficulty: 0) (Auras: 42091 - Headless Horseman - Fire Size, 42154 - Headless Horseman - Dim Fire) +(@CGUID+9, 23537, 0, 85, 159, '0', 0, 0, 0, 0, 2239.493408203125, 487.851959228515625, 37.7115020751953125, 1.239183783531188964, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Brill - Difficulty: 0) (Auras: 42096 - Headless Horseman - Fire onSpawn, Size, 42074 - Headless Horseman - Fire) +(@CGUID+10, 23537, 0, 85, 159, '0', 0, 0, 0, 0, 2231.300048828125, 482.617034912109375, 40.07016372680664062, 3.124139308929443359, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Brill - Difficulty: 0) +(@CGUID+11, 23537, 0, 85, 159, '0', 0, 0, 0, 0, 2252.342041015625, 309.69964599609375, 44.13006210327148437, 4.066617012023925781, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Brill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+12, 23537, 0, 85, 159, '0', 0, 0, 0, 0, 2246.005126953125, 303.354156494140625, 43.400665283203125, 0.959931075572967529, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Brill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+13, 23537, 0, 85, 159, '0', 0, 0, 0, 0, 2238.9150390625, 304.5, 44.37771987915039062, 3.071779489517211914, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Brill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+14, 23537, 0, 85, 159, '0', 0, 0, 0, 0, 2300.70654296875, 303.961822509765625, 46.98241424560546875, 1.361356854438781738, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Brill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+15, 23537, 0, 85, 159, '0', 0, 0, 0, 0, 2284.486083984375, 291.9288330078125, 46.61287689208984375, 0.541052043437957763, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Brill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+16, 23537, 0, 85, 159, '0', 0, 0, 0, 0, 2231.848876953125, 309.005218505859375, 43.41153717041015625, 3.071779489517211914, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Brill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+17, 23537, 0, 85, 159, '0', 0, 0, 0, 0, 2278.322998046875, 291.321197509765625, 40.31996917724609375, 0.541052043437957763, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Brill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+18, 23537, 0, 85, 159, '0', 0, 0, 0, 0, 2274.392333984375, 289.6944580078125, 48.61417388916015625, 0.541052043437957763, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Brill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+19, 23537, 0, 85, 159, '0', 0, 0, 0, 0, 2293.942626953125, 297.873260498046875, 46.41251373291015625, 2.408554315567016601, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Brill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+20, 23537, 0, 85, 159, '0', 0, 0, 0, 0, 2278.8125, 294.53472900390625, 47.22496795654296875, 0.541052043437957763, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Brill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+21, 23537, 0, 85, 159, '0', 0, 0, 0, 0, 2290.505126953125, 293.51910400390625, 45.98954010009765625, 0.541052043437957763, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Brill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+22, 23537, 0, 85, 159, '0', 0, 0, 0, 0, 2279.421875, 301.767364501953125, 36.4935760498046875, 0.541052043437957763, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Brill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+23, 23537, 0, 85, 159, '0', 0, 0, 0, 0, 2295.428955078125, 303.126739501953125, 47.12674713134765625, 0.418879032135009765, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Brill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+24, 23537, 0, 85, 159, '0', 0, 0, 0, 0, 2260.09375, 269.25347900390625, 40.70278549194335937, 0.541052043437957763, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Brill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+25, 23537, 0, 85, 159, '0', 0, 0, 0, 0, 2280.515625, 275.111114501953125, 49.28763580322265625, 4.328416347503662109, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Brill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+26, 23537, 0, 85, 159, '0', 0, 0, 0, 0, 2274.296875, 271.305572509765625, 37.42652130126953125, 1.553343057632446289, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Brill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+27, 23537, 0, 85, 159, '0', 0, 0, 0, 0, 2273.189208984375, 285.73785400390625, 48.31700897216796875, 4.415682792663574218, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Brill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+28, 23537, 0, 85, 159, '0', 0, 0, 0, 0, 2285.73779296875, 270.548614501953125, 50.0669708251953125, 3.822271108627319335, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Brill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+29, 23537, 0, 85, 159, '0', 0, 0, 0, 0, 2228.833251953125, 292.661468505859375, 42.8594512939453125, 0.541052043437957763, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Brill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+30, 23537, 0, 85, 159, '0', 0, 0, 0, 0, 2274.55029296875, 279.1788330078125, 48.409698486328125, 0.366519153118133544, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Brill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+31, 23537, 0, 85, 159, '0', 0, 0, 0, 0, 2293.850830078125, 257.7257080078125, 44.3997650146484375, 3.577924966812133789, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Brill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+32, 23537, 0, 85, 159, '0', 0, 0, 0, 0, 2287.6494140625, 259.76214599609375, 45.74924087524414062, 6.056292533874511718, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Brill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+33, 23537, 0, 85, 159, '0', 0, 0, 0, 0, 2241.072998046875, 268.640625, 35.41741180419921875, 0.541052043437957763, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Brill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+34, 23537, 0, 85, 159, '0', 0, 0, 0, 0, 2290.99658203125, 257.970489501953125, 41.21030807495117187, 0.244346097111701965, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Brill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+35, 23537, 0, 85, 159, '0', 0, 0, 0, 0, 2286.732666015625, 263.130218505859375, 49.06853485107421875, 5.759586334228515625, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Brill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+36, 23537, 0, 85, 159, '0', 0, 0, 0, 0, 2243.270751953125, 243.640625, 46.15302658081054687, 0.383972436189651489, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Brill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+37, 23537, 0, 85, 159, '0', 0, 0, 0, 0, 2248.6181640625, 243.6458282470703125, 43.66082382202148437, 3.50811171531677246, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Brill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+38, 23537, 0, 85, 159, '0', 0, 0, 0, 0, 2240.4931640625, 242.982635498046875, 48.13275909423828125, 2.007128715515136718, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Brill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+39, 23537, 0, 85, 159, '0', 0, 0, 0, 0, 2234.392333984375, 237.579864501953125, 43.66956710815429687, 4.450589656829833984, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Brill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+40, 23537, 0, 85, 159, '0', 0, 0, 0, 0, 2252.62841796875, 235.0885467529296875, 43.33164596557617187, 2.076941728591918945, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Brill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+41, 23537, 0, 85, 159, '0', 0, 0, 0, 0, 2238.380126953125, 241.4809112548828125, 46.202789306640625, 3.141592741012573242, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Brill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+42, 23537, 0, 85, 159, '0', 0, 0, 0, 0, 2230.328125, 232.3715362548828125, 43.55051422119140625, 2.687807083129882812, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Brill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+43, 23971, 0, 85, 159, '0', 0, 0, 0, 0, 2224.717041015625, 278.857635498046875, 33.7032012939453125, 2.181661605834960937, 120, 0, 0, 27, 0, 0, NULL, NULL, NULL, NULL, 45745), -- Traveling Orphan (Area: Brill - Difficulty: 0) +(@CGUID+44, 23971, 0, 85, 159, '0', 0, 0, 0, 0, 2225.18408203125, 280.41839599609375, 33.70176315307617187, 3.246312379837036132, 120, 0, 0, 27, 0, 0, NULL, NULL, NULL, NULL, 45745), -- Traveling Orphan (Area: Brill - Difficulty: 0) +(@CGUID+45, 23971, 0, 85, 159, '0', 0, 0, 0, 0, 2223.236083984375, 278.833343505859375, 33.88888931274414062, 1.2042771577835083, 120, 0, 0, 27, 0, 0, NULL, NULL, NULL, NULL, 45745), -- Traveling Orphan (Area: Brill - Difficulty: 0) +(@CGUID+46, 23971, 0, 85, 159, '0', 0, 0, 0, 0, 2224.944580078125, 281.713531494140625, 33.7413177490234375, 3.979350566864013671, 120, 0, 0, 34, 0, 0, NULL, NULL, NULL, NULL, 45745), -- Traveling Orphan (Area: Brill - Difficulty: 0) +(@CGUID+47, 23973, 0, 85, 159, '0', 0, 0, 0, 0, 2223.42529296875, 280.708343505859375, 33.82149124145507812, 5.637413501739501953, 120, 0, 0, 11791, 0, 0, NULL, NULL, NULL, NULL, 45745), -- Masked Orphan Matron (Area: Brill - Difficulty: 0) +(@CGUID+48, 24491, 0, 85, 159, '0', 0, 0, 0, 1, 2256.2353515625, 471.555084228515625, 34.11893463134765625, 0.296705961227416992, 120, 0, 0, 3208, 0, 0, NULL, NULL, NULL, NULL, 45745), -- Deathguard Florence (Area: Brill - Difficulty: 0) +(@CGUID+49, 53977, 0, 14046, 0, '0', 0, 0, 0, 1, 2070.704833984375, 285.623260498046875, 97.1148681640625, 2.827433347702026367, 120, 0, 0, 58955, 0, 0, NULL, NULL, NULL, NULL, 45745); -- Darkcaller Yanka (Area: 0 - Difficulty: 0) + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3003171 AND 3003302; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3003171 AND 3003302; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3003171 AND 3003302; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+131; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 0, 85, 159, '0', 0, 0, 2268.817626953125, 422.5069580078125, 34.3983154296875, 3.368495941162109375, 0, 0, -0.99357128143310546, 0.113208353519439697, 120, 255, 1, 45745), -- G_Pumpkin_01 (Area: Brill - Difficulty: 0) +(@OGUID+1, 180405, 0, 85, 159, '0', 0, 0, 2269.35595703125, 376.489593505859375, 46.12230682373046875, 1.32644820213317871, 0, 0, 0.615660667419433593, 0.788011372089385986, 120, 255, 1, 45745), -- G_Pumpkin_01 (Area: Brill - Difficulty: 0) +(@OGUID+2, 180405, 0, 85, 159, '0', 0, 0, 2271.475830078125, 377.70660400390625, 35.9481201171875, 1.518436193466186523, 0, 0, 0.6883544921875, 0.725374460220336914, 120, 255, 1, 45745), -- G_Pumpkin_01 (Area: Brill - Difficulty: 0) +(@OGUID+3, 180405, 0, 85, 159, '0', 0, 0, 2277.2744140625, 291.432281494140625, 48.373809814453125, 4.468043327331542968, 0, 0, -0.7880105972290039, 0.615661680698394775, 120, 255, 1, 45745), -- G_Pumpkin_01 (Area: Brill - Difficulty: 0) +(@OGUID+4, 180405, 0, 85, 159, '0', 0, 0, 2247.513916015625, 296.4444580078125, 36.89109420776367187, 0.907570242881774902, 0, 0, 0.438370704650878906, 0.898794233798980712, 120, 255, 1, 45745), -- G_Pumpkin_01 (Area: Brill - Difficulty: 0) +(@OGUID+5, 180405, 0, 85, 159, '0', 0, 0, 2272.166748046875, 278.348968505859375, 35.35729217529296875, 4.712389945983886718, 0, 0, -0.70710659027099609, 0.707106947898864746, 120, 255, 1, 45745), -- G_Pumpkin_01 (Area: Brill - Difficulty: 0) +(@OGUID+6, 180405, 0, 85, 159, '0', 0, 0, 2259.62841796875, 269.189239501953125, 40.6492462158203125, 4.328419685363769531, 0, 0, -0.82903671264648437, 0.559194147586822509, 120, 255, 1, 45745), -- G_Pumpkin_01 (Area: Brill - Difficulty: 0) +(@OGUID+7, 180405, 0, 85, 159, '0', 0, 0, 2244.390625, 253.44097900390625, 33.58501434326171875, 0.942476630210876464, 0, 0, 0.453989982604980468, 0.891006767749786376, 120, 255, 1, 45745), -- G_Pumpkin_01 (Area: Brill - Difficulty: 0) +(@OGUID+8, 180405, 0, 85, 159, '0', 0, 0, 2326.239501953125, 242.013885498046875, 29.50647735595703125, 1.884953022003173828, 0, 0, 0.809016227722167968, 0.587786316871643066, 120, 255, 1, 45745), -- G_Pumpkin_01 (Area: Brill - Difficulty: 0) +(@OGUID+9, 180405, 0, 85, 159, '0', 0, 0, 2295.84033203125, 205.829864501953125, 34.25822067260742187, 4.310965538024902343, 0, 0, -0.83388519287109375, 0.55193793773651123, 120, 255, 1, 45745), -- G_Pumpkin_01 (Area: Brill - Difficulty: 0) +(@OGUID+10, 180405, 0, 85, 159, '0', 0, 0, 2173.7431640625, 236.9739532470703125, 38.3304595947265625, 6.108653545379638671, 0, 0, -0.08715534210205078, 0.996194720268249511, 120, 255, 1, 45745), -- G_Pumpkin_01 (Area: Brill - Difficulty: 0) +(@OGUID+11, 180405, 0, 14046, 0, '0', 0, 0, 2093.842041015625, 318.810760498046875, 54.18476486206054687, 2.076939344406127929, 0, 0, 0.861628532409667968, 0.50753939151763916, 120, 255, 1, 45745), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+12, 180405, 0, 14046, 0, '0', 0, 0, 2069.526611328125, 282.1065673828125, 97.03143310546875, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 120, 255, 1, 45745), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+13, 180405, 0, 14046, 0, '0', 0, 0, 2055.904541015625, 248.9583282470703125, 99.768707275390625, 0.436331570148468017, 0, 0, 0.216439247131347656, 0.976296067237854003, 120, 255, 1, 45745), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+14, 180405, 0, 14046, 0, '0', 0, 0, 2059.69091796875, 308.01910400390625, 54.52080917358398437, 5.131268978118896484, 0, 0, -0.54463863372802734, 0.838670849800109863, 120, 255, 1, 45745), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+15, 180405, 0, 14046, 0, '0', 0, 0, 2047.3214111328125, 280.66290283203125, 56.46856689453125, 4.904376029968261718, 0, 0, -0.636077880859375, 0.771624863147735595, 120, 255, 1, 45745), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+16, 180406, 0, 85, 159, '0', 0, 0, 2313.342041015625, 401.7413330078125, 33.9480133056640625, 5.375615119934082031, 0, 0, -0.4383707046508789, 0.898794233798980712, 120, 255, 1, 45745), -- G_Pumpkin_02 (Area: Brill - Difficulty: 0) +(@OGUID+17, 180406, 0, 85, 159, '0', 0, 0, 2261.1650390625, 339.638885498046875, 34.18529129028320312, 1.675513744354248046, 0, 0, 0.743144035339355468, 0.669131457805633544, 120, 255, 1, 45745), -- G_Pumpkin_02 (Area: Brill - Difficulty: 0) +(@OGUID+18, 180406, 0, 85, 159, '0', 0, 0, 2284.876708984375, 425.3194580078125, 34.33960342407226562, 3.630291461944580078, 0, 0, -0.97029495239257812, 0.241925001144409179, 120, 255, 1, 45745), -- G_Pumpkin_02 (Area: Brill - Difficulty: 0) +(@OGUID+19, 180406, 0, 85, 159, '0', 0, 0, 2272.126708984375, 285.973968505859375, 55.36051177978515625, 4.747295856475830078, 0, 0, -0.69465827941894531, 0.719339847564697265, 120, 255, 1, 45745), -- G_Pumpkin_02 (Area: Brill - Difficulty: 0) +(@OGUID+20, 180406, 0, 85, 159, '0', 0, 0, 2270.401123046875, 281.10589599609375, 48.33415985107421875, 4.607671737670898437, 0, 0, -0.74314403533935546, 0.669131457805633544, 120, 255, 1, 45745), -- G_Pumpkin_02 (Area: Brill - Difficulty: 0) +(@OGUID+21, 180406, 0, 85, 159, '0', 0, 0, 2239.37841796875, 270.883697509765625, 35.32658767700195312, 3.473210096359252929, 0, 0, -0.98628520965576171, 0.165049895644187927, 120, 255, 1, 45745), -- G_Pumpkin_02 (Area: Brill - Difficulty: 0) +(@OGUID+22, 180406, 0, 85, 159, '0', 0, 0, 2340.810791015625, 271.513885498046875, 34.49287796020507812, 3.473210096359252929, 0, 0, -0.98628520965576171, 0.165049895644187927, 120, 255, 1, 45745), -- G_Pumpkin_02 (Area: Brill - Difficulty: 0) +(@OGUID+23, 180406, 0, 85, 159, '0', 0, 0, 2217.239501953125, 270.196197509765625, 38.78445053100585937, 1.448621988296508789, 0, 0, 0.662619590759277343, 0.748956084251403808, 120, 255, 1, 45745), -- G_Pumpkin_02 (Area: Brill - Difficulty: 0) +(@OGUID+24, 180406, 0, 85, 159, '0', 0, 0, 2239.432373046875, 245.84722900390625, 50.15337753295898437, 3.9793548583984375, 0, 0, -0.9135446548461914, 0.406738430261611938, 120, 255, 1, 45745), -- G_Pumpkin_02 (Area: Brill - Difficulty: 0) +(@OGUID+25, 180406, 0, 85, 159, '0', 0, 0, 2297.3212890625, 208.298614501953125, 33.93912506103515625, 4.433136463165283203, 0, 0, -0.79863548278808593, 0.60181504487991333, 120, 255, 1, 45745), -- G_Pumpkin_02 (Area: Brill - Difficulty: 0) +(@OGUID+26, 180406, 0, 85, 159, '0', 0, 0, 2183.5400390625, 224.453125, 37.49752426147460937, 5.096362113952636718, 0, 0, -0.55919265747070312, 0.829037725925445556, 120, 255, 1, 45745), -- G_Pumpkin_02 (Area: Brill - Difficulty: 0) +(@OGUID+27, 180406, 0, 14046, 0, '0', 0, 0, 2082.337158203125, 273.5054931640625, 56.9151763916015625, 1.745326757431030273, 0, 0, 0.766043663024902343, 0.642788589000701904, 120, 255, 1, 45745), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+28, 180406, 0, 14046, 0, '0', 0, 0, 2091.30908203125, 327.592010498046875, 54.47382354736328125, 1.902408957481384277, 0, 0, 0.814115524291992187, 0.580702960491180419, 120, 255, 1, 45745), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+29, 180406, 0, 14046, 0, '0', 0, 0, 2049.03466796875, 289.130218505859375, 56.72039031982421875, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 120, 255, 1, 45745), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+30, 180406, 0, 14046, 0, '0', 0, 0, 2063.32470703125, 342.52777099609375, 82.36009979248046875, 2.059488296508789062, 0, 0, 0.857167243957519531, 0.515038192272186279, 120, 255, 1, 45745), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+31, 180407, 0, 85, 159, '0', 0, 0, 2313.015625, 394.001739501953125, 33.90306472778320312, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 120, 255, 1, 45745), -- G_Pumpkin_03 (Area: Brill - Difficulty: 0) +(@OGUID+32, 180407, 0, 85, 159, '0', 0, 0, 2276.77783203125, 389.90625, 34.37842178344726562, 2.111847877502441406, 0, 0, 0.870355606079101562, 0.492423713207244873, 120, 255, 1, 45745), -- G_Pumpkin_03 (Area: Brill - Difficulty: 0) +(@OGUID+33, 180407, 0, 85, 159, '0', 0, 0, 2262.20654296875, 320.3038330078125, 33.58481597900390625, 1.256635904312133789, 0, 0, 0.587784767150878906, 0.809017360210418701, 120, 255, 1, 45745), -- G_Pumpkin_03 (Area: Brill - Difficulty: 0) +(@OGUID+34, 180407, 0, 85, 159, '0', 0, 0, 2284.595458984375, 299.557281494140625, 37.51879501342773437, 3.804818391799926757, 0, 0, -0.94551849365234375, 0.325568377971649169, 120, 255, 1, 45745), -- G_Pumpkin_03 (Area: Brill - Difficulty: 0) +(@OGUID+35, 180407, 0, 85, 159, '0', 0, 0, 2272.421875, 290.62847900390625, 48.33542251586914062, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 120, 255, 1, 45745), -- G_Pumpkin_03 (Area: Brill - Difficulty: 0) +(@OGUID+36, 180407, 0, 85, 159, '0', 0, 0, 2274.7744140625, 278.2413330078125, 48.36402130126953125, 5.410521507263183593, 0, 0, -0.42261791229248046, 0.906307935714721679, 120, 255, 1, 45745), -- G_Pumpkin_03 (Area: Brill - Difficulty: 0) +(@OGUID+37, 180407, 0, 85, 159, '0', 0, 0, 2205.4375, 296.526031494140625, 39.30980300903320312, 2.687806606292724609, 0, 0, 0.974370002746582031, 0.224951311945915222, 120, 255, 1, 45745), -- G_Pumpkin_03 (Area: Brill - Difficulty: 0) +(@OGUID+38, 180407, 0, 85, 159, '0', 0, 0, 2279.710205078125, 252.6145782470703125, 35.49803543090820312, 5.410521507263183593, 0, 0, -0.42261791229248046, 0.906307935714721679, 120, 255, 1, 45745), -- G_Pumpkin_03 (Area: Brill - Difficulty: 0) +(@OGUID+39, 180407, 0, 85, 159, '0', 0, 0, 2234.15283203125, 254.84722900390625, 33.57361602783203125, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 120, 255, 1, 45745), -- G_Pumpkin_03 (Area: Brill - Difficulty: 0) +(@OGUID+40, 180407, 0, 85, 159, '0', 0, 0, 2293.0087890625, 205.046875, 33.8228912353515625, 3.804818391799926757, 0, 0, -0.94551849365234375, 0.325568377971649169, 120, 255, 1, 45745), -- G_Pumpkin_03 (Area: Brill - Difficulty: 0) +(@OGUID+41, 180407, 0, 85, 159, '0', 0, 0, 2326.578125, 223.53472900390625, 28.71483802795410156, 2.303830623626708984, 0, 0, 0.913544654846191406, 0.406738430261611938, 120, 255, 1, 45745), -- G_Pumpkin_03 (Area: Brill - Difficulty: 0) +(@OGUID+42, 180407, 0, 14046, 0, '0', 0, 0, 2084.196533203125, 281.981964111328125, 57.29332733154296875, 1.745326757431030273, 0, 0, 0.766043663024902343, 0.642788589000701904, 120, 255, 1, 45745), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+43, 180407, 0, 14046, 0, '0', 0, 0, 2057.39404296875, 315.552093505859375, 54.15450286865234375, 5.6897735595703125, 0, 0, -0.29237174987792968, 0.956304728984832763, 120, 255, 1, 45745), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+44, 180407, 0, 14046, 0, '0', 0, 0, 2062.645751953125, 247.611114501953125, 99.76775360107421875, 3.804818391799926757, 0, 0, -0.94551849365234375, 0.325568377971649169, 120, 255, 1, 45745), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+45, 180407, 0, 14046, 0, '0', 0, 0, 2062.9306640625, 283.673919677734375, 97.03136444091796875, 2.792518377304077148, 0, 0, 0.984807014465332031, 0.173652306199073791, 120, 255, 1, 45745), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+46, 180408, 0, 85, 159, '0', 0, 0, 2238.963623046875, 269.270843505859375, 46.97807693481445312, 2.879789113998413085, 0, 0, 0.991444587707519531, 0.130528271198272705, 120, 255, 1, 45745), -- G_WitchHat_01 (Area: Brill - Difficulty: 0) +(@OGUID+47, 180410, 0, 85, 159, '0', 0, 0, 2252.017333984375, 311.052093505859375, 34.86345291137695312, 1.047197580337524414, 0, 0, 0.5, 0.866025388240814208, 120, 255, 1, 45745), -- G_HangingSkeleton_01 (Area: Brill - Difficulty: 0) +(@OGUID+48, 180410, 0, 85, 159, '0', 0, 0, 2287.73095703125, 290.611114501953125, 35.64279937744140625, 4.293513298034667968, 0, 0, -0.8386697769165039, 0.544640243053436279, 120, 255, 1, 45745), -- G_HangingSkeleton_01 (Area: Brill - Difficulty: 0) +(@OGUID+49, 180410, 0, 85, 159, '0', 0, 0, 2272.585205078125, 282.177093505859375, 35.02240371704101562, 2.146752834320068359, 0, 0, 0.878816604614257812, 0.477159708738327026, 120, 255, 1, 45745), -- G_HangingSkeleton_01 (Area: Brill - Difficulty: 0) +(@OGUID+50, 180410, 0, 85, 159, '0', 0, 0, 2307.703125, 285.130218505859375, 34.674072265625, 3.124123096466064453, 0, 0, 0.99996185302734375, 0.008734640665352344, 120, 255, 1, 45745), -- G_HangingSkeleton_01 (Area: Brill - Difficulty: 0) +(@OGUID+51, 180410, 0, 85, 159, '0', 0, 0, 2304.954833984375, 272.111114501953125, 34.550872802734375, 2.775068521499633789, 0, 0, 0.983254432678222656, 0.182238012552261352, 120, 255, 1, 45745), -- G_HangingSkeleton_01 (Area: Brill - Difficulty: 0) +(@OGUID+52, 180410, 0, 85, 159, '0', 0, 0, 2284.260498046875, 275.414947509765625, 34.68327713012695312, 1.308995485305786132, 0, 0, 0.608760833740234375, 0.793353796005249023, 120, 255, 1, 45745), -- G_HangingSkeleton_01 (Area: Brill - Difficulty: 0) +(@OGUID+53, 180410, 0, 85, 159, '0', 0, 0, 2242.65625, 245.0121612548828125, 35.51081085205078125, 2.792518377304077148, 0, 0, 0.984807014465332031, 0.173652306199073791, 120, 255, 1, 45745), -- G_HangingSkeleton_01 (Area: Brill - Difficulty: 0) +(@OGUID+54, 180411, 0, 85, 159, '0', 0, 0, 2260.7119140625, 314.29339599609375, 43.70012283325195312, 5.654868602752685546, 0, 0, -0.30901622772216796, 0.95105677843093872, 120, 255, 1, 45745), -- G_Ghost_01 (Area: Brill - Difficulty: 0) +(@OGUID+55, 180411, 0, 85, 159, '0', 0, 0, 2258, 309.598968505859375, 43.64711380004882812, 5.35816192626953125, 0, 0, -0.446197509765625, 0.894934535026550292, 120, 255, 1, 45745), -- G_Ghost_01 (Area: Brill - Difficulty: 0) +(@OGUID+56, 180411, 0, 85, 159, '0', 0, 0, 2272.2744140625, 290.774322509765625, 40.96544265747070312, 5.969027042388916015, 0, 0, -0.1564340591430664, 0.987688362598419189, 120, 255, 1, 45745), -- G_Ghost_01 (Area: Brill - Difficulty: 0) +(@OGUID+57, 180411, 0, 85, 159, '0', 0, 0, 2300.557373046875, 281.4375, 36.82360458374023437, 0.698131442070007324, 0, 0, 0.342020034790039062, 0.939692676067352294, 120, 255, 1, 45745), -- G_Ghost_01 (Area: Brill - Difficulty: 0) +(@OGUID+58, 180411, 0, 85, 159, '0', 0, 0, 2270.46875, 281.274322509765625, 40.94758987426757812, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 45745), -- G_Ghost_01 (Area: Brill - Difficulty: 0) +(@OGUID+59, 180411, 0, 85, 159, '0', 0, 0, 2243.123291015625, 246.8993072509765625, 36.92656326293945312, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 120, 255, 1, 45745), -- G_Ghost_01 (Area: Brill - Difficulty: 0) +(@OGUID+60, 180411, 0, 85, 159, '0', 0, 0, 2236.14404296875, 244.00347900390625, 36.92360687255859375, 2.129300594329833984, 0, 0, 0.874619483947753906, 0.484810054302215576, 120, 255, 1, 45745), -- G_Ghost_01 (Area: Brill - Difficulty: 0) +(@OGUID+61, 180415, 0, 85, 159, '0', 0, 0, 2270.81591796875, 287.732635498046875, 33.69063186645507812, 4.45059061050415039, 0, 0, -0.79335308074951171, 0.608761727809906005, 120, 255, 1, 45745), -- CandleBlack01 (Area: Brill - Difficulty: 0) +(@OGUID+62, 180415, 0, 85, 159, '0', 0, 0, 2273.079833984375, 286.541656494140625, 33.96987533569335937, 3.90954136848449707, 0, 0, -0.92718315124511718, 0.37460830807685852, 120, 255, 1, 45745), -- CandleBlack01 (Area: Brill - Difficulty: 0) +(@OGUID+63, 180415, 0, 85, 159, '0', 0, 0, 2272.6875, 284.44097900390625, 34.00270462036132812, 3.961898565292358398, 0, 0, -0.91705989837646484, 0.398749500513076782, 120, 255, 1, 45745), -- CandleBlack01 (Area: Brill - Difficulty: 0) +(@OGUID+64, 180415, 0, 85, 159, '0', 0, 0, 2270.91845703125, 282.420135498046875, 33.92834091186523437, 0.017452461645007133, 0, 0, 0.008726119995117187, 0.999961912631988525, 120, 255, 1, 45745), -- CandleBlack01 (Area: Brill - Difficulty: 0) +(@OGUID+65, 180415, 0, 85, 159, '0', 0, 0, 2268.94091796875, 282.901031494140625, 33.82201004028320312, 2.67034769058227539, 0, 0, 0.972369194030761718, 0.233448356389999389, 120, 255, 1, 45745), -- CandleBlack01 (Area: Brill - Difficulty: 0) +(@OGUID+66, 180425, 0, 85, 159, '0', 0, 0, 2262.538330078125, 329.243072509765625, 34.74338531494140625, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 45745), -- SkullCandle01 (Area: Brill - Difficulty: 0) +(@OGUID+67, 180425, 0, 85, 159, '0', 0, 0, 2267.710205078125, 290.73785400390625, 35.65375900268554687, 0.750490784645080566, 0, 0, 0.3665008544921875, 0.93041771650314331, 120, 255, 1, 45745), -- SkullCandle01 (Area: Brill - Difficulty: 0) +(@OGUID+68, 180425, 0, 85, 159, '0', 0, 0, 2267.09033203125, 290.15277099609375, 35.63885116577148437, 4.049167633056640625, 0, 0, -0.89879322052001953, 0.438372820615768432, 120, 255, 1, 45745), -- SkullCandle01 (Area: Brill - Difficulty: 0) +(@OGUID+69, 180425, 0, 85, 159, '0', 0, 0, 2241.39404296875, 272.229156494140625, 35.33657073974609375, 1.308995485305786132, 0, 0, 0.608760833740234375, 0.793353796005249023, 120, 255, 1, 45745), -- SkullCandle01 (Area: Brill - Difficulty: 0) +(@OGUID+70, 180425, 0, 85, 159, '0', 0, 0, 2239.83154296875, 272.664947509765625, 35.36143112182617187, 1.186823248863220214, 0, 0, 0.559192657470703125, 0.829037725925445556, 120, 255, 1, 45745), -- SkullCandle01 (Area: Brill - Difficulty: 0) +(@OGUID+71, 180426, 0, 85, 159, '0', 0, 0, 2263.7275390625, 288.914947509765625, 44.90937042236328125, 3.351046562194824218, 0, 0, -0.99452114105224609, 0.104535527527332305, 120, 255, 1, 45745), -- Bat01 (Area: Brill - Difficulty: 0) +(@OGUID+72, 180426, 0, 85, 159, '0', 0, 0, 2260.861083984375, 292.28125, 45.84617996215820312, 1.134462952613830566, 0, 0, 0.537299156188964843, 0.843391716480255126, 120, 255, 1, 45745), -- Bat01 (Area: Brill - Difficulty: 0) +(@OGUID+73, 180426, 0, 85, 159, '0', 0, 0, 2262.803955078125, 290.63714599609375, 45.96056365966796875, 4.869470596313476562, 0, 0, -0.64944744110107421, 0.760406434535980224, 120, 255, 1, 45745), -- Bat01 (Area: Brill - Difficulty: 0) +(@OGUID+74, 180426, 0, 85, 159, '0', 0, 0, 2261.6806640625, 289.217010498046875, 47.07680130004882812, 4.520402908325195312, 0, 0, -0.77162456512451171, 0.636078238487243652, 120, 255, 1, 45745), -- Bat01 (Area: Brill - Difficulty: 0) +(@OGUID+75, 180426, 0, 85, 159, '0', 0, 0, 2260.68408203125, 289.57464599609375, 54.01663589477539062, 4.084071159362792968, 0, 0, -0.8910064697265625, 0.453990638256072998, 120, 255, 1, 45745), -- Bat01 (Area: Brill - Difficulty: 0) +(@OGUID+76, 180426, 0, 85, 159, '0', 0, 0, 2260.53466796875, 285.626739501953125, 45.98318099975585937, 0.645771682262420654, 0, 0, 0.317304611206054687, 0.948323667049407958, 120, 255, 1, 45745), -- Bat01 (Area: Brill - Difficulty: 0) +(@OGUID+77, 180426, 0, 85, 159, '0', 0, 0, 2260.9306640625, 287.453125, 45.70987319946289062, 3.961898565292358398, 0, 0, -0.91705989837646484, 0.398749500513076782, 120, 255, 1, 45745), -- Bat01 (Area: Brill - Difficulty: 0) +(@OGUID+78, 180426, 0, 85, 159, '0', 0, 0, 2263.53466796875, 286.48785400390625, 45.85614395141601562, 5.462882041931152343, 0, 0, -0.39874839782714843, 0.917060375213623046, 120, 255, 1, 45745), -- Bat01 (Area: Brill - Difficulty: 0) +(@OGUID+79, 180426, 0, 85, 159, '0', 0, 0, 2262.95654296875, 287.760406494140625, 45.75661849975585937, 4.712389945983886718, 0, 0, -0.70710659027099609, 0.707106947898864746, 120, 255, 1, 45745), -- Bat01 (Area: Brill - Difficulty: 0) +(@OGUID+80, 180426, 0, 85, 159, '0', 0, 0, 2264.888916015625, 287.03125, 51.21295547485351562, 3.071766138076782226, 0, 0, 0.999390602111816406, 0.034906134009361267, 120, 255, 1, 45745), -- Bat01 (Area: Brill - Difficulty: 0) +(@OGUID+81, 180427, 0, 85, 159, '0', 0, 0, 2260.732666015625, 291.78125, 45.87396621704101562, 4.869470596313476562, 0, 0, -0.64944744110107421, 0.760406434535980224, 120, 255, 1, 45745), -- Bat02 (Area: Brill - Difficulty: 0) +(@OGUID+82, 180427, 0, 85, 159, '0', 0, 0, 2257.78125, 290.126739501953125, 45.70293426513671875, 4.345870018005371093, 0, 0, -0.82412624359130859, 0.566406130790710449, 120, 255, 1, 45745), -- Bat02 (Area: Brill - Difficulty: 0) +(@OGUID+83, 180427, 0, 85, 159, '0', 0, 0, 2259.41845703125, 290.055572509765625, 41.71333694458007812, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 45745), -- Bat02 (Area: Brill - Difficulty: 0) +(@OGUID+84, 180427, 0, 85, 159, '0', 0, 0, 2261.864501953125, 291.34375, 51.23927688598632812, 6.195919513702392578, 0, 0, -0.04361915588378906, 0.999048233032226562, 120, 255, 1, 45745), -- Bat02 (Area: Brill - Difficulty: 0) +(@OGUID+85, 180427, 0, 85, 159, '0', 0, 0, 2261.73779296875, 290.5069580078125, 47.17763137817382812, 0.24434557557106018, 0, 0, 0.121869087219238281, 0.9925462007522583, 120, 255, 1, 45745), -- Bat02 (Area: Brill - Difficulty: 0) +(@OGUID+86, 180427, 0, 85, 159, '0', 0, 0, 2259.001708984375, 291.609375, 45.74871063232421875, 3.351046562194824218, 0, 0, -0.99452114105224609, 0.104535527527332305, 120, 255, 1, 45745), -- Bat02 (Area: Brill - Difficulty: 0) +(@OGUID+87, 180427, 0, 85, 159, '0', 0, 0, 2259.4306640625, 288.4757080078125, 45.70293426513671875, 2.967041015625, 0, 0, 0.996193885803222656, 0.087165042757987976, 120, 255, 1, 45745), -- Bat02 (Area: Brill - Difficulty: 0) +(@OGUID+88, 180427, 0, 85, 159, '0', 0, 0, 2257.505126953125, 288.4913330078125, 41.71333694458007812, 2.687806606292724609, 0, 0, 0.974370002746582031, 0.224951311945915222, 120, 255, 1, 45745), -- Bat02 (Area: Brill - Difficulty: 0) +(@OGUID+89, 180427, 0, 85, 159, '0', 0, 0, 2259.5087890625, 286.65277099609375, 48.82779312133789062, 1.256635904312133789, 0, 0, 0.587784767150878906, 0.809017360210418701, 120, 255, 1, 45745), -- Bat02 (Area: Brill - Difficulty: 0) +(@OGUID+90, 180427, 0, 85, 159, '0', 0, 0, 2258.489501953125, 287.513885498046875, 48.70108413696289062, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 45745), -- Bat02 (Area: Brill - Difficulty: 0) +(@OGUID+91, 180428, 0, 85, 159, '0', 0, 0, 2272.263916015625, 283.392364501953125, 33.96635055541992187, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 120, 255, 1, 45745), -- G_WitchBroom_01 scale 0.5 (Area: Brill - Difficulty: 0) +(@OGUID+92, 180471, 0, 85, 159, '0', 0, 0, 2288.29345703125, 391.09027099609375, 35.74422073364257812, 2.007128477096557617, 0, 0, 0.84339141845703125, 0.537299633026123046, 120, 255, 1, 45745), -- HangingSkullLight01 (Area: Brill - Difficulty: 0) +(@OGUID+93, 180471, 0, 85, 159, '0', 0, 0, 2273.23779296875, 422.072906494140625, 35.44816970825195312, 0.767943859100341796, 0, 0, 0.374606132507324218, 0.927184045314788818, 120, 255, 1, 45745), -- HangingSkullLight01 (Area: Brill - Difficulty: 0) +(@OGUID+94, 180471, 0, 85, 159, '0', 0, 0, 2269.43408203125, 374.76910400390625, 43.201812744140625, 5.305802345275878906, 0, 0, -0.46947097778320312, 0.882947921752929687, 120, 255, 1, 45745), -- HangingSkullLight01 (Area: Brill - Difficulty: 0) +(@OGUID+95, 180471, 0, 85, 159, '0', 0, 0, 2280.43408203125, 422.508697509765625, 35.49641799926757812, 0.366517573595046997, 0, 0, 0.182234764099121093, 0.98325502872467041, 120, 255, 1, 45745), -- HangingSkullLight01 (Area: Brill - Difficulty: 0) +(@OGUID+96, 180471, 0, 85, 159, '0', 0, 0, 2255.104248046875, 314.03125, 39.51722335815429687, 4.852017402648925781, 0, 0, -0.65605831146240234, 0.754710197448730468, 120, 255, 1, 45745), -- HangingSkullLight01 (Area: Brill - Difficulty: 0) +(@OGUID+97, 180471, 0, 85, 159, '0', 0, 0, 2267.272705078125, 319.501739501953125, 35.19652175903320312, 4.572763919830322265, 0, 0, -0.75470924377441406, 0.656059443950653076, 120, 255, 1, 45745), -- HangingSkullLight01 (Area: Brill - Difficulty: 0) +(@OGUID+98, 180471, 0, 85, 159, '0', 0, 0, 2268.376708984375, 292.3819580078125, 35.31812667846679687, 1.186823248863220214, 0, 0, 0.559192657470703125, 0.829037725925445556, 120, 255, 1, 45745), -- HangingSkullLight01 (Area: Brill - Difficulty: 0) +(@OGUID+99, 180471, 0, 85, 159, '0', 0, 0, 2295.763916015625, 291.114593505859375, 39.42935562133789062, 0.785396754741668701, 0, 0, 0.38268280029296875, 0.923879802227020263, 120, 255, 1, 45745), -- HangingSkullLight01 (Area: Brill - Difficulty: 0) +(@OGUID+100, 180471, 0, 85, 159, '0', 0, 0, 2256.24658203125, 299.130218505859375, 35.34776687622070312, 2.984498262405395507, 0, 0, 0.996916770935058593, 0.078466430306434631, 120, 255, 1, 45745), -- HangingSkullLight01 (Area: Brill - Difficulty: 0) +(@OGUID+101, 180471, 0, 85, 159, '0', 0, 0, 2299.0556640625, 290.432281494140625, 39.32700347900390625, 6.03883981704711914, 0, 0, -0.12186908721923828, 0.9925462007522583, 120, 255, 1, 45745), -- HangingSkullLight01 (Area: Brill - Difficulty: 0) +(@OGUID+102, 180471, 0, 85, 159, '0', 0, 0, 2293.848876953125, 270.4444580078125, 39.62081146240234375, 1.169368624687194824, 0, 0, 0.551936149597167968, 0.833886384963989257, 120, 255, 1, 45745), -- HangingSkullLight01 (Area: Brill - Difficulty: 0) +(@OGUID+103, 180471, 0, 85, 159, '0', 0, 0, 2294.842041015625, 269.989593505859375, 39.54152297973632812, 1.466075778007507324, 0, 0, 0.669130325317382812, 0.74314504861831665, 120, 255, 1, 45745), -- HangingSkullLight01 (Area: Brill - Difficulty: 0) +(@OGUID+104, 180471, 0, 85, 159, '0', 0, 0, 2264.032958984375, 280.7100830078125, 35.255340576171875, 3.52557229995727539, 0, 0, -0.98162651062011718, 0.190812408924102783, 120, 255, 1, 45745), -- HangingSkullLight01 (Area: Brill - Difficulty: 0) +(@OGUID+105, 180471, 0, 85, 159, '0', 0, 0, 2293.100830078125, 270.182281494140625, 39.17103958129882812, 1.48352813720703125, 0, 0, 0.675589561462402343, 0.737277925014495849, 120, 255, 1, 45745), -- HangingSkullLight01 (Area: Brill - Difficulty: 0) +(@OGUID+106, 180471, 0, 85, 159, '0', 0, 0, 2242.59375, 255.0069427490234375, 35.3006591796875, 1.867502212524414062, 0, 0, 0.803856849670410156, 0.594822824001312255, 120, 255, 1, 45745), -- HangingSkullLight01 (Area: Brill - Difficulty: 0) +(@OGUID+107, 180471, 0, 85, 159, '0', 0, 0, 2325.6962890625, 237.013885498046875, 30.36153793334960937, 4.433136463165283203, 0, 0, -0.79863548278808593, 0.60181504487991333, 120, 255, 1, 45745), -- HangingSkullLight01 (Area: Brill - Difficulty: 0) +(@OGUID+108, 180471, 0, 85, 159, '0', 0, 0, 2324.482666015625, 228.5989532470703125, 30.03060531616210937, 4.433136463165283203, 0, 0, -0.79863548278808593, 0.60181504487991333, 120, 255, 1, 45745), -- HangingSkullLight01 (Area: Brill - Difficulty: 0) +(@OGUID+109, 180471, 0, 85, 159, '0', 0, 0, 2185.1806640625, 242.9791717529296875, 37.70568084716796875, 3.054326534271240234, 0, 0, 0.999048233032226562, 0.043619260191917419, 120, 255, 1, 45745), -- HangingSkullLight01 (Area: Brill - Difficulty: 0) +(@OGUID+110, 180471, 0, 85, 159, '0', 0, 0, 2192.90625, 231.84375, 37.04900741577148437, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 45745), -- HangingSkullLight01 (Area: Brill - Difficulty: 0) +(@OGUID+111, 180472, 0, 85, 159, '0', 0, 0, 2263.897705078125, 344.836822509765625, 38.86483001708984375, 2.216565132141113281, 0, 0, 0.894933700561523437, 0.44619917869567871, 120, 255, 1, 45745), -- HangingSkullLight02 (Area: Brill - Difficulty: 0) +(@OGUID+112, 180472, 0, 85, 159, '0', 0, 0, 2256.123291015625, 316.041656494140625, 40.66569900512695312, 3.001946926116943359, 0, 0, 0.997563362121582031, 0.069766148924827575, 120, 255, 1, 45745), -- HangingSkullLight02 (Area: Brill - Difficulty: 0) +(@OGUID+113, 180472, 0, 85, 159, '0', 0, 0, 2253.87841796875, 312.16839599609375, 40.70804977416992187, 2.391098499298095703, 0, 0, 0.930417060852050781, 0.366502493619918823, 120, 255, 1, 45745), -- HangingSkullLight02 (Area: Brill - Difficulty: 0) +(@OGUID+114, 180472, 0, 85, 159, '0', 0, 0, 2310.4375, 277.75, 31.71162986755371093, 6.09120035171508789, 0, 0, -0.09584522247314453, 0.995396256446838378, 120, 255, 1, 45745), -- HangingSkullLight02 (Area: Brill - Difficulty: 0) +(@OGUID+115, 180472, 0, 85, 159, '0', 0, 0, 2255.69091796875, 268.942718505859375, 38.70105361938476562, 0.052358884364366531, 0, 0, 0.02617645263671875, 0.999657332897186279, 120, 255, 1, 45745), -- HangingSkullLight02 (Area: Brill - Difficulty: 0) +(@OGUID+116, 180472, 0, 85, 159, '0', 0, 0, 2241.947998046875, 239.3506927490234375, 40.92840576171875, 5.305802345275878906, 0, 0, -0.46947097778320312, 0.882947921752929687, 120, 255, 1, 45745), -- HangingSkullLight02 (Area: Brill - Difficulty: 0) +(@OGUID+117, 180523, 0, 85, 159, '0', 0, 0, 2289.8369140625, 286.477447509765625, 33.24811553955078125, 0.24434557557106018, 0, 0, 0.121869087219238281, 0.9925462007522583, 120, 255, 1, 45745), -- Apple Bob (Area: Brill - Difficulty: 0) +(@OGUID+118, 186234, 0, 85, 159, '0', 0, 0, 2221.625, 275.9288330078125, 33.71171951293945312, 3.263772249221801757, 0, 0, -0.99813461303710937, 0.061051756143569946, 120, 255, 1, 45745), -- Water Barrel (Area: Brill - Difficulty: 0) +(@OGUID+119, 186234, 0, 85, 159, '0', 0, 0, 2254.413330078125, 474.39410400390625, 33.878875732421875, 2.792518377304077148, 0, 0, 0.984807014465332031, 0.173652306199073791, 120, 255, 1, 45745), -- Water Barrel (Area: Brill - Difficulty: 0) +(@OGUID+120, 186614, 0, 85, 159, '0', 0, 0, 2255.53125, 476.2725830078125, 33.83548355102539062, 4.310965538024902343, 0, 0, -0.83388519287109375, 0.55193793773651123, 120, 255, 1, 45745), -- Water Bucket (Area: Brill - Difficulty: 0) +(@OGUID+121, 186614, 0, 85, 159, '0', 0, 0, 2255.864501953125, 473.28472900390625, 33.88770294189453125, 4.171337604522705078, 0, 0, -0.87035560607910156, 0.492423713207244873, 120, 255, 1, 45745), -- Water Bucket (Area: Brill - Difficulty: 0) +(@OGUID+122, 186614, 0, 85, 159, '0', 0, 0, 2222.963623046875, 277.90277099609375, 33.5111083984375, 1.797688722610473632, 0, 0, 0.7826080322265625, 0.622514784336090087, 120, 255, 1, 45745), -- Water Bucket (Area: Brill - Difficulty: 0) +(@OGUID+123, 186614, 0, 85, 159, '0', 0, 0, 2222.435791015625, 273.6319580078125, 33.48462295532226562, 2.70525527000427246, 0, 0, 0.97629547119140625, 0.216442063450813293, 120, 255, 1, 45745), -- Water Bucket (Area: Brill - Difficulty: 0) +(@OGUID+124, 186615, 0, 85, 159, '0', 0, 0, 2254.22216796875, 476.39410400390625, 33.8637542724609375, 1.448621988296508789, 0, 0, 0.662619590759277343, 0.748956084251403808, 120, 255, 1, 45745), -- Water Buckets (Area: Brill - Difficulty: 0) +(@OGUID+125, 186615, 0, 85, 159, '0', 0, 0, 2224.244873046875, 275.385406494140625, 33.46975326538085937, 5.84685373306274414, 0, 0, -0.21643924713134765, 0.976296067237854003, 120, 255, 1, 45745), -- Water Buckets (Area: Brill - Difficulty: 0) +(@OGUID+126, 186720, 0, 85, 159, '0', 0, 0, 2240.4375, 459.15972900390625, 38.43698883056640625, 0.820303261280059814, 0, 0, 0.398748397827148437, 0.917060375213623046, 120, 255, 1, 45745), -- Fire Effigy (Area: Brill - Difficulty: 0) +(@OGUID+127, 186720, 0, 85, 159, '0', 0, 0, 2230.421875, 464.664947509765625, 40.62353134155273437, 0.401424884796142578, 0, 0, 0.199367523193359375, 0.979924798011779785, 120, 255, 1, 45745), -- Fire Effigy (Area: Brill - Difficulty: 0) +(@OGUID+128, 186720, 0, 85, 159, '0', 0, 0, 2235.046875, 472.654510498046875, 37.98011398315429687, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, 45745), -- Fire Effigy (Area: Brill - Difficulty: 0) +(@OGUID+129, 186720, 0, 85, 159, '0', 0, 0, 2239.491455078125, 487.861114501953125, 37.34464263916015625, 5.567600727081298828, 0, 0, -0.35020732879638671, 0.936672210693359375, 120, 255, 1, 45745), -- Fire Effigy (Area: Brill - Difficulty: 0) +(@OGUID+130, 186720, 0, 85, 159, '0', 0, 0, 2231.30029296875, 482.6163330078125, 39.66044235229492187, 5.95157480239868164, 0, 0, -0.16504669189453125, 0.986285746097564697, 120, 255, 1, 45745), -- Fire Effigy (Area: Brill - Difficulty: 0) +(@OGUID+131, 190066, 0, 85, 159, '0', 0, 0, 2288.75341796875, 277.498260498046875, 33.25130081176757812, 3.735006093978881835, 0, 0, -0.95630455017089843, 0.292372345924377441, 120, 255, 1, 45745); -- Candy Bucket (Area: Brill - Difficulty: 0) + +-- Event spawns +DELETE FROM `game_event_creature` WHERE `eventEntry`=12 AND `guid` BETWEEN @CGUID+0 AND @CGUID+49; +INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES +(12, @CGUID+0), +(12, @CGUID+1), +(12, @CGUID+2), +(12, @CGUID+3), +(12, @CGUID+4), +(12, @CGUID+5), +(12, @CGUID+6), +(12, @CGUID+7), +(12, @CGUID+8), +(12, @CGUID+9), +(12, @CGUID+10), +(12, @CGUID+11), +(12, @CGUID+12), +(12, @CGUID+13), +(12, @CGUID+14), +(12, @CGUID+15), +(12, @CGUID+16), +(12, @CGUID+17), +(12, @CGUID+18), +(12, @CGUID+19), +(12, @CGUID+20), +(12, @CGUID+21), +(12, @CGUID+22), +(12, @CGUID+23), +(12, @CGUID+24), +(12, @CGUID+25), +(12, @CGUID+26), +(12, @CGUID+27), +(12, @CGUID+28), +(12, @CGUID+29), +(12, @CGUID+30), +(12, @CGUID+31), +(12, @CGUID+32), +(12, @CGUID+33), +(12, @CGUID+34), +(12, @CGUID+35), +(12, @CGUID+36), +(12, @CGUID+37), +(12, @CGUID+38), +(12, @CGUID+39), +(12, @CGUID+40), +(12, @CGUID+41), +(12, @CGUID+42), +(12, @CGUID+43), +(12, @CGUID+44), +(12, @CGUID+45), +(12, @CGUID+46), +(12, @CGUID+47), +(12, @CGUID+48), +(12, @CGUID+49); + +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+131; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48), +(12, @OGUID+49), +(12, @OGUID+50), +(12, @OGUID+51), +(12, @OGUID+52), +(12, @OGUID+53), +(12, @OGUID+54), +(12, @OGUID+55), +(12, @OGUID+56), +(12, @OGUID+57), +(12, @OGUID+58), +(12, @OGUID+59), +(12, @OGUID+60), +(12, @OGUID+61), +(12, @OGUID+62), +(12, @OGUID+63), +(12, @OGUID+64), +(12, @OGUID+65), +(12, @OGUID+66), +(12, @OGUID+67), +(12, @OGUID+68), +(12, @OGUID+69), +(12, @OGUID+70), +(12, @OGUID+71), +(12, @OGUID+72), +(12, @OGUID+73), +(12, @OGUID+74), +(12, @OGUID+75), +(12, @OGUID+76), +(12, @OGUID+77), +(12, @OGUID+78), +(12, @OGUID+79), +(12, @OGUID+80), +(12, @OGUID+81), +(12, @OGUID+82), +(12, @OGUID+83), +(12, @OGUID+84), +(12, @OGUID+85), +(12, @OGUID+86), +(12, @OGUID+87), +(12, @OGUID+88), +(12, @OGUID+89), +(12, @OGUID+90), +(12, @OGUID+91), +(12, @OGUID+92), +(12, @OGUID+93), +(12, @OGUID+94), +(12, @OGUID+95), +(12, @OGUID+96), +(12, @OGUID+97), +(12, @OGUID+98), +(12, @OGUID+99), +(12, @OGUID+100), +(12, @OGUID+101), +(12, @OGUID+102), +(12, @OGUID+103), +(12, @OGUID+104), +(12, @OGUID+105), +(12, @OGUID+106), +(12, @OGUID+107), +(12, @OGUID+108), +(12, @OGUID+109), +(12, @OGUID+110), +(12, @OGUID+111), +(12, @OGUID+112), +(12, @OGUID+113), +(12, @OGUID+114), +(12, @OGUID+115), +(12, @OGUID+116), +(12, @OGUID+117), +(12, @OGUID+118), +(12, @OGUID+119), +(12, @OGUID+120), +(12, @OGUID+121), +(12, @OGUID+122), +(12, @OGUID+123), +(12, @OGUID+124), +(12, @OGUID+125), +(12, @OGUID+126), +(12, @OGUID+127), +(12, @OGUID+128), +(12, @OGUID+129), +(12, @OGUID+130), +(12, @OGUID+131); + +-- +SET @OGUID := 3801680; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3003303 AND 3003363; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3003303 AND 3003363; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3003303 AND 3003363; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+60; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 0, 85, 152, '0', 0, 0, 1715.34375, -692.36981201171875, 54.65004730224609375, 3.804818391799926757, 0, 0, -0.94551849365234375, 0.325568377971649169, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Bulwark - Difficulty: 0) CreateObject1 +(@OGUID+1, 180405, 0, 85, 152, '0', 0, 0, 1673.3992919921875, -721.58856201171875, 58.81418228149414062, 2.70525527000427246, 0, 0, 0.97629547119140625, 0.216442063450813293, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Bulwark - Difficulty: 0) CreateObject1 +(@OGUID+2, 180406, 0, 85, 152, '0', 0, 0, 1689.861083984375, -733.29168701171875, 58.94339370727539062, 2.67034769058227539, 0, 0, 0.972369194030761718, 0.233448356389999389, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Bulwark - Difficulty: 0) CreateObject1 +(@OGUID+3, 180406, 0, 85, 152, '0', 0, 0, 1697.5086669921875, -694.58160400390625, 54.088714599609375, 3.281238555908203125, 0, 0, -0.99756336212158203, 0.069766148924827575, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Bulwark - Difficulty: 0) CreateObject1 +(@OGUID+4, 180407, 0, 85, 152, '0', 0, 0, 1682.62158203125, -730.8524169921875, 68.0818023681640625, 2.844882726669311523, 0, 0, 0.989015579223632812, 0.147811368107795715, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: The Bulwark - Difficulty: 0) CreateObject1 +(@OGUID+5, 180407, 0, 85, 152, '0', 0, 0, 1725.670166015625, -757.0711669921875, 59.10930633544921875, 4.363324165344238281, 0, 0, -0.81915187835693359, 0.573576688766479492, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: The Bulwark - Difficulty: 0) CreateObject1 +(@OGUID+6, 180410, 0, 85, 152, '0', 0, 0, 1758.954833984375, -733.09552001953125, 61.3712310791015625, 1.500982880592346191, 0, 0, 0.681998252868652343, 0.731353819370269775, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: The Bulwark - Difficulty: 0) CreateObject1 +(@OGUID+7, 180411, 0, 85, 152, '0', 0, 0, 1724.251708984375, -760.88714599609375, 60.7620391845703125, 5.637413978576660156, 0, 0, -0.31730461120605468, 0.948323667049407958, 120, 255, 1, 51886), -- G_Ghost_01 (Area: The Bulwark - Difficulty: 0) CreateObject1 +(@OGUID+8, 180415, 0, 85, 152, '0', 0, 0, 1755.48095703125, -728.671875, 60.70103073120117187, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Bulwark - Difficulty: 0) CreateObject1 +(@OGUID+9, 180415, 0, 85, 152, '0', 0, 0, 1672.6649169921875, -724.77606201171875, 60.12980270385742187, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Bulwark - Difficulty: 0) CreateObject1 +(@OGUID+10, 180415, 0, 85, 152, '0', 0, 0, 1766.4913330078125, -730.36114501953125, 60.90683364868164062, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Bulwark - Difficulty: 0) CreateObject1 +(@OGUID+11, 180415, 0, 85, 152, '0', 0, 0, 1671.30908203125, -722.1961669921875, 59.49248123168945312, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Bulwark - Difficulty: 0) CreateObject1 +(@OGUID+12, 180415, 0, 85, 152, '0', 0, 0, 1741.3836669921875, -728.83331298828125, 60.66893768310546875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Bulwark - Difficulty: 0) CreateObject1 +(@OGUID+13, 180415, 0, 85, 152, '0', 0, 0, 1672.0555419921875, -723.76043701171875, 60.47997283935546875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Bulwark - Difficulty: 0) CreateObject1 +(@OGUID+14, 180425, 0, 85, 152, '0', 0, 0, 1673.1163330078125, -723.8992919921875, 59.52499008178710937, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Bulwark - Difficulty: 0) CreateObject1 +(@OGUID+15, 180425, 0, 85, 152, '0', 0, 0, 1755.2291259765625, -729.8507080078125, 61.12210464477539062, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Bulwark - Difficulty: 0) CreateObject1 +(@OGUID+16, 180426, 0, 85, 152, '0', 0, 0, 1715.2882080078125, -737.232666015625, 77.0455780029296875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: The Bulwark - Difficulty: 0) CreateObject1 +(@OGUID+17, 180426, 0, 85, 152, '0', 0, 0, 1703.5538330078125, -721.4149169921875, 75.6016845703125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: The Bulwark - Difficulty: 0) CreateObject1 +(@OGUID+18, 180426, 0, 85, 152, '0', 0, 0, 1686.060791015625, -714.763916015625, 80.02059173583984375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: The Bulwark - Difficulty: 0) CreateObject1 +(@OGUID+19, 180426, 0, 85, 152, '0', 0, 0, 1731.904541015625, -719.47052001953125, 81.0478973388671875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: The Bulwark - Difficulty: 0) CreateObject1 +(@OGUID+20, 180426, 0, 85, 152, '0', 0, 0, 1707.9791259765625, -723.20831298828125, 75.00325775146484375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: The Bulwark - Difficulty: 0) CreateObject1 +(@OGUID+21, 180426, 0, 85, 152, '0', 0, 0, 1730.4913330078125, -719.98614501953125, 80.9859619140625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: The Bulwark - Difficulty: 0) CreateObject1 +(@OGUID+22, 180426, 0, 85, 152, '0', 0, 0, 1754.4271240234375, -717.23089599609375, 81.18017578125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: The Bulwark - Difficulty: 0) CreateObject1 +(@OGUID+23, 180426, 0, 85, 152, '0', 0, 0, 1747.1129150390625, -712.765625, 81.20735931396484375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: The Bulwark - Difficulty: 0) CreateObject1 +(@OGUID+24, 180426, 0, 85, 152, '0', 0, 0, 1684.74658203125, -718.58331298828125, 80.0290985107421875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: The Bulwark - Difficulty: 0) CreateObject1 +(@OGUID+25, 180427, 0, 85, 152, '0', 0, 0, 1709.423583984375, -738.16143798828125, 54.85278701782226562, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat02 (Area: The Bulwark - Difficulty: 0) CreateObject1 +(@OGUID+26, 180427, 0, 85, 152, '0', 0, 0, 1733.9600830078125, -717.13018798828125, 60.06647491455078125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat02 (Area: The Bulwark - Difficulty: 0) CreateObject1 +(@OGUID+27, 180427, 0, 85, 152, '0', 0, 0, 1689.048583984375, -716.25518798828125, 58.59185791015625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat02 (Area: The Bulwark - Difficulty: 0) CreateObject1 +(@OGUID+28, 180427, 0, 85, 152, '0', 0, 0, 1741.060791015625, -721.17364501953125, 81.17830657958984375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat02 (Area: The Bulwark - Difficulty: 0) CreateObject1 +(@OGUID+29, 180427, 0, 85, 152, '0', 0, 0, 1720.9635009765625, -727.13714599609375, 57.56277084350585937, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat02 (Area: The Bulwark - Difficulty: 0) CreateObject1 +(@OGUID+30, 180427, 0, 85, 152, '0', 0, 0, 1706.9322509765625, -720.44793701171875, 53.83124923706054687, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat02 (Area: The Bulwark - Difficulty: 0) CreateObject1 +(@OGUID+31, 180471, 0, 85, 152, '0', 0, 0, 1740.7899169921875, -733.52081298828125, 62.98698043823242187, 4.014260292053222656, 0, 0, -0.90630722045898437, 0.422619491815567016, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Bulwark - Difficulty: 0) CreateObject1 +(@OGUID+32, 180471, 0, 85, 152, '0', 0, 0, 1775.0382080078125, -728.12677001953125, 64.039581298828125, 5.986480236053466796, 0, 0, -0.14780902862548828, 0.989015936851501464, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Bulwark - Difficulty: 0) CreateObject1 +(@OGUID+33, 180471, 0, 85, 152, '0', 0, 0, 1746.907958984375, -737.78472900390625, 63.59131622314453125, 1.047197580337524414, 0, 0, 0.5, 0.866025388240814208, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Bulwark - Difficulty: 0) CreateObject1 +(@OGUID+34, 180471, 0, 85, 152, '0', 0, 0, 1679.73095703125, -728.26739501953125, 62.67742919921875, 4.066620349884033203, 0, 0, -0.89493370056152343, 0.44619917869567871, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Bulwark - Difficulty: 0) CreateObject1 +(@OGUID+35, 180471, 0, 85, 152, '0', 0, 0, 1668.43408203125, -721.28643798828125, 62.11988067626953125, 2.635444164276123046, 0, 0, 0.96814727783203125, 0.250381410121917724, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Bulwark - Difficulty: 0) CreateObject1 +(@OGUID+36, 180471, 0, 85, 152, '0', 0, 0, 1669.765625, -726.3975830078125, 62.13672637939453125, 1.099556446075439453, 0, 0, 0.522498130798339843, 0.852640450000762939, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Bulwark - Difficulty: 0) CreateObject1 +(@OGUID+37, 180471, 0, 85, 152, '0', 0, 0, 1664.720458984375, -727.670166015625, 62.10521697998046875, 5.777040958404541015, 0, 0, -0.25037956237792968, 0.968147754669189453, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Bulwark - Difficulty: 0) CreateObject1 +(@OGUID+38, 180471, 0, 85, 152, '0', 0, 0, 1772.9427490234375, -724.46875, 64.0744171142578125, 4.328419685363769531, 0, 0, -0.82903671264648437, 0.559194147586822509, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Bulwark - Difficulty: 0) CreateObject1 +(@OGUID+39, 180471, 0, 85, 152, '0', 0, 0, 1776.65283203125, -722.3680419921875, 64.10593414306640625, 2.809975385665893554, 0, 0, 0.986285209655761718, 0.165049895644187927, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Bulwark - Difficulty: 0) CreateObject1 +(@OGUID+40, 180471, 0, 85, 152, '0', 0, 0, 1761.0225830078125, -730.61981201171875, 61.90310287475585937, 2.408554315567016601, 0, 0, 0.933580398559570312, 0.358368009328842163, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Bulwark - Difficulty: 0) CreateObject1 +(@OGUID+41, 180471, 0, 85, 152, '0', 0, 0, 1685.1285400390625, -727.70489501953125, 62.906982421875, 2.234017848968505859, 0, 0, 0.898793220520019531, 0.438372820615768432, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Bulwark - Difficulty: 0) CreateObject1 +(@OGUID+42, 180471, 0, 85, 152, '0', 0, 0, 1756.9375, -730.763916015625, 61.89927291870117187, 3.961898565292358398, 0, 0, -0.91705989837646484, 0.398749500513076782, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Bulwark - Difficulty: 0) CreateObject1 +(@OGUID+43, 180471, 0, 85, 152, '0', 0, 0, 1680.19970703125, -733.76214599609375, 62.83770751953125, 5.585053920745849609, 0, 0, -0.34202003479003906, 0.939692676067352294, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Bulwark - Difficulty: 0) CreateObject1 +(@OGUID+44, 180471, 0, 85, 152, '0', 0, 0, 1741.65283203125, -738.685791015625, 62.93024444580078125, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Bulwark - Difficulty: 0) CreateObject1 +(@OGUID+45, 180471, 0, 85, 152, '0', 0, 0, 1685.7066650390625, -733.1336669921875, 62.80352020263671875, 0.942476630210876464, 0, 0, 0.453989982604980468, 0.891006767749786376, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Bulwark - Difficulty: 0) CreateObject1 +(@OGUID+46, 180471, 0, 85, 152, '0', 0, 0, 1778.751708984375, -726.10418701171875, 64.1016387939453125, 1.308995485305786132, 0, 0, 0.608760833740234375, 0.793353796005249023, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Bulwark - Difficulty: 0) CreateObject1 +(@OGUID+47, 180471, 0, 85, 152, '0', 0, 0, 1757.0816650390625, -734.265625, 62.10749053955078125, 5.305802345275878906, 0, 0, -0.46947097778320312, 0.882947921752929687, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Bulwark - Difficulty: 0) CreateObject1 +(@OGUID+48, 180471, 0, 85, 152, '0', 0, 0, 1663.4132080078125, -722.73785400390625, 62.13486099243164062, 4.1538848876953125, 0, 0, -0.8746194839477539, 0.484810054302215576, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Bulwark - Difficulty: 0) CreateObject1 +(@OGUID+49, 180471, 0, 85, 152, '0', 0, 0, 1760.5069580078125, -734.29168701171875, 62.13278579711914062, 0.959929943084716796, 0, 0, 0.461748123168945312, 0.887011110782623291, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Bulwark - Difficulty: 0) CreateObject1 +(@OGUID+50, 180471, 0, 85, 152, '0', 0, 0, 1745.875, -732.55902099609375, 63.63408279418945312, 2.513273954391479492, 0, 0, 0.951056480407714843, 0.309017121791839599, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Bulwark - Difficulty: 0) CreateObject1 +(@OGUID+51, 180472, 0, 85, 152, '0', 0, 0, 1754.420166015625, -732.795166015625, 65.67305755615234375, 2.862335443496704101, 0, 0, 0.990267753601074218, 0.139175355434417724, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: The Bulwark - Difficulty: 0) CreateObject1 +(@OGUID+52, 180472, 0, 85, 152, '0', 0, 0, 1759.032958984375, -728.51043701171875, 65.90134429931640625, 1.745326757431030273, 0, 0, 0.766043663024902343, 0.642788589000701904, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: The Bulwark - Difficulty: 0) CreateObject1 +(@OGUID+53, 180472, 0, 85, 152, '0', 0, 0, 1763.3941650390625, -732.67706298828125, 66.06093597412109375, 1.204277276992797851, 0, 0, 0.56640625, 0.824126183986663818, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: The Bulwark - Difficulty: 0) CreateObject1 +(@OGUID+54, 180472, 0, 85, 152, '0', 0, 0, 1666.5885009765625, -724.52606201171875, 63.60851287841796875, 1.047197580337524414, 0, 0, 0.5, 0.866025388240814208, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: The Bulwark - Difficulty: 0) CreateObject1 +(@OGUID+55, 180523, 0, 85, 152, '0', 0, 0, 1662.63720703125, -716.5242919921875, 59.26189041137695312, 6.056293010711669921, 0, 0, -0.11320304870605468, 0.993571877479553222, 120, 255, 1, 51886), -- Apple Bob (Area: The Bulwark - Difficulty: 0) CreateObject1 +(@OGUID+56, 208056, 0, 85, 152, '0', 0, 0, 1665.703125, -723.0850830078125, 62.45366668701171875, 3.996806621551513671, 0, 0, -0.90996074676513671, 0.414694398641586303, 120, 255, 1, 51886), -- G_Ghost_01 (Scale 0.5) (Area: The Bulwark - Difficulty: 0) CreateObject1 +(@OGUID+57, 208057, 0, 85, 152, '0', 0, 0, 1687.873291015625, -787.15106201171875, 98.37052154541015625, 0.488691210746765136, 0, 0, 0.241921424865722656, 0.970295846462249755, 120, 255, 1, 51886), -- G_Pumpkin_01 Scale 2.0 (Area: The Bulwark - Difficulty: 0) CreateObject1 +(@OGUID+58, 208061, 0, 85, 152, '0', 0, 0, 1743.93408203125, -788.3038330078125, 103.1657333374023437, 0.488691210746765136, 0, 0, 0.241921424865722656, 0.970295846462249755, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 2.0 (Area: The Bulwark - Difficulty: 0) CreateObject1 +(@OGUID+59, 208063, 0, 85, 152, '0', 0, 0, 1664.6197509765625, -723.63543701171875, 60.51529312133789062, 4.188792228698730468, 0, 0, -0.86602497100830078, 0.50000077486038208, 120, 255, 1, 51886), -- Web Hanging (Area: The Bulwark - Difficulty: 0) CreateObject1 +(@OGUID+60, 208149, 0, 85, 152, '0', 0, 0, 1666.3385009765625, -719.3194580078125, 58.91488265991210937, 2.460912704467773437, 0, 0, 0.942641258239746093, 0.333807557821273803, 120, 255, 1, 51886); -- Candy Bucket (Area: The Bulwark - Difficulty: 0) CreateObject1 + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+60; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48), +(12, @OGUID+49), +(12, @OGUID+50), +(12, @OGUID+51), +(12, @OGUID+52), +(12, @OGUID+53), +(12, @OGUID+54), +(12, @OGUID+55), +(12, @OGUID+56), +(12, @OGUID+57), +(12, @OGUID+58), +(12, @OGUID+59), +(12, @OGUID+60); diff --git a/sql/updates/world/master/2024_03_18_12_world_hallows_end_silverpine_forest.sql b/sql/updates/world/master/2024_03_18_12_world_hallows_end_silverpine_forest.sql new file mode 100644 index 0000000000000..f9226104c0ca8 --- /dev/null +++ b/sql/updates/world/master/2024_03_18_12_world_hallows_end_silverpine_forest.sql @@ -0,0 +1,398 @@ +-- +SET @CGUID := 3800171; +SET @OGUID := 3801741; + +-- Old creature spawns +DELETE FROM `creature` WHERE `guid` BETWEEN 3000244 AND 3000244; +DELETE FROM `creature_addon` WHERE `guid` BETWEEN 3000244 AND 3000244; +DELETE FROM `game_event_creature` WHERE `guid` BETWEEN 3000244 AND 3000244; + +-- Creature spawns +DELETE FROM `creature` WHERE `guid`=@CGUID+0; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES +(@CGUID+0, 22816, 0, 130, 5386, '0', 0, 0, 0, 0, 1059.342529296875, 1513.6044921875, 30.86394059753417968, 4.220808982849121093, 120, 10, 0, 1129, 0, 1, NULL, NULL, NULL, NULL, 51886); -- Black Cat (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3003364 AND 3003456; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3003364 AND 3003456; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3003364 AND 3003456; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+92; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 0, 130, 5386, '0', 0, 0, 1081.3663330078125, 1522.6197509765625, 36.515411376953125, 0.191985160112380981, 0, 0, 0.095845222473144531, 0.995396256446838378, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+1, 180405, 0, 130, 5386, '0', 0, 0, 1057.0347900390625, 1529.77783203125, 36.401214599609375, 0.418878614902496337, 0, 0, 0.207911491394042968, 0.978147625923156738, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+2, 180405, 0, 130, 5386, '0', 0, 0, 1046.1024169921875, 1610.482666015625, 34.77732467651367187, 3.508116960525512695, 0, 0, -0.98325443267822265, 0.182238012552261352, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+3, 180405, 0, 130, 5386, '0', 0, 0, 1084.2274169921875, 1575.623291015625, 28.02008247375488281, 4.799657344818115234, 0, 0, -0.67558956146240234, 0.737277925014495849, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+4, 180405, 0, 130, 5386, '0', 0, 0, 1086.1180419921875, 1609.9600830078125, 35.7227783203125, 3.508116960525512695, 0, 0, -0.98325443267822265, 0.182238012552261352, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+5, 180406, 0, 130, 5386, '0', 0, 0, 1101.3819580078125, 1540.109375, 28.55016136169433593, 4.694936752319335937, 0, 0, -0.71325016021728515, 0.700909554958343505, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+6, 180406, 0, 130, 5386, '0', 0, 0, 1041.876708984375, 1561.8160400390625, 29.391265869140625, 2.775068521499633789, 0, 0, 0.983254432678222656, 0.182238012552261352, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+7, 180407, 0, 130, 5386, '0', 0, 0, 1083.73095703125, 1531.6978759765625, 28.45396232604980468, 3.403396368026733398, 0, 0, -0.99144458770751953, 0.130528271198272705, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+8, 180407, 0, 130, 5386, '0', 0, 0, 1047.5347900390625, 1549.59033203125, 29.70871353149414062, 2.70525527000427246, 0, 0, 0.97629547119140625, 0.216442063450813293, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+9, 180408, 0, 130, 5386, '0', 0, 0, 1081.3663330078125, 1522.59033203125, 38.12468719482421875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+10, 180408, 0, 130, 5386, '0', 0, 0, 1057.142333984375, 1529.5260009765625, 38.05330657958984375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+11, 180408, 0, 130, 5386, '0', 0, 0, 1086.107666015625, 1610.0191650390625, 37.36086654663085937, 3.071766138076782226, 0, 0, 0.999390602111816406, 0.034906134009361267, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+12, 180408, 0, 130, 5386, '0', 0, 0, 1046.0972900390625, 1610.43408203125, 36.40387344360351562, 3.22885894775390625, 0, 0, -0.99904823303222656, 0.043619260191917419, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+13, 180410, 0, 130, 5386, '0', 0, 0, 1092.545166015625, 1590.2083740234375, 29.87060928344726562, 5.096362113952636718, 0, 0, -0.55919265747070312, 0.829037725925445556, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+14, 180410, 0, 130, 5386, '0', 0, 0, 1099.9913330078125, 1579.079833984375, 28.95720100402832031, 1.815141916275024414, 0, 0, 0.788010597229003906, 0.615661680698394775, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+15, 180410, 0, 130, 5386, '0', 0, 0, 1092.782958984375, 1590.9722900390625, 37.08994674682617187, 4.9218292236328125, 0, 0, -0.62932014465332031, 0.77714616060256958, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+16, 180410, 0, 130, 5386, '0', 0, 0, 1096.7274169921875, 1591.451416015625, 29.41508674621582031, 4.852017402648925781, 0, 0, -0.65605831146240234, 0.754710197448730468, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+17, 180410, 0, 130, 5386, '0', 0, 0, 1095.8958740234375, 1591.623291015625, 36.62438201904296875, 4.9218292236328125, 0, 0, -0.62932014465332031, 0.77714616060256958, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+18, 180411, 0, 130, 5386, '0', 0, 0, 1090.26220703125, 1568.62158203125, 38.09135818481445312, 1.396261811256408691, 0, 0, 0.642786979675292968, 0.766044974327087402, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+19, 180415, 0, 130, 5386, '0', 0, 0, 1052.19970703125, 1519.71533203125, 31.24444961547851562, 6.021387100219726562, 0, 0, -0.13052558898925781, 0.991444945335388183, 120, 255, 1, 51886), -- CandleBlack01 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+20, 180415, 0, 130, 5386, '0', 0, 0, 1044.9010009765625, 1549.4947509765625, 29.99745368957519531, 2.286378860473632812, 0, 0, 0.909960746765136718, 0.414694398641586303, 120, 255, 1, 51886), -- CandleBlack01 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+21, 180415, 0, 130, 5386, '0', 0, 0, 1052.4114990234375, 1519.857666015625, 31.22130393981933593, 3.90954136848449707, 0, 0, -0.92718315124511718, 0.37460830807685852, 120, 255, 1, 51886), -- CandleBlack01 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+22, 180415, 0, 130, 5386, '0', 0, 0, 1044.6754150390625, 1545.7447509765625, 31.65523719787597656, 3.874631166458129882, 0, 0, -0.93358039855957031, 0.358368009328842163, 120, 255, 1, 51886), -- CandleBlack01 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+23, 180415, 0, 130, 5386, '0', 0, 0, 1044.4566650390625, 1546.0242919921875, 31.48002052307128906, 4.48549652099609375, 0, 0, -0.7826080322265625, 0.622514784336090087, 120, 255, 1, 51886), -- CandleBlack01 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+24, 180415, 0, 130, 5386, '0', 0, 0, 1052.6163330078125, 1520.6197509765625, 30.800567626953125, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 51886), -- CandleBlack01 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+25, 180415, 0, 130, 5386, '0', 0, 0, 1044.529541015625, 1549.65283203125, 30.07482528686523437, 4.9218292236328125, 0, 0, -0.62932014465332031, 0.77714616060256958, 120, 255, 1, 51886), -- CandleBlack01 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+26, 180415, 0, 130, 5386, '0', 0, 0, 1044.529541015625, 1549.65283203125, 30.07482528686523437, 4.9218292236328125, 0, 0, -0.62932014465332031, 0.77714616060256958, 120, 255, 1, 51886), -- CandleBlack01 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+27, 180415, 0, 130, 5386, '0', 0, 0, 1083.1492919921875, 1571.4896240234375, 28.94450187683105468, 4.555310726165771484, 0, 0, -0.76040554046630859, 0.649448513984680175, 120, 255, 1, 51886), -- CandleBlack01 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+28, 180415, 0, 130, 5386, '0', 0, 0, 1080.6163330078125, 1564.28125, 28.73950958251953125, 2.181660413742065429, 0, 0, 0.887010574340820312, 0.461749136447906494, 120, 255, 1, 51886), -- CandleBlack01 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+29, 180415, 0, 130, 5386, '0', 0, 0, 1083.4566650390625, 1570.9375, 30.08813095092773437, 4.9218292236328125, 0, 0, -0.62932014465332031, 0.77714616060256958, 120, 255, 1, 51886), -- CandleBlack01 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+30, 180415, 0, 130, 5386, '0', 0, 0, 1080.34033203125, 1564.298583984375, 28.46576690673828125, 0.959929943084716796, 0, 0, 0.461748123168945312, 0.887011110782623291, 120, 255, 1, 51886), -- CandleBlack01 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+31, 180415, 0, 130, 5386, '0', 0, 0, 1083.4879150390625, 1571.6441650390625, 29.17962074279785156, 2.844882726669311523, 0, 0, 0.989015579223632812, 0.147811368107795715, 120, 255, 1, 51886), -- CandleBlack01 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+32, 180415, 0, 130, 5386, '0', 0, 0, 1080.48095703125, 1564.09375, 28.59250640869140625, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 51886), -- CandleBlack01 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+33, 180425, 0, 130, 5386, '0', 0, 0, 1044.87158203125, 1549.904541015625, 30.21427154541015625, 0.645771682262420654, 0, 0, 0.317304611206054687, 0.948323667049407958, 120, 255, 1, 51886), -- SkullCandle01 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+34, 180425, 0, 130, 5386, '0', 0, 0, 1052.109375, 1521.46875, 30.87921905517578125, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 51886), -- SkullCandle01 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+35, 180425, 0, 130, 5386, '0', 0, 0, 1032.3038330078125, 1579.361083984375, 28.3823699951171875, 4.677483558654785156, 0, 0, -0.71933937072753906, 0.694658815860748291, 120, 255, 1, 51886), -- SkullCandle01 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+36, 180425, 0, 130, 5386, '0', 0, 0, 1033.234375, 1580.1180419921875, 28.43958854675292968, 6.248279094696044921, 0, 0, -0.01745223999023437, 0.999847710132598876, 120, 255, 1, 51886), -- SkullCandle01 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+37, 180425, 0, 130, 5386, '0', 0, 0, 1031.532958984375, 1580.38720703125, 28.3018035888671875, 2.984498262405395507, 0, 0, 0.996916770935058593, 0.078466430306434631, 120, 255, 1, 51886), -- SkullCandle01 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+38, 180425, 0, 130, 5386, '0', 0, 0, 1103.4322509765625, 1531.41845703125, 31.14222145080566406, 2.129300594329833984, 0, 0, 0.874619483947753906, 0.484810054302215576, 120, 255, 1, 51886), -- SkullCandle01 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+39, 180425, 0, 130, 5386, '0', 0, 0, 1032.4288330078125, 1581.0867919921875, 28.3572235107421875, 1.396261811256408691, 0, 0, 0.642786979675292968, 0.766044974327087402, 120, 255, 1, 51886), -- SkullCandle01 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+40, 180425, 0, 130, 5386, '0', 0, 0, 1084.1822509765625, 1572.451416015625, 29.04422378540039062, 3.036838293075561523, 0, 0, 0.998628616333007812, 0.052353221923112869, 120, 255, 1, 51886), -- SkullCandle01 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+41, 180425, 0, 130, 5386, '0', 0, 0, 1079.3385009765625, 1563.953125, 29.25124549865722656, 2.094393253326416015, 0, 0, 0.866024971008300781, 0.50000077486038208, 120, 255, 1, 51886), -- SkullCandle01 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+42, 180426, 0, 130, 5386, '0', 0, 0, 1071.298583984375, 1546.5364990234375, 48.12280654907226562, 5.986480236053466796, 0, 0, -0.14780902862548828, 0.989015936851501464, 120, 255, 1, 51886), -- Bat01 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+43, 180426, 0, 130, 5386, '0', 0, 0, 1062.9288330078125, 1546.75, 46.777008056640625, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 120, 255, 1, 51886), -- Bat01 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+44, 180426, 0, 130, 5386, '0', 0, 0, 1053.5086669921875, 1561.1978759765625, 52.51799392700195312, 4.014260292053222656, 0, 0, -0.90630722045898437, 0.422619491815567016, 120, 255, 1, 51886), -- Bat01 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+45, 180426, 0, 130, 5386, '0', 0, 0, 1061.19970703125, 1569.8697509765625, 47.78021621704101562, 3.176533222198486328, 0, 0, -0.999847412109375, 0.017469281330704689, 120, 255, 1, 51886), -- Bat01 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+46, 180427, 0, 130, 5386, '0', 0, 0, 1067.484375, 1547.4149169921875, 42.95427322387695312, 0.069811686873435974, 0, 0, 0.034898757934570312, 0.999390840530395507, 120, 255, 1, 51886), -- Bat02 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+47, 180427, 0, 130, 5386, '0', 0, 0, 1064.75, 1558.1007080078125, 48.09532546997070312, 2.530723094940185546, 0, 0, 0.953716278076171875, 0.300707906484603881, 120, 255, 1, 51886), -- Bat02 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+48, 180427, 0, 130, 5386, '0', 0, 0, 1054.7291259765625, 1550.15625, 49.77910232543945312, 3.822272777557373046, 0, 0, -0.94264125823974609, 0.333807557821273803, 120, 255, 1, 51886), -- Bat02 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+49, 180427, 0, 130, 5386, '0', 0, 0, 1061.6197509765625, 1553.71875, 52.05438613891601562, 5.480334281921386718, 0, 0, -0.39073085784912109, 0.920504987239837646, 120, 255, 1, 51886), -- Bat02 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+50, 180427, 0, 130, 5386, '0', 0, 0, 1061.3021240234375, 1561.625, 44.32678604125976562, 4.660029888153076171, 0, 0, -0.72537422180175781, 0.688354730606079101, 120, 255, 1, 51886), -- Bat02 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+51, 180427, 0, 130, 5386, '0', 0, 0, 1055.37158203125, 1570.13720703125, 47.97618484497070312, 2.373644113540649414, 0, 0, 0.927183151245117187, 0.37460830807685852, 120, 255, 1, 51886), -- Bat02 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+52, 180471, 0, 130, 5386, '0', 0, 0, 1086.5728759765625, 1528.6441650390625, 32.70581436157226562, 4.345870018005371093, 0, 0, -0.82412624359130859, 0.566406130790710449, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+53, 180471, 0, 130, 5386, '0', 0, 0, 1090.220458984375, 1533.6458740234375, 32.88034439086914062, 3.281238555908203125, 0, 0, -0.99756336212158203, 0.069766148924827575, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+54, 180471, 0, 130, 5386, '0', 0, 0, 1095.170166015625, 1529.857666015625, 32.74386215209960937, 1.692969322204589843, 0, 0, 0.748955726623535156, 0.662620067596435546, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+55, 180471, 0, 130, 5386, '0', 0, 0, 1100.2083740234375, 1536.29345703125, 31.93049049377441406, 3.769911527633666992, 0, 0, -0.95105648040771484, 0.309017121791839599, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+56, 180471, 0, 130, 5386, '0', 0, 0, 1099.9583740234375, 1530.4896240234375, 32.65742874145507812, 5.166176319122314453, 0, 0, -0.52991867065429687, 0.84804844856262207, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+57, 180471, 0, 130, 5386, '0', 0, 0, 1083.6441650390625, 1589.873291015625, 49.18288040161132812, 5.026549339294433593, 0, 0, -0.5877847671508789, 0.809017360210418701, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+58, 180471, 0, 130, 5386, '0', 0, 0, 1032.126708984375, 1577.8350830078125, 30.58640289306640625, 3.281238555908203125, 0, 0, -0.99756336212158203, 0.069766148924827575, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+59, 180471, 0, 130, 5386, '0', 0, 0, 1087.763916015625, 1573.515625, 43.65787124633789062, 5.323255538940429687, 0, 0, -0.46174812316894531, 0.887011110782623291, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+60, 180471, 0, 130, 5386, '0', 0, 0, 1083.920166015625, 1587.84375, 51.765350341796875, 5.026549339294433593, 0, 0, -0.5877847671508789, 0.809017360210418701, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+61, 180471, 0, 130, 5386, '0', 0, 0, 1084.2447509765625, 1586.2760009765625, 53.75676345825195312, 5.026549339294433593, 0, 0, -0.5877847671508789, 0.809017360210418701, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+62, 180471, 0, 130, 5386, '0', 0, 0, 1083.0382080078125, 1594.470458984375, 43.49265289306640625, 5.026549339294433593, 0, 0, -0.5877847671508789, 0.809017360210418701, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+63, 180471, 0, 130, 5386, '0', 0, 0, 1083.0382080078125, 1594.470458984375, 43.49265289306640625, 5.026549339294433593, 0, 0, -0.5877847671508789, 0.809017360210418701, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+64, 180471, 0, 130, 5386, '0', 0, 0, 1084.888916015625, 1580.920166015625, 35.24680709838867187, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+65, 180471, 0, 130, 5386, '0', 0, 0, 1082.7535400390625, 1581.8853759765625, 35.22666549682617187, 5.288348197937011718, 0, 0, -0.4771585464477539, 0.878817260265350341, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+66, 180471, 0, 130, 5386, '0', 0, 0, 1086.060791015625, 1579.6978759765625, 51.43650054931640625, 5.323255538940429687, 0, 0, -0.46174812316894531, 0.887011110782623291, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+67, 180471, 0, 130, 5386, '0', 0, 0, 1037.4271240234375, 1580.2552490234375, 30.91660499572753906, 3.281238555908203125, 0, 0, -0.99756336212158203, 0.069766148924827575, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+68, 180471, 0, 130, 5386, '0', 0, 0, 1083.5242919921875, 1586.704833984375, 35.24517822265625, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+69, 180471, 0, 130, 5386, '0', 0, 0, 1085.4478759765625, 1581.4600830078125, 53.83241653442382812, 5.323255538940429687, 0, 0, -0.46174812316894531, 0.887011110782623291, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+70, 180471, 0, 130, 5386, '0', 0, 0, 1087.6614990234375, 1575.236083984375, 45.483856201171875, 5.323255538940429687, 0, 0, -0.46174812316894531, 0.887011110782623291, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+71, 180471, 0, 130, 5386, '0', 0, 0, 1034.96533203125, 1585.5625, 31.19580841064453125, 3.281238555908203125, 0, 0, -0.99756336212158203, 0.069766148924827575, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+72, 180471, 0, 130, 5386, '0', 0, 0, 1081.923583984375, 1585.1441650390625, 35.21071243286132812, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+73, 180471, 0, 130, 5386, '0', 0, 0, 1106.03125, 1536.1492919921875, 31.97185707092285156, 2.146752834320068359, 0, 0, 0.878816604614257812, 0.477159708738327026, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+74, 180471, 0, 130, 5386, '0', 0, 0, 1083.41845703125, 1591.904541015625, 46.59970855712890625, 5.026549339294433593, 0, 0, -0.5877847671508789, 0.809017360210418701, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+75, 180471, 0, 130, 5386, '0', 0, 0, 1086.9271240234375, 1577.5660400390625, 48.46808624267578125, 5.323255538940429687, 0, 0, -0.46174812316894531, 0.887011110782623291, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+76, 180472, 0, 130, 5386, '0', 0, 0, 1082.3177490234375, 1583.498291015625, 36.82819747924804687, 3.351046562194824218, 0, 0, -0.99452114105224609, 0.104535527527332305, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+77, 180472, 0, 130, 5386, '0', 0, 0, 1098.8021240234375, 1582.7239990234375, 42.045928955078125, 5.235987663269042968, 0, 0, -0.5, 0.866025388240814208, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+78, 180472, 0, 130, 5386, '0', 0, 0, 1094.5399169921875, 1581.9461669921875, 35.0087890625, 1.762782454490661621, 0, 0, 0.771624565124511718, 0.636078238487243652, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+79, 180472, 0, 130, 5386, '0', 0, 0, 1085.5816650390625, 1584.07470703125, 47.83374786376953125, 3.351046562194824218, 0, 0, -0.99452114105224609, 0.104535527527332305, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+80, 180523, 0, 130, 5386, '0', 0, 0, 1098.923583984375, 1582.9635009765625, 28.69253158569335937, 2.600535154342651367, 0, 0, 0.963629722595214843, 0.26724100112915039, 120, 255, 1, 51886), -- Apple Bob (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+81, 208069, 0, 130, 5386, '0', 0, 0, 1039.4635009765625, 1558.435791015625, 34.50909805297851562, 1.675513744354248046, 0, 0, 0.743144035339355468, 0.669131457805633544, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 0.5 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+82, 208069, 0, 130, 5386, '0', 0, 0, 1083.532958984375, 1563.6597900390625, 30.68759918212890625, 6.09120035171508789, 0, 0, -0.09584522247314453, 0.995396256446838378, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 0.5 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+83, 208069, 0, 130, 5386, '0', 0, 0, 1025.439208984375, 1562.5972900390625, 30.48994255065917968, 2.094393253326416015, 0, 0, 0.866024971008300781, 0.50000077486038208, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 0.5 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+84, 208072, 0, 130, 5386, '0', 0, 0, 1081.5972900390625, 1561.1771240234375, 28.5865478515625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- G_Pumpkin_03 Scale 0.5 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+85, 208072, 0, 130, 5386, '0', 0, 0, 1040.4149169921875, 1560.4791259765625, 32.48027801513671875, 2.373644113540649414, 0, 0, 0.927183151245117187, 0.37460830807685852, 120, 255, 1, 51886), -- G_Pumpkin_03 Scale 0.5 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+86, 208072, 0, 130, 5386, '0', 0, 0, 1028.1614990234375, 1573.8316650390625, 30.20028305053710937, 1.623155713081359863, 0, 0, 0.725374221801757812, 0.688354730606079101, 120, 255, 1, 51886), -- G_Pumpkin_03 Scale 0.5 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+87, 208078, 0, 130, 5386, '0', 0, 0, 1042.4791259765625, 1559.5728759765625, 30.91448593139648437, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 0.5 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+88, 208078, 0, 130, 5386, '0', 0, 0, 1026.3004150390625, 1597.2274169921875, 28.653900146484375, 1.082102894783020019, 0, 0, 0.51503753662109375, 0.857167601585388183, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 0.5 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+89, 208078, 0, 130, 5386, '0', 0, 0, 1097.0694580078125, 1587.3941650390625, 36.47559356689453125, 5.35816192626953125, 0, 0, -0.446197509765625, 0.894934535026550292, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 0.5 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+90, 208078, 0, 130, 5386, '0', 0, 0, 1039.1475830078125, 1597.3958740234375, 30.49359512329101562, 0.226892471313476562, 0, 0, 0.113203048706054687, 0.993571877479553222, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 0.5 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+91, 208078, 0, 130, 5386, '0', 0, 0, 1082.2535400390625, 1562.701416015625, 29.92713356018066406, 5.864306926727294921, 0, 0, -0.20791149139404296, 0.978147625923156738, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 0.5 (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 +(@OGUID+92, 208146, 0, 130, 5386, '0', 0, 0, 1098.6353759765625, 1589.51220703125, 28.53030776977539062, 5.061456203460693359, 0, 0, -0.57357597351074218, 0.819152355194091796, 120, 255, 1, 51886); -- Candy Bucket (Area: Forsaken Rear Guard - Difficulty: 0) CreateObject1 + +-- Event spawns +DELETE FROM `game_event_creature` WHERE `eventEntry`=12 AND `guid`=@CGUID+0; +INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES +(12, @CGUID+0); + +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+92; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48), +(12, @OGUID+49), +(12, @OGUID+50), +(12, @OGUID+51), +(12, @OGUID+52), +(12, @OGUID+53), +(12, @OGUID+54), +(12, @OGUID+55), +(12, @OGUID+56), +(12, @OGUID+57), +(12, @OGUID+58), +(12, @OGUID+59), +(12, @OGUID+60), +(12, @OGUID+61), +(12, @OGUID+62), +(12, @OGUID+63), +(12, @OGUID+64), +(12, @OGUID+65), +(12, @OGUID+66), +(12, @OGUID+67), +(12, @OGUID+68), +(12, @OGUID+69), +(12, @OGUID+70), +(12, @OGUID+71), +(12, @OGUID+72), +(12, @OGUID+73), +(12, @OGUID+74), +(12, @OGUID+75), +(12, @OGUID+76), +(12, @OGUID+77), +(12, @OGUID+78), +(12, @OGUID+79), +(12, @OGUID+80), +(12, @OGUID+81), +(12, @OGUID+82), +(12, @OGUID+83), +(12, @OGUID+84), +(12, @OGUID+85), +(12, @OGUID+86), +(12, @OGUID+87), +(12, @OGUID+88), +(12, @OGUID+89), +(12, @OGUID+90), +(12, @OGUID+91), +(12, @OGUID+92); + +-- +SET @OGUID := 3801834; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3003457 AND 3003539; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3003457 AND 3003539; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3003457 AND 3003539; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+82; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 0, 130, 228, '0', 0, 0, 473.852447509765625, 1515.7899169921875, 150.611114501953125, 3.717553615570068359, 0, 0, -0.95881938934326171, 0.284016460180282592, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+1, 180405, 0, 130, 228, '0', 0, 0, 449.743072509765625, 1496.970458984375, 145.9694366455078125, 2.967041015625, 0, 0, 0.996193885803222656, 0.087165042757987976, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+2, 180405, 0, 130, 228, '0', 0, 0, 472.454864501953125, 1516.095458984375, 135.7756500244140625, 2.687806606292724609, 0, 0, 0.974370002746582031, 0.224951311945915222, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+3, 180405, 0, 130, 228, '0', 0, 0, 493.220489501953125, 1492.064208984375, 163.120880126953125, 2.757613182067871093, 0, 0, 0.981626510620117187, 0.190812408924102783, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+4, 180405, 0, 130, 228, '0', 0, 0, 506.6290283203125, 1657.9888916015625, 116.5703964233398437, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+5, 180405, 0, 130, 228, '0', 0, 0, 571.79339599609375, 1577.295166015625, 132.293243408203125, 5.270895957946777343, 0, 0, -0.48480892181396484, 0.87462007999420166, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+6, 180406, 0, 130, 228, '0', 0, 0, 452.536468505859375, 1514.232666015625, 163.1257476806640625, 3.368495941162109375, 0, 0, -0.99357128143310546, 0.113208353519439697, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+7, 180406, 0, 130, 228, '0', 0, 0, 436.322906494140625, 1484.357666015625, 163.1231231689453125, 5.89921426773071289, 0, 0, -0.19080829620361328, 0.981627285480499267, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+8, 180406, 0, 130, 228, '0', 0, 0, 482.46527099609375, 1511.1805419921875, 150.6131134033203125, 2.460912704467773437, 0, 0, 0.942641258239746093, 0.333807557821273803, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+9, 180406, 0, 130, 228, '0', 0, 0, 476.899322509765625, 1462.342041015625, 163.1182403564453125, 0.349065244197845458, 0, 0, 0.173647880554199218, 0.984807789325714111, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+10, 180406, 0, 130, 228, '0', 0, 0, 499.229156494140625, 1631.9722900390625, 141.4564971923828125, 0.802850961685180664, 0, 0, 0.390730857849121093, 0.920504987239837646, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+11, 180406, 0, 130, 228, '0', 0, 0, 553.4461669921875, 1569.579833984375, 141.88287353515625, 5.654868602752685546, 0, 0, -0.30901622772216796, 0.95105677843093872, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+12, 180406, 0, 130, 228, '0', 0, 0, 524.50738525390625, 1657.9383544921875, 111.0247268676757812, 5.393068790435791015, 0, 0, -0.43051052093505859, 0.902585566043853759, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+13, 180407, 0, 130, 228, '0', 0, 0, 467.170135498046875, 1519.142333984375, 163.153961181640625, 3.630291461944580078, 0, 0, -0.97029495239257812, 0.241925001144409179, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+14, 180407, 0, 130, 228, '0', 0, 0, 488.609375, 1506.8367919921875, 163.1319122314453125, 2.460912704467773437, 0, 0, 0.942641258239746093, 0.333807557821273803, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+15, 180407, 0, 130, 228, '0', 0, 0, 447.001739501953125, 1497.5885009765625, 180.601409912109375, 3.45575571060180664, 0, 0, -0.98768806457519531, 0.156436234712600708, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+16, 180407, 0, 130, 228, '0', 0, 0, 551.94964599609375, 1577.1754150390625, 141.8812255859375, 4.834563255310058593, 0, 0, -0.66261959075927734, 0.748956084251403808, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+17, 180407, 0, 130, 228, '0', 0, 0, 501.625, 1628.8677978515625, 127.3178176879882812, 0.558503925800323486, 0, 0, 0.275636672973632812, 0.961261868476867675, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+18, 180407, 0, 130, 228, '0', 0, 0, 516.87237548828125, 1631.07421875, 126.796783447265625, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+19, 180407, 0, 130, 228, '0', 0, 0, 560.9461669921875, 1564.392333984375, 132.1631927490234375, 5.35816192626953125, 0, 0, -0.446197509765625, 0.894934535026550292, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+20, 180407, 0, 130, 228, '0', 0, 0, 522.96112060546875, 1621.8658447265625, 105.7632827758789062, 3.508116960525512695, 0, 0, -0.98325443267822265, 0.182238012552261352, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+21, 180410, 0, 130, 228, '0', 0, 0, 464.904510498046875, 1496.44970703125, 137.9579620361328125, 1.064649581909179687, 0, 0, 0.507537841796875, 0.861629426479339599, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+22, 180410, 0, 130, 228, '0', 0, 0, 518.060791015625, 1625.6239013671875, 105.8533706665039062, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+23, 180411, 0, 130, 228, '0', 0, 0, 476.885406494140625, 1511.0069580078125, 141.8424835205078125, 4.049167633056640625, 0, 0, -0.89879322052001953, 0.438372820615768432, 120, 255, 1, 51886), -- G_Ghost_01 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+24, 180411, 0, 130, 228, '0', 0, 0, 554.90106201171875, 1584.4791259765625, 141.5403900146484375, 5.95157480239868164, 0, 0, -0.16504669189453125, 0.986285746097564697, 120, 255, 1, 51886), -- G_Ghost_01 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+25, 180411, 0, 130, 228, '0', 0, 0, 507.98089599609375, 1646.782958984375, 128.107269287109375, 1.204277276992797851, 0, 0, 0.56640625, 0.824126183986663818, 120, 255, 1, 51886), -- G_Ghost_01 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+26, 180415, 0, 130, 228, '0', 0, 0, 476.21527099609375, 1516.4617919921875, 135.5836944580078125, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+27, 180415, 0, 130, 228, '0', 0, 0, 469.40277099609375, 1497.298583984375, 135.5185546875, 3.054326534271240234, 0, 0, 0.999048233032226562, 0.043619260191917419, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+28, 180415, 0, 130, 228, '0', 0, 0, 478.020843505859375, 1519.111083984375, 134.6112823486328125, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+29, 180415, 0, 130, 228, '0', 0, 0, 476.1875, 1505.7083740234375, 136.6704864501953125, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+30, 180415, 0, 130, 228, '0', 0, 0, 472.796875, 1503.4879150390625, 135.5185394287109375, 3.700104713439941406, 0, 0, -0.96126079559326171, 0.275640487670898437, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+31, 180415, 0, 130, 228, '0', 0, 0, 480.302093505859375, 1521.6978759765625, 133.4040069580078125, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+32, 180415, 0, 130, 228, '0', 0, 0, 472.998260498046875, 1507.7760009765625, 136.6956329345703125, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+33, 180415, 0, 130, 228, '0', 0, 0, 468.0069580078125, 1502.017333984375, 135.5186309814453125, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+34, 180415, 0, 130, 228, '0', 0, 0, 474.078125, 1498.7847900390625, 135.518646240234375, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+35, 180415, 0, 130, 228, '0', 0, 0, 483.861114501953125, 1514.9461669921875, 134.4277496337890625, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+36, 180415, 0, 130, 228, '0', 0, 0, 481.557281494140625, 1512.5833740234375, 135.4255523681640625, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+37, 180415, 0, 130, 228, '0', 0, 0, 481.09375, 1526.1285400390625, 132.52227783203125, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+38, 180415, 0, 130, 228, '0', 0, 0, 488.036468505859375, 1522.1805419921875, 132.0790863037109375, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+39, 180415, 0, 130, 228, '0', 0, 0, 486.22222900390625, 1518.4132080078125, 133.0768585205078125, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+40, 180415, 0, 130, 228, '0', 0, 0, 564.61981201171875, 1568.001708984375, 134.8176727294921875, 2.513273954391479492, 0, 0, 0.951056480407714843, 0.309017121791839599, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+41, 180415, 0, 130, 228, '0', 0, 0, 564.420166015625, 1569.0208740234375, 134.0753936767578125, 4.014260292053222656, 0, 0, -0.90630722045898437, 0.422619491815567016, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+42, 180415, 0, 130, 228, '0', 0, 0, 564.18231201171875, 1570.0833740234375, 133.3030853271484375, 2.565631866455078125, 0, 0, 0.958819389343261718, 0.284016460180282592, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+43, 180415, 0, 130, 228, '0', 0, 0, 564.0538330078125, 1570.8489990234375, 132.753143310546875, 3.054326534271240234, 0, 0, 0.999048233032226562, 0.043619260191917419, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+44, 180415, 0, 130, 228, '0', 0, 0, 564.904541015625, 1566.8125, 135.6863861083984375, 2.635444164276123046, 0, 0, 0.96814727783203125, 0.250381410121917724, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+45, 180425, 0, 130, 228, '0', 0, 0, 511.112518310546875, 1640.37158203125, 126.49786376953125, 4.747295856475830078, 0, 0, -0.69465827941894531, 0.719339847564697265, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+46, 180425, 0, 130, 228, '0', 0, 0, 505.021636962890625, 1640.3695068359375, 126.497589111328125, 4.694936752319335937, 0, 0, -0.71325016021728515, 0.700909554958343505, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+47, 180426, 0, 130, 228, '0', 0, 0, 515.44793701171875, 1550.6458740234375, 131.3998870849609375, 2.338739633560180664, 0, 0, 0.920504570007324218, 0.3907318115234375, 120, 255, 1, 51886), -- Bat01 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+48, 180426, 0, 130, 228, '0', 0, 0, 471.401031494140625, 1562.154541015625, 127.9365234375, 4.066620349884033203, 0, 0, -0.89493370056152343, 0.44619917869567871, 120, 255, 1, 51886), -- Bat01 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+49, 180426, 0, 130, 228, '0', 0, 0, 505.3507080078125, 1565.248291015625, 128.7751312255859375, 0.471238493919372558, 0, 0, 0.233445167541503906, 0.972369968891143798, 120, 255, 1, 51886), -- Bat01 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+50, 180426, 0, 130, 228, '0', 0, 0, 498.06597900390625, 1539.923583984375, 129.3557891845703125, 0.802850961685180664, 0, 0, 0.390730857849121093, 0.920504987239837646, 120, 255, 1, 51886), -- Bat01 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+51, 180426, 0, 130, 228, '0', 0, 0, 477.333343505859375, 1565.8941650390625, 127.5967636108398437, 0.802850961685180664, 0, 0, 0.390730857849121093, 0.920504987239837646, 120, 255, 1, 51886), -- Bat01 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+52, 180426, 0, 130, 228, '0', 0, 0, 481.76214599609375, 1583.423583984375, 126.7216415405273437, 4.712389945983886718, 0, 0, -0.70710659027099609, 0.707106947898864746, 120, 255, 1, 51886), -- Bat01 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+53, 180426, 0, 130, 228, '0', 0, 0, 458.748260498046875, 1554.4947509765625, 129.8225250244140625, 4.48549652099609375, 0, 0, -0.7826080322265625, 0.622514784336090087, 120, 255, 1, 51886), -- Bat01 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+54, 180426, 0, 130, 228, '0', 0, 0, 502.626739501953125, 1530.1632080078125, 152.52423095703125, 1.396261811256408691, 0, 0, 0.642786979675292968, 0.766044974327087402, 120, 255, 1, 51886), -- Bat01 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+55, 180426, 0, 130, 228, '0', 0, 0, 483.041656494140625, 1559.3785400390625, 128.1763458251953125, 1.675513744354248046, 0, 0, 0.743144035339355468, 0.669131457805633544, 120, 255, 1, 51886), -- Bat01 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+56, 180426, 0, 130, 228, '0', 0, 0, 483.602447509765625, 1538.0833740234375, 130.4841156005859375, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 120, 255, 1, 51886), -- Bat01 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+57, 180427, 0, 130, 228, '0', 0, 0, 509.7100830078125, 1569.092041015625, 128.9152069091796875, 4.328419685363769531, 0, 0, -0.82903671264648437, 0.559194147586822509, 120, 255, 1, 51886), -- Bat02 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+58, 180427, 0, 130, 228, '0', 0, 0, 516.6805419921875, 1516.2691650390625, 136.02294921875, 3.996806621551513671, 0, 0, -0.90996074676513671, 0.414694398641586303, 120, 255, 1, 51886), -- Bat02 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+59, 180427, 0, 130, 228, '0', 0, 0, 482.279510498046875, 1561.298583984375, 127.9913864135742187, 5.84685373306274414, 0, 0, -0.21643924713134765, 0.976296067237854003, 120, 255, 1, 51886), -- Bat02 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+60, 180427, 0, 130, 228, '0', 0, 0, 471.32464599609375, 1565.60595703125, 127.6447906494140625, 2.879789113998413085, 0, 0, 0.991444587707519531, 0.130528271198272705, 120, 255, 1, 51886), -- Bat02 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+61, 180427, 0, 130, 228, '0', 0, 0, 504.84027099609375, 1553.2135009765625, 153.2401885986328125, 4.572763919830322265, 0, 0, -0.75470924377441406, 0.656059443950653076, 120, 255, 1, 51886), -- Bat02 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+62, 180427, 0, 130, 228, '0', 0, 0, 485.451385498046875, 1559.9166259765625, 159.0025177001953125, 1.535889506340026855, 0, 0, 0.694658279418945312, 0.719339847564697265, 120, 255, 1, 51886), -- Bat02 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+63, 180427, 0, 130, 228, '0', 0, 0, 517.576416015625, 1593.111083984375, 127.2895889282226562, 6.09120035171508789, 0, 0, -0.09584522247314453, 0.995396256446838378, 120, 255, 1, 51886), -- Bat02 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+64, 180427, 0, 130, 228, '0', 0, 0, 480.368072509765625, 1574.77783203125, 143.7326202392578125, 0.959929943084716796, 0, 0, 0.461748123168945312, 0.887011110782623291, 120, 255, 1, 51886), -- Bat02 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+65, 180427, 0, 130, 228, '0', 0, 0, 476.557281494140625, 1546.470458984375, 137.707244873046875, 4.014260292053222656, 0, 0, -0.90630722045898437, 0.422619491815567016, 120, 255, 1, 51886), -- Bat02 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+66, 180427, 0, 130, 228, '0', 0, 0, 518.89239501953125, 1570.0694580078125, 160.3891143798828125, 5.864306926727294921, 0, 0, -0.20791149139404296, 0.978147625923156738, 120, 255, 1, 51886), -- Bat02 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+67, 180471, 0, 130, 228, '0', 0, 0, 506.674102783203125, 1631.7259521484375, 135.9428253173828125, 5.794494152069091796, 0, 0, -0.24192142486572265, 0.970295846462249755, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+68, 180471, 0, 130, 228, '0', 0, 0, 500.46527099609375, 1632.078125, 132.8692474365234375, 0.261798173189163208, 0, 0, 0.130525588989257812, 0.991444945335388183, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+69, 180471, 0, 130, 228, '0', 0, 0, 559.1788330078125, 1567.5103759765625, 136.0166778564453125, 5.166176319122314453, 0, 0, -0.52991867065429687, 0.84804844856262207, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+70, 180471, 0, 130, 228, '0', 0, 0, 511.6632080078125, 1635.326416015625, 130.1550140380859375, 5.864306926727294921, 0, 0, -0.20791149139404296, 0.978147625923156738, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+71, 180471, 0, 130, 228, '0', 0, 0, 558.90972900390625, 1575.6771240234375, 137.0835723876953125, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+72, 180471, 0, 130, 228, '0', 0, 0, 556.37847900390625, 1581.1875, 136.0561370849609375, 4.293513298034667968, 0, 0, -0.8386697769165039, 0.544640243053436279, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+73, 180471, 0, 130, 228, '0', 0, 0, 559.39239501953125, 1573.345458984375, 137.0200958251953125, 5.166176319122314453, 0, 0, -0.52991867065429687, 0.84804844856262207, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+74, 180471, 0, 130, 228, '0', 0, 0, 500.7413330078125, 1642.921875, 132.737518310546875, 4.642575740814208984, 0, 0, -0.731353759765625, 0.681998312473297119, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+75, 180471, 0, 130, 228, '0', 0, 0, 564.2742919921875, 1560.3038330078125, 135.9887542724609375, 5.497788906097412109, 0, 0, -0.38268280029296875, 0.923879802227020263, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+76, 180471, 0, 130, 228, '0', 0, 0, 515.64239501953125, 1642.935791015625, 132.709747314453125, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+77, 180472, 0, 130, 228, '0', 0, 0, 523.1632080078125, 1624.204833984375, 112.469146728515625, 1.553341388702392578, 0, 0, 0.700908660888671875, 0.713251054286956787, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+78, 180472, 0, 130, 228, '0', 0, 0, 508.736114501953125, 1634.734375, 132.0886688232421875, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+79, 180472, 0, 130, 228, '0', 0, 0, 559.29168701171875, 1574.5572509765625, 138.7160186767578125, 3.351046562194824218, 0, 0, -0.99452114105224609, 0.104535527527332305, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+80, 180472, 0, 130, 228, '0', 0, 0, 515.9774169921875, 1638.4879150390625, 134.1284942626953125, 5.427974700927734375, 0, 0, -0.41469287872314453, 0.909961462020874023, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+81, 180523, 0, 130, 228, '0', 0, 0, 473.4132080078125, 1494.90625, 136.0416107177734375, 0.15707901120185852, 0, 0, 0.078458786010742187, 0.996917366981506347, 120, 255, 1, 51886), -- Apple Bob (Area: The Sepulcher - Difficulty: 0) CreateObject1 +(@OGUID+82, 190074, 0, 130, 228, '0', 0, 0, 465.37847900390625, 1499.092041015625, 135.5258026123046875, 2.234017848968505859, 0, 0, 0.898793220520019531, 0.438372820615768432, 120, 255, 1, 51886); -- Candy Bucket (Area: The Sepulcher - Difficulty: 0) CreateObject1 + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+82; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48), +(12, @OGUID+49), +(12, @OGUID+50), +(12, @OGUID+51), +(12, @OGUID+52), +(12, @OGUID+53), +(12, @OGUID+54), +(12, @OGUID+55), +(12, @OGUID+56), +(12, @OGUID+57), +(12, @OGUID+58), +(12, @OGUID+59), +(12, @OGUID+60), +(12, @OGUID+61), +(12, @OGUID+62), +(12, @OGUID+63), +(12, @OGUID+64), +(12, @OGUID+65), +(12, @OGUID+66), +(12, @OGUID+67), +(12, @OGUID+68), +(12, @OGUID+69), +(12, @OGUID+70), +(12, @OGUID+71), +(12, @OGUID+72), +(12, @OGUID+73), +(12, @OGUID+74), +(12, @OGUID+75), +(12, @OGUID+76), +(12, @OGUID+77), +(12, @OGUID+78), +(12, @OGUID+79), +(12, @OGUID+80), +(12, @OGUID+81), +(12, @OGUID+82); diff --git a/sql/updates/world/master/2024_03_18_13_world_hallows_end_hillsbrad_foothills.sql b/sql/updates/world/master/2024_03_18_13_world_hallows_end_hillsbrad_foothills.sql new file mode 100644 index 0000000000000..bcbe10f7add21 --- /dev/null +++ b/sql/updates/world/master/2024_03_18_13_world_hallows_end_hillsbrad_foothills.sql @@ -0,0 +1,260 @@ +-- +SET @OGUID := 3801917; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3003540 AND 3003620; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3003540 AND 3003620; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3003540 AND 3003620; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+80; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 0, 267, 272, '0', 0, 0, -44.5780982971191406, -839.2239990234375, 63.99309921264648437, 3.804818391799926757, 0, 0, -0.94551849365234375, 0.325568377971649169, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Tarren Mill - Difficulty: 0) CreateObject1 +(@OGUID+1, 180405, 0, 267, 272, '0', 0, 0, 21.2985992431640625, -870.69598388671875, 64.76850128173828125, 4.799657344818115234, 0, 0, -0.67558956146240234, 0.737277925014495849, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Tarren Mill - Difficulty: 0) CreateObject1 +(@OGUID+2, 180405, 0, 267, 272, '0', 0, 0, -2.91318988800048828, -846.21197509765625, 66.5386962890625, 3.577930212020874023, 0, 0, -0.97629547119140625, 0.216442063450813293, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Tarren Mill - Difficulty: 0) CreateObject1 +(@OGUID+3, 180405, 0, 267, 272, '0', 0, 0, -36.3628005981445312, -875.21002197265625, 56.4225006103515625, 4.415683269500732421, 0, 0, -0.80385684967041015, 0.594822824001312255, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Tarren Mill - Difficulty: 0) CreateObject1 +(@OGUID+4, 180405, 0, 267, 272, '0', 0, 0, 20.2360992431640625, -847.010009765625, 64.94300079345703125, 5.218535900115966796, 0, 0, -0.507537841796875, 0.861629426479339599, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Tarren Mill - Difficulty: 0) CreateObject1 +(@OGUID+5, 180405, 0, 267, 272, '0', 0, 0, 39.96699905395507812, -898.52801513671875, 66.8489990234375, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Tarren Mill - Difficulty: 0) CreateObject1 +(@OGUID+6, 180405, 0, 267, 272, '0', 0, 0, -47.6701011657714843, -951.75201416015625, 60.211700439453125, 2.757613182067871093, 0, 0, 0.981626510620117187, 0.190812408924102783, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Tarren Mill - Difficulty: 0) CreateObject1 +(@OGUID+7, 180405, 0, 267, 272, '0', 0, 0, 61.69440078735351562, -923.3389892578125, 70.21160125732421875, 2.146752834320068359, 0, 0, 0.878816604614257812, 0.477159708738327026, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Tarren Mill - Difficulty: 0) CreateObject1 +(@OGUID+8, 180405, 0, 267, 272, '0', 0, 0, 61.94789886474609375, -900.14898681640625, 70.54180145263671875, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Tarren Mill - Difficulty: 0) CreateObject1 +(@OGUID+9, 180405, 0, 267, 272, '0', 0, 0, 61.68059921264648437, -946.06298828125, 70.28659820556640625, 1.623155713081359863, 0, 0, 0.725374221801757812, 0.688354730606079101, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Tarren Mill - Difficulty: 0) CreateObject1 +(@OGUID+10, 180405, 0, 267, 272, '0', 0, 0, -62.8785018920898437, -978.20697021484375, 55.32960128784179687, 2.757613182067871093, 0, 0, 0.981626510620117187, 0.190812408924102783, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Tarren Mill - Difficulty: 0) CreateObject1 +(@OGUID+11, 180406, 0, 267, 272, '0', 0, 0, -59.3801994323730468, -838.78997802734375, 63.1519012451171875, 3.24634718894958496, 0, 0, -0.99862861633300781, 0.052353221923112869, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Tarren Mill - Difficulty: 0) CreateObject1 +(@OGUID+12, 180406, 0, 267, 272, '0', 0, 0, -111.016998291015625, -838.010009765625, 63.68109893798828125, 2.164205789566040039, 0, 0, 0.882946968078613281, 0.469472706317901611, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Tarren Mill - Difficulty: 0) CreateObject1 +(@OGUID+13, 180406, 0, 267, 272, '0', 0, 0, -50.2551994323730468, -877.4580078125, 56.01200103759765625, 1.85004889965057373, 0, 0, 0.798635482788085937, 0.60181504487991333, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Tarren Mill - Difficulty: 0) CreateObject1 +(@OGUID+14, 180406, 0, 267, 272, '0', 0, 0, -39.6232986450195312, -958.16302490234375, 60.07229995727539062, 3.001946926116943359, 0, 0, 0.997563362121582031, 0.069766148924827575, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Tarren Mill - Difficulty: 0) CreateObject1 +(@OGUID+15, 180406, 0, 267, 272, '0', 0, 0, 62.32469940185546875, -969.24298095703125, 70.4613037109375, 1.640606880187988281, 0, 0, 0.731352806091308593, 0.6819993257522583, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Tarren Mill - Difficulty: 0) CreateObject1 +(@OGUID+16, 180406, 0, 267, 272, '0', 0, 0, -56.5728988647460937, -982.343994140625, 55.41650009155273437, 3.001946926116943359, 0, 0, 0.997563362121582031, 0.069766148924827575, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Tarren Mill - Difficulty: 0) CreateObject1 +(@OGUID+17, 180406, 0, 267, 272, '0', 0, 0, 18.22739982604980468, -1019.510009765625, 64.82869720458984375, 0.383971005678176879, 0, 0, 0.190808296203613281, 0.981627285480499267, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Tarren Mill - Difficulty: 0) CreateObject1 +(@OGUID+18, 180406, 0, 267, 272, '0', 0, 0, -6.125, -1019.52001953125, 64.47480010986328125, 0.366517573595046997, 0, 0, 0.182234764099121093, 0.98325502872467041, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Tarren Mill - Difficulty: 0) CreateObject1 +(@OGUID+19, 180406, 0, 267, 272, '0', 0, 0, -31.3020992279052734, -1019.08001708984375, 64.11090087890625, 0.349065244197845458, 0, 0, 0.173647880554199218, 0.984807789325714111, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Tarren Mill - Difficulty: 0) CreateObject1 +(@OGUID+20, 180406, 0, 267, 272, '0', 0, 0, -54.7742996215820312, -1018.46002197265625, 63.679901123046875, 0.017452461645007133, 0, 0, 0.008726119995117187, 0.999961912631988525, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Tarren Mill - Difficulty: 0) CreateObject1 +(@OGUID+21, 180406, 0, 267, 272, '0', 0, 0, -78.8767013549804687, -1016.80999755859375, 63.93289947509765625, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Tarren Mill - Difficulty: 0) CreateObject1 +(@OGUID+22, 180407, 0, 267, 267, '0', 0, 0, -46.1753005981445312, -744.28997802734375, 67.33209991455078125, 3.420850038528442382, 0, 0, -0.99026775360107421, 0.139175355434417724, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Hillsbrad Foothills - Difficulty: 0) CreateObject1 +(@OGUID+23, 180407, 0, 267, 267, '0', 0, 0, -8.05729007720947265, -775.03997802734375, 67.2953033447265625, 3.630291461944580078, 0, 0, -0.97029495239257812, 0.241925001144409179, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Hillsbrad Foothills - Difficulty: 0) CreateObject1 +(@OGUID+24, 180407, 0, 267, 267, '0', 0, 0, -45.2985992431640625, -790.72198486328125, 66.0771026611328125, 1.413715124130249023, 0, 0, 0.649447441101074218, 0.760406434535980224, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Hillsbrad Foothills - Difficulty: 0) CreateObject1 +(@OGUID+25, 180407, 0, 267, 267, '0', 0, 0, -45.8541984558105468, -768.4439697265625, 65.9145965576171875, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Hillsbrad Foothills - Difficulty: 0) CreateObject1 +(@OGUID+26, 180407, 0, 267, 267, '0', 0, 0, -4, -797.3699951171875, 66.257598876953125, 4.223697185516357421, 0, 0, -0.85716724395751953, 0.515038192272186279, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Hillsbrad Foothills - Difficulty: 0) CreateObject1 +(@OGUID+27, 180407, 0, 267, 267, '0', 0, 0, -3.41318988800048828, -822.280029296875, 65.36930084228515625, 4.468043327331542968, 0, 0, -0.7880105972290039, 0.615661680698394775, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Hillsbrad Foothills - Difficulty: 0) CreateObject1 +(@OGUID+28, 180407, 0, 267, 272, '0', 0, 0, -1.19270837306976318, -883.68927001953125, 65.35227203369140625, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Tarren Mill - Difficulty: 0) CreateObject1 +(@OGUID+29, 180407, 0, 267, 272, '0', 0, 0, -10.3558998107910156, -868.93798828125, 69.24089813232421875, 5.84685373306274414, 0, 0, -0.21643924713134765, 0.976296067237854003, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Tarren Mill - Difficulty: 0) CreateObject1 +(@OGUID+30, 180407, 0, 267, 272, '0', 0, 0, -63.6649017333984375, -839.76397705078125, 63.927398681640625, 3.036838293075561523, 0, 0, 0.998628616333007812, 0.052353221923112869, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Tarren Mill - Difficulty: 0) CreateObject1 +(@OGUID+31, 180407, 0, 267, 272, '0', 0, 0, -86.8610992431640625, -839.20001220703125, 63.01430130004882812, 1.832594871520996093, 0, 0, 0.793353080749511718, 0.608761727809906005, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Tarren Mill - Difficulty: 0) CreateObject1 +(@OGUID+32, 180407, 0, 267, 272, '0', 0, 0, -39.9357986450195312, -958.36102294921875, 68.5345001220703125, 2.809975385665893554, 0, 0, 0.986285209655761718, 0.165049895644187927, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Tarren Mill - Difficulty: 0) CreateObject1 +(@OGUID+33, 180407, 0, 267, 272, '0', 0, 0, -48.0399017333984375, -953.28997802734375, 68.525299072265625, 2.809975385665893554, 0, 0, 0.986285209655761718, 0.165049895644187927, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Tarren Mill - Difficulty: 0) CreateObject1 +(@OGUID+34, 180411, 0, 267, 272, '0', 0, 0, -45.4166984558105468, -958.0889892578125, 59.54759979248046875, 3.263772249221801757, 0, 0, -0.99813461303710937, 0.061051756143569946, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Tarren Mill - Difficulty: 0) CreateObject1 +(@OGUID+35, 180411, 0, 267, 272, '0', 0, 0, -55.652801513671875, -986.4639892578125, 56.78839874267578125, 5.288348197937011718, 0, 0, -0.4771585464477539, 0.878817260265350341, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Tarren Mill - Difficulty: 0) CreateObject1 +(@OGUID+36, 180411, 0, 267, 272, '0', 0, 0, -66.034698486328125, -978.8389892578125, 56.7855987548828125, 4.97418975830078125, 0, 0, -0.60876083374023437, 0.793353796005249023, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Tarren Mill - Difficulty: 0) CreateObject1 +(@OGUID+37, 180411, 0, 267, 272, '0', 0, 0, -61.375, -982.25897216796875, 57.10419845581054687, 0.715584874153137207, 0, 0, 0.350207328796386718, 0.936672210693359375, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Tarren Mill - Difficulty: 0) CreateObject1 +(@OGUID+38, 180415, 0, 267, 272, '0', 0, 0, -48.625, -959.7139892578125, 54.25859832763671875, 4.084071159362792968, 0, 0, -0.8910064697265625, 0.453990638256072998, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tarren Mill - Difficulty: 0) CreateObject1 +(@OGUID+39, 180415, 0, 267, 272, '0', 0, 0, -45.9253005981445312, -961.77801513671875, 54.24309921264648437, 5.393068790435791015, 0, 0, -0.43051052093505859, 0.902585566043853759, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tarren Mill - Difficulty: 0) CreateObject1 +(@OGUID+40, 180415, 0, 267, 272, '0', 0, 0, -48.4253005981445312, -960.22698974609375, 54.24140167236328125, 0.820303261280059814, 0, 0, 0.398748397827148437, 0.917060375213623046, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tarren Mill - Difficulty: 0) CreateObject1 +(@OGUID+41, 180425, 0, 267, 272, '0', 0, 0, -27.2395992279052734, -939.7860107421875, 56.77500152587890625, 4.014260292053222656, 0, 0, -0.90630722045898437, 0.422619491815567016, 120, 255, 1, 51886), -- SkullCandle01 (Area: Tarren Mill - Difficulty: 0) CreateObject1 +(@OGUID+42, 180425, 0, 267, 272, '0', 0, 0, -20.7812995910644531, -925.9580078125, 56.80289840698242187, 1.535889506340026855, 0, 0, 0.694658279418945312, 0.719339847564697265, 120, 255, 1, 51886), -- SkullCandle01 (Area: Tarren Mill - Difficulty: 0) CreateObject1 +(@OGUID+43, 180425, 0, 267, 272, '0', 0, 0, -15.0521001815795898, -928.61102294921875, 56.90169906616210937, 0.855210542678833007, 0, 0, 0.414692878723144531, 0.909961462020874023, 120, 255, 1, 51886), -- SkullCandle01 (Area: Tarren Mill - Difficulty: 0) CreateObject1 +(@OGUID+44, 180425, 0, 267, 272, '0', 0, 0, -29.3957996368408203, -933.83697509765625, 56.85950088500976562, 3.071766138076782226, 0, 0, 0.999390602111816406, 0.034906134009361267, 120, 255, 1, 51886), -- SkullCandle01 (Area: Tarren Mill - Difficulty: 0) CreateObject1 +(@OGUID+45, 180425, 0, 267, 272, '0', 0, 0, -12.8906002044677734, -934.5689697265625, 56.76910018920898437, 6.073746204376220703, 0, 0, -0.10452842712402343, 0.994521915912628173, 120, 255, 1, 51886), -- SkullCandle01 (Area: Tarren Mill - Difficulty: 0) CreateObject1 +(@OGUID+46, 180425, 0, 267, 272, '0', 0, 0, -26.7205009460449218, -928.10797119140625, 56.8441009521484375, 1.954769015312194824, 0, 0, 0.829037666320800781, 0.559192776679992675, 120, 255, 1, 51886), -- SkullCandle01 (Area: Tarren Mill - Difficulty: 0) CreateObject1 +(@OGUID+47, 180425, 0, 267, 272, '0', 0, 0, -15.5486001968383789, -940.29498291015625, 56.68519973754882812, 5.445427894592285156, 0, 0, -0.40673637390136718, 0.913545548915863037, 120, 255, 1, 51886), -- SkullCandle01 (Area: Tarren Mill - Difficulty: 0) CreateObject1 +(@OGUID+48, 180425, 0, 267, 272, '0', 0, 0, -21.5034999847412109, -942.47601318359375, 56.71590042114257812, 4.852017402648925781, 0, 0, -0.65605831146240234, 0.754710197448730468, 120, 255, 1, 51886), -- SkullCandle01 (Area: Tarren Mill - Difficulty: 0) CreateObject1 +(@OGUID+49, 180426, 0, 267, 272, '0', 0, 0, -32.0798988342285156, -943.08197021484375, 81.20870208740234375, 5.480334281921386718, 0, 0, -0.39073085784912109, 0.920504987239837646, 120, 255, 1, 51886), -- Bat01 (Area: Tarren Mill - Difficulty: 0) CreateObject1 +(@OGUID+50, 180426, 0, 267, 272, '0', 0, 0, -35.1753005981445312, -947.22601318359375, 82.763702392578125, 2.373644113540649414, 0, 0, 0.927183151245117187, 0.37460830807685852, 120, 255, 1, 51886), -- Bat01 (Area: Tarren Mill - Difficulty: 0) CreateObject1 +(@OGUID+51, 180426, 0, 267, 272, '0', 0, 0, -30.6580009460449218, -945.87701416015625, 67.86440277099609375, 2.72271275520324707, 0, 0, 0.978147506713867187, 0.207912087440490722, 120, 255, 1, 51886), -- Bat01 (Area: Tarren Mill - Difficulty: 0) CreateObject1 +(@OGUID+52, 180426, 0, 267, 272, '0', 0, 0, -37.4426994323730468, -948.31298828125, 68.06060028076171875, 3.036838293075561523, 0, 0, 0.998628616333007812, 0.052353221923112869, 120, 255, 1, 51886), -- Bat01 (Area: Tarren Mill - Difficulty: 0) CreateObject1 +(@OGUID+53, 180426, 0, 267, 272, '0', 0, 0, -33.7169990539550781, -947.71697998046875, 70.10669708251953125, 2.268925428390502929, 0, 0, 0.906307220458984375, 0.422619491815567016, 120, 255, 1, 51886), -- Bat01 (Area: Tarren Mill - Difficulty: 0) CreateObject1 +(@OGUID+54, 180426, 0, 267, 272, '0', 0, 0, -33.2899017333984375, -947.3489990234375, 95.15579986572265625, 1.448621988296508789, 0, 0, 0.662619590759277343, 0.748956084251403808, 120, 255, 1, 51886), -- Bat01 (Area: Tarren Mill - Difficulty: 0) CreateObject1 +(@OGUID+55, 180426, 0, 267, 272, '0', 0, 0, -33.9010009765625, -947.23101806640625, 73.29540252685546875, 1.361356139183044433, 0, 0, 0.629320144653320312, 0.77714616060256958, 120, 255, 1, 51886), -- Bat01 (Area: Tarren Mill - Difficulty: 0) CreateObject1 +(@OGUID+56, 180426, 0, 267, 272, '0', 0, 0, -30.9617996215820312, -951.77099609375, 62.8927001953125, 5.096362113952636718, 0, 0, -0.55919265747070312, 0.829037725925445556, 120, 255, 1, 51886), -- Bat01 (Area: Tarren Mill - Difficulty: 0) CreateObject1 +(@OGUID+57, 180426, 0, 267, 272, '0', 0, 0, -33.0087013244628906, -953.280029296875, 66.16539764404296875, 0.523597896099090576, 0, 0, 0.258818626403808593, 0.965925931930541992, 120, 255, 1, 51886), -- Bat01 (Area: Tarren Mill - Difficulty: 0) CreateObject1 +(@OGUID+58, 180426, 0, 267, 272, '0', 0, 0, -37.3905982971191406, -950.52301025390625, 72.34220123291015625, 5.969027042388916015, 0, 0, -0.1564340591430664, 0.987688362598419189, 120, 255, 1, 51886), -- Bat01 (Area: Tarren Mill - Difficulty: 0) CreateObject1 +(@OGUID+59, 180427, 0, 267, 272, '0', 0, 0, -34.6683998107910156, -947.67401123046875, 70.5977020263671875, 4.206246376037597656, 0, 0, -0.86162853240966796, 0.50753939151763916, 120, 255, 1, 51886), -- Bat02 (Area: Tarren Mill - Difficulty: 0) CreateObject1 +(@OGUID+60, 180427, 0, 267, 272, '0', 0, 0, -33.7135009765625, -947.197998046875, 57.89440155029296875, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 51886), -- Bat02 (Area: Tarren Mill - Difficulty: 0) CreateObject1 +(@OGUID+61, 180427, 0, 267, 272, '0', 0, 0, -34.465301513671875, -946.73101806640625, 68.72949981689453125, 1.396261811256408691, 0, 0, 0.642786979675292968, 0.766044974327087402, 120, 255, 1, 51886), -- Bat02 (Area: Tarren Mill - Difficulty: 0) CreateObject1 +(@OGUID+62, 180427, 0, 267, 272, '0', 0, 0, -34.659698486328125, -947.97900390625, 69.3087005615234375, 4.014260292053222656, 0, 0, -0.90630722045898437, 0.422619491815567016, 120, 255, 1, 51886), -- Bat02 (Area: Tarren Mill - Difficulty: 0) CreateObject1 +(@OGUID+63, 180427, 0, 267, 272, '0', 0, 0, -36.5, -945.98797607421875, 73.933197021484375, 5.532694816589355468, 0, 0, -0.3665008544921875, 0.93041771650314331, 120, 255, 1, 51886), -- Bat02 (Area: Tarren Mill - Difficulty: 0) CreateObject1 +(@OGUID+64, 180427, 0, 267, 272, '0', 0, 0, -33.0433998107910156, -947.25701904296875, 71.98509979248046875, 3.543023586273193359, 0, 0, -0.97992420196533203, 0.199370384216308593, 120, 255, 1, 51886), -- Bat02 (Area: Tarren Mill - Difficulty: 0) CreateObject1 +(@OGUID+65, 180427, 0, 267, 272, '0', 0, 0, -31.9705009460449218, -948.2550048828125, 73.98169708251953125, 4.118979454040527343, 0, 0, -0.88294696807861328, 0.469472706317901611, 120, 255, 1, 51886), -- Bat02 (Area: Tarren Mill - Difficulty: 0) CreateObject1 +(@OGUID+66, 180427, 0, 267, 272, '0', 0, 0, -31.1961994171142578, -948.76702880859375, 59.52370071411132812, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 51886), -- Bat02 (Area: Tarren Mill - Difficulty: 0) CreateObject1 +(@OGUID+67, 180427, 0, 267, 272, '0', 0, 0, -33.6926994323730468, -949.52099609375, 66.0785980224609375, 2.844882726669311523, 0, 0, 0.989015579223632812, 0.147811368107795715, 120, 255, 1, 51886), -- Bat02 (Area: Tarren Mill - Difficulty: 0) CreateObject1 +(@OGUID+68, 180427, 0, 267, 272, '0', 0, 0, -32.5816001892089843, -949.197998046875, 69.71900177001953125, 5.84685373306274414, 0, 0, -0.21643924713134765, 0.976296067237854003, 120, 255, 1, 51886), -- Bat02 (Area: Tarren Mill - Difficulty: 0) CreateObject1 +(@OGUID+69, 180428, 0, 267, 272, '0', 0, 0, -45.4687995910644531, -968.09698486328125, 53.46630096435546875, 5.061456203460693359, 0, 0, -0.57357597351074218, 0.819152355194091796, 120, 255, 1, 51886), -- G_WitchBroom_01 scale 0.5 (Area: Tarren Mill - Difficulty: 0) CreateObject1 +(@OGUID+70, 180471, 0, 267, 272, '0', 0, 0, -64.9271011352539062, -986.08001708984375, 57.8404998779296875, 2.391098499298095703, 0, 0, 0.930417060852050781, 0.366502493619918823, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Tarren Mill - Difficulty: 0) CreateObject1 +(@OGUID+71, 180471, 0, 267, 272, '0', 0, 0, -60.4479179382324218, -989.201416015625, 57.79619598388671875, 2.530723094940185546, 0, 0, 0.953716278076171875, 0.300707906484603881, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Tarren Mill - Difficulty: 0) CreateObject1 +(@OGUID+72, 180471, 0, 267, 272, '0', 0, 0, -62.8350715637207031, -987.55902099609375, 57.84000015258789062, 2.687806606292724609, 0, 0, 0.974370002746582031, 0.224951311945915222, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Tarren Mill - Difficulty: 0) CreateObject1 +(@OGUID+73, 180471, 0, 267, 272, '0', 0, 0, -61.6597213745117187, -988.48956298828125, 57.79619598388671875, 2.530723094940185546, 0, 0, 0.953716278076171875, 0.300707906484603881, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Tarren Mill - Difficulty: 0) CreateObject1 +(@OGUID+74, 180471, 0, 267, 272, '0', 0, 0, -67.6336822509765625, -984.576416015625, 57.77629852294921875, 2.076939344406127929, 0, 0, 0.861628532409667968, 0.50753939151763916, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Tarren Mill - Difficulty: 0) CreateObject1 +(@OGUID+75, 180471, 0, 267, 272, '0', 0, 0, -66.1493072509765625, -985.20489501953125, 57.79770278930664062, 2.426007747650146484, 0, 0, 0.936672210693359375, 0.350207358598709106, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Tarren Mill - Difficulty: 0) CreateObject1 +(@OGUID+76, 180472, 0, 267, 272, '0', 0, 0, -48.6423988342285156, -950.64898681640625, 59.28390121459960937, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Tarren Mill - Difficulty: 0) CreateObject1 +(@OGUID+77, 180472, 0, 267, 272, '0', 0, 0, -38.0521011352539062, -958.11602783203125, 59.10430145263671875, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Tarren Mill - Difficulty: 0) CreateObject1 +(@OGUID+78, 180472, 0, 267, 272, '0', 0, 0, -62.8889007568359375, -985.572998046875, 57.37689971923828125, 3.700104713439941406, 0, 0, -0.96126079559326171, 0.275640487670898437, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Tarren Mill - Difficulty: 0) CreateObject1 +(@OGUID+79, 180523, 0, 267, 272, '0', 0, 0, -54.4635009765625, -963.34002685546875, 53.45389938354492187, 3.735006093978881835, 0, 0, -0.95630455017089843, 0.292372345924377441, 120, 255, 1, 51886), -- Apple Bob (Area: Tarren Mill - Difficulty: 0) CreateObject1 +(@OGUID+80, 190078, 0, 267, 272, '0', 0, 0, -51.1632003784179687, -963.04302978515625, 53.454498291015625, 4.764749526977539062, 0, 0, -0.6883544921875, 0.725374460220336914, 120, 255, 1, 51886); -- Candy Bucket (Area: Tarren Mill - Difficulty: 0) CreateObject1 + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+80; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48), +(12, @OGUID+49), +(12, @OGUID+50), +(12, @OGUID+51), +(12, @OGUID+52), +(12, @OGUID+53), +(12, @OGUID+54), +(12, @OGUID+55), +(12, @OGUID+56), +(12, @OGUID+57), +(12, @OGUID+58), +(12, @OGUID+59), +(12, @OGUID+60), +(12, @OGUID+61), +(12, @OGUID+62), +(12, @OGUID+63), +(12, @OGUID+64), +(12, @OGUID+65), +(12, @OGUID+66), +(12, @OGUID+67), +(12, @OGUID+68), +(12, @OGUID+69), +(12, @OGUID+70), +(12, @OGUID+71), +(12, @OGUID+72), +(12, @OGUID+73), +(12, @OGUID+74), +(12, @OGUID+75), +(12, @OGUID+76), +(12, @OGUID+77), +(12, @OGUID+78), +(12, @OGUID+79), +(12, @OGUID+80); + +-- +SET @CGUID := 3800172; +SET @OGUID := 3801998; + +-- Old creature spawns +DELETE FROM `creature` WHERE `guid` BETWEEN 3000244 AND 3000244; +DELETE FROM `creature_addon` WHERE `guid` BETWEEN 3000244 AND 3000244; +DELETE FROM `game_event_creature` WHERE `guid` BETWEEN 3000244 AND 3000244; + +-- Creature spawns +DELETE FROM `creature` WHERE `guid`=@CGUID+0; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES +(@CGUID+0, 22816, 0, 267, 267, '0', 0, 0, 0, 0, -572.05365673828125, -1084.0196533203125, 61.66269692993164062, 1.999523639678955078, 120, 10, 0, 1129, 0, 1, NULL, NULL, NULL, NULL, 51886); -- Black Cat (Area: Hillsbrad Foothills - Difficulty: 0) CreateObject1 + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3003621 AND 3003646; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3003621 AND 3003646; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3003621 AND 3003646; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+25; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 0, 267, 267, '0', 0, 0, -573.0225830078125, -1055.782958984375, 61.02981948852539062, 1.396261811256408691, 0, 0, 0.642786979675292968, 0.766044974327087402, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Hillsbrad Foothills - Difficulty: 0) CreateObject1 +(@OGUID+1, 180406, 0, 267, 267, '0', 0, 0, -622.02606201171875, -1058.673583984375, 65.68636322021484375, 4.223697185516357421, 0, 0, -0.85716724395751953, 0.515038192272186279, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Hillsbrad Foothills - Difficulty: 0) CreateObject1 +(@OGUID+2, 180407, 0, 267, 267, '0', 0, 0, -573.625, -1095.704833984375, 61.52630615234375, 2.67034769058227539, 0, 0, 0.972369194030761718, 0.233448356389999389, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Hillsbrad Foothills - Difficulty: 0) CreateObject1 +(@OGUID+3, 180408, 0, 267, 267, '0', 0, 0, -573.01739501953125, -1055.75, 62.6433258056640625, 1.029743075370788574, 0, 0, 0.492423057556152343, 0.870355963706970214, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Hillsbrad Foothills - Difficulty: 0) CreateObject1 +(@OGUID+4, 180411, 0, 267, 267, '0', 0, 0, -616.98614501953125, -1058.6492919921875, 70.426666259765625, 5.70722818374633789, 0, 0, -0.28401470184326171, 0.958819925785064697, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Hillsbrad Foothills - Difficulty: 0) CreateObject1 +(@OGUID+5, 180414, 0, 267, 267, '0', 0, 0, -576.5850830078125, -1067.4774169921875, 61.83576202392578125, 1.48352813720703125, 0, 0, 0.675589561462402343, 0.737277925014495849, 120, 255, 1, 51886), -- Cauldron (Area: Hillsbrad Foothills - Difficulty: 0) CreateObject1 +(@OGUID+6, 180415, 0, 267, 267, '0', 0, 0, -576.98614501953125, -1071.4583740234375, 63.10279083251953125, 5.794494152069091796, 0, 0, -0.24192142486572265, 0.970295846462249755, 120, 255, 1, 51886), -- CandleBlack01 (Area: Hillsbrad Foothills - Difficulty: 0) CreateObject1 +(@OGUID+7, 180415, 0, 267, 267, '0', 0, 0, -576.74481201171875, -1071.7100830078125, 62.99906539916992187, 0.191985160112380981, 0, 0, 0.095845222473144531, 0.995396256446838378, 120, 255, 1, 51886), -- CandleBlack01 (Area: Hillsbrad Foothills - Difficulty: 0) CreateObject1 +(@OGUID+8, 180425, 0, 267, 267, '0', 0, 0, -576.5850830078125, -1071.2725830078125, 63.07996368408203125, 5.864306926727294921, 0, 0, -0.20791149139404296, 0.978147625923156738, 120, 255, 1, 51886), -- SkullCandle01 (Area: Hillsbrad Foothills - Difficulty: 0) CreateObject1 +(@OGUID+9, 180426, 0, 267, 267, '0', 0, 0, -607.5225830078125, -1062.607666015625, 99.010162353515625, 3.385940074920654296, 0, 0, -0.99254608154296875, 0.121869951486587524, 120, 255, 1, 51886), -- Bat01 (Area: Hillsbrad Foothills - Difficulty: 0) CreateObject1 +(@OGUID+10, 180426, 0, 267, 267, '0', 0, 0, -605.38018798828125, -1064.9271240234375, 98.2997589111328125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Hillsbrad Foothills - Difficulty: 0) CreateObject1 +(@OGUID+11, 180426, 0, 267, 267, '0', 0, 0, -607.78643798828125, -1064.21533203125, 101.6134033203125, 5.497788906097412109, 0, 0, -0.38268280029296875, 0.923879802227020263, 120, 255, 1, 51886), -- Bat01 (Area: Hillsbrad Foothills - Difficulty: 0) CreateObject1 +(@OGUID+12, 180427, 0, 267, 267, '0', 0, 0, -604.4757080078125, -1064.017333984375, 87.59879302978515625, 2.635444164276123046, 0, 0, 0.96814727783203125, 0.250381410121917724, 120, 255, 1, 51886), -- Bat02 (Area: Hillsbrad Foothills - Difficulty: 0) CreateObject1 +(@OGUID+13, 180427, 0, 267, 267, '0', 0, 0, -606.1805419921875, -1060.642333984375, 93.02291107177734375, 1.099556446075439453, 0, 0, 0.522498130798339843, 0.852640450000762939, 120, 255, 1, 51886), -- Bat02 (Area: Hillsbrad Foothills - Difficulty: 0) CreateObject1 +(@OGUID+14, 180427, 0, 267, 267, '0', 0, 0, -605.59027099609375, -1066.34033203125, 85.75673675537109375, 5.724681377410888671, 0, 0, -0.27563667297363281, 0.961261868476867675, 120, 255, 1, 51886), -- Bat02 (Area: Hillsbrad Foothills - Difficulty: 0) CreateObject1 +(@OGUID+15, 180427, 0, 267, 267, '0', 0, 0, -609.42535400390625, -1066.9166259765625, 85.75673675537109375, 3.839725255966186523, 0, 0, -0.93969249725341796, 0.34202045202255249, 120, 255, 1, 51886), -- Bat02 (Area: Hillsbrad Foothills - Difficulty: 0) CreateObject1 +(@OGUID+16, 180427, 0, 267, 267, '0', 0, 0, -606.41143798828125, -1068.6041259765625, 93.07080841064453125, 1.85004889965057373, 0, 0, 0.798635482788085937, 0.60181504487991333, 120, 255, 1, 51886), -- Bat02 (Area: Hillsbrad Foothills - Difficulty: 0) CreateObject1 +(@OGUID+17, 180471, 0, 267, 267, '0', 0, 0, -583.28472900390625, -1091.0711669921875, 65.45624542236328125, 3.857182979583740234, 0, 0, -0.93667125701904296, 0.350209832191467285, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hillsbrad Foothills - Difficulty: 0) CreateObject1 +(@OGUID+18, 180471, 0, 267, 267, '0', 0, 0, -576.54339599609375, -1096.99658203125, 65.57852935791015625, 0.645771682262420654, 0, 0, 0.317304611206054687, 0.948323667049407958, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hillsbrad Foothills - Difficulty: 0) CreateObject1 +(@OGUID+19, 180471, 0, 267, 267, '0', 0, 0, -582.76214599609375, -1097.454833984375, 65.53986358642578125, 5.480334281921386718, 0, 0, -0.39073085784912109, 0.920504987239837646, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hillsbrad Foothills - Difficulty: 0) CreateObject1 +(@OGUID+20, 180472, 0, 267, 267, '0', 0, 0, -576.9444580078125, -1090.74658203125, 67.08074951171875, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Hillsbrad Foothills - Difficulty: 0) CreateObject1 +(@OGUID+21, 180523, 0, 267, 267, '0', 0, 0, -576.64581298828125, -1076.890625, 61.94430923461914062, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: Hillsbrad Foothills - Difficulty: 0) CreateObject1 +(@OGUID+22, 185438, 0, 267, 267, '0', 0, 0, -576.48785400390625, -1067.4254150390625, 62.5225982666015625, 0.27925160527229309, 0, 0, 0.139172554016113281, 0.990268170833587646, 120, 255, 1, 51886), -- Sitting Skeleton 04 (Area: Hillsbrad Foothills - Difficulty: 0) CreateObject1 +(@OGUID+23, 185454, 0, 267, 267, '0', 0, 0, -573.3125, -1094.91845703125, 61.53342819213867187, 4.555310726165771484, 0, 0, -0.76040554046630859, 0.649448513984680175, 120, 255, 1, 51886), -- Laying Skeleton 02 (Area: Hillsbrad Foothills - Difficulty: 0) CreateObject1 +(@OGUID+24, 208070, 0, 267, 267, '0', 0, 0, -617.015625, -1058.6944580078125, 67.40525054931640625, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 120, 255, 1, 51886), -- Web Hanging Scale 2.0 (Area: Hillsbrad Foothills - Difficulty: 0) CreateObject1 +(@OGUID+25, 208145, 0, 267, 267, '0', 0, 0, -584.96875, -1080.1771240234375, 65.88028717041015625, 0.942476630210876464, 0, 0, 0.453989982604980468, 0.891006767749786376, 120, 255, 1, 51886); -- Candy Bucket (Area: Hillsbrad Foothills - Difficulty: 0) CreateObject1 + +-- Event spawns +DELETE FROM `game_event_creature` WHERE `eventEntry`=12 AND `guid`=@CGUID+0; +INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES +(12, @CGUID+0); + +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+25; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25); diff --git a/sql/updates/world/master/2024_03_18_14_world_hallows_end_hinterlands.sql b/sql/updates/world/master/2024_03_18_14_world_hallows_end_hinterlands.sql new file mode 100644 index 0000000000000..d36c11dc3667f --- /dev/null +++ b/sql/updates/world/master/2024_03_18_14_world_hallows_end_hinterlands.sql @@ -0,0 +1,587 @@ +-- +SET @OGUID := 3802024; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3003647 AND 3003687; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3003647 AND 3003687; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3003647 AND 3003687; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+40; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 0, 47, 1885, '0', 0, 0, -30.4670143127441406, -2799.882080078125, 123.3467178344726562, 1.448621988296508789, 0, 0, 0.662619590759277343, 0.748956084251403808, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Hiri'watha Research Station - Difficulty: 0) CreateObject1 +(@OGUID+1, 180405, 0, 47, 1885, '0', 0, 0, -2.25173616409301757, -2829.098876953125, 120.656890869140625, 1.48352813720703125, 0, 0, 0.675589561462402343, 0.737277925014495849, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Hiri'watha Research Station - Difficulty: 0) CreateObject1 +(@OGUID+2, 180405, 0, 47, 1885, '0', 0, 0, -36.3732643127441406, -2805.663330078125, 123.3467178344726562, 0.959929943084716796, 0, 0, 0.461748123168945312, 0.887011110782623291, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Hiri'watha Research Station - Difficulty: 0) CreateObject1 +(@OGUID+3, 180406, 0, 47, 1885, '0', 0, 0, 4.78993082046508789, -2821.41845703125, 120.8081207275390625, 0.750490784645080566, 0, 0, 0.3665008544921875, 0.93041771650314331, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Hiri'watha Research Station - Difficulty: 0) CreateObject1 +(@OGUID+4, 180406, 0, 47, 1885, '0', 0, 0, -29.7517356872558593, -2827.185791015625, 125.8238906860351562, 3.508116960525512695, 0, 0, -0.98325443267822265, 0.182238012552261352, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Hiri'watha Research Station - Difficulty: 0) CreateObject1 +(@OGUID+5, 180406, 0, 47, 1885, '0', 0, 0, -55.2951393127441406, -2838.911376953125, 121.5378189086914062, 5.497788906097412109, 0, 0, -0.38268280029296875, 0.923879802227020263, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Hiri'watha Research Station - Difficulty: 0) CreateObject1 +(@OGUID+6, 180407, 0, 47, 1885, '0', 0, 0, -62.3923606872558593, -2830.907958984375, 123.0560226440429687, 6.09120035171508789, 0, 0, -0.09584522247314453, 0.995396256446838378, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Hiri'watha Research Station - Difficulty: 0) CreateObject1 +(@OGUID+7, 180407, 0, 47, 1885, '0', 0, 0, -18.1961803436279296, -2822.98779296875, 125.7594375610351562, 4.537858963012695312, 0, 0, -0.76604366302490234, 0.642788589000701904, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Hiri'watha Research Station - Difficulty: 0) CreateObject1 +(@OGUID+8, 180408, 0, 47, 1885, '0', 0, 0, -30.3923606872558593, -2799.96533203125, 124.96826171875, 1.308995485305786132, 0, 0, 0.608760833740234375, 0.793353796005249023, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Hiri'watha Research Station - Difficulty: 0) CreateObject1 +(@OGUID+9, 180408, 0, 47, 1885, '0', 0, 0, -36.3125, -2805.770751953125, 124.9587020874023437, 0.349065244197845458, 0, 0, 0.173647880554199218, 0.984807789325714111, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Hiri'watha Research Station - Difficulty: 0) CreateObject1 +(@OGUID+10, 180415, 0, 47, 1885, '0', 0, 0, -64.0850677490234375, -2829.23095703125, 126.0993728637695312, 2.216565132141113281, 0, 0, 0.894933700561523437, 0.44619917869567871, 120, 255, 1, 51886), -- CandleBlack01 (Area: Hiri'watha Research Station - Difficulty: 0) CreateObject1 +(@OGUID+11, 180415, 0, 47, 1885, '0', 0, 0, -5.59375, -2807.085205078125, 127.3749771118164062, 2.565631866455078125, 0, 0, 0.958819389343261718, 0.284016460180282592, 120, 255, 1, 51886), -- CandleBlack01 (Area: Hiri'watha Research Station - Difficulty: 0) CreateObject1 +(@OGUID+12, 180415, 0, 47, 1885, '0', 0, 0, -46.8107643127441406, -2816.564208984375, 125.2691421508789062, 3.560472726821899414, 0, 0, -0.97814750671386718, 0.207912087440490722, 120, 255, 1, 51886), -- CandleBlack01 (Area: Hiri'watha Research Station - Difficulty: 0) CreateObject1 +(@OGUID+13, 180415, 0, 47, 1885, '0', 0, 0, -63.8836822509765625, -2829.5400390625, 125.94476318359375, 2.268925428390502929, 0, 0, 0.906307220458984375, 0.422619491815567016, 120, 255, 1, 51886), -- CandleBlack01 (Area: Hiri'watha Research Station - Difficulty: 0) CreateObject1 +(@OGUID+14, 180415, 0, 47, 1885, '0', 0, 0, -63.7621536254882812, -2829.17529296875, 125.9222183227539062, 2.687806606292724609, 0, 0, 0.974370002746582031, 0.224951311945915222, 120, 255, 1, 51886), -- CandleBlack01 (Area: Hiri'watha Research Station - Difficulty: 0) CreateObject1 +(@OGUID+15, 180415, 0, 47, 1885, '0', 0, 0, -6.94791650772094726, -2795.538330078125, 126.8768081665039062, 1.902408957481384277, 0, 0, 0.814115524291992187, 0.580702960491180419, 120, 255, 1, 51886), -- CandleBlack01 (Area: Hiri'watha Research Station - Difficulty: 0) CreateObject1 +(@OGUID+16, 180415, 0, 47, 1885, '0', 0, 0, -6.93923616409301757, -2795.229248046875, 126.9227676391601562, 1.902408957481384277, 0, 0, 0.814115524291992187, 0.580702960491180419, 120, 255, 1, 51886), -- CandleBlack01 (Area: Hiri'watha Research Station - Difficulty: 0) CreateObject1 +(@OGUID+17, 180415, 0, 47, 1885, '0', 0, 0, -47.1649322509765625, -2817.100830078125, 125.0144195556640625, 3.612837791442871093, 0, 0, -0.97236919403076171, 0.233448356389999389, 120, 255, 1, 51886), -- CandleBlack01 (Area: Hiri'watha Research Station - Difficulty: 0) CreateObject1 +(@OGUID+18, 180415, 0, 47, 1885, '0', 0, 0, -5.59895849227905273, -2806.638916015625, 127.4177780151367187, 1.902408957481384277, 0, 0, 0.814115524291992187, 0.580702960491180419, 120, 255, 1, 51886), -- CandleBlack01 (Area: Hiri'watha Research Station - Difficulty: 0) CreateObject1 +(@OGUID+19, 180415, 0, 47, 1885, '0', 0, 0, -7.19618082046508789, -2795.208251953125, 126.72509765625, 2.44346022605895996, 0, 0, 0.939692497253417968, 0.34202045202255249, 120, 255, 1, 51886), -- CandleBlack01 (Area: Hiri'watha Research Station - Difficulty: 0) CreateObject1 +(@OGUID+20, 180425, 0, 47, 1885, '0', 0, 0, -46.7083320617675781, -2817.046875, 125.2868728637695312, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, 51886), -- SkullCandle01 (Area: Hiri'watha Research Station - Difficulty: 0) CreateObject1 +(@OGUID+21, 180426, 0, 47, 1885, '0', 0, 0, -20.7100696563720703, -2810.166748046875, 137.744903564453125, 4.642575740814208984, 0, 0, -0.731353759765625, 0.681998312473297119, 120, 255, 1, 51886), -- Bat01 (Area: Hiri'watha Research Station - Difficulty: 0) CreateObject1 +(@OGUID+22, 180426, 0, 47, 1885, '0', 0, 0, -24.6857643127441406, -2801.52783203125, 135.47216796875, 2.181660413742065429, 0, 0, 0.887010574340820312, 0.461749136447906494, 120, 255, 1, 51886), -- Bat01 (Area: Hiri'watha Research Station - Difficulty: 0) CreateObject1 +(@OGUID+23, 180426, 0, 47, 1885, '0', 0, 0, -35.3159713745117187, -2817.48779296875, 136.742706298828125, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 120, 255, 1, 51886), -- Bat01 (Area: Hiri'watha Research Station - Difficulty: 0) CreateObject1 +(@OGUID+24, 180426, 0, 47, 1885, '0', 0, 0, -22.6579856872558593, -2818.704833984375, 138.9788055419921875, 4.520402908325195312, 0, 0, -0.77162456512451171, 0.636078238487243652, 120, 255, 1, 51886), -- Bat01 (Area: Hiri'watha Research Station - Difficulty: 0) CreateObject1 +(@OGUID+25, 180427, 0, 47, 1885, '0', 0, 0, -29.7864589691162109, -2806.576416015625, 139.372772216796875, 5.35816192626953125, 0, 0, -0.446197509765625, 0.894934535026550292, 120, 255, 1, 51886), -- Bat02 (Area: Hiri'watha Research Station - Difficulty: 0) CreateObject1 +(@OGUID+26, 180427, 0, 47, 1885, '0', 0, 0, -27.2326393127441406, -2806.923583984375, 135.824066162109375, 0.802850961685180664, 0, 0, 0.390730857849121093, 0.920504987239837646, 120, 255, 1, 51886), -- Bat02 (Area: Hiri'watha Research Station - Difficulty: 0) CreateObject1 +(@OGUID+27, 180427, 0, 47, 1885, '0', 0, 0, -25.28125, -2811.357666015625, 140.7371368408203125, 3.595378875732421875, 0, 0, -0.97437000274658203, 0.224951311945915222, 120, 255, 1, 51886), -- Bat02 (Area: Hiri'watha Research Station - Difficulty: 0) CreateObject1 +(@OGUID+28, 180427, 0, 47, 1885, '0', 0, 0, -30.9583339691162109, -2812.34375, 138.4758758544921875, 2.426007747650146484, 0, 0, 0.936672210693359375, 0.350207358598709106, 120, 255, 1, 51886), -- Bat02 (Area: Hiri'watha Research Station - Difficulty: 0) CreateObject1 +(@OGUID+29, 180471, 0, 47, 1885, '0', 0, 0, -18.4774303436279296, -2793.828125, 125.5235366821289062, 1.815141916275024414, 0, 0, 0.788010597229003906, 0.615661680698394775, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hiri'watha Research Station - Difficulty: 0) CreateObject1 +(@OGUID+30, 180471, 0, 47, 1885, '0', 0, 0, -23.6267356872558593, -2790.607666015625, 125.6942291259765625, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hiri'watha Research Station - Difficulty: 0) CreateObject1 +(@OGUID+31, 180471, 0, 47, 1885, '0', 0, 0, -26.8559036254882812, -2795.798583984375, 125.6960830688476562, 4.9218292236328125, 0, 0, -0.62932014465332031, 0.77714616060256958, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hiri'watha Research Station - Difficulty: 0) CreateObject1 +(@OGUID+32, 180471, 0, 47, 1885, '0', 0, 0, -30.8177089691162109, -2798.545166015625, 130.7800140380859375, 1.797688722610473632, 0, 0, 0.7826080322265625, 0.622514784336090087, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hiri'watha Research Station - Difficulty: 0) CreateObject1 +(@OGUID+33, 180471, 0, 47, 1885, '0', 0, 0, -21.7100696563720703, -2798.944580078125, 125.707550048828125, 0.034906249493360519, 0, 0, 0.017452239990234375, 0.999847710132598876, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hiri'watha Research Station - Difficulty: 0) CreateObject1 +(@OGUID+34, 180471, 0, 47, 1885, '0', 0, 0, -37.515625, -2805.41845703125, 130.8957366943359375, 6.12610626220703125, 0, 0, -0.07845878601074218, 0.996917366981506347, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hiri'watha Research Station - Difficulty: 0) CreateObject1 +(@OGUID+35, 180472, 0, 47, 1885, '0', 0, 0, -33.1701393127441406, -2802.90966796875, 130.7775115966796875, 5.462882041931152343, 0, 0, -0.39874839782714843, 0.917060375213623046, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Hiri'watha Research Station - Difficulty: 0) CreateObject1 +(@OGUID+36, 180523, 0, 47, 1885, '0', 0, 0, -24.3368053436279296, -2801.001708984375, 121.9005508422851562, 6.12610626220703125, 0, 0, -0.07845878601074218, 0.996917366981506347, 120, 255, 1, 51886), -- Apple Bob (Area: Hiri'watha Research Station - Difficulty: 0) CreateObject1 +(@OGUID+37, 208069, 0, 47, 1885, '0', 0, 0, -4.63020849227905273, -2806.642333984375, 125.6697769165039062, 4.97418975830078125, 0, 0, -0.60876083374023437, 0.793353796005249023, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 0.5 (Area: Hiri'watha Research Station - Difficulty: 0) CreateObject1 +(@OGUID+38, 208072, 0, 47, 1885, '0', 0, 0, -5.28645849227905273, -2805.967041015625, 127.6161422729492187, 4.939284324645996093, 0, 0, -0.6225137710571289, 0.78260880708694458, 120, 255, 1, 51886), -- G_Pumpkin_03 Scale 0.5 (Area: Hiri'watha Research Station - Difficulty: 0) CreateObject1 +(@OGUID+39, 208078, 0, 47, 1885, '0', 0, 0, -5.20833349227905273, -2807.755126953125, 127.3490371704101562, 4.852017402648925781, 0, 0, -0.65605831146240234, 0.754710197448730468, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 0.5 (Area: Hiri'watha Research Station - Difficulty: 0) CreateObject1 +(@OGUID+40, 208148, 0, 47, 1885, '0', 0, 0, -18.5954856872558593, -2799.447998046875, 121.9956588745117187, 0.226892471313476562, 0, 0, 0.113203048706054687, 0.993571877479553222, 120, 255, 1, 51886); -- Candy Bucket (Area: Hiri'watha Research Station - Difficulty: 0) CreateObject1 + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+40; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40); + +-- +SET @OGUID := 3802065; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3003688 AND 3003738; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3003688 AND 3003738; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3003688 AND 3003738; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+50; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 0, 47, 3317, '0', 0, 0, -600.074462890625, -4603.5712890625, 27.95272254943847656, 1.204277276992797851, 0, 0, 0.56640625, 0.824126183986663818, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Revantusk Village - Difficulty: 0) CreateObject1 +(@OGUID+1, 180405, 0, 47, 3317, '0', 0, 0, -623.763916015625, -4593.28466796875, 34.01917648315429687, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Revantusk Village - Difficulty: 0) CreateObject1 +(@OGUID+2, 180405, 0, 47, 3317, '0', 0, 0, -636.35400390625, -4569.6640625, 12.28984355926513671, 1.186823248863220214, 0, 0, 0.559192657470703125, 0.829037725925445556, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Revantusk Village - Difficulty: 0) CreateObject1 +(@OGUID+3, 180405, 0, 47, 3317, '0', 0, 0, -620.32464599609375, -4573.29541015625, 35.35692214965820312, 3.368495941162109375, 0, 0, -0.99357128143310546, 0.113208353519439697, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Revantusk Village - Difficulty: 0) CreateObject1 +(@OGUID+4, 180406, 0, 47, 3317, '0', 0, 0, -611.77777099609375, -4580.4443359375, 34.78152847290039062, 2.181660413742065429, 0, 0, 0.887010574340820312, 0.461749136447906494, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Revantusk Village - Difficulty: 0) CreateObject1 +(@OGUID+5, 180406, 0, 47, 3317, '0', 0, 0, -605.93890380859375, -4601.9169921875, 12.38033771514892578, 1.32644820213317871, 0, 0, 0.615660667419433593, 0.788011372089385986, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Revantusk Village - Difficulty: 0) CreateObject1 +(@OGUID+6, 180406, 0, 47, 3317, '0', 0, 0, -630.96356201171875, -4587.06103515625, 35.465423583984375, 5.410521507263183593, 0, 0, -0.42261791229248046, 0.906307935714721679, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Revantusk Village - Difficulty: 0) CreateObject1 +(@OGUID+7, 180407, 0, 47, 3317, '0', 0, 0, -601.9031982421875, -4597.53271484375, 12.37905597686767578, 1.204277276992797851, 0, 0, 0.56640625, 0.824126183986663818, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Revantusk Village - Difficulty: 0) CreateObject1 +(@OGUID+8, 180407, 0, 47, 3317, '0', 0, 0, -614.33331298828125, -4590.375, 35.14227294921875, 1.012289404869079589, 0, 0, 0.484808921813964843, 0.87462007999420166, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Revantusk Village - Difficulty: 0) CreateObject1 +(@OGUID+9, 180407, 0, 47, 3317, '0', 0, 0, -518.55731201171875, -4547.2724609375, 18.71857643127441406, 2.426007747650146484, 0, 0, 0.936672210693359375, 0.350207358598709106, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Revantusk Village - Difficulty: 0) CreateObject1 +(@OGUID+10, 180407, 0, 47, 3317, '0', 0, 0, -522.36456298828125, -4527.26416015625, 18.77182960510253906, 2.059488296508789062, 0, 0, 0.857167243957519531, 0.515038192272186279, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Revantusk Village - Difficulty: 0) CreateObject1 +(@OGUID+11, 180411, 0, 47, 3317, '0', 0, 0, -597.5, -4606.0244140625, 17.79171371459960937, 2.460912704467773437, 0, 0, 0.942641258239746093, 0.333807557821273803, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Revantusk Village - Difficulty: 0) CreateObject1 +(@OGUID+12, 180411, 0, 47, 3317, '0', 0, 0, -606.1475830078125, -4567.1806640625, 21.98404312133789062, 2.757613182067871093, 0, 0, 0.981626510620117187, 0.190812408924102783, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Revantusk Village - Difficulty: 0) CreateObject1 +(@OGUID+13, 180415, 0, 47, 3317, '0', 0, 0, -638.91461181640625, -4578.73388671875, 26.27497291564941406, 2.321286916732788085, 0, 0, 0.917059898376464843, 0.398749500513076782, 120, 255, 1, 51886), -- CandleBlack01 (Area: Revantusk Village - Difficulty: 0) CreateObject1 +(@OGUID+14, 180415, 0, 47, 3317, '0', 0, 0, -643.2164306640625, -4570.73974609375, 23.73820877075195312, 4.59021615982055664, 0, 0, -0.74895572662353515, 0.662620067596435546, 120, 255, 1, 51886), -- CandleBlack01 (Area: Revantusk Village - Difficulty: 0) CreateObject1 +(@OGUID+15, 180415, 0, 47, 3317, '0', 0, 0, -636.442138671875, -4574.0966796875, 25.59309959411621093, 5.70722818374633789, 0, 0, -0.28401470184326171, 0.958819925785064697, 120, 255, 1, 51886), -- CandleBlack01 (Area: Revantusk Village - Difficulty: 0) CreateObject1 +(@OGUID+16, 180415, 0, 47, 3317, '0', 0, 0, -631.79864501953125, -4561.673828125, 19.59987831115722656, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 120, 255, 1, 51886), -- CandleBlack01 (Area: Revantusk Village - Difficulty: 0) CreateObject1 +(@OGUID+17, 180415, 0, 47, 3317, '0', 0, 0, -640.5399169921875, -4563.9599609375, 21.84121131896972656, 1.151916384696960449, 0, 0, 0.544638633728027343, 0.838670849800109863, 120, 255, 1, 51886), -- CandleBlack01 (Area: Revantusk Village - Difficulty: 0) CreateObject1 +(@OGUID+18, 180425, 0, 47, 3317, '0', 0, 0, -632.81268310546875, -4584.07421875, 29.49501609802246093, 2.111847877502441406, 0, 0, 0.870355606079101562, 0.492423713207244873, 120, 255, 1, 51886), -- SkullCandle01 (Area: Revantusk Village - Difficulty: 0) CreateObject1 +(@OGUID+19, 180425, 0, 47, 3317, '0', 0, 0, -629.3067626953125, -4579.80712890625, 29.92309188842773437, 2.635444164276123046, 0, 0, 0.96814727783203125, 0.250381410121917724, 120, 255, 1, 51886), -- SkullCandle01 (Area: Revantusk Village - Difficulty: 0) CreateObject1 +(@OGUID+20, 180426, 0, 47, 3317, '0', 0, 0, -574.90106201171875, -4601.1494140625, 21.73719978332519531, 1.396261811256408691, 0, 0, 0.642786979675292968, 0.766044974327087402, 120, 255, 1, 51886), -- Bat01 (Area: Revantusk Village - Difficulty: 0) CreateObject1 +(@OGUID+21, 180426, 0, 47, 3317, '0', 0, 0, -583.15106201171875, -4609.05712890625, 21.79574012756347656, 5.777040958404541015, 0, 0, -0.25037956237792968, 0.968147754669189453, 120, 255, 1, 51886), -- Bat01 (Area: Revantusk Village - Difficulty: 0) CreateObject1 +(@OGUID+22, 180426, 0, 47, 3317, '0', 0, 0, -570.20489501953125, -4596.0693359375, 24.93818092346191406, 1.48352813720703125, 0, 0, 0.675589561462402343, 0.737277925014495849, 120, 255, 1, 51886), -- Bat01 (Area: Revantusk Village - Difficulty: 0) CreateObject1 +(@OGUID+23, 180426, 0, 47, 3317, '0', 0, 0, -597.40802001953125, -4624.0400390625, 23.65849113464355468, 2.757613182067871093, 0, 0, 0.981626510620117187, 0.190812408924102783, 120, 255, 1, 51886), -- Bat01 (Area: Revantusk Village - Difficulty: 0) CreateObject1 +(@OGUID+24, 180426, 0, 47, 3317, '0', 0, 0, -579.83160400390625, -4604.65966796875, 17.17628860473632812, 0.733038187026977539, 0, 0, 0.358367919921875, 0.933580458164215087, 120, 255, 1, 51886), -- Bat01 (Area: Revantusk Village - Difficulty: 0) CreateObject1 +(@OGUID+25, 180426, 0, 47, 3317, '0', 0, 0, -580.07989501953125, -4594.6005859375, 23.55320549011230468, 3.24634718894958496, 0, 0, -0.99862861633300781, 0.052353221923112869, 120, 255, 1, 51886), -- Bat01 (Area: Revantusk Village - Difficulty: 0) CreateObject1 +(@OGUID+26, 180426, 0, 47, 3317, '0', 0, 0, -570.8975830078125, -4590.861328125, 18.33801460266113281, 1.32644820213317871, 0, 0, 0.615660667419433593, 0.788011372089385986, 120, 255, 1, 51886), -- Bat01 (Area: Revantusk Village - Difficulty: 0) CreateObject1 +(@OGUID+27, 180426, 0, 47, 3317, '0', 0, 0, -573.79864501953125, -4582.7275390625, 19.13083839416503906, 5.497788906097412109, 0, 0, -0.38268280029296875, 0.923879802227020263, 120, 255, 1, 51886), -- Bat01 (Area: Revantusk Village - Difficulty: 0) CreateObject1 +(@OGUID+28, 180426, 0, 47, 3317, '0', 0, 0, -579.3663330078125, -4578.72900390625, 26.74537086486816406, 1.134462952613830566, 0, 0, 0.537299156188964843, 0.843391716480255126, 120, 255, 1, 51886), -- Bat01 (Area: Revantusk Village - Difficulty: 0) CreateObject1 +(@OGUID+29, 180426, 0, 47, 3317, '0', 0, 0, -575.32989501953125, -4580.14404296875, 19.87532234191894531, 0.977383077144622802, 0, 0, 0.469470977783203125, 0.882947921752929687, 120, 255, 1, 51886), -- Bat01 (Area: Revantusk Village - Difficulty: 0) CreateObject1 +(@OGUID+30, 180427, 0, 47, 3317, '0', 0, 0, -621.9757080078125, -4582.93408203125, 39.33240127563476562, 2.879789113998413085, 0, 0, 0.991444587707519531, 0.130528271198272705, 120, 255, 1, 51886), -- Bat02 (Area: Revantusk Village - Difficulty: 0) CreateObject1 +(@OGUID+31, 180427, 0, 47, 3317, '0', 0, 0, -621.84027099609375, -4582.96533203125, 39.98805618286132812, 2.094393253326416015, 0, 0, 0.866024971008300781, 0.50000077486038208, 120, 255, 1, 51886), -- Bat02 (Area: Revantusk Village - Difficulty: 0) CreateObject1 +(@OGUID+32, 180427, 0, 47, 3317, '0', 0, 0, -621.93231201171875, -4583.01025390625, 39.21599197387695312, 5.532694816589355468, 0, 0, -0.3665008544921875, 0.93041771650314331, 120, 255, 1, 51886), -- Bat02 (Area: Revantusk Village - Difficulty: 0) CreateObject1 +(@OGUID+33, 180427, 0, 47, 3317, '0', 0, 0, -621.84375, -4582.84033203125, 41.33563995361328125, 4.415683269500732421, 0, 0, -0.80385684967041015, 0.594822824001312255, 120, 255, 1, 51886), -- Bat02 (Area: Revantusk Village - Difficulty: 0) CreateObject1 +(@OGUID+34, 180427, 0, 47, 3317, '0', 0, 0, -621.90106201171875, -4582.84375, 41.6900482177734375, 0.314158439636230468, 0, 0, 0.156434059143066406, 0.987688362598419189, 120, 255, 1, 51886), -- Bat02 (Area: Revantusk Village - Difficulty: 0) CreateObject1 +(@OGUID+35, 180427, 0, 47, 3317, '0', 0, 0, -621.90972900390625, -4582.95654296875, 39.91201019287109375, 2.076939344406127929, 0, 0, 0.861628532409667968, 0.50753939151763916, 120, 255, 1, 51886), -- Bat02 (Area: Revantusk Village - Difficulty: 0) CreateObject1 +(@OGUID+36, 180427, 0, 47, 3317, '0', 0, 0, -621.70660400390625, -4582.9306640625, 39.70874404907226562, 4.468043327331542968, 0, 0, -0.7880105972290039, 0.615661680698394775, 120, 255, 1, 51886), -- Bat02 (Area: Revantusk Village - Difficulty: 0) CreateObject1 +(@OGUID+37, 180427, 0, 47, 3317, '0', 0, 0, -621.78302001953125, -4583.01025390625, 40.22352981567382812, 3.316144466400146484, 0, 0, -0.99619388580322265, 0.087165042757987976, 120, 255, 1, 51886), -- Bat02 (Area: Revantusk Village - Difficulty: 0) CreateObject1 +(@OGUID+38, 180427, 0, 47, 3317, '0', 0, 0, -621.82989501953125, -4583.048828125, 38.66334152221679687, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 51886), -- Bat02 (Area: Revantusk Village - Difficulty: 0) CreateObject1 +(@OGUID+39, 180427, 0, 47, 3317, '0', 0, 0, -621.8350830078125, -4583.015625, 37.54110336303710937, 6.056293010711669921, 0, 0, -0.11320304870605468, 0.993571877479553222, 120, 255, 1, 51886), -- Bat02 (Area: Revantusk Village - Difficulty: 0) CreateObject1 +(@OGUID+40, 180471, 0, 47, 3317, '0', 0, 0, -632.19061279296875, -4599.37744140625, 15.73878288269042968, 3.403396368026733398, 0, 0, -0.99144458770751953, 0.130528271198272705, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Revantusk Village - Difficulty: 0) CreateObject1 +(@OGUID+41, 180471, 0, 47, 3317, '0', 0, 0, -627.28302001953125, -4572.66650390625, 15.36933612823486328, 0.837757468223571777, 0, 0, 0.406736373901367187, 0.913545548915863037, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Revantusk Village - Difficulty: 0) CreateObject1 +(@OGUID+42, 180471, 0, 47, 3317, '0', 0, 0, -633.3211669921875, -4579, 15.43650245666503906, 1.308995485305786132, 0, 0, 0.608760833740234375, 0.793353796005249023, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Revantusk Village - Difficulty: 0) CreateObject1 +(@OGUID+43, 180471, 0, 47, 3317, '0', 0, 0, -610.36895751953125, -4566.494140625, 16.35060882568359375, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Revantusk Village - Difficulty: 0) CreateObject1 +(@OGUID+44, 180472, 0, 47, 3317, '0', 0, 0, -637.0369873046875, -4594.470703125, 17.55111312866210937, 5.881760597229003906, 0, 0, -0.19936752319335937, 0.979924798011779785, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Revantusk Village - Difficulty: 0) CreateObject1 +(@OGUID+45, 180472, 0, 47, 3317, '0', 0, 0, -629.40625, -4569.79150390625, 16.90836524963378906, 4.380776405334472656, 0, 0, -0.81411552429199218, 0.580702960491180419, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Revantusk Village - Difficulty: 0) CreateObject1 +(@OGUID+46, 180472, 0, 47, 3317, '0', 0, 0, -638.77777099609375, -4571.51220703125, 16.92748451232910156, 0.27925160527229309, 0, 0, 0.139172554016113281, 0.990268170833587646, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Revantusk Village - Difficulty: 0) CreateObject1 +(@OGUID+47, 180472, 0, 47, 3317, '0', 0, 0, -626.373291015625, -4568.43408203125, 20.87187385559082031, 5.532694816589355468, 0, 0, -0.3665008544921875, 0.93041771650314331, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Revantusk Village - Difficulty: 0) CreateObject1 +(@OGUID+48, 180472, 0, 47, 3317, '0', 0, 0, -605.28302001953125, -4571.3125, 17.34696197509765625, 2.687806606292724609, 0, 0, 0.974370002746582031, 0.224951311945915222, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Revantusk Village - Difficulty: 0) CreateObject1 +(@OGUID+49, 180523, 0, 47, 3317, '0', 0, 0, -628.6632080078125, -4577.1318359375, 11.96486282348632812, 1.204277276992797851, 0, 0, 0.56640625, 0.824126183986663818, 120, 255, 1, 51886), -- Apple Bob (Area: Revantusk Village - Difficulty: 0) CreateObject1 +(@OGUID+50, 190089, 0, 47, 3317, '0', 0, 0, -624.4285888671875, -4585.31298828125, 11.68708515167236328, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 51886); -- Candy Bucket (Area: Revantusk Village - Difficulty: 0) CreateObject1 + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+50; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48), +(12, @OGUID+49), +(12, @OGUID+50); + +-- +SET @OGUID := 3802116; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3003739 AND 3003797; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3003739 AND 3003797; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3003739 AND 3003797; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+58; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 0, 47, 348, '0', 0, 0, 288.705230712890625, -2113.147216796875, 124.8901214599609375, 5.288348197937011718, 0, 0, -0.4771585464477539, 0.878817260265350341, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Aerie Peak - Difficulty: 0) CreateObject1 +(@OGUID+1, 180405, 0, 47, 348, '0', 0, 0, 294.172576904296875, -2137.14892578125, 124.8752593994140625, 5.253442287445068359, 0, 0, -0.49242305755615234, 0.870355963706970214, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Aerie Peak - Difficulty: 0) CreateObject1 +(@OGUID+2, 180405, 0, 47, 349, '0', 0, 0, 379.283355712890625, -2098.822021484375, 132.368072509765625, 5.323255538940429687, 0, 0, -0.46174812316894531, 0.887011110782623291, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Wildhammer Keep - Difficulty: 0) CreateObject1 +(@OGUID+3, 180405, 0, 47, 349, '0', 0, 0, 392.12933349609375, -2101.987060546875, 131.5618896484375, 2.181660413742065429, 0, 0, 0.887010574340820312, 0.461749136447906494, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Wildhammer Keep - Difficulty: 0) CreateObject1 +(@OGUID+4, 180405, 0, 47, 349, '0', 0, 0, 399.2591552734375, -2086.6962890625, 121.839141845703125, 4.59021615982055664, 0, 0, -0.74895572662353515, 0.662620067596435546, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Wildhammer Keep - Difficulty: 0) CreateObject1 +(@OGUID+5, 180406, 0, 47, 349, '0', 0, 0, 394.451446533203125, -2129.339111328125, 131.5634765625, 2.984498262405395507, 0, 0, 0.996916770935058593, 0.078466430306434631, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Wildhammer Keep - Difficulty: 0) CreateObject1 +(@OGUID+6, 180406, 0, 47, 349, '0', 0, 0, 405.19091796875, -2112.425048828125, 121.8408966064453125, 5.89921426773071289, 0, 0, -0.19080829620361328, 0.981627285480499267, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Wildhammer Keep - Difficulty: 0) CreateObject1 +(@OGUID+7, 180406, 0, 47, 349, '0', 0, 0, 396.10321044921875, -2072.954833984375, 126.8394088745117187, 6.108653545379638671, 0, 0, -0.08715534210205078, 0.996194720268249511, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Wildhammer Keep - Difficulty: 0) CreateObject1 +(@OGUID+8, 180407, 0, 47, 348, '0', 0, 0, 314.21441650390625, -2119.865966796875, 155.8123931884765625, 5.305802345275878906, 0, 0, -0.46947097778320312, 0.882947921752929687, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Aerie Peak - Difficulty: 0) CreateObject1 +(@OGUID+9, 180407, 0, 47, 349, '0', 0, 0, 381.986602783203125, -2110.2294921875, 132.368072509765625, 5.340708732604980468, 0, 0, -0.45398998260498046, 0.891006767749786376, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Wildhammer Keep - Difficulty: 0) CreateObject1 +(@OGUID+10, 180407, 0, 47, 349, '0', 0, 0, 382.116058349609375, -2076.256103515625, 131.5617523193359375, 1.396261811256408691, 0, 0, 0.642786979675292968, 0.766044974327087402, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Wildhammer Keep - Difficulty: 0) CreateObject1 +(@OGUID+11, 180407, 0, 47, 349, '0', 0, 0, 408.37371826171875, -2126.1640625, 126.8411712646484375, 4.468043327331542968, 0, 0, -0.7880105972290039, 0.615661680698394775, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Wildhammer Keep - Difficulty: 0) CreateObject1 +(@OGUID+12, 180411, 0, 47, 348, '0', 0, 0, 305.977447509765625, -2121.635498046875, 129.2921142578125, 0.366517573595046997, 0, 0, 0.182234764099121093, 0.98325502872467041, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Aerie Peak - Difficulty: 0) CreateObject1 +(@OGUID+13, 180411, 0, 47, 349, '0', 0, 0, 399.421875, -2100.041748046875, 135.02923583984375, 0.261798173189163208, 0, 0, 0.130525588989257812, 0.991444945335388183, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Wildhammer Keep - Difficulty: 0) CreateObject1 +(@OGUID+14, 180415, 0, 47, 349, '0', 0, 0, 399.9600830078125, -2102.404541015625, 132.4575653076171875, 5.84685373306274414, 0, 0, -0.21643924713134765, 0.976296067237854003, 120, 255, 1, 51886), -- CandleBlack01 (Area: Wildhammer Keep - Difficulty: 0) CreateObject1 +(@OGUID+15, 180415, 0, 47, 349, '0', 0, 0, 392.211822509765625, -2104.052001953125, 132.2078399658203125, 1.692969322204589843, 0, 0, 0.748955726623535156, 0.662620067596435546, 120, 255, 1, 51886), -- CandleBlack01 (Area: Wildhammer Keep - Difficulty: 0) CreateObject1 +(@OGUID+16, 180425, 0, 47, 349, '0', 0, 0, 404.5201416015625, -2123.700927734375, 127.7131500244140625, 0.139624491333961486, 0, 0, 0.06975555419921875, 0.997564136981964111, 120, 255, 1, 51886), -- SkullCandle01 (Area: Wildhammer Keep - Difficulty: 0) CreateObject1 +(@OGUID+17, 180425, 0, 47, 349, '0', 0, 0, 404.06304931640625, -2123.4296875, 132.4418182373046875, 2.460912704467773437, 0, 0, 0.942641258239746093, 0.333807557821273803, 120, 255, 1, 51886), -- SkullCandle01 (Area: Wildhammer Keep - Difficulty: 0) CreateObject1 +(@OGUID+18, 180425, 0, 47, 349, '0', 0, 0, 402.8507080078125, -2116.423583984375, 122.9971389770507812, 1.85004889965057373, 0, 0, 0.798635482788085937, 0.60181504487991333, 120, 255, 1, 51886), -- SkullCandle01 (Area: Wildhammer Keep - Difficulty: 0) CreateObject1 +(@OGUID+19, 180425, 0, 47, 349, '0', 0, 0, 398.6632080078125, -2098.364501953125, 132.4645843505859375, 4.084071159362792968, 0, 0, -0.8910064697265625, 0.453990638256072998, 120, 255, 1, 51886), -- SkullCandle01 (Area: Wildhammer Keep - Difficulty: 0) CreateObject1 +(@OGUID+20, 180425, 0, 47, 349, '0', 0, 0, 392.130218505859375, -2103.65966796875, 132.2633819580078125, 0.069811686873435974, 0, 0, 0.034898757934570312, 0.999390840530395507, 120, 255, 1, 51886), -- SkullCandle01 (Area: Wildhammer Keep - Difficulty: 0) CreateObject1 +(@OGUID+21, 180425, 0, 47, 349, '0', 0, 0, 397.191131591796875, -2125.177490234375, 132.4427032470703125, 4.9218292236328125, 0, 0, -0.62932014465332031, 0.77714616060256958, 120, 255, 1, 51886), -- SkullCandle01 (Area: Wildhammer Keep - Difficulty: 0) CreateObject1 +(@OGUID+22, 180425, 0, 47, 349, '0', 0, 0, 386.4443359375, -2078.662841796875, 132.440948486328125, 1.815141916275024414, 0, 0, 0.788010597229003906, 0.615661680698394775, 120, 255, 1, 51886), -- SkullCandle01 (Area: Wildhammer Keep - Difficulty: 0) CreateObject1 +(@OGUID+23, 180425, 0, 47, 349, '0', 0, 0, 393.408050537109375, -2077.37890625, 132.4400634765625, 4.118979454040527343, 0, 0, -0.88294696807861328, 0.469472706317901611, 120, 255, 1, 51886), -- SkullCandle01 (Area: Wildhammer Keep - Difficulty: 0) CreateObject1 +(@OGUID+24, 180425, 0, 47, 349, '0', 0, 0, 395.38909912109375, -2084.167236328125, 122.9953765869140625, 4.904376029968261718, 0, 0, -0.636077880859375, 0.771624863147735595, 120, 255, 1, 51886), -- SkullCandle01 (Area: Wildhammer Keep - Difficulty: 0) CreateObject1 +(@OGUID+25, 180425, 0, 47, 349, '0', 0, 0, 393.6806640625, -2076.903076171875, 127.71832275390625, 0.27925160527229309, 0, 0, 0.139172554016113281, 0.990268170833587646, 120, 255, 1, 51886), -- SkullCandle01 (Area: Wildhammer Keep - Difficulty: 0) CreateObject1 +(@OGUID+26, 180471, 0, 47, 349, '0', 0, 0, 400.666656494140625, -2106.407958984375, 137.945892333984375, 5.044002056121826171, 0, 0, -0.58070278167724609, 0.814115643501281738, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Wildhammer Keep - Difficulty: 0) CreateObject1 +(@OGUID+27, 180471, 0, 47, 349, '0', 0, 0, 402.51214599609375, -2118.767333984375, 134.1628570556640625, 5.567600727081298828, 0, 0, -0.35020732879638671, 0.936672210693359375, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Wildhammer Keep - Difficulty: 0) CreateObject1 +(@OGUID+28, 180471, 0, 47, 349, '0', 0, 0, 402.352447509765625, -2128.5556640625, 134.1715850830078125, 3.316144466400146484, 0, 0, -0.99619388580322265, 0.087165042757987976, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Wildhammer Keep - Difficulty: 0) CreateObject1 +(@OGUID+29, 180471, 0, 47, 349, '0', 0, 0, 397.90625, -2094.095458984375, 137.9875640869140625, 4.904376029968261718, 0, 0, -0.636077880859375, 0.771624863147735595, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Wildhammer Keep - Difficulty: 0) CreateObject1 +(@OGUID+30, 180471, 0, 47, 349, '0', 0, 0, 392.508697509765625, -2126.048583984375, 134.230316162109375, 2.303830623626708984, 0, 0, 0.913544654846191406, 0.406738430261611938, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Wildhammer Keep - Difficulty: 0) CreateObject1 +(@OGUID+31, 180471, 0, 47, 349, '0', 0, 0, 396.916656494140625, -2119.25, 134.174163818359375, 0.785396754741668701, 0, 0, 0.38268280029296875, 0.923879802227020263, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Wildhammer Keep - Difficulty: 0) CreateObject1 +(@OGUID+32, 180471, 0, 47, 349, '0', 0, 0, 393.666656494140625, -2130.507080078125, 134.17242431640625, 2.426007747650146484, 0, 0, 0.936672210693359375, 0.350207358598709106, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Wildhammer Keep - Difficulty: 0) CreateObject1 +(@OGUID+33, 180471, 0, 47, 349, '0', 0, 0, 394.08160400390625, -2082.217041015625, 134.24444580078125, 4.136432647705078125, 0, 0, -0.87881660461425781, 0.477159708738327026, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Wildhammer Keep - Difficulty: 0) CreateObject1 +(@OGUID+34, 180471, 0, 47, 349, '0', 0, 0, 388.869781494140625, -2084.185791015625, 134.186279296875, 2.460912704467773437, 0, 0, 0.942641258239746093, 0.333807557821273803, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Wildhammer Keep - Difficulty: 0) CreateObject1 +(@OGUID+35, 180471, 0, 47, 349, '0', 0, 0, 407.55035400390625, -2117.491455078125, 134.3300323486328125, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Wildhammer Keep - Difficulty: 0) CreateObject1 +(@OGUID+36, 180471, 0, 47, 349, '0', 0, 0, 408.586822509765625, -2122.392333984375, 134.184814453125, 4.834563255310058593, 0, 0, -0.66261959075927734, 0.748956084251403808, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Wildhammer Keep - Difficulty: 0) CreateObject1 +(@OGUID+37, 180471, 0, 47, 349, '0', 0, 0, 409.723968505859375, -2127.029541015625, 134.2262115478515625, 3.996806621551513671, 0, 0, -0.90996074676513671, 0.414694398641586303, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Wildhammer Keep - Difficulty: 0) CreateObject1 +(@OGUID+38, 180472, 0, 47, 349, '0', 0, 0, 384.6319580078125, -2109.80029296875, 139.4461517333984375, 3.45575571060180664, 0, 0, -0.98768806457519531, 0.156436234712600708, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Wildhammer Keep - Difficulty: 0) CreateObject1 +(@OGUID+39, 180472, 0, 47, 349, '0', 0, 0, 382.1788330078125, -2098.0625, 139.4114227294921875, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Wildhammer Keep - Difficulty: 0) CreateObject1 +(@OGUID+40, 180472, 0, 47, 349, '0', 0, 0, 401.8125, -2115.882080078125, 135.6278839111328125, 3.420850038528442382, 0, 0, -0.99026775360107421, 0.139175355434417724, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Wildhammer Keep - Difficulty: 0) CreateObject1 +(@OGUID+41, 180472, 0, 47, 349, '0', 0, 0, 400.00347900390625, -2103.194580078125, 139.4389495849609375, 3.420850038528442382, 0, 0, -0.99026775360107421, 0.139175355434417724, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Wildhammer Keep - Difficulty: 0) CreateObject1 +(@OGUID+42, 180472, 0, 47, 349, '0', 0, 0, 404.8194580078125, -2118.23095703125, 135.6009063720703125, 5.026549339294433593, 0, 0, -0.5877847671508789, 0.809017360210418701, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Wildhammer Keep - Difficulty: 0) CreateObject1 +(@OGUID+43, 180472, 0, 47, 349, '0', 0, 0, 393.17962646484375, -2128.55615234375, 135.5971221923828125, 0.349065244197845458, 0, 0, 0.173647880554199218, 0.984807789325714111, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Wildhammer Keep - Difficulty: 0) CreateObject1 +(@OGUID+44, 180472, 0, 47, 349, '0', 0, 0, 398.166656494140625, -2129.510498046875, 135.6094207763671875, 1.85004889965057373, 0, 0, 0.798635482788085937, 0.60181504487991333, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Wildhammer Keep - Difficulty: 0) CreateObject1 +(@OGUID+45, 180472, 0, 47, 349, '0', 0, 0, 394.6632080078125, -2084.802001953125, 135.6330108642578125, 3.473210096359252929, 0, 0, -0.98628520965576171, 0.165049895644187927, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Wildhammer Keep - Difficulty: 0) CreateObject1 +(@OGUID+46, 180472, 0, 47, 349, '0', 0, 0, 386.052093505859375, -2091.513916015625, 135.414886474609375, 4.991643905639648437, 0, 0, -0.60181427001953125, 0.798636078834533691, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Wildhammer Keep - Difficulty: 0) CreateObject1 +(@OGUID+47, 180472, 0, 47, 349, '0', 0, 0, 398.52777099609375, -2097.022705078125, 139.4111785888671875, 3.403396368026733398, 0, 0, -0.99144458770751953, 0.130528271198272705, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Wildhammer Keep - Difficulty: 0) CreateObject1 +(@OGUID+48, 180472, 0, 47, 349, '0', 0, 0, 396.388885498046875, -2116.888916015625, 135.623260498046875, 0.261798173189163208, 0, 0, 0.130525588989257812, 0.991444945335388183, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Wildhammer Keep - Difficulty: 0) CreateObject1 +(@OGUID+49, 180472, 0, 47, 349, '0', 0, 0, 390.529510498046875, -2126.463623046875, 135.6192474365234375, 1.902408957481384277, 0, 0, 0.814115524291992187, 0.580702960491180419, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Wildhammer Keep - Difficulty: 0) CreateObject1 +(@OGUID+50, 180472, 0, 47, 349, '0', 0, 0, 391.220489501953125, -2113.921875, 135.4010009765625, 1.797688722610473632, 0, 0, 0.7826080322265625, 0.622514784336090087, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Wildhammer Keep - Difficulty: 0) CreateObject1 +(@OGUID+51, 180472, 0, 47, 349, '0', 0, 0, 391.90264892578125, -2120.487548828125, 135.63922119140625, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Wildhammer Keep - Difficulty: 0) CreateObject1 +(@OGUID+52, 180472, 0, 47, 349, '0', 0, 0, 389.484375, -2086.819580078125, 135.5934906005859375, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Wildhammer Keep - Difficulty: 0) CreateObject1 +(@OGUID+53, 180472, 0, 47, 349, '0', 0, 0, 408.07464599609375, -2120.248291015625, 135.6153411865234375, 3.351046562194824218, 0, 0, -0.99452114105224609, 0.104535527527332305, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Wildhammer Keep - Difficulty: 0) CreateObject1 +(@OGUID+54, 180472, 0, 47, 349, '0', 0, 0, 406.291412353515625, -2127.577392578125, 135.5952911376953125, 1.832594871520996093, 0, 0, 0.793353080749511718, 0.608761727809906005, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Wildhammer Keep - Difficulty: 0) CreateObject1 +(@OGUID+55, 180472, 0, 47, 349, '0', 0, 0, 405.171875, -2117.848876953125, 130.1558380126953125, 1.797688722610473632, 0, 0, 0.7826080322265625, 0.622514784336090087, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Wildhammer Keep - Difficulty: 0) CreateObject1 +(@OGUID+56, 180472, 0, 47, 349, '0', 0, 0, 409.052093505859375, -2124.505126953125, 135.6364288330078125, 3.473210096359252929, 0, 0, -0.98628520965576171, 0.165049895644187927, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Wildhammer Keep - Difficulty: 0) CreateObject1 +(@OGUID+57, 180523, 0, 47, 348, '0', 0, 0, 325.046875, -2113.30029296875, 122.3416900634765625, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 51886), -- Apple Bob (Area: Aerie Peak - Difficulty: 0) CreateObject1 +(@OGUID+58, 190054, 0, 47, 348, '0', 0, 0, 321.95660400390625, -2121.260498046875, 121.7661285400390625, 4.59021615982055664, 0, 0, -0.74895572662353515, 0.662620067596435546, 120, 255, 1, 51886); -- Candy Bucket (Area: Aerie Peak - Difficulty: 0) CreateObject1 + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+58; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48), +(12, @OGUID+49), +(12, @OGUID+50), +(12, @OGUID+51), +(12, @OGUID+52), +(12, @OGUID+53), +(12, @OGUID+54), +(12, @OGUID+55), +(12, @OGUID+56), +(12, @OGUID+57), +(12, @OGUID+58); + +-- +SET @OGUID := 3802175; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3003798 AND 3003908; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3003798 AND 3003908; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3003798 AND 3003908; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+110; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 0, 47, 5323, '0', 0, 0, 312.364593505859375, -4112.82666015625, 118.5153427124023437, 4.031712055206298828, 0, 0, -0.90258502960205078, 0.430511653423309326, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+1, 180406, 0, 47, 5323, '0', 0, 0, 352.380218505859375, -4118.71337890625, 125.2792129516601562, 5.881760597229003906, 0, 0, -0.19936752319335937, 0.979924798011779785, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+2, 180407, 0, 47, 5323, '0', 0, 0, 334.986114501953125, -4112.359375, 119.6699066162109375, 5.777040958404541015, 0, 0, -0.25037956237792968, 0.968147754669189453, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+3, 180410, 0, 47, 5323, '0', 0, 0, 336.67535400390625, -4121.8525390625, 120.3730316162109375, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+4, 180410, 0, 47, 5323, '0', 0, 0, 336.6475830078125, -4133.95166015625, 120.4598236083984375, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+5, 180415, 0, 47, 5323, '0', 0, 0, 313.567718505859375, -4110.4287109375, 118.206146240234375, 0.977383077144622802, 0, 0, 0.469470977783203125, 0.882947921752929687, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+6, 180415, 0, 47, 5323, '0', 0, 0, 323.595489501953125, -4118.4619140625, 118.9815826416015625, 0.261798173189163208, 0, 0, 0.130525588989257812, 0.991444945335388183, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+7, 180415, 0, 47, 5323, '0', 0, 0, 327.274322509765625, -4106.546875, 119.9332427978515625, 0.261798173189163208, 0, 0, 0.130525588989257812, 0.991444945335388183, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+8, 180415, 0, 47, 5323, '0', 0, 0, 303.65972900390625, -4116.283203125, 120.1780776977539062, 0.558503925800323486, 0, 0, 0.275636672973632812, 0.961261868476867675, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+9, 180415, 0, 47, 5323, '0', 0, 0, 317.713531494140625, -4105.22900390625, 118.3829879760742187, 3.001946926116943359, 0, 0, 0.997563362121582031, 0.069766148924827575, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+10, 180415, 0, 47, 5323, '0', 0, 0, 316.685760498046875, -4107.30029296875, 118.3378219604492187, 1.937312245368957519, 0, 0, 0.824125289916992187, 0.566407561302185058, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+11, 180415, 0, 47, 5323, '0', 0, 0, 313.4375, -4110.74462890625, 118.2456207275390625, 1.692969322204589843, 0, 0, 0.748955726623535156, 0.662620067596435546, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+12, 180415, 0, 47, 5323, '0', 0, 0, 317.880218505859375, -4104.8994140625, 118.3566665649414062, 0.715584874153137207, 0, 0, 0.350207328796386718, 0.936672210693359375, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+13, 180415, 0, 47, 5323, '0', 0, 0, 322.232635498046875, -4111.53125, 120.2766036987304687, 4.049167633056640625, 0, 0, -0.89879322052001953, 0.438372820615768432, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+14, 180415, 0, 47, 5323, '0', 0, 0, 303.395843505859375, -4121.74853515625, 119.7488937377929687, 4.1538848876953125, 0, 0, -0.8746194839477539, 0.484810054302215576, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+15, 180415, 0, 47, 5323, '0', 0, 0, 326.967010498046875, -4115.173828125, 118.9473724365234375, 0.261798173189163208, 0, 0, 0.130525588989257812, 0.991444945335388183, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+16, 180415, 0, 47, 5323, '0', 0, 0, 315.211822509765625, -4108.88037109375, 118.2577590942382812, 1.605701684951782226, 0, 0, 0.719339370727539062, 0.694658815860748291, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+17, 180415, 0, 47, 5323, '0', 0, 0, 317.7413330078125, -4117.31787109375, 120.26751708984375, 0.890116631984710693, 0, 0, 0.430510520935058593, 0.902585566043853759, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+18, 180415, 0, 47, 5323, '0', 0, 0, 316.838531494140625, -4106.9931640625, 118.2613906860351562, 1.32644820213317871, 0, 0, 0.615660667419433593, 0.788011372089385986, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+19, 180415, 0, 47, 5323, '0', 0, 0, 313.27777099609375, -4110.44775390625, 118.1058273315429687, 1.867502212524414062, 0, 0, 0.803856849670410156, 0.594822824001312255, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+20, 180415, 0, 47, 5323, '0', 0, 0, 317.529510498046875, -4104.94970703125, 118.1822433471679687, 0.383971005678176879, 0, 0, 0.190808296203613281, 0.981627285480499267, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+21, 180415, 0, 47, 5323, '0', 0, 0, 303.66839599609375, -4127.22900390625, 119.8719329833984375, 4.991643905639648437, 0, 0, -0.60181427001953125, 0.798636078834533691, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+22, 180415, 0, 47, 5323, '0', 0, 0, 336.789947509765625, -4120.53466796875, 131.209442138671875, 4.502951622009277343, 0, 0, -0.7771453857421875, 0.629321098327636718, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+23, 180415, 0, 47, 5323, '0', 0, 0, 337.095489501953125, -4126.29150390625, 127.3756637573242187, 1.989672422409057617, 0, 0, 0.838669776916503906, 0.544640243053436279, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+24, 180415, 0, 47, 5323, '0', 0, 0, 331.73089599609375, -4127.955078125, 131.209442138671875, 1.204277276992797851, 0, 0, 0.56640625, 0.824126183986663818, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+25, 180415, 0, 47, 5323, '0', 0, 0, 323.611114501953125, -4137.1630859375, 118.964202880859375, 0.261798173189163208, 0, 0, 0.130525588989257812, 0.991444945335388183, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+26, 180415, 0, 47, 5323, '0', 0, 0, 336.9444580078125, -4123.8037109375, 129.092559814453125, 0.925023794174194335, 0, 0, 0.446197509765625, 0.894934535026550292, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+27, 180415, 0, 47, 5323, '0', 0, 0, 311.435760498046875, -4135.71728515625, 120.2576217651367187, 1.413715124130249023, 0, 0, 0.649447441101074218, 0.760406434535980224, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+28, 180415, 0, 47, 5323, '0', 0, 0, 303.6875, -4133.2255859375, 120.4885635375976562, 3.508116960525512695, 0, 0, -0.98325443267822265, 0.182238012552261352, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+29, 180415, 0, 47, 5323, '0', 0, 0, 332.875, -4123.6474609375, 131.208343505859375, 1.239183306694030761, 0, 0, 0.580702781677246093, 0.814115643501281738, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+30, 180415, 0, 47, 5323, '0', 0, 0, 337.1319580078125, -4128.86279296875, 125.7062835693359375, 0.925023794174194335, 0, 0, 0.446197509765625, 0.894934535026550292, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+31, 180415, 0, 47, 5323, '0', 0, 0, 318.546875, -4140.5537109375, 119.76043701171875, 3.263772249221801757, 0, 0, -0.99813461303710937, 0.061051756143569946, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+32, 180415, 0, 47, 5323, '0', 0, 0, 331.045135498046875, -4111.13525390625, 118.9806137084960937, 0.261798173189163208, 0, 0, 0.130525588989257812, 0.991444945335388183, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+33, 180415, 0, 47, 5323, '0', 0, 0, 332.8194580078125, -4132.18603515625, 131.2079010009765625, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+34, 180415, 0, 47, 5323, '0', 0, 0, 332.7725830078125, -4104.73291015625, 120.4819488525390625, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+35, 180415, 0, 47, 5323, '0', 0, 0, 340.37152099609375, -4102.6318359375, 121.2888031005859375, 4.014260292053222656, 0, 0, -0.90630722045898437, 0.422619491815567016, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+36, 180415, 0, 47, 5323, '0', 0, 0, 305.895843505859375, -4135.673828125, 120.5101165771484375, 0.453785061836242675, 0, 0, 0.224950790405273437, 0.974370121955871582, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+37, 180415, 0, 47, 5323, '0', 0, 0, 362.328125, -4115.29541015625, 121.0760116577148437, 4.345870018005371093, 0, 0, -0.82412624359130859, 0.566406130790710449, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+38, 180415, 0, 47, 5323, '0', 0, 0, 358.354156494140625, -4144.125, 121.2448577880859375, 4.97418975830078125, 0, 0, -0.60876083374023437, 0.793353796005249023, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+39, 180415, 0, 47, 5323, '0', 0, 0, 365.609375, -4127.84228515625, 120.1816864013671875, 1.692969322204589843, 0, 0, 0.748955726623535156, 0.662620067596435546, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+40, 180415, 0, 47, 5323, '0', 0, 0, 363.9288330078125, -4121.35791015625, 120.5629730224609375, 0.977383077144622802, 0, 0, 0.469470977783203125, 0.882947921752929687, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+41, 180415, 0, 47, 5323, '0', 0, 0, 344.65277099609375, -4135.37841796875, 131.209442138671875, 4.502951622009277343, 0, 0, -0.7771453857421875, 0.629321098327636718, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+42, 180415, 0, 47, 5323, '0', 0, 0, 352.39410400390625, -4105.830078125, 120.2817535400390625, 3.857182979583740234, 0, 0, -0.93667125701904296, 0.350209832191467285, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+43, 180415, 0, 47, 5323, '0', 0, 0, 340.333343505859375, -4153.19091796875, 119.843658447265625, 4.834563255310058593, 0, 0, -0.66261959075927734, 0.748956084251403808, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+44, 180415, 0, 47, 5323, '0', 0, 0, 328.03125, -4149.8212890625, 120.9545135498046875, 0.314158439636230468, 0, 0, 0.156434059143066406, 0.987688362598419189, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+45, 180415, 0, 47, 5323, '0', 0, 0, 363.93402099609375, -4134.330078125, 120.6692581176757812, 4.1538848876953125, 0, 0, -0.8746194839477539, 0.484810054302215576, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+46, 180415, 0, 47, 5323, '0', 0, 0, 330.638885498046875, -4144.361328125, 118.9478530883789062, 0.261798173189163208, 0, 0, 0.130525588989257812, 0.991444945335388183, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+47, 180415, 0, 47, 5323, '0', 0, 0, 326.73785400390625, -4140.52099609375, 118.9572525024414062, 0.261798173189163208, 0, 0, 0.130525588989257812, 0.991444945335388183, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+48, 180415, 0, 47, 5323, '0', 0, 0, 347.123260498046875, -4151.46728515625, 120.5383834838867187, 4.834563255310058593, 0, 0, -0.66261959075927734, 0.748956084251403808, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+49, 180415, 0, 47, 5323, '0', 0, 0, 334.869781494140625, -4151.5869140625, 120.322021484375, 2.984498262405395507, 0, 0, 0.996916770935058593, 0.078466430306434631, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+50, 180415, 0, 47, 5323, '0', 0, 0, 343.58160400390625, -4120.5400390625, 131.209442138671875, 2.408554315567016601, 0, 0, 0.933580398559570312, 0.358368009328842163, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+51, 180415, 0, 47, 5323, '0', 0, 0, 323.40625, -4145.52783203125, 120.4298477172851562, 2.391098499298095703, 0, 0, 0.930417060852050781, 0.366502493619918823, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+52, 180415, 0, 47, 5323, '0', 0, 0, 357.48089599609375, -4110.71875, 120.6629562377929687, 3.001946926116943359, 0, 0, 0.997563362121582031, 0.069766148924827575, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+53, 180415, 0, 47, 5323, '0', 0, 0, 335.901031494140625, -4135.345703125, 131.209442138671875, 5.305802345275878906, 0, 0, -0.46947097778320312, 0.882947921752929687, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+54, 180415, 0, 47, 5323, '0', 0, 0, 343.65625, -4131.41650390625, 124.4604568481445312, 0.925023794174194335, 0, 0, 0.446197509765625, 0.894934535026550292, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+55, 180415, 0, 47, 5323, '0', 0, 0, 337.057281494140625, -4131.39404296875, 124.4604568481445312, 3.071766138076782226, 0, 0, 0.999390602111816406, 0.034906134009361267, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+56, 180415, 0, 47, 5323, '0', 0, 0, 347.810760498046875, -4132.19775390625, 131.209442138671875, 4.502951622009277343, 0, 0, -0.7771453857421875, 0.629321098327636718, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+57, 180415, 0, 47, 5323, '0', 0, 0, 343.52777099609375, -4123.751953125, 128.94287109375, 0.925023794174194335, 0, 0, 0.446197509765625, 0.894934535026550292, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+58, 180415, 0, 47, 5323, '0', 0, 0, 352.994781494140625, -4149.48974609375, 121.1174163818359375, 3.857182979583740234, 0, 0, -0.93667125701904296, 0.350209832191467285, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+59, 180415, 0, 47, 5323, '0', 0, 0, 348.97222900390625, -4127.93603515625, 131.209442138671875, 4.502951622009277343, 0, 0, -0.7771453857421875, 0.629321098327636718, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+60, 180415, 0, 47, 5323, '0', 0, 0, 346.140625, -4104.34228515625, 120.7802505493164062, 5.044002056121826171, 0, 0, -0.58070278167724609, 0.814115643501281738, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+61, 180415, 0, 47, 5323, '0', 0, 0, 343.65972900390625, -4128.9755859375, 125.5296401977539062, 0.925023794174194335, 0, 0, 0.446197509765625, 0.894934535026550292, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+62, 180415, 0, 47, 5323, '0', 0, 0, 347.805572509765625, -4123.62841796875, 131.209442138671875, 4.502951622009277343, 0, 0, -0.7771453857421875, 0.629321098327636718, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+63, 180415, 0, 47, 5323, '0', 0, 0, 362.197906494140625, -4140.3037109375, 121.3036727905273437, 4.066620349884033203, 0, 0, -0.89493370056152343, 0.44619917869567871, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+64, 180415, 0, 47, 5323, '0', 0, 0, 343.583343505859375, -4126.314453125, 127.37188720703125, 0.925023794174194335, 0, 0, 0.446197509765625, 0.894934535026550292, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+65, 180415, 0, 47, 5323, '0', 0, 0, 340.336822509765625, -4136.55029296875, 131.2082061767578125, 4.502951622009277343, 0, 0, -0.7771453857421875, 0.629321098327636718, 120, 255, 1, 51886), -- CandleBlack01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+66, 180425, 0, 47, 5323, '0', 0, 0, 315.010406494140625, -4109.064453125, 118.4174270629882812, 2.792518377304077148, 0, 0, 0.984807014465332031, 0.173652306199073791, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+67, 180425, 0, 47, 5323, '0', 0, 0, 303.75, -4114.31591796875, 120.5847930908203125, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 51886), -- SkullCandle01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+68, 180426, 0, 47, 5323, '0', 0, 0, 334.758697509765625, -4128.49462890625, 144.2128143310546875, 5.218535900115966796, 0, 0, -0.507537841796875, 0.861629426479339599, 120, 255, 1, 51886), -- Bat01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+69, 180426, 0, 47, 5323, '0', 0, 0, 344.73785400390625, -4121.8525390625, 144.0807647705078125, 2.72271275520324707, 0, 0, 0.978147506713867187, 0.207912087440490722, 120, 255, 1, 51886), -- Bat01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+70, 180426, 0, 47, 5323, '0', 0, 0, 343.95660400390625, -4129.23974609375, 145.5301361083984375, 5.95157480239868164, 0, 0, -0.16504669189453125, 0.986285746097564697, 120, 255, 1, 51886), -- Bat01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+71, 180426, 0, 47, 5323, '0', 0, 0, 339.649322509765625, -4126.580078125, 133.9463958740234375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+72, 180426, 0, 47, 5323, '0', 0, 0, 337.970489501953125, -4123.111328125, 141.371734619140625, 3.054326534271240234, 0, 0, 0.999048233032226562, 0.043619260191917419, 120, 255, 1, 51886), -- Bat01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+73, 180426, 0, 47, 5323, '0', 0, 0, 339.149322509765625, -4126.0849609375, 140.5427398681640625, 1.658061861991882324, 0, 0, 0.737277030944824218, 0.67559051513671875, 120, 255, 1, 51886), -- Bat01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+74, 180427, 0, 47, 5323, '0', 0, 0, 373.223968505859375, -4030.079833984375, 120.4513931274414062, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat02 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+75, 180471, 0, 47, 5323, '0', 0, 0, 317.423614501953125, -4125.70654296875, 121.0174026489257812, 4.694936752319335937, 0, 0, -0.71325016021728515, 0.700909554958343505, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+76, 180471, 0, 47, 5323, '0', 0, 0, 327.248260498046875, -4123.41845703125, 133.413848876953125, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+77, 180471, 0, 47, 5323, '0', 0, 0, 337.7257080078125, -4114.23779296875, 133.408355712890625, 0.401424884796142578, 0, 0, 0.199367523193359375, 0.979924798011779785, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+78, 180471, 0, 47, 5323, '0', 0, 0, 317.203125, -4128.77783203125, 121.3172836303710937, 4.939284324645996093, 0, 0, -0.6225137710571289, 0.78260880708694458, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+79, 180471, 0, 47, 5323, '0', 0, 0, 329.682281494140625, -4119.1005859375, 133.400054931640625, 0.837757468223571777, 0, 0, 0.406736373901367187, 0.913545548915863037, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+80, 180471, 0, 47, 5323, '0', 0, 0, 317.361114501953125, -4130.03466796875, 121.0230331420898437, 4.694936752319335937, 0, 0, -0.71325016021728515, 0.700909554958343505, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+81, 180471, 0, 47, 5323, '0', 0, 0, 326.765625, -4130.40478515625, 133.4097900390625, 2.059488296508789062, 0, 0, 0.857167243957519531, 0.515038192272186279, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+82, 180471, 0, 47, 5323, '0', 0, 0, 326.743072509765625, -4125.59375, 133.4256591796875, 1.274088263511657714, 0, 0, 0.594821929931640625, 0.80385744571685791, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+83, 180471, 0, 47, 5323, '0', 0, 0, 317.11285400390625, -4127.75537109375, 121.5284805297851562, 4.694936752319335937, 0, 0, -0.71325016021728515, 0.700909554958343505, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+84, 180471, 0, 47, 5323, '0', 0, 0, 327.263885498046875, -4132.9287109375, 133.3914794921875, 1.815141916275024414, 0, 0, 0.788010597229003906, 0.615661680698394775, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+85, 180471, 0, 47, 5323, '0', 0, 0, 331.552093505859375, -4117.546875, 133.4232940673828125, 1.151916384696960449, 0, 0, 0.544638633728027343, 0.838670849800109863, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+86, 180471, 0, 47, 5323, '0', 0, 0, 317.279510498046875, -4126.69775390625, 121.2981796264648437, 4.607671737670898437, 0, 0, -0.74314403533935546, 0.669131457805633544, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+87, 180471, 0, 47, 5323, '0', 0, 0, 351.338531494140625, -4119.7275390625, 133.453216552734375, 5.532694816589355468, 0, 0, -0.3665008544921875, 0.93041771650314331, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+88, 180471, 0, 47, 5323, '0', 0, 0, 345.0625, -4140.8369140625, 133.4311065673828125, 3.385940074920654296, 0, 0, -0.99254608154296875, 0.121869951486587524, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+89, 180471, 0, 47, 5323, '0', 0, 0, 353.875, -4130.29345703125, 133.27178955078125, 4.694936752319335937, 0, 0, -0.71325016021728515, 0.700909554958343505, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+90, 180471, 0, 47, 5323, '0', 0, 0, 342.7725830078125, -4141.41650390625, 133.425079345703125, 3.43830275535583496, 0, 0, -0.98901557922363281, 0.147811368107795715, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+91, 180471, 0, 47, 5323, '0', 0, 0, 331.59027099609375, -4138.48291015625, 133.432281494140625, 2.286378860473632812, 0, 0, 0.909960746765136718, 0.414694398641586303, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+92, 180471, 0, 47, 5323, '0', 0, 0, 349.295135498046875, -4138.32275390625, 133.2808837890625, 3.90954136848449707, 0, 0, -0.92718315124511718, 0.37460830807685852, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+93, 180471, 0, 47, 5323, '0', 0, 0, 329.79339599609375, -4136.98779296875, 133.4102783203125, 2.338739633560180664, 0, 0, 0.920504570007324218, 0.3907318115234375, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+94, 180471, 0, 47, 5323, '0', 0, 0, 342.508697509765625, -4114.267578125, 133.4024658203125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+95, 180471, 0, 47, 5323, '0', 0, 0, 352.78472900390625, -4134.03125, 133.31207275390625, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+96, 180471, 0, 47, 5323, '0', 0, 0, 351.18402099609375, -4136.251953125, 133.31817626953125, 3.857182979583740234, 0, 0, -0.93667125701904296, 0.350209832191467285, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+97, 180471, 0, 47, 5323, '0', 0, 0, 349.07464599609375, -4117.47412109375, 133.4058685302734375, 5.532694816589355468, 0, 0, -0.3665008544921875, 0.93041771650314331, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+98, 180471, 0, 47, 5323, '0', 0, 0, 338.095489501953125, -4141.62158203125, 133.3983154296875, 3.22885894775390625, 0, 0, -0.99904823303222656, 0.043619260191917419, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+99, 180471, 0, 47, 5323, '0', 0, 0, 352.83160400390625, -4122.43408203125, 133.4535675048828125, 4.9218292236328125, 0, 0, -0.62932014465332031, 0.77714616060256958, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+100, 180471, 0, 47, 5323, '0', 0, 0, 335.65625, -4140.84033203125, 133.414703369140625, 2.844882726669311523, 0, 0, 0.989015579223632812, 0.147811368107795715, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+101, 180471, 0, 47, 5323, '0', 0, 0, 353.95660400390625, -4125.439453125, 133.4044189453125, 4.834563255310058593, 0, 0, -0.66261959075927734, 0.748956084251403808, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+102, 180471, 0, 47, 5323, '0', 0, 0, 344.963531494140625, -4114.84228515625, 133.4049072265625, 6.09120035171508789, 0, 0, -0.09584522247314453, 0.995396256446838378, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+103, 180472, 0, 47, 5323, '0', 0, 0, 352.2413330078125, -4134.99658203125, 134.1078338623046875, 2.617989301681518554, 0, 0, 0.965925216674804687, 0.258821308612823486, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+104, 180472, 0, 47, 5323, '0', 0, 0, 352.446197509765625, -4121.0849609375, 134.2257843017578125, 3.769911527633666992, 0, 0, -0.95105648040771484, 0.309017121791839599, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+105, 180523, 0, 47, 5323, '0', 0, 0, 326.454864501953125, -4134.033203125, 117.3855819702148437, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+106, 185437, 0, 47, 5323, '0', 0, 0, 329.666656494140625, -4114.65966796875, 131.893768310546875, 0.750490784645080566, 0, 0, 0.3665008544921875, 0.93041771650314331, 120, 255, 1, 51886), -- Laying Skeleton 01 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+107, 208069, 0, 47, 5323, '0', 0, 0, 335.208343505859375, -4130.15283203125, 117.2158203125, 4.712389945983886718, 0, 0, -0.70710659027099609, 0.707106947898864746, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 0.5 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+108, 208072, 0, 47, 5323, '0', 0, 0, 350.020843505859375, -4140.21875, 125.3933868408203125, 3.839725255966186523, 0, 0, -0.93969249725341796, 0.34202045202255249, 120, 255, 1, 51886), -- G_Pumpkin_03 Scale 0.5 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+109, 208078, 0, 47, 5323, '0', 0, 0, 335.135406494140625, -4125.60595703125, 117.2158203125, 5.410521507263183593, 0, 0, -0.42261791229248046, 0.906307935714721679, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 0.5 (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 +(@OGUID+110, 208127, 0, 47, 5323, '0', 0, 0, 326.24652099609375, -4122.345703125, 117.1905899047851562, 0, 0, 0, 0, 1, 120, 255, 1, 51886); -- Candy Bucket (Area: Stormfeather Outpost - Difficulty: 0) CreateObject1 + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+110; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48), +(12, @OGUID+49), +(12, @OGUID+50), +(12, @OGUID+51), +(12, @OGUID+52), +(12, @OGUID+53), +(12, @OGUID+54), +(12, @OGUID+55), +(12, @OGUID+56), +(12, @OGUID+57), +(12, @OGUID+58), +(12, @OGUID+59), +(12, @OGUID+60), +(12, @OGUID+61), +(12, @OGUID+62), +(12, @OGUID+63), +(12, @OGUID+64), +(12, @OGUID+65), +(12, @OGUID+66), +(12, @OGUID+67), +(12, @OGUID+68), +(12, @OGUID+69), +(12, @OGUID+70), +(12, @OGUID+71), +(12, @OGUID+72), +(12, @OGUID+73), +(12, @OGUID+74), +(12, @OGUID+75), +(12, @OGUID+76), +(12, @OGUID+77), +(12, @OGUID+78), +(12, @OGUID+79), +(12, @OGUID+80), +(12, @OGUID+81), +(12, @OGUID+82), +(12, @OGUID+83), +(12, @OGUID+84), +(12, @OGUID+85), +(12, @OGUID+86), +(12, @OGUID+87), +(12, @OGUID+88), +(12, @OGUID+89), +(12, @OGUID+90), +(12, @OGUID+91), +(12, @OGUID+92), +(12, @OGUID+93), +(12, @OGUID+94), +(12, @OGUID+95), +(12, @OGUID+96), +(12, @OGUID+97), +(12, @OGUID+98), +(12, @OGUID+99), +(12, @OGUID+100), +(12, @OGUID+101), +(12, @OGUID+102), +(12, @OGUID+103), +(12, @OGUID+104), +(12, @OGUID+105), +(12, @OGUID+106), +(12, @OGUID+107), +(12, @OGUID+108), +(12, @OGUID+109), +(12, @OGUID+110); diff --git a/sql/updates/world/master/2024_03_18_15_world_hallows_end_arathi_highlands.sql b/sql/updates/world/master/2024_03_18_15_world_hallows_end_arathi_highlands.sql new file mode 100644 index 0000000000000..99bea6f52c235 --- /dev/null +++ b/sql/updates/world/master/2024_03_18_15_world_hallows_end_arathi_highlands.sql @@ -0,0 +1,276 @@ +-- +SET @OGUID := 3802286; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3003909 AND 3003969; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3003909 AND 3003969; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3003909 AND 3003969; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+60; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 0, 45, 321, '0', 0, 0, -864.3790283203125, -3517.014892578125, 85.04742431640625, 1.832594871520996093, 0, 0, 0.793353080749511718, 0.608761727809906005, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Hammerfall - Difficulty: 0) CreateObject1 +(@OGUID+1, 180405, 0, 45, 321, '0', 0, 0, -909.4639892578125, -3518.858154296875, 74.35699462890625, 6.108653545379638671, 0, 0, -0.08715534210205078, 0.996194720268249511, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Hammerfall - Difficulty: 0) CreateObject1 +(@OGUID+2, 180405, 0, 45, 321, '0', 0, 0, -909.08331298828125, -3490.0546875, 70.461517333984375, 5.078907966613769531, 0, 0, -0.56640625, 0.824126183986663818, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Hammerfall - Difficulty: 0) CreateObject1 +(@OGUID+3, 180405, 0, 45, 321, '0', 0, 0, -950.25469970703125, -3547.039794921875, 71.81548309326171875, 5.078907966613769531, 0, 0, -0.56640625, 0.824126183986663818, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Hammerfall - Difficulty: 0) CreateObject1 +(@OGUID+4, 180406, 0, 45, 321, '0', 0, 0, -863.68621826171875, -3505.982421875, 84.84152984619140625, 1.623155713081359863, 0, 0, 0.725374221801757812, 0.688354730606079101, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Hammerfall - Difficulty: 0) CreateObject1 +(@OGUID+5, 180406, 0, 45, 321, '0', 0, 0, -908.18780517578125, -3521.8134765625, 75.5931396484375, 5.026549339294433593, 0, 0, -0.5877847671508789, 0.809017360210418701, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Hammerfall - Difficulty: 0) CreateObject1 +(@OGUID+6, 180406, 0, 45, 321, '0', 0, 0, -950.42254638671875, -3518.876220703125, 71.89357757568359375, 5.061456203460693359, 0, 0, -0.57357597351074218, 0.819152355194091796, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Hammerfall - Difficulty: 0) CreateObject1 +(@OGUID+7, 180406, 0, 45, 321, '0', 0, 0, -947.41375732421875, -3547.0556640625, 59.4717559814453125, 4.9218292236328125, 0, 0, -0.62932014465332031, 0.77714616060256958, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Hammerfall - Difficulty: 0) CreateObject1 +(@OGUID+8, 180406, 0, 45, 321, '0', 0, 0, -1043.03369140625, -3545.5419921875, 67.75019073486328125, 5.026549339294433593, 0, 0, -0.5877847671508789, 0.809017360210418701, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Hammerfall - Difficulty: 0) CreateObject1 +(@OGUID+9, 180407, 0, 45, 321, '0', 0, 0, -926.227783203125, -3528.16943359375, 73.68756866455078125, 4.468043327331542968, 0, 0, -0.7880105972290039, 0.615661680698394775, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Hammerfall - Difficulty: 0) CreateObject1 +(@OGUID+10, 180407, 0, 45, 321, '0', 0, 0, -922.03643798828125, -3553.2431640625, 76.1509552001953125, 3.071766138076782226, 0, 0, 0.999390602111816406, 0.034906134009361267, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Hammerfall - Difficulty: 0) CreateObject1 +(@OGUID+11, 180407, 0, 45, 321, '0', 0, 0, -948.26934814453125, -3472.09375, 53.42193222045898437, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Hammerfall - Difficulty: 0) CreateObject1 +(@OGUID+12, 180407, 0, 45, 321, '0', 0, 0, -1043.36474609375, -3556.537109375, 67.40114593505859375, 5.096362113952636718, 0, 0, -0.55919265747070312, 0.829037725925445556, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Hammerfall - Difficulty: 0) CreateObject1 +(@OGUID+13, 180411, 0, 45, 321, '0', 0, 0, -891.21356201171875, -3520.657958984375, 85.25119781494140625, 3.700104713439941406, 0, 0, -0.96126079559326171, 0.275640487670898437, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Hammerfall - Difficulty: 0) CreateObject1 +(@OGUID+14, 180411, 0, 45, 321, '0', 0, 0, -914.98089599609375, -3552.2431640625, 86.23166656494140625, 0.645771682262420654, 0, 0, 0.317304611206054687, 0.948323667049407958, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Hammerfall - Difficulty: 0) CreateObject1 +(@OGUID+15, 180411, 0, 45, 321, '0', 0, 0, -891.53302001953125, -3552.05908203125, 85.29114532470703125, 1.989672422409057617, 0, 0, 0.838669776916503906, 0.544640243053436279, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Hammerfall - Difficulty: 0) CreateObject1 +(@OGUID+16, 180411, 0, 45, 321, '0', 0, 0, -914.4617919921875, -3520.822998046875, 86.44864654541015625, 5.305802345275878906, 0, 0, -0.46947097778320312, 0.882947921752929687, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Hammerfall - Difficulty: 0) CreateObject1 +(@OGUID+17, 180415, 0, 45, 321, '0', 0, 0, -914.7218017578125, -3533.50146484375, 73.38082122802734375, 2.652894020080566406, 0, 0, 0.970294952392578125, 0.241925001144409179, 120, 255, 1, 51886), -- CandleBlack01 (Area: Hammerfall - Difficulty: 0) CreateObject1 +(@OGUID+18, 180425, 0, 45, 321, '0', 0, 0, -910.64874267578125, -3552.00390625, 76.43897247314453125, 3.176533222198486328, 0, 0, -0.999847412109375, 0.017469281330704689, 120, 255, 1, 51886), -- SkullCandle01 (Area: Hammerfall - Difficulty: 0) CreateObject1 +(@OGUID+19, 180425, 0, 45, 321, '0', 0, 0, -910.67852783203125, -3545.950439453125, 76.43639373779296875, 2.408554315567016601, 0, 0, 0.933580398559570312, 0.358368009328842163, 120, 255, 1, 51886), -- SkullCandle01 (Area: Hammerfall - Difficulty: 0) CreateObject1 +(@OGUID+20, 180425, 0, 45, 321, '0', 0, 0, -914.86114501953125, -3533.725830078125, 73.59130859375, 2.792518377304077148, 0, 0, 0.984807014465332031, 0.173652306199073791, 120, 255, 1, 51886), -- SkullCandle01 (Area: Hammerfall - Difficulty: 0) CreateObject1 +(@OGUID+21, 180426, 0, 45, 321, '0', 0, 0, -965.0069580078125, -3498.42529296875, 69.392364501953125, 1.623155713081359863, 0, 0, 0.725374221801757812, 0.688354730606079101, 120, 255, 1, 51886), -- Bat01 (Area: Hammerfall - Difficulty: 0) CreateObject1 +(@OGUID+22, 180426, 0, 45, 321, '0', 0, 0, -973.9444580078125, -3506.322998046875, 72.26132965087890625, 0.890116631984710693, 0, 0, 0.430510520935058593, 0.902585566043853759, 120, 255, 1, 51886), -- Bat01 (Area: Hammerfall - Difficulty: 0) CreateObject1 +(@OGUID+23, 180426, 0, 45, 321, '0', 0, 0, -980.79168701171875, -3511.072998046875, 71.51784515380859375, 4.537858963012695312, 0, 0, -0.76604366302490234, 0.642788589000701904, 120, 255, 1, 51886), -- Bat01 (Area: Hammerfall - Difficulty: 0) CreateObject1 +(@OGUID+24, 180426, 0, 45, 321, '0', 0, 0, -973.02081298828125, -3496.076416015625, 72.5597076416015625, 2.164205789566040039, 0, 0, 0.882946968078613281, 0.469472706317901611, 120, 255, 1, 51886), -- Bat01 (Area: Hammerfall - Difficulty: 0) CreateObject1 +(@OGUID+25, 180426, 0, 45, 321, '0', 0, 0, -981.3038330078125, -3513.260498046875, 71.24710845947265625, 4.834563255310058593, 0, 0, -0.66261959075927734, 0.748956084251403808, 120, 255, 1, 51886), -- Bat01 (Area: Hammerfall - Difficulty: 0) CreateObject1 +(@OGUID+26, 180426, 0, 45, 321, '0', 0, 0, -973.27081298828125, -3495.875, 69.894561767578125, 2.216565132141113281, 0, 0, 0.894933700561523437, 0.44619917869567871, 120, 255, 1, 51886), -- Bat01 (Area: Hammerfall - Difficulty: 0) CreateObject1 +(@OGUID+27, 180426, 0, 45, 321, '0', 0, 0, -966.94964599609375, -3494.36279296875, 71.745697021484375, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 51886), -- Bat01 (Area: Hammerfall - Difficulty: 0) CreateObject1 +(@OGUID+28, 180426, 0, 45, 321, '0', 0, 0, -972.92706298828125, -3496.460205078125, 69.950225830078125, 0.034906249493360519, 0, 0, 0.017452239990234375, 0.999847710132598876, 120, 255, 1, 51886), -- Bat01 (Area: Hammerfall - Difficulty: 0) CreateObject1 +(@OGUID+29, 180426, 0, 45, 321, '0', 0, 0, -984.185791015625, -3517.255126953125, 70.018798828125, 1.413715124130249023, 0, 0, 0.649447441101074218, 0.760406434535980224, 120, 255, 1, 51886), -- Bat01 (Area: Hammerfall - Difficulty: 0) CreateObject1 +(@OGUID+30, 180426, 0, 45, 321, '0', 0, 0, -985.5850830078125, -3510.053955078125, 74.40267181396484375, 1.954769015312194824, 0, 0, 0.829037666320800781, 0.559192776679992675, 120, 255, 1, 51886), -- Bat01 (Area: Hammerfall - Difficulty: 0) CreateObject1 +(@OGUID+31, 180427, 0, 45, 321, '0', 0, 0, -905.80450439453125, -3535.27001953125, 97.85630035400390625, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, 51886), -- Bat02 (Area: Hammerfall - Difficulty: 0) CreateObject1 +(@OGUID+32, 180427, 0, 45, 321, '0', 0, 0, -905.73736572265625, -3535.272705078125, 97.88680267333984375, 5.602506637573242187, 0, 0, -0.33380699157714843, 0.942641437053680419, 120, 255, 1, 51886), -- Bat02 (Area: Hammerfall - Difficulty: 0) CreateObject1 +(@OGUID+33, 180427, 0, 45, 321, '0', 0, 0, -905.61419677734375, -3535.391845703125, 97.94535064697265625, 0.261798173189163208, 0, 0, 0.130525588989257812, 0.991444945335388183, 120, 255, 1, 51886), -- Bat02 (Area: Hammerfall - Difficulty: 0) CreateObject1 +(@OGUID+34, 180427, 0, 45, 321, '0', 0, 0, -905.50164794921875, -3535.46240234375, 97.95758819580078125, 1.256635904312133789, 0, 0, 0.587784767150878906, 0.809017360210418701, 120, 255, 1, 51886), -- Bat02 (Area: Hammerfall - Difficulty: 0) CreateObject1 +(@OGUID+35, 180427, 0, 45, 321, '0', 0, 0, -905.63702392578125, -3535.39501953125, 97.93505096435546875, 5.35816192626953125, 0, 0, -0.446197509765625, 0.894934535026550292, 120, 255, 1, 51886), -- Bat02 (Area: Hammerfall - Difficulty: 0) CreateObject1 +(@OGUID+36, 180427, 0, 45, 321, '0', 0, 0, -905.55255126953125, -3535.575439453125, 97.97537994384765625, 0.855210542678833007, 0, 0, 0.414692878723144531, 0.909961462020874023, 120, 255, 1, 51886), -- Bat02 (Area: Hammerfall - Difficulty: 0) CreateObject1 +(@OGUID+37, 180427, 0, 45, 321, '0', 0, 0, -905.5341796875, -3535.173583984375, 97.96080780029296875, 2.495818138122558593, 0, 0, 0.948323249816894531, 0.317305892705917358, 120, 255, 1, 51886), -- Bat02 (Area: Hammerfall - Difficulty: 0) CreateObject1 +(@OGUID+38, 180427, 0, 45, 321, '0', 0, 0, -905.48577880859375, -3535.415283203125, 97.95175933837890625, 0.296705186367034912, 0, 0, 0.147809028625488281, 0.989015936851501464, 120, 255, 1, 51886), -- Bat02 (Area: Hammerfall - Difficulty: 0) CreateObject1 +(@OGUID+39, 180427, 0, 45, 321, '0', 0, 0, -905.42706298828125, -3535.576171875, 97.93784332275390625, 4.188792228698730468, 0, 0, -0.86602497100830078, 0.50000077486038208, 120, 255, 1, 51886), -- Bat02 (Area: Hammerfall - Difficulty: 0) CreateObject1 +(@OGUID+40, 180427, 0, 45, 321, '0', 0, 0, -905.64459228515625, -3535.302001953125, 97.92954254150390625, 0.453785061836242675, 0, 0, 0.224950790405273437, 0.974370121955871582, 120, 255, 1, 51886), -- Bat02 (Area: Hammerfall - Difficulty: 0) CreateObject1 +(@OGUID+41, 180471, 0, 45, 321, '0', 0, 0, -891.1180419921875, -3541.329833984375, 91.18915557861328125, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hammerfall - Difficulty: 0) CreateObject1 +(@OGUID+42, 180471, 0, 45, 321, '0', 0, 0, -914.65777587890625, -3541.443603515625, 91.18331146240234375, 4.398232460021972656, 0, 0, -0.80901622772216796, 0.587786316871643066, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hammerfall - Difficulty: 0) CreateObject1 +(@OGUID+43, 180471, 0, 45, 321, '0', 0, 0, -891.26043701171875, -3531.298583984375, 91.0083770751953125, 1.605701684951782226, 0, 0, 0.719339370727539062, 0.694658815860748291, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hammerfall - Difficulty: 0) CreateObject1 +(@OGUID+44, 180471, 0, 45, 321, '0', 0, 0, -905.671875, -3516.520751953125, 78.848419189453125, 2.181660413742065429, 0, 0, 0.887010574340820312, 0.461749136447906494, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hammerfall - Difficulty: 0) CreateObject1 +(@OGUID+45, 180471, 0, 45, 321, '0', 0, 0, -914.9375, -3531.33154296875, 90.93044281005859375, 4.764749526977539062, 0, 0, -0.6883544921875, 0.725374460220336914, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hammerfall - Difficulty: 0) CreateObject1 +(@OGUID+46, 180471, 0, 45, 321, '0', 0, 0, -924.99652099609375, -3529.37158203125, 78.28769683837890625, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hammerfall - Difficulty: 0) CreateObject1 +(@OGUID+47, 180471, 0, 45, 321, '0', 0, 0, -925.19964599609375, -3516.333251953125, 78.29952239990234375, 4.031712055206298828, 0, 0, -0.90258502960205078, 0.430511653423309326, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hammerfall - Difficulty: 0) CreateObject1 +(@OGUID+48, 180471, 0, 45, 321, '0', 0, 0, -925.61114501953125, -3542.428955078125, 78.61791229248046875, 4.380776405334472656, 0, 0, -0.81411552429199218, 0.580702960491180419, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hammerfall - Difficulty: 0) CreateObject1 +(@OGUID+49, 180472, 0, 45, 321, '0', 0, 0, -891.45489501953125, -3546.661376953125, 92.32862091064453125, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Hammerfall - Difficulty: 0) CreateObject1 +(@OGUID+50, 180472, 0, 45, 321, '0', 0, 0, -914.64410400390625, -3536.078125, 92.50437164306640625, 3.211419343948364257, 0, 0, -0.9993906021118164, 0.034906134009361267, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Hammerfall - Difficulty: 0) CreateObject1 +(@OGUID+51, 180472, 0, 45, 321, '0', 0, 0, -916.27777099609375, -3556.08154296875, 84.1787261962890625, 5.166176319122314453, 0, 0, -0.52991867065429687, 0.84804844856262207, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Hammerfall - Difficulty: 0) CreateObject1 +(@OGUID+52, 180472, 0, 45, 321, '0', 0, 0, -915.69793701171875, -3516.295166015625, 84.1515960693359375, 1.658061861991882324, 0, 0, 0.737277030944824218, 0.67559051513671875, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Hammerfall - Difficulty: 0) CreateObject1 +(@OGUID+53, 180472, 0, 45, 321, '0', 0, 0, -891.60418701171875, -3525.954833984375, 92.52103424072265625, 0.087265998125076293, 0, 0, 0.043619155883789062, 0.999048233032226562, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Hammerfall - Difficulty: 0) CreateObject1 +(@OGUID+54, 180472, 0, 45, 321, '0', 0, 0, -914.61114501953125, -3525.913330078125, 92.46041107177734375, 2.984498262405395507, 0, 0, 0.996916770935058593, 0.078466430306434631, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Hammerfall - Difficulty: 0) CreateObject1 +(@OGUID+55, 180472, 0, 45, 321, '0', 0, 0, -914.6788330078125, -3546.864501953125, 92.319305419921875, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Hammerfall - Difficulty: 0) CreateObject1 +(@OGUID+56, 180472, 0, 45, 321, '0', 0, 0, -925.076416015625, -3522.795166015625, 79.7578277587890625, 3.194002151489257812, 0, 0, -0.99965667724609375, 0.026201646775007247, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Hammerfall - Difficulty: 0) CreateObject1 +(@OGUID+57, 180472, 0, 45, 321, '0', 0, 0, -891.58160400390625, -3536.2119140625, 92.61917877197265625, 0.069811686873435974, 0, 0, 0.034898757934570312, 0.999390840530395507, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Hammerfall - Difficulty: 0) CreateObject1 +(@OGUID+58, 180472, 0, 45, 321, '0', 0, 0, -925.27911376953125, -3535.941162109375, 79.87827301025390625, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Hammerfall - Difficulty: 0) CreateObject1 +(@OGUID+59, 180523, 0, 45, 321, '0', 0, 0, -914.34552001953125, -3520.17529296875, 73.10167694091796875, 3.892086982727050781, 0, 0, -0.93041706085205078, 0.366502493619918823, 120, 255, 1, 51886), -- Apple Bob (Area: Hammerfall - Difficulty: 0) CreateObject1 +(@OGUID+60, 190082, 0, 45, 321, '0', 0, 0, -913.19207763671875, -3526.897216796875, 72.60242462158203125, 4.014260292053222656, 0, 0, -0.90630722045898437, 0.422619491815567016, 120, 255, 1, 51886); -- Candy Bucket (Area: Hammerfall - Difficulty: 0) CreateObject1 + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+60; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48), +(12, @OGUID+49), +(12, @OGUID+50), +(12, @OGUID+51), +(12, @OGUID+52), +(12, @OGUID+53), +(12, @OGUID+54), +(12, @OGUID+55), +(12, @OGUID+56), +(12, @OGUID+57), +(12, @OGUID+58), +(12, @OGUID+59), +(12, @OGUID+60); + +-- +SET @CGUID := 3800173; +SET @OGUID := 3802347; + +-- Old creature spawns +DELETE FROM `creature` WHERE `guid` BETWEEN 3000245 AND 3000245; +DELETE FROM `creature_addon` WHERE `guid` BETWEEN 3000245 AND 3000245; +DELETE FROM `game_event_creature` WHERE `guid` BETWEEN 3000245 AND 3000245; + +-- Creature spawns +DELETE FROM `creature` WHERE `guid`=@CGUID+0; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES +(@CGUID+0, 22816, 0, 45, 320, '0', 0, 0, 0, 0, -1249.1221923828125, -2529.688720703125, 20.60658004760742187, 4.789040088653564453, 120, 10, 0, 1129, 0, 1, NULL, NULL, NULL, NULL, 51886); -- Black Cat (Area: Refuge Pointe - Difficulty: 0) CreateObject1 (possible waypoints or random movement) + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3003970 AND 3004023; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3003970 AND 3004023; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3003970 AND 3004023; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+53; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180407, 0, 45, 320, '0', 0, 0, -1277.2239990234375, -2541.725830078125, 26.37758064270019531, 3.106652259826660156, 0, 0, 0.999847412109375, 0.017469281330704689, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Refuge Pointe - Difficulty: 0) CreateObject1 +(@OGUID+1, 180408, 0, 45, 320, '0', 0, 0, -1223.998291015625, -2514.507080078125, 26.56642723083496093, 4.799657344818115234, 0, 0, -0.67558956146240234, 0.737277925014495849, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Refuge Pointe - Difficulty: 0) CreateObject1 +(@OGUID+2, 180411, 0, 45, 320, '0', 0, 0, -1206.3941650390625, -2535.694580078125, 27.61271095275878906, 0.383971005678176879, 0, 0, 0.190808296203613281, 0.981627285480499267, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Refuge Pointe - Difficulty: 0) CreateObject1 +(@OGUID+3, 180414, 0, 45, 320, '0', 0, 0, -1279.8819580078125, -2526.036376953125, 21.31577301025390625, 6.12610626220703125, 0, 0, -0.07845878601074218, 0.996917366981506347, 120, 255, 1, 51886), -- Cauldron (Area: Refuge Pointe - Difficulty: 0) CreateObject1 +(@OGUID+4, 180415, 0, 45, 320, '0', 0, 0, -1210.607666015625, -2539.08154296875, 26.86401176452636718, 5.009094715118408203, 0, 0, -0.59482288360595703, 0.80385679006576538, 120, 255, 1, 51886), -- CandleBlack01 (Area: Refuge Pointe - Difficulty: 0) CreateObject1 +(@OGUID+5, 180415, 0, 45, 320, '0', 0, 0, -1207.48095703125, -2538.001708984375, 27.78671646118164062, 5.515241622924804687, 0, 0, -0.37460613250732421, 0.927184045314788818, 120, 255, 1, 51886), -- CandleBlack01 (Area: Refuge Pointe - Difficulty: 0) CreateObject1 +(@OGUID+6, 180415, 0, 45, 320, '0', 0, 0, -1210.7430419921875, -2524.007080078125, 27.16786766052246093, 0.436331570148468017, 0, 0, 0.216439247131347656, 0.976296067237854003, 120, 255, 1, 51886), -- CandleBlack01 (Area: Refuge Pointe - Difficulty: 0) CreateObject1 +(@OGUID+7, 180415, 0, 45, 320, '0', 0, 0, -1211.501708984375, -2523.59716796875, 26.54352951049804687, 5.532694816589355468, 0, 0, -0.3665008544921875, 0.93041771650314331, 120, 255, 1, 51886), -- CandleBlack01 (Area: Refuge Pointe - Difficulty: 0) CreateObject1 +(@OGUID+8, 180415, 0, 45, 320, '0', 0, 0, -1212.421875, -2522.967041015625, 26.86253547668457031, 1.186823248863220214, 0, 0, 0.559192657470703125, 0.829037725925445556, 120, 255, 1, 51886), -- CandleBlack01 (Area: Refuge Pointe - Difficulty: 0) CreateObject1 +(@OGUID+9, 180415, 0, 45, 320, '0', 0, 0, -1216.045166015625, -2540.751708984375, 26.78855514526367187, 5.794494152069091796, 0, 0, -0.24192142486572265, 0.970295846462249755, 120, 255, 1, 51886), -- CandleBlack01 (Area: Refuge Pointe - Difficulty: 0) CreateObject1 +(@OGUID+10, 180415, 0, 45, 320, '0', 0, 0, -1214.1632080078125, -2540.12841796875, 26.50363731384277343, 4.799657344818115234, 0, 0, -0.67558956146240234, 0.737277925014495849, 120, 255, 1, 51886), -- CandleBlack01 (Area: Refuge Pointe - Difficulty: 0) CreateObject1 +(@OGUID+11, 180415, 0, 45, 320, '0', 0, 0, -1211.5711669921875, -2539.47216796875, 26.73987007141113281, 3.316144466400146484, 0, 0, -0.99619388580322265, 0.087165042757987976, 120, 255, 1, 51886), -- CandleBlack01 (Area: Refuge Pointe - Difficulty: 0) CreateObject1 +(@OGUID+12, 180415, 0, 45, 320, '0', 0, 0, -1208.829833984375, -2538.630126953125, 27.97402381896972656, 0.174532130360603332, 0, 0, 0.087155342102050781, 0.996194720268249511, 120, 255, 1, 51886), -- CandleBlack01 (Area: Refuge Pointe - Difficulty: 0) CreateObject1 +(@OGUID+13, 180415, 0, 45, 320, '0', 0, 0, -1209.8489990234375, -2524.71875, 27.26687240600585937, 5.061456203460693359, 0, 0, -0.57357597351074218, 0.819152355194091796, 120, 255, 1, 51886), -- CandleBlack01 (Area: Refuge Pointe - Difficulty: 0) CreateObject1 +(@OGUID+14, 180415, 0, 45, 320, '0', 0, 0, -1210.09033203125, -2524.54345703125, 27.41031265258789062, 3.019413232803344726, 0, 0, 0.998134613037109375, 0.061051756143569946, 120, 255, 1, 51886), -- CandleBlack01 (Area: Refuge Pointe - Difficulty: 0) CreateObject1 +(@OGUID+15, 180415, 0, 45, 320, '0', 0, 0, -1213.9114990234375, -2522.59716796875, 26.65444374084472656, 4.398232460021972656, 0, 0, -0.80901622772216796, 0.587786316871643066, 120, 255, 1, 51886), -- CandleBlack01 (Area: Refuge Pointe - Difficulty: 0) CreateObject1 +(@OGUID+16, 180415, 0, 45, 320, '0', 0, 0, -1216.734375, -2541.171875, 26.72795486450195312, 5.585053920745849609, 0, 0, -0.34202003479003906, 0.939692676067352294, 120, 255, 1, 51886), -- CandleBlack01 (Area: Refuge Pointe - Difficulty: 0) CreateObject1 +(@OGUID+17, 180415, 0, 45, 320, '0', 0, 0, -1229.09033203125, -2512.428955078125, 26.18088912963867187, 3.839725255966186523, 0, 0, -0.93969249725341796, 0.34202045202255249, 120, 255, 1, 51886), -- CandleBlack01 (Area: Refuge Pointe - Difficulty: 0) CreateObject1 +(@OGUID+18, 180415, 0, 45, 320, '0', 0, 0, -1206.5867919921875, -2526.220458984375, 28.53124427795410156, 2.234017848968505859, 0, 0, 0.898793220520019531, 0.438372820615768432, 120, 255, 1, 51886), -- CandleBlack01 (Area: Refuge Pointe - Difficulty: 0) CreateObject1 +(@OGUID+19, 180415, 0, 45, 320, '0', 0, 0, -1206.90625, -2526.060791015625, 28.61822891235351562, 5.323255538940429687, 0, 0, -0.46174812316894531, 0.887011110782623291, 120, 255, 1, 51886), -- CandleBlack01 (Area: Refuge Pointe - Difficulty: 0) CreateObject1 +(@OGUID+20, 180415, 0, 45, 320, '0', 0, 0, -1225.7916259765625, -2519.888916015625, 26.20345878601074218, 0.994837164878845214, 0, 0, 0.477158546447753906, 0.878817260265350341, 120, 255, 1, 51886), -- CandleBlack01 (Area: Refuge Pointe - Difficulty: 0) CreateObject1 +(@OGUID+21, 180415, 0, 45, 320, '0', 0, 0, -1206.7222900390625, -2537.920166015625, 27.86751747131347656, 6.230826377868652343, 0, 0, -0.02617645263671875, 0.999657332897186279, 120, 255, 1, 51886), -- CandleBlack01 (Area: Refuge Pointe - Difficulty: 0) CreateObject1 +(@OGUID+22, 180415, 0, 45, 320, '0', 0, 0, -1206.3367919921875, -2526.38720703125, 28.50689125061035156, 0.855210542678833007, 0, 0, 0.414692878723144531, 0.909961462020874023, 120, 255, 1, 51886), -- CandleBlack01 (Area: Refuge Pointe - Difficulty: 0) CreateObject1 +(@OGUID+23, 180415, 0, 45, 320, '0', 0, 0, -1284.0625, -2458.83154296875, 40.17864227294921875, 2.792518377304077148, 0, 0, 0.984807014465332031, 0.173652306199073791, 120, 255, 1, 51886), -- CandleBlack01 (Area: Refuge Pointe - Difficulty: 0) CreateObject1 +(@OGUID+24, 180415, 0, 45, 320, '0', 0, 0, -1247.6180419921875, -2498.132080078125, 32.76686859130859375, 6.230826377868652343, 0, 0, -0.02617645263671875, 0.999657332897186279, 120, 255, 1, 51886), -- CandleBlack01 (Area: Refuge Pointe - Difficulty: 0) CreateObject1 +(@OGUID+25, 180415, 0, 45, 320, '0', 0, 0, -1283.8472900390625, -2458.145751953125, 40.50384902954101562, 0.191985160112380981, 0, 0, 0.095845222473144531, 0.995396256446838378, 120, 255, 1, 51886), -- CandleBlack01 (Area: Refuge Pointe - Difficulty: 0) CreateObject1 +(@OGUID+26, 180415, 0, 45, 320, '0', 0, 0, -1284.7135009765625, -2457.920166015625, 40.28693008422851562, 4.817109584808349609, 0, 0, -0.66913032531738281, 0.74314504861831665, 120, 255, 1, 51886), -- CandleBlack01 (Area: Refuge Pointe - Difficulty: 0) CreateObject1 +(@OGUID+27, 180415, 0, 45, 320, '0', 0, 0, -1285.203125, -2457.404541015625, 40.16240310668945312, 6.161012649536132812, 0, 0, -0.06104850769042968, 0.998134791851043701, 120, 255, 1, 51886), -- CandleBlack01 (Area: Refuge Pointe - Difficulty: 0) CreateObject1 +(@OGUID+28, 180415, 0, 45, 320, '0', 0, 0, -1285.6822509765625, -2454.2275390625, 40.52077865600585937, 0.663223206996917724, 0, 0, 0.325567245483398437, 0.945518851280212402, 120, 255, 1, 51886), -- CandleBlack01 (Area: Refuge Pointe - Difficulty: 0) CreateObject1 +(@OGUID+29, 180415, 0, 45, 320, '0', 0, 0, -1286.2742919921875, -2453.97216796875, 40.38417434692382812, 5.916667938232421875, 0, 0, -0.18223476409912109, 0.98325502872467041, 120, 255, 1, 51886), -- CandleBlack01 (Area: Refuge Pointe - Difficulty: 0) CreateObject1 +(@OGUID+30, 180415, 0, 45, 320, '0', 0, 0, -1286.4566650390625, -2454.454833984375, 40.39487838745117187, 6.161012649536132812, 0, 0, -0.06104850769042968, 0.998134791851043701, 120, 255, 1, 51886), -- CandleBlack01 (Area: Refuge Pointe - Difficulty: 0) CreateObject1 +(@OGUID+31, 180425, 0, 45, 320, '0', 0, 0, -1214.79345703125, -2540.510498046875, 26.51779937744140625, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 120, 255, 1, 51886), -- SkullCandle01 (Area: Refuge Pointe - Difficulty: 0) CreateObject1 +(@OGUID+32, 180425, 0, 45, 320, '0', 0, 0, -1211.1180419921875, -2539.2275390625, 26.9380035400390625, 2.007128477096557617, 0, 0, 0.84339141845703125, 0.537299633026123046, 120, 255, 1, 51886), -- SkullCandle01 (Area: Refuge Pointe - Difficulty: 0) CreateObject1 +(@OGUID+33, 180425, 0, 45, 320, '0', 0, 0, -1211.94970703125, -2523.27783203125, 26.88775062561035156, 3.874631166458129882, 0, 0, -0.93358039855957031, 0.358368009328842163, 120, 255, 1, 51886), -- SkullCandle01 (Area: Refuge Pointe - Difficulty: 0) CreateObject1 +(@OGUID+34, 180425, 0, 45, 320, '0', 0, 0, -1207.6302490234375, -2525.833251953125, 28.69981193542480468, 4.398232460021972656, 0, 0, -0.80901622772216796, 0.587786316871643066, 120, 255, 1, 51886), -- SkullCandle01 (Area: Refuge Pointe - Difficulty: 0) CreateObject1 +(@OGUID+35, 180425, 0, 45, 320, '0', 0, 0, -1286.1492919921875, -2454.72216796875, 40.63446426391601562, 3.752462387084960937, 0, 0, -0.95371627807617187, 0.300707906484603881, 120, 255, 1, 51886), -- SkullCandle01 (Area: Refuge Pointe - Difficulty: 0) CreateObject1 +(@OGUID+36, 180426, 0, 45, 320, '0', 0, 0, -1233.3038330078125, -2555.579833984375, 39.84934234619140625, 1.204277276992797851, 0, 0, 0.56640625, 0.824126183986663818, 120, 255, 1, 51886), -- Bat01 (Area: Refuge Pointe - Difficulty: 0) CreateObject1 +(@OGUID+37, 180426, 0, 45, 320, '0', 0, 0, -1280.2864990234375, -2473.8369140625, 51.01105117797851562, 5.166176319122314453, 0, 0, -0.52991867065429687, 0.84804844856262207, 120, 255, 1, 51886), -- Bat01 (Area: Refuge Pointe - Difficulty: 0) CreateObject1 +(@OGUID+38, 180426, 0, 45, 320, '0', 0, 0, -1286.7916259765625, -2463.607666015625, 50.14577484130859375, 5.724681377410888671, 0, 0, -0.27563667297363281, 0.961261868476867675, 120, 255, 1, 51886), -- Bat01 (Area: Refuge Pointe - Difficulty: 0) CreateObject1 +(@OGUID+39, 180426, 0, 45, 320, '0', 0, 0, -1307.125, -2460.364501953125, 56.38277435302734375, 1.117009282112121582, 0, 0, 0.529918670654296875, 0.84804844856262207, 120, 255, 1, 51886), -- Bat01 (Area: Refuge Pointe - Difficulty: 0) CreateObject1 +(@OGUID+40, 180427, 0, 45, 320, '0', 0, 0, -1246.87158203125, -2533.697998046875, 30.78810310363769531, 2.862335443496704101, 0, 0, 0.990267753601074218, 0.139175355434417724, 120, 255, 1, 51886), -- Bat02 (Area: Refuge Pointe - Difficulty: 0) CreateObject1 +(@OGUID+41, 180427, 0, 45, 320, '0', 0, 0, -1246.37158203125, -2537.65283203125, 31.02953147888183593, 3.595378875732421875, 0, 0, -0.97437000274658203, 0.224951311945915222, 120, 255, 1, 51886), -- Bat02 (Area: Refuge Pointe - Difficulty: 0) CreateObject1 +(@OGUID+42, 180427, 0, 45, 320, '0', 0, 0, -1268.015625, -2501.638916015625, 35.14492034912109375, 1.291541695594787597, 0, 0, 0.60181427001953125, 0.798636078834533691, 120, 255, 1, 51886), -- Bat02 (Area: Refuge Pointe - Difficulty: 0) CreateObject1 +(@OGUID+43, 180427, 0, 45, 320, '0', 0, 0, -1253.951416015625, -2523.515625, 37.97158432006835937, 2.216565132141113281, 0, 0, 0.894933700561523437, 0.44619917869567871, 120, 255, 1, 51886), -- Bat02 (Area: Refuge Pointe - Difficulty: 0) CreateObject1 +(@OGUID+44, 180471, 0, 45, 320, '0', 0, 0, -1273.8038330078125, -2540.857666015625, 23.7688140869140625, 2.146752834320068359, 0, 0, 0.878816604614257812, 0.477159708738327026, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Refuge Pointe - Difficulty: 0) CreateObject1 +(@OGUID+45, 180472, 0, 45, 320, '0', 0, 0, -1273.3125, -2543.397705078125, 25.33276557922363281, 0.663223206996917724, 0, 0, 0.325567245483398437, 0.945518851280212402, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Refuge Pointe - Difficulty: 0) CreateObject1 +(@OGUID+46, 180523, 0, 45, 320, '0', 0, 0, -1278.6910400390625, -2534.142333984375, 21.75065422058105468, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 51886), -- Apple Bob (Area: Refuge Pointe - Difficulty: 0) CreateObject1 +(@OGUID+47, 185434, 0, 45, 320, '0', 0, 0, -1205.3697509765625, -2529.413330078125, 34.43618011474609375, 2.111847877502441406, 0, 0, 0.870355606079101562, 0.492423713207244873, 120, 255, 1, 51886), -- Sitting Skeleton 01 (Area: Refuge Pointe - Difficulty: 0) CreateObject1 +(@OGUID+48, 185437, 0, 45, 320, '0', 0, 0, -1283.013916015625, -2514.4619140625, 21.55517387390136718, 5.654868602752685546, 0, 0, -0.30901622772216796, 0.95105677843093872, 120, 255, 1, 51886), -- Laying Skeleton 01 (Area: Refuge Pointe - Difficulty: 0) CreateObject1 +(@OGUID+49, 185438, 0, 45, 320, '0', 0, 0, -1279.814208984375, -2526.182373046875, 22.08664703369140625, 0.27925160527229309, 0, 0, 0.139172554016113281, 0.990268170833587646, 120, 255, 1, 51886), -- Sitting Skeleton 04 (Area: Refuge Pointe - Difficulty: 0) CreateObject1 +(@OGUID+50, 185454, 0, 45, 320, '0', 0, 0, -1283.0069580078125, -2511.967041015625, 21.56075668334960937, 0.191985160112380981, 0, 0, 0.095845222473144531, 0.995396256446838378, 120, 255, 1, 51886), -- Laying Skeleton 02 (Area: Refuge Pointe - Difficulty: 0) CreateObject1 +(@OGUID+51, 208058, 0, 45, 320, '0', 0, 0, -1204.5694580078125, -2531.791748046875, 34.58538055419921875, 5.061456203460693359, 0, 0, -0.57357597351074218, 0.819152355194091796, 120, 255, 1, 51886), -- G_Pumpkin_01 Scale 3.0 (Area: Refuge Pointe - Difficulty: 0) CreateObject1 +(@OGUID+52, 208060, 0, 45, 320, '0', 0, 0, -1282.435791015625, -2454.671875, 40.700958251953125, 5.602506637573242187, 0, 0, -0.33380699157714843, 0.942641437053680419, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 3.0 (Area: Refuge Pointe - Difficulty: 0) CreateObject1 +(@OGUID+53, 208120, 0, 45, 320, '0', 0, 0, -1280.0399169921875, -2520.11279296875, 21.40694046020507812, 2.007128477096557617, 0, 0, 0.84339141845703125, 0.537299633026123046, 120, 255, 1, 51886); -- Candy Bucket (Area: Refuge Pointe - Difficulty: 0) CreateObject1 + +-- Event spawns +DELETE FROM `game_event_creature` WHERE `eventEntry`=12 AND `guid`=@CGUID+0; +INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES +(12, @CGUID+0); + +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+53; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48), +(12, @OGUID+49), +(12, @OGUID+50), +(12, @OGUID+51), +(12, @OGUID+52), +(12, @OGUID+53); diff --git a/sql/updates/world/master/2024_03_18_16_world_hallows_end_wetlands.sql b/sql/updates/world/master/2024_03_18_16_world_hallows_end_wetlands.sql new file mode 100644 index 0000000000000..cfdd6578255be --- /dev/null +++ b/sql/updates/world/master/2024_03_18_16_world_hallows_end_wetlands.sql @@ -0,0 +1,380 @@ +-- +SET @CGUID := 3800174; +SET @OGUID := 3802401; + +-- Old creature spawns +DELETE FROM `creature` WHERE `guid` BETWEEN 3000246 AND 3000246; +DELETE FROM `creature_addon` WHERE `guid` BETWEEN 3000246 AND 3000246; +DELETE FROM `game_event_creature` WHERE `guid` BETWEEN 3000246 AND 3000246; + +-- Creature spawns +DELETE FROM `creature` WHERE `guid`=@CGUID+0; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES +(@CGUID+0, 22816, 0, 11, 5304, '0', 0, 0, 0, 0, -2870.8140625, -1486.9669189453125, 9.818784332275390625, 4.822881221771240234, 120, 10, 0, 1129, 0, 1, NULL, NULL, NULL, NULL, 51886); -- Black Cat (Area: Swiftgear Station - Difficulty: 0) CreateObject1 + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3004024 AND 3004070; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3004024 AND 3004070; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3004024 AND 3004070; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+46; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 0, 11, 5304, '0', 0, 0, -2871.520751953125, -1475.826416015625, 10.35446643829345703, 1.221729278564453125, 0, 0, 0.573575973510742187, 0.819152355194091796, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Swiftgear Station - Difficulty: 0) CreateObject1 +(@OGUID+1, 180406, 0, 11, 5304, '0', 0, 0, -2863.147705078125, -1489.1754150390625, 10.36012172698974609, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Swiftgear Station - Difficulty: 0) CreateObject1 +(@OGUID+2, 180407, 0, 11, 5304, '0', 0, 0, -2887.572998046875, -1500.888916015625, 10.53237438201904296, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Swiftgear Station - Difficulty: 0) CreateObject1 +(@OGUID+3, 180408, 0, 11, 5304, '0', 0, 0, -2871.435791015625, -1475.80908203125, 11.98334980010986328, 0.453785061836242675, 0, 0, 0.224950790405273437, 0.974370121955871582, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Swiftgear Station - Difficulty: 0) CreateObject1 +(@OGUID+4, 180415, 0, 11, 5304, '0', 0, 0, -2868.685791015625, -1509.7760009765625, 14.44237422943115234, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Swiftgear Station - Difficulty: 0) CreateObject1 +(@OGUID+5, 180415, 0, 11, 5304, '0', 0, 0, -2862.513916015625, -1518.3472900390625, 14.45221614837646484, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Swiftgear Station - Difficulty: 0) CreateObject1 +(@OGUID+6, 180415, 0, 11, 5304, '0', 0, 0, -2880.203125, -1491.095458984375, 11.87953567504882812, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Swiftgear Station - Difficulty: 0) CreateObject1 +(@OGUID+7, 180415, 0, 11, 5304, '0', 0, 0, -2867.8525390625, -1522.3489990234375, 14.44019603729248046, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Swiftgear Station - Difficulty: 0) CreateObject1 +(@OGUID+8, 180415, 0, 11, 5304, '0', 0, 0, -2880.5869140625, -1479.3125, 12.23726844787597656, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Swiftgear Station - Difficulty: 0) CreateObject1 +(@OGUID+9, 180415, 0, 11, 5304, '0', 0, 0, -2863.272705078125, -1512.657958984375, 14.44959831237792968, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Swiftgear Station - Difficulty: 0) CreateObject1 +(@OGUID+10, 180415, 0, 11, 5304, '0', 0, 0, -2877.557373046875, -1480, 11.96598625183105468, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Swiftgear Station - Difficulty: 0) CreateObject1 +(@OGUID+11, 180415, 0, 11, 5304, '0', 0, 0, -2874.010498046875, -1513.439208984375, 14.44103813171386718, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Swiftgear Station - Difficulty: 0) CreateObject1 +(@OGUID+12, 180415, 0, 11, 5304, '0', 0, 0, -2881.38720703125, -1486.109375, 11.737091064453125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Swiftgear Station - Difficulty: 0) CreateObject1 +(@OGUID+13, 180415, 0, 11, 5304, '0', 0, 0, -2879.092041015625, -1488.2379150390625, 11.72139739990234375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Swiftgear Station - Difficulty: 0) CreateObject1 +(@OGUID+14, 180415, 0, 11, 5304, '0', 0, 0, -2873.380126953125, -1519.34375, 14.45655536651611328, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Swiftgear Station - Difficulty: 0) CreateObject1 +(@OGUID+15, 180415, 0, 11, 5304, '0', 0, 0, -2851.666748046875, -1484.0711669921875, 11.46669292449951171, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Swiftgear Station - Difficulty: 0) CreateObject1 +(@OGUID+16, 180415, 0, 11, 5304, '0', 0, 0, -2874.710205078125, -1480.578125, 11.8100128173828125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Swiftgear Station - Difficulty: 0) CreateObject1 +(@OGUID+17, 180415, 0, 11, 5304, '0', 0, 0, -2860.548583984375, -1473.857666015625, 12.30389690399169921, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Swiftgear Station - Difficulty: 0) CreateObject1 +(@OGUID+18, 180415, 0, 11, 5304, '0', 0, 0, -2854.517333984375, -1486.359375, 11.2798776626586914, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Swiftgear Station - Difficulty: 0) CreateObject1 +(@OGUID+19, 180415, 0, 11, 5304, '0', 0, 0, -2864.932373046875, -1473.5208740234375, 12.31827831268310546, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Swiftgear Station - Difficulty: 0) CreateObject1 +(@OGUID+20, 180415, 0, 11, 5304, '0', 0, 0, -2860.64404296875, -1475.09375, 11.71836280822753906, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Swiftgear Station - Difficulty: 0) CreateObject1 +(@OGUID+21, 180415, 0, 11, 5304, '0', 0, 0, -2872.654541015625, -1478.0677490234375, 11.818939208984375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Swiftgear Station - Difficulty: 0) CreateObject1 +(@OGUID+22, 180415, 0, 11, 5304, '0', 0, 0, -2862.380126953125, -1487.28125, 11.5845956802368164, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Swiftgear Station - Difficulty: 0) CreateObject1 +(@OGUID+23, 180415, 0, 11, 5304, '0', 0, 0, -2865, -1474.7379150390625, 11.74198341369628906, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Swiftgear Station - Difficulty: 0) CreateObject1 +(@OGUID+24, 180415, 0, 11, 5304, '0', 0, 0, -2859.223876953125, -1486.8802490234375, 11.61402606964111328, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Swiftgear Station - Difficulty: 0) CreateObject1 +(@OGUID+25, 180426, 0, 11, 5304, '0', 0, 0, -2892.838623046875, -1496.1822509765625, 12.88392925262451171, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Swiftgear Station - Difficulty: 0) CreateObject1 +(@OGUID+26, 180426, 0, 11, 5304, '0', 0, 0, -2879.94091796875, -1492.217041015625, 10.54752254486083984, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Swiftgear Station - Difficulty: 0) CreateObject1 +(@OGUID+27, 180426, 0, 11, 5304, '0', 0, 0, -2844.62158203125, -1494.5242919921875, 10.80093860626220703, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Swiftgear Station - Difficulty: 0) CreateObject1 +(@OGUID+28, 180427, 0, 11, 5304, '0', 0, 0, -2886.838623046875, -1496.5694580078125, 10.93411159515380859, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat02 (Area: Swiftgear Station - Difficulty: 0) CreateObject1 +(@OGUID+29, 180427, 0, 11, 5304, '0', 0, 0, -2892.541748046875, -1499.8836669921875, 10.63610267639160156, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat02 (Area: Swiftgear Station - Difficulty: 0) CreateObject1 +(@OGUID+30, 180427, 0, 11, 5304, '0', 0, 0, -2841.208251953125, -1500.107666015625, 9.833813667297363281, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat02 (Area: Swiftgear Station - Difficulty: 0) CreateObject1 +(@OGUID+31, 180471, 0, 11, 5304, '0', 0, 0, -2862.939208984375, -1502.0504150390625, 13.86891746520996093, 5.323255538940429687, 0, 0, -0.46174812316894531, 0.887011110782623291, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Swiftgear Station - Difficulty: 0) CreateObject1 +(@OGUID+32, 180471, 0, 11, 5304, '0', 0, 0, -2862.94970703125, -1501.3350830078125, 13.84463977813720703, 4.188792228698730468, 0, 0, -0.86602497100830078, 0.50000077486038208, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Swiftgear Station - Difficulty: 0) CreateObject1 +(@OGUID+33, 180471, 0, 11, 5304, '0', 0, 0, -2857.947998046875, -1496.0208740234375, 13.79524612426757812, 2.67034769058227539, 0, 0, 0.972369194030761718, 0.233448356389999389, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Swiftgear Station - Difficulty: 0) CreateObject1 +(@OGUID+34, 180471, 0, 11, 5304, '0', 0, 0, -2858.76904296875, -1473.578125, 16.10841751098632812, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Swiftgear Station - Difficulty: 0) CreateObject1 +(@OGUID+35, 180471, 0, 11, 5304, '0', 0, 0, -2861.322998046875, -1473.375, 16.10841751098632812, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Swiftgear Station - Difficulty: 0) CreateObject1 +(@OGUID+36, 180471, 0, 11, 5304, '0', 0, 0, -2866.859375, -1472.98095703125, 16.10841751098632812, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Swiftgear Station - Difficulty: 0) CreateObject1 +(@OGUID+37, 180471, 0, 11, 5304, '0', 0, 0, -2858.541748046875, -1496.032958984375, 13.80309104919433593, 3.874631166458129882, 0, 0, -0.93358039855957031, 0.358368009328842163, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Swiftgear Station - Difficulty: 0) CreateObject1 +(@OGUID+38, 180471, 0, 11, 5304, '0', 0, 0, -2865.7587890625, -1473.045166015625, 16.10841751098632812, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Swiftgear Station - Difficulty: 0) CreateObject1 +(@OGUID+39, 180471, 0, 11, 5304, '0', 0, 0, -2864.49658203125, -1473.0555419921875, 16.10841751098632812, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Swiftgear Station - Difficulty: 0) CreateObject1 +(@OGUID+40, 180471, 0, 11, 5304, '0', 0, 0, -2860.010498046875, -1473.4444580078125, 16.10841751098632812, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Swiftgear Station - Difficulty: 0) CreateObject1 +(@OGUID+41, 180472, 0, 11, 5304, '0', 0, 0, -2862.8369140625, -1473.1910400390625, 16.86874008178710937, 4.642575740814208984, 0, 0, -0.731353759765625, 0.681998312473297119, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Swiftgear Station - Difficulty: 0) CreateObject1 +(@OGUID+42, 180523, 0, 11, 5304, '0', 0, 0, -2859.296875, -1470.263916015625, 12.07879161834716796, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: Swiftgear Station - Difficulty: 0) CreateObject1 +(@OGUID+43, 185434, 0, 11, 5304, '0', 0, 0, -2865.798583984375, -1474.7899169921875, 10.15371227264404296, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 51886), -- Sitting Skeleton 01 (Area: Swiftgear Station - Difficulty: 0) CreateObject1 +(@OGUID+44, 185436, 0, 11, 5304, '0', 0, 0, -2868.145751953125, -1474.3629150390625, 10.193450927734375, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 51886), -- Sitting Skeleton 03 (Area: Swiftgear Station - Difficulty: 0) CreateObject1 +(@OGUID+45, 208088, 0, 11, 5304, '0', 0, 0, -2867.85595703125, -1474.970458984375, 10.71336174011230468, 1.117009282112121582, 0, 0, 0.529918670654296875, 0.84804844856262207, 120, 255, 1, 51886), -- Web Wide (Scale 0.5) (Area: Swiftgear Station - Difficulty: 0) CreateObject1 +(@OGUID+46, 208136, 0, 11, 5304, '0', 0, 0, -2864.1494140625, -1467.638916015625, 11.66132831573486328, 0.24434557557106018, 0, 0, 0.121869087219238281, 0.9925462007522583, 120, 255, 1, 51886); -- Candy Bucket (Area: Swiftgear Station - Difficulty: 0) CreateObject1 + +-- Event spawns +DELETE FROM `game_event_creature` WHERE `eventEntry`=12 AND `guid`=@CGUID+0; +INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES +(12, @CGUID+0); + +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+46; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46); + +-- +SET @OGUID := 3802448; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3004071 AND 3004120; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3004071 AND 3004120; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3004071 AND 3004120; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+49; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 0, 11, 5305, '0', 0, 0, -3213.479248046875, -2662.052001953125, 9.070924758911132812, 4.031712055206298828, 0, 0, -0.90258502960205078, 0.430511653423309326, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Greenwarden's Grove - Difficulty: 0) CreateObject1 +(@OGUID+1, 180405, 0, 11, 5305, '0', 0, 0, -3232.411376953125, -2775.147705078125, 21.12751579284667968, 4.1538848876953125, 0, 0, -0.8746194839477539, 0.484810054302215576, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Greenwarden's Grove - Difficulty: 0) CreateObject1 +(@OGUID+2, 180405, 0, 11, 5305, '0', 0, 0, -3332.526123046875, -2769.291748046875, 50.91151809692382812, 0.820303261280059814, 0, 0, 0.398748397827148437, 0.917060375213623046, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Greenwarden's Grove - Difficulty: 0) CreateObject1 +(@OGUID+3, 180405, 0, 11, 5305, '0', 0, 0, -3362.173583984375, -2760.395751953125, 50.91151046752929687, 5.462882041931152343, 0, 0, -0.39874839782714843, 0.917060375213623046, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Greenwarden's Grove - Difficulty: 0) CreateObject1 +(@OGUID+4, 180406, 0, 11, 5305, '0', 0, 0, -3221.060791015625, -2663.572998046875, 9.146597862243652343, 3.560472726821899414, 0, 0, -0.97814750671386718, 0.207912087440490722, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Greenwarden's Grove - Difficulty: 0) CreateObject1 +(@OGUID+5, 180406, 0, 11, 5305, '0', 0, 0, -3243.9306640625, -2783.625, 21.1275177001953125, 4.188792228698730468, 0, 0, -0.86602497100830078, 0.50000077486038208, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Greenwarden's Grove - Difficulty: 0) CreateObject1 +(@OGUID+6, 180406, 0, 11, 5305, '0', 0, 0, -3310.814208984375, -2724.295166015625, 20.48355865478515625, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Greenwarden's Grove - Difficulty: 0) CreateObject1 +(@OGUID+7, 180406, 0, 11, 5305, '0', 0, 0, -3323.234375, -2738.791748046875, 50.91151809692382812, 2.565631866455078125, 0, 0, 0.958819389343261718, 0.284016460180282592, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Greenwarden's Grove - Difficulty: 0) CreateObject1 +(@OGUID+8, 180407, 0, 11, 5305, '0', 0, 0, -3252.1025390625, -2775.182373046875, 13.22046947479248046, 4.502951622009277343, 0, 0, -0.7771453857421875, 0.629321098327636718, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Greenwarden's Grove - Difficulty: 0) CreateObject1 +(@OGUID+9, 180407, 0, 11, 5305, '0', 0, 0, -3352.677001953125, -2729.61279296875, 50.91151046752929687, 4.206246376037597656, 0, 0, -0.86162853240966796, 0.50753939151763916, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Greenwarden's Grove - Difficulty: 0) CreateObject1 +(@OGUID+10, 180411, 0, 11, 5305, '0', 0, 0, -3324.592041015625, -2747.569580078125, 33.90011215209960937, 1.832594871520996093, 0, 0, 0.793353080749511718, 0.608761727809906005, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Greenwarden's Grove - Difficulty: 0) CreateObject1 +(@OGUID+11, 180415, 0, 11, 5305, '0', 0, 0, -3248.569580078125, -2773.553955078125, 15.58920764923095703, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Greenwarden's Grove - Difficulty: 0) CreateObject1 +(@OGUID+12, 180415, 0, 11, 5305, '0', 0, 0, -3242.14404296875, -2765.060791015625, 13.6106119155883789, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Greenwarden's Grove - Difficulty: 0) CreateObject1 +(@OGUID+13, 180415, 0, 11, 5305, '0', 0, 0, -3240.859375, -2767.861083984375, 15.55647945404052734, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Greenwarden's Grove - Difficulty: 0) CreateObject1 +(@OGUID+14, 180415, 0, 11, 5305, '0', 0, 0, -3245.92529296875, -2776.13720703125, 17.70518302917480468, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Greenwarden's Grove - Difficulty: 0) CreateObject1 +(@OGUID+15, 180415, 0, 11, 5305, '0', 0, 0, -3250.772705078125, -2771.37158203125, 13.6251382827758789, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Greenwarden's Grove - Difficulty: 0) CreateObject1 +(@OGUID+16, 180415, 0, 11, 5305, '0', 0, 0, -3239.119873046875, -2771.40283203125, 17.81036567687988281, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Greenwarden's Grove - Difficulty: 0) CreateObject1 +(@OGUID+17, 180415, 0, 11, 5305, '0', 0, 0, -3237.520751953125, -2774.34375, 19.56087684631347656, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Greenwarden's Grove - Difficulty: 0) CreateObject1 +(@OGUID+18, 180415, 0, 11, 5305, '0', 0, 0, -3236.475830078125, -2776.578125, 20.82664299011230468, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Greenwarden's Grove - Difficulty: 0) CreateObject1 +(@OGUID+19, 180415, 0, 11, 5305, '0', 0, 0, -3241.513916015625, -2780.322998046875, 20.86226844787597656, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Greenwarden's Grove - Difficulty: 0) CreateObject1 +(@OGUID+20, 180415, 0, 11, 5305, '0', 0, 0, -3243.53466796875, -2778.623291015625, 19.52212715148925781, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Greenwarden's Grove - Difficulty: 0) CreateObject1 +(@OGUID+21, 180415, 0, 11, 5305, '0', 0, 0, -3326.447998046875, -2747.973876953125, 29.86408805847167968, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Greenwarden's Grove - Difficulty: 0) CreateObject1 +(@OGUID+22, 180415, 0, 11, 5305, '0', 0, 0, -3330.06591796875, -2759.635498046875, 29.86320686340332031, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Greenwarden's Grove - Difficulty: 0) CreateObject1 +(@OGUID+23, 180415, 0, 11, 5305, '0', 0, 0, -3324.5, -2762.130126953125, 27.62269020080566406, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Greenwarden's Grove - Difficulty: 0) CreateObject1 +(@OGUID+24, 180415, 0, 11, 5305, '0', 0, 0, -3327.538330078125, -2760.998291015625, 28.98279190063476562, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Greenwarden's Grove - Difficulty: 0) CreateObject1 +(@OGUID+25, 180415, 0, 11, 5305, '0', 0, 0, -3323.604248046875, -2748.55908203125, 28.94002342224121093, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Greenwarden's Grove - Difficulty: 0) CreateObject1 +(@OGUID+26, 180415, 0, 11, 5305, '0', 0, 0, -3320.611083984375, -2749.00341796875, 27.67959213256835937, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Greenwarden's Grove - Difficulty: 0) CreateObject1 +(@OGUID+27, 180425, 0, 11, 5305, '0', 0, 0, -3252.194580078125, -2772.4150390625, 15.58044147491455078, 2.234017848968505859, 0, 0, 0.898793220520019531, 0.438372820615768432, 120, 255, 1, 51886), -- SkullCandle01 (Area: Greenwarden's Grove - Difficulty: 0) CreateObject1 +(@OGUID+28, 180425, 0, 11, 5305, '0', 0, 0, -3223.494873046875, -2786.505126953125, 22.92118453979492187, 3.857182979583740234, 0, 0, -0.93667125701904296, 0.350209832191467285, 120, 255, 1, 51886), -- SkullCandle01 (Area: Greenwarden's Grove - Difficulty: 0) CreateObject1 +(@OGUID+29, 180426, 0, 11, 5305, '0', 0, 0, -3249.546875, -2744.600830078125, 22.19921302795410156, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Greenwarden's Grove - Difficulty: 0) CreateObject1 +(@OGUID+30, 180426, 0, 11, 5305, '0', 0, 0, -3286.579833984375, -2725.953125, 23.09676551818847656, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Greenwarden's Grove - Difficulty: 0) CreateObject1 +(@OGUID+31, 180426, 0, 11, 5305, '0', 0, 0, -3259.5556640625, -2748.614501953125, 22.60544776916503906, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Greenwarden's Grove - Difficulty: 0) CreateObject1 +(@OGUID+32, 180426, 0, 11, 5305, '0', 0, 0, -3217.671875, -2735.954833984375, 24.28947639465332031, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Greenwarden's Grove - Difficulty: 0) CreateObject1 +(@OGUID+33, 180426, 0, 11, 5305, '0', 0, 0, -3275.15283203125, -2757.25, 22.51864051818847656, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Greenwarden's Grove - Difficulty: 0) CreateObject1 +(@OGUID+34, 180426, 0, 11, 5305, '0', 0, 0, -3287.61279296875, -2752.53466796875, 23.10024452209472656, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Greenwarden's Grove - Difficulty: 0) CreateObject1 +(@OGUID+35, 180426, 0, 11, 5305, '0', 0, 0, -3286.763916015625, -2772.708251953125, 22.26169776916503906, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Greenwarden's Grove - Difficulty: 0) CreateObject1 +(@OGUID+36, 180427, 0, 11, 5305, '0', 0, 0, -3228.92529296875, -2715.498291015625, 21.38068389892578125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat02 (Area: Greenwarden's Grove - Difficulty: 0) CreateObject1 +(@OGUID+37, 180427, 0, 11, 5305, '0', 0, 0, -3283.015625, -2711.333251953125, 22.24781227111816406, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat02 (Area: Greenwarden's Grove - Difficulty: 0) CreateObject1 +(@OGUID+38, 180427, 0, 11, 5305, '0', 0, 0, -3239.19970703125, -2735.666748046875, 21.06899452209472656, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat02 (Area: Greenwarden's Grove - Difficulty: 0) CreateObject1 +(@OGUID+39, 180427, 0, 11, 5305, '0', 0, 0, -3278.0869140625, -2729.6494140625, 20.86760139465332031, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat02 (Area: Greenwarden's Grove - Difficulty: 0) CreateObject1 +(@OGUID+40, 180427, 0, 11, 5305, '0', 0, 0, -3271.005126953125, -2746.65283203125, 22.30317878723144531, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat02 (Area: Greenwarden's Grove - Difficulty: 0) CreateObject1 +(@OGUID+41, 180427, 0, 11, 5305, '0', 0, 0, -3280.579833984375, -2762.423583984375, 22.71308326721191406, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat02 (Area: Greenwarden's Grove - Difficulty: 0) CreateObject1 +(@OGUID+42, 180471, 0, 11, 5305, '0', 0, 0, -3234.76904296875, -2779.614501953125, 24.5140533447265625, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Greenwarden's Grove - Difficulty: 0) CreateObject1 +(@OGUID+43, 180471, 0, 11, 5305, '0', 0, 0, -3238.991455078125, -2782.720458984375, 24.60868072509765625, 3.961898565292358398, 0, 0, -0.91705989837646484, 0.398749500513076782, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Greenwarden's Grove - Difficulty: 0) CreateObject1 +(@OGUID+44, 180471, 0, 11, 5305, '0', 0, 0, -3238.005126953125, -2782.140625, 25.26064491271972656, 3.769911527633666992, 0, 0, -0.95105648040771484, 0.309017121791839599, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Greenwarden's Grove - Difficulty: 0) CreateObject1 +(@OGUID+45, 180471, 0, 11, 5305, '0', 0, 0, -3235.651123046875, -2780.366455078125, 25.1731414794921875, 4.031712055206298828, 0, 0, -0.90258502960205078, 0.430511653423309326, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Greenwarden's Grove - Difficulty: 0) CreateObject1 +(@OGUID+46, 180472, 0, 11, 5305, '0', 0, 0, -3236.607666015625, -2781.638916015625, 26.77636146545410156, 2.216565132141113281, 0, 0, 0.894933700561523437, 0.44619917869567871, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Greenwarden's Grove - Difficulty: 0) CreateObject1 +(@OGUID+47, 180472, 0, 11, 5305, '0', 0, 0, -3333.541748046875, -2752.298583984375, 35.06074905395507812, 5.969027042388916015, 0, 0, -0.1564340591430664, 0.987688362598419189, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Greenwarden's Grove - Difficulty: 0) CreateObject1 +(@OGUID+48, 180523, 0, 11, 5305, '0', 0, 0, -3235.24658203125, -2793.890625, 21.56790351867675781, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: Greenwarden's Grove - Difficulty: 0) CreateObject1 +(@OGUID+49, 208135, 0, 11, 5305, '0', 0, 0, -3228.350830078125, -2796.87841796875, 21.12751388549804687, 3.630291461944580078, 0, 0, -0.97029495239257812, 0.241925001144409179, 120, 255, 1, 51886); -- Candy Bucket (Area: Greenwarden's Grove - Difficulty: 0) CreateObject1 + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+49; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48), +(12, @OGUID+49); + +-- +SET @OGUID := 3802498; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3004121 AND 3004182; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3004121 AND 3004182; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3004121 AND 3004182; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+61; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 0, 11, 150, '0', 0, 0, -3655.95654296875, -840.0711669921875, 27.72624397277832031, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Menethil Harbor - Difficulty: 0) CreateObject1 +(@OGUID+1, 180405, 0, 11, 150, '0', 0, 0, -3795.458251953125, -835.826416015625, 7.968945980072021484, 1.867502212524414062, 0, 0, 0.803856849670410156, 0.594822824001312255, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Menethil Harbor - Difficulty: 0) CreateObject1 +(@OGUID+2, 180405, 0, 11, 150, '0', 0, 0, -3824.989990234375, -843.39599609375, 1.734210014343261718, 0.366517573595046997, 0, 0, 0.182234764099121093, 0.98325502872467041, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Menethil Harbor - Difficulty: 0) CreateObject1 +(@OGUID+3, 180405, 0, 11, 150, '0', 0, 0, -3828.780029296875, -826.364990234375, 3.874840021133422851, 2.72271275520324707, 0, 0, 0.978147506713867187, 0.207912087440490722, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Menethil Harbor - Difficulty: 0) CreateObject1 +(@OGUID+4, 180406, 0, 11, 150, '0', 0, 0, -3647.244873046875, -836.54339599609375, -0.33513733744621276, 1.448621988296508789, 0, 0, 0.662619590759277343, 0.748956084251403808, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Menethil Harbor - Difficulty: 0) CreateObject1 +(@OGUID+5, 180406, 0, 11, 150, '0', 0, 0, -3802.330078125, -822.9739990234375, 7.506130218505859375, 5.026549339294433593, 0, 0, -0.5877847671508789, 0.809017360210418701, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Menethil Harbor - Difficulty: 0) CreateObject1 +(@OGUID+6, 180406, 0, 11, 150, '0', 0, 0, -3800.090087890625, -824.10797119140625, 1.734210014343261718, 1.989672422409057617, 0, 0, 0.838669776916503906, 0.544640243053436279, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Menethil Harbor - Difficulty: 0) CreateObject1 +(@OGUID+7, 180406, 0, 11, 150, '0', 0, 0, -3828.570068359375, -819.24700927734375, 3.868160009384155273, 1.239183306694030761, 0, 0, 0.580702781677246093, 0.814115643501281738, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Menethil Harbor - Difficulty: 0) CreateObject1 +(@OGUID+8, 180407, 0, 11, 150, '0', 0, 0, -3655.282958984375, -850.296875, -0.4669334590435028, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Menethil Harbor - Difficulty: 0) CreateObject1 +(@OGUID+9, 180407, 0, 11, 150, '0', 0, 0, -3807.85009765625, -843.60198974609375, 1.734210014343261718, 0.366517573595046997, 0, 0, 0.182234764099121093, 0.98325502872467041, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Menethil Harbor - Difficulty: 0) CreateObject1 +(@OGUID+10, 180407, 0, 11, 150, '0', 0, 0, -3839.39990234375, -840.97900390625, 7.506130218505859375, 3.630291461944580078, 0, 0, -0.97029495239257812, 0.241925001144409179, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Menethil Harbor - Difficulty: 0) CreateObject1 +(@OGUID+11, 180407, 0, 11, 150, '0', 0, 0, -3798.0869140625, -787.498291015625, 6.00261545181274414, 2.530723094940185546, 0, 0, 0.953716278076171875, 0.300707906484603881, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Menethil Harbor - Difficulty: 0) CreateObject1 +(@OGUID+12, 180410, 0, 11, 150, '0', 0, 0, -3804.469970703125, -841.08001708984375, 8.381130218505859375, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Menethil Harbor - Difficulty: 0) CreateObject1 +(@OGUID+13, 180411, 0, 11, 150, '0', 0, 0, -3797.550048828125, -823.8800048828125, 9.14875030517578125, 2.652894020080566406, 0, 0, 0.970294952392578125, 0.241925001144409179, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Menethil Harbor - Difficulty: 0) CreateObject1 +(@OGUID+14, 180411, 0, 11, 150, '0', 0, 0, -3828.39990234375, -822.9439697265625, 8.559020042419433593, 2.617989301681518554, 0, 0, 0.965925216674804687, 0.258821308612823486, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Menethil Harbor - Difficulty: 0) CreateObject1 +(@OGUID+15, 180415, 0, 11, 150, '0', 0, 0, -3812.199951171875, -831.093994140625, 1.42697000503540039, 0.226892471313476562, 0, 0, 0.113203048706054687, 0.993571877479553222, 120, 255, 1, 51886), -- CandleBlack01 (Area: Menethil Harbor - Difficulty: 0) CreateObject1 +(@OGUID+16, 180415, 0, 11, 150, '0', 0, 0, -3812.280029296875, -827.37200927734375, 1.403079986572265625, 0.890116631984710693, 0, 0, 0.430510520935058593, 0.902585566043853759, 120, 255, 1, 51886), -- CandleBlack01 (Area: Menethil Harbor - Difficulty: 0) CreateObject1 +(@OGUID+17, 180415, 0, 11, 150, '0', 0, 0, -3820.1201171875, -823.343994140625, 8.7096099853515625, 0.418878614902496337, 0, 0, 0.207911491394042968, 0.978147625923156738, 120, 255, 1, 51886), -- CandleBlack01 (Area: Menethil Harbor - Difficulty: 0) CreateObject1 +(@OGUID+18, 180415, 0, 11, 150, '0', 0, 0, -3820.030029296875, -830.96002197265625, 1.428159952163696289, 2.268925428390502929, 0, 0, 0.906307220458984375, 0.422619491815567016, 120, 255, 1, 51886), -- CandleBlack01 (Area: Menethil Harbor - Difficulty: 0) CreateObject1 +(@OGUID+19, 180415, 0, 11, 150, '0', 0, 0, -3819.929931640625, -827.25, 1.393519997596740722, 5.89921426773071289, 0, 0, -0.19080829620361328, 0.981627285480499267, 120, 255, 1, 51886), -- CandleBlack01 (Area: Menethil Harbor - Difficulty: 0) CreateObject1 +(@OGUID+20, 180415, 0, 11, 150, '0', 0, 0, -3826.625, -822.4617919921875, 4.433471202850341796, 4.747295856475830078, 0, 0, -0.69465827941894531, 0.719339847564697265, 120, 255, 1, 51886), -- CandleBlack01 (Area: Menethil Harbor - Difficulty: 0) CreateObject1 +(@OGUID+21, 180425, 0, 11, 150, '0', 0, 0, -3803.050048828125, -831.8280029296875, 8.450570106506347656, 3.647741317749023437, 0, 0, -0.96814727783203125, 0.250381410121917724, 120, 255, 1, 51886), -- SkullCandle01 (Area: Menethil Harbor - Difficulty: 0) CreateObject1 +(@OGUID+22, 180425, 0, 11, 150, '0', 0, 0, -3810.550048828125, -831.11297607421875, 1.863680005073547363, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- SkullCandle01 (Area: Menethil Harbor - Difficulty: 0) CreateObject1 +(@OGUID+23, 180425, 0, 11, 150, '0', 0, 0, -3810.409912109375, -827.4639892578125, 1.8694000244140625, 0.017452461645007133, 0, 0, 0.008726119995117187, 0.999961912631988525, 120, 255, 1, 51886), -- SkullCandle01 (Area: Menethil Harbor - Difficulty: 0) CreateObject1 +(@OGUID+24, 180425, 0, 11, 150, '0', 0, 0, -3813.68994140625, -838.41998291015625, 1.206840038299560546, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 51886), -- SkullCandle01 (Area: Menethil Harbor - Difficulty: 0) CreateObject1 +(@OGUID+25, 180425, 0, 11, 150, '0', 0, 0, -3819.219970703125, -838.343994140625, 1.207119941711425781, 1.500982880592346191, 0, 0, 0.681998252868652343, 0.731353819370269775, 120, 255, 1, 51886), -- SkullCandle01 (Area: Menethil Harbor - Difficulty: 0) CreateObject1 +(@OGUID+26, 180425, 0, 11, 150, '0', 0, 0, -3821.89990234375, -830.91998291015625, 1.887799978256225585, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- SkullCandle01 (Area: Menethil Harbor - Difficulty: 0) CreateObject1 +(@OGUID+27, 180425, 0, 11, 150, '0', 0, 0, -3820.47998046875, -822.6810302734375, 2.249219894409179687, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 120, 255, 1, 51886), -- SkullCandle01 (Area: Menethil Harbor - Difficulty: 0) CreateObject1 +(@OGUID+28, 180425, 0, 11, 150, '0', 0, 0, -3821.820068359375, -827.2550048828125, 1.872979998588562011, 0.034906249493360519, 0, 0, 0.017452239990234375, 0.999847710132598876, 120, 255, 1, 51886), -- SkullCandle01 (Area: Menethil Harbor - Difficulty: 0) CreateObject1 +(@OGUID+29, 180425, 0, 11, 150, '0', 0, 0, -3836.510009765625, -837.85101318359375, 2.040560007095336914, 6.248279094696044921, 0, 0, -0.01745223999023437, 0.999847710132598876, 120, 255, 1, 51886), -- SkullCandle01 (Area: Menethil Harbor - Difficulty: 0) CreateObject1 +(@OGUID+30, 180425, 0, 11, 150, '0', 0, 0, -3826.639892578125, -823.22601318359375, 5.128640174865722656, 3.159062385559082031, 0, 0, -0.99996185302734375, 0.008734640665352344, 120, 255, 1, 51886), -- SkullCandle01 (Area: Menethil Harbor - Difficulty: 0) CreateObject1 +(@OGUID+31, 180425, 0, 11, 150, '0', 0, 0, -3848.80908203125, -837.59893798828125, -4.68501138687133789, 3.106652259826660156, 0, 0, 0.999847412109375, 0.017469281330704689, 120, 255, 1, 51886), -- SkullCandle01 (Area: Menethil Harbor - Difficulty: 0) CreateObject1 +(@OGUID+32, 180471, 0, 11, 150, '0', 0, 0, -3800.02001953125, -844.96197509765625, 9.838250160217285156, 1.151916384696960449, 0, 0, 0.544638633728027343, 0.838670849800109863, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Menethil Harbor - Difficulty: 0) CreateObject1 +(@OGUID+33, 180471, 0, 11, 150, '0', 0, 0, -3794.989990234375, -832.12701416015625, 3.634690046310424804, 1.466075778007507324, 0, 0, 0.669130325317382812, 0.74314504861831665, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Menethil Harbor - Difficulty: 0) CreateObject1 +(@OGUID+34, 180471, 0, 11, 150, '0', 0, 0, -3795.179931640625, -839.34197998046875, 3.690279960632324218, 1.535889506340026855, 0, 0, 0.694658279418945312, 0.719339847564697265, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Menethil Harbor - Difficulty: 0) CreateObject1 +(@OGUID+35, 180471, 0, 11, 150, '0', 0, 0, -3798.2900390625, -815.95501708984375, 9.573880195617675781, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Menethil Harbor - Difficulty: 0) CreateObject1 +(@OGUID+36, 180471, 0, 11, 150, '0', 0, 0, -3817.050048828125, -823.26397705078125, 14.07970046997070312, 4.799657344818115234, 0, 0, -0.67558956146240234, 0.737277925014495849, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Menethil Harbor - Difficulty: 0) CreateObject1 +(@OGUID+37, 180471, 0, 11, 150, '0', 0, 0, -3808.22998046875, -816.54302978515625, 9.247209548950195312, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Menethil Harbor - Difficulty: 0) CreateObject1 +(@OGUID+38, 180471, 0, 11, 150, '0', 0, 0, -3832.1298828125, -844.45098876953125, 9.567979812622070312, 6.213373661041259765, 0, 0, -0.03489875793457031, 0.999390840530395507, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Menethil Harbor - Difficulty: 0) CreateObject1 +(@OGUID+39, 180471, 0, 11, 150, '0', 0, 0, -3828.050048828125, -836.81097412109375, 14.04920005798339843, 1.535889506340026855, 0, 0, 0.694658279418945312, 0.719339847564697265, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Menethil Harbor - Difficulty: 0) CreateObject1 +(@OGUID+40, 180471, 0, 11, 150, '0', 0, 0, -3823.889892578125, -816.2860107421875, 9.184100151062011718, 3.159062385559082031, 0, 0, -0.99996185302734375, 0.008734640665352344, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Menethil Harbor - Difficulty: 0) CreateObject1 +(@OGUID+41, 180471, 0, 11, 150, '0', 0, 0, -3833.510009765625, -815.35601806640625, 9.56497955322265625, 3.839725255966186523, 0, 0, -0.93969249725341796, 0.34202045202255249, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Menethil Harbor - Difficulty: 0) CreateObject1 +(@OGUID+42, 180471, 0, 11, 150, '0', 0, 0, -3851.639892578125, -844.04498291015625, 9.662079811096191406, 5.986480236053466796, 0, 0, -0.14780902862548828, 0.989015936851501464, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Menethil Harbor - Difficulty: 0) CreateObject1 +(@OGUID+43, 180471, 0, 11, 150, '0', 0, 0, -3851.39990234375, -827, 9.68350982666015625, 3.735006093978881835, 0, 0, -0.95630455017089843, 0.292372345924377441, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Menethil Harbor - Difficulty: 0) CreateObject1 +(@OGUID+44, 180472, 0, 11, 150, '0', 0, 0, -3808.159912109375, -843.52801513671875, 12.14799976348876953, 4.904376029968261718, 0, 0, -0.636077880859375, 0.771624863147735595, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Menethil Harbor - Difficulty: 0) CreateObject1 +(@OGUID+45, 180472, 0, 11, 150, '0', 0, 0, -3798.679931640625, -831.17401123046875, 10.18290042877197265, 0.174532130360603332, 0, 0, 0.087155342102050781, 0.996194720268249511, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Menethil Harbor - Difficulty: 0) CreateObject1 +(@OGUID+46, 180472, 0, 11, 150, '0', 0, 0, -3798.85009765625, -840.22198486328125, 10.31330013275146484, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Menethil Harbor - Difficulty: 0) CreateObject1 +(@OGUID+47, 180472, 0, 11, 150, '0', 0, 0, -3795.219970703125, -835.73602294921875, 7.179299831390380859, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Menethil Harbor - Difficulty: 0) CreateObject1 +(@OGUID+48, 180472, 0, 11, 150, '0', 0, 0, -3803.760009765625, -815.9169921875, 10.3601999282836914, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Menethil Harbor - Difficulty: 0) CreateObject1 +(@OGUID+49, 180472, 0, 11, 150, '0', 0, 0, -3824.64990234375, -843.3489990234375, 12.08300018310546875, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Menethil Harbor - Difficulty: 0) CreateObject1 +(@OGUID+50, 180472, 0, 11, 150, '0', 0, 0, -3806.469970703125, -823.41302490234375, 15.69680023193359375, 3.194002151489257812, 0, 0, -0.99965667724609375, 0.026201646775007247, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Menethil Harbor - Difficulty: 0) CreateObject1 +(@OGUID+51, 180472, 0, 11, 150, '0', 0, 0, -3816.090087890625, -815.70098876953125, 10.20779991149902343, 1.640606880187988281, 0, 0, 0.731352806091308593, 0.6819993257522583, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Menethil Harbor - Difficulty: 0) CreateObject1 +(@OGUID+52, 180472, 0, 11, 150, '0', 0, 0, -3844.3798828125, -827.16302490234375, 10.26949977874755859, 1.658061861991882324, 0, 0, 0.737277030944824218, 0.67559051513671875, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Menethil Harbor - Difficulty: 0) CreateObject1 +(@OGUID+53, 180472, 0, 11, 150, '0', 0, 0, -3832.360107421875, -823.1820068359375, 11.97789955139160156, 3.194002151489257812, 0, 0, -0.99965667724609375, 0.026201646775007247, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Menethil Harbor - Difficulty: 0) CreateObject1 +(@OGUID+54, 180472, 0, 11, 150, '0', 0, 0, -3843.5, -843.9639892578125, 10.22949981689453125, 4.852017402648925781, 0, 0, -0.65605831146240234, 0.754710197448730468, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Menethil Harbor - Difficulty: 0) CreateObject1 +(@OGUID+55, 180472, 0, 11, 150, '0', 0, 0, -3836.1201171875, -843.48602294921875, 10.16030025482177734, 4.991643905639648437, 0, 0, -0.60181427001953125, 0.798636078834533691, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Menethil Harbor - Difficulty: 0) CreateObject1 +(@OGUID+56, 180472, 0, 11, 150, '0', 0, 0, -3835.5, -827.33502197265625, 10.25080013275146484, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Menethil Harbor - Difficulty: 0) CreateObject1 +(@OGUID+57, 180472, 0, 11, 150, '0', 0, 0, -3827.919921875, -815.46697998046875, 10.21090030670166015, 1.518436193466186523, 0, 0, 0.6883544921875, 0.725374460220336914, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Menethil Harbor - Difficulty: 0) CreateObject1 +(@OGUID+58, 180472, 0, 11, 150, '0', 0, 0, -3845.580078125, -836.67901611328125, 14.76570034027099609, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Menethil Harbor - Difficulty: 0) CreateObject1 +(@OGUID+59, 180472, 0, 11, 150, '0', 0, 0, -3850.239990234375, -836.24700927734375, 11.91759967803955078, 3.194002151489257812, 0, 0, -0.99965667724609375, 0.026201646775007247, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Menethil Harbor - Difficulty: 0) CreateObject1 +(@OGUID+60, 180523, 0, 11, 150, '0', 0, 0, -3823.929931640625, -834.99298095703125, 0.64826202392578125, 1.151916384696960449, 0, 0, 0.544638633728027343, 0.838670849800109863, 120, 255, 1, 51886), -- Apple Bob (Area: Menethil Harbor - Difficulty: 0) CreateObject1 +(@OGUID+61, 190044, 0, 11, 150, '0', 0, 0, -3828.860107421875, -837.22698974609375, 1.809499979019165039, 2.286378860473632812, 0, 0, 0.909960746765136718, 0.414694398641586303, 120, 255, 1, 51886); -- Candy Bucket (Area: Menethil Harbor - Difficulty: 0) CreateObject1 + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+61; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48), +(12, @OGUID+49), +(12, @OGUID+50), +(12, @OGUID+51), +(12, @OGUID+52), +(12, @OGUID+53), +(12, @OGUID+54), +(12, @OGUID+55), +(12, @OGUID+56), +(12, @OGUID+57), +(12, @OGUID+58), +(12, @OGUID+59), +(12, @OGUID+60), +(12, @OGUID+61); diff --git a/sql/updates/world/master/2024_03_18_17_world_hallows_end_dun_morogh.sql b/sql/updates/world/master/2024_03_18_17_world_hallows_end_dun_morogh.sql new file mode 100644 index 0000000000000..7b10366769d32 --- /dev/null +++ b/sql/updates/world/master/2024_03_18_17_world_hallows_end_dun_morogh.sql @@ -0,0 +1,445 @@ +-- +SET @CGUID := 3800175; +SET @OGUID := 3802560; + +-- Old creature spawns +DELETE FROM `creature` WHERE `guid` BETWEEN 3000247 AND 3000248; +DELETE FROM `creature_addon` WHERE `guid` BETWEEN 3000247 AND 3000248; +DELETE FROM `game_event_creature` WHERE `guid` BETWEEN 3000247 AND 3000248; + +-- Creature spawns +DELETE FROM `creature` WHERE `guid` IN (@CGUID+0, @CGUID+1); +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES +(@CGUID+0, 15353, 0, 1537, 5719, '0', 0, 0, 0, 1, -4918.63671875, -983.14117431640625, 501.53759765625, 2.268928050994873046, 120, 0, 0, 11791, 0, 0, NULL, NULL, NULL, NULL, 45745), -- Katrina Shimmerstar (Area: The Commons - Difficulty: 0) +(@CGUID+1, 40435, 0, 1537, 1537, '0', 0, 0, 0, 0, -4939.44775390625, -937.36981201171875, 502.2398681640625, 0.767944872379302978, 120, 0, 0, 11791, 0, 0, NULL, NULL, NULL, NULL, 45745); -- Headless Ghost (Area: Ironforge - Difficulty: 0) (Auras: 33900 - Shroud of Death) + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3004183 AND 3004286; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3004183 AND 3004286; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3004183 AND 3004286; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+103; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 0, 1537, 1537, '0', 0, 0, -5028.53076171875, -835.8565673828125, 505.492523193359375, 3.508116960525512695, 0, 0, -0.98325443267822265, 0.182238012552261352, 120, 255, 1, 45745), -- G_Pumpkin_01 (Area: Ironforge - Difficulty: 0) +(@OGUID+1, 180405, 0, 1537, 1537, '0', 0, 0, -4956.92822265625, -921.64093017578125, 504.260650634765625, 4.206246376037597656, 0, 0, -0.86162853240966796, 0.50753939151763916, 120, 255, 1, 45745), -- G_Pumpkin_01 (Area: Ironforge - Difficulty: 0) +(@OGUID+2, 180405, 0, 1537, 1537, '0', 0, 0, -4957.27197265625, -928.35333251953125, 514.70294189453125, 1.117009282112121582, 0, 0, 0.529918670654296875, 0.84804844856262207, 120, 255, 1, 45745), -- G_Pumpkin_01 (Area: Ironforge - Difficulty: 0) +(@OGUID+3, 180405, 0, 1537, 1537, '0', 0, 0, -4901.64697265625, -904.99554443359375, 503.59613037109375, 3.9793548583984375, 0, 0, -0.9135446548461914, 0.406738430261611938, 120, 255, 1, 45745), -- G_Pumpkin_01 (Area: Ironforge - Difficulty: 0) +(@OGUID+4, 180405, 0, 1537, 1537, '0', 0, 0, -4936.35791015625, -943.3858642578125, 503.58935546875, 1.029743075370788574, 0, 0, 0.492423057556152343, 0.870355963706970214, 120, 255, 1, 45745), -- G_Pumpkin_01 (Area: Ironforge - Difficulty: 0) +(@OGUID+5, 180405, 0, 1537, 1537, '0', 0, 0, -4938.49755859375, -927.9288330078125, 503.59613037109375, 4.223697185516357421, 0, 0, -0.85716724395751953, 0.515038192272186279, 120, 255, 1, 45745), -- G_Pumpkin_01 (Area: Ironforge - Difficulty: 0) +(@OGUID+6, 180405, 0, 1537, 1537, '0', 0, 0, -4888.81005859375, -913.69891357421875, 503.58935546875, 0.820303261280059814, 0, 0, 0.398748397827148437, 0.917060375213623046, 120, 255, 1, 45745), -- G_Pumpkin_01 (Area: Ironforge - Difficulty: 0) +(@OGUID+7, 180405, 0, 1537, 1537, '0', 0, 0, -4978.9833984375, -971.4383544921875, 503.59613037109375, 4.502951622009277343, 0, 0, -0.7771453857421875, 0.629321098327636718, 120, 255, 1, 45745), -- G_Pumpkin_01 (Area: Ironforge - Difficulty: 0) +(@OGUID+8, 180405, 0, 1537, 1537, '0', 0, 0, -4853.765625, -880.60284423828125, 501.6593017578125, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 45745), -- G_Pumpkin_01 (Area: Ironforge - Difficulty: 0) +(@OGUID+9, 180405, 0, 1537, 1537, '0', 0, 0, -4842.84033203125, -874.50225830078125, 511.13970947265625, 0.436331570148468017, 0, 0, 0.216439247131347656, 0.976296067237854003, 120, 255, 1, 45745), -- G_Pumpkin_01 (Area: Ironforge - Difficulty: 0) +(@OGUID+10, 180405, 0, 1537, 1537, '0', 0, 0, -4875.7529296875, -948.45355224609375, 503.399261474609375, 3.874631166458129882, 0, 0, -0.93358039855957031, 0.358368009328842163, 120, 255, 1, 45745), -- G_Pumpkin_01 (Area: Ironforge - Difficulty: 0) +(@OGUID+11, 180405, 0, 1537, 5719, '0', 0, 0, -4900.6884765625, -971.5928955078125, 503.59967041015625, 4.834563255310058593, 0, 0, -0.66261959075927734, 0.748956084251403808, 120, 255, 1, 45745), -- G_Pumpkin_01 (Area: The Commons - Difficulty: 0) +(@OGUID+12, 180405, 0, 1537, 5719, '0', 0, 0, -4915.74072265625, -980.40765380859375, 501.446014404296875, 4.1538848876953125, 0, 0, -0.8746194839477539, 0.484810054302215576, 120, 255, 1, 45745), -- G_Pumpkin_01 (Area: The Commons - Difficulty: 0) +(@OGUID+13, 180405, 0, 1537, 5719, '0', 0, 0, -4926.08447265625, -996.48114013671875, 509.854888916015625, 4.398232460021972656, 0, 0, -0.80901622772216796, 0.587786316871643066, 120, 255, 1, 45745), -- G_Pumpkin_01 (Area: The Commons - Difficulty: 0) +(@OGUID+14, 180406, 0, 1537, 1537, '0', 0, 0, -4949.3046875, -921.61480712890625, 514.82037353515625, 1.099556446075439453, 0, 0, 0.522498130798339843, 0.852640450000762939, 120, 255, 1, 45745), -- G_Pumpkin_02 (Area: Ironforge - Difficulty: 0) +(@OGUID+15, 180406, 0, 1537, 1537, '0', 0, 0, -4946.80859375, -913.25390625, 504.265350341796875, 4.276057243347167968, 0, 0, -0.84339141845703125, 0.537299633026123046, 120, 255, 1, 45745), -- G_Pumpkin_02 (Area: Ironforge - Difficulty: 0) +(@OGUID+16, 180406, 0, 1537, 1537, '0', 0, 0, -4930.08251953125, -938.236328125, 503.58935546875, 1.029743075370788574, 0, 0, 0.492423057556152343, 0.870355963706970214, 120, 255, 1, 45745), -- G_Pumpkin_02 (Area: Ironforge - Difficulty: 0) +(@OGUID+17, 180406, 0, 1537, 1537, '0', 0, 0, -4894.27880859375, -901.64935302734375, 503.59613037109375, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 120, 255, 1, 45745), -- G_Pumpkin_02 (Area: Ironforge - Difficulty: 0) +(@OGUID+18, 180406, 0, 1537, 1537, '0', 0, 0, -4974.2509765625, -964.82855224609375, 503.59613037109375, 4.468043327331542968, 0, 0, -0.7880105972290039, 0.615661680698394775, 120, 255, 1, 45745), -- G_Pumpkin_02 (Area: Ironforge - Difficulty: 0) +(@OGUID+19, 180406, 0, 1537, 1537, '0', 0, 0, -4968.23681640625, -979.19378662109375, 503.58935546875, 1.378809213638305664, 0, 0, 0.636077880859375, 0.771624863147735595, 120, 255, 1, 45745), -- G_Pumpkin_02 (Area: Ironforge - Difficulty: 0) +(@OGUID+20, 180406, 0, 1537, 1537, '0', 0, 0, -4842.47265625, -876.994140625, 503.18011474609375, 1.082102894783020019, 0, 0, 0.51503753662109375, 0.857167601585388183, 120, 255, 1, 45745), -- G_Pumpkin_02 (Area: Ironforge - Difficulty: 0) +(@OGUID+21, 180406, 0, 1537, 1537, '0', 0, 0, -4836.2900390625, -873.71954345703125, 511.13970947265625, 0.453785061836242675, 0, 0, 0.224950790405273437, 0.974370121955871582, 120, 255, 1, 45745), -- G_Pumpkin_02 (Area: Ironforge - Difficulty: 0) +(@OGUID+22, 180406, 0, 1537, 1537, '0', 0, 0, -4835.505859375, -860.6971435546875, 501.913787841796875, 5.794494152069091796, 0, 0, -0.24192142486572265, 0.970295846462249755, 120, 255, 1, 45745), -- G_Pumpkin_02 (Area: Ironforge - Difficulty: 0) +(@OGUID+23, 180406, 0, 1537, 1537, '0', 0, 0, -4882.04052734375, -958.47637939453125, 505.988189697265625, 3.769911527633666992, 0, 0, -0.95105648040771484, 0.309017121791839599, 120, 255, 1, 45745), -- G_Pumpkin_02 (Area: Ironforge - Difficulty: 0) +(@OGUID+24, 180406, 0, 1537, 5719, '0', 0, 0, -4876.5732421875, -998.62762451171875, 506.957855224609375, 4.188792228698730468, 0, 0, -0.86602497100830078, 0.50000077486038208, 120, 255, 1, 45745), -- G_Pumpkin_02 (Area: The Commons - Difficulty: 0) +(@OGUID+25, 180406, 0, 1537, 5719, '0', 0, 0, -4939.24609375, -999.1815185546875, 503.487640380859375, 4.363324165344238281, 0, 0, -0.81915187835693359, 0.573576688766479492, 120, 255, 1, 45745), -- G_Pumpkin_02 (Area: The Commons - Difficulty: 0) +(@OGUID+26, 180407, 0, 1537, 1537, '0', 0, 0, -5018.09130859375, -827.22796630859375, 505.487213134765625, 4.834563255310058593, 0, 0, -0.66261959075927734, 0.748956084251403808, 120, 255, 1, 45745), -- G_Pumpkin_03 (Area: Ironforge - Difficulty: 0) +(@OGUID+27, 180407, 0, 1537, 1537, '0', 0, 0, -4940.6220703125, -914.50823974609375, 514.966064453125, 1.082102894783020019, 0, 0, 0.51503753662109375, 0.857167601585388183, 120, 255, 1, 45745), -- G_Pumpkin_03 (Area: Ironforge - Difficulty: 0) +(@OGUID+28, 180407, 0, 1537, 1537, '0', 0, 0, -4944.7734375, -933.1199951171875, 503.59613037109375, 4.206246376037597656, 0, 0, -0.86162853240966796, 0.50753939151763916, 120, 255, 1, 45745), -- G_Pumpkin_03 (Area: Ironforge - Difficulty: 0) +(@OGUID+29, 180407, 0, 1537, 1537, '0', 0, 0, -4896.19677734375, -917.08355712890625, 503.58935546875, 0.820303261280059814, 0, 0, 0.398748397827148437, 0.917060375213623046, 120, 255, 1, 45745), -- G_Pumpkin_03 (Area: Ironforge - Difficulty: 0) +(@OGUID+30, 180407, 0, 1537, 1537, '0', 0, 0, -4963.49853515625, -972.52911376953125, 503.58935546875, 1.343901276588439941, 0, 0, 0.622513771057128906, 0.78260880708694458, 120, 255, 1, 45745), -- G_Pumpkin_03 (Area: Ironforge - Difficulty: 0) +(@OGUID+31, 180407, 0, 1537, 1537, '0', 0, 0, -4835.7294921875, -860.53656005859375, 510.247833251953125, 5.166176319122314453, 0, 0, -0.52991867065429687, 0.84804844856262207, 120, 255, 1, 45745), -- G_Pumpkin_03 (Area: Ironforge - Difficulty: 0) +(@OGUID+32, 180407, 0, 1537, 1537, '0', 0, 0, -4839.59033203125, -874.0457763671875, 511.13970947265625, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 45745), -- G_Pumpkin_03 (Area: Ironforge - Difficulty: 0) +(@OGUID+33, 180407, 0, 1537, 1537, '0', 0, 0, -4881.75634765625, -950.1873779296875, 503.399261474609375, 3.839725255966186523, 0, 0, -0.93969249725341796, 0.34202045202255249, 120, 255, 1, 45745), -- G_Pumpkin_03 (Area: Ironforge - Difficulty: 0) +(@OGUID+34, 180407, 0, 1537, 5719, '0', 0, 0, -4909.0869140625, -978.534423828125, 503.59967041015625, 3.403396368026733398, 0, 0, -0.99144458770751953, 0.130528271198272705, 120, 255, 1, 45745), -- G_Pumpkin_03 (Area: The Commons - Difficulty: 0) +(@OGUID+35, 180407, 0, 1537, 5719, '0', 0, 0, -4922.03759765625, -985.384765625, 501.451324462890625, 4.188792228698730468, 0, 0, -0.86602497100830078, 0.50000077486038208, 120, 255, 1, 45745), -- G_Pumpkin_03 (Area: The Commons - Difficulty: 0) +(@OGUID+36, 180407, 0, 1537, 5719, '0', 0, 0, -4936.35498046875, -995.56488037109375, 503.487640380859375, 4.345870018005371093, 0, 0, -0.82412624359130859, 0.566406130790710449, 120, 255, 1, 45745), -- G_Pumpkin_03 (Area: The Commons - Difficulty: 0) +(@OGUID+37, 180407, 0, 1537, 5719, '0', 0, 0, -4886.5703125, -1007.10821533203125, 506.957855224609375, 4.136432647705078125, 0, 0, -0.87881660461425781, 0.477159708738327026, 120, 255, 1, 45745), -- G_Pumpkin_03 (Area: The Commons - Difficulty: 0) +(@OGUID+38, 180411, 0, 1537, 1537, '0', 0, 0, -4849.771484375, -878.50732421875, 506.66607666015625, 1.221729278564453125, 0, 0, 0.573575973510742187, 0.819152355194091796, 120, 255, 1, 45745), -- G_Ghost_01 (Area: Ironforge - Difficulty: 0) +(@OGUID+39, 180411, 0, 1537, 5719, '0', 0, 0, -4883.40625, -1001.21881103515625, 508.31005859375, 4.991643905639648437, 0, 0, -0.60181427001953125, 0.798636078834533691, 120, 255, 1, 45745), -- G_Ghost_01 (Area: The Commons - Difficulty: 0) +(@OGUID+40, 180415, 0, 1537, 1537, '0', 0, 0, -4957.9287109375, -928.28179931640625, 505.37689208984375, 4.834563255310058593, 0, 0, -0.66261959075927734, 0.748956084251403808, 120, 255, 1, 45745), -- CandleBlack01 (Area: Ironforge - Difficulty: 0) +(@OGUID+41, 180415, 0, 1537, 1537, '0', 0, 0, -4941.94775390625, -915.01739501953125, 505.37689208984375, 5.183629035949707031, 0, 0, -0.52249813079833984, 0.852640450000762939, 120, 255, 1, 45745), -- CandleBlack01 (Area: Ironforge - Difficulty: 0) +(@OGUID+42, 180415, 0, 1537, 1537, '0', 0, 0, -4943.302734375, -916.166259765625, 505.37689208984375, 6.161012649536132812, 0, 0, -0.06104850769042968, 0.998134791851043701, 120, 255, 1, 45745), -- CandleBlack01 (Area: Ironforge - Difficulty: 0) +(@OGUID+43, 180415, 0, 1537, 1537, '0', 0, 0, -4955.7431640625, -896.0538330078125, 505.200958251953125, 1.047197580337524414, 0, 0, 0.5, 0.866025388240814208, 120, 255, 1, 45745), -- CandleBlack01 (Area: Ironforge - Difficulty: 0) +(@OGUID+44, 180415, 0, 1537, 1537, '0', 0, 0, -4959.265625, -929.35577392578125, 505.37689208984375, 4.136432647705078125, 0, 0, -0.87881660461425781, 0.477159708738327026, 120, 255, 1, 45745), -- CandleBlack01 (Area: Ironforge - Difficulty: 0) +(@OGUID+45, 180415, 0, 1537, 1537, '0', 0, 0, -4955.1982421875, -926.044189453125, 505.37689208984375, 6.178466320037841796, 0, 0, -0.05233573913574218, 0.998629570007324218, 120, 255, 1, 45745), -- CandleBlack01 (Area: Ironforge - Difficulty: 0) +(@OGUID+46, 180415, 0, 1537, 1537, '0', 0, 0, -4960.6396484375, -930.4656982421875, 505.37689208984375, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 45745), -- CandleBlack01 (Area: Ironforge - Difficulty: 0) +(@OGUID+47, 180415, 0, 1537, 1537, '0', 0, 0, -4956.62841796875, -927.19097900390625, 505.37689208984375, 0.471238493919372558, 0, 0, 0.233445167541503906, 0.972369968891143798, 120, 255, 1, 45745), -- CandleBlack01 (Area: Ironforge - Difficulty: 0) +(@OGUID+48, 180415, 0, 1537, 1537, '0', 0, 0, -4940.43994140625, -913.79864501953125, 505.37689208984375, 2.809975385665893554, 0, 0, 0.986285209655761718, 0.165049895644187927, 120, 255, 1, 45745), -- CandleBlack01 (Area: Ironforge - Difficulty: 0) +(@OGUID+49, 180415, 0, 1537, 1537, '0', 0, 0, -4937.15625, -911.08538818359375, 505.37689208984375, 4.363324165344238281, 0, 0, -0.81915187835693359, 0.573576688766479492, 120, 255, 1, 45745), -- CandleBlack01 (Area: Ironforge - Difficulty: 0) +(@OGUID+50, 180415, 0, 1537, 1537, '0', 0, 0, -4955.5537109375, -896.262939453125, 505.04833984375, 5.619962215423583984, 0, 0, -0.32556724548339843, 0.945518851280212402, 120, 255, 1, 45745), -- CandleBlack01 (Area: Ironforge - Difficulty: 0) +(@OGUID+51, 180415, 0, 1537, 1537, '0', 0, 0, -4938.955078125, -912.55645751953125, 505.37689208984375, 4.869470596313476562, 0, 0, -0.64944744110107421, 0.760406434535980224, 120, 255, 1, 45745), -- CandleBlack01 (Area: Ironforge - Difficulty: 0) +(@OGUID+52, 180415, 0, 1537, 1537, '0', 0, 0, -4846.251953125, -865.09375, 502.74017333984375, 2.70525527000427246, 0, 0, 0.97629547119140625, 0.216442063450813293, 120, 255, 1, 45745), -- CandleBlack01 (Area: Ironforge - Difficulty: 0) +(@OGUID+53, 180415, 0, 1537, 1537, '0', 0, 0, -4849.1953125, -865.3992919921875, 511.16314697265625, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 45745), -- CandleBlack01 (Area: Ironforge - Difficulty: 0) +(@OGUID+54, 180415, 0, 1537, 1537, '0', 0, 0, -4837.81591796875, -867.01214599609375, 502.8790283203125, 4.206246376037597656, 0, 0, -0.86162853240966796, 0.50753939151763916, 120, 255, 1, 45745), -- CandleBlack01 (Area: Ironforge - Difficulty: 0) +(@OGUID+55, 180425, 0, 1537, 1537, '0', 0, 0, -4958.61474609375, -928.82183837890625, 505.37689208984375, 5.410521507263183593, 0, 0, -0.42261791229248046, 0.906307935714721679, 120, 255, 1, 45745), -- SkullCandle01 (Area: Ironforge - Difficulty: 0) +(@OGUID+56, 180425, 0, 1537, 1537, '0', 0, 0, -4955.93701171875, -926.625244140625, 505.37689208984375, 5.410521507263183593, 0, 0, -0.42261791229248046, 0.906307935714721679, 120, 255, 1, 45745), -- SkullCandle01 (Area: Ironforge - Difficulty: 0) +(@OGUID+57, 180425, 0, 1537, 1537, '0', 0, 0, -4942.63330078125, -915.615234375, 505.37689208984375, 5.393068790435791015, 0, 0, -0.43051052093505859, 0.902585566043853759, 120, 255, 1, 45745), -- SkullCandle01 (Area: Ironforge - Difficulty: 0) +(@OGUID+58, 180425, 0, 1537, 1537, '0', 0, 0, -4959.98681640625, -929.9571533203125, 505.37689208984375, 5.462882041931152343, 0, 0, -0.39874839782714843, 0.917060375213623046, 120, 255, 1, 45745), -- SkullCandle01 (Area: Ironforge - Difficulty: 0) +(@OGUID+59, 180425, 0, 1537, 1537, '0', 0, 0, -4957.25341796875, -927.7078857421875, 505.37689208984375, 5.462882041931152343, 0, 0, -0.39874839782714843, 0.917060375213623046, 120, 255, 1, 45745), -- SkullCandle01 (Area: Ironforge - Difficulty: 0) +(@OGUID+60, 180425, 0, 1537, 1537, '0', 0, 0, -4955.84814453125, -896.46124267578125, 505.221954345703125, 5.096362113952636718, 0, 0, -0.55919265747070312, 0.829037725925445556, 120, 255, 1, 45745), -- SkullCandle01 (Area: Ironforge - Difficulty: 0) +(@OGUID+61, 180425, 0, 1537, 1537, '0', 0, 0, -4938.1318359375, -911.855712890625, 505.37689208984375, 5.427974700927734375, 0, 0, -0.41469287872314453, 0.909961462020874023, 120, 255, 1, 45745), -- SkullCandle01 (Area: Ironforge - Difficulty: 0) +(@OGUID+62, 180425, 0, 1537, 1537, '0', 0, 0, -4939.71044921875, -913.1580810546875, 505.37689208984375, 5.427974700927734375, 0, 0, -0.41469287872314453, 0.909961462020874023, 120, 255, 1, 45745), -- SkullCandle01 (Area: Ironforge - Difficulty: 0) +(@OGUID+63, 180425, 0, 1537, 1537, '0', 0, 0, -4941.24072265625, -914.404296875, 505.37689208984375, 5.480334281921386718, 0, 0, -0.39073085784912109, 0.920504987239837646, 120, 255, 1, 45745), -- SkullCandle01 (Area: Ironforge - Difficulty: 0) +(@OGUID+64, 180425, 0, 1537, 1537, '0', 0, 0, -4846.0537109375, -864.82464599609375, 502.87213134765625, 5.218535900115966796, 0, 0, -0.507537841796875, 0.861629426479339599, 120, 255, 1, 45745), -- SkullCandle01 (Area: Ironforge - Difficulty: 0) +(@OGUID+65, 180425, 0, 1537, 1537, '0', 0, 0, -4849.30029296875, -866.21875, 511.211822509765625, 0.837757468223571777, 0, 0, 0.406736373901367187, 0.913545548915863037, 120, 255, 1, 45745), -- SkullCandle01 (Area: Ironforge - Difficulty: 0) +(@OGUID+66, 180425, 0, 1537, 1537, '0', 0, 0, -4837.330078125, -865.61456298828125, 502.879119873046875, 2.949595451354980468, 0, 0, 0.995395660400390625, 0.095851235091686248, 120, 255, 1, 45745), -- SkullCandle01 (Area: Ironforge - Difficulty: 0) +(@OGUID+67, 180426, 0, 1537, 1537, '0', 0, 0, -4931.57666015625, -947.78472900390625, 513.38287353515625, 0.645771682262420654, 0, 0, 0.317304611206054687, 0.948323667049407958, 120, 255, 1, 45745), -- Bat01 (Area: Ironforge - Difficulty: 0) +(@OGUID+68, 180426, 0, 1537, 1537, '0', 0, 0, -4927.861328125, -945.00518798828125, 515.46136474609375, 0.27925160527229309, 0, 0, 0.139172554016113281, 0.990268170833587646, 120, 255, 1, 45745), -- Bat01 (Area: Ironforge - Difficulty: 0) +(@OGUID+69, 180426, 0, 1537, 1537, '0', 0, 0, -4928.8525390625, -947.6180419921875, 509.7388916015625, 0.977383077144622802, 0, 0, 0.469470977783203125, 0.882947921752929687, 120, 255, 1, 45745), -- Bat01 (Area: Ironforge - Difficulty: 0) +(@OGUID+70, 180426, 0, 1537, 1537, '0', 0, 0, -4928.72216796875, -947.59893798828125, 511.9814453125, 0.331610709428787231, 0, 0, 0.16504669189453125, 0.986285746097564697, 120, 255, 1, 45745), -- Bat01 (Area: Ironforge - Difficulty: 0) +(@OGUID+71, 180426, 0, 1537, 1537, '0', 0, 0, -4928.7412109375, -947.609375, 514.09259033203125, 5.881760597229003906, 0, 0, -0.19936752319335937, 0.979924798011779785, 120, 255, 1, 45745), -- Bat01 (Area: Ironforge - Difficulty: 0) +(@OGUID+72, 180426, 0, 1537, 1537, '0', 0, 0, -4928.96337890625, -950.28302001953125, 515.3365478515625, 1.012289404869079589, 0, 0, 0.484808921813964843, 0.87462007999420166, 120, 255, 1, 45745), -- Bat01 (Area: Ironforge - Difficulty: 0) +(@OGUID+73, 180426, 0, 1537, 1537, '0', 0, 0, -4928.69091796875, -947.43927001953125, 521.35711669921875, 2.181660413742065429, 0, 0, 0.887010574340820312, 0.461749136447906494, 120, 255, 1, 45745), -- Bat01 (Area: Ironforge - Difficulty: 0) +(@OGUID+74, 180426, 0, 1537, 1537, '0', 0, 0, -4928.671875, -947.66839599609375, 514.348876953125, 5.619962215423583984, 0, 0, -0.32556724548339843, 0.945518851280212402, 120, 255, 1, 45745), -- Bat01 (Area: Ironforge - Difficulty: 0) +(@OGUID+75, 180426, 0, 1537, 1537, '0', 0, 0, -4925.87841796875, -947.7586669921875, 516.1114501953125, 1.134462952613830566, 0, 0, 0.537299156188964843, 0.843391716480255126, 120, 255, 1, 45745), -- Bat01 (Area: Ironforge - Difficulty: 0) +(@OGUID+76, 180426, 0, 1537, 1537, '0', 0, 0, -4928.8681640625, -947.52606201171875, 517.66998291015625, 0.052358884364366531, 0, 0, 0.02617645263671875, 0.999657332897186279, 120, 255, 1, 45745), -- Bat01 (Area: Ironforge - Difficulty: 0) +(@OGUID+77, 180427, 0, 1537, 1537, '0', 0, 0, -4928.73779296875, -947.52777099609375, 511.884674072265625, 4.206246376037597656, 0, 0, -0.86162853240966796, 0.50753939151763916, 120, 255, 1, 45745), -- Bat02 (Area: Ironforge - Difficulty: 0) +(@OGUID+78, 180427, 0, 1537, 1537, '0', 0, 0, -4928.8193359375, -947.4757080078125, 510.558929443359375, 2.251473426818847656, 0, 0, 0.902585029602050781, 0.430511653423309326, 120, 255, 1, 45745), -- Bat02 (Area: Ironforge - Difficulty: 0) +(@OGUID+79, 180427, 0, 1537, 1537, '0', 0, 0, -4928.8662109375, -947.6319580078125, 511.35693359375, 2.164205789566040039, 0, 0, 0.882946968078613281, 0.469472706317901611, 120, 255, 1, 45745), -- Bat02 (Area: Ironforge - Difficulty: 0) +(@OGUID+80, 180427, 0, 1537, 1537, '0', 0, 0, -4928.9462890625, -947.83331298828125, 512.134033203125, 4.799657344818115234, 0, 0, -0.67558956146240234, 0.737277925014495849, 120, 255, 1, 45745), -- Bat02 (Area: Ironforge - Difficulty: 0) +(@OGUID+81, 180427, 0, 1537, 1537, '0', 0, 0, -4926.798828125, -946.28643798828125, 512.2135009765625, 1.029743075370788574, 0, 0, 0.492423057556152343, 0.870355963706970214, 120, 255, 1, 45745), -- Bat02 (Area: Ironforge - Difficulty: 0) +(@OGUID+82, 180427, 0, 1537, 1537, '0', 0, 0, -4928.751953125, -947.8507080078125, 511.09136962890625, 3.577930212020874023, 0, 0, -0.97629547119140625, 0.216442063450813293, 120, 255, 1, 45745), -- Bat02 (Area: Ironforge - Difficulty: 0) +(@OGUID+83, 180427, 0, 1537, 1537, '0', 0, 0, -4927.2880859375, -949.342041015625, 513.88909912109375, 0.977383077144622802, 0, 0, 0.469470977783203125, 0.882947921752929687, 120, 255, 1, 45745), -- Bat02 (Area: Ironforge - Difficulty: 0) +(@OGUID+84, 180427, 0, 1537, 1537, '0', 0, 0, -4928.5869140625, -947.76214599609375, 513.11883544921875, 4.59021615982055664, 0, 0, -0.74895572662353515, 0.662620067596435546, 120, 255, 1, 45745), -- Bat02 (Area: Ironforge - Difficulty: 0) +(@OGUID+85, 180427, 0, 1537, 1537, '0', 0, 0, -4928.41162109375, -947.6007080078125, 513.528564453125, 3.001946926116943359, 0, 0, 0.997563362121582031, 0.069766148924827575, 120, 255, 1, 45745), -- Bat02 (Area: Ironforge - Difficulty: 0) +(@OGUID+86, 180427, 0, 1537, 1537, '0', 0, 0, -4930.28662109375, -948.92364501953125, 509.870819091796875, 0.366517573595046997, 0, 0, 0.182234764099121093, 0.98325502872467041, 120, 255, 1, 45745), -- Bat02 (Area: Ironforge - Difficulty: 0) +(@OGUID+87, 180471, 0, 1537, 1537, '0', 0, 0, -4934.767578125, -910.578125, 510.15924072265625, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 120, 255, 1, 45745), -- HangingSkullLight01 (Area: Ironforge - Difficulty: 0) +(@OGUID+88, 180471, 0, 1537, 1537, '0', 0, 0, -4960.97216796875, -932.6805419921875, 509.7530517578125, 0.593410074710845947, 0, 0, 0.292370796203613281, 0.95630502700805664, 120, 255, 1, 45745), -- HangingSkullLight01 (Area: Ironforge - Difficulty: 0) +(@OGUID+89, 180471, 0, 1537, 1537, '0', 0, 0, -4947.46533203125, -920.88543701171875, 509.991363525390625, 0.750490784645080566, 0, 0, 0.3665008544921875, 0.93041771650314331, 120, 255, 1, 45745), -- HangingSkullLight01 (Area: Ironforge - Difficulty: 0) +(@OGUID+90, 180471, 0, 1537, 1537, '0', 0, 0, -4955.48095703125, -928.0555419921875, 509.8668212890625, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 120, 255, 1, 45745), -- HangingSkullLight01 (Area: Ironforge - Difficulty: 0) +(@OGUID+91, 180471, 0, 1537, 1537, '0', 0, 0, -4937.27783203125, -912.6632080078125, 510.1572265625, 0.383971005678176879, 0, 0, 0.190808296203613281, 0.981627285480499267, 120, 255, 1, 45745), -- HangingSkullLight01 (Area: Ironforge - Difficulty: 0) +(@OGUID+92, 180471, 0, 1537, 1537, '0', 0, 0, -4952.8056640625, -925.55035400390625, 509.851287841796875, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 45745), -- HangingSkullLight01 (Area: Ironforge - Difficulty: 0) +(@OGUID+93, 180471, 0, 1537, 1537, '0', 0, 0, -4945.0712890625, -918.95831298828125, 509.975799560546875, 0.872663915157318115, 0, 0, 0.422617912292480468, 0.906307935714721679, 120, 255, 1, 45745), -- HangingSkullLight01 (Area: Ironforge - Difficulty: 0) +(@OGUID+94, 180471, 0, 1537, 1537, '0', 0, 0, -4950.1962890625, -923.3194580078125, 509.88177490234375, 0.715584874153137207, 0, 0, 0.350207328796386718, 0.936672210693359375, 120, 255, 1, 45745), -- HangingSkullLight01 (Area: Ironforge - Difficulty: 0) +(@OGUID+95, 180471, 0, 1537, 1537, '0', 0, 0, -4942.47900390625, -916.8350830078125, 509.991851806640625, 0.698131442070007324, 0, 0, 0.342020034790039062, 0.939692676067352294, 120, 255, 1, 45745), -- HangingSkullLight01 (Area: Ironforge - Difficulty: 0) +(@OGUID+96, 180471, 0, 1537, 1537, '0', 0, 0, -4939.85595703125, -914.72222900390625, 510.08544921875, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, 45745), -- HangingSkullLight01 (Area: Ironforge - Difficulty: 0) +(@OGUID+97, 180471, 0, 1537, 1537, '0', 0, 0, -4958.2744140625, -930.33856201171875, 509.757476806640625, 0.837757468223571777, 0, 0, 0.406736373901367187, 0.913545548915863037, 120, 255, 1, 45745), -- HangingSkullLight01 (Area: Ironforge - Difficulty: 0) +(@OGUID+98, 180472, 0, 1537, 1537, '0', 0, 0, -4842.5693359375, -857.8194580078125, 506.665313720703125, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 45745), -- HangingSkullLight02 (Area: Ironforge - Difficulty: 0) +(@OGUID+99, 180472, 0, 1537, 5719, '0', 0, 0, -4896.71875, -1003.2882080078125, 508.574493408203125, 2.303830623626708984, 0, 0, 0.913544654846191406, 0.406738430261611938, 120, 255, 1, 45745), -- HangingSkullLight02 (Area: The Commons - Difficulty: 0) +(@OGUID+100, 180472, 0, 1537, 5719, '0', 0, 0, -4887.74853515625, -995.8497314453125, 508.6065673828125, 2.530723094940185546, 0, 0, 0.953716278076171875, 0.300707906484603881, 120, 255, 1, 45745), -- HangingSkullLight02 (Area: The Commons - Difficulty: 0) +(@OGUID+101, 180472, 0, 1537, 5719, '0', 0, 0, -4878.736328125, -988.529541015625, 508.603424072265625, 2.303830623626708984, 0, 0, 0.913544654846191406, 0.406738430261611938, 120, 255, 1, 45745), -- HangingSkullLight02 (Area: The Commons - Difficulty: 0) +(@OGUID+102, 180523, 0, 1537, 1537, '0', 0, 0, -4839.1806640625, -863.86456298828125, 510.518280029296875, 2.862335443496704101, 0, 0, 0.990267753601074218, 0.139175355434417724, 120, 255, 1, 45745), -- Apple Bob (Area: Ironforge - Difficulty: 0) +(@OGUID+103, 190039, 0, 1537, 1537, '0', 0, 0, -4838.04443359375, -858.582275390625, 502.78167724609375, 5.829400539398193359, 0, 0, -0.22495079040527343, 0.974370121955871582, 120, 255, 1, 45745); -- Candy Bucket (Area: Ironforge - Difficulty: 0) + +-- Event spawns +DELETE FROM `game_event_creature` WHERE `eventEntry`=12 AND `guid` IN (@CGUID+0, @CGUID+1); +INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES +(12, @CGUID+0), +(12, @CGUID+1); + +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+103; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48), +(12, @OGUID+49), +(12, @OGUID+50), +(12, @OGUID+51), +(12, @OGUID+52), +(12, @OGUID+53), +(12, @OGUID+54), +(12, @OGUID+55), +(12, @OGUID+56), +(12, @OGUID+57), +(12, @OGUID+58), +(12, @OGUID+59), +(12, @OGUID+60), +(12, @OGUID+61), +(12, @OGUID+62), +(12, @OGUID+63), +(12, @OGUID+64), +(12, @OGUID+65), +(12, @OGUID+66), +(12, @OGUID+67), +(12, @OGUID+68), +(12, @OGUID+69), +(12, @OGUID+70), +(12, @OGUID+71), +(12, @OGUID+72), +(12, @OGUID+73), +(12, @OGUID+74), +(12, @OGUID+75), +(12, @OGUID+76), +(12, @OGUID+77), +(12, @OGUID+78), +(12, @OGUID+79), +(12, @OGUID+80), +(12, @OGUID+81), +(12, @OGUID+82), +(12, @OGUID+83), +(12, @OGUID+84), +(12, @OGUID+85), +(12, @OGUID+86), +(12, @OGUID+87), +(12, @OGUID+88), +(12, @OGUID+89), +(12, @OGUID+90), +(12, @OGUID+91), +(12, @OGUID+92), +(12, @OGUID+93), +(12, @OGUID+94), +(12, @OGUID+95), +(12, @OGUID+96), +(12, @OGUID+97), +(12, @OGUID+98), +(12, @OGUID+99), +(12, @OGUID+100), +(12, @OGUID+101), +(12, @OGUID+102), +(12, @OGUID+103); + +-- +SET @CGUID := 3800177; +SET @OGUID := 3802664; + +-- Old creature spawns +DELETE FROM `creature` WHERE `guid` BETWEEN 3000249 AND 3000295; +DELETE FROM `creature_addon` WHERE `guid` BETWEEN 3000249 AND 3000295; +DELETE FROM `game_event_creature` WHERE `guid` BETWEEN 3000249 AND 3000295; + +-- Creature spawns +DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+46; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES +(@CGUID+0, 727, 0, 1, 131, '0', 0, 0, 0, 1, -5753.5478515625, -486.14599609375, 397.446533203125, 4.764749050140380859, 120, 0, 0, 3208, 0, 0, NULL, NULL, NULL, NULL, 45745), -- Ironforge Mountaineer (Area: Kharanos - Difficulty: 0) +(@CGUID+1, 23537, 0, 1, 131, '0', 0, 0, 0, 0, -5592.62939453125, -513.1434326171875, 413.200286865234375, 0.418879032135009765, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Kharanos - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+2, 23537, 0, 1, 131, '0', 0, 0, 0, 0, -5569.30029296875, -453.50531005859375, 413.957122802734375, 0.244346097111701965, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Kharanos - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire, 42091 - Headless Horseman - Fire Size) +(@CGUID+3, 23537, 0, 1, 131, '0', 0, 0, 0, 0, -5602.48876953125, -512.93988037109375, 413.349609375, 4.555309295654296875, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Kharanos - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+4, 23537, 0, 1, 131, '0', 0, 0, 0, 0, -5591.30908203125, -451.56011962890625, 414.119140625, 6.195918560028076171, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Kharanos - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+5, 23537, 0, 1, 131, '0', 0, 0, 0, 0, -5576.232421875, -528.524658203125, 413.310516357421875, 4.415682792663574218, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Kharanos - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+6, 23537, 0, 1, 131, '0', 0, 0, 0, 0, -5610.64404296875, -513.148681640625, 413.48809814453125, 3.124139308929443359, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Kharanos - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+7, 23537, 0, 1, 131, '0', 0, 0, 0, 0, -5600.7197265625, -513.49688720703125, 409.49169921875, 5.410520553588867187, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Kharanos - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+8, 23537, 0, 1, 131, '0', 0, 0, 0, 0, -5561.84130859375, -445.294921875, 413.864013671875, 4.729842185974121093, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Kharanos - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+9, 23537, 0, 1, 131, '0', 0, 0, 0, 0, -5577.59716796875, -462.362640380859375, 414.413116455078125, 2.234021425247192382, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Kharanos - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+10, 23537, 0, 1, 131, '0', 0, 0, 0, 0, -5570.11767578125, -459.232330322265625, 414.162139892578125, 6.056292533874511718, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Kharanos - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire, 42091 - Headless Horseman - Fire Size) +(@CGUID+11, 23537, 0, 1, 131, '0', 0, 0, 0, 0, -5576.17626953125, -506.083984375, 413.802886962890625, 0.314159274101257324, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Kharanos - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+12, 23537, 0, 1, 131, '0', 0, 0, 0, 0, -5611.57666015625, -517.38531494140625, 413.508026123046875, 4.066617012023925781, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Kharanos - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+13, 23537, 0, 1, 131, '0', 0, 0, 0, 0, -5590.50634765625, -503.79644775390625, 413.6107177734375, 0.541052043437957763, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Kharanos - Difficulty: 0) (Auras: 42091 - Headless Horseman - Fire Size, 42154 - Headless Horseman - Dim Fire) +(@CGUID+14, 23537, 0, 1, 131, '0', 0, 0, 0, 0, -5578.97119140625, -515.63604736328125, 418.2305908203125, 3.071779489517211914, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Kharanos - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+15, 23537, 0, 1, 131, '0', 0, 0, 0, 0, -5587.3701171875, -456.188690185546875, 414.337158203125, 3.577924966812133789, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Kharanos - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+16, 23537, 0, 1, 131, '0', 0, 0, 0, 0, -5579.26025390625, -504.0714111328125, 413.870361328125, 2.687807083129882812, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Kharanos - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+17, 23537, 0, 1, 131, '0', 0, 0, 0, 0, -5606.1171875, -513.9608154296875, 413.425750732421875, 1.239183783531188964, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Kharanos - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+18, 23537, 0, 1, 131, '0', 0, 0, 0, 0, -5592.69775390625, -508.243499755859375, 413.198577880859375, 1.117010712623596191, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Kharanos - Difficulty: 0) (Auras: 42091 - Headless Horseman - Fire Size, 42154 - Headless Horseman - Dim Fire) +(@CGUID+19, 23537, 0, 1, 131, '0', 0, 0, 0, 0, -5591.3349609375, -506.9825439453125, 416.902099609375, 3.298672199249267578, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Kharanos - Difficulty: 0) (Auras: 42091 - Headless Horseman - Fire Size, 42154 - Headless Horseman - Dim Fire) +(@CGUID+20, 23537, 0, 1, 131, '0', 0, 0, 0, 0, -5576.13818359375, -520.48175048828125, 413.36090087890625, 3.50811171531677246, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Kharanos - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+21, 23537, 0, 1, 131, '0', 0, 0, 0, 0, -5590.603515625, -512.17742919921875, 417.089080810546875, 2.460914134979248046, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Kharanos - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+22, 23537, 0, 1, 131, '0', 0, 0, 0, 0, -5573.0166015625, -462.277130126953125, 414.32763671875, 1.553343057632446289, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Kharanos - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire, 42091 - Headless Horseman - Fire Size) +(@CGUID+23, 23537, 0, 1, 131, '0', 0, 0, 0, 0, -5586.5224609375, -462.394744873046875, 414.571014404296875, 5.759586334228515625, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Kharanos - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+24, 23537, 0, 1, 131, '0', 0, 0, 0, 0, -5565.75927734375, -450.4853515625, 413.891448974609375, 3.892084121704101562, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Kharanos - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire, 42091 - Headless Horseman - Fire Size) +(@CGUID+25, 23537, 0, 1, 131, '0', 0, 0, 0, 0, -5597.5849609375, -513.343994140625, 413.274566650390625, 1.361356854438781738, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Kharanos - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+26, 23537, 0, 1, 131, '0', 0, 0, 0, 0, -5578.8701171875, -510.202484130859375, 418.157562255859375, 0.959931075572967529, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Kharanos - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+27, 23537, 0, 1, 131, '0', 0, 0, 0, 0, -5576.0546875, -511.168304443359375, 413.390380859375, 1.989675283432006835, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Kharanos - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+28, 23537, 0, 1, 131, '0', 0, 0, 0, 0, -5581.982421875, -462.513336181640625, 414.499481201171875, 5.497786998748779296, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Kharanos - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+29, 23537, 0, 1, 131, '0', 0, 0, 0, 0, -5565.82080078125, -445.305572509765625, 414.1419677734375, 0.122173048555850982, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Kharanos - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+30, 23537, 0, 1, 131, '0', 0, 0, 0, 0, -5581.326171875, -520.92547607421875, 413.45751953125, 4.450589656829833984, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Kharanos - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+31, 23537, 0, 1, 131, '0', 0, 0, 0, 0, -5595.66650390625, -513.594970703125, 409.415008544921875, 2.775073528289794921, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Kharanos - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+32, 23537, 0, 1, 131, '0', 0, 0, 0, 0, -5605.53125, -513.3857421875, 409.533447265625, 1.448623299598693847, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Kharanos - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+33, 23537, 0, 1, 131, '0', 0, 0, 0, 0, -5576.083984375, -524.460205078125, 413.22607421875, 0.366519153118133544, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Kharanos - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+34, 23537, 0, 1, 131, '0', 0, 0, 0, 0, -5576.19140625, -515.56134033203125, 413.4317626953125, 2.076941728591918945, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Kharanos - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+35, 23537, 0, 1, 131, '0', 0, 0, 0, 0, -5595.75341796875, -447.16253662109375, 414.118377685546875, 2.408554315567016601, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Kharanos - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+36, 23537, 0, 1, 131, '0', 0, 0, 0, 0, -5581.23291015625, -527.37664794921875, 415.252410888671875, 0.383972436189651489, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Kharanos - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+37, 23537, 0, 1, 131, '0', 0, 0, 0, 0, -5747.29638671875, -527.312744140625, 400.115203857421875, 1.274090290069580078, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Kharanos - Difficulty: 0) (Auras: 42096 - Headless Horseman - Fire onSpawn, Size, 42091 - Headless Horseman - Fire Size, 42074 - Headless Horseman - Fire) +(@CGUID+38, 23537, 0, 1, 131, '0', 0, 0, 0, 0, -5754.14794921875, -526.8839111328125, 402.474517822265625, 1.047197580337524414, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Kharanos - Difficulty: 0) (Auras: 42112 - Headless Horseman - Update Size) +(@CGUID+39, 23537, 0, 1, 131, '0', 0, 0, 0, 0, -5758.3759765625, -522.03582763671875, 399.287109375, 2.199114799499511718, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Kharanos - Difficulty: 0) (Auras: 42112 - Headless Horseman - Update Size) +(@CGUID+40, 23537, 0, 1, 131, '0', 0, 0, 0, 0, -5753.0244140625, -532.90118408203125, 404.06353759765625, 0.663225114345550537, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Kharanos - Difficulty: 0) +(@CGUID+41, 23537, 0, 1, 131, '0', 0, 0, 0, 0, -5761.04443359375, -528.05767822265625, 403.967010498046875, 1.064650893211364746, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Kharanos - Difficulty: 0) +(@CGUID+42, 23712, 0, 1, 131, '0', 0, 0, 0, 0, -5622.77587890625, -470.675445556640625, 397.39288330078125, 5.340707302093505859, 120, 0, 0, 41, 0, 0, NULL, NULL, NULL, NULL, 45745), -- Touring Orphan (Area: Kharanos - Difficulty: 0) +(@CGUID+43, 23712, 0, 1, 131, '0', 0, 0, 0, 0, -5623.98876953125, -472.76129150390625, 397.1551513671875, 5.934119224548339843, 120, 0, 0, 34, 0, 0, NULL, NULL, NULL, NULL, 45745), -- Touring Orphan (Area: Kharanos - Difficulty: 0) +(@CGUID+44, 23712, 0, 1, 131, '0', 0, 0, 0, 0, -5620.98828125, -471.1534423828125, 397.332916259765625, 5.480333805084228515, 120, 0, 0, 34, 0, 0, NULL, NULL, NULL, NULL, 45745), -- Touring Orphan (Area: Kharanos - Difficulty: 0) +(@CGUID+45, 23712, 0, 1, 131, '0', 0, 0, 0, 0, -5622.87353515625, -474.229705810546875, 397.0635986328125, 5.916666030883789062, 120, 0, 0, 34, 0, 0, NULL, NULL, NULL, NULL, 45745), -- Touring Orphan (Area: Kharanos - Difficulty: 0) +(@CGUID+46, 24519, 0, 1, 131, '0', 0, 0, 0, 0, -5621.9462890625, -472.836700439453125, 397.14019775390625, 5.672319889068603515, 120, 0, 0, 11791, 0, 0, NULL, NULL, NULL, NULL, 45745); -- Costumed Orphan Matron (Area: Kharanos - Difficulty: 0) + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3004287 AND 3004327; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3004287 AND 3004327; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3004287 AND 3004327; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+40; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 0, 1, 131, '0', 0, 0, -5636.83349609375, -498.25, 399.752410888671875, 4.084071159362792968, 0, 0, -0.8910064697265625, 0.453990638256072998, 120, 255, 1, 45745), -- G_Pumpkin_01 (Area: Kharanos - Difficulty: 0) +(@OGUID+1, 180405, 0, 1, 131, '0', 0, 0, -5585.7587890625, -461.76458740234375, 414.433380126953125, 0.331610709428787231, 0, 0, 0.16504669189453125, 0.986285746097564697, 120, 255, 1, 45745), -- G_Pumpkin_01 (Area: Kharanos - Difficulty: 0) +(@OGUID+2, 180405, 0, 1, 131, '0', 0, 0, -5636.26708984375, -530.2227783203125, 404.7664794921875, 2.879789113998413085, 0, 0, 0.991444587707519531, 0.130528271198272705, 120, 255, 1, 45745), -- G_Pumpkin_01 (Area: Kharanos - Difficulty: 0) +(@OGUID+3, 180406, 0, 1, 131, '0', 0, 0, -5611.35205078125, -513.34161376953125, 413.419525146484375, 4.223697185516357421, 0, 0, -0.85716724395751953, 0.515038192272186279, 120, 255, 1, 45745), -- G_Pumpkin_02 (Area: Kharanos - Difficulty: 0) +(@OGUID+4, 180406, 0, 1, 131, '0', 0, 0, -5576.09375, -504.130218505859375, 413.209136962890625, 2.70525527000427246, 0, 0, 0.97629547119140625, 0.216442063450813293, 120, 255, 1, 45745), -- G_Pumpkin_02 (Area: Kharanos - Difficulty: 0) +(@OGUID+5, 180406, 0, 1, 131, '0', 0, 0, -5579.09228515625, -461.78570556640625, 414.31842041015625, 0.383971005678176879, 0, 0, 0.190808296203613281, 0.981627285480499267, 120, 255, 1, 45745), -- G_Pumpkin_02 (Area: Kharanos - Difficulty: 0) +(@OGUID+6, 180407, 0, 1, 131, '0', 0, 0, -5591.71728515625, -507.606109619140625, 405.010467529296875, 5.009094715118408203, 0, 0, -0.59482288360595703, 0.80385679006576538, 120, 255, 1, 45745), -- G_Pumpkin_03 (Area: Kharanos - Difficulty: 0) +(@OGUID+7, 180407, 0, 1, 131, '0', 0, 0, -5587.2744140625, -531.5355224609375, 399.651641845703125, 4.241150379180908203, 0, 0, -0.85264015197753906, 0.522498607635498046, 120, 255, 1, 45745), -- G_Pumpkin_03 (Area: Kharanos - Difficulty: 0) +(@OGUID+8, 180407, 0, 1, 131, '0', 0, 0, -5572.81689453125, -461.663787841796875, 414.200958251953125, 0.261798173189163208, 0, 0, 0.130525588989257812, 0.991444945335388183, 120, 255, 1, 45745), -- G_Pumpkin_03 (Area: Kharanos - Difficulty: 0) +(@OGUID+9, 180407, 0, 1, 131, '0', 0, 0, -5477.36962890625, -459.368011474609375, 398.4930419921875, 0.837757468223571777, 0, 0, 0.406736373901367187, 0.913545548915863037, 120, 255, 1, 45745), -- G_Pumpkin_03 (Area: Kharanos - Difficulty: 0) +(@OGUID+10, 180410, 0, 1, 131, '0', 0, 0, -5600.61083984375, -519.86065673828125, 401.59832763671875, 4.642575740814208984, 0, 0, -0.731353759765625, 0.681998312473297119, 120, 255, 1, 45745), -- G_HangingSkeleton_01 (Area: Kharanos - Difficulty: 0) +(@OGUID+11, 180411, 0, 1, 131, '0', 0, 0, -5579.19091796875, -436.064239501953125, 402.61480712890625, 4.502951622009277343, 0, 0, -0.7771453857421875, 0.629321098327636718, 120, 255, 1, 45745), -- G_Ghost_01 (Area: Kharanos - Difficulty: 0) +(@OGUID+12, 180415, 0, 1, 131, '0', 0, 0, -5586.52978515625, -534.69964599609375, 404.420013427734375, 3.90954136848449707, 0, 0, -0.92718315124511718, 0.37460830807685852, 120, 255, 1, 45745), -- CandleBlack01 (Area: Kharanos - Difficulty: 0) +(@OGUID+13, 180415, 0, 1, 131, '0', 0, 0, -5594.556640625, -526.07012939453125, 400.373809814453125, 4.677483558654785156, 0, 0, -0.71933937072753906, 0.694658815860748291, 120, 255, 1, 45745), -- CandleBlack01 (Area: Kharanos - Difficulty: 0) +(@OGUID+14, 180425, 0, 1, 131, '0', 0, 0, -5586.76025390625, -534.98089599609375, 404.455078125, 5.340708732604980468, 0, 0, -0.45398998260498046, 0.891006767749786376, 120, 255, 1, 45745), -- SkullCandle01 (Area: Kharanos - Difficulty: 0) +(@OGUID+15, 180425, 0, 1, 131, '0', 0, 0, -5601.1630859375, -525.24481201171875, 400.5550537109375, 0.174532130360603332, 0, 0, 0.087155342102050781, 0.996194720268249511, 120, 255, 1, 45745), -- SkullCandle01 (Area: Kharanos - Difficulty: 0) +(@OGUID+16, 180471, 0, 1, 131, '0', 0, 0, -5585.8818359375, -462.482635498046875, 411.03558349609375, 6.248279094696044921, 0, 0, -0.01745223999023437, 0.999847710132598876, 120, 255, 1, 45745), -- HangingSkullLight01 (Area: Kharanos - Difficulty: 0) +(@OGUID+17, 180471, 0, 1, 131, '0', 0, 0, -5572.96875, -462.4913330078125, 410.719879150390625, 6.021387100219726562, 0, 0, -0.13052558898925781, 0.991444945335388183, 120, 255, 1, 45745), -- HangingSkullLight01 (Area: Kharanos - Difficulty: 0) +(@OGUID+18, 180472, 0, 1, 131, '0', 0, 0, -5578.98974609375, -462.439239501953125, 412.27301025390625, 4.764749526977539062, 0, 0, -0.6883544921875, 0.725374460220336914, 120, 255, 1, 45745), -- HangingSkullLight02 (Area: Kharanos - Difficulty: 0) +(@OGUID+19, 180472, 0, 1, 131, '0', 0, 0, -5605.22216796875, -531.842041015625, 402.5753173828125, 1.535889506340026855, 0, 0, 0.694658279418945312, 0.719339847564697265, 120, 255, 1, 45745), -- HangingSkullLight02 (Area: Kharanos - Difficulty: 0) +(@OGUID+20, 180523, 0, 1, 131, '0', 0, 0, -5584.79052734375, -539.92950439453125, 404.089324951171875, 5.619962215423583984, 0, 0, -0.32556724548339843, 0.945518851280212402, 120, 255, 1, 45745), -- Apple Bob (Area: Kharanos - Difficulty: 0) +(@OGUID+21, 180700, 0, 1, 131, '0', 0, 0, -5747.55810546875, -527.714599609375, 400.000579833984375, 1.640606880187988281, 0, 0, 0.731352806091308593, 0.6819993257522583, 120, 255, 1, 45745), -- Hay Bale 1 (Area: Kharanos - Difficulty: 0) +(@OGUID+22, 180700, 0, 1, 131, '0', 0, 0, -5746.9794921875, -529.003662109375, 399.285064697265625, 0.872663915157318115, 0, 0, 0.422617912292480468, 0.906307935714721679, 120, 255, 1, 45745), -- Hay Bale 1 (Area: Kharanos - Difficulty: 0) +(@OGUID+23, 180700, 0, 1, 131, '0', 0, 0, -5753.1630859375, -533.396240234375, 403.65386962890625, 2.932138919830322265, 0, 0, 0.994521141052246093, 0.104535527527332305, 120, 255, 1, 45745), -- Hay Bale 1 (Area: Kharanos - Difficulty: 0) +(@OGUID+24, 180700, 0, 1, 131, '0', 0, 0, -5752.77197265625, -533.24114990234375, 403.9241943359375, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 120, 255, 1, 45745), -- Hay Bale 1 (Area: Kharanos - Difficulty: 0) +(@OGUID+25, 180700, 0, 1, 131, '0', 0, 0, -5757.09326171875, -522.66571044921875, 398.45355224609375, 0.872663915157318115, 0, 0, 0.422617912292480468, 0.906307935714721679, 120, 255, 1, 45745), -- Hay Bale 1 (Area: Kharanos - Difficulty: 0) +(@OGUID+26, 180700, 0, 1, 131, '0', 0, 0, -5758.15673828125, -521.982666015625, 399.159027099609375, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 120, 255, 1, 45745), -- Hay Bale 1 (Area: Kharanos - Difficulty: 0) +(@OGUID+27, 180700, 0, 1, 131, '0', 0, 0, -5753.9140625, -526.596435546875, 402.29656982421875, 5.881760597229003906, 0, 0, -0.19936752319335937, 0.979924798011779785, 120, 255, 1, 45745), -- Hay Bale 1 (Area: Kharanos - Difficulty: 0) +(@OGUID+28, 180700, 0, 1, 131, '0', 0, 0, -5752.87939453125, -527.554931640625, 402.026458740234375, 1.972219824790954589, 0, 0, 0.83388519287109375, 0.55193793773651123, 120, 255, 1, 45745), -- Hay Bale 1 (Area: Kharanos - Difficulty: 0) +(@OGUID+29, 180700, 0, 1, 131, '0', 0, 0, -5760.94287109375, -528.08416748046875, 403.882415771484375, 2.600535154342651367, 0, 0, 0.963629722595214843, 0.26724100112915039, 120, 255, 1, 45745), -- Hay Bale 1 (Area: Kharanos - Difficulty: 0) +(@OGUID+30, 186234, 0, 1, 131, '0', 0, 0, -5751.90087890625, -483.79339599609375, 396.50201416015625, 2.234017848968505859, 0, 0, 0.898793220520019531, 0.438372820615768432, 120, 255, 1, 45745), -- Water Barrel (Area: Kharanos - Difficulty: 0) +(@OGUID+31, 186234, 0, 1, 131, '0', 0, 0, -5624.01611328125, -478.673828125, 396.980255126953125, 3.263772249221801757, 0, 0, -0.99813461303710937, 0.061051756143569946, 120, 255, 1, 45745), -- Water Barrel (Area: Kharanos - Difficulty: 0) +(@OGUID+32, 186614, 0, 1, 131, '0', 0, 0, -5622.24609375, -478.1807861328125, 396.980255126953125, 0.296705186367034912, 0, 0, 0.147809028625488281, 0.989015936851501464, 120, 255, 1, 45745), -- Water Bucket (Area: Kharanos - Difficulty: 0) +(@OGUID+33, 186614, 0, 1, 131, '0', 0, 0, -5623.4853515625, -477.085845947265625, 396.980255126953125, 1.134462952613830566, 0, 0, 0.537299156188964843, 0.843391716480255126, 120, 255, 1, 45745), -- Water Bucket (Area: Kharanos - Difficulty: 0) +(@OGUID+34, 186615, 0, 1, 131, '0', 0, 0, -5625.37158203125, -477.26605224609375, 396.862213134765625, 2.530723094940185546, 0, 0, 0.953716278076171875, 0.300707906484603881, 120, 255, 1, 45745), -- Water Buckets (Area: Kharanos - Difficulty: 0) +(@OGUID+35, 186720, 0, 1, 131, '0', 0, 0, -5747.51708984375, -527.633544921875, 400.29693603515625, 0.610863447189331054, 0, 0, 0.3007049560546875, 0.953717231750488281, 120, 255, 1, 45745), -- Fire Effigy (Area: Kharanos - Difficulty: 0) +(@OGUID+36, 186720, 0, 1, 131, '0', 0, 0, -5753.23779296875, -533.6519775390625, 404.02215576171875, 1.151916384696960449, 0, 0, 0.544638633728027343, 0.838670849800109863, 120, 255, 1, 45745), -- Fire Effigy (Area: Kharanos - Difficulty: 0) +(@OGUID+37, 186720, 0, 1, 131, '0', 0, 0, -5754.20556640625, -527.0972900390625, 402.495208740234375, 1.221729278564453125, 0, 0, 0.573575973510742187, 0.819152355194091796, 120, 255, 1, 45745), -- Fire Effigy (Area: Kharanos - Difficulty: 0) +(@OGUID+38, 186720, 0, 1, 131, '0', 0, 0, -5758.470703125, -521.98565673828125, 399.218231201171875, 1.448621988296508789, 0, 0, 0.662619590759277343, 0.748956084251403808, 120, 255, 1, 45745), -- Fire Effigy (Area: Kharanos - Difficulty: 0) +(@OGUID+39, 186720, 0, 1, 131, '0', 0, 0, -5761.1650390625, -528.19342041015625, 403.854522705078125, 1.169368624687194824, 0, 0, 0.551936149597167968, 0.833886384963989257, 120, 255, 1, 45745), -- Fire Effigy (Area: Kharanos - Difficulty: 0) +(@OGUID+40, 190036, 0, 1, 131, '0', 0, 0, -5598.9833984375, -531.22772216796875, 399.65155029296875, 2.408554315567016601, 0, 0, 0.933580398559570312, 0.358368009328842163, 120, 255, 1, 45745); -- Candy Bucket (Area: Kharanos - Difficulty: 0) + +-- Event spawns +DELETE FROM `game_event_creature` WHERE `eventEntry`=12 AND `guid` BETWEEN @CGUID+0 AND @CGUID+46; +INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES +(12, @CGUID+0), +(12, @CGUID+1), +(12, @CGUID+2), +(12, @CGUID+3), +(12, @CGUID+4), +(12, @CGUID+5), +(12, @CGUID+6), +(12, @CGUID+7), +(12, @CGUID+8), +(12, @CGUID+9), +(12, @CGUID+10), +(12, @CGUID+11), +(12, @CGUID+12), +(12, @CGUID+13), +(12, @CGUID+14), +(12, @CGUID+15), +(12, @CGUID+16), +(12, @CGUID+17), +(12, @CGUID+18), +(12, @CGUID+19), +(12, @CGUID+20), +(12, @CGUID+21), +(12, @CGUID+22), +(12, @CGUID+23), +(12, @CGUID+24), +(12, @CGUID+25), +(12, @CGUID+26), +(12, @CGUID+27), +(12, @CGUID+28), +(12, @CGUID+29), +(12, @CGUID+30), +(12, @CGUID+31), +(12, @CGUID+32), +(12, @CGUID+33), +(12, @CGUID+34), +(12, @CGUID+35), +(12, @CGUID+36), +(12, @CGUID+37), +(12, @CGUID+38), +(12, @CGUID+39), +(12, @CGUID+40), +(12, @CGUID+41), +(12, @CGUID+42), +(12, @CGUID+43), +(12, @CGUID+44), +(12, @CGUID+45), +(12, @CGUID+46); + +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+40; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40); diff --git a/sql/updates/world/master/2024_03_18_18_world_hallows_end_loch_modan.sql b/sql/updates/world/master/2024_03_18_18_world_hallows_end_loch_modan.sql new file mode 100644 index 0000000000000..982b4322fe33d --- /dev/null +++ b/sql/updates/world/master/2024_03_18_18_world_hallows_end_loch_modan.sql @@ -0,0 +1,263 @@ +-- +SET @OGUID := 3802705; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3004328 AND 3004376; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3004328 AND 3004376; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3004328 AND 3004376; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+48; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 0, 38, 144, '0', 0, 0, -5363.9501953125, -2959.135986328125, 327.41644287109375, 2.967041015625, 0, 0, 0.996193885803222656, 0.087165042757987976, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Thelsamar - Difficulty: 0) CreateObject1 +(@OGUID+1, 180405, 0, 38, 144, '0', 0, 0, -5379.72900390625, -2957.8173828125, 345.710357666015625, 2.408554315567016601, 0, 0, 0.933580398559570312, 0.358368009328842163, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Thelsamar - Difficulty: 0) CreateObject1 +(@OGUID+2, 180405, 0, 38, 144, '0', 0, 0, -5357.1005859375, -2973.14501953125, 335.55950927734375, 1.448621988296508789, 0, 0, 0.662619590759277343, 0.748956084251403808, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Thelsamar - Difficulty: 0) CreateObject1 +(@OGUID+3, 180406, 0, 38, 144, '0', 0, 0, -5390.8173828125, -2947.8544921875, 345.709014892578125, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Thelsamar - Difficulty: 0) CreateObject1 +(@OGUID+4, 180406, 0, 38, 144, '0', 0, 0, -5376.16650390625, -2942.420166015625, 335.727996826171875, 3.001946926116943359, 0, 0, 0.997563362121582031, 0.069766148924827575, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Thelsamar - Difficulty: 0) CreateObject1 +(@OGUID+5, 180406, 0, 38, 144, '0', 0, 0, -5361.37158203125, -3019.73779296875, 327.072509765625, 2.042035102844238281, 0, 0, 0.852640151977539062, 0.522498607635498046, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Thelsamar - Difficulty: 0) CreateObject1 +(@OGUID+6, 180407, 0, 38, 144, '0', 0, 0, -5363.23291015625, -2969.87158203125, 326.779693603515625, 4.520402908325195312, 0, 0, -0.77162456512451171, 0.636078238487243652, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Thelsamar - Difficulty: 0) CreateObject1 +(@OGUID+7, 180407, 0, 38, 144, '0', 0, 0, -5436.35791015625, -2918.18701171875, 347.243011474609375, 3.473210096359252929, 0, 0, -0.98628520965576171, 0.165049895644187927, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Thelsamar - Difficulty: 0) CreateObject1 +(@OGUID+8, 180407, 0, 38, 144, '0', 0, 0, -5361.61962890625, -2957.439453125, 335.493438720703125, 2.967041015625, 0, 0, 0.996193885803222656, 0.087165042757987976, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Thelsamar - Difficulty: 0) CreateObject1 +(@OGUID+9, 180415, 0, 38, 144, '0', 0, 0, -5393.9306640625, -2974.626708984375, 326.780029296875, 2.268925428390502929, 0, 0, 0.906307220458984375, 0.422619491815567016, 120, 255, 1, 51886), -- CandleBlack01 (Area: Thelsamar - Difficulty: 0) CreateObject1 +(@OGUID+10, 180415, 0, 38, 144, '0', 0, 0, -5386.9990234375, -2973.473388671875, 326.826080322265625, 0.925023794174194335, 0, 0, 0.446197509765625, 0.894934535026550292, 120, 255, 1, 51886), -- CandleBlack01 (Area: Thelsamar - Difficulty: 0) CreateObject1 +(@OGUID+11, 180415, 0, 38, 144, '0', 0, 0, -5392.10400390625, -2955.005126953125, 322.8935546875, 4.276057243347167968, 0, 0, -0.84339141845703125, 0.537299633026123046, 120, 255, 1, 51886), -- CandleBlack01 (Area: Thelsamar - Difficulty: 0) CreateObject1 +(@OGUID+12, 180415, 0, 38, 144, '0', 0, 0, -5380.4443359375, -2963.6875, 322.90478515625, 0.645771682262420654, 0, 0, 0.317304611206054687, 0.948323667049407958, 120, 255, 1, 51886), -- CandleBlack01 (Area: Thelsamar - Difficulty: 0) CreateObject1 +(@OGUID+13, 180425, 0, 38, 144, '0', 0, 0, -5386.62841796875, -2965.178955078125, 322.967315673828125, 5.759587764739990234, 0, 0, -0.25881862640380859, 0.965925931930541992, 120, 255, 1, 51886), -- SkullCandle01 (Area: Thelsamar - Difficulty: 0) CreateObject1 +(@OGUID+14, 180425, 0, 38, 144, '0', 0, 0, -5392.65625, -2953.064697265625, 322.928192138671875, 5.864306926727294921, 0, 0, -0.20791149139404296, 0.978147625923156738, 120, 255, 1, 51886), -- SkullCandle01 (Area: Thelsamar - Difficulty: 0) CreateObject1 +(@OGUID+15, 180425, 0, 38, 144, '0', 0, 0, -5382.7001953125, -2972.2265625, 324.04827880859375, 0.296705186367034912, 0, 0, 0.147809028625488281, 0.989015936851501464, 120, 255, 1, 51886), -- SkullCandle01 (Area: Thelsamar - Difficulty: 0) CreateObject1 +(@OGUID+16, 180425, 0, 38, 144, '0', 0, 0, -5383.79052734375, -2957.52587890625, 322.970184326171875, 5.183629035949707031, 0, 0, -0.52249813079833984, 0.852640450000762939, 120, 255, 1, 51886), -- SkullCandle01 (Area: Thelsamar - Difficulty: 0) CreateObject1 +(@OGUID+17, 180426, 0, 38, 144, '0', 0, 0, -5329.7744140625, -2955.854248046875, 347.7984619140625, 3.52557229995727539, 0, 0, -0.98162651062011718, 0.190812408924102783, 120, 255, 1, 51886), -- Bat01 (Area: Thelsamar - Difficulty: 0) CreateObject1 +(@OGUID+18, 180426, 0, 38, 144, '0', 0, 0, -5329.796875, -2956.15625, 337.812530517578125, 5.235987663269042968, 0, 0, -0.5, 0.866025388240814208, 120, 255, 1, 51886), -- Bat01 (Area: Thelsamar - Difficulty: 0) CreateObject1 +(@OGUID+19, 180426, 0, 38, 144, '0', 0, 0, -5329.47412109375, -2955.62158203125, 344.731201171875, 1.623155713081359863, 0, 0, 0.725374221801757812, 0.688354730606079101, 120, 255, 1, 51886), -- Bat01 (Area: Thelsamar - Difficulty: 0) CreateObject1 +(@OGUID+20, 180426, 0, 38, 144, '0', 0, 0, -5329.359375, -2955.65283203125, 343.894378662109375, 0.331610709428787231, 0, 0, 0.16504669189453125, 0.986285746097564697, 120, 255, 1, 51886), -- Bat01 (Area: Thelsamar - Difficulty: 0) CreateObject1 +(@OGUID+21, 180426, 0, 38, 144, '0', 0, 0, -5331.140625, -2956.6962890625, 345.508026123046875, 0.017452461645007133, 0, 0, 0.008726119995117187, 0.999961912631988525, 120, 255, 1, 51886), -- Bat01 (Area: Thelsamar - Difficulty: 0) CreateObject1 +(@OGUID+22, 180426, 0, 38, 144, '0', 0, 0, -5329.5, -2955.9931640625, 339.369384765625, 4.310965538024902343, 0, 0, -0.83388519287109375, 0.55193793773651123, 120, 255, 1, 51886), -- Bat01 (Area: Thelsamar - Difficulty: 0) CreateObject1 +(@OGUID+23, 180426, 0, 38, 144, '0', 0, 0, -5329.7587890625, -2956.022705078125, 340.1060791015625, 1.535889506340026855, 0, 0, 0.694658279418945312, 0.719339847564697265, 120, 255, 1, 51886), -- Bat01 (Area: Thelsamar - Difficulty: 0) CreateObject1 +(@OGUID+24, 180426, 0, 38, 144, '0', 0, 0, -5329.63916015625, -2956.380126953125, 337.192596435546875, 0.523597896099090576, 0, 0, 0.258818626403808593, 0.965925931930541992, 120, 255, 1, 51886), -- Bat01 (Area: Thelsamar - Difficulty: 0) CreateObject1 +(@OGUID+25, 180426, 0, 38, 144, '0', 0, 0, -5329.845703125, -2955.829833984375, 343.071533203125, 0.296705186367034912, 0, 0, 0.147809028625488281, 0.989015936851501464, 120, 255, 1, 51886), -- Bat01 (Area: Thelsamar - Difficulty: 0) CreateObject1 +(@OGUID+26, 180426, 0, 38, 144, '0', 0, 0, -5331.04345703125, -2956.37841796875, 340.6446533203125, 5.829400539398193359, 0, 0, -0.22495079040527343, 0.974370121955871582, 120, 255, 1, 51886), -- Bat01 (Area: Thelsamar - Difficulty: 0) CreateObject1 +(@OGUID+27, 180427, 0, 38, 144, '0', 0, 0, -5375.93115234375, -2947.4658203125, 350.673309326171875, 2.076939344406127929, 0, 0, 0.861628532409667968, 0.50753939151763916, 120, 255, 1, 51886), -- Bat02 (Area: Thelsamar - Difficulty: 0) CreateObject1 +(@OGUID+28, 180427, 0, 38, 144, '0', 0, 0, -5375.5205078125, -2948.0390625, 352.75592041015625, 1.535889506340026855, 0, 0, 0.694658279418945312, 0.719339847564697265, 120, 255, 1, 51886), -- Bat02 (Area: Thelsamar - Difficulty: 0) CreateObject1 +(@OGUID+29, 180427, 0, 38, 144, '0', 0, 0, -5375.2177734375, -2947.725830078125, 352.885406494140625, 0.15707901120185852, 0, 0, 0.078458786010742187, 0.996917366981506347, 120, 255, 1, 51886), -- Bat02 (Area: Thelsamar - Difficulty: 0) CreateObject1 +(@OGUID+30, 180427, 0, 38, 144, '0', 0, 0, -5375.6552734375, -2947.367919921875, 352.023101806640625, 4.852017402648925781, 0, 0, -0.65605831146240234, 0.754710197448730468, 120, 255, 1, 51886), -- Bat02 (Area: Thelsamar - Difficulty: 0) CreateObject1 +(@OGUID+31, 180427, 0, 38, 144, '0', 0, 0, -5375.671875, -2948.19580078125, 352.402984619140625, 0.24434557557106018, 0, 0, 0.121869087219238281, 0.9925462007522583, 120, 255, 1, 51886), -- Bat02 (Area: Thelsamar - Difficulty: 0) CreateObject1 +(@OGUID+32, 180427, 0, 38, 144, '0', 0, 0, -5375.32568359375, -2948.587158203125, 351.627838134765625, 5.916667938232421875, 0, 0, -0.18223476409912109, 0.98325502872467041, 120, 255, 1, 51886), -- Bat02 (Area: Thelsamar - Difficulty: 0) CreateObject1 +(@OGUID+33, 180427, 0, 38, 144, '0', 0, 0, -5375.69384765625, -2948.718017578125, 352.133636474609375, 3.961898565292358398, 0, 0, -0.91705989837646484, 0.398749500513076782, 120, 255, 1, 51886), -- Bat02 (Area: Thelsamar - Difficulty: 0) CreateObject1 +(@OGUID+34, 180427, 0, 38, 144, '0', 0, 0, -5375.64453125, -2947.98046875, 349.6409912109375, 2.234017848968505859, 0, 0, 0.898793220520019531, 0.438372820615768432, 120, 255, 1, 51886), -- Bat02 (Area: Thelsamar - Difficulty: 0) CreateObject1 +(@OGUID+35, 180427, 0, 38, 144, '0', 0, 0, -5376.10400390625, -2948.143798828125, 354.537139892578125, 6.161012649536132812, 0, 0, -0.06104850769042968, 0.998134791851043701, 120, 255, 1, 51886), -- Bat02 (Area: Thelsamar - Difficulty: 0) CreateObject1 +(@OGUID+36, 180427, 0, 38, 144, '0', 0, 0, -5375.0322265625, -2951.165283203125, 351.474853515625, 2.495818138122558593, 0, 0, 0.948323249816894531, 0.317305892705917358, 120, 255, 1, 51886), -- Bat02 (Area: Thelsamar - Difficulty: 0) CreateObject1 +(@OGUID+37, 180471, 0, 38, 144, '0', 0, 0, -5362.783203125, -2974.111083984375, 331.339080810546875, 0.261798173189163208, 0, 0, 0.130525588989257812, 0.991444945335388183, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Thelsamar - Difficulty: 0) CreateObject1 +(@OGUID+38, 180471, 0, 38, 144, '0', 0, 0, -5381.1904296875, -2947.02294921875, 324.301361083984375, 5.986480236053466796, 0, 0, -0.14780902862548828, 0.989015936851501464, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Thelsamar - Difficulty: 0) CreateObject1 +(@OGUID+39, 180471, 0, 38, 144, '0', 0, 0, -5361.953125, -2958.0556640625, 331.24664306640625, 2.687806606292724609, 0, 0, 0.974370002746582031, 0.224951311945915222, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Thelsamar - Difficulty: 0) CreateObject1 +(@OGUID+40, 180471, 0, 38, 144, '0', 0, 0, -5377.232421875, -2961.757080078125, 324.134124755859375, 4.991643905639648437, 0, 0, -0.60181427001953125, 0.798636078834533691, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Thelsamar - Difficulty: 0) CreateObject1 +(@OGUID+41, 180471, 0, 38, 144, '0', 0, 0, -5385.6962890625, -2977.3994140625, 330.495635986328125, 2.042035102844238281, 0, 0, 0.852640151977539062, 0.522498607635498046, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Thelsamar - Difficulty: 0) CreateObject1 +(@OGUID+42, 180472, 0, 38, 144, '0', 0, 0, -5367.111328125, -2960.0869140625, 332.670257568359375, 1.832594871520996093, 0, 0, 0.793353080749511718, 0.608761727809906005, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Thelsamar - Difficulty: 0) CreateObject1 +(@OGUID+43, 180472, 0, 38, 144, '0', 0, 0, -5359.60791015625, -2966.953125, 332.670257568359375, 0.418878614902496337, 0, 0, 0.207911491394042968, 0.978147625923156738, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Thelsamar - Difficulty: 0) CreateObject1 +(@OGUID+44, 180472, 0, 38, 144, '0', 0, 0, -5386.61962890625, -2949.305419921875, 329.70751953125, 5.026549339294433593, 0, 0, -0.5877847671508789, 0.809017360210418701, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Thelsamar - Difficulty: 0) CreateObject1 +(@OGUID+45, 180472, 0, 38, 144, '0', 0, 0, -5372.71533203125, -2977.007080078125, 332.77252197265625, 5.235987663269042968, 0, 0, -0.5, 0.866025388240814208, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Thelsamar - Difficulty: 0) CreateObject1 +(@OGUID+46, 180472, 0, 38, 144, '0', 0, 0, -5379.21923828125, -2954.436767578125, 325.509674072265625, 3.473210096359252929, 0, 0, -0.98628520965576171, 0.165049895644187927, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Thelsamar - Difficulty: 0) CreateObject1 +(@OGUID+47, 180523, 0, 38, 144, '0', 0, 0, -5377.68603515625, -2966.282470703125, 322.34234619140625, 0.645771682262420654, 0, 0, 0.317304611206054687, 0.948323667049407958, 120, 255, 1, 51886), -- Apple Bob (Area: Thelsamar - Difficulty: 0) CreateObject1 +(@OGUID+48, 190043, 0, 38, 144, '0', 0, 0, -5379.70654296875, -2973.98779296875, 323.16851806640625, 2.914689540863037109, 0, 0, 0.993571281433105468, 0.113208353519439697, 120, 255, 1, 51886); -- Candy Bucket (Area: Thelsamar - Difficulty: 0) CreateObject1 + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+48; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48); + +-- +SET @OGUID := 3802754; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3004377 AND 3004443; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3004377 AND 3004443; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3004377 AND 3004443; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+66; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 0, 38, 147, '0', 0, 0, -5637.2744140625, -4294.43603515625, 407.863739013671875, 0.994837164878845214, 0, 0, 0.477158546447753906, 0.878817260265350341, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Farstrider Lodge - Difficulty: 0) CreateObject1 +(@OGUID+1, 180405, 0, 38, 147, '0', 0, 0, -5673.17041015625, -4239.890625, 407.028228759765625, 4.101525306701660156, 0, 0, -0.88701057434082031, 0.461749136447906494, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Farstrider Lodge - Difficulty: 0) CreateObject1 +(@OGUID+2, 180405, 0, 38, 147, '0', 0, 0, -5680.9130859375, -4244.95166015625, 406.984771728515625, 3.769911527633666992, 0, 0, -0.95105648040771484, 0.309017121791839599, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Farstrider Lodge - Difficulty: 0) CreateObject1 +(@OGUID+3, 180406, 0, 38, 147, '0', 0, 0, -5646.236328125, -4300.33837890625, 407.85760498046875, 1.012289404869079589, 0, 0, 0.484808921813964843, 0.87462007999420166, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Farstrider Lodge - Difficulty: 0) CreateObject1 +(@OGUID+4, 180407, 0, 38, 147, '0', 0, 0, -5656.16162109375, -4275.203125, 409.881683349609375, 0.942476630210876464, 0, 0, 0.453989982604980468, 0.891006767749786376, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: The Farstrider Lodge - Difficulty: 0) CreateObject1 +(@OGUID+5, 180408, 0, 38, 147, '0', 0, 0, -5680.90087890625, -4244.923828125, 408.58099365234375, 3.368495941162109375, 0, 0, -0.99357128143310546, 0.113208353519439697, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: The Farstrider Lodge - Difficulty: 0) CreateObject1 +(@OGUID+6, 180408, 0, 38, 147, '0', 0, 0, -5673.19287109375, -4239.890625, 408.630096435546875, 3.700104713439941406, 0, 0, -0.96126079559326171, 0.275640487670898437, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: The Farstrider Lodge - Difficulty: 0) CreateObject1 +(@OGUID+7, 180411, 0, 38, 147, '0', 0, 0, -5639.2568359375, -4301.05029296875, 413.21649169921875, 2.391098499298095703, 0, 0, 0.930417060852050781, 0.366502493619918823, 120, 255, 1, 51886), -- G_Ghost_01 (Area: The Farstrider Lodge - Difficulty: 0) CreateObject1 +(@OGUID+8, 180415, 0, 38, 147, '0', 0, 0, -5641.8369140625, -4257.1962890625, 409.459747314453125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Farstrider Lodge - Difficulty: 0) CreateObject1 +(@OGUID+9, 180415, 0, 38, 147, '0', 0, 0, -5625.921875, -4246.96728515625, 409.476043701171875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Farstrider Lodge - Difficulty: 0) CreateObject1 +(@OGUID+10, 180415, 0, 38, 147, '0', 0, 0, -5694.251953125, -4291.17724609375, 409.475128173828125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Farstrider Lodge - Difficulty: 0) CreateObject1 +(@OGUID+11, 180415, 0, 38, 147, '0', 0, 0, -5678.40625, -4280.84228515625, 409.459747314453125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Farstrider Lodge - Difficulty: 0) CreateObject1 +(@OGUID+12, 180415, 0, 38, 147, '0', 0, 0, -5631.876953125, -4250.79541015625, 409.459747314453125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Farstrider Lodge - Difficulty: 0) CreateObject1 +(@OGUID+13, 180415, 0, 38, 147, '0', 0, 0, -5635.86962890625, -4253.345703125, 409.459747314453125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Farstrider Lodge - Difficulty: 0) CreateObject1 +(@OGUID+14, 180415, 0, 38, 147, '0', 0, 0, -5622.11474609375, -4244.408203125, 409.50885009765625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Farstrider Lodge - Difficulty: 0) CreateObject1 +(@OGUID+15, 180415, 0, 38, 147, '0', 0, 0, -5698.02587890625, -4293.74853515625, 409.508819580078125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Farstrider Lodge - Difficulty: 0) CreateObject1 +(@OGUID+16, 180415, 0, 38, 147, '0', 0, 0, -5684.220703125, -4284.81103515625, 409.459747314453125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Farstrider Lodge - Difficulty: 0) CreateObject1 +(@OGUID+17, 180415, 0, 38, 147, '0', 0, 0, -5688.142578125, -4287.3525390625, 409.459747314453125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Farstrider Lodge - Difficulty: 0) CreateObject1 +(@OGUID+18, 180415, 0, 38, 147, '0', 0, 0, -5674.296875, -4278.35400390625, 409.459747314453125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Farstrider Lodge - Difficulty: 0) CreateObject1 +(@OGUID+19, 180415, 0, 38, 147, '0', 0, 0, -5645.720703125, -4259.76904296875, 409.459747314453125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Farstrider Lodge - Difficulty: 0) CreateObject1 +(@OGUID+20, 180425, 0, 38, 147, '0', 0, 0, -5643.814453125, -4258.51220703125, 409.459747314453125, 5.410521507263183593, 0, 0, -0.42261791229248046, 0.906307935714721679, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Farstrider Lodge - Difficulty: 0) CreateObject1 +(@OGUID+21, 180425, 0, 38, 147, '0', 0, 0, -5633.86962890625, -4252.11962890625, 409.459747314453125, 5.148722648620605468, 0, 0, -0.53729915618896484, 0.843391716480255126, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Farstrider Lodge - Difficulty: 0) CreateObject1 +(@OGUID+22, 180425, 0, 38, 147, '0', 0, 0, -5686.21533203125, -4286.13720703125, 409.459747314453125, 5.131268978118896484, 0, 0, -0.54463863372802734, 0.838670849800109863, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Farstrider Lodge - Difficulty: 0) CreateObject1 +(@OGUID+23, 180425, 0, 38, 147, '0', 0, 0, -5676.2568359375, -4279.62158203125, 409.459747314453125, 5.235987663269042968, 0, 0, -0.5, 0.866025388240814208, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Farstrider Lodge - Difficulty: 0) CreateObject1 +(@OGUID+24, 180425, 0, 38, 147, '0', 0, 0, -5624.00537109375, -4245.689453125, 409.4942626953125, 5.393068790435791015, 0, 0, -0.43051052093505859, 0.902585566043853759, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Farstrider Lodge - Difficulty: 0) CreateObject1 +(@OGUID+25, 180425, 0, 38, 147, '0', 0, 0, -5695.98974609375, -4292.51220703125, 409.49285888671875, 5.340708732604980468, 0, 0, -0.45398998260498046, 0.891006767749786376, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Farstrider Lodge - Difficulty: 0) CreateObject1 +(@OGUID+26, 180426, 0, 38, 147, '0', 0, 0, -5692.3037109375, -4215.56787109375, 401.80633544921875, 5.096362113952636718, 0, 0, -0.55919265747070312, 0.829037725925445556, 120, 255, 1, 51886), -- Bat01 (Area: The Farstrider Lodge - Difficulty: 0) CreateObject1 +(@OGUID+27, 180426, 0, 38, 147, '0', 0, 0, -5689.41845703125, -4215.12158203125, 397.439117431640625, 4.45059061050415039, 0, 0, -0.79335308074951171, 0.608761727809906005, 120, 255, 1, 51886), -- Bat01 (Area: The Farstrider Lodge - Difficulty: 0) CreateObject1 +(@OGUID+28, 180426, 0, 38, 147, '0', 0, 0, -5692.265625, -4214.39404296875, 399.35845947265625, 3.124123096466064453, 0, 0, 0.99996185302734375, 0.008734640665352344, 120, 255, 1, 51886), -- Bat01 (Area: The Farstrider Lodge - Difficulty: 0) CreateObject1 +(@OGUID+29, 180426, 0, 38, 147, '0', 0, 0, -5633.04345703125, -4220.88037109375, 392.00274658203125, 0.907570242881774902, 0, 0, 0.438370704650878906, 0.898794233798980712, 120, 255, 1, 51886), -- Bat01 (Area: The Farstrider Lodge - Difficulty: 0) CreateObject1 +(@OGUID+30, 180426, 0, 38, 147, '0', 0, 0, -5640.876953125, -4221.267578125, 396.80322265625, 1.85004889965057373, 0, 0, 0.798635482788085937, 0.60181504487991333, 120, 255, 1, 51886), -- Bat01 (Area: The Farstrider Lodge - Difficulty: 0) CreateObject1 +(@OGUID+31, 180426, 0, 38, 147, '0', 0, 0, -5636.98974609375, -4218.828125, 401.769561767578125, 4.398232460021972656, 0, 0, -0.80901622772216796, 0.587786316871643066, 120, 255, 1, 51886), -- Bat01 (Area: The Farstrider Lodge - Difficulty: 0) CreateObject1 +(@OGUID+32, 180427, 0, 38, 147, '0', 0, 0, -5646.3681640625, -4206.1630859375, 413.4278564453125, 2.600535154342651367, 0, 0, 0.963629722595214843, 0.26724100112915039, 120, 255, 1, 51886), -- Bat02 (Area: The Farstrider Lodge - Difficulty: 0) CreateObject1 +(@OGUID+33, 180427, 0, 38, 147, '0', 0, 0, -5636.91845703125, -4211.8037109375, 411.973114013671875, 0.610863447189331054, 0, 0, 0.3007049560546875, 0.953717231750488281, 120, 255, 1, 51886), -- Bat02 (Area: The Farstrider Lodge - Difficulty: 0) CreateObject1 +(@OGUID+34, 180427, 0, 38, 147, '0', 0, 0, -5677.5087890625, -4211.05908203125, 410.945587158203125, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 120, 255, 1, 51886), -- Bat02 (Area: The Farstrider Lodge - Difficulty: 0) CreateObject1 +(@OGUID+35, 180427, 0, 38, 147, '0', 0, 0, -5689.49658203125, -4212.70654296875, 408.18804931640625, 4.468043327331542968, 0, 0, -0.7880105972290039, 0.615661680698394775, 120, 255, 1, 51886), -- Bat02 (Area: The Farstrider Lodge - Difficulty: 0) CreateObject1 +(@OGUID+36, 180427, 0, 38, 147, '0', 0, 0, -5660.27978515625, -4208.73095703125, 409.994781494140625, 3.176533222198486328, 0, 0, -0.999847412109375, 0.017469281330704689, 120, 255, 1, 51886), -- Bat02 (Area: The Farstrider Lodge - Difficulty: 0) CreateObject1 +(@OGUID+37, 180471, 0, 38, 147, '0', 0, 0, -5641.87353515625, -4257.15478515625, 413.416961669921875, 0.715584874153137207, 0, 0, 0.350207328796386718, 0.936672210693359375, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Farstrider Lodge - Difficulty: 0) CreateObject1 +(@OGUID+38, 180471, 0, 38, 147, '0', 0, 0, -5631.98291015625, -4250.74462890625, 413.416107177734375, 0.506144583225250244, 0, 0, 0.250379562377929687, 0.968147754669189453, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Farstrider Lodge - Difficulty: 0) CreateObject1 +(@OGUID+39, 180471, 0, 38, 147, '0', 0, 0, -5624.033203125, -4245.70166015625, 413.547271728515625, 0.488691210746765136, 0, 0, 0.241921424865722656, 0.970295846462249755, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Farstrider Lodge - Difficulty: 0) CreateObject1 +(@OGUID+40, 180471, 0, 38, 147, '0', 0, 0, -5694.1787109375, -4291.22412109375, 413.594635009765625, 0.767943859100341796, 0, 0, 0.374606132507324218, 0.927184045314788818, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Farstrider Lodge - Difficulty: 0) CreateObject1 +(@OGUID+41, 180471, 0, 38, 147, '0', 0, 0, -5645.86474609375, -4305.95654296875, 413.4664306640625, 1.48352813720703125, 0, 0, 0.675589561462402343, 0.737277925014495849, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Farstrider Lodge - Difficulty: 0) CreateObject1 +(@OGUID+42, 180471, 0, 38, 147, '0', 0, 0, -5684.23095703125, -4284.767578125, 413.36029052734375, 0.558503925800323486, 0, 0, 0.275636672973632812, 0.961261868476867675, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Farstrider Lodge - Difficulty: 0) CreateObject1 +(@OGUID+43, 180471, 0, 38, 147, '0', 0, 0, -5645.798828125, -4259.74658203125, 413.34197998046875, 0.837757468223571777, 0, 0, 0.406736373901367187, 0.913545548915863037, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Farstrider Lodge - Difficulty: 0) CreateObject1 +(@OGUID+44, 180471, 0, 38, 147, '0', 0, 0, -5678.23779296875, -4247.19287109375, 414.426422119140625, 3.752462387084960937, 0, 0, -0.95371627807617187, 0.300707906484603881, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Farstrider Lodge - Difficulty: 0) CreateObject1 +(@OGUID+45, 180471, 0, 38, 147, '0', 0, 0, -5665.783203125, -4265.89599609375, 414.515167236328125, 0.27925160527229309, 0, 0, 0.139172554016113281, 0.990268170833587646, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Farstrider Lodge - Difficulty: 0) CreateObject1 +(@OGUID+46, 180471, 0, 38, 147, '0', 0, 0, -5660.41650390625, -4261.9462890625, 414.42901611328125, 0.855210542678833007, 0, 0, 0.414692878723144531, 0.909961462020874023, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Farstrider Lodge - Difficulty: 0) CreateObject1 +(@OGUID+47, 180471, 0, 38, 147, '0', 0, 0, -5688.17529296875, -4287.34375, 413.58673095703125, 0.959929943084716796, 0, 0, 0.461748123168945312, 0.887011110782623291, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Farstrider Lodge - Difficulty: 0) CreateObject1 +(@OGUID+48, 180471, 0, 38, 147, '0', 0, 0, -5628.85791015625, -4295.220703125, 413.2857666015625, 1.48352813720703125, 0, 0, 0.675589561462402343, 0.737277925014495849, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Farstrider Lodge - Difficulty: 0) CreateObject1 +(@OGUID+49, 180471, 0, 38, 147, '0', 0, 0, -5674.34228515625, -4278.3212890625, 413.58673095703125, 0.506144583225250244, 0, 0, 0.250379562377929687, 0.968147754669189453, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Farstrider Lodge - Difficulty: 0) CreateObject1 +(@OGUID+50, 180471, 0, 38, 147, '0', 0, 0, -5686.283203125, -4286.09375, 413.440826416015625, 6.161012649536132812, 0, 0, -0.06104850769042968, 0.998134791851043701, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Farstrider Lodge - Difficulty: 0) CreateObject1 +(@OGUID+51, 180471, 0, 38, 147, '0', 0, 0, -5698.03662109375, -4293.74658203125, 413.581878662109375, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Farstrider Lodge - Difficulty: 0) CreateObject1 +(@OGUID+52, 180471, 0, 38, 147, '0', 0, 0, -5633.98974609375, -4252.095703125, 413.31298828125, 0.663223206996917724, 0, 0, 0.325567245483398437, 0.945518851280212402, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Farstrider Lodge - Difficulty: 0) CreateObject1 +(@OGUID+53, 180471, 0, 38, 147, '0', 0, 0, -5625.94970703125, -4246.92041015625, 413.324249267578125, 0.698131442070007324, 0, 0, 0.342020034790039062, 0.939692676067352294, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Farstrider Lodge - Difficulty: 0) CreateObject1 +(@OGUID+54, 180471, 0, 38, 147, '0', 0, 0, -5632.283203125, -4297.1005859375, 413.535552978515625, 0.034906249493360519, 0, 0, 0.017452239990234375, 0.999847710132598876, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Farstrider Lodge - Difficulty: 0) CreateObject1 +(@OGUID+55, 180471, 0, 38, 147, '0', 0, 0, -5678.376953125, -4280.91162109375, 413.571807861328125, 0.907570242881774902, 0, 0, 0.438370704650878906, 0.898794233798980712, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Farstrider Lodge - Difficulty: 0) CreateObject1 +(@OGUID+56, 180471, 0, 38, 147, '0', 0, 0, -5672.5625, -4243.4443359375, 414.311676025390625, 3.892086982727050781, 0, 0, -0.93041706085205078, 0.366502493619918823, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Farstrider Lodge - Difficulty: 0) CreateObject1 +(@OGUID+57, 180471, 0, 38, 147, '0', 0, 0, -5635.892578125, -4253.330078125, 413.431671142578125, 0.733038187026977539, 0, 0, 0.358367919921875, 0.933580458164215087, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Farstrider Lodge - Difficulty: 0) CreateObject1 +(@OGUID+58, 180471, 0, 38, 147, '0', 0, 0, -5696.04150390625, -4292.4931640625, 413.314727783203125, 0.523597896099090576, 0, 0, 0.258818626403808593, 0.965925931930541992, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Farstrider Lodge - Difficulty: 0) CreateObject1 +(@OGUID+59, 180471, 0, 38, 147, '0', 0, 0, -5676.3037109375, -4279.564453125, 413.330322265625, 0.593410074710845947, 0, 0, 0.292370796203613281, 0.95630502700805664, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Farstrider Lodge - Difficulty: 0) CreateObject1 +(@OGUID+60, 180471, 0, 38, 147, '0', 0, 0, -5649.1787109375, -4308.265625, 413.274566650390625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Farstrider Lodge - Difficulty: 0) CreateObject1 +(@OGUID+61, 180471, 0, 38, 147, '0', 0, 0, -5643.8525390625, -4258.50341796875, 413.24169921875, 0.610863447189331054, 0, 0, 0.3007049560546875, 0.953717231750488281, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Farstrider Lodge - Difficulty: 0) CreateObject1 +(@OGUID+62, 180471, 0, 38, 147, '0', 0, 0, -5622.15625, -4244.39404296875, 413.381011962890625, 0.436331570148468017, 0, 0, 0.216439247131347656, 0.976296067237854003, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Farstrider Lodge - Difficulty: 0) CreateObject1 +(@OGUID+63, 180472, 0, 38, 147, '0', 0, 0, -5663.376953125, -4263.90625, 416.525665283203125, 5.288348197937011718, 0, 0, -0.4771585464477539, 0.878817260265350341, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: The Farstrider Lodge - Difficulty: 0) CreateObject1 +(@OGUID+64, 180472, 0, 38, 147, '0', 0, 0, -5675.50537109375, -4245.3056640625, 416.476776123046875, 2.059488296508789062, 0, 0, 0.857167243957519531, 0.515038192272186279, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: The Farstrider Lodge - Difficulty: 0) CreateObject1 +(@OGUID+65, 180523, 0, 38, 147, '0', 0, 0, -5648.705078125, -4278.234375, 407.81256103515625, 5.864306926727294921, 0, 0, -0.20791149139404296, 0.978147625923156738, 120, 255, 1, 51886), -- Apple Bob (Area: The Farstrider Lodge - Difficulty: 0) CreateObject1 +(@OGUID+66, 208124, 0, 38, 147, '0', 0, 0, -5656.1962890625, -4283.87353515625, 407.81732177734375, 1.151916384696960449, 0, 0, 0.544638633728027343, 0.838670849800109863, 120, 255, 1, 51886); -- Candy Bucket (Area: The Farstrider Lodge - Difficulty: 0) CreateObject1 + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+66; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48), +(12, @OGUID+49), +(12, @OGUID+50), +(12, @OGUID+51), +(12, @OGUID+52), +(12, @OGUID+53), +(12, @OGUID+54), +(12, @OGUID+55), +(12, @OGUID+56), +(12, @OGUID+57), +(12, @OGUID+58), +(12, @OGUID+59), +(12, @OGUID+60), +(12, @OGUID+61), +(12, @OGUID+62), +(12, @OGUID+63), +(12, @OGUID+64), +(12, @OGUID+65), +(12, @OGUID+66); diff --git a/sql/updates/world/master/2024_03_18_19_world_hallows_end_searing_gorge.sql b/sql/updates/world/master/2024_03_18_19_world_hallows_end_searing_gorge.sql new file mode 100644 index 0000000000000..1efb88a07ecca --- /dev/null +++ b/sql/updates/world/master/2024_03_18_19_world_hallows_end_searing_gorge.sql @@ -0,0 +1,231 @@ +-- +SET @OGUID := 3802821; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3004444 AND 3004551; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3004444 AND 3004551; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3004444 AND 3004551; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+107; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 0, 51, 5628, '0', 0, 0, -7107.51220703125, -1326.02783203125, 246.0437774658203125, 0.069811686873435974, 0, 0, 0.034898757934570312, 0.999390840530395507, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+1, 180405, 0, 51, 5628, '0', 0, 0, -7120.57470703125, -1188.876708984375, 308.032318115234375, 0.209439441561698913, 0, 0, 0.104528427124023437, 0.994521915912628173, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+2, 180405, 0, 51, 5628, '0', 0, 0, -7095.3681640625, -1192.21533203125, 325.77069091796875, 3.45575571060180664, 0, 0, -0.98768806457519531, 0.156436234712600708, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+3, 180405, 0, 51, 5628, '0', 0, 0, -7117.34228515625, -1259.9930419921875, 274.82403564453125, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+4, 180406, 0, 51, 5628, '0', 0, 0, -7105.09716796875, -1205.53125, 326.203460693359375, 4.694936752319335937, 0, 0, -0.71325016021728515, 0.700909554958343505, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+5, 180406, 0, 51, 5628, '0', 0, 0, -7110.77783203125, -1208.6441650390625, 307.380615234375, 4.694936752319335937, 0, 0, -0.71325016021728515, 0.700909554958343505, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+6, 180406, 0, 51, 5628, '0', 0, 0, -7099.0244140625, -1301.0572509765625, 263.53094482421875, 1.029743075370788574, 0, 0, 0.492423057556152343, 0.870355963706970214, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+7, 180406, 0, 51, 5628, '0', 0, 0, -7116.83154296875, -1241.3853759765625, 288.814361572265625, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+8, 180407, 0, 51, 5628, '0', 0, 0, -7127.267578125, -1234.9757080078125, 290.513671875, 1.954769015312194824, 0, 0, 0.829037666320800781, 0.559192776679992675, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+9, 180407, 0, 51, 5628, '0', 0, 0, -7082.7880859375, -1188.001708984375, 326.045562744140625, 5.864306926727294921, 0, 0, -0.20791149139404296, 0.978147625923156738, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+10, 180407, 0, 51, 5628, '0', 0, 0, -7093.703125, -1277.185791015625, 268.135650634765625, 0.331610709428787231, 0, 0, 0.16504669189453125, 0.986285746097564697, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+11, 180408, 0, 51, 5628, '0', 0, 0, -7091.20654296875, -1266.6788330078125, 272.1671142578125, 5.026549339294433593, 0, 0, -0.5877847671508789, 0.809017360210418701, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+12, 180411, 0, 51, 5628, '0', 0, 0, -7110.861328125, -1205.5052490234375, 315.450653076171875, 5.864306926727294921, 0, 0, -0.20791149139404296, 0.978147625923156738, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+13, 180415, 0, 51, 5628, '0', 0, 0, -7080.11474609375, -1193.998291015625, 324.613922119140625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+14, 180415, 0, 51, 5628, '0', 0, 0, -7087.7431640625, -1216.93408203125, 323.594818115234375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+15, 180415, 0, 51, 5628, '0', 0, 0, -7101.19287109375, -1187.8367919921875, 323.57794189453125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+16, 180415, 0, 51, 5628, '0', 0, 0, -7080.15087890625, -1213.8629150390625, 324.1241455078125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+17, 180415, 0, 51, 5628, '0', 0, 0, -7111.0712890625, -1192.0035400390625, 323.25640869140625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+18, 180415, 0, 51, 5628, '0', 0, 0, -7106.44091796875, -1217.0572509765625, 325.47210693359375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+19, 180415, 0, 51, 5628, '0', 0, 0, -7102.96875, -1217.03125, 325.42529296875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+20, 180415, 0, 51, 5628, '0', 0, 0, -7080.11962890625, -1202.4930419921875, 324.327239990234375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+21, 180415, 0, 51, 5628, '0', 0, 0, -7090.626953125, -1216.9375, 324.043487548828125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+22, 180415, 0, 51, 5628, '0', 0, 0, -7097.21728515625, -1204.6597900390625, 316.000701904296875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+23, 180415, 0, 51, 5628, '0', 0, 0, -7102.06591796875, -1204.8629150390625, 312.007781982421875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+24, 180415, 0, 51, 5628, '0', 0, 0, -7108.40625, -1198.782958984375, 308.8804931640625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+25, 180415, 0, 51, 5628, '0', 0, 0, -7100.080078125, -1204.7239990234375, 313.653533935546875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+26, 180415, 0, 51, 5628, '0', 0, 0, -7103.77587890625, -1187.2742919921875, 323.26080322265625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+27, 180415, 0, 51, 5628, '0', 0, 0, -7105.93212890625, -1205.2916259765625, 309.329498291015625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+28, 180415, 0, 51, 5628, '0', 0, 0, -7081.7587890625, -1216.9410400390625, 323.97808837890625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+29, 180415, 0, 51, 5628, '0', 0, 0, -7110.54345703125, -1215.26220703125, 325.034393310546875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+30, 180415, 0, 51, 5628, '0', 0, 0, -7102.595703125, -1199.2725830078125, 312.521881103515625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+31, 180415, 0, 51, 5628, '0', 0, 0, -7111.35400390625, -1187.654541015625, 322.512725830078125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+32, 180415, 0, 51, 5628, '0', 0, 0, -7122.55029296875, -1190.1197509765625, 306.530426025390625, 3.420850038528442382, 0, 0, -0.99026775360107421, 0.139175355434417724, 120, 255, 1, 51886), -- CandleBlack01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+33, 180415, 0, 51, 5628, '0', 0, 0, -7086.63525390625, -1187.2569580078125, 324.38555908203125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+34, 180415, 0, 51, 5628, '0', 0, 0, -7080.10400390625, -1210.7742919921875, 324.1241455078125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+35, 180415, 0, 51, 5628, '0', 0, 0, -7085.001953125, -1216.921875, 323.51165771484375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+36, 180415, 0, 51, 5628, '0', 0, 0, -7104.15478515625, -1199.0416259765625, 311.271759033203125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+37, 180415, 0, 51, 5628, '0', 0, 0, -7106.7275390625, -1186.7847900390625, 322.86767578125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+38, 180415, 0, 51, 5628, '0', 0, 0, -7110.29345703125, -1270.8836669921875, 273.07177734375, 1.151916384696960449, 0, 0, 0.544638633728027343, 0.838670849800109863, 120, 255, 1, 51886), -- CandleBlack01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+39, 180415, 0, 51, 5628, '0', 0, 0, -7091.689453125, -1204.546875, 320.288482666015625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+40, 180415, 0, 51, 5628, '0', 0, 0, -7111.30908203125, -1189.6754150390625, 322.85833740234375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+41, 180415, 0, 51, 5628, '0', 0, 0, -7108.00537109375, -1205.68408203125, 307.956451416015625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+42, 180415, 0, 51, 5628, '0', 0, 0, -7091.6162109375, -1199.5521240234375, 320.38970947265625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+43, 180415, 0, 51, 5628, '0', 0, 0, -7080.142578125, -1207.8228759765625, 324.1241455078125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+44, 180415, 0, 51, 5628, '0', 0, 0, -7111.1650390625, -1208.7864990234375, 324.31103515625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+45, 180415, 0, 51, 5628, '0', 0, 0, -7088.58154296875, -1199.6910400390625, 322.709136962890625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+46, 180415, 0, 51, 5628, '0', 0, 0, -7105.90966796875, -1198.7742919921875, 309.776702880859375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+47, 180415, 0, 51, 5628, '0', 0, 0, -7098.43408203125, -1188.2447509765625, 323.923126220703125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+48, 180415, 0, 51, 5628, '0', 0, 0, -7080.1318359375, -1191.592041015625, 324.613922119140625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+49, 180415, 0, 51, 5628, '0', 0, 0, -7122.21337890625, -1190.032958984375, 306.61334228515625, 0.139624491333961486, 0, 0, 0.06975555419921875, 0.997564136981964111, 120, 255, 1, 51886), -- CandleBlack01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+50, 180415, 0, 51, 5628, '0', 0, 0, -7093.14404296875, -1187.8038330078125, 324.13043212890625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+51, 180415, 0, 51, 5628, '0', 0, 0, -7089.9130859375, -1187.545166015625, 324.257080078125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+52, 180415, 0, 51, 5628, '0', 0, 0, -7095.7255859375, -1188.0555419921875, 324.029205322265625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+53, 180415, 0, 51, 5628, '0', 0, 0, -7080.07666015625, -1196.6180419921875, 324.613922119140625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+54, 180415, 0, 51, 5628, '0', 0, 0, -7080.109375, -1199.4132080078125, 324.571929931640625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+55, 180415, 0, 51, 5628, '0', 0, 0, -7109.80712890625, -1186.5989990234375, 322.474395751953125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+56, 180415, 0, 51, 5628, '0', 0, 0, -7110.939453125, -1201.3333740234375, 324.242095947265625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+57, 180415, 0, 51, 5628, '0', 0, 0, -7097.453125, -1199.404541015625, 316.18487548828125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+58, 180415, 0, 51, 5628, '0', 0, 0, -7110.1181640625, -1270.57470703125, 272.932342529296875, 0.663223206996917724, 0, 0, 0.325567245483398437, 0.945518851280212402, 120, 255, 1, 51886), -- CandleBlack01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+59, 180415, 0, 51, 5628, '0', 0, 0, -7094.2255859375, -1216.88720703125, 324.524688720703125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+60, 180415, 0, 51, 5628, '0', 0, 0, -7104.05908203125, -1205.0816650390625, 310.741363525390625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+61, 180415, 0, 51, 5628, '0', 0, 0, -7122.31591796875, -1190.34033203125, 306.333709716796875, 0.314158439636230468, 0, 0, 0.156434059143066406, 0.987688362598419189, 120, 255, 1, 51886), -- CandleBlack01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+62, 180415, 0, 51, 5628, '0', 0, 0, -7096.96533203125, -1216.8975830078125, 324.806976318359375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+63, 180415, 0, 51, 5628, '0', 0, 0, -7111.53662109375, -1205.1944580078125, 323.937591552734375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+64, 180415, 0, 51, 5628, '0', 0, 0, -7110.9306640625, -1212.1180419921875, 324.6832275390625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+65, 180415, 0, 51, 5628, '0', 0, 0, -7100.533203125, -1199.407958984375, 314.010986328125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+66, 180415, 0, 51, 5628, '0', 0, 0, -7110.53466796875, -1197.4132080078125, 324.18145751953125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+67, 180415, 0, 51, 5628, '0', 0, 0, -7094.82470703125, -1199.40625, 318.045379638671875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+68, 180415, 0, 51, 5628, '0', 0, 0, -7088.56591796875, -1204.4288330078125, 322.662200927734375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+69, 180415, 0, 51, 5628, '0', 0, 0, -7080.16162109375, -1205.3333740234375, 324.1241455078125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+70, 180415, 0, 51, 5628, '0', 0, 0, -7094.68212890625, -1204.564208984375, 317.96038818359375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+71, 180415, 0, 51, 5628, '0', 0, 0, -7100.03466796875, -1216.9635009765625, 325.123046875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+72, 180415, 0, 51, 5628, '0', 0, 0, -7110.83837890625, -1194.59033203125, 323.698699951171875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+73, 180415, 0, 51, 5628, '0', 0, 0, -7108.99462890625, -1216.982666015625, 325.30474853515625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+74, 180425, 0, 51, 5628, '0', 0, 0, -7131.689453125, -1210.62158203125, 302.27880859375, 5.864306926727294921, 0, 0, -0.20791149139404296, 0.978147625923156738, 120, 255, 1, 51886), -- SkullCandle01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+75, 180425, 0, 51, 5628, '0', 0, 0, -7099.0400390625, -1332.3350830078125, 249.030548095703125, 3.700104713439941406, 0, 0, -0.96126079559326171, 0.275640487670898437, 120, 255, 1, 51886), -- SkullCandle01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+76, 180425, 0, 51, 5628, '0', 0, 0, -7130.3125, -1235.4288330078125, 293.651336669921875, 6.195919513702392578, 0, 0, -0.04361915588378906, 0.999048233032226562, 120, 255, 1, 51886), -- SkullCandle01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+77, 180425, 0, 51, 5628, '0', 0, 0, -7047.1630859375, -1216.40283203125, 267.647308349609375, 2.286378860473632812, 0, 0, 0.909960746765136718, 0.414694398641586303, 120, 255, 1, 51886), -- SkullCandle01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+78, 180425, 0, 51, 5628, '0', 0, 0, -7097.5693359375, -1299.8385009765625, 265.73175048828125, 5.201082706451416015, 0, 0, -0.51503753662109375, 0.857167601585388183, 120, 255, 1, 51886), -- SkullCandle01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+79, 180425, 0, 51, 5628, '0', 0, 0, -7102.48974609375, -1277.32470703125, 270.63525390625, 5.148722648620605468, 0, 0, -0.53729915618896484, 0.843391716480255126, 120, 255, 1, 51886), -- SkullCandle01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+80, 180425, 0, 51, 5628, '0', 0, 0, -7095.3505859375, -1276.7396240234375, 270.13934326171875, 4.869470596313476562, 0, 0, -0.64944744110107421, 0.760406434535980224, 120, 255, 1, 51886), -- SkullCandle01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+81, 180425, 0, 51, 5628, '0', 0, 0, -7111.48095703125, -1186.5103759765625, 324.82354736328125, 5.340708732604980468, 0, 0, -0.45398998260498046, 0.891006767749786376, 120, 255, 1, 51886), -- SkullCandle01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+82, 180425, 0, 51, 5628, '0', 0, 0, -7067.673828125, -1236.19970703125, 269.3179931640625, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 120, 255, 1, 51886), -- SkullCandle01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+83, 180425, 0, 51, 5628, '0', 0, 0, -7110.15478515625, -1199.4879150390625, 309.272796630859375, 3.700104713439941406, 0, 0, -0.96126079559326171, 0.275640487670898437, 120, 255, 1, 51886), -- SkullCandle01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+84, 180425, 0, 51, 5628, '0', 0, 0, -7109.07470703125, -1238.9739990234375, 290.799530029296875, 0.436331570148468017, 0, 0, 0.216439247131347656, 0.976296067237854003, 120, 255, 1, 51886), -- SkullCandle01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+85, 180425, 0, 51, 5628, '0', 0, 0, -7080.68603515625, -1187.3697509765625, 327.14654541015625, 4.276057243347167968, 0, 0, -0.84339141845703125, 0.537299633026123046, 120, 255, 1, 51886), -- SkullCandle01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+86, 180425, 0, 51, 5628, '0', 0, 0, -7080.45654296875, -1216.7222900390625, 326.67999267578125, 2.408554315567016601, 0, 0, 0.933580398559570312, 0.358368009328842163, 120, 255, 1, 51886), -- SkullCandle01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+87, 180425, 0, 51, 5628, '0', 0, 0, -7091.08154296875, -1237.4375, 280.224029541015625, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 51886), -- SkullCandle01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+88, 180425, 0, 51, 5628, '0', 0, 0, -7105.7744140625, -1326.7274169921875, 248.38238525390625, 4.398232460021972656, 0, 0, -0.80901622772216796, 0.587786316871643066, 120, 255, 1, 51886), -- SkullCandle01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+89, 180425, 0, 51, 5628, '0', 0, 0, -7110.32275390625, -1216.6822509765625, 327.7646484375, 0.767943859100341796, 0, 0, 0.374606132507324218, 0.927184045314788818, 120, 255, 1, 51886), -- SkullCandle01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+90, 180425, 0, 51, 5628, '0', 0, 0, -7031.98095703125, -1168.923583984375, 247.06890869140625, 0.331610709428787231, 0, 0, 0.16504669189453125, 0.986285746097564697, 120, 255, 1, 51886), -- SkullCandle01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+91, 180425, 0, 51, 5628, '0', 0, 0, -7037.392578125, -1162.421875, 247.6460723876953125, 0.436331570148468017, 0, 0, 0.216439247131347656, 0.976296067237854003, 120, 255, 1, 51886), -- SkullCandle01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+92, 180427, 0, 51, 5628, '0', 0, 0, -7095.875, -1202.0555419921875, 321.97967529296875, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 51886), -- Bat02 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+93, 180427, 0, 51, 5628, '0', 0, 0, -7092.53125, -1201.748291015625, 319.841339111328125, 2.914689540863037109, 0, 0, 0.993571281433105468, 0.113208353519439697, 120, 255, 1, 51886), -- Bat02 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+94, 180427, 0, 51, 5628, '0', 0, 0, -7094.2744140625, -1201.560791015625, 325.39727783203125, 3.804818391799926757, 0, 0, -0.94551849365234375, 0.325568377971649169, 120, 255, 1, 51886), -- Bat02 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+95, 180427, 0, 51, 5628, '0', 0, 0, -7095.30224609375, -1201.001708984375, 323.85028076171875, 1.797688722610473632, 0, 0, 0.7826080322265625, 0.622514784336090087, 120, 255, 1, 51886), -- Bat02 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+96, 180427, 0, 51, 5628, '0', 0, 0, -7093.28125, -1202.4635009765625, 323.901763916015625, 2.426007747650146484, 0, 0, 0.936672210693359375, 0.350207358598709106, 120, 255, 1, 51886), -- Bat02 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+97, 180427, 0, 51, 5628, '0', 0, 0, -7094.09912109375, -1200.51220703125, 327.6461181640625, 3.961898565292358398, 0, 0, -0.91705989837646484, 0.398749500513076782, 120, 255, 1, 51886), -- Bat02 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+98, 180471, 0, 51, 5628, '0', 0, 0, -7124.38037109375, -1189.5833740234375, 308.824127197265625, 5.602506637573242187, 0, 0, -0.33380699157714843, 0.942641437053680419, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+99, 180471, 0, 51, 5628, '0', 0, 0, -7113.36474609375, -1264.8125, 275.280670166015625, 2.460912704467773437, 0, 0, 0.942641258239746093, 0.333807557821273803, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+100, 180471, 0, 51, 5628, '0', 0, 0, -7121.8212890625, -1189.8992919921875, 308.861236572265625, 0.296705186367034912, 0, 0, 0.147809028625488281, 0.989015936851501464, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+101, 180471, 0, 51, 5628, '0', 0, 0, -7120.6494140625, -1268.7899169921875, 275.309326171875, 4.380776405334472656, 0, 0, -0.81411552429199218, 0.580702960491180419, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+102, 180471, 0, 51, 5628, '0', 0, 0, -7116.7431640625, -1276.0242919921875, 275.336181640625, 6.021387100219726562, 0, 0, -0.13052558898925781, 0.991444945335388183, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+103, 180471, 0, 51, 5628, '0', 0, 0, -7109.42724609375, -1272.1007080078125, 275.277252197265625, 1.466075778007507324, 0, 0, 0.669130325317382812, 0.74314504861831665, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+104, 180472, 0, 51, 5628, '0', 0, 0, -7111.73291015625, -1268.6441650390625, 275.634002685546875, 0.261798173189163208, 0, 0, 0.130525588989257812, 0.991444945335388183, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+105, 180523, 0, 51, 5628, '0', 0, 0, -7112.37353515625, -1197.8697509765625, 307.289337158203125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+106, 185434, 0, 51, 5628, '0', 0, 0, -7122.82470703125, -1188.1978759765625, 308.28125, 4.468043327331542968, 0, 0, -0.7880105972290039, 0.615661680698394775, 120, 255, 1, 51886), -- Sitting Skeleton 01 (Area: Iron Summit - Difficulty: 0) CreateObject1 +(@OGUID+107, 208138, 0, 51, 5628, '0', 0, 0, -7082.07275390625, -1203.7899169921875, 324.168853759765625, 4.398232460021972656, 0, 0, -0.80901622772216796, 0.587786316871643066, 120, 255, 1, 51886); -- Candy Bucket (Area: Iron Summit - Difficulty: 0) CreateObject1 + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+107; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48), +(12, @OGUID+49), +(12, @OGUID+50), +(12, @OGUID+51), +(12, @OGUID+52), +(12, @OGUID+53), +(12, @OGUID+54), +(12, @OGUID+55), +(12, @OGUID+56), +(12, @OGUID+57), +(12, @OGUID+58), +(12, @OGUID+59), +(12, @OGUID+60), +(12, @OGUID+61), +(12, @OGUID+62), +(12, @OGUID+63), +(12, @OGUID+64), +(12, @OGUID+65), +(12, @OGUID+66), +(12, @OGUID+67), +(12, @OGUID+68), +(12, @OGUID+69), +(12, @OGUID+70), +(12, @OGUID+71), +(12, @OGUID+72), +(12, @OGUID+73), +(12, @OGUID+74), +(12, @OGUID+75), +(12, @OGUID+76), +(12, @OGUID+77), +(12, @OGUID+78), +(12, @OGUID+79), +(12, @OGUID+80), +(12, @OGUID+81), +(12, @OGUID+82), +(12, @OGUID+83), +(12, @OGUID+84), +(12, @OGUID+85), +(12, @OGUID+86), +(12, @OGUID+87), +(12, @OGUID+88), +(12, @OGUID+89), +(12, @OGUID+90), +(12, @OGUID+91), +(12, @OGUID+92), +(12, @OGUID+93), +(12, @OGUID+94), +(12, @OGUID+95), +(12, @OGUID+96), +(12, @OGUID+97), +(12, @OGUID+98), +(12, @OGUID+99), +(12, @OGUID+100), +(12, @OGUID+101), +(12, @OGUID+102), +(12, @OGUID+103), +(12, @OGUID+104), +(12, @OGUID+105), +(12, @OGUID+106), +(12, @OGUID+107); diff --git a/sql/updates/world/master/2024_03_18_20_world_hallows_end_badlands.sql b/sql/updates/world/master/2024_03_18_20_world_hallows_end_badlands.sql new file mode 100644 index 0000000000000..316a59e2af4b8 --- /dev/null +++ b/sql/updates/world/master/2024_03_18_20_world_hallows_end_badlands.sql @@ -0,0 +1,526 @@ +-- +SET @CGUID := 3800224; +SET @OGUID := 3802929; + +-- Old creature spawns +DELETE FROM `creature` WHERE `guid` BETWEEN 3000296 AND 3000296; +DELETE FROM `creature_addon` WHERE `guid` BETWEEN 3000296 AND 3000296; +DELETE FROM `game_event_creature` WHERE `guid` BETWEEN 3000296 AND 3000296; + +-- Creature spawns +DELETE FROM `creature` WHERE `guid`=@CGUID+0; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES +(@CGUID+0, 22816, 0, 3, 5496, '0', 0, 0, 0, 0, -6611.26169921875, -3925.318349609375, 378.753109130859375, 6.03973245620727539, 120, 10, 0, 1129, 0, 1, NULL, NULL, NULL, NULL, 51886); -- Black Cat (Area: Fuselight - Difficulty: 0) CreateObject1 (possible waypoints or random movement) + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3004552 AND 3004660; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3004552 AND 3004660; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3004552 AND 3004660; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+108; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 0, 3, 5496, '0', 0, 0, -6632.92529296875, -3929.3056640625, 381.0665283203125, 2.67034769058227539, 0, 0, 0.972369194030761718, 0.233448356389999389, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+1, 180405, 0, 3, 5496, '0', 0, 0, -6589.0556640625, -3838.838623046875, 379.7763671875, 2.740161895751953125, 0, 0, 0.979924201965332031, 0.199370384216308593, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+2, 180405, 0, 3, 5496, '0', 0, 0, -6595.0693359375, -3928.560791015625, 381.683990478515625, 5.131268978118896484, 0, 0, -0.54463863372802734, 0.838670849800109863, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+3, 180405, 0, 3, 1898, '0', 0, 0, -6486.390625, -3765.482666015625, 329.17230224609375, 1.85004889965057373, 0, 0, 0.798635482788085937, 0.60181504487991333, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Dustwind Gulch - Difficulty: 0) CreateObject1 +(@OGUID+4, 180406, 0, 3, 5496, '0', 0, 0, -6636.84033203125, -3834.989501953125, 381.67694091796875, 3.43830275535583496, 0, 0, -0.98901557922363281, 0.147811368107795715, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+5, 180406, 0, 3, 5496, '0', 0, 0, -6572.751953125, -3813.163330078125, 375.05999755859375, 1.954769015312194824, 0, 0, 0.829037666320800781, 0.559192776679992675, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+6, 180406, 0, 3, 5496, '0', 0, 0, -6628.6962890625, -3930.0712890625, 381.191558837890625, 2.426007747650146484, 0, 0, 0.936672210693359375, 0.350207358598709106, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+7, 180406, 0, 3, 1898, '0', 0, 0, -6427.61474609375, -3776.541748046875, 294.458343505859375, 2.321286916732788085, 0, 0, 0.917059898376464843, 0.398749500513076782, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Dustwind Gulch - Difficulty: 0) CreateObject1 +(@OGUID+8, 180407, 0, 3, 5496, '0', 0, 0, -6630.705078125, -3834.116455078125, 381.672393798828125, 3.804818391799926757, 0, 0, -0.94551849365234375, 0.325568377971649169, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+9, 180407, 0, 3, 5496, '0', 0, 0, -6642.32470703125, -3916.654541015625, 380.97943115234375, 2.775068521499633789, 0, 0, 0.983254432678222656, 0.182238012552261352, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+10, 180407, 0, 3, 5496, '0', 0, 0, -6595.7431640625, -3922.40625, 381.65960693359375, 5.288348197937011718, 0, 0, -0.4771585464477539, 0.878817260265350341, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+11, 180407, 0, 3, 1898, '0', 0, 0, -6488.77978515625, -3810.2431640625, 346.660552978515625, 3.159062385559082031, 0, 0, -0.99996185302734375, 0.008734640665352344, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Dustwind Gulch - Difficulty: 0) CreateObject1 +(@OGUID+12, 180409, 0, 3, 5496, '0', 0, 0, -6629.9599609375, -3925.717041015625, 378.63720703125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- G_WitchBroom_01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+13, 180410, 0, 3, 5496, '0', 0, 0, -6581.798828125, -3901.13720703125, 379.870758056640625, 4.188792228698730468, 0, 0, -0.86602497100830078, 0.50000077486038208, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+14, 180410, 0, 3, 5496, '0', 0, 0, -6578.38720703125, -3906.28125, 380.519073486328125, 3.159062385559082031, 0, 0, -0.99996185302734375, 0.008734640665352344, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+15, 180411, 0, 3, 5496, '0', 0, 0, -6593.27783203125, -3899.282958984375, 386.30523681640625, 0.645771682262420654, 0, 0, 0.317304611206054687, 0.948323667049407958, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+16, 180415, 0, 3, 5496, '0', 0, 0, -6633.13525390625, -3837.15625, 384.546539306640625, 5.550147056579589843, 0, 0, -0.358367919921875, 0.933580458164215087, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+17, 180415, 0, 3, 5496, '0', 0, 0, -6634.1962890625, -3837.303955078125, 384.665191650390625, 4.572763919830322265, 0, 0, -0.75470924377441406, 0.656059443950653076, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+18, 180415, 0, 3, 5496, '0', 0, 0, -6647.67041015625, -3833.201416015625, 380.556488037109375, 2.617989301681518554, 0, 0, 0.965925216674804687, 0.258821308612823486, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+19, 180415, 0, 3, 5496, '0', 0, 0, -6645.236328125, -3833.59033203125, 380.572174072265625, 1.658061861991882324, 0, 0, 0.737277030944824218, 0.67559051513671875, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+20, 180415, 0, 3, 5496, '0', 0, 0, -6622.55029296875, -3830.13720703125, 380.572052001953125, 0.925023794174194335, 0, 0, 0.446197509765625, 0.894934535026550292, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+21, 180415, 0, 3, 5496, '0', 0, 0, -6625.00341796875, -3832.23095703125, 381.024810791015625, 2.72271275520324707, 0, 0, 0.978147506713867187, 0.207912087440490722, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+22, 180415, 0, 3, 5496, '0', 0, 0, -6633.70654296875, -3837.251708984375, 384.64422607421875, 4.660029888153076171, 0, 0, -0.72537422180175781, 0.688354730606079101, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+23, 180415, 0, 3, 5496, '0', 0, 0, -6635.15283203125, -3837.40966796875, 384.743804931640625, 0.523597896099090576, 0, 0, 0.258818626403808593, 0.965925931930541992, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+24, 180415, 0, 3, 5496, '0', 0, 0, -6632.21875, -3836.99658203125, 384.837005615234375, 4.747295856475830078, 0, 0, -0.69465827941894531, 0.719339847564697265, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+25, 180415, 0, 3, 5496, '0', 0, 0, -6617.265625, -3829.388916015625, 380.757415771484375, 3.752462387084960937, 0, 0, -0.95371627807617187, 0.300707906484603881, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+26, 180415, 0, 3, 5496, '0', 0, 0, -6634.76416015625, -3837.38720703125, 384.594207763671875, 5.096362113952636718, 0, 0, -0.55919265747070312, 0.829037725925445556, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+27, 180415, 0, 3, 5496, '0', 0, 0, -6631.77587890625, -3836.9619140625, 384.628326416015625, 5.567600727081298828, 0, 0, -0.35020732879638671, 0.936672210693359375, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+28, 180415, 0, 3, 5496, '0', 0, 0, -6643.11474609375, -3834.623291015625, 381.019287109375, 3.595378875732421875, 0, 0, -0.97437000274658203, 0.224951311945915222, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+29, 180415, 0, 3, 5496, '0', 0, 0, -6650.41845703125, -3833.751708984375, 380.737396240234375, 4.97418975830078125, 0, 0, -0.60876083374023437, 0.793353796005249023, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+30, 180415, 0, 3, 5496, '0', 0, 0, -6626.2119140625, -3834.854248046875, 380.766876220703125, 4.9218292236328125, 0, 0, -0.62932014465332031, 0.77714616060256958, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+31, 180415, 0, 3, 5496, '0', 0, 0, -6641.0380859375, -3836.939208984375, 380.799285888671875, 5.585053920745849609, 0, 0, -0.34202003479003906, 0.939692676067352294, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+32, 180415, 0, 3, 5496, '0', 0, 0, -6632.63525390625, -3837.0869140625, 384.755767822265625, 0.261798173189163208, 0, 0, 0.130525588989257812, 0.991444945335388183, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+33, 180415, 0, 3, 5496, '0', 0, 0, -6620.07666015625, -3829.265625, 380.56695556640625, 4.014260292053222656, 0, 0, -0.90630722045898437, 0.422619491815567016, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+34, 180415, 0, 3, 5496, '0', 0, 0, -6643.95654296875, -3898.182373046875, 380.47833251953125, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+35, 180415, 0, 3, 5496, '0', 0, 0, -6654.20166015625, -3842.866455078125, 380.576324462890625, 0.506144583225250244, 0, 0, 0.250379562377929687, 0.968147754669189453, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+36, 180415, 0, 3, 5496, '0', 0, 0, -6569.48974609375, -3874.748291015625, 392.137603759765625, 1.117009282112121582, 0, 0, 0.529918670654296875, 0.84804844856262207, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+37, 180415, 0, 3, 5496, '0', 0, 0, -6652.296875, -3845.880126953125, 380.281646728515625, 4.101525306701660156, 0, 0, -0.88701057434082031, 0.461749136447906494, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+38, 180415, 0, 3, 5496, '0', 0, 0, -6611.9619140625, -3837.65283203125, 380.708892822265625, 0.453785061836242675, 0, 0, 0.224950790405273437, 0.974370121955871582, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+39, 180415, 0, 3, 5496, '0', 0, 0, -6643.79345703125, -3902.944580078125, 380.40093994140625, 0.349065244197845458, 0, 0, 0.173647880554199218, 0.984807789325714111, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+40, 180415, 0, 3, 5496, '0', 0, 0, -6649.22900390625, -3847.5, 380.338104248046875, 3.281238555908203125, 0, 0, -0.99756336212158203, 0.069766148924827575, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+41, 180415, 0, 3, 5496, '0', 0, 0, -6613.048828125, -3832.395751953125, 380.464935302734375, 0.383971005678176879, 0, 0, 0.190808296203613281, 0.981627285480499267, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+42, 180415, 0, 3, 5496, '0', 0, 0, -6637.8056640625, -3882.916748046875, 380.321929931640625, 3.9793548583984375, 0, 0, -0.9135446548461914, 0.406738430261611938, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+43, 180415, 0, 3, 5496, '0', 0, 0, -6644.5537109375, -3904.442626953125, 380.690643310546875, 0.383971005678176879, 0, 0, 0.190808296203613281, 0.981627285480499267, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+44, 180415, 0, 3, 5496, '0', 0, 0, -6615.30712890625, -3842.541748046875, 380.3345947265625, 4.555310726165771484, 0, 0, -0.76040554046630859, 0.649448513984680175, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+45, 180415, 0, 3, 5496, '0', 0, 0, -6643.47900390625, -3898.234375, 380.474456787109375, 6.178466320037841796, 0, 0, -0.05233573913574218, 0.998629570007324218, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+46, 180415, 0, 3, 5496, '0', 0, 0, -6652.984375, -3835.788330078125, 380.243804931640625, 4.241150379180908203, 0, 0, -0.85264015197753906, 0.522498607635498046, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+47, 180415, 0, 3, 5496, '0', 0, 0, -6643.658203125, -3898.557373046875, 380.4755859375, 2.268925428390502929, 0, 0, 0.906307220458984375, 0.422619491815567016, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+48, 180415, 0, 3, 5496, '0', 0, 0, -6640.06103515625, -3888.197998046875, 379.954681396484375, 4.97418975830078125, 0, 0, -0.60876083374023437, 0.793353796005249023, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+49, 180415, 0, 3, 5496, '0', 0, 0, -6614.861328125, -3830.54345703125, 380.311676025390625, 3.001946926116943359, 0, 0, 0.997563362121582031, 0.069766148924827575, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+50, 180415, 0, 3, 5496, '0', 0, 0, -6654.54541015625, -3839.03466796875, 380.411529541015625, 5.323255538940429687, 0, 0, -0.46174812316894531, 0.887011110782623291, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+51, 180415, 0, 3, 5496, '0', 0, 0, -6643.9755859375, -3904.020751953125, 380.510162353515625, 5.253442287445068359, 0, 0, -0.49242305755615234, 0.870355963706970214, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+52, 180415, 0, 3, 5496, '0', 0, 0, -6637.8974609375, -3882.39404296875, 380.486328125, 1.32644820213317871, 0, 0, 0.615660667419433593, 0.788011372089385986, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+53, 180415, 0, 3, 5496, '0', 0, 0, -6640.5087890625, -3888.545166015625, 379.93841552734375, 2.408554315567016601, 0, 0, 0.933580398559570312, 0.358368009328842163, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+54, 180415, 0, 3, 5496, '0', 0, 0, -6612.04345703125, -3834.890625, 380.229644775390625, 0.872663915157318115, 0, 0, 0.422617912292480468, 0.906307935714721679, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+55, 180415, 0, 3, 5496, '0', 0, 0, -6613.03466796875, -3840.598876953125, 380.423492431640625, 1.902408957481384277, 0, 0, 0.814115524291992187, 0.580702960491180419, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+56, 180415, 0, 3, 5496, '0', 0, 0, -6569.55712890625, -3874.482666015625, 391.970458984375, 6.003933906555175781, 0, 0, -0.13917255401611328, 0.990268170833587646, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+57, 180415, 0, 3, 5496, '0', 0, 0, -6625.08154296875, -3934.052001953125, 380.298614501953125, 0.453785061836242675, 0, 0, 0.224950790405273437, 0.974370121955871582, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+58, 180415, 0, 3, 5496, '0', 0, 0, -6592.65478515625, -3925.322998046875, 385.218475341796875, 4.642575740814208984, 0, 0, -0.731353759765625, 0.681998312473297119, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+59, 180415, 0, 3, 5496, '0', 0, 0, -6592.845703125, -3924.067626953125, 385.313385009765625, 0.261798173189163208, 0, 0, 0.130525588989257812, 0.991444945335388183, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+60, 180415, 0, 3, 5496, '0', 0, 0, -6592.68603515625, -3924.463623046875, 385.355712890625, 0.401424884796142578, 0, 0, 0.199367523193359375, 0.979924798011779785, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+61, 180415, 0, 3, 5496, '0', 0, 0, -6592.5068359375, -3926.600830078125, 385.277252197265625, 4.049167633056640625, 0, 0, -0.89879322052001953, 0.438372820615768432, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+62, 180415, 0, 3, 5496, '0', 0, 0, -6624.72412109375, -3933.73779296875, 379.945068359375, 0.209439441561698913, 0, 0, 0.104528427124023437, 0.994521915912628173, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+63, 180415, 0, 3, 5496, '0', 0, 0, -6592.8349609375, -3923.614501953125, 385.367095947265625, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+64, 180415, 0, 3, 5496, '0', 0, 0, -6592.54541015625, -3926.07470703125, 385.416412353515625, 0.314158439636230468, 0, 0, 0.156434059143066406, 0.987688362598419189, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+65, 180415, 0, 3, 5496, '0', 0, 0, -6592.71728515625, -3924.8837890625, 385.427154541015625, 6.248279094696044921, 0, 0, -0.01745223999023437, 0.999847710132598876, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+66, 180415, 0, 3, 5496, '0', 0, 0, -6624.376953125, -3934.1806640625, 380.122467041015625, 3.22885894775390625, 0, 0, -0.99904823303222656, 0.043619260191917419, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+67, 180415, 0, 3, 5496, '0', 0, 0, -6621.3974609375, -3938.013916015625, 380.142669677734375, 0.366517573595046997, 0, 0, 0.182234764099121093, 0.98325502872467041, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+68, 180415, 0, 3, 5496, '0', 0, 0, -6621.2724609375, -3937.479248046875, 380.00677490234375, 5.916667938232421875, 0, 0, -0.18223476409912109, 0.98325502872467041, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+69, 180415, 0, 3, 5496, '0', 0, 0, -6608.01416015625, -3963.9150390625, 381.504302978515625, 2.199114561080932617, 0, 0, 0.8910064697265625, 0.453990638256072998, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+70, 180415, 0, 3, 5496, '0', 0, 0, -6608.44091796875, -3964.0625, 381.350494384765625, 4.799657344818115234, 0, 0, -0.67558956146240234, 0.737277925014495849, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+71, 180415, 0, 3, 5496, '0', 0, 0, -6610.15478515625, -3965.600830078125, 381.71533203125, 1.919861555099487304, 0, 0, 0.819151878356933593, 0.573576688766479492, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+72, 180415, 0, 3, 5496, '0', 0, 0, -6609.99462890625, -3966.130126953125, 381.776153564453125, 4.049167633056640625, 0, 0, -0.89879322052001953, 0.438372820615768432, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+73, 180415, 0, 3, 5496, '0', 0, 0, -6610.45849609375, -3965.880126953125, 381.86773681640625, 4.049167633056640625, 0, 0, -0.89879322052001953, 0.438372820615768432, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+74, 180415, 0, 3, 5496, '0', 0, 0, -6607.85791015625, -3962.607666015625, 381.43914794921875, 1.832594871520996093, 0, 0, 0.793353080749511718, 0.608761727809906005, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+75, 180425, 0, 3, 5496, '0', 0, 0, -6568.95849609375, -3875.6025390625, 392.694061279296875, 2.635444164276123046, 0, 0, 0.96814727783203125, 0.250381410121917724, 120, 255, 1, 51886), -- SkullCandle01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+76, 180425, 0, 3, 5496, '0', 0, 0, -6621.67724609375, -3937.373291015625, 380.191314697265625, 0.942476630210876464, 0, 0, 0.453989982604980468, 0.891006767749786376, 120, 255, 1, 51886), -- SkullCandle01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+77, 180425, 0, 3, 5496, '0', 0, 0, -6609.689453125, -3965.71533203125, 381.730133056640625, 5.637413978576660156, 0, 0, -0.31730461120605468, 0.948323667049407958, 120, 255, 1, 51886), -- SkullCandle01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+78, 180426, 0, 3, 5496, '0', 0, 0, -6610.03125, -3921.435791015625, 384.79083251953125, 3.45575571060180664, 0, 0, -0.98768806457519531, 0.156436234712600708, 120, 255, 1, 51886), -- Bat01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+79, 180426, 0, 3, 5496, '0', 0, 0, -6621.95849609375, -3894.704833984375, 384.862274169921875, 5.497788906097412109, 0, 0, -0.38268280029296875, 0.923879802227020263, 120, 255, 1, 51886), -- Bat01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+80, 180426, 0, 3, 5496, '0', 0, 0, -6637.27783203125, -3899.15625, 386.831207275390625, 0.331610709428787231, 0, 0, 0.16504669189453125, 0.986285746097564697, 120, 255, 1, 51886), -- Bat01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+81, 180426, 0, 3, 5496, '0', 0, 0, -6624.46728515625, -3915.892333984375, 386.943511962890625, 4.537858963012695312, 0, 0, -0.76604366302490234, 0.642788589000701904, 120, 255, 1, 51886), -- Bat01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+82, 180426, 0, 3, 5496, '0', 0, 0, -6607.40625, -3932.083251953125, 384.79083251953125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+83, 180427, 0, 3, 5496, '0', 0, 0, -6620.01220703125, -3892.04345703125, 385.982330322265625, 1.832594871520996093, 0, 0, 0.793353080749511718, 0.608761727809906005, 120, 255, 1, 51886), -- Bat02 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+84, 180427, 0, 3, 5496, '0', 0, 0, -6619.54150390625, -3907.694580078125, 388.0679931640625, 5.515241622924804687, 0, 0, -0.37460613250732421, 0.927184045314788818, 120, 255, 1, 51886), -- Bat02 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+85, 180427, 0, 3, 5496, '0', 0, 0, -6613.25, -3924.520751953125, 388.0679931640625, 0.977383077144622802, 0, 0, 0.469470977783203125, 0.882947921752929687, 120, 255, 1, 51886), -- Bat02 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+86, 180471, 0, 3, 5496, '0', 0, 0, -6644.06103515625, -3906.060791015625, 383.185638427734375, 0.820303261280059814, 0, 0, 0.398748397827148437, 0.917060375213623046, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+87, 180471, 0, 3, 5496, '0', 0, 0, -6570.80029296875, -3872.536376953125, 394.820220947265625, 4.904376029968261718, 0, 0, -0.636077880859375, 0.771624863147735595, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+88, 180471, 0, 3, 5496, '0', 0, 0, -6623.86962890625, -3936.239501953125, 383.493804931640625, 2.652894020080566406, 0, 0, 0.970294952392578125, 0.241925001144409179, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+89, 180471, 0, 3, 5496, '0', 0, 0, -6624.251953125, -3935.71875, 383.212554931640625, 2.199114561080932617, 0, 0, 0.8910064697265625, 0.453990638256072998, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+90, 180471, 0, 3, 5496, '0', 0, 0, -6623.4306640625, -3936.66845703125, 383.493804931640625, 2.635444164276123046, 0, 0, 0.96814727783203125, 0.250381410121917724, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+91, 180471, 0, 3, 5496, '0', 0, 0, -6623.02587890625, -3937.076416015625, 383.20440673828125, 2.129300594329833984, 0, 0, 0.874619483947753906, 0.484810054302215576, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+92, 180472, 0, 3, 5496, '0', 0, 0, -6573.251953125, -3879.33154296875, 396.374908447265625, 2.146752834320068359, 0, 0, 0.878816604614257812, 0.477159708738327026, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+93, 180472, 0, 3, 5496, '0', 0, 0, -6639.27587890625, -3886.017333984375, 385.15234375, 5.794494152069091796, 0, 0, -0.24192142486572265, 0.970295846462249755, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+94, 180523, 0, 3, 5496, '0', 0, 0, -6595.4443359375, -3914.677001953125, 379.509429931640625, 3.769911527633666992, 0, 0, -0.95105648040771484, 0.309017121791839599, 120, 255, 1, 51886), -- Apple Bob (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+95, 185436, 0, 3, 5496, '0', 0, 0, -6572.48779296875, -3880.829833984375, 391.084381103515625, 2.478367090225219726, 0, 0, 0.94551849365234375, 0.325568377971649169, 120, 255, 1, 51886), -- Sitting Skeleton 03 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+96, 185438, 0, 3, 5496, '0', 0, 0, -6570.3974609375, -3870.8125, 391.13250732421875, 5.270895957946777343, 0, 0, -0.48480892181396484, 0.87462007999420166, 120, 255, 1, 51886), -- Sitting Skeleton 04 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+97, 207941, 0, 3, 5496, '0', 0, 0, -6644.80224609375, -3879.234375, 391.212982177734375, 1.012289404869079589, 0, 0, 0.484808921813964843, 0.87462007999420166, 120, 255, 1, 51886), -- G_WitchHat_01 scale 2.0 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+98, 207941, 0, 3, 5496, '0', 0, 0, -6650.57275390625, -3900.9619140625, 391.190704345703125, 1.448621988296508789, 0, 0, 0.662619590759277343, 0.748956084251403808, 120, 255, 1, 51886), -- G_WitchHat_01 scale 2.0 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+99, 207941, 0, 3, 5496, '0', 0, 0, -6630.89599609375, -3850.598876953125, 397.21563720703125, 0.610863447189331054, 0, 0, 0.3007049560546875, 0.953717231750488281, 120, 255, 1, 51886), -- G_WitchHat_01 scale 2.0 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+100, 207941, 0, 3, 5496, '0', 0, 0, -6578.36962890625, -3924.16845703125, 391.194976806640625, 4.817109584808349609, 0, 0, -0.66913032531738281, 0.74314504861831665, 120, 255, 1, 51886), -- G_WitchHat_01 scale 2.0 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+101, 207941, 0, 3, 5496, '0', 0, 0, -6628.0537109375, -3940.70654296875, 390.834381103515625, 2.251473426818847656, 0, 0, 0.902585029602050781, 0.430511653423309326, 120, 255, 1, 51886), -- G_WitchHat_01 scale 2.0 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+102, 208057, 0, 3, 5496, '0', 0, 0, -6684.9375, -3896.15966796875, 396.434539794921875, 4.59021615982055664, 0, 0, -0.74895572662353515, 0.662620067596435546, 120, 255, 1, 51886), -- G_Pumpkin_01 Scale 2.0 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+103, 208057, 0, 3, 5496, '0', 0, 0, -6609.98095703125, -3963.296875, 381.712799072265625, 1.064649581909179687, 0, 0, 0.507537841796875, 0.861629426479339599, 120, 255, 1, 51886), -- G_Pumpkin_01 Scale 2.0 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+104, 208057, 0, 3, 5496, '0', 0, 0, -6516.63525390625, -3871.65625, 397.878692626953125, 2.286378860473632812, 0, 0, 0.909960746765136718, 0.414694398641586303, 120, 255, 1, 51886), -- G_Pumpkin_01 Scale 2.0 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+105, 208061, 0, 3, 5496, '0', 0, 0, -6683.376953125, -3931.201416015625, 405.699371337890625, 4.677483558654785156, 0, 0, -0.71933937072753906, 0.694658815860748291, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 2.0 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+106, 208061, 0, 3, 5496, '0', 0, 0, -6510.35595703125, -3856.47216796875, 401.944305419921875, 1.815141916275024414, 0, 0, 0.788010597229003906, 0.615661680698394775, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 2.0 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+107, 208062, 0, 3, 5496, '0', 0, 0, -6678.32470703125, -3849.010498046875, 402.203094482421875, 5.567600727081298828, 0, 0, -0.35020732879638671, 0.936672210693359375, 120, 255, 1, 51886), -- G_Pumpkin_03 Scale 2.0 (Area: Fuselight - Difficulty: 0) CreateObject1 +(@OGUID+108, 208137, 0, 3, 5496, '0', 0, 0, -6583.486328125, -3924.451416015625, 379.541748046875, 4.799657344818115234, 0, 0, -0.67558956146240234, 0.737277925014495849, 120, 255, 1, 51886); -- Candy Bucket (Area: Fuselight - Difficulty: 0) CreateObject1 + +-- Event spawns +DELETE FROM `game_event_creature` WHERE `eventEntry`=12 AND `guid`=@CGUID+0; +INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES +(12, @CGUID+0); + +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+108; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48), +(12, @OGUID+49), +(12, @OGUID+50), +(12, @OGUID+51), +(12, @OGUID+52), +(12, @OGUID+53), +(12, @OGUID+54), +(12, @OGUID+55), +(12, @OGUID+56), +(12, @OGUID+57), +(12, @OGUID+58), +(12, @OGUID+59), +(12, @OGUID+60), +(12, @OGUID+61), +(12, @OGUID+62), +(12, @OGUID+63), +(12, @OGUID+64), +(12, @OGUID+65), +(12, @OGUID+66), +(12, @OGUID+67), +(12, @OGUID+68), +(12, @OGUID+69), +(12, @OGUID+70), +(12, @OGUID+71), +(12, @OGUID+72), +(12, @OGUID+73), +(12, @OGUID+74), +(12, @OGUID+75), +(12, @OGUID+76), +(12, @OGUID+77), +(12, @OGUID+78), +(12, @OGUID+79), +(12, @OGUID+80), +(12, @OGUID+81), +(12, @OGUID+82), +(12, @OGUID+83), +(12, @OGUID+84), +(12, @OGUID+85), +(12, @OGUID+86), +(12, @OGUID+87), +(12, @OGUID+88), +(12, @OGUID+89), +(12, @OGUID+90), +(12, @OGUID+91), +(12, @OGUID+92), +(12, @OGUID+93), +(12, @OGUID+94), +(12, @OGUID+95), +(12, @OGUID+96), +(12, @OGUID+97), +(12, @OGUID+98), +(12, @OGUID+99), +(12, @OGUID+100), +(12, @OGUID+101), +(12, @OGUID+102), +(12, @OGUID+103), +(12, @OGUID+104), +(12, @OGUID+105), +(12, @OGUID+106), +(12, @OGUID+107), +(12, @OGUID+108); + +-- +SET @CGUID := 3800225; +SET @OGUID := 3803038; + +-- Old creature spawns +DELETE FROM `creature` WHERE `guid` BETWEEN 3000297 AND 3000297; +DELETE FROM `creature_addon` WHERE `guid` BETWEEN 3000297 AND 3000297; +DELETE FROM `game_event_creature` WHERE `guid` BETWEEN 3000297 AND 3000297; + +-- Creature spawns +DELETE FROM `creature` WHERE `guid`=@CGUID+0; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES +(@CGUID+0, 22816, 0, 3, 5565, '0', 0, 0, 0, 0, -6707.89306640625, -2457.85693359375, 272.76043701171875, 0.259810924530029296, 120, 10, 0, 1129, 0, 1, NULL, NULL, NULL, NULL, 51886); -- Black Cat (Area: New Kargath - Difficulty: 0) CreateObject1 (possible waypoints or random movement) + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3004661 AND 3004737; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3004661 AND 3004737; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3004661 AND 3004737; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+76; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 0, 3, 5565, '0', 0, 0, -6677.7880859375, -2424.708251953125, 275.574615478515625, 6.248279094696044921, 0, 0, -0.01745223999023437, 0.999847710132598876, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+1, 180405, 0, 3, 5565, '0', 0, 0, -6722.2900390625, -2455.8681640625, 290.265472412109375, 3.019413232803344726, 0, 0, 0.998134613037109375, 0.061051756143569946, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+2, 180405, 0, 3, 5565, '0', 0, 0, -6721.27978515625, -2497.7587890625, 290.146209716796875, 0.925023794174194335, 0, 0, 0.446197509765625, 0.894934535026550292, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+3, 180406, 0, 3, 5565, '0', 0, 0, -6709.82275390625, -2433.130126953125, 274.440948486328125, 1.32644820213317871, 0, 0, 0.615660667419433593, 0.788011372089385986, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+4, 180406, 0, 3, 5565, '0', 0, 0, -6740.296875, -2497.782958984375, 290.109619140625, 6.09120035171508789, 0, 0, -0.09584522247314453, 0.995396256446838378, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+5, 180407, 0, 3, 5565, '0', 0, 0, -6711.7900390625, -2481.21875, 290.165374755859375, 1.919861555099487304, 0, 0, 0.819151878356933593, 0.573576688766479492, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+6, 180407, 0, 3, 5565, '0', 0, 0, -6738.86474609375, -2455.708251953125, 290.226654052734375, 4.014260292053222656, 0, 0, -0.90630722045898437, 0.422619491815567016, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+7, 180407, 0, 3, 5565, '0', 0, 0, -6749.7744140625, -2481.453125, 290.185455322265625, 5.009094715118408203, 0, 0, -0.59482288360595703, 0.80385679006576538, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+8, 180411, 0, 3, 5565, '0', 0, 0, -6681.4755859375, -2482.171875, 255.5470123291015625, 2.338739633560180664, 0, 0, 0.920504570007324218, 0.3907318115234375, 120, 255, 1, 51886), -- G_Ghost_01 (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+9, 180411, 0, 3, 5565, '0', 0, 0, -6709.82275390625, -2514.2431640625, 255.72100830078125, 1.535889506340026855, 0, 0, 0.694658279418945312, 0.719339847564697265, 120, 255, 1, 51886), -- G_Ghost_01 (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+10, 180411, 0, 3, 5565, '0', 0, 0, -6754.095703125, -2513.3994140625, 254.288116455078125, 1.378809213638305664, 0, 0, 0.636077880859375, 0.771624863147735595, 120, 255, 1, 51886), -- G_Ghost_01 (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+11, 180411, 0, 3, 5565, '0', 0, 0, -6785.0380859375, -2486.05908203125, 254.8849029541015625, 1.047197580337524414, 0, 0, 0.5, 0.866025388240814208, 120, 255, 1, 51886), -- G_Ghost_01 (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+12, 180415, 0, 3, 5565, '0', 0, 0, -6713.4150390625, -2434.234375, 276.524139404296875, 0.314158439636230468, 0, 0, 0.156434059143066406, 0.987688362598419189, 120, 255, 1, 51886), -- CandleBlack01 (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+13, 180415, 0, 3, 5565, '0', 0, 0, -6714.796875, -2434.552001953125, 276.534088134765625, 3.717553615570068359, 0, 0, -0.95881938934326171, 0.284016460180282592, 120, 255, 1, 51886), -- CandleBlack01 (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+14, 180415, 0, 3, 5565, '0', 0, 0, -6717.7744140625, -2434.479248046875, 276.599517822265625, 3.211419343948364257, 0, 0, -0.9993906021118164, 0.034906134009361267, 120, 255, 1, 51886), -- CandleBlack01 (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+15, 180415, 0, 3, 5565, '0', 0, 0, -6716.19775390625, -2434.673583984375, 276.51177978515625, 1.902408957481384277, 0, 0, 0.814115524291992187, 0.580702960491180419, 120, 255, 1, 51886), -- CandleBlack01 (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+16, 180415, 0, 3, 5565, '0', 0, 0, -6703.6787109375, -2476.295166015625, 274.505767822265625, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, 51886), -- CandleBlack01 (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+17, 180415, 0, 3, 5565, '0', 0, 0, -6704.203125, -2476.37158203125, 274.396820068359375, 4.537858963012695312, 0, 0, -0.76604366302490234, 0.642788589000701904, 120, 255, 1, 51886), -- CandleBlack01 (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+18, 180415, 0, 3, 5565, '0', 0, 0, -6703.8349609375, -2476.01220703125, 274.351470947265625, 3.630291461944580078, 0, 0, -0.97029495239257812, 0.241925001144409179, 120, 255, 1, 51886), -- CandleBlack01 (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+19, 180415, 0, 3, 5565, '0', 0, 0, -6724.24462890625, -2478.2275390625, 279.05157470703125, 0.017452461645007133, 0, 0, 0.008726119995117187, 0.999961912631988525, 120, 255, 1, 51886), -- CandleBlack01 (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+20, 180415, 0, 3, 5565, '0', 0, 0, -6737.84912109375, -2479.1962890625, 280.634124755859375, 3.211419343948364257, 0, 0, -0.9993906021118164, 0.034906134009361267, 120, 255, 1, 51886), -- CandleBlack01 (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+21, 180415, 0, 3, 5565, '0', 0, 0, -6737.26416015625, -2478.2431640625, 279.2568359375, 1.727874636650085449, 0, 0, 0.760405540466308593, 0.649448513984680175, 120, 255, 1, 51886), -- CandleBlack01 (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+22, 180415, 0, 3, 5565, '0', 0, 0, -6726.19775390625, -2474.864501953125, 275.273193359375, 1.815141916275024414, 0, 0, 0.788010597229003906, 0.615661680698394775, 120, 255, 1, 51886), -- CandleBlack01 (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+23, 180415, 0, 3, 5565, '0', 0, 0, -6725.51025390625, -2476.109375, 276.55242919921875, 0.733038187026977539, 0, 0, 0.358367919921875, 0.933580458164215087, 120, 255, 1, 51886), -- CandleBlack01 (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+24, 180415, 0, 3, 5565, '0', 0, 0, -6723.67724609375, -2479.229248046875, 280.526214599609375, 1.204277276992797851, 0, 0, 0.56640625, 0.824126183986663818, 120, 255, 1, 51886), -- CandleBlack01 (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+25, 180415, 0, 3, 5565, '0', 0, 0, -6735.2587890625, -2474.921875, 275.380859375, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 51886), -- CandleBlack01 (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+26, 180415, 0, 3, 5565, '0', 0, 0, -6736.65283203125, -2477.26220703125, 277.920989990234375, 0.383971005678176879, 0, 0, 0.190808296203613281, 0.981627285480499267, 120, 255, 1, 51886), -- CandleBlack01 (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+27, 180415, 0, 3, 5565, '0', 0, 0, -6735.97412109375, -2476.114501953125, 276.622528076171875, 5.061456203460693359, 0, 0, -0.57357597351074218, 0.819152355194091796, 120, 255, 1, 51886), -- CandleBlack01 (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+28, 180415, 0, 3, 5565, '0', 0, 0, -6724.861328125, -2477.1650390625, 277.662689208984375, 4.398232460021972656, 0, 0, -0.80901622772216796, 0.587786316871643066, 120, 255, 1, 51886), -- CandleBlack01 (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+29, 180426, 0, 3, 5565, '0', 0, 0, -6693.1318359375, -2452.59716796875, 279.710693359375, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 51886), -- Bat01 (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+30, 180426, 0, 3, 5565, '0', 0, 0, -6681.3994140625, -2441.704833984375, 280.9503173828125, 3.176533222198486328, 0, 0, -0.999847412109375, 0.017469281330704689, 120, 255, 1, 51886), -- Bat01 (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+31, 180426, 0, 3, 5565, '0', 0, 0, -6699.22412109375, -2444.4462890625, 287.570953369140625, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 51886), -- Bat01 (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+32, 180426, 0, 3, 5565, '0', 0, 0, -6730.9130859375, -2481.069580078125, 308.809967041015625, 3.176533222198486328, 0, 0, -0.999847412109375, 0.017469281330704689, 120, 255, 1, 51886), -- Bat01 (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+33, 180426, 0, 3, 5565, '0', 0, 0, -6730.52587890625, -2481.201416015625, 304.143218994140625, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 51886), -- Bat01 (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+34, 180427, 0, 3, 5565, '0', 0, 0, -6688.87841796875, -2445.453125, 286.295013427734375, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 51886), -- Bat02 (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+35, 180427, 0, 3, 5565, '0', 0, 0, -6688.95166015625, -2447.76220703125, 282.62060546875, 2.303830623626708984, 0, 0, 0.913544654846191406, 0.406738430261611938, 120, 255, 1, 51886), -- Bat02 (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+36, 180427, 0, 3, 5565, '0', 0, 0, -6690.986328125, -2448.12158203125, 279.261688232421875, 4.48549652099609375, 0, 0, -0.7826080322265625, 0.622514784336090087, 120, 255, 1, 51886), -- Bat02 (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+37, 180427, 0, 3, 5565, '0', 0, 0, -6730.72900390625, -2481.864501953125, 288.708404541015625, 0.907570242881774902, 0, 0, 0.438370704650878906, 0.898794233798980712, 120, 255, 1, 51886), -- Bat02 (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+38, 180427, 0, 3, 5565, '0', 0, 0, -6730.72900390625, -2481.864501953125, 292.490631103515625, 5.567600727081298828, 0, 0, -0.35020732879638671, 0.936672210693359375, 120, 255, 1, 51886), -- Bat02 (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+39, 180427, 0, 3, 5565, '0', 0, 0, -6730.72900390625, -2481.864501953125, 302.653717041015625, 4.084071159362792968, 0, 0, -0.8910064697265625, 0.453990638256072998, 120, 255, 1, 51886), -- Bat02 (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+40, 180471, 0, 3, 5565, '0', 0, 0, -6706.58837890625, -2469.57470703125, 275.398101806640625, 2.932138919830322265, 0, 0, 0.994521141052246093, 0.104535527527332305, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+41, 180471, 0, 3, 5565, '0', 0, 0, -6731.5087890625, -2459.607666015625, 280.257720947265625, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+42, 180471, 0, 3, 5565, '0', 0, 0, -6712.60400390625, -2474.104248046875, 275.502838134765625, 4.380776405334472656, 0, 0, -0.81411552429199218, 0.580702960491180419, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+43, 180471, 0, 3, 5565, '0', 0, 0, -6701.8037109375, -2475.4306640625, 275.375091552734375, 1.937312245368957519, 0, 0, 0.824125289916992187, 0.566407561302185058, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+44, 180471, 0, 3, 5565, '0', 0, 0, -6728.658203125, -2459.661376953125, 279.480865478515625, 3.420850038528442382, 0, 0, -0.99026775360107421, 0.139175355434417724, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+45, 180471, 0, 3, 5565, '0', 0, 0, -6729.93603515625, -2459.626708984375, 280.216949462890625, 3.281238555908203125, 0, 0, -0.99756336212158203, 0.069766148924827575, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+46, 180471, 0, 3, 5565, '0', 0, 0, -6707.8662109375, -2480.2431640625, 275.515960693359375, 5.969027042388916015, 0, 0, -0.1564340591430664, 0.987688362598419189, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+47, 180471, 0, 3, 5565, '0', 0, 0, -6732.62841796875, -2459.638916015625, 279.2852783203125, 2.70525527000427246, 0, 0, 0.97629547119140625, 0.216442063450813293, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+48, 180471, 0, 3, 5565, '0', 0, 0, -6732.1962890625, -2459.62158203125, 279.94482421875, 4.660029888153076171, 0, 0, -0.72537422180175781, 0.688354730606079101, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+49, 180471, 0, 3, 5565, '0', 0, 0, -6730.66162109375, -2459.592041015625, 280.467803955078125, 2.67034769058227539, 0, 0, 0.972369194030761718, 0.233448356389999389, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+50, 180471, 0, 3, 5565, '0', 0, 0, -6729.26416015625, -2459.65966796875, 280.025299072265625, 1.535889506340026855, 0, 0, 0.694658279418945312, 0.719339847564697265, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+51, 180472, 0, 3, 5565, '0', 0, 0, -6736.25, -2481.546875, 280.674163818359375, 6.161012649536132812, 0, 0, -0.06104850769042968, 0.998134791851043701, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+52, 180472, 0, 3, 5565, '0', 0, 0, -6725.76904296875, -2481.57470703125, 280.63726806640625, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+53, 180523, 0, 3, 5565, '0', 0, 0, -6733.76904296875, -2456.46875, 274.928131103515625, 2.740161895751953125, 0, 0, 0.979924201965332031, 0.199370384216308593, 120, 255, 1, 51886), -- Apple Bob (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+54, 185436, 0, 3, 5565, '0', 0, 0, -6678.5869140625, -2425.3056640625, 272.77056884765625, 4.101525306701660156, 0, 0, -0.88701057434082031, 0.461749136447906494, 120, 255, 1, 51886), -- Sitting Skeleton 03 (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+55, 185437, 0, 3, 5565, '0', 0, 0, -6713.42724609375, -2434.609375, 272.770050048828125, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 51886), -- Laying Skeleton 01 (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+56, 207941, 0, 3, 5565, '0', 0, 0, -6775.59375, -2558.2119140625, 262.0103759765625, 5.515241622924804687, 0, 0, -0.37460613250732421, 0.927184045314788818, 120, 255, 1, 51886), -- G_WitchHat_01 scale 2.0 (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+57, 207941, 0, 3, 5565, '0', 0, 0, -6668.236328125, -2564.010498046875, 261.570220947265625, 5.70722818374633789, 0, 0, -0.28401470184326171, 0.958819925785064697, 120, 255, 1, 51886), -- G_WitchHat_01 scale 2.0 (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+58, 207941, 0, 3, 5565, '0', 0, 0, -6701.359375, -2559.772705078125, 261.77215576171875, 6.195919513702392578, 0, 0, -0.04361915588378906, 0.999048233032226562, 120, 255, 1, 51886), -- G_WitchHat_01 scale 2.0 (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+59, 207941, 0, 3, 5565, '0', 0, 0, -6754.86962890625, -2475.072998046875, 292.638275146484375, 5.585053920745849609, 0, 0, -0.34202003479003906, 0.939692676067352294, 120, 255, 1, 51886), -- G_WitchHat_01 scale 2.0 (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+60, 208058, 0, 3, 5565, '0', 0, 0, -6689.49853515625, -2480.576416015625, 280.5703125, 1.727874636650085449, 0, 0, 0.760405540466308593, 0.649448513984680175, 120, 255, 1, 51886), -- G_Pumpkin_01 Scale 3.0 (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+61, 208058, 0, 3, 5565, '0', 0, 0, -6778.88916015625, -2481.32470703125, 280.034912109375, 5.794494152069091796, 0, 0, -0.24192142486572265, 0.970295846462249755, 120, 255, 1, 51886), -- G_Pumpkin_01 Scale 3.0 (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+62, 208063, 0, 3, 5565, '0', 0, 0, -6728.57470703125, -2490.95654296875, 276.25439453125, 1.518436193466186523, 0, 0, 0.6883544921875, 0.725374460220336914, 120, 255, 1, 51886), -- Web Hanging (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+63, 208064, 0, 3, 5565, '0', 0, 0, -6718.81591796875, -2481.736083984375, 277.26239013671875, 4.764749526977539062, 0, 0, -0.6883544921875, 0.725374460220336914, 120, 255, 1, 51886), -- Web Corner (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+64, 208064, 0, 3, 5565, '0', 0, 0, -6742.85791015625, -2481.5, 277.089019775390625, 1.623155713081359863, 0, 0, 0.725374221801757812, 0.688354730606079101, 120, 255, 1, 51886), -- Web Corner (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+65, 208064, 0, 3, 5565, '0', 0, 0, -6724.96337890625, -2491.92529296875, 277.140594482421875, 3.560472726821899414, 0, 0, -0.97814750671386718, 0.207912087440490722, 120, 255, 1, 51886), -- Web Corner (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+66, 208064, 0, 3, 5565, '0', 0, 0, -6737.00537109375, -2491.928955078125, 277.474578857421875, 2.565631866455078125, 0, 0, 0.958819389343261718, 0.284016460180282592, 120, 255, 1, 51886), -- Web Corner (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+67, 208068, 0, 3, 5565, '0', 0, 0, -6678.580078125, -2425.329833984375, 273.987060546875, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 120, 255, 1, 51886), -- Web Hanging Scale 0.5 (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+68, 208069, 0, 3, 5565, '0', 0, 0, -6669.85595703125, -2435.93408203125, 274.722564697265625, 5.131268978118896484, 0, 0, -0.54463863372802734, 0.838670849800109863, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 0.5 (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+69, 208069, 0, 3, 5565, '0', 0, 0, -6709.43212890625, -2471.3056640625, 272.753509521484375, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 0.5 (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+70, 208070, 0, 3, 5565, '0', 0, 0, -6730.88037109375, -2468.913330078125, 275.821380615234375, 1.553341388702392578, 0, 0, 0.700908660888671875, 0.713251054286956787, 120, 255, 1, 51886), -- Web Hanging Scale 2.0 (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+71, 208071, 0, 3, 5565, '0', 0, 0, -6681.96533203125, -2481.9375, 266.760284423828125, 6.03883981704711914, 0, 0, -0.12186908721923828, 0.9925462007522583, 120, 255, 1, 51886), -- Web Hanging Scale 3.0 (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+72, 208071, 0, 3, 5565, '0', 0, 0, -6710.18408203125, -2513.57470703125, 267.202606201171875, 5.148722648620605468, 0, 0, -0.53729915618896484, 0.843391716480255126, 120, 255, 1, 51886), -- Web Hanging Scale 3.0 (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+73, 208071, 0, 3, 5565, '0', 0, 0, -6753.861328125, -2512.814208984375, 265.83404541015625, 4.241150379180908203, 0, 0, -0.85264015197753906, 0.522498607635498046, 120, 255, 1, 51886), -- Web Hanging Scale 3.0 (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+74, 208071, 0, 3, 5565, '0', 0, 0, -6784.1025390625, -2485.776123046875, 266.37457275390625, 3.822272777557373046, 0, 0, -0.94264125823974609, 0.333807557821273803, 120, 255, 1, 51886), -- Web Hanging Scale 3.0 (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+75, 208072, 0, 3, 5565, '0', 0, 0, -6710.595703125, -2471.73779296875, 272.767608642578125, 3.892086982727050781, 0, 0, -0.93041706085205078, 0.366502493619918823, 120, 255, 1, 51886), -- G_Pumpkin_03 Scale 0.5 (Area: New Kargath - Difficulty: 0) CreateObject1 +(@OGUID+76, 208143, 0, 3, 5565, '0', 0, 0, -6728.28125, -2465.94091796875, 274.57843017578125, 3.595378875732421875, 0, 0, -0.97437000274658203, 0.224951311945915222, 120, 255, 1, 51886); -- Candy Bucket (Area: New Kargath - Difficulty: 0) CreateObject1 + +-- Event spawns +DELETE FROM `game_event_creature` WHERE `eventEntry`=12 AND `guid`=@CGUID+0; +INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES +(12, @CGUID+0); + +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+76; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48), +(12, @OGUID+49), +(12, @OGUID+50), +(12, @OGUID+51), +(12, @OGUID+52), +(12, @OGUID+53), +(12, @OGUID+54), +(12, @OGUID+55), +(12, @OGUID+56), +(12, @OGUID+57), +(12, @OGUID+58), +(12, @OGUID+59), +(12, @OGUID+60), +(12, @OGUID+61), +(12, @OGUID+62), +(12, @OGUID+63), +(12, @OGUID+64), +(12, @OGUID+65), +(12, @OGUID+66), +(12, @OGUID+67), +(12, @OGUID+68), +(12, @OGUID+69), +(12, @OGUID+70), +(12, @OGUID+71), +(12, @OGUID+72), +(12, @OGUID+73), +(12, @OGUID+74), +(12, @OGUID+75), +(12, @OGUID+76); + +-- +SET @CGUID := 3800226; +SET @OGUID := 3803115; + +-- Old creature spawns +DELETE FROM `creature` WHERE `guid` BETWEEN 3000298 AND 3000298; +DELETE FROM `creature_addon` WHERE `guid` BETWEEN 3000298 AND 3000298; +DELETE FROM `game_event_creature` WHERE `guid` BETWEEN 3000298 AND 3000298; + +-- Creature spawns +DELETE FROM `creature` WHERE `guid`=@CGUID+0; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES +(@CGUID+0, 22816, 0, 3, 5564, '0', 0, 0, 0, 0, -6996.51318359375, -2528.797607421875, 241.7134552001953125, 5.925296306610107421, 120, 5, 0, 1129, 0, 1, NULL, NULL, NULL, NULL, 51886); -- Black Cat (Area: Dragon's Mouth - Difficulty: 0) CreateObject1 + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3004738 AND 3004768; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3004738 AND 3004768; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3004738 AND 3004768; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+30; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 0, 3, 5564, '0', 0, 0, -6985.7275390625, -2529.0400390625, 241.7134552001953125, 2.565631866455078125, 0, 0, 0.958819389343261718, 0.284016460180282592, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Dragon's Mouth - Difficulty: 0) CreateObject1 +(@OGUID+1, 180405, 0, 3, 5564, '0', 0, 0, -7013.7099609375, -2529.25341796875, 243.217742919921875, 1.954769015312194824, 0, 0, 0.829037666320800781, 0.559192776679992675, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Dragon's Mouth - Difficulty: 0) CreateObject1 +(@OGUID+2, 180406, 0, 3, 5564, '0', 0, 0, -7035.1943359375, -2575.94970703125, 253.75103759765625, 2.984498262405395507, 0, 0, 0.996916770935058593, 0.078466430306434631, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Dragon's Mouth - Difficulty: 0) CreateObject1 +(@OGUID+3, 180407, 0, 3, 5564, '0', 0, 0, -7034.7431640625, -2540.6650390625, 253.2794342041015625, 1.134462952613830566, 0, 0, 0.537299156188964843, 0.843391716480255126, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Dragon's Mouth - Difficulty: 0) CreateObject1 +(@OGUID+4, 180407, 0, 3, 5564, '0', 0, 0, -6998.26220703125, -2517.55029296875, 241.7515411376953125, 2.967041015625, 0, 0, 0.996193885803222656, 0.087165042757987976, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Dragon's Mouth - Difficulty: 0) CreateObject1 +(@OGUID+5, 180408, 0, 3, 5564, '0', 0, 0, -6993.1875, -2547.814208984375, 246.2427825927734375, 4.084071159362792968, 0, 0, -0.8910064697265625, 0.453990638256072998, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Dragon's Mouth - Difficulty: 0) CreateObject1 +(@OGUID+6, 180410, 0, 3, 5564, '0', 0, 0, -7042.73779296875, -2573.5400390625, 254.078643798828125, 0.558503925800323486, 0, 0, 0.275636672973632812, 0.961261868476867675, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Dragon's Mouth - Difficulty: 0) CreateObject1 +(@OGUID+7, 180411, 0, 3, 5564, '0', 0, 0, -7033.21875, -2535.35595703125, 260.396881103515625, 1.902408957481384277, 0, 0, 0.814115524291992187, 0.580702960491180419, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Dragon's Mouth - Difficulty: 0) CreateObject1 +(@OGUID+8, 180415, 0, 3, 5564, '0', 0, 0, -7040.99853515625, -2567.53466796875, 253.3317108154296875, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dragon's Mouth - Difficulty: 0) CreateObject1 +(@OGUID+9, 180415, 0, 3, 5564, '0', 0, 0, -6995.91162109375, -2542.359375, 242.7194366455078125, 0.017452461645007133, 0, 0, 0.008726119995117187, 0.999961912631988525, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dragon's Mouth - Difficulty: 0) CreateObject1 +(@OGUID+10, 180415, 0, 3, 5564, '0', 0, 0, -6996.251953125, -2542.382080078125, 242.7102813720703125, 4.136432647705078125, 0, 0, -0.87881660461425781, 0.477159708738327026, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dragon's Mouth - Difficulty: 0) CreateObject1 +(@OGUID+11, 180425, 0, 3, 5564, '0', 0, 0, -7033.125, -2549.257080078125, 252.693878173828125, 5.340708732604980468, 0, 0, -0.45398998260498046, 0.891006767749786376, 120, 255, 1, 51886), -- SkullCandle01 (Area: Dragon's Mouth - Difficulty: 0) CreateObject1 +(@OGUID+12, 180425, 0, 3, 5564, '0', 0, 0, -7040.9287109375, -2565.569580078125, 254.166778564453125, 5.340708732604980468, 0, 0, -0.45398998260498046, 0.891006767749786376, 120, 255, 1, 51886), -- SkullCandle01 (Area: Dragon's Mouth - Difficulty: 0) CreateObject1 +(@OGUID+13, 180425, 0, 3, 5564, '0', 0, 0, -6997.9912109375, -2544.197998046875, 242.737579345703125, 2.530723094940185546, 0, 0, 0.953716278076171875, 0.300707906484603881, 120, 255, 1, 51886), -- SkullCandle01 (Area: Dragon's Mouth - Difficulty: 0) CreateObject1 +(@OGUID+14, 180426, 0, 3, 5564, '0', 0, 0, -7020.765625, -2555.935791015625, 254.18536376953125, 0.523597896099090576, 0, 0, 0.258818626403808593, 0.965925931930541992, 120, 255, 1, 51886), -- Bat01 (Area: Dragon's Mouth - Difficulty: 0) CreateObject1 +(@OGUID+15, 180426, 0, 3, 5564, '0', 0, 0, -7015.1337890625, -2552.248291015625, 256.81298828125, 6.248279094696044921, 0, 0, -0.01745223999023437, 0.999847710132598876, 120, 255, 1, 51886), -- Bat01 (Area: Dragon's Mouth - Difficulty: 0) CreateObject1 +(@OGUID+16, 180426, 0, 3, 5564, '0', 0, 0, -7004.3349609375, -2540.255126953125, 247.265594482421875, 4.433136463165283203, 0, 0, -0.79863548278808593, 0.60181504487991333, 120, 255, 1, 51886), -- Bat01 (Area: Dragon's Mouth - Difficulty: 0) CreateObject1 +(@OGUID+17, 180427, 0, 3, 5564, '0', 0, 0, -7008.07666015625, -2556.4375, 258.976043701171875, 0.15707901120185852, 0, 0, 0.078458786010742187, 0.996917366981506347, 120, 255, 1, 51886), -- Bat02 (Area: Dragon's Mouth - Difficulty: 0) CreateObject1 +(@OGUID+18, 180427, 0, 3, 5564, '0', 0, 0, -7016.62841796875, -2557.90283203125, 251.0806732177734375, 0.558503925800323486, 0, 0, 0.275636672973632812, 0.961261868476867675, 120, 255, 1, 51886), -- Bat02 (Area: Dragon's Mouth - Difficulty: 0) CreateObject1 +(@OGUID+19, 180427, 0, 3, 5564, '0', 0, 0, -7003.470703125, -2548.078125, 252.189910888671875, 0.977383077144622802, 0, 0, 0.469470977783203125, 0.882947921752929687, 120, 255, 1, 51886), -- Bat02 (Area: Dragon's Mouth - Difficulty: 0) CreateObject1 +(@OGUID+20, 180471, 0, 3, 5564, '0', 0, 0, -7041.31787109375, -2550.654541015625, 254.7256622314453125, 5.445427894592285156, 0, 0, -0.40673637390136718, 0.913545548915863037, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragon's Mouth - Difficulty: 0) CreateObject1 +(@OGUID+21, 180471, 0, 3, 5564, '0', 0, 0, -7031.390625, -2544.3125, 254.70147705078125, 1.902408957481384277, 0, 0, 0.814115524291992187, 0.580702960491180419, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragon's Mouth - Difficulty: 0) CreateObject1 +(@OGUID+22, 180471, 0, 3, 5564, '0', 0, 0, -7033.19287109375, -2552.46875, 254.742462158203125, 0.349065244197845458, 0, 0, 0.173647880554199218, 0.984807789325714111, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragon's Mouth - Difficulty: 0) CreateObject1 +(@OGUID+23, 180471, 0, 3, 5564, '0', 0, 0, -7039.515625, -2542.49658203125, 254.7635650634765625, 3.90954136848449707, 0, 0, -0.92718315124511718, 0.37460830807685852, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragon's Mouth - Difficulty: 0) CreateObject1 +(@OGUID+24, 180472, 0, 3, 5564, '0', 0, 0, -7036.2431640625, -2560.645751953125, 252.0963287353515625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Dragon's Mouth - Difficulty: 0) CreateObject1 +(@OGUID+25, 180523, 0, 3, 5564, '0', 0, 0, -7003.7255859375, -2528.96875, 241.9618377685546875, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 51886), -- Apple Bob (Area: Dragon's Mouth - Difficulty: 0) CreateObject1 +(@OGUID+26, 185434, 0, 3, 5564, '0', 0, 0, -7007.63916015625, -2528.928955078125, 241.7134552001953125, 6.195919513702392578, 0, 0, -0.04361915588378906, 0.999048233032226562, 120, 255, 1, 51886), -- Sitting Skeleton 01 (Area: Dragon's Mouth - Difficulty: 0) CreateObject1 +(@OGUID+27, 185435, 0, 3, 5564, '0', 0, 0, -6991.015625, -2543.057373046875, 241.7134552001953125, 1.32644820213317871, 0, 0, 0.615660667419433593, 0.788011372089385986, 120, 255, 1, 51886), -- Sitting Skeleton 02 (Area: Dragon's Mouth - Difficulty: 0) CreateObject1 +(@OGUID+28, 185437, 0, 3, 5564, '0', 0, 0, -7011.88720703125, -2539.13720703125, 241.7134552001953125, 1.727874636650085449, 0, 0, 0.760405540466308593, 0.649448513984680175, 120, 255, 1, 51886), -- Laying Skeleton 01 (Area: Dragon's Mouth - Difficulty: 0) CreateObject1 +(@OGUID+29, 185438, 0, 3, 5564, '0', 0, 0, -7039.8369140625, -2569.94970703125, 252.457275390625, 0.27925160527229309, 0, 0, 0.139172554016113281, 0.990268170833587646, 120, 255, 1, 51886), -- Sitting Skeleton 04 (Area: Dragon's Mouth - Difficulty: 0) CreateObject1 +(@OGUID+30, 208121, 0, 3, 5564, '0', 0, 0, -7006.34716796875, -2542.850830078125, 241.7134552001953125, 2.338739633560180664, 0, 0, 0.920504570007324218, 0.3907318115234375, 120, 255, 1, 51886); -- Candy Bucket (Area: Dragon's Mouth - Difficulty: 0) CreateObject1 + +-- Event spawns +DELETE FROM `game_event_creature` WHERE `eventEntry`=12 AND `guid`=@CGUID+0; +INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES +(12, @CGUID+0); + +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+30; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30); diff --git a/sql/updates/world/master/2024_03_18_21_world_hallows_end_elwynn_forest.sql b/sql/updates/world/master/2024_03_18_21_world_hallows_end_elwynn_forest.sql new file mode 100644 index 0000000000000..cf4809f9a65f4 --- /dev/null +++ b/sql/updates/world/master/2024_03_18_21_world_hallows_end_elwynn_forest.sql @@ -0,0 +1,374 @@ +-- +SET @CGUID := 3800227; +SET @OGUID := 3803146; + +-- Old creature spawns +DELETE FROM `creature` WHERE `guid` BETWEEN 3000299 AND 3000346; +DELETE FROM `creature_addon` WHERE `guid` BETWEEN 3000299 AND 3000346; +DELETE FROM `game_event_creature` WHERE `guid` BETWEEN 3000299 AND 3000346; + +-- Creature spawns +DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+47; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES +(@CGUID+0, 1423, 0, 12, 87, '0', 0, 0, 0, 1, -9371.11328125, 51.56602859497070312, 61.38856887817382812, 0.296705961227416992, 120, 0, 0, 3208, 0, 0, NULL, NULL, NULL, NULL, 45745), -- Stormwind Guard (Area: Goldshire - Difficulty: 0) +(@CGUID+1, 22816, 0, 12, 87, '0', 0, 0, 0, 0, -9429.0869140625, 79.37326812744140625, 56.55406951904296875, 0, 120, 10, 0, 118, 0, 1, NULL, NULL, NULL, NULL, 45745), -- Black Cat (Area: 0 - Difficulty: 0) +(@CGUID+2, 23537, 0, 12, 87, '0', 0, 0, 0, 0, -9470.216796875, 40.7396392822265625, 64.3475341796875, 4.729842185974121093, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Goldshire - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+3, 23537, 0, 12, 87, '0', 0, 0, 0, 0, -9461.7177734375, 83.192169189453125, 63.09781646728515625, 1.448623299598693847, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Goldshire - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+4, 23537, 0, 12, 87, '0', 0, 0, 0, 0, -9469.8564453125, 89.61669921875, 63.21298980712890625, 2.775073528289794921, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Goldshire - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+5, 23537, 0, 12, 87, '0', 0, 0, 0, 0, -9450.4970703125, 51.66840362548828125, 57.217529296875, 2.460914134979248046, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Goldshire - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire, 42091 - Headless Horseman - Fire Size) +(@CGUID+6, 23537, 0, 12, 87, '0', 0, 0, 0, 0, -9452.2763671875, 39.51980209350585937, 61.44594955444335937, 0.314159274101257324, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Goldshire - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+7, 23537, 0, 12, 87, '0', 0, 0, 0, 0, -9479.0673828125, 30.18218421936035156, 60.66395950317382812, 0.383972436189651489, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Goldshire - Difficulty: 0) (Auras: 42091 - Headless Horseman - Fire Size, 42154 - Headless Horseman - Dim Fire) +(@CGUID+8, 23537, 0, 12, 87, '0', 0, 0, 0, 0, -9461.4580078125, 39.54513931274414062, 64.415679931640625, 1.989675283432006835, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Goldshire - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+9, 23537, 0, 12, 87, '0', 0, 0, 0, 0, -9460.5849609375, 44.2098541259765625, 63.6614227294921875, 2.076941728591918945, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Goldshire - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+10, 23537, 0, 12, 87, '0', 0, 0, 0, 0, -9465.33984375, 81.3040618896484375, 66.3204345703125, 5.410520553588867187, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Goldshire - Difficulty: 0) (Auras: 42091 - Headless Horseman - Fire Size, 42154 - Headless Horseman - Dim Fire) +(@CGUID+11, 23537, 0, 12, 87, '0', 0, 0, 0, 0, -9456.8505859375, 40.07416534423828125, 62.51924514770507812, 2.408554315567016601, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Goldshire - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+12, 23537, 0, 12, 87, '0', 0, 0, 0, 0, -9479.0830078125, 33.50499343872070312, 70.159027099609375, 0.541052043437957763, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Goldshire - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+13, 23537, 0, 12, 87, '0', 0, 0, 0, 0, -9479.5009765625, 38.35199737548828125, 68.57891082763671875, 4.450589656829833984, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Goldshire - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+14, 23537, 0, 12, 87, '0', 0, 0, 0, 0, -9467.072265625, 102.9497909545898437, 66.50400543212890625, 2.234021425247192382, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Goldshire - Difficulty: 0) (Auras: 42091 - Headless Horseman - Fire Size, 42154 - Headless Horseman - Dim Fire) +(@CGUID+15, 23537, 0, 12, 87, '0', 0, 0, 0, 0, -9458.228515625, 39.66292190551757812, 68.1999664306640625, 3.50811171531677246, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Goldshire - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+16, 23537, 0, 12, 87, '0', 0, 0, 0, 0, -9467.0908203125, 95.07050323486328125, 69.1271514892578125, 5.497786998748779296, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Goldshire - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+17, 23537, 0, 12, 87, '0', 0, 0, 0, 0, -9446.341796875, 94.4713287353515625, 69.16121673583984375, 1.361356854438781738, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Goldshire - Difficulty: 0) (Auras: 42091 - Headless Horseman - Fire Size, 42154 - Headless Horseman - Dim Fire) +(@CGUID+18, 23537, 0, 12, 87, '0', 0, 0, 0, 0, -9449.4287109375, 100.1325531005859375, 65.4443206787109375, 4.555309295654296875, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Goldshire - Difficulty: 0) (Auras: 42091 - Headless Horseman - Fire Size, 42154 - Headless Horseman - Dim Fire) +(@CGUID+19, 23537, 0, 12, 87, '0', 0, 0, 0, 0, -9479.4755859375, 43.13444137573242187, 59.15894699096679687, 1.117010712623596191, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Goldshire - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+20, 23537, 0, 12, 87, '0', 0, 0, 0, 0, -9480.767578125, 28.77642250061035156, 68.43679046630859375, 0.366519153118133544, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Goldshire - Difficulty: 0) (Auras: 42091 - Headless Horseman - Fire Size, 42154 - Headless Horseman - Dim Fire) +(@CGUID+21, 23537, 0, 12, 87, '0', 0, 0, 0, 0, -9463.048828125, 40.64567184448242187, 67.860321044921875, 0.244346097111701965, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Goldshire - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+22, 23537, 0, 12, 87, '0', 0, 0, 0, 0, -9467.830078125, 90.83428192138671875, 67.7136688232421875, 3.298672199249267578, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Goldshire - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+23, 23537, 0, 12, 87, '0', 0, 0, 0, 0, -9453.26171875, 81.70697784423828125, 66.21205902099609375, 4.066617012023925781, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Goldshire - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+24, 23537, 0, 12, 87, '0', 0, 0, 0, 0, -9478.806640625, 43.3040924072265625, 68.7129974365234375, 0.418879032135009765, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Goldshire - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+25, 23537, 0, 12, 87, '0', 0, 0, 0, 0, -9472.3857421875, 40.63113021850585937, 61.37183761596679687, 3.071779489517211914, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Goldshire - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+26, 23537, 0, 12, 87, '0', 0, 0, 0, 0, -9451.7314453125, 38.38438796997070312, 68.476806640625, 6.195918560028076171, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Goldshire - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+27, 23537, 0, 12, 87, '0', 0, 0, 0, 0, -9471.0263671875, 45.1131744384765625, 73.466094970703125, 0.122173048555850982, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Goldshire - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+28, 23537, 0, 12, 87, '0', 0, 0, 0, 0, -9478.4501953125, 38.6229400634765625, 57.32666015625, 2.687807083129882812, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Goldshire - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+29, 23537, 0, 12, 87, '0', 0, 0, 0, 0, -9459.1630859375, 80.10346221923828125, 69.16994476318359375, 5.759586334228515625, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Goldshire - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+30, 23537, 0, 12, 87, '0', 0, 0, 0, 0, -9468.5517578125, 85.29633331298828125, 65.75853729248046875, 6.056292533874511718, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Goldshire - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+31, 23537, 0, 12, 87, '0', 0, 0, 0, 0, -9449.26953125, 89.892852783203125, 66.166046142578125, 1.239183783531188964, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Goldshire - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+32, 23537, 0, 12, 87, '0', 0, 0, 0, 0, -9456.7373046875, 34.47954559326171875, 71.27692413330078125, 3.892084121704101562, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Goldshire - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+33, 23537, 0, 12, 87, '0', 0, 0, 0, 0, -9461.8330078125, 106.3341217041015625, 69.32807159423828125, 3.577924966812133789, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Goldshire - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+34, 23537, 0, 12, 87, '0', 0, 0, 0, 0, -9450.6669921875, 86.8271484375, 65.59152984619140625, 0.959931075572967529, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Goldshire - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+35, 23537, 0, 12, 87, '0', 0, 0, 0, 0, -9470.0126953125, 98.6307525634765625, 66.50199127197265625, 1.553343057632446289, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Goldshire - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+36, 23537, 0, 12, 87, '0', 0, 0, 0, 0, -9451.15234375, 83.90695953369140625, 65.818756103515625, 3.124139308929443359, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Goldshire - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+37, 23537, 0, 12, 87, '0', 0, 0, 0, 0, -9478.9033203125, 35.96294403076171875, 63.61331558227539062, 4.415682792663574218, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Goldshire - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+38, 23537, 0, 12, 87, '0', 0, 0, 0, 0, -9321.349609375, 64.154571533203125, 67.34832000732421875, 0, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Goldshire - Difficulty: 0) +(@CGUID+39, 23537, 0, 12, 87, '0', 0, 0, 0, 0, -9328.2568359375, 55.92361068725585937, 62.85633087158203125, 0, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Goldshire - Difficulty: 0) (Auras: 42112 - Headless Horseman - Update Size) +(@CGUID+40, 23537, 0, 12, 87, '0', 0, 0, 0, 0, -9313.662109375, 52.94249343872070312, 77.0829620361328125, 0, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Goldshire - Difficulty: 0) (Auras: 42112 - Headless Horseman - Update Size) +(@CGUID+41, 23537, 0, 12, 87, '0', 0, 0, 0, 0, -9313.228515625, 58.63737106323242187, 75.74405670166015625, 0, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Goldshire - Difficulty: 0) (Auras: 42112 - Headless Horseman - Update Size) +(@CGUID+42, 23537, 0, 12, 87, '0', 0, 0, 0, 0, -9314.0712890625, 45.91433334350585937, 72.608642578125, 0, 120, 0, 0, 9433, 5751, 0, NULL, NULL, NULL, NULL, 45745), -- Headless Horseman - Fire (DND) (Area: Goldshire - Difficulty: 0) +(@CGUID+43, 23712, 0, 12, 87, '0', 0, 0, 0, 0, -9431.0107421875, 58.32785415649414062, 56.88041305541992187, 5.480333805084228515, 120, 0, 0, 41, 0, 0, NULL, NULL, NULL, NULL, 45745), -- Touring Orphan (Area: Goldshire - Difficulty: 0) +(@CGUID+44, 23712, 0, 12, 87, '0', 0, 0, 0, 0, -9428.7177734375, 54.05712890625, 56.81895828247070312, 1.919862151145935058, 120, 0, 0, 27, 0, 0, NULL, NULL, NULL, NULL, 45745), -- Touring Orphan (Area: Goldshire - Difficulty: 0) +(@CGUID+45, 23712, 0, 12, 87, '0', 0, 0, 0, 0, -9431.3212890625, 55.05235671997070312, 56.68706130981445312, 3.385938644409179687, 120, 0, 0, 41, 0, 0, NULL, NULL, NULL, NULL, 45745), -- Touring Orphan (Area: Goldshire - Difficulty: 0) +(@CGUID+46, 23712, 0, 12, 87, '0', 0, 0, 0, 0, -9431.984375, 56.71072006225585937, 56.69958114624023437, 6.161012172698974609, 120, 0, 0, 34, 0, 0, NULL, NULL, NULL, NULL, 45745), -- Touring Orphan (Area: Goldshire - Difficulty: 0) +(@CGUID+47, 24519, 0, 12, 87, '0', 0, 0, 0, 0, -9429.923828125, 56.13547134399414062, 56.79131317138671875, 2.984513044357299804, 120, 0, 0, 11791, 0, 0, NULL, NULL, NULL, NULL, 45745); -- Costumed Orphan Matron (Area: Goldshire - Difficulty: 0) + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3004769 AND 3004893; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3004769 AND 3004893; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3004769 AND 3004893; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+124; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 0, 12, 87, '0', 0, 0, -9471.2783203125, 41.24137496948242187, 58.04854202270507812, 3.403396368026733398, 0, 0, -0.99144458770751953, 0.130528271198272705, 120, 255, 1, 45745), -- G_Pumpkin_01 (Area: Goldshire - Difficulty: 0) +(@OGUID+1, 180405, 0, 12, 87, '0', 0, 0, -9452.9345703125, 42.23991012573242187, 56.92788314819335937, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 45745), -- G_Pumpkin_01 (Area: Goldshire - Difficulty: 0) +(@OGUID+2, 180405, 0, 12, 87, '0', 0, 0, -9485.525390625, 20.35525131225585937, 57.5647735595703125, 5.026549339294433593, 0, 0, -0.5877847671508789, 0.809017360210418701, 120, 255, 1, 45745), -- G_Pumpkin_01 (Area: Goldshire - Difficulty: 0) +(@OGUID+3, 180405, 0, 12, 87, '0', 0, 0, -9462.4580078125, 24.28521156311035156, 56.98764419555664062, 4.97418975830078125, 0, 0, -0.60876083374023437, 0.793353796005249023, 120, 255, 1, 45745), -- G_Pumpkin_01 (Area: Goldshire - Difficulty: 0) +(@OGUID+4, 180405, 0, 12, 87, '0', 0, 0, -9454.533203125, 14.36577701568603515, 58.04854202270507812, 1.85004889965057373, 0, 0, 0.798635482788085937, 0.60181504487991333, 120, 255, 1, 45745), -- G_Pumpkin_01 (Area: Goldshire - Difficulty: 0) +(@OGUID+5, 180405, 0, 12, 87, '0', 0, 0, -9456.982421875, 96.8743743896484375, 73.82578277587890625, 2.792518377304077148, 0, 0, 0.984807014465332031, 0.173652306199073791, 120, 255, 1, 45745), -- G_Pumpkin_01 (Area: Goldshire - Difficulty: 0) +(@OGUID+6, 180405, 0, 12, 87, '0', 0, 0, -9469.91796875, 106.844757080078125, 57.39889907836914062, 4.363324165344238281, 0, 0, -0.81915187835693359, 0.573576688766479492, 120, 255, 1, 45745), -- G_Pumpkin_01 (Area: Goldshire - Difficulty: 0) +(@OGUID+7, 180406, 0, 12, 87, '0', 0, 0, -9461.0625, 46.7900390625, 56.60628128051757812, 2.932138919830322265, 0, 0, 0.994521141052246093, 0.104535527527332305, 120, 255, 1, 45745), -- G_Pumpkin_02 (Area: Goldshire - Difficulty: 0) +(@OGUID+8, 180406, 0, 12, 87, '0', 0, 0, -9477.197265625, 33.58078384399414062, 63.82046890258789062, 1.815141916275024414, 0, 0, 0.788010597229003906, 0.615661680698394775, 120, 255, 1, 45745), -- G_Pumpkin_02 (Area: Goldshire - Difficulty: 0) +(@OGUID+9, 180406, 0, 12, 87, '0', 0, 0, -9470.3017578125, 86.570831298828125, 57.09816360473632812, 5.061456203460693359, 0, 0, -0.57357597351074218, 0.819152355194091796, 120, 255, 1, 45745), -- G_Pumpkin_02 (Area: Goldshire - Difficulty: 0) +(@OGUID+10, 180406, 0, 12, 87, '0', 0, 0, -9483.6357421875, 32.77219009399414062, 57.8729248046875, 4.939284324645996093, 0, 0, -0.6225137710571289, 0.78260880708694458, 120, 255, 1, 45745), -- G_Pumpkin_02 (Area: Goldshire - Difficulty: 0) +(@OGUID+11, 180406, 0, 12, 87, '0', 0, 0, -9439.232421875, 83.657989501953125, 57.00046157836914062, 1.675513744354248046, 0, 0, 0.743144035339355468, 0.669131457805633544, 120, 255, 1, 45745), -- G_Pumpkin_02 (Area: Goldshire - Difficulty: 0) +(@OGUID+12, 180406, 0, 12, 87, '0', 0, 0, -9457.2607421875, 30.92578125, 56.96610641479492187, 4.97418975830078125, 0, 0, -0.60876083374023437, 0.793353796005249023, 120, 255, 1, 45745), -- G_Pumpkin_02 (Area: Goldshire - Difficulty: 0) +(@OGUID+13, 180406, 0, 12, 87, '0', 0, 0, -9493.396484375, 86.60991668701171875, 56.50654983520507812, 1.500982880592346191, 0, 0, 0.681998252868652343, 0.731353819370269775, 120, 255, 1, 45745), -- G_Pumpkin_02 (Area: Goldshire - Difficulty: 0) +(@OGUID+14, 180406, 0, 12, 87, '0', 0, 0, -9463.064453125, 91.52181243896484375, 73.8284759521484375, 5.794494152069091796, 0, 0, -0.24192142486572265, 0.970295846462249755, 120, 255, 1, 45745), -- G_Pumpkin_02 (Area: Goldshire - Difficulty: 0) +(@OGUID+15, 180406, 0, 12, 87, '0', 0, 0, -9475.6416015625, 28.21766471862792968, 56.97832107543945312, 1.343901276588439941, 0, 0, 0.622513771057128906, 0.78260880708694458, 120, 255, 1, 45745), -- G_Pumpkin_02 (Area: Goldshire - Difficulty: 0) +(@OGUID+16, 180406, 0, 12, 87, '0', 0, 0, -9466.890625, 0.882866978645324707, 63.82046890258789062, 1.762782454490661621, 0, 0, 0.771624565124511718, 0.636078238487243652, 120, 255, 1, 45745), -- G_Pumpkin_02 (Area: Goldshire - Difficulty: 0) +(@OGUID+17, 180407, 0, 12, 87, '0', 0, 0, -9464.63671875, 79.0191497802734375, 57.25791549682617187, 0.471238493919372558, 0, 0, 0.233445167541503906, 0.972369968891143798, 120, 255, 1, 45745), -- G_Pumpkin_03 (Area: Goldshire - Difficulty: 0) +(@OGUID+18, 180407, 0, 12, 87, '0', 0, 0, -9471.16796875, 32.35991668701171875, 56.96610641479492187, 2.565631866455078125, 0, 0, 0.958819389343261718, 0.284016460180282592, 120, 255, 1, 45745), -- G_Pumpkin_03 (Area: Goldshire - Difficulty: 0) +(@OGUID+19, 180407, 0, 12, 87, '0', 0, 0, -9452.75390625, 31.37630271911621093, 58.04854965209960937, 1.867502212524414062, 0, 0, 0.803856849670410156, 0.594822824001312255, 120, 255, 1, 45745), -- G_Pumpkin_03 (Area: Goldshire - Difficulty: 0) +(@OGUID+20, 180407, 0, 12, 87, '0', 0, 0, -9484.7119140625, 26.72602081298828125, 57.55510711669921875, 4.97418975830078125, 0, 0, -0.60876083374023437, 0.793353796005249023, 120, 255, 1, 45745), -- G_Pumpkin_03 (Area: Goldshire - Difficulty: 0) +(@OGUID+21, 180407, 0, 12, 87, '0', 0, 0, -9456.859375, 91.65738677978515625, 73.83017730712890625, 1.186823248863220214, 0, 0, 0.559192657470703125, 0.829037725925445556, 120, 255, 1, 45745), -- G_Pumpkin_03 (Area: Goldshire - Difficulty: 0) +(@OGUID+22, 180407, 0, 12, 87, '0', 0, 0, -9455.3798828125, 93.4061431884765625, 58.34375762939453125, 5.148722648620605468, 0, 0, -0.53729915618896484, 0.843391716480255126, 120, 255, 1, 45745), -- G_Pumpkin_03 (Area: Goldshire - Difficulty: 0) +(@OGUID+23, 180407, 0, 12, 87, '0', 0, 0, -9478.970703125, 13.21446418762207031, 60.18495559692382812, 2.809975385665893554, 0, 0, 0.986285209655761718, 0.165049895644187927, 120, 255, 1, 45745), -- G_Pumpkin_03 (Area: Goldshire - Difficulty: 0) +(@OGUID+24, 180407, 0, 12, 87, '0', 0, 0, -9495.908203125, 79.73784637451171875, 56.35814285278320312, 1.85004889965057373, 0, 0, 0.798635482788085937, 0.60181504487991333, 120, 255, 1, 45745), -- G_Pumpkin_03 (Area: Goldshire - Difficulty: 0) +(@OGUID+25, 180407, 0, 12, 87, '0', 0, 0, -9463.0205078125, 96.659698486328125, 73.83648681640625, 4.380776405334472656, 0, 0, -0.81411552429199218, 0.580702960491180419, 120, 255, 1, 45745), -- G_Pumpkin_03 (Area: Goldshire - Difficulty: 0) +(@OGUID+26, 180407, 0, 12, 87, '0', 0, 0, -9430.6044921875, 90.51041412353515625, 57.06767654418945312, 0.506144583225250244, 0, 0, 0.250379562377929687, 0.968147754669189453, 120, 255, 1, 45745), -- G_Pumpkin_03 (Area: Goldshire - Difficulty: 0) +(@OGUID+27, 180408, 0, 12, 87, '0', 0, 0, -9439.2294921875, 83.72222137451171875, 58.67627716064453125, 1.692969322204589843, 0, 0, 0.748955726623535156, 0.662620067596435546, 120, 255, 1, 45745), -- G_WitchHat_01 (Area: Goldshire - Difficulty: 0) +(@OGUID+28, 180408, 0, 12, 87, '0', 0, 0, -9430.669921875, 90.640625, 58.74462127685546875, 0.226892471313476562, 0, 0, 0.113203048706054687, 0.993571877479553222, 120, 255, 1, 45745), -- G_WitchHat_01 (Area: Goldshire - Difficulty: 0) +(@OGUID+29, 180410, 0, 12, 87, '0', 0, 0, -9460.201171875, 33.16840362548828125, 58.3619384765625, 4.572763919830322265, 0, 0, -0.75470924377441406, 0.656059443950653076, 120, 255, 1, 45745), -- G_HangingSkeleton_01 (Area: Goldshire - Difficulty: 0) +(@OGUID+30, 180410, 0, 12, 87, '0', 0, 0, -9477.0400390625, 35.77604293823242187, 58.32027053833007812, 6.195919513702392578, 0, 0, -0.04361915588378906, 0.999048233032226562, 120, 255, 1, 45745), -- G_HangingSkeleton_01 (Area: Goldshire - Difficulty: 0) +(@OGUID+31, 180410, 0, 12, 87, '0', 0, 0, -9469.814453125, 27.02430534362792968, 64.63297271728515625, 4.572763919830322265, 0, 0, -0.75470924377441406, 0.656059443950653076, 120, 255, 1, 45745), -- G_HangingSkeleton_01 (Area: Goldshire - Difficulty: 0) +(@OGUID+32, 180410, 0, 12, 87, '0', 0, 0, -9467.8017578125, 18.27278709411621093, 64.8760223388671875, 0.191985160112380981, 0, 0, 0.095845222473144531, 0.995396256446838378, 120, 255, 1, 45745), -- G_HangingSkeleton_01 (Area: Goldshire - Difficulty: 0) +(@OGUID+33, 180411, 0, 12, 87, '0', 0, 0, -9471.15625, 44.05729293823242187, 65.78702545166015625, 4.276057243347167968, 0, 0, -0.84339141845703125, 0.537299633026123046, 120, 255, 1, 45745), -- G_Ghost_01 (Area: Goldshire - Difficulty: 0) +(@OGUID+34, 180411, 0, 12, 87, '0', 0, 0, -9459.7080078125, 80.0777740478515625, 62.75640106201171875, 1.48352813720703125, 0, 0, 0.675589561462402343, 0.737277925014495849, 120, 255, 1, 45745), -- G_Ghost_01 (Area: Goldshire - Difficulty: 0) +(@OGUID+35, 180411, 0, 12, 87, '0', 0, 0, -9475.44140625, 12.28548145294189453, 64.14418792724609375, 4.537858963012695312, 0, 0, -0.76604366302490234, 0.642788589000701904, 120, 255, 1, 45745), -- G_Ghost_01 (Area: Goldshire - Difficulty: 0) +(@OGUID+36, 180411, 0, 12, 87, '0', 0, 0, -9475.763671875, 6.548611164093017578, 65.95102691650390625, 1.029743075370788574, 0, 0, 0.492423057556152343, 0.870355963706970214, 120, 255, 1, 45745), -- G_Ghost_01 (Area: Goldshire - Difficulty: 0) +(@OGUID+37, 180415, 0, 12, 87, '0', 0, 0, -9468.498046875, 35.2240142822265625, 65.3135223388671875, 3.804818391799926757, 0, 0, -0.94551849365234375, 0.325568377971649169, 120, 255, 1, 45745), -- CandleBlack01 (Area: Goldshire - Difficulty: 0) +(@OGUID+38, 180415, 0, 12, 87, '0', 0, 0, -9465.826171875, 37.11458206176757812, 64.65380096435546875, 5.969027042388916015, 0, 0, -0.1564340591430664, 0.987688362598419189, 120, 255, 1, 45745), -- CandleBlack01 (Area: Goldshire - Difficulty: 0) +(@OGUID+39, 180415, 0, 12, 87, '0', 0, 0, -9459.01953125, 19.05457878112792968, 57.45594024658203125, 1.85004889965057373, 0, 0, 0.798635482788085937, 0.60181504487991333, 120, 255, 1, 45745), -- CandleBlack01 (Area: Goldshire - Difficulty: 0) +(@OGUID+40, 180415, 0, 12, 87, '0', 0, 0, -9462.6708984375, 26.46207618713378906, 57.0362548828125, 2.565631866455078125, 0, 0, 0.958819389343261718, 0.284016460180282592, 120, 255, 1, 45745), -- CandleBlack01 (Area: Goldshire - Difficulty: 0) +(@OGUID+41, 180415, 0, 12, 87, '0', 0, 0, -9467.2568359375, 15.05344009399414062, 64.74407958984375, 4.48549652099609375, 0, 0, -0.7826080322265625, 0.622514784336090087, 120, 255, 1, 45745), -- CandleBlack01 (Area: Goldshire - Difficulty: 0) +(@OGUID+42, 180415, 0, 12, 87, '0', 0, 0, -9456.966796875, 26.20833396911621093, 64.792694091796875, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, 45745), -- CandleBlack01 (Area: Goldshire - Difficulty: 0) +(@OGUID+43, 180415, 0, 12, 87, '0', 0, 0, -9460.607421875, 17.47743034362792968, 64.792694091796875, 3.700104713439941406, 0, 0, -0.96126079559326171, 0.275640487670898437, 120, 255, 1, 45745), -- CandleBlack01 (Area: Goldshire - Difficulty: 0) +(@OGUID+44, 180415, 0, 12, 87, '0', 0, 0, -9458.9814453125, 20.04530143737792968, 57.4895782470703125, 3.717553615570068359, 0, 0, -0.95881938934326171, 0.284016460180282592, 120, 255, 1, 45745), -- CandleBlack01 (Area: Goldshire - Difficulty: 0) +(@OGUID+45, 180415, 0, 12, 87, '0', 0, 0, -9456.939453125, 26.609375, 64.88991546630859375, 5.270895957946777343, 0, 0, -0.48480892181396484, 0.87462007999420166, 120, 255, 1, 45745), -- CandleBlack01 (Area: Goldshire - Difficulty: 0) +(@OGUID+46, 180415, 0, 12, 87, '0', 0, 0, -9458.123046875, 26.82584571838378906, 57.48297882080078125, 2.042035102844238281, 0, 0, 0.852640151977539062, 0.522498607635498046, 120, 255, 1, 45745), -- CandleBlack01 (Area: Goldshire - Difficulty: 0) +(@OGUID+47, 180415, 0, 12, 87, '0', 0, 0, -9457.8955078125, 27.70198631286621093, 57.44475173950195312, 1.012289404869079589, 0, 0, 0.484808921813964843, 0.87462007999420166, 120, 255, 1, 45745), -- CandleBlack01 (Area: Goldshire - Difficulty: 0) +(@OGUID+48, 180415, 0, 12, 87, '0', 0, 0, -9461.7236328125, 16.72140884399414062, 64.89685821533203125, 5.550147056579589843, 0, 0, -0.358367919921875, 0.933580458164215087, 120, 255, 1, 45745), -- CandleBlack01 (Area: Goldshire - Difficulty: 0) +(@OGUID+49, 180425, 0, 12, 87, '0', 0, 0, -9475.2529296875, 39.24788284301757812, 64.74407958984375, 4.9218292236328125, 0, 0, -0.62932014465332031, 0.77714616060256958, 120, 255, 1, 45745), -- SkullCandle01 (Area: Goldshire - Difficulty: 0) +(@OGUID+50, 180425, 0, 12, 87, '0', 0, 0, -9468.3369140625, 34.98958206176757812, 65.31575775146484375, 3.822272777557373046, 0, 0, -0.94264125823974609, 0.333807557821273803, 120, 255, 1, 45745), -- SkullCandle01 (Area: Goldshire - Difficulty: 0) +(@OGUID+51, 180425, 0, 12, 87, '0', 0, 0, -9455.6953125, 26.51600456237792968, 64.93157958984375, 2.513273954391479492, 0, 0, 0.951056480407714843, 0.309017121791839599, 120, 255, 1, 45745), -- SkullCandle01 (Area: Goldshire - Difficulty: 0) +(@OGUID+52, 180425, 0, 12, 87, '0', 0, 0, -9466.74609375, 29.17697525024414062, 64.76491546630859375, 5.84685373306274414, 0, 0, -0.21643924713134765, 0.976296067237854003, 120, 255, 1, 45745), -- SkullCandle01 (Area: Goldshire - Difficulty: 0) +(@OGUID+53, 180425, 0, 12, 87, '0', 0, 0, -9457.9892578125, 27.28683853149414062, 57.45777130126953125, 2.932138919830322265, 0, 0, 0.994521141052246093, 0.104535527527332305, 120, 255, 1, 45745), -- SkullCandle01 (Area: Goldshire - Difficulty: 0) +(@OGUID+54, 180425, 0, 12, 87, '0', 0, 0, -9446.3017578125, 97.421875, 57.71246337890625, 5.811946868896484375, 0, 0, -0.2334451675415039, 0.972369968891143798, 120, 255, 1, 45745), -- SkullCandle01 (Area: Goldshire - Difficulty: 0) +(@OGUID+55, 180425, 0, 12, 87, '0', 0, 0, -9458.982421875, 20.58241081237792968, 57.51729202270507812, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 1, 45745), -- SkullCandle01 (Area: Goldshire - Difficulty: 0) +(@OGUID+56, 180425, 0, 12, 87, '0', 0, 0, -9458.2333984375, 26.39887237548828125, 57.50690460205078125, 2.914689540863037109, 0, 0, 0.993571281433105468, 0.113208353519439697, 120, 255, 1, 45745), -- SkullCandle01 (Area: Goldshire - Difficulty: 0) +(@OGUID+57, 180425, 0, 12, 87, '0', 0, 0, -9471.5068359375, 21.84027862548828125, 57.24092483520507812, 1.256635904312133789, 0, 0, 0.587784767150878906, 0.809017360210418701, 120, 255, 1, 45745), -- SkullCandle01 (Area: Goldshire - Difficulty: 0) +(@OGUID+58, 180425, 0, 12, 87, '0', 0, 0, -9457.7919921875, 28.2236328125, 57.47201919555664062, 3.001946926116943359, 0, 0, 0.997563362121582031, 0.069766148924827575, 120, 255, 1, 45745), -- SkullCandle01 (Area: Goldshire - Difficulty: 0) +(@OGUID+59, 180425, 0, 12, 87, '0', 0, 0, -9459.0107421875, 18.65440559387207031, 57.4671173095703125, 3.001946926116943359, 0, 0, 0.997563362121582031, 0.069766148924827575, 120, 255, 1, 45745), -- SkullCandle01 (Area: Goldshire - Difficulty: 0) +(@OGUID+60, 180425, 0, 12, 87, '0', 0, 0, -9458.9580078125, 19.52696418762207031, 57.46222686767578125, 3.036838293075561523, 0, 0, 0.998628616333007812, 0.052353221923112869, 120, 255, 1, 45745), -- SkullCandle01 (Area: Goldshire - Difficulty: 0) +(@OGUID+61, 180425, 0, 12, 87, '0', 0, 0, -9478.142578125, 24.5458984375, 57.131103515625, 0.052358884364366531, 0, 0, 0.02617645263671875, 0.999657332897186279, 120, 255, 1, 45745), -- SkullCandle01 (Area: Goldshire - Difficulty: 0) +(@OGUID+62, 180425, 0, 12, 87, '0', 0, 0, -9464.763671875, 7.331596851348876953, 64.917694091796875, 5.497788906097412109, 0, 0, -0.38268280029296875, 0.923879802227020263, 120, 255, 1, 45745), -- SkullCandle01 (Area: Goldshire - Difficulty: 0) +(@OGUID+63, 180426, 0, 12, 87, '0', 0, 0, -9457.0830078125, 61.80729293823242187, 66.903106689453125, 3.612837791442871093, 0, 0, -0.97236919403076171, 0.233448356389999389, 120, 255, 1, 45745), -- Bat01 (Area: Goldshire - Difficulty: 0) +(@OGUID+64, 180426, 0, 12, 87, '0', 0, 0, -9456.982421875, 61.90625, 58.219970703125, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 45745), -- Bat01 (Area: Goldshire - Difficulty: 0) +(@OGUID+65, 180426, 0, 12, 87, '0', 0, 0, -9457.1357421875, 62.02257156372070312, 66.9685211181640625, 2.809975385665893554, 0, 0, 0.986285209655761718, 0.165049895644187927, 120, 255, 1, 45745), -- Bat01 (Area: Goldshire - Difficulty: 0) +(@OGUID+66, 180426, 0, 12, 87, '0', 0, 0, -9457.892578125, 59.58507156372070312, 67.4950103759765625, 4.1538848876953125, 0, 0, -0.8746194839477539, 0.484810054302215576, 120, 255, 1, 45745), -- Bat01 (Area: Goldshire - Difficulty: 0) +(@OGUID+67, 180426, 0, 12, 87, '0', 0, 0, -9456.84765625, 61.98611068725585937, 64.01755523681640625, 5.009094715118408203, 0, 0, -0.59482288360595703, 0.80385679006576538, 120, 255, 1, 45745), -- Bat01 (Area: Goldshire - Difficulty: 0) +(@OGUID+68, 180426, 0, 12, 87, '0', 0, 0, -9458.2392578125, 60.82465362548828125, 65.467315673828125, 3.52557229995727539, 0, 0, -0.98162651062011718, 0.190812408924102783, 120, 255, 1, 45745), -- Bat01 (Area: Goldshire - Difficulty: 0) +(@OGUID+69, 180426, 0, 12, 87, '0', 0, 0, -9455.455078125, 63.61632156372070312, 64.2530975341796875, 1.32644820213317871, 0, 0, 0.615660667419433593, 0.788011372089385986, 120, 255, 1, 45745), -- Bat01 (Area: Goldshire - Difficulty: 0) +(@OGUID+70, 180426, 0, 12, 87, '0', 0, 0, -9455.169921875, 60.9774322509765625, 65.3062744140625, 2.024578809738159179, 0, 0, 0.848047256469726562, 0.529920578002929687, 120, 255, 1, 45745), -- Bat01 (Area: Goldshire - Difficulty: 0) +(@OGUID+71, 180426, 0, 12, 87, '0', 0, 0, -9456.9482421875, 62.0243072509765625, 67.28455352783203125, 2.478367090225219726, 0, 0, 0.94551849365234375, 0.325568377971649169, 120, 255, 1, 45745), -- Bat01 (Area: Goldshire - Difficulty: 0) +(@OGUID+72, 180426, 0, 12, 87, '0', 0, 0, -9458.4375, 63.4305572509765625, 63.88681411743164062, 4.084071159362792968, 0, 0, -0.8910064697265625, 0.453990638256072998, 120, 255, 1, 45745), -- Bat01 (Area: Goldshire - Difficulty: 0) +(@OGUID+73, 180427, 0, 12, 87, '0', 0, 0, -9455.111328125, 62.234375, 70.22748565673828125, 0.383971005678176879, 0, 0, 0.190808296203613281, 0.981627285480499267, 120, 255, 1, 45745), -- Bat02 (Area: Goldshire - Difficulty: 0) +(@OGUID+74, 180427, 0, 12, 87, '0', 0, 0, -9456.8994140625, 61.91319656372070312, 65.7767791748046875, 3.194002151489257812, 0, 0, -0.99965667724609375, 0.026201646775007247, 120, 255, 1, 45745), -- Bat02 (Area: Goldshire - Difficulty: 0) +(@OGUID+75, 180427, 0, 12, 87, '0', 0, 0, -9458.6533203125, 62.09201431274414062, 71.08200836181640625, 3.368495941162109375, 0, 0, -0.99357128143310546, 0.113208353519439697, 120, 255, 1, 45745), -- Bat02 (Area: Goldshire - Difficulty: 0) +(@OGUID+76, 180427, 0, 12, 87, '0', 0, 0, -9452.7236328125, 61.9774322509765625, 69.19318389892578125, 4.799657344818115234, 0, 0, -0.67558956146240234, 0.737277925014495849, 120, 255, 1, 45745), -- Bat02 (Area: Goldshire - Difficulty: 0) +(@OGUID+77, 180427, 0, 12, 87, '0', 0, 0, -9456.7236328125, 60.13194656372070312, 71.7592926025390625, 5.95157480239868164, 0, 0, -0.16504669189453125, 0.986285746097564697, 120, 255, 1, 45745), -- Bat02 (Area: Goldshire - Difficulty: 0) +(@OGUID+78, 180427, 0, 12, 87, '0', 0, 0, -9460.669921875, 62.18402862548828125, 66.9638671875, 1.919861555099487304, 0, 0, 0.819151878356933593, 0.573576688766479492, 120, 255, 1, 45745), -- Bat02 (Area: Goldshire - Difficulty: 0) +(@OGUID+79, 180427, 0, 12, 87, '0', 0, 0, -9457.013671875, 61.92534637451171875, 67.107330322265625, 4.555310726165771484, 0, 0, -0.76040554046630859, 0.649448513984680175, 120, 255, 1, 45745), -- Bat02 (Area: Goldshire - Difficulty: 0) +(@OGUID+80, 180427, 0, 12, 87, '0', 0, 0, -9455.2470703125, 60.8211822509765625, 69.284393310546875, 0.959929943084716796, 0, 0, 0.461748123168945312, 0.887011110782623291, 120, 255, 1, 45745), -- Bat02 (Area: Goldshire - Difficulty: 0) +(@OGUID+81, 180427, 0, 12, 87, '0', 0, 0, -9457.048828125, 61.70833206176757812, 69.05425262451171875, 2.321286916732788085, 0, 0, 0.917059898376464843, 0.398749500513076782, 120, 255, 1, 45745), -- Bat02 (Area: Goldshire - Difficulty: 0) +(@OGUID+82, 180427, 0, 12, 87, '0', 0, 0, -9458.1875, 62.92361068725585937, 65.9785003662109375, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, 45745), -- Bat02 (Area: Goldshire - Difficulty: 0) +(@OGUID+83, 180428, 0, 12, 87, '0', 0, 0, -9477.029296875, 34.60725784301757812, 56.96610641479492187, 0.139624491333961486, 0, 0, 0.06975555419921875, 0.997564136981964111, 120, 255, 1, 45745), -- G_WitchBroom_01 scale 0.5 (Area: Goldshire - Difficulty: 0) +(@OGUID+84, 180429, 0, 12, 87, '0', 0, 0, -9473.25390625, 35.55826950073242187, 57.69527053833007812, 6.021387100219726562, 0, 0, -0.13052558898925781, 0.991444945335388183, 120, 255, 1, 45745), -- G_WitchHat_01 scale 0.5 (Area: Goldshire - Difficulty: 0) +(@OGUID+85, 180471, 0, 12, 87, '0', 0, 0, -9479.138671875, 43.82986068725585937, 65.955841064453125, 2.775068521499633789, 0, 0, 0.983254432678222656, 0.182238012552261352, 120, 255, 1, 45745), -- HangingSkullLight01 (Area: Goldshire - Difficulty: 0) +(@OGUID+86, 180471, 0, 12, 87, '0', 0, 0, -9483.451171875, 16.17881965637207031, 72.5328369140625, 4.625123500823974609, 0, 0, -0.73727703094482421, 0.67559051513671875, 120, 255, 1, 45745), -- HangingSkullLight01 (Area: Goldshire - Difficulty: 0) +(@OGUID+87, 180471, 0, 12, 87, '0', 0, 0, -9482.0712890625, 26.06770896911621093, 72.56974029541015625, 4.660029888153076171, 0, 0, -0.72537422180175781, 0.688354730606079101, 120, 255, 1, 45745), -- HangingSkullLight01 (Area: Goldshire - Difficulty: 0) +(@OGUID+88, 180471, 0, 12, 87, '0', 0, 0, -9480.7919921875, 35.9461822509765625, 72.558258056640625, 4.607671737670898437, 0, 0, -0.74314403533935546, 0.669131457805633544, 120, 255, 1, 45745), -- HangingSkullLight01 (Area: Goldshire - Difficulty: 0) +(@OGUID+89, 180471, 0, 12, 87, '0', 0, 0, -9450.419921875, 39.09375, 65.899932861328125, 3.194002151489257812, 0, 0, -0.99965667724609375, 0.026201646775007247, 120, 255, 1, 45745), -- HangingSkullLight01 (Area: Goldshire - Difficulty: 0) +(@OGUID+90, 180471, 0, 12, 87, '0', 0, 0, -9496.1298828125, 87.27951812744140625, 59.73714065551757812, 2.862335443496704101, 0, 0, 0.990267753601074218, 0.139175355434417724, 120, 255, 1, 45745), -- HangingSkullLight01 (Area: Goldshire - Difficulty: 0) +(@OGUID+91, 180471, 0, 12, 87, '0', 0, 0, -9464.5673828125, -12.390625, 71.78488922119140625, 6.03883981704711914, 0, 0, -0.12186908721923828, 0.9925462007522583, 120, 255, 1, 45745), -- HangingSkullLight01 (Area: Goldshire - Difficulty: 0) +(@OGUID+92, 180471, 0, 12, 87, '0', 0, 0, -9456.7783203125, -12.0763893127441406, 66.11444854736328125, 1.32644820213317871, 0, 0, 0.615660667419433593, 0.788011372089385986, 120, 255, 1, 45745), -- HangingSkullLight01 (Area: Goldshire - Difficulty: 0) +(@OGUID+93, 180471, 0, 12, 87, '0', 0, 0, -9483.419921875, 8.895833015441894531, 65.992095947265625, 5.061456203460693359, 0, 0, -0.57357597351074218, 0.819152355194091796, 120, 255, 1, 45745), -- HangingSkullLight01 (Area: Goldshire - Difficulty: 0) +(@OGUID+94, 180471, 0, 12, 87, '0', 0, 0, -9473.685546875, -10.1163196563720703, 66.03614044189453125, 5.288348197937011718, 0, 0, -0.4771585464477539, 0.878817260265350341, 120, 255, 1, 45745), -- HangingSkullLight01 (Area: Goldshire - Difficulty: 0) +(@OGUID+95, 180472, 0, 12, 87, '0', 0, 0, -9459.0908203125, 44.88541793823242187, 63.45039749145507812, 1.605701684951782226, 0, 0, 0.719339370727539062, 0.694658815860748291, 120, 255, 1, 45745), -- HangingSkullLight02 (Area: Goldshire - Difficulty: 0) +(@OGUID+96, 180472, 0, 12, 87, '0', 0, 0, -9479.5205078125, 33.88194656372070312, 66.98166656494140625, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 1, 45745), -- HangingSkullLight02 (Area: Goldshire - Difficulty: 0) +(@OGUID+97, 180472, 0, 12, 87, '0', 0, 0, -9471.7900390625, 39.89529037475585937, 71.10187530517578125, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 45745), -- HangingSkullLight02 (Area: Goldshire - Difficulty: 0) +(@OGUID+98, 180472, 0, 12, 87, '0', 0, 0, -9481.4580078125, 18.32291603088378906, 66.96250152587890625, 3.054326534271240234, 0, 0, 0.999048233032226562, 0.043619260191917419, 120, 255, 1, 45745), -- HangingSkullLight02 (Area: Goldshire - Difficulty: 0) +(@OGUID+99, 180472, 0, 12, 87, '0', 0, 0, -9475.466796875, 9.111111640930175781, 68.44257354736328125, 4.694936752319335937, 0, 0, -0.71325016021728515, 0.700909554958343505, 120, 255, 1, 45745), -- HangingSkullLight02 (Area: Goldshire - Difficulty: 0) +(@OGUID+100, 180472, 0, 12, 87, '0', 0, 0, -9452.8037109375, 31.12326431274414062, 68.45298004150390625, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, 45745), -- HangingSkullLight02 (Area: Goldshire - Difficulty: 0) +(@OGUID+101, 180472, 0, 12, 87, '0', 0, 0, -9461.6220703125, 12.20448112487792968, 71.80532073974609375, 2.007128477096557617, 0, 0, 0.84339141845703125, 0.537299633026123046, 120, 255, 1, 45745), -- HangingSkullLight02 (Area: Goldshire - Difficulty: 0) +(@OGUID+102, 180472, 0, 12, 87, '0', 0, 0, -9454.7275390625, 14.67881965637207031, 68.40435028076171875, 0.069811686873435974, 0, 0, 0.034898757934570312, 0.999390840530395507, 120, 255, 1, 45745), -- HangingSkullLight02 (Area: Goldshire - Difficulty: 0) +(@OGUID+103, 180472, 0, 12, 87, '0', 0, 0, -9464.3125, -9.875, 68.32068634033203125, 4.660029888153076171, 0, 0, -0.72537422180175781, 0.688354730606079101, 120, 255, 1, 45745), -- HangingSkullLight02 (Area: Goldshire - Difficulty: 0) +(@OGUID+104, 180523, 0, 12, 87, '0', 0, 0, -9460.017578125, 14.81423664093017578, 57.55287551879882812, 4.991643905639648437, 0, 0, -0.60181427001953125, 0.798636078834533691, 120, 255, 1, 45745), -- Apple Bob (Area: Goldshire - Difficulty: 0) +(@OGUID+105, 180700, 0, 12, 87, '0', 0, 0, -9321.7236328125, 64.5672760009765625, 65.57032012939453125, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 120, 255, 1, 45745), -- Hay Bale 1 (Area: Goldshire - Difficulty: 0) +(@OGUID+106, 180700, 0, 12, 87, '0', 0, 0, -9328.7705078125, 55.66232681274414062, 61.90797805786132812, 1.239183306694030761, 0, 0, 0.580702781677246093, 0.814115643501281738, 120, 255, 1, 45745), -- Hay Bale 1 (Area: Goldshire - Difficulty: 0) +(@OGUID+107, 180700, 0, 12, 87, '0', 0, 0, -9321.041015625, 64.51958465576171875, 65.01959991455078125, 1.85004889965057373, 0, 0, 0.798635482788085937, 0.60181504487991333, 120, 255, 1, 45745), -- Hay Bale 1 (Area: Goldshire - Difficulty: 0) +(@OGUID+108, 180700, 0, 12, 87, '0', 0, 0, -9320.7861328125, 63.76144790649414062, 65.38401031494140625, 2.775068521499633789, 0, 0, 0.983254432678222656, 0.182238012552261352, 120, 255, 1, 45745), -- Hay Bale 1 (Area: Goldshire - Difficulty: 0) +(@OGUID+109, 180700, 0, 12, 87, '0', 0, 0, -9327.9072265625, 55.87261199951171875, 61.5200958251953125, 3.368495941162109375, 0, 0, -0.99357128143310546, 0.113208353519439697, 120, 255, 1, 45745), -- Hay Bale 1 (Area: Goldshire - Difficulty: 0) +(@OGUID+110, 180700, 0, 12, 87, '0', 0, 0, -9314.115234375, 52.74272918701171875, 76.76042938232421875, 4.066620349884033203, 0, 0, -0.89493370056152343, 0.44619917869567871, 120, 255, 1, 45745), -- Hay Bale 1 (Area: Goldshire - Difficulty: 0) +(@OGUID+111, 180700, 0, 12, 87, '0', 0, 0, -9313.3291015625, 46.60671615600585937, 72.58071136474609375, 4.45059061050415039, 0, 0, -0.79335308074951171, 0.608761727809906005, 120, 255, 1, 45745), -- Hay Bale 1 (Area: Goldshire - Difficulty: 0) +(@OGUID+112, 180700, 0, 12, 87, '0', 0, 0, -9314.1640625, 45.1346588134765625, 72.42285919189453125, 2.024578809738159179, 0, 0, 0.848047256469726562, 0.529920578002929687, 120, 255, 1, 45745), -- Hay Bale 1 (Area: Goldshire - Difficulty: 0) +(@OGUID+113, 180700, 0, 12, 87, '0', 0, 0, -9313.451171875, 59.1375885009765625, 75.6411285400390625, 3.94444584846496582, 0, 0, -0.92050457000732421, 0.3907318115234375, 120, 255, 1, 45745), -- Hay Bale 1 (Area: Goldshire - Difficulty: 0) +(@OGUID+114, 186234, 0, 12, 87, '0', 0, 0, -9432.3642578125, 60.296875, 56.40962600708007812, 3.263772249221801757, 0, 0, -0.99813461303710937, 0.061051756143569946, 120, 255, 1, 45745), -- Water Barrel (Area: Goldshire - Difficulty: 0) +(@OGUID+115, 186234, 0, 12, 87, '0', 0, 0, -9374.9619140625, 52.44444656372070312, 60.75905227661132812, 2.792518377304077148, 0, 0, 0.984807014465332031, 0.173652306199073791, 120, 255, 1, 45745), -- Water Barrel (Area: Goldshire - Difficulty: 0) +(@OGUID+116, 186614, 0, 12, 87, '0', 0, 0, -9433.3798828125, 61.65451431274414062, 56.49617385864257812, 2.321286916732788085, 0, 0, 0.917059898376464843, 0.398749500513076782, 120, 255, 1, 45745), -- Water Bucket (Area: Goldshire - Difficulty: 0) +(@OGUID+117, 186614, 0, 12, 87, '0', 0, 0, -9433.419921875, 62.27604293823242187, 56.48929977416992187, 2.164205789566040039, 0, 0, 0.882946968078613281, 0.469472706317901611, 120, 255, 1, 45745), -- Water Bucket (Area: Goldshire - Difficulty: 0) +(@OGUID+118, 186615, 0, 12, 87, '0', 0, 0, -9432.5419921875, 62.31770706176757812, 56.53895950317382812, 4.310965538024902343, 0, 0, -0.83388519287109375, 0.55193793773651123, 120, 255, 1, 45745), -- Water Buckets (Area: Goldshire - Difficulty: 0) +(@OGUID+119, 186720, 0, 12, 87, '0', 0, 0, -9321.9033203125, 64.38889312744140625, 65.790313720703125, 2.757613182067871093, 0, 0, 0.981626510620117187, 0.190812408924102783, 120, 255, 1, 45745), -- Fire Effigy (Area: Goldshire - Difficulty: 0) +(@OGUID+120, 186720, 0, 12, 87, '0', 0, 0, -9328.25, 56.27777862548828125, 62.25088882446289062, 2.600535154342651367, 0, 0, 0.963629722595214843, 0.26724100112915039, 120, 255, 1, 45745), -- Fire Effigy (Area: Goldshire - Difficulty: 0) +(@OGUID+121, 186720, 0, 12, 87, '0', 0, 0, -9314.1015625, 52.45621871948242187, 76.734344482421875, 2.932138919830322265, 0, 0, 0.994521141052246093, 0.104535527527332305, 120, 255, 1, 45745), -- Fire Effigy (Area: Goldshire - Difficulty: 0) +(@OGUID+122, 186720, 0, 12, 87, '0', 0, 0, -9313.2646484375, 58.74604034423828125, 75.66614532470703125, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 120, 255, 1, 45745), -- Fire Effigy (Area: Goldshire - Difficulty: 0) +(@OGUID+123, 186720, 0, 12, 87, '0', 0, 0, -9313.744140625, 45.86735153198242187, 72.55771636962890625, 4.136432647705078125, 0, 0, -0.87881660461425781, 0.477159708738327026, 120, 255, 1, 45745), -- Fire Effigy (Area: Goldshire - Difficulty: 0) +(@OGUID+124, 189303, 0, 12, 87, '0', 0, 0, -9464.7646484375, 17.40554428100585937, 56.9626007080078125, 5.393068790435791015, 0, 0, -0.43051052093505859, 0.902585566043853759, 120, 255, 1, 45745); -- Candy Bucket (Area: Goldshire - Difficulty: 0) + +-- Event spawns +DELETE FROM `game_event_creature` WHERE `eventEntry`=12 AND `guid` BETWEEN @CGUID+0 AND @CGUID+47; +INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES +(12, @CGUID+0), +(12, @CGUID+1), +(12, @CGUID+2), +(12, @CGUID+3), +(12, @CGUID+4), +(12, @CGUID+5), +(12, @CGUID+6), +(12, @CGUID+7), +(12, @CGUID+8), +(12, @CGUID+9), +(12, @CGUID+10), +(12, @CGUID+11), +(12, @CGUID+12), +(12, @CGUID+13), +(12, @CGUID+14), +(12, @CGUID+15), +(12, @CGUID+16), +(12, @CGUID+17), +(12, @CGUID+18), +(12, @CGUID+19), +(12, @CGUID+20), +(12, @CGUID+21), +(12, @CGUID+22), +(12, @CGUID+23), +(12, @CGUID+24), +(12, @CGUID+25), +(12, @CGUID+26), +(12, @CGUID+27), +(12, @CGUID+28), +(12, @CGUID+29), +(12, @CGUID+30), +(12, @CGUID+31), +(12, @CGUID+32), +(12, @CGUID+33), +(12, @CGUID+34), +(12, @CGUID+35), +(12, @CGUID+36), +(12, @CGUID+37), +(12, @CGUID+38), +(12, @CGUID+39), +(12, @CGUID+40), +(12, @CGUID+41), +(12, @CGUID+42), +(12, @CGUID+43), +(12, @CGUID+44), +(12, @CGUID+45), +(12, @CGUID+46), +(12, @CGUID+47); + +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+124; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48), +(12, @OGUID+49), +(12, @OGUID+50), +(12, @OGUID+51), +(12, @OGUID+52), +(12, @OGUID+53), +(12, @OGUID+54), +(12, @OGUID+55), +(12, @OGUID+56), +(12, @OGUID+57), +(12, @OGUID+58), +(12, @OGUID+59), +(12, @OGUID+60), +(12, @OGUID+61), +(12, @OGUID+62), +(12, @OGUID+63), +(12, @OGUID+64), +(12, @OGUID+65), +(12, @OGUID+66), +(12, @OGUID+67), +(12, @OGUID+68), +(12, @OGUID+69), +(12, @OGUID+70), +(12, @OGUID+71), +(12, @OGUID+72), +(12, @OGUID+73), +(12, @OGUID+74), +(12, @OGUID+75), +(12, @OGUID+76), +(12, @OGUID+77), +(12, @OGUID+78), +(12, @OGUID+79), +(12, @OGUID+80), +(12, @OGUID+81), +(12, @OGUID+82), +(12, @OGUID+83), +(12, @OGUID+84), +(12, @OGUID+85), +(12, @OGUID+86), +(12, @OGUID+87), +(12, @OGUID+88), +(12, @OGUID+89), +(12, @OGUID+90), +(12, @OGUID+91), +(12, @OGUID+92), +(12, @OGUID+93), +(12, @OGUID+94), +(12, @OGUID+95), +(12, @OGUID+96), +(12, @OGUID+97), +(12, @OGUID+98), +(12, @OGUID+99), +(12, @OGUID+100), +(12, @OGUID+101), +(12, @OGUID+102), +(12, @OGUID+103), +(12, @OGUID+104), +(12, @OGUID+105), +(12, @OGUID+106), +(12, @OGUID+107), +(12, @OGUID+108), +(12, @OGUID+109), +(12, @OGUID+110), +(12, @OGUID+111), +(12, @OGUID+112), +(12, @OGUID+113), +(12, @OGUID+114), +(12, @OGUID+115), +(12, @OGUID+116), +(12, @OGUID+117), +(12, @OGUID+118), +(12, @OGUID+119), +(12, @OGUID+120), +(12, @OGUID+121), +(12, @OGUID+122), +(12, @OGUID+123), +(12, @OGUID+124); diff --git a/sql/updates/world/master/2024_03_18_22_world_hallows_end_the_stockade.sql b/sql/updates/world/master/2024_03_18_22_world_hallows_end_the_stockade.sql new file mode 100644 index 0000000000000..781f2fc1ca4ae --- /dev/null +++ b/sql/updates/world/master/2024_03_18_22_world_hallows_end_the_stockade.sql @@ -0,0 +1,40 @@ +-- +SET @OGUID := 3803271; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3004894 AND 3004906; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3004894 AND 3004906; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3004894 AND 3004906; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+12; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 34, 717, 717, '1', 0, 0, 74.12201690673828125, -3.66817903518676757, -25.6062335968017578, 4.241150379180908203, 0, 0, -0.85264015197753906, 0.522498607635498046, 7200, 255, 1, 45745), -- G_Pumpkin_01 (Area: The Stockade - Difficulty: Normal) +(@OGUID+1, 180405, 34, 717, 717, '1', 0, 0, 146.6731109619140625, 89.1690216064453125, -33.9395637512207031, 5.89921426773071289, 0, 0, -0.19080829620361328, 0.981627285480499267, 7200, 255, 1, 45745), -- G_Pumpkin_01 (Area: The Stockade - Difficulty: Normal) +(@OGUID+2, 180406, 34, 717, 717, '1', 0, 0, 74.32439422607421875, 5.024705886840820312, -25.6062335968017578, 5.811946868896484375, 0, 0, -0.2334451675415039, 0.972369968891143798, 7200, 255, 1, 45745), -- G_Pumpkin_02 (Area: The Stockade - Difficulty: Normal) +(@OGUID+3, 180406, 34, 717, 717, '1', 0, 0, 134.89093017578125, 3.949640989303588867, -25.6062335968017578, 5.811946868896484375, 0, 0, -0.2334451675415039, 0.972369968891143798, 7200, 255, 1, 45745), -- G_Pumpkin_02 (Area: The Stockade - Difficulty: Normal) +(@OGUID+4, 180406, 34, 717, 717, '1', 0, 0, 111.6213226318359375, -87.8626937866210937, -33.9395637512207031, 2.67034769058227539, 0, 0, 0.972369194030761718, 0.233448356389999389, 7200, 255, 1, 45745), -- G_Pumpkin_02 (Area: The Stockade - Difficulty: Normal) +(@OGUID+5, 180406, 34, 717, 717, '1', 0, 0, 142.0284881591796875, 91.9442291259765625, -33.9395637512207031, 0.331610709428787231, 0, 0, 0.16504669189453125, 0.986285746097564697, 7200, 255, 1, 45745), -- G_Pumpkin_02 (Area: The Stockade - Difficulty: Normal) +(@OGUID+6, 180407, 34, 717, 717, '1', 0, 0, 125.7313919067382812, -3.61262488365173339, -25.6062335968017578, 3.281238555908203125, 0, 0, -0.99756336212158203, 0.069766148924827575, 7200, 255, 1, 45745), -- G_Pumpkin_03 (Area: The Stockade - Difficulty: Normal) +(@OGUID+7, 180407, 34, 717, 717, '1', 0, 0, 116.2468795776367187, -90.2322998046875, -33.9395637512207031, 3.281238555908203125, 0, 0, -0.99756336212158203, 0.069766148924827575, 7200, 255, 1, 45745), -- G_Pumpkin_03 (Area: The Stockade - Difficulty: Normal) +(@OGUID+8, 180410, 34, 717, 717, '1', 0, 0, 145.9379425048828125, 123.2726821899414062, -31.7391357421875, 5.218535900115966796, 0, 0, -0.507537841796875, 0.861629426479339599, 7200, 255, 1, 45745), -- G_HangingSkeleton_01 (Area: The Stockade - Difficulty: Normal) +(@OGUID+9, 180410, 34, 717, 717, '1', 0, 0, 170.26409912109375, 109.9136962890625, -31.800201416015625, 3.385940074920654296, 0, 0, -0.99254608154296875, 0.121869951486587524, 7200, 255, 1, 45745), -- G_HangingSkeleton_01 (Area: The Stockade - Difficulty: Normal) +(@OGUID+10, 180411, 34, 717, 717, '1', 0, 0, 129.090057373046875, 0.796682000160217285, -21.8337478637695312, 5.70722818374633789, 0, 0, -0.28401470184326171, 0.958819925785064697, 7200, 255, 1, 45745), -- G_Ghost_01 (Area: The Stockade - Difficulty: Normal) +(@OGUID+11, 180411, 34, 717, 717, '1', 0, 0, 105.1186065673828125, -106.234947204589843, -30.7940635681152343, 3.735006093978881835, 0, 0, -0.95630455017089843, 0.292372345924377441, 7200, 255, 1, 45745), -- G_Ghost_01 (Area: The Stockade - Difficulty: Normal) +(@OGUID+12, 180411, 34, 717, 717, '1', 0, 0, 153.183013916015625, 107.6798324584960937, -30.856088638305664, 0.645771682262420654, 0, 0, 0.317304611206054687, 0.948323667049407958, 7200, 255, 1, 45745); -- G_Ghost_01 (Area: The Stockade - Difficulty: Normal) + +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+12; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12); diff --git a/sql/updates/world/master/2024_03_18_23_world_hallows_end_redridge_mountains.sql b/sql/updates/world/master/2024_03_18_23_world_hallows_end_redridge_mountains.sql new file mode 100644 index 0000000000000..7650e1a453509 --- /dev/null +++ b/sql/updates/world/master/2024_03_18_23_world_hallows_end_redridge_mountains.sql @@ -0,0 +1,163 @@ +-- +SET @OGUID := 3803284; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3004907 AND 3004980; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3004907 AND 3004980; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3004907 AND 3004980; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+73; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 0, 44, 44, '0', 0, 0, -9422.306640625, -2237.393310546875, 68.50774383544921875, 5.35816192626953125, 0, 0, -0.446197509765625, 0.894934535026550292, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Redridge Mountains - Difficulty: 0) CreateObject1 +(@OGUID+1, 180405, 0, 44, 68, '0', 0, 0, -9288.8056640625, -2269.741455078125, 69.3785400390625, 1.378809213638305664, 0, 0, 0.636077880859375, 0.771624863147735595, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Lake Everstill - Difficulty: 0) CreateObject1 +(@OGUID+2, 180405, 0, 44, 69, '0', 0, 0, -9245.943359375, -2215.571533203125, 66.8433380126953125, 5.096362113952636718, 0, 0, -0.55919265747070312, 0.829037725925445556, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Lakeshire - Difficulty: 0) CreateObject1 +(@OGUID+3, 180405, 0, 44, 68, '0', 0, 0, -9239.37109375, -2161.2626953125, 71.21173858642578125, 1.902408957481384277, 0, 0, 0.814115524291992187, 0.580702960491180419, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Lake Everstill - Difficulty: 0) CreateObject1 +(@OGUID+4, 180405, 0, 44, 68, '0', 0, 0, -9216.7734375, -2141.095703125, 65.43981170654296875, 3.577930212020874023, 0, 0, -0.97629547119140625, 0.216442063450813293, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Lake Everstill - Difficulty: 0) CreateObject1 +(@OGUID+5, 180406, 0, 44, 44, '0', 0, 0, -9402.689453125, -2261.25, 69.37688446044921875, 5.462882041931152343, 0, 0, -0.39874839782714843, 0.917060375213623046, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Redridge Mountains - Difficulty: 0) CreateObject1 +(@OGUID+6, 180406, 0, 44, 68, '0', 0, 0, -9293.1142578125, -2300.470458984375, 69.44182586669921875, 2.478367090225219726, 0, 0, 0.94551849365234375, 0.325568377971649169, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Lake Everstill - Difficulty: 0) CreateObject1 +(@OGUID+7, 180406, 0, 44, 69, '0', 0, 0, -9245.9853515625, -2206.873291015625, 66.8433380126953125, 5.061456203460693359, 0, 0, -0.57357597351074218, 0.819152355194091796, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Lakeshire - Difficulty: 0) CreateObject1 +(@OGUID+8, 180406, 0, 44, 68, '0', 0, 0, -9241.8359375, -2160.5263671875, 65.43981170654296875, 5.096362113952636718, 0, 0, -0.55919265747070312, 0.829037725925445556, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Lake Everstill - Difficulty: 0) CreateObject1 +(@OGUID+9, 180406, 0, 44, 68, '0', 0, 0, -9213.1064453125, -2165.04052734375, 67.574981689453125, 4.328419685363769531, 0, 0, -0.82903671264648437, 0.559194147586822509, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Lake Everstill - Difficulty: 0) CreateObject1 +(@OGUID+10, 180407, 0, 44, 44, '0', 0, 0, -9405.30078125, -2291.819580078125, 69.37725830078125, 4.537858963012695312, 0, 0, -0.76604366302490234, 0.642788589000701904, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Redridge Mountains - Difficulty: 0) CreateObject1 +(@OGUID+11, 180407, 0, 44, 68, '0', 0, 0, -9233.9443359375, -2140.703857421875, 65.4398193359375, 3.52557229995727539, 0, 0, -0.98162651062011718, 0.190812408924102783, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Lake Everstill - Difficulty: 0) CreateObject1 +(@OGUID+12, 180407, 0, 44, 68, '0', 0, 0, -9212.9462890625, -2157.917236328125, 67.58042144775390625, 5.864306926727294921, 0, 0, -0.20791149139404296, 0.978147625923156738, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Lake Everstill - Difficulty: 0) CreateObject1 +(@OGUID+13, 180407, 0, 44, 69, '0', 0, 0, -9199.9453125, -2147.662353515625, 71.21173858642578125, 5.096362113952636718, 0, 0, -0.55919265747070312, 0.829037725925445556, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Lakeshire - Difficulty: 0) CreateObject1 +(@OGUID+14, 180408, 0, 44, 44, '0', 0, 0, -9410.87890625, -2293.482666015625, 73.28820037841796875, 4.712389945983886718, 0, 0, -0.70710659027099609, 0.707106947898864746, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Redridge Mountains - Difficulty: 0) CreateObject1 +(@OGUID+15, 180408, 0, 44, 44, '0', 0, 0, -9407.4306640625, -2258.076416015625, 73.297607421875, 4.712389945983886718, 0, 0, -0.70710659027099609, 0.707106947898864746, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Redridge Mountains - Difficulty: 0) CreateObject1 +(@OGUID+16, 180408, 0, 44, 68, '0', 0, 0, -9287.6201171875, -2303.76904296875, 73.30612945556640625, 1.396261811256408691, 0, 0, 0.642786979675292968, 0.766044974327087402, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Lake Everstill - Difficulty: 0) CreateObject1 +(@OGUID+17, 180408, 0, 44, 68, '0', 0, 0, -9284.310546875, -2267.82470703125, 73.23038482666015625, 1.396261811256408691, 0, 0, 0.642786979675292968, 0.766044974327087402, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Lake Everstill - Difficulty: 0) CreateObject1 +(@OGUID+18, 180410, 0, 44, 68, '0', 0, 0, -9237.2470703125, -2143.213623046875, 72.01729583740234375, 4.642575740814208984, 0, 0, -0.731353759765625, 0.681998312473297119, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Lake Everstill - Difficulty: 0) CreateObject1 +(@OGUID+19, 180410, 0, 44, 68, '0', 0, 0, -9223.1953125, -2150.449462890625, 72.27423858642578125, 0.087265998125076293, 0, 0, 0.043619155883789062, 0.999048233032226562, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Lake Everstill - Difficulty: 0) CreateObject1 +(@OGUID+20, 180410, 0, 44, 68, '0', 0, 0, -9223.0927734375, -2144.120849609375, 72.27423858642578125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Lake Everstill - Difficulty: 0) CreateObject1 +(@OGUID+21, 180411, 0, 44, 68, '0', 0, 0, -9270.4365234375, -2269.753173828125, 83.76007843017578125, 0.191985160112380981, 0, 0, 0.095845222473144531, 0.995396256446838378, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Lake Everstill - Difficulty: 0) CreateObject1 +(@OGUID+22, 180411, 0, 44, 68, '0', 0, 0, -9244.654296875, -2160.475830078125, 73.2437896728515625, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Lake Everstill - Difficulty: 0) CreateObject1 +(@OGUID+23, 180415, 0, 44, 68, '0', 0, 0, -9231.3193359375, -2156.89404296875, 65.4916839599609375, 5.078907966613769531, 0, 0, -0.56640625, 0.824126183986663818, 120, 255, 1, 51886), -- CandleBlack01 (Area: Lake Everstill - Difficulty: 0) CreateObject1 +(@OGUID+24, 180415, 0, 44, 68, '0', 0, 0, -9231.2412109375, -2153.16845703125, 65.49967193603515625, 3.211419343948364257, 0, 0, -0.9993906021118164, 0.034906134009361267, 120, 255, 1, 51886), -- CandleBlack01 (Area: Lake Everstill - Difficulty: 0) CreateObject1 +(@OGUID+25, 180415, 0, 44, 68, '0', 0, 0, -9229.4658203125, -2156.916748046875, 65.096527099609375, 0.907570242881774902, 0, 0, 0.438370704650878906, 0.898794233798980712, 120, 255, 1, 51886), -- CandleBlack01 (Area: Lake Everstill - Difficulty: 0) CreateObject1 +(@OGUID+26, 180415, 0, 44, 68, '0', 0, 0, -9221.8056640625, -2157.03466796875, 65.07159423828125, 5.497788906097412109, 0, 0, -0.38268280029296875, 0.923879802227020263, 120, 255, 1, 51886), -- CandleBlack01 (Area: Lake Everstill - Difficulty: 0) CreateObject1 +(@OGUID+27, 180415, 0, 44, 68, '0', 0, 0, -9229.4375, -2153.203125, 65.11737060546875, 3.106652259826660156, 0, 0, 0.999847412109375, 0.017469281330704689, 120, 255, 1, 51886), -- CandleBlack01 (Area: Lake Everstill - Difficulty: 0) CreateObject1 +(@OGUID+28, 180415, 0, 44, 68, '0', 0, 0, -9219.8876953125, -2153.380126953125, 65.53784942626953125, 1.797688722610473632, 0, 0, 0.7826080322265625, 0.622514784336090087, 120, 255, 1, 51886), -- CandleBlack01 (Area: Lake Everstill - Difficulty: 0) CreateObject1 +(@OGUID+29, 180415, 0, 44, 68, '0', 0, 0, -9221.66015625, -2153.314208984375, 65.160675048828125, 3.752462387084960937, 0, 0, -0.95371627807617187, 0.300707906484603881, 120, 255, 1, 51886), -- CandleBlack01 (Area: Lake Everstill - Difficulty: 0) CreateObject1 +(@OGUID+30, 180415, 0, 44, 68, '0', 0, 0, -9219.9658203125, -2157.038330078125, 65.53692626953125, 5.044002056121826171, 0, 0, -0.58070278167724609, 0.814115643501281738, 120, 255, 1, 51886), -- CandleBlack01 (Area: Lake Everstill - Difficulty: 0) CreateObject1 +(@OGUID+31, 180415, 0, 44, 68, '0', 0, 0, -9215.15625, -2161.8525390625, 68.74405670166015625, 1.134462952613830566, 0, 0, 0.537299156188964843, 0.843391716480255126, 120, 255, 1, 51886), -- CandleBlack01 (Area: Lake Everstill - Difficulty: 0) CreateObject1 +(@OGUID+32, 180425, 0, 44, 68, '0', 0, 0, -9221.607421875, -2160.947998046875, 72.4998016357421875, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 51886), -- SkullCandle01 (Area: Lake Everstill - Difficulty: 0) CreateObject1 +(@OGUID+33, 180425, 0, 44, 68, '0', 0, 0, -9221.2822265625, -2161.603271484375, 65.958251953125, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 51886), -- SkullCandle01 (Area: Lake Everstill - Difficulty: 0) CreateObject1 +(@OGUID+34, 180425, 0, 44, 68, '0', 0, 0, -9215.0517578125, -2161.072998046875, 68.82494354248046875, 6.248279094696044921, 0, 0, -0.01745223999023437, 0.999847710132598876, 120, 255, 1, 51886), -- SkullCandle01 (Area: Lake Everstill - Difficulty: 0) CreateObject1 +(@OGUID+35, 180426, 0, 44, 68, '0', 0, 0, -9272.2568359375, -2156.2744140625, 74.7746124267578125, 3.316144466400146484, 0, 0, -0.99619388580322265, 0.087165042757987976, 120, 255, 1, 51886), -- Bat01 (Area: Lake Everstill - Difficulty: 0) CreateObject1 +(@OGUID+36, 180426, 0, 44, 68, '0', 0, 0, -9272.375, -2155.75, 68.63214874267578125, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 51886), -- Bat01 (Area: Lake Everstill - Difficulty: 0) CreateObject1 +(@OGUID+37, 180426, 0, 44, 68, '0', 0, 0, -9272.21875, -2156.34033203125, 78.1217803955078125, 4.136432647705078125, 0, 0, -0.87881660461425781, 0.477159708738327026, 120, 255, 1, 51886), -- Bat01 (Area: Lake Everstill - Difficulty: 0) CreateObject1 +(@OGUID+38, 180426, 0, 44, 68, '0', 0, 0, -9272.767578125, -2155.954833984375, 70.52166748046875, 2.530723094940185546, 0, 0, 0.953716278076171875, 0.300707906484603881, 120, 255, 1, 51886), -- Bat01 (Area: Lake Everstill - Difficulty: 0) CreateObject1 +(@OGUID+39, 180426, 0, 44, 68, '0', 0, 0, -9272.1845703125, -2155.59033203125, 72.25897979736328125, 4.084071159362792968, 0, 0, -0.8910064697265625, 0.453990638256072998, 120, 255, 1, 51886), -- Bat01 (Area: Lake Everstill - Difficulty: 0) CreateObject1 +(@OGUID+40, 180426, 0, 44, 68, '0', 0, 0, -9272.2900390625, -2155.9462890625, 73.72779083251953125, 0.331610709428787231, 0, 0, 0.16504669189453125, 0.986285746097564697, 120, 255, 1, 51886), -- Bat01 (Area: Lake Everstill - Difficulty: 0) CreateObject1 +(@OGUID+41, 180426, 0, 44, 68, '0', 0, 0, -9272.625, -2155.807373046875, 70.60741424560546875, 1.099556446075439453, 0, 0, 0.522498130798339843, 0.852640450000762939, 120, 255, 1, 51886), -- Bat01 (Area: Lake Everstill - Difficulty: 0) CreateObject1 +(@OGUID+42, 180426, 0, 44, 68, '0', 0, 0, -9272.591796875, -2155.626708984375, 71.7587738037109375, 3.368495941162109375, 0, 0, -0.99357128143310546, 0.113208353519439697, 120, 255, 1, 51886), -- Bat01 (Area: Lake Everstill - Difficulty: 0) CreateObject1 +(@OGUID+43, 180426, 0, 44, 68, '0', 0, 0, -9272.8056640625, -2155.5, 75.10117340087890625, 3.630291461944580078, 0, 0, -0.97029495239257812, 0.241925001144409179, 120, 255, 1, 51886), -- Bat01 (Area: Lake Everstill - Difficulty: 0) CreateObject1 +(@OGUID+44, 180426, 0, 44, 68, '0', 0, 0, -9272.1142578125, -2155.178955078125, 75.03144073486328125, 5.305802345275878906, 0, 0, -0.46947097778320312, 0.882947921752929687, 120, 255, 1, 51886), -- Bat01 (Area: Lake Everstill - Difficulty: 0) CreateObject1 +(@OGUID+45, 180427, 0, 44, 68, '0', 0, 0, -9272.5263671875, -2156.220458984375, 75.49765777587890625, 1.797688722610473632, 0, 0, 0.7826080322265625, 0.622514784336090087, 120, 255, 1, 51886), -- Bat02 (Area: Lake Everstill - Difficulty: 0) CreateObject1 +(@OGUID+46, 180427, 0, 44, 68, '0', 0, 0, -9272.142578125, -2156.145751953125, 76.2433929443359375, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 51886), -- Bat02 (Area: Lake Everstill - Difficulty: 0) CreateObject1 +(@OGUID+47, 180427, 0, 44, 68, '0', 0, 0, -9272.826171875, -2155.795166015625, 74.779937744140625, 6.230826377868652343, 0, 0, -0.02617645263671875, 0.999657332897186279, 120, 255, 1, 51886), -- Bat02 (Area: Lake Everstill - Difficulty: 0) CreateObject1 +(@OGUID+48, 180427, 0, 44, 68, '0', 0, 0, -9272.9736328125, -2155.91845703125, 77.10079193115234375, 4.415683269500732421, 0, 0, -0.80385684967041015, 0.594822824001312255, 120, 255, 1, 51886), -- Bat02 (Area: Lake Everstill - Difficulty: 0) CreateObject1 +(@OGUID+49, 180427, 0, 44, 68, '0', 0, 0, -9273.1494140625, -2155.55908203125, 74.73769378662109375, 3.420850038528442382, 0, 0, -0.99026775360107421, 0.139175355434417724, 120, 255, 1, 51886), -- Bat02 (Area: Lake Everstill - Difficulty: 0) CreateObject1 +(@OGUID+50, 180427, 0, 44, 68, '0', 0, 0, -9272.2431640625, -2155.791748046875, 76.09332275390625, 0.191985160112380981, 0, 0, 0.095845222473144531, 0.995396256446838378, 120, 255, 1, 51886), -- Bat02 (Area: Lake Everstill - Difficulty: 0) CreateObject1 +(@OGUID+51, 180427, 0, 44, 68, '0', 0, 0, -9272.6630859375, -2155.34375, 70.88851165771484375, 0.488691210746765136, 0, 0, 0.241921424865722656, 0.970295846462249755, 120, 255, 1, 51886), -- Bat02 (Area: Lake Everstill - Difficulty: 0) CreateObject1 +(@OGUID+52, 180427, 0, 44, 68, '0', 0, 0, -9272.0380859375, -2155.5244140625, 73.29476165771484375, 5.811946868896484375, 0, 0, -0.2334451675415039, 0.972369968891143798, 120, 255, 1, 51886), -- Bat02 (Area: Lake Everstill - Difficulty: 0) CreateObject1 +(@OGUID+53, 180427, 0, 44, 68, '0', 0, 0, -9272.5283203125, -2156.015625, 71.71578216552734375, 4.625123500823974609, 0, 0, -0.73727703094482421, 0.67559051513671875, 120, 255, 1, 51886), -- Bat02 (Area: Lake Everstill - Difficulty: 0) CreateObject1 +(@OGUID+54, 180427, 0, 44, 68, '0', 0, 0, -9272.1044921875, -2155.397705078125, 75.31858062744140625, 1.797688722610473632, 0, 0, 0.7826080322265625, 0.622514784336090087, 120, 255, 1, 51886), -- Bat02 (Area: Lake Everstill - Difficulty: 0) CreateObject1 +(@OGUID+55, 180471, 0, 44, 68, '0', 0, 0, -9246.4931640625, -2144.93408203125, 67.47220611572265625, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Lake Everstill - Difficulty: 0) CreateObject1 +(@OGUID+56, 180471, 0, 44, 68, '0', 0, 0, -9246.51953125, -2152.147705078125, 67.40982818603515625, 4.694936752319335937, 0, 0, -0.71325016021728515, 0.700909554958343505, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Lake Everstill - Difficulty: 0) CreateObject1 +(@OGUID+57, 180471, 0, 44, 68, '0', 0, 0, -9208.28515625, -2168.95654296875, 73.37648773193359375, 0.767943859100341796, 0, 0, 0.374606132507324218, 0.927184045314788818, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Lake Everstill - Difficulty: 0) CreateObject1 +(@OGUID+58, 180472, 0, 44, 68, '0', 0, 0, -9246.5126953125, -2148.58642578125, 70.8801116943359375, 3.211419343948364257, 0, 0, -0.9993906021118164, 0.034906134009361267, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Lake Everstill - Difficulty: 0) CreateObject1 +(@OGUID+59, 180472, 0, 44, 68, '0', 0, 0, -9243.4970703125, -2168.3525390625, 74.8330230712890625, 4.084071159362792968, 0, 0, -0.8910064697265625, 0.453990638256072998, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Lake Everstill - Difficulty: 0) CreateObject1 +(@OGUID+60, 180472, 0, 44, 68, '0', 0, 0, -9233.5380859375, -2167.75, 74.37000274658203125, 4.97418975830078125, 0, 0, -0.60876083374023437, 0.793353796005249023, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Lake Everstill - Difficulty: 0) CreateObject1 +(@OGUID+61, 180472, 0, 44, 68, '0', 0, 0, -9235.4345703125, -2167.010498046875, 81.50962066650390625, 4.764749526977539062, 0, 0, -0.6883544921875, 0.725374460220336914, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Lake Everstill - Difficulty: 0) CreateObject1 +(@OGUID+62, 180472, 0, 44, 68, '0', 0, 0, -9225.4423828125, -2167.15625, 81.5396881103515625, 4.764749526977539062, 0, 0, -0.6883544921875, 0.725374460220336914, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Lake Everstill - Difficulty: 0) CreateObject1 +(@OGUID+63, 180472, 0, 44, 68, '0', 0, 0, -9233.6357421875, -2140.8837890625, 75.86322784423828125, 1.640606880187988281, 0, 0, 0.731352806091308593, 0.6819993257522583, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Lake Everstill - Difficulty: 0) CreateObject1 +(@OGUID+64, 180472, 0, 44, 68, '0', 0, 0, -9225.25390625, -2144.251708984375, 67.62896728515625, 4.852017402648925781, 0, 0, -0.65605831146240234, 0.754710197448730468, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Lake Everstill - Difficulty: 0) CreateObject1 +(@OGUID+65, 180472, 0, 44, 68, '0', 0, 0, -9219.7080078125, -2158.60595703125, 69.08957672119140625, 3.263772249221801757, 0, 0, -0.99813461303710937, 0.061051756143569946, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Lake Everstill - Difficulty: 0) CreateObject1 +(@OGUID+66, 180472, 0, 44, 68, '0', 0, 0, -9209.25, -2161.1494140625, 75.82123565673828125, 0.15707901120185852, 0, 0, 0.078458786010742187, 0.996917366981506347, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Lake Everstill - Difficulty: 0) CreateObject1 +(@OGUID+67, 180472, 0, 44, 68, '0', 0, 0, -9215.4931640625, -2167.41845703125, 81.5162353515625, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Lake Everstill - Difficulty: 0) CreateObject1 +(@OGUID+68, 180472, 0, 44, 68, '0', 0, 0, -9217.876953125, -2167.942626953125, 74.37424468994140625, 4.834563255310058593, 0, 0, -0.66261959075927734, 0.748956084251403808, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Lake Everstill - Difficulty: 0) CreateObject1 +(@OGUID+69, 180472, 0, 44, 68, '0', 0, 0, -9213.142578125, -2147.568359375, 78.88397216796875, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Lake Everstill - Difficulty: 0) CreateObject1 +(@OGUID+70, 180472, 0, 44, 68, '0', 0, 0, -9217.09765625, -2141.0087890625, 75.81430816650390625, 2.094393253326416015, 0, 0, 0.866024971008300781, 0.50000077486038208, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Lake Everstill - Difficulty: 0) CreateObject1 +(@OGUID+71, 180472, 0, 44, 69, '0', 0, 0, -9191.4345703125, -2148.036376953125, 75.69803619384765625, 0.191985160112380981, 0, 0, 0.095845222473144531, 0.995396256446838378, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Lakeshire - Difficulty: 0) CreateObject1 +(@OGUID+72, 180523, 0, 44, 68, '0', 0, 0, -9217.9873046875, -2151.346923828125, 64.63164520263671875, 1.937312245368957519, 0, 0, 0.824125289916992187, 0.566407561302185058, 120, 255, 1, 51886), -- Apple Bob (Area: Lake Everstill - Difficulty: 0) CreateObject1 +(@OGUID+73, 190046, 0, 44, 68, '0', 0, 0, -9225.3369140625, -2158.928955078125, 63.71120071411132812, 4.049167633056640625, 0, 0, -0.89879322052001953, 0.438372820615768432, 120, 255, 1, 51886); -- Candy Bucket (Area: Lake Everstill - Difficulty: 0) CreateObject1 + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+73; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48), +(12, @OGUID+49), +(12, @OGUID+50), +(12, @OGUID+51), +(12, @OGUID+52), +(12, @OGUID+53), +(12, @OGUID+54), +(12, @OGUID+55), +(12, @OGUID+56), +(12, @OGUID+57), +(12, @OGUID+58), +(12, @OGUID+59), +(12, @OGUID+60), +(12, @OGUID+61), +(12, @OGUID+62), +(12, @OGUID+63), +(12, @OGUID+64), +(12, @OGUID+65), +(12, @OGUID+66), +(12, @OGUID+67), +(12, @OGUID+68), +(12, @OGUID+69), +(12, @OGUID+70), +(12, @OGUID+71), +(12, @OGUID+72), +(12, @OGUID+73); diff --git a/sql/updates/world/master/2024_03_18_24_world_hallows_end_westfall.sql b/sql/updates/world/master/2024_03_18_24_world_hallows_end_westfall.sql new file mode 100644 index 0000000000000..5770fb242830d --- /dev/null +++ b/sql/updates/world/master/2024_03_18_24_world_hallows_end_westfall.sql @@ -0,0 +1,81 @@ +-- +SET @OGUID := 3803358; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3004981 AND 3005012; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3004981 AND 3005012; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3004981 AND 3005012; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+31; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 0, 40, 108, '0', 0, 0, -10476.693359375, 1020.1314697265625, 67.16107177734375, 1.745326757431030273, 0, 0, 0.766043663024902343, 0.642788589000701904, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Sentinel Hill - Difficulty: 0) CreateObject1 +(@OGUID+1, 180405, 0, 40, 108, '0', 0, 0, -10525.0126953125, 1030.70654296875, 67.16056060791015625, 4.852017402648925781, 0, 0, -0.65605831146240234, 0.754710197448730468, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Sentinel Hill - Difficulty: 0) CreateObject1 +(@OGUID+2, 180405, 0, 40, 108, '0', 0, 0, -10639.501953125, 1160.956787109375, 33.38550186157226562, 0.855210542678833007, 0, 0, 0.414692878723144531, 0.909961462020874023, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Sentinel Hill - Difficulty: 0) CreateObject1 +(@OGUID+3, 180405, 0, 40, 108, '0', 0, 0, -10640.5244140625, 1196.671875, 34.29291534423828125, 0.506144583225250244, 0, 0, 0.250379562377929687, 0.968147754669189453, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Sentinel Hill - Difficulty: 0) CreateObject1 +(@OGUID+4, 180406, 0, 40, 108, '0', 0, 0, -10501.6923828125, 1050.79150390625, 67.76177978515625, 3.612837791442871093, 0, 0, -0.97236919403076171, 0.233448356389999389, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Sentinel Hill - Difficulty: 0) CreateObject1 +(@OGUID+5, 180406, 0, 40, 108, '0', 0, 0, -10514.900390625, 1005.19390869140625, 67.157745361328125, 6.108653545379638671, 0, 0, -0.08715534210205078, 0.996194720268249511, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Sentinel Hill - Difficulty: 0) CreateObject1 +(@OGUID+6, 180406, 0, 40, 108, '0', 0, 0, -10624.70703125, 1030.9774169921875, 33.90174484252929687, 2.757613182067871093, 0, 0, 0.981626510620117187, 0.190812408924102783, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Sentinel Hill - Difficulty: 0) CreateObject1 +(@OGUID+7, 180406, 0, 40, 108, '0', 0, 0, -10656.189453125, 1174.5538330078125, 34.53944015502929687, 1.308995485305786132, 0, 0, 0.608760833740234375, 0.793353796005249023, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Sentinel Hill - Difficulty: 0) CreateObject1 +(@OGUID+8, 180407, 0, 40, 108, '0', 0, 0, -10491.6494140625, 1002.1875, 67.1604766845703125, 0.785396754741668701, 0, 0, 0.38268280029296875, 0.923879802227020263, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Sentinel Hill - Difficulty: 0) CreateObject1 +(@OGUID+9, 180407, 0, 40, 108, '0', 0, 0, -10486.7607421875, 1045.7017822265625, 67.160064697265625, 2.932138919830322265, 0, 0, 0.994521141052246093, 0.104535527527332305, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Sentinel Hill - Difficulty: 0) CreateObject1 +(@OGUID+10, 180407, 0, 40, 108, '0', 0, 0, -10517.62109375, 1044.56103515625, 67.76180267333984375, 4.258606910705566406, 0, 0, -0.84804725646972656, 0.529920578002929687, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Sentinel Hill - Difficulty: 0) CreateObject1 +(@OGUID+11, 180407, 0, 40, 108, '0', 0, 0, -10634.6142578125, 1182.578125, 34.16083145141601562, 4.363324165344238281, 0, 0, -0.81915187835693359, 0.573576688766479492, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Sentinel Hill - Difficulty: 0) CreateObject1 +(@OGUID+12, 180410, 0, 40, 108, '0', 0, 0, -10647.5830078125, 1189.8697509765625, 35.56537246704101562, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Sentinel Hill - Difficulty: 0) CreateObject1 +(@OGUID+13, 180411, 0, 40, 108, '0', 0, 0, -10647.40625, 1175.6129150390625, 38.84251785278320312, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Sentinel Hill - Difficulty: 0) CreateObject1 +(@OGUID+14, 180471, 0, 40, 108, '0', 0, 0, -10645.353515625, 1162.157958984375, 40.413787841796875, 0.855210542678833007, 0, 0, 0.414692878723144531, 0.909961462020874023, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Sentinel Hill - Difficulty: 0) CreateObject1 +(@OGUID+15, 180471, 0, 40, 108, '0', 0, 0, -10660.794921875, 1172.890625, 40.15880203247070312, 4.031712055206298828, 0, 0, -0.90258502960205078, 0.430511653423309326, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Sentinel Hill - Difficulty: 0) CreateObject1 +(@OGUID+16, 180471, 0, 40, 108, '0', 0, 0, -10637.6806640625, 1172.1666259765625, 40.06348037719726562, 0.820303261280059814, 0, 0, 0.398748397827148437, 0.917060375213623046, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Sentinel Hill - Difficulty: 0) CreateObject1 +(@OGUID+17, 180471, 0, 40, 108, '0', 0, 0, -10644.826171875, 1193.8160400390625, 40.01134109497070312, 4.014260292053222656, 0, 0, -0.90630722045898437, 0.422619491815567016, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Sentinel Hill - Difficulty: 0) CreateObject1 +(@OGUID+18, 180471, 0, 40, 108, '0', 0, 0, -10652.609375, 1183.5572509765625, 39.98427581787109375, 4.014260292053222656, 0, 0, -0.90630722045898437, 0.422619491815567016, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Sentinel Hill - Difficulty: 0) CreateObject1 +(@OGUID+19, 180472, 0, 40, 108, '0', 0, 0, -10649.798828125, 1156.8836669921875, 41.56014633178710937, 4.852017402648925781, 0, 0, -0.65605831146240234, 0.754710197448730468, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Sentinel Hill - Difficulty: 0) CreateObject1 +(@OGUID+20, 180472, 0, 40, 108, '0', 0, 0, -10657.1982421875, 1162.357666015625, 45.62991714477539062, 4.276057243347167968, 0, 0, -0.84339141845703125, 0.537299633026123046, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Sentinel Hill - Difficulty: 0) CreateObject1 +(@OGUID+21, 180472, 0, 40, 108, '0', 0, 0, -10664.720703125, 1168.04345703125, 41.38816070556640625, 3.45575571060180664, 0, 0, -0.98768806457519531, 0.156436234712600708, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Sentinel Hill - Difficulty: 0) CreateObject1 +(@OGUID+22, 180472, 0, 40, 108, '0', 0, 0, -10641.3193359375, 1167.3004150390625, 41.10222625732421875, 5.70722818374633789, 0, 0, -0.28401470184326171, 0.958819925785064697, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Sentinel Hill - Difficulty: 0) CreateObject1 +(@OGUID+23, 180472, 0, 40, 108, '0', 0, 0, -10632.7255859375, 1194.3316650390625, 45.622283935546875, 1.117009282112121582, 0, 0, 0.529918670654296875, 0.84804844856262207, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Sentinel Hill - Difficulty: 0) CreateObject1 +(@OGUID+24, 180472, 0, 40, 108, '0', 0, 0, -10633.607421875, 1177.5572509765625, 41.22088241577148437, 5.881760597229003906, 0, 0, -0.19936752319335937, 0.979924798011779785, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Sentinel Hill - Difficulty: 0) CreateObject1 +(@OGUID+25, 180472, 0, 40, 108, '0', 0, 0, -10648.705078125, 1188.671875, 41.30103683471679687, 2.844882726669311523, 0, 0, 0.989015579223632812, 0.147811368107795715, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Sentinel Hill - Difficulty: 0) CreateObject1 +(@OGUID+26, 180472, 0, 40, 108, '0', 0, 0, -10656.7119140625, 1178.8333740234375, 41.57691574096679687, 2.478367090225219726, 0, 0, 0.94551849365234375, 0.325568377971649169, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Sentinel Hill - Difficulty: 0) CreateObject1 +(@OGUID+27, 180472, 0, 40, 108, '0', 0, 0, -10640.5087890625, 1199.9427490234375, 41.27355194091796875, 1.867502212524414062, 0, 0, 0.803856849670410156, 0.594822824001312255, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Sentinel Hill - Difficulty: 0) CreateObject1 +(@OGUID+28, 180523, 0, 40, 108, '0', 0, 0, -10645.544921875, 1176.8853759765625, 34.77727890014648437, 0.139624491333961486, 0, 0, 0.06975555419921875, 0.997564136981964111, 120, 255, 1, 51886), -- Apple Bob (Area: Sentinel Hill - Difficulty: 0) CreateObject1 +(@OGUID+29, 180523, 0, 40, 108, '0', 226, 0, -10492.2587890625, 1029.0989990234375, 61.01253128051757812, 0.139624491333961486, 0, 0, 0.06975555419921875, 0.997564136981964111, 120, 255, 1, 51886), -- Apple Bob (Area: Sentinel Hill - Difficulty: 0) CreateObject1 +(@OGUID+30, 190047, 0, 40, 108, '0', 0, 0, -10653.9111328125, 1164.7625732421875, 34.47375106811523437, 1.500982880592346191, 0, 0, 0.681998252868652343, 0.731353819370269775, 120, 255, 1, 51886), -- Candy Bucket (Area: Sentinel Hill - Difficulty: 0) CreateObject1 +(@OGUID+31, 190047, 0, 40, 108, '0', 226, 0, -10504.0908203125, 1028.2274169921875, 60.52341842651367187, 3.176533222198486328, 0, 0, -0.999847412109375, 0.017469281330704689, 120, 255, 1, 51886); -- Candy Bucket (Area: Sentinel Hill - Difficulty: 0) CreateObject1 + +UPDATE `gameobject` SET `phaseUseFlags`=1 WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+27; + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+31; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31); diff --git a/sql/updates/world/master/2024_03_18_25_world_hallows_end_the_deadmines.sql b/sql/updates/world/master/2024_03_18_25_world_hallows_end_the_deadmines.sql new file mode 100644 index 0000000000000..8b2c79b59e5a9 --- /dev/null +++ b/sql/updates/world/master/2024_03_18_25_world_hallows_end_the_deadmines.sql @@ -0,0 +1,118 @@ +-- +SET @OGUID := 3803390; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3005013 AND 3005064; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3005013 AND 3005064; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3005013 AND 3005064; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+51; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 36, 1581, 1581, '1,2', 0, 0, -46.2517356872558593, -780.95831298828125, 18.83513069152832031, 3.141592741012573242, 0, 0, -1, 0, 7200, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Deadmines - Difficulty: Normal) CreateObject1 +(@OGUID+1, 180405, 36, 1581, 1581, '1,2', 0, 0, -25.4583339691162109, -795.04864501953125, 24.81335639953613281, 2.408554315567016601, 0, 0, 0.933580398559570312, 0.358368009328842163, 7200, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Deadmines - Difficulty: Normal) CreateObject1 +(@OGUID+2, 180405, 36, 1581, 1581, '1,2', 0, 0, -27.5590286254882812, -831.66839599609375, 24.1566314697265625, 1.029743075370788574, 0, 0, 0.492423057556152343, 0.870355963706970214, 7200, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Deadmines - Difficulty: Normal) CreateObject1 +(@OGUID+3, 180405, 36, 1581, 1581, '1,2', 0, 0, -53.8333320617675781, -786.31597900390625, 38.92377090454101562, 3.45575571060180664, 0, 0, -0.98768806457519531, 0.156436234712600708, 7200, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Deadmines - Difficulty: Normal) CreateObject1 +(@OGUID+4, 180405, 36, 1581, 1581, '1,2', 0, 0, -16.9548606872558593, -835.4461669921875, 20.31581497192382812, 1.256635904312133789, 0, 0, 0.587784767150878906, 0.809017360210418701, 7200, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Deadmines - Difficulty: Normal) CreateObject1 +(@OGUID+5, 180405, 36, 1581, 1581, '1,2', 0, 0, -75.671875, -825.20831298828125, 40.14898300170898437, 1.832594871520996093, 0, 0, 0.793353080749511718, 0.608761727809906005, 7200, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Deadmines - Difficulty: Normal) CreateObject1 +(@OGUID+6, 180405, 36, 1581, 1581, '1,2', 0, 0, -48.4149322509765625, -860.07989501953125, 18.80362510681152343, 0.593410074710845947, 0, 0, 0.292370796203613281, 0.95630502700805664, 7200, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Deadmines - Difficulty: Normal) CreateObject1 +(@OGUID+7, 180405, 36, 1581, 1581, '1,2', 0, 0, -79.0607681274414062, -862.232666015625, 17.77784919738769531, 0.349065244197845458, 0, 0, 0.173647880554199218, 0.984807789325714111, 7200, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Deadmines - Difficulty: Normal) CreateObject1 +(@OGUID+8, 180405, 36, 1581, 1581, '1,2', 0, 0, -118.335067749023437, -844.42706298828125, 17.1402435302734375, 5.829400539398193359, 0, 0, -0.22495079040527343, 0.974370121955871582, 7200, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Deadmines - Difficulty: Normal) CreateObject1 +(@OGUID+9, 180405, 36, 1581, 1581, '1,2', 0, 0, -129.027786254882812, -816.0069580078125, 17.10091590881347656, 4.293513298034667968, 0, 0, -0.8386697769165039, 0.544640243053436279, 7200, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Deadmines - Difficulty: Normal) CreateObject1 +(@OGUID+10, 180405, 36, 1581, 1581, '1,2', 0, 0, -58.7326393127441406, -850.95660400390625, 22.46484565734863281, 0.506144583225250244, 0, 0, 0.250379562377929687, 0.968147754669189453, 7200, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Deadmines - Difficulty: Normal) CreateObject1 +(@OGUID+11, 180405, 36, 1581, 1581, '1,2', 0, 0, -109.065971374511718, -837.5694580078125, 21.00564193725585937, 5.89921426773071289, 0, 0, -0.19080829620361328, 0.981627285480499267, 7200, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Deadmines - Difficulty: Normal) CreateObject1 +(@OGUID+12, 180405, 36, 1581, 1581, '1,2', 0, 0, -74.84375, -812.3350830078125, 47.41023635864257812, 1.762782454490661621, 0, 0, 0.771624565124511718, 0.636078238487243652, 7200, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Deadmines - Difficulty: Normal) CreateObject1 +(@OGUID+13, 180405, 36, 1581, 1581, '1,2', 0, 0, -108.189239501953125, -800.91668701171875, 21.0112457275390625, 3.839725255966186523, 0, 0, -0.93969249725341796, 0.34202045202255249, 7200, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Deadmines - Difficulty: Normal) CreateObject1 +(@OGUID+14, 180405, 36, 1581, 1581, '1,2', 0, 0, -105.255210876464843, -786.6805419921875, 17.25224876403808593, 4.293513298034667968, 0, 0, -0.8386697769165039, 0.544640243053436279, 7200, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Deadmines - Difficulty: Normal) CreateObject1 +(@OGUID+15, 180406, 36, 1581, 1581, '1,2', 0, 0, -20.7934036254882812, -800.046875, 24.93445205688476562, 2.809975385665893554, 0, 0, 0.986285209655761718, 0.165049895644187927, 7200, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Deadmines - Difficulty: Normal) CreateObject1 +(@OGUID+16, 180406, 36, 1581, 1581, '1,2', 0, 0, -11.6232643127441406, -820.70489501953125, 20.60879707336425781, 1.954769015312194824, 0, 0, 0.829037666320800781, 0.559192776679992675, 7200, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Deadmines - Difficulty: Normal) CreateObject1 +(@OGUID+17, 180406, 36, 1581, 1581, '1,2', 0, 0, -64.2881927490234375, -789.107666015625, 22.18378067016601562, 3.141592741012573242, 0, 0, -1, 0, 7200, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Deadmines - Difficulty: Normal) CreateObject1 +(@OGUID+18, 180406, 36, 1581, 1581, '1,2', 0, 0, -65.986114501953125, -784.67535400390625, 39.916259765625, 3.43830275535583496, 0, 0, -0.98901557922363281, 0.147811368107795715, 7200, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Deadmines - Difficulty: Normal) CreateObject1 +(@OGUID+19, 180406, 36, 1581, 1581, '1,2', 0, 0, -56.2152786254882812, -778.5, 18.44533729553222656, 2.809975385665893554, 0, 0, 0.986285209655761718, 0.165049895644187927, 7200, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Deadmines - Difficulty: Normal) CreateObject1 +(@OGUID+20, 180406, 36, 1581, 1581, '1,2', 0, 0, -48.8125, -787.8524169921875, 38.68552017211914062, 3.001946926116943359, 0, 0, 0.997563362121582031, 0.069766148924827575, 7200, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Deadmines - Difficulty: Normal) CreateObject1 +(@OGUID+21, 180406, 36, 1581, 1581, '1,2', 0, 0, -51.1215286254882812, -849.67364501953125, 22.83587455749511718, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 7200, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Deadmines - Difficulty: Normal) CreateObject1 +(@OGUID+22, 180406, 36, 1581, 1581, '1,2', 0, 0, -106.463539123535156, -852.22222900390625, 17.25153541564941406, 0.174532130360603332, 0, 0, 0.087155342102050781, 0.996194720268249511, 7200, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Deadmines - Difficulty: Normal) CreateObject1 +(@OGUID+23, 180406, 36, 1581, 1581, '1,2', 0, 0, -36.3125, -855.060791015625, 19.3319244384765625, 0.767943859100341796, 0, 0, 0.374606132507324218, 0.927184045314788818, 7200, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Deadmines - Difficulty: Normal) CreateObject1 +(@OGUID+24, 180406, 36, 1581, 1581, '1,2', 0, 0, -75.1631927490234375, -827.6805419921875, 47.40086746215820312, 2.251473426818847656, 0, 0, 0.902585029602050781, 0.430511653423309326, 7200, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Deadmines - Difficulty: Normal) CreateObject1 +(@OGUID+25, 180406, 36, 1581, 1581, '1,2', 0, 0, -70.2899322509765625, -862.25347900390625, 21.71665000915527343, 0.174532130360603332, 0, 0, 0.087155342102050781, 0.996194720268249511, 7200, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Deadmines - Difficulty: Normal) CreateObject1 +(@OGUID+26, 180406, 36, 1581, 1581, '1,2', 0, 0, -129.289932250976562, -821.138916015625, 17.100799560546875, 5.777040958404541015, 0, 0, -0.25037956237792968, 0.968147754669189453, 7200, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Deadmines - Difficulty: Normal) CreateObject1 +(@OGUID+27, 180406, 36, 1581, 1581, '1,2', 0, 0, -99.6510391235351562, -843.310791015625, 21.15973472595214843, 6.248279094696044921, 0, 0, -0.01745223999023437, 0.999847710132598876, 7200, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Deadmines - Difficulty: Normal) CreateObject1 +(@OGUID+28, 180406, 36, 1581, 1581, '1,2', 0, 0, -117.217018127441406, -793.8975830078125, 17.14227104187011718, 0.331610709428787231, 0, 0, 0.16504669189453125, 0.986285746097564697, 7200, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Deadmines - Difficulty: Normal) CreateObject1 +(@OGUID+29, 180407, 36, 1581, 1581, '1,2', 0, 0, -15.7222223281860351, -808.2882080078125, 20.35940361022949218, 2.286378860473632812, 0, 0, 0.909960746765136718, 0.414694398641586303, 7200, 255, 1, 51886), -- G_Pumpkin_03 (Area: The Deadmines - Difficulty: Normal) CreateObject1 +(@OGUID+30, 180407, 36, 1581, 1581, '1,2', 0, 0, -35, -786.52606201171875, 19.33697128295898437, 2.757613182067871093, 0, 0, 0.981626510620117187, 0.190812408924102783, 7200, 255, 1, 51886), -- G_Pumpkin_03 (Area: The Deadmines - Difficulty: Normal) CreateObject1 +(@OGUID+31, 180407, 36, 1581, 1581, '1,2', 0, 0, -36.03125, -794.31427001953125, 39.38628005981445312, 2.879789113998413085, 0, 0, 0.991444587707519531, 0.130528271198272705, 7200, 255, 1, 51886), -- G_Pumpkin_03 (Area: The Deadmines - Difficulty: Normal) CreateObject1 +(@OGUID+32, 180407, 36, 1581, 1581, '1,2', 0, 0, -92.095489501953125, -781.01910400390625, 17.45472145080566406, 3.682650327682495117, 0, 0, -0.96362972259521484, 0.26724100112915039, 7200, 255, 1, 51886), -- G_Pumpkin_03 (Area: The Deadmines - Difficulty: Normal) CreateObject1 +(@OGUID+33, 180407, 36, 1581, 1581, '1,2', 0, 0, -93.6388931274414062, -857.951416015625, 17.45132827758789062, 0.017452461645007133, 0, 0, 0.008726119995117187, 0.999961912631988525, 7200, 255, 1, 51886), -- G_Pumpkin_03 (Area: The Deadmines - Difficulty: Normal) CreateObject1 +(@OGUID+34, 180407, 36, 1581, 1581, '1,2', 0, 0, -98.5138931274414062, -795.35418701171875, 21.17108345031738281, 3.9793548583984375, 0, 0, -0.9135446548461914, 0.406738430261611938, 7200, 255, 1, 51886), -- G_Pumpkin_03 (Area: The Deadmines - Difficulty: Normal) CreateObject1 +(@OGUID+35, 180407, 36, 1581, 1581, '1,2', 0, 0, -63.421875, -861.73089599609375, 21.79410362243652343, 0.314158439636230468, 0, 0, 0.156434059143066406, 0.987688362598419189, 7200, 255, 1, 51886), -- G_Pumpkin_03 (Area: The Deadmines - Difficulty: Normal) CreateObject1 +(@OGUID+36, 180407, 36, 1581, 1581, '1,2', 0, 0, -42.1649322509765625, -845.93231201171875, 23.29353523254394531, 0.663223206996917724, 0, 0, 0.325567245483398437, 0.945518851280212402, 7200, 255, 1, 51886), -- G_Pumpkin_03 (Area: The Deadmines - Difficulty: Normal) CreateObject1 +(@OGUID+37, 180407, 36, 1581, 1581, '1,2', 0, 0, -26.4652786254882812, -847.4288330078125, 19.81210136413574218, 0.942476630210876464, 0, 0, 0.453989982604980468, 0.891006767749786376, 7200, 255, 1, 51886), -- G_Pumpkin_03 (Area: The Deadmines - Difficulty: Normal) CreateObject1 +(@OGUID+38, 180407, 36, 1581, 1581, '1,2', 0, 0, -77.2899322509765625, -785.11285400390625, 39.03303909301757812, 3.543023586273193359, 0, 0, -0.97992420196533203, 0.199370384216308593, 7200, 255, 1, 51886), -- G_Pumpkin_03 (Area: The Deadmines - Difficulty: Normal) CreateObject1 +(@OGUID+39, 180407, 36, 1581, 1581, '1,2', 0, 0, -89.8072891235351562, -847.37677001953125, 21.38116455078125, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 7200, 255, 1, 51886), -- G_Pumpkin_03 (Area: The Deadmines - Difficulty: Normal) CreateObject1 +(@OGUID+40, 180407, 36, 1581, 1581, '1,2', 0, 0, -128.0625, -803.076416015625, 17.10161781311035156, 4.398232460021972656, 0, 0, -0.80901622772216796, 0.587786316871643066, 7200, 255, 1, 51886), -- G_Pumpkin_03 (Area: The Deadmines - Difficulty: Normal) CreateObject1 +(@OGUID+41, 180407, 36, 1581, 1581, '1,2', 0, 0, -75.1857681274414062, -814.59893798828125, 40.1767578125, 2.059488296508789062, 0, 0, 0.857167243957519531, 0.515038192272186279, 7200, 255, 1, 51886), -- G_Pumpkin_03 (Area: The Deadmines - Difficulty: Normal) CreateObject1 +(@OGUID+42, 180407, 36, 1581, 1581, '1,2', 0, 0, -128.71875, -834.76739501953125, 17.10143852233886718, 5.532694816589355468, 0, 0, -0.3665008544921875, 0.93041771650314331, 7200, 255, 1, 51886), -- G_Pumpkin_03 (Area: The Deadmines - Difficulty: Normal) CreateObject1 +(@OGUID+43, 180431, 36, 1581, 1581, '1,2', 0, 0, -47.4513893127441406, -820.2257080078125, 51.79343795776367187, 5.044002056121826171, 0, 0, -0.58070278167724609, 0.814115643501281738, 7200, 255, 1, 51886), -- G_Pumpkin_01 scale 4.0 (Area: The Deadmines - Difficulty: Normal) CreateObject1 +(@OGUID+44, 180431, 36, 1581, 1581, '1,2', 0, 0, -126.661460876464843, -818.98956298828125, 21.83911323547363281, 5.044002056121826171, 0, 0, -0.58070278167724609, 0.814115643501281738, 7200, 255, 1, 51886), -- G_Pumpkin_01 scale 4.0 (Area: The Deadmines - Difficulty: Normal) CreateObject1 +(@OGUID+45, 180472, 36, 1581, 1581, '1,2', 0, 0, -108.519096374511718, -795.84893798828125, 27.05420112609863281, 3.700104713439941406, 0, 0, -0.96126079559326171, 0.275640487670898437, 7200, 255, 1, 51886), -- HangingSkullLight02 (Area: The Deadmines - Difficulty: Normal) CreateObject1 +(@OGUID+46, 180472, 36, 1581, 1581, '1,2', 0, 0, -100.090278625488281, -790.796875, 24.76599311828613281, 0.645771682262420654, 0, 0, 0.317304611206054687, 0.948323667049407958, 7200, 255, 1, 51886), -- HangingSkullLight02 (Area: The Deadmines - Difficulty: Normal) CreateObject1 +(@OGUID+47, 180472, 36, 1581, 1581, '1,2', 0, 0, -78.3159713745117187, -788.7569580078125, 35.73659133911132812, 2.495818138122558593, 0, 0, 0.948323249816894531, 0.317305892705917358, 7200, 255, 1, 51886), -- HangingSkullLight02 (Area: The Deadmines - Difficulty: Normal) CreateObject1 +(@OGUID+48, 180472, 36, 1581, 1581, '1,2', 0, 0, -83.2413177490234375, -786.6944580078125, 23.47067832946777343, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 7200, 255, 1, 51886), -- HangingSkullLight02 (Area: The Deadmines - Difficulty: Normal) CreateObject1 +(@OGUID+49, 180472, 36, 1581, 1581, '1,2', 0, 0, -74.4288177490234375, -812.5694580078125, 45.81703567504882812, 5.89921426773071289, 0, 0, -0.19080829620361328, 0.981627285480499267, 7200, 255, 1, 51886), -- HangingSkullLight02 (Area: The Deadmines - Difficulty: Normal) CreateObject1 +(@OGUID+50, 180472, 36, 1581, 1581, '1,2', 0, 0, -74.4618072509765625, -779.94097900390625, 24.32401275634765625, 6.056293010711669921, 0, 0, -0.11320304870605468, 0.993571877479553222, 7200, 255, 1, 51886), -- HangingSkullLight02 (Area: The Deadmines - Difficulty: Normal) CreateObject1 +(@OGUID+51, 180472, 36, 1581, 1581, '1,2', 0, 0, -75.3836822509765625, -827.97393798828125, 45.74193954467773437, 0.191985160112380981, 0, 0, 0.095845222473144531, 0.995396256446838378, 7200, 255, 1, 51886); -- HangingSkullLight02 (Area: The Deadmines - Difficulty: Normal) CreateObject1 + +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+51; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48), +(12, @OGUID+49), +(12, @OGUID+50), +(12, @OGUID+51); diff --git a/sql/updates/world/master/2024_03_18_26_world_hallows_end_duskwood.sql b/sql/updates/world/master/2024_03_18_26_world_hallows_end_duskwood.sql new file mode 100644 index 0000000000000..030e2f4a821b9 --- /dev/null +++ b/sql/updates/world/master/2024_03_18_26_world_hallows_end_duskwood.sql @@ -0,0 +1,289 @@ +-- +SET @OGUID := 3803442; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3005065 AND 3005201; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3005065 AND 3005201; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3005065 AND 3005201; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+136; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 0, 10, 42, '0', 0, 0, -10521.666015625, -1296.152587890625, 41.09701156616210937, 4.48549652099609375, 0, 0, -0.7826080322265625, 0.622514784336090087, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+1, 180405, 0, 10, 42, '0', 0, 0, -10530.265625, -1203.6861572265625, 27.26373863220214843, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+2, 180405, 0, 10, 42, '0', 0, 0, -10510.2783203125, -1173.2257080078125, 31.31929969787597656, 0.052358884364366531, 0, 0, 0.02617645263671875, 0.999657332897186279, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+3, 180405, 0, 10, 42, '0', 0, 0, -10586.4189453125, -1259.0438232421875, 37.00909805297851562, 1.937312245368957519, 0, 0, 0.824125289916992187, 0.566407561302185058, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+4, 180405, 0, 10, 42, '0', 0, 0, -10504.75, -1177.951171875, 28.06078147888183593, 1.186823248863220214, 0, 0, 0.559192657470703125, 0.829037725925445556, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+5, 180405, 0, 10, 42, '0', 0, 0, -10569.5595703125, -1321.5850830078125, 48.64575958251953125, 2.652894020080566406, 0, 0, 0.970294952392578125, 0.241925001144409179, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+6, 180405, 0, 10, 42, '0', 0, 0, -10586.7001953125, -1173.8599853515625, 28.56590080261230468, 1.396261811256408691, 0, 0, 0.642786979675292968, 0.766044974327087402, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+7, 180405, 0, 10, 42, '0', 0, 0, -10567.609375, -1170.3663330078125, 28.85395050048828125, 5.235987663269042968, 0, 0, -0.5, 0.866025388240814208, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+8, 180405, 0, 10, 42, '0', 0, 0, -10564.1845703125, -1166.079833984375, 28.77549934387207031, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+9, 180405, 0, 10, 42, '0', 0, 0, -10586.1767578125, -1158.373291015625, 30.05962181091308593, 5.497788906097412109, 0, 0, -0.38268280029296875, 0.923879802227020263, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+10, 180405, 0, 10, 42, '0', 0, 0, -10526.79296875, -1139.2984619140625, 29.50465202331542968, 5.532694816589355468, 0, 0, -0.3665008544921875, 0.93041771650314331, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+11, 180405, 0, 10, 42, '0', 0, 0, -10551.0517578125, -1106.0885009765625, 31.42811775207519531, 5.270895957946777343, 0, 0, -0.48480892181396484, 0.87462007999420166, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+12, 180406, 0, 10, 42, '0', 0, 0, -10519.09765625, -1291.5224609375, 40.68500137329101562, 4.555310726165771484, 0, 0, -0.76040554046630859, 0.649448513984680175, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+13, 180406, 0, 10, 42, '0', 0, 0, -10558.4287109375, -1258.297119140625, 32.79905319213867187, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+14, 180406, 0, 10, 42, '0', 0, 0, -10524.7138671875, -1208.0833740234375, 28.11756324768066406, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+15, 180406, 0, 10, 42, '0', 0, 0, -10539.0107421875, -1171.2430419921875, 29.18546485900878906, 5.026549339294433593, 0, 0, -0.5877847671508789, 0.809017360210418701, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+16, 180406, 0, 10, 42, '0', 0, 0, -10530.2470703125, -1175.486083984375, 34.95738601684570312, 0.052358884364366531, 0, 0, 0.02617645263671875, 0.999657332897186279, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+17, 180406, 0, 10, 42, '0', 0, 0, -10525.6787109375, -1173, 28.11523818969726562, 0.052358884364366531, 0, 0, 0.02617645263671875, 0.999657332897186279, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+18, 180406, 0, 10, 42, '0', 0, 0, -10607.111328125, -1206.064208984375, 33.26181411743164062, 4.834563255310058593, 0, 0, -0.66261959075927734, 0.748956084251403808, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+19, 180406, 0, 10, 42, '0', 0, 0, -10582.7880859375, -1194.3258056640625, 27.72115516662597656, 2.059488296508789062, 0, 0, 0.857167243957519531, 0.515038192272186279, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+20, 180406, 0, 10, 42, '0', 0, 0, -10563.234375, -1173.6875, 28.82422256469726562, 0.471238493919372558, 0, 0, 0.233445167541503906, 0.972369968891143798, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+21, 180406, 0, 10, 42, '0', 0, 0, -10597.8251953125, -1171.6099853515625, 28.37948799133300781, 6.073746204376220703, 0, 0, -0.10452842712402343, 0.994521915912628173, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+22, 180406, 0, 10, 42, '0', 0, 0, -10561.5341796875, -1150.112548828125, 28.03416061401367187, 0.558503925800323486, 0, 0, 0.275636672973632812, 0.961261868476867675, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+23, 180406, 0, 10, 42, '0', 0, 0, -10533.16015625, -1151.420166015625, 29.18546485900878906, 3.595378875732421875, 0, 0, -0.97437000274658203, 0.224951311945915222, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+24, 180406, 0, 10, 42, '0', 0, 0, -10574.0361328125, -1106.170166015625, 30.06897354125976562, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+25, 180407, 0, 10, 42, '0', 0, 0, -10505.2001953125, -1252.5208740234375, 42.39947509765625, 5.916667938232421875, 0, 0, -0.18223476409912109, 0.98325502872467041, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+26, 180407, 0, 10, 42, '0', 0, 0, -10536.380859375, -1286.648193359375, 38.79502487182617187, 2.146752834320068359, 0, 0, 0.878816604614257812, 0.477159708738327026, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+27, 180407, 0, 10, 42, '0', 0, 0, -10464.6474609375, -1183.713134765625, 27.553466796875, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+28, 180407, 0, 10, 42, '0', 0, 0, -10536.8095703125, -1204.5338134765625, 27.23170089721679687, 3.630291461944580078, 0, 0, -0.97029495239257812, 0.241925001144409179, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+29, 180407, 0, 10, 42, '0', 0, 0, -10584.900390625, -1213.550048828125, 28.49889945983886718, 4.852017402648925781, 0, 0, -0.65605831146240234, 0.754710197448730468, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+30, 180407, 0, 10, 42, '0', 0, 0, -10465.0693359375, -1177.89111328125, 27.52360343933105468, 2.076939344406127929, 0, 0, 0.861628532409667968, 0.50753939151763916, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+31, 180407, 0, 10, 42, '0', 0, 0, -10559.982421875, -1169.310791015625, 28.74559974670410156, 2.111847877502441406, 0, 0, 0.870355606079101562, 0.492423713207244873, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+32, 180407, 0, 10, 42, '0', 0, 0, -10578.2998046875, -1160.449951171875, 28.13870048522949218, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+33, 180407, 0, 10, 42, '0', 0, 0, -10623.55859375, -1169.4193115234375, 26.0939483642578125, 5.916667938232421875, 0, 0, -0.18223476409912109, 0.98325502872467041, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+34, 180407, 0, 10, 42, '0', 0, 0, -10500.400390625, -1159.050048828125, 34.95740127563476562, 0.069811686873435974, 0, 0, 0.034898757934570312, 0.999390840530395507, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+35, 180407, 0, 10, 42, '0', 0, 0, -10552.9560546875, -1148.9129638671875, 27.70824623107910156, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+36, 180407, 0, 10, 42, '0', 0, 0, -10516.080078125, -1149.9896240234375, 29.18546295166015625, 3.577930212020874023, 0, 0, -0.97629547119140625, 0.216442063450813293, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+37, 180407, 0, 10, 42, '0', 0, 0, -10568.25390625, -1128.87158203125, 29.16690826416015625, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+38, 180410, 0, 10, 42, '0', 0, 0, -10537.3408203125, -1217.9566650390625, 33.71668243408203125, 1.727874636650085449, 0, 0, 0.760405540466308593, 0.649448513984680175, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+39, 180410, 0, 10, 42, '0', 0, 0, -10589.576171875, -1251.7100830078125, 38.71060562133789062, 3.316144466400146484, 0, 0, -0.99619388580322265, 0.087165042757987976, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+40, 180410, 0, 10, 42, '0', 0, 0, -10528.9619140625, -1217.078125, 33.66582107543945312, 1.727874636650085449, 0, 0, 0.760405540466308593, 0.649448513984680175, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+41, 180410, 0, 10, 42, '0', 0, 0, -10532.53515625, -1176.03125, 28.73496437072753906, 1.658061861991882324, 0, 0, 0.737277030944824218, 0.67559051513671875, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+42, 180410, 0, 10, 42, '0', 0, 0, -10525.4892578125, -1167.0660400390625, 35.76988601684570312, 0.052358884364366531, 0, 0, 0.02617645263671875, 0.999657332897186279, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+43, 180410, 0, 10, 42, '0', 0, 0, -10606.8837890625, -1193.9322509765625, 34.3344573974609375, 4.834563255310058593, 0, 0, -0.66261959075927734, 0.748956084251403808, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+44, 180410, 0, 10, 42, '0', 0, 0, -10587.7119140625, -1190.6805419921875, 34.31945419311523437, 4.834563255310058593, 0, 0, -0.66261959075927734, 0.748956084251403808, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+45, 180410, 0, 10, 42, '0', 0, 0, -10595.7998046875, -1191.8699951171875, 34.33620071411132812, 4.852017402648925781, 0, 0, -0.65605831146240234, 0.754710197448730468, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+46, 180410, 0, 10, 42, '0', 0, 0, -10600.15625, -1192.8802490234375, 34.32617568969726562, 4.834563255310058593, 0, 0, -0.66261959075927734, 0.748956084251403808, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+47, 180410, 0, 10, 42, '0', 0, 0, -10537.53515625, -1160.2396240234375, 35.78377151489257812, 0.052358884364366531, 0, 0, 0.02617645263671875, 0.999657332897186279, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+48, 180410, 0, 10, 42, '0', 0, 0, -10537.9775390625, -1154.5660400390625, 35.80460739135742187, 0.052358884364366531, 0, 0, 0.02617645263671875, 0.999657332897186279, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+49, 180410, 0, 10, 42, '0', 0, 0, -10578.330078125, -1127.3697509765625, 29.79191017150878906, 0.15707901120185852, 0, 0, 0.078458786010742187, 0.996917366981506347, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+50, 180410, 0, 10, 42, '0', 0, 0, -10586.1884765625, -1118.4410400390625, 31.09675025939941406, 0.226892471313476562, 0, 0, 0.113203048706054687, 0.993571877479553222, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+51, 180410, 0, 10, 42, '0', 0, 0, -10587.5830078125, -1108.701416015625, 31.10369491577148437, 0.139624491333961486, 0, 0, 0.06975555419921875, 0.997564136981964111, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+52, 180411, 0, 10, 42, '0', 0, 0, -10541.7119140625, -1234.6146240234375, 30.96509742736816406, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+53, 180411, 0, 10, 42, '0', 0, 0, -10525.8193359375, -1202.4114990234375, 31.10047340393066406, 5.375615119934082031, 0, 0, -0.4383707046508789, 0.898794233798980712, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+54, 180411, 0, 10, 42, '0', 0, 0, -10544.267578125, -1204.611083984375, 31.65269660949707031, 4.520402908325195312, 0, 0, -0.77162456512451171, 0.636078238487243652, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+55, 180411, 0, 10, 42, '0', 0, 0, -10541.900390625, -1171.6600341796875, 37.16299819946289062, 0.069811686873435974, 0, 0, 0.034898757934570312, 0.999390840530395507, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+56, 180411, 0, 10, 42, '0', 0, 0, -10614.3994140625, -1200.888916015625, 33.74081802368164062, 0.15707901120185852, 0, 0, 0.078458786010742187, 0.996917366981506347, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+57, 180411, 0, 10, 42, '0', 0, 0, -10582.400390625, -1166.68994140625, 34.13759994506835937, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+58, 180411, 0, 10, 42, '0', 0, 0, -10517.7001953125, -1156.22998046875, 38.583099365234375, 0.069811686873435974, 0, 0, 0.034898757934570312, 0.999390840530395507, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+59, 180415, 0, 10, 42, '0', 0, 0, -10538.099609375, -1230.6099853515625, 33.65459823608398437, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+60, 180415, 0, 10, 42, '0', 0, 0, -10509.455078125, -1303.001708984375, 41.37340164184570312, 1.012289404869079589, 0, 0, 0.484808921813964843, 0.87462007999420166, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+61, 180415, 0, 10, 42, '0', 0, 0, -10509.728515625, -1303.4459228515625, 41.373382568359375, 1.343901276588439941, 0, 0, 0.622513771057128906, 0.78260880708694458, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+62, 180415, 0, 10, 42, '0', 0, 0, -10509.2197265625, -1302.5574951171875, 41.37309646606445312, 4.363324165344238281, 0, 0, -0.81915187835693359, 0.573576688766479492, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+63, 180415, 0, 10, 42, '0', 0, 0, -10509.9619140625, -1303.8211669921875, 41.3729248046875, 1.012289404869079589, 0, 0, 0.484808921813964843, 0.87462007999420166, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+64, 180415, 0, 10, 42, '0', 0, 0, -10523.138671875, -1212.7447509765625, 28.72867774963378906, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+65, 180415, 0, 10, 42, '0', 0, 0, -10510.2001953125, -1304.25, 41.373199462890625, 1.029743075370788574, 0, 0, 0.492423057556152343, 0.870355963706970214, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+66, 180415, 0, 10, 42, '0', 0, 0, -10528.1337890625, -1164.204833984375, 35.86710739135742187, 0.052358884364366531, 0, 0, 0.02617645263671875, 0.999657332897186279, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+67, 180415, 0, 10, 42, '0', 0, 0, -10528.3642578125, -1164.1597900390625, 35.70738601684570312, 0.052358884364366531, 0, 0, 0.02617645263671875, 0.999657332897186279, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+68, 180415, 0, 10, 42, '0', 0, 0, -10605.2998046875, -1204.6700439453125, 29.91090011596679687, 4.852017402648925781, 0, 0, -0.65605831146240234, 0.754710197448730468, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+69, 180415, 0, 10, 42, '0', 0, 0, -10605.7001953125, -1197.5899658203125, 29.91570091247558593, 4.852017402648925781, 0, 0, -0.65605831146240234, 0.754710197448730468, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+70, 180415, 0, 10, 42, '0', 0, 0, -10605.875, -1197.4271240234375, 29.97892570495605468, 4.834563255310058593, 0, 0, -0.66261959075927734, 0.748956084251403808, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+71, 180415, 0, 10, 42, '0', 0, 0, -10554.06640625, -1113.15625, 32.55873870849609375, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+72, 180415, 0, 10, 42, '0', 0, 0, -10572.0361328125, -1110.657958984375, 30.85369491577148437, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+73, 180415, 0, 10, 42, '0', 0, 0, -10572.2001953125, -1110.8499755859375, 30.77729988098144531, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+74, 180415, 0, 10, 42, '0', 0, 0, -10554.6357421875, -1109.001708984375, 32.54637908935546875, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+75, 180415, 0, 10, 42, '0', 0, 0, -10554.2548828125, -1111.048583984375, 32.53512954711914062, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+76, 180415, 0, 10, 42, '0', 0, 0, -10553.42578125, -1117.2847900390625, 32.54098892211914062, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+77, 180415, 0, 10, 42, '0', 0, 0, -10493.5, -1153.9000244140625, 35.7837982177734375, 0.069811686873435974, 0, 0, 0.034898757934570312, 0.999390840530395507, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+78, 180415, 0, 10, 42, '0', 0, 0, -10553.7001953125, -1115.22998046875, 32.48189926147460937, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+79, 180415, 0, 10, 42, '0', 0, 0, -10554.9111328125, -1107.5521240234375, 32.5477142333984375, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+80, 180415, 0, 10, 42, '0', 0, 0, -10555.3642578125, -1104.3680419921875, 32.55007171630859375, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+81, 180415, 0, 10, 42, '0', 0, 0, -10555.67578125, -1101.376708984375, 32.62571334838867187, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+82, 180415, 0, 10, 42, '0', 0, 0, -10555.5224609375, -1102.9149169921875, 32.625518798828125, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+83, 180425, 0, 10, 42, '0', 0, 0, -10519.1884765625, -1298.566162109375, 42.09988021850585937, 0.959929943084716796, 0, 0, 0.461748123168945312, 0.887011110782623291, 120, 255, 1, 51886), -- SkullCandle01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+84, 180425, 0, 10, 42, '0', 0, 0, -10515.173828125, -1293.2413330078125, 42.098175048828125, 1.012289404869079589, 0, 0, 0.484808921813964843, 0.87462007999420166, 120, 255, 1, 51886), -- SkullCandle01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+85, 180425, 0, 10, 42, '0', 0, 0, -10523.099609375, -1212.52001953125, 28.83979988098144531, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, 51886), -- SkullCandle01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+86, 180425, 0, 10, 42, '0', 0, 0, -10538.8662109375, -1225.19970703125, 34.25056838989257812, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, 51886), -- SkullCandle01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+87, 180425, 0, 10, 42, '0', 0, 0, -10536.169921875, -1164.986083984375, 35.90182876586914062, 0.052358884364366531, 0, 0, 0.02617645263671875, 0.999657332897186279, 120, 255, 1, 51886), -- SkullCandle01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+88, 180425, 0, 10, 42, '0', 0, 0, -10536.4267578125, -1174.8125, 35.8809967041015625, 0.052358884364366531, 0, 0, 0.02617645263671875, 0.999657332897186279, 120, 255, 1, 51886), -- SkullCandle01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+89, 180425, 0, 10, 42, '0', 0, 0, -10600.9443359375, -1204.967041015625, 34.21506500244140625, 4.834563255310058593, 0, 0, -0.66261959075927734, 0.748956084251403808, 120, 255, 1, 51886), -- SkullCandle01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+90, 180425, 0, 10, 42, '0', 0, 0, -10605, -1204.0400390625, 30.07049942016601562, 4.852017402648925781, 0, 0, -0.65605831146240234, 0.754710197448730468, 120, 255, 1, 51886), -- SkullCandle01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+91, 180425, 0, 10, 42, '0', 0, 0, -10601.232421875, -1196.607666015625, 29.60633087158203125, 4.834563255310058593, 0, 0, -0.66261959075927734, 0.748956084251403808, 120, 255, 1, 51886), -- SkullCandle01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+92, 180425, 0, 10, 42, '0', 0, 0, -10554.423828125, -1109.8697509765625, 32.54157257080078125, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 51886), -- SkullCandle01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+93, 180425, 0, 10, 42, '0', 0, 0, -10554.7275390625, -1108.21533203125, 32.54860305786132812, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 51886), -- SkullCandle01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+94, 180425, 0, 10, 42, '0', 0, 0, -10553.900390625, -1114.1300048828125, 32.52299880981445312, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 51886), -- SkullCandle01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+95, 180425, 0, 10, 42, '0', 0, 0, -10570.5537109375, -1122.796875, 30.31968116760253906, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 51886), -- SkullCandle01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+96, 180425, 0, 10, 42, '0', 0, 0, -10553.51953125, -1116.2222900390625, 32.51043319702148437, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 51886), -- SkullCandle01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+97, 180425, 0, 10, 42, '0', 0, 0, -10557.37890625, -1108.1510009765625, 31.63019752502441406, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 51886), -- SkullCandle01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+98, 180425, 0, 10, 42, '0', 0, 0, -10554.1376953125, -1112.107666015625, 32.5467681884765625, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 51886), -- SkullCandle01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+99, 180425, 0, 10, 42, '0', 0, 0, -10555.486328125, -1103.5989990234375, 32.58462905883789062, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 51886), -- SkullCandle01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+100, 180425, 0, 10, 42, '0', 0, 0, -10557.8876953125, -1104.501708984375, 31.63092422485351562, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 51886), -- SkullCandle01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+101, 180425, 0, 10, 42, '0', 0, 0, -10555.5537109375, -1102.064208984375, 32.62576675415039062, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 51886), -- SkullCandle01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+102, 180426, 0, 10, 42, '0', 0, 0, -10568.2998046875, -1170.8699951171875, 44.71099853515625, 4.468043327331542968, 0, 0, -0.7880105972290039, 0.615661680698394775, 120, 255, 1, 51886), -- Bat01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+103, 180426, 0, 10, 42, '0', 0, 0, -10564.2001953125, -1170.1199951171875, 41.70019912719726562, 3.94444584846496582, 0, 0, -0.92050457000732421, 0.3907318115234375, 120, 255, 1, 51886), -- Bat01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+104, 180426, 0, 10, 42, '0', 0, 0, -10564.2998046875, -1173.719970703125, 43.64519882202148437, 1.343901276588439941, 0, 0, 0.622513771057128906, 0.78260880708694458, 120, 255, 1, 51886), -- Bat01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+105, 180426, 0, 10, 42, '0', 0, 0, -10565.2998046875, -1171.530029296875, 44.08340072631835937, 4.398232460021972656, 0, 0, -0.80901622772216796, 0.587786316871643066, 120, 255, 1, 51886), -- Bat01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+106, 180426, 0, 10, 42, '0', 0, 0, -10563.7001953125, -1170.239990234375, 42.63410186767578125, 5.026549339294433593, 0, 0, -0.5877847671508789, 0.809017360210418701, 120, 255, 1, 51886), -- Bat01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+107, 180426, 0, 10, 42, '0', 0, 0, -10563.5, -1169.8199462890625, 42.515899658203125, 5.585053920745849609, 0, 0, -0.34202003479003906, 0.939692676067352294, 120, 255, 1, 51886), -- Bat01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+108, 180426, 0, 10, 42, '0', 0, 0, -10561.900390625, -1170.6800537109375, 42.680999755859375, 2.007128477096557617, 0, 0, 0.84339141845703125, 0.537299633026123046, 120, 255, 1, 51886), -- Bat01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+109, 180426, 0, 10, 42, '0', 0, 0, -10560.521484375, -1169.4166259765625, 44.33738327026367187, 1.239183306694030761, 0, 0, 0.580702781677246093, 0.814115643501281738, 120, 255, 1, 51886), -- Bat01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+110, 180426, 0, 10, 42, '0', 0, 0, -10564.900390625, -1168.31005859375, 46.492401123046875, 4.398232460021972656, 0, 0, -0.80901622772216796, 0.587786316871643066, 120, 255, 1, 51886), -- Bat01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+111, 180426, 0, 10, 42, '0', 0, 0, -10563.5, -1168.31005859375, 42.481201171875, 1.902408957481384277, 0, 0, 0.814115524291992187, 0.580702960491180419, 120, 255, 1, 51886), -- Bat01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+112, 180427, 0, 10, 42, '0', 0, 0, -10564, -1169.8299560546875, 46.14950180053710937, 3.717553615570068359, 0, 0, -0.95881938934326171, 0.284016460180282592, 120, 255, 1, 51886), -- Bat02 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+113, 180427, 0, 10, 42, '0', 0, 0, -10565.099609375, -1169.6500244140625, 46.06980133056640625, 2.600535154342651367, 0, 0, 0.963629722595214843, 0.26724100112915039, 120, 255, 1, 51886), -- Bat02 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+114, 180427, 0, 10, 42, '0', 0, 0, -10564.099609375, -1170.219970703125, 47.35469818115234375, 5.026549339294433593, 0, 0, -0.5877847671508789, 0.809017360210418701, 120, 255, 1, 51886), -- Bat02 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+115, 180427, 0, 10, 42, '0', 0, 0, -10565.7001953125, -1170.1099853515625, 48.66809844970703125, 4.799657344818115234, 0, 0, -0.67558956146240234, 0.737277925014495849, 120, 255, 1, 51886), -- Bat02 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+116, 180427, 0, 10, 42, '0', 0, 0, -10564, -1170.1199951171875, 46.8571014404296875, 3.368495941162109375, 0, 0, -0.99357128143310546, 0.113208353519439697, 120, 255, 1, 51886), -- Bat02 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+117, 180427, 0, 10, 42, '0', 0, 0, -10562.599609375, -1175.6300048828125, 47.39569854736328125, 1.256635904312133789, 0, 0, 0.587784767150878906, 0.809017360210418701, 120, 255, 1, 51886), -- Bat02 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+118, 180427, 0, 10, 42, '0', 0, 0, -10564.2998046875, -1171.93994140625, 47.3656005859375, 0.436331570148468017, 0, 0, 0.216439247131347656, 0.976296067237854003, 120, 255, 1, 51886), -- Bat02 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+119, 180427, 0, 10, 42, '0', 0, 0, -10564.7998046875, -1170.6199951171875, 50.2425994873046875, 4.031712055206298828, 0, 0, -0.90258502960205078, 0.430511653423309326, 120, 255, 1, 51886), -- Bat02 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+120, 180427, 0, 10, 42, '0', 0, 0, -10561.7998046875, -1166.6099853515625, 48.45380020141601562, 0.24434557557106018, 0, 0, 0.121869087219238281, 0.9925462007522583, 120, 255, 1, 51886), -- Bat02 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+121, 180427, 0, 10, 42, '0', 0, 0, -10567.7998046875, -1167.489990234375, 48.11669921875, 5.6897735595703125, 0, 0, -0.29237174987792968, 0.956304728984832763, 120, 255, 1, 51886), -- Bat02 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+122, 180429, 0, 10, 42, '0', 0, 0, -10524.2275390625, -1159.0660400390625, 28.21940803527832031, 0.052358884364366531, 0, 0, 0.02617645263671875, 0.999657332897186279, 120, 255, 1, 51886), -- G_WitchHat_01 scale 0.5 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+123, 180471, 0, 10, 42, '0', 0, 0, -10504.97265625, -1176.670166015625, 37.10145950317382812, 1.099556446075439453, 0, 0, 0.522498130798339843, 0.852640450000762939, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+124, 180471, 0, 10, 42, '0', 0, 0, -10488.2763671875, -1163.37158203125, 37.08972549438476562, 1.029743075370788574, 0, 0, 0.492423057556152343, 0.870355963706970214, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+125, 180471, 0, 10, 42, '0', 0, 0, -10540.0263671875, -1179.4097900390625, 37.0650787353515625, 5.724681377410888671, 0, 0, -0.27563667297363281, 0.961261868476867675, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+126, 180471, 0, 10, 42, '0', 0, 0, -10544.9169921875, -1163.701416015625, 31.127410888671875, 0.052358884364366531, 0, 0, 0.02617645263671875, 0.999657332897186279, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+127, 180471, 0, 10, 42, '0', 0, 0, -10545.4775390625, -1156.3853759765625, 31.16218757629394531, 0.052358884364366531, 0, 0, 0.02617645263671875, 0.999657332897186279, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+128, 180471, 0, 10, 42, '0', 0, 0, -10541.1376953125, -1150.388916015625, 37.08558273315429687, 3.961898565292358398, 0, 0, -0.91705989837646484, 0.398749500513076782, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+129, 180471, 0, 10, 42, '0', 0, 0, -10566.7998046875, -1139.449951171875, 36.6324005126953125, 0.191985160112380981, 0, 0, 0.095845222473144531, 0.995396256446838378, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+130, 180471, 0, 10, 42, '0', 0, 0, -10550.8662109375, -1137.1805419921875, 36.6543426513671875, 0.261798173189163208, 0, 0, 0.130525588989257812, 0.991444945335388183, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+131, 180471, 0, 10, 42, '0', 0, 0, -10489.71875, -1146.44970703125, 37.11272811889648437, 2.426007747650146484, 0, 0, 0.936672210693359375, 0.350207358598709106, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+132, 180472, 0, 10, 42, '0', 0, 0, -10544.9443359375, -1160.02783203125, 34.59082794189453125, 0.052358884364366531, 0, 0, 0.02617645263671875, 0.999657332897186279, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+133, 180472, 0, 10, 42, '0', 0, 0, -10524.2119140625, -1154.2535400390625, 32.231048583984375, 4.869470596313476562, 0, 0, -0.64944744110107421, 0.760406434535980224, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+134, 180472, 0, 10, 42, '0', 0, 0, -10559.400390625, -1133.949951171875, 37.04140090942382812, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+135, 180523, 0, 10, 42, '0', 0, 0, -10515.51953125, -1154.8785400390625, 28.80785560607910156, 0.052358884364366531, 0, 0, 0.02617645263671875, 0.999657332897186279, 120, 255, 1, 51886), -- Apple Bob (Area: Darkshire - Difficulty: 0) CreateObject1 +(@OGUID+136, 190048, 0, 10, 42, '0', 0, 0, -10513.2001953125, -1159.199951171875, 28.09950065612792968, 0.069811686873435974, 0, 0, 0.034898757934570312, 0.999390840530395507, 120, 255, 1, 51886); -- Candy Bucket (Area: Darkshire - Difficulty: 0) CreateObject1 + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+136; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48), +(12, @OGUID+49), +(12, @OGUID+50), +(12, @OGUID+51), +(12, @OGUID+52), +(12, @OGUID+53), +(12, @OGUID+54), +(12, @OGUID+55), +(12, @OGUID+56), +(12, @OGUID+57), +(12, @OGUID+58), +(12, @OGUID+59), +(12, @OGUID+60), +(12, @OGUID+61), +(12, @OGUID+62), +(12, @OGUID+63), +(12, @OGUID+64), +(12, @OGUID+65), +(12, @OGUID+66), +(12, @OGUID+67), +(12, @OGUID+68), +(12, @OGUID+69), +(12, @OGUID+70), +(12, @OGUID+71), +(12, @OGUID+72), +(12, @OGUID+73), +(12, @OGUID+74), +(12, @OGUID+75), +(12, @OGUID+76), +(12, @OGUID+77), +(12, @OGUID+78), +(12, @OGUID+79), +(12, @OGUID+80), +(12, @OGUID+81), +(12, @OGUID+82), +(12, @OGUID+83), +(12, @OGUID+84), +(12, @OGUID+85), +(12, @OGUID+86), +(12, @OGUID+87), +(12, @OGUID+88), +(12, @OGUID+89), +(12, @OGUID+90), +(12, @OGUID+91), +(12, @OGUID+92), +(12, @OGUID+93), +(12, @OGUID+94), +(12, @OGUID+95), +(12, @OGUID+96), +(12, @OGUID+97), +(12, @OGUID+98), +(12, @OGUID+99), +(12, @OGUID+100), +(12, @OGUID+101), +(12, @OGUID+102), +(12, @OGUID+103), +(12, @OGUID+104), +(12, @OGUID+105), +(12, @OGUID+106), +(12, @OGUID+107), +(12, @OGUID+108), +(12, @OGUID+109), +(12, @OGUID+110), +(12, @OGUID+111), +(12, @OGUID+112), +(12, @OGUID+113), +(12, @OGUID+114), +(12, @OGUID+115), +(12, @OGUID+116), +(12, @OGUID+117), +(12, @OGUID+118), +(12, @OGUID+119), +(12, @OGUID+120), +(12, @OGUID+121), +(12, @OGUID+122), +(12, @OGUID+123), +(12, @OGUID+124), +(12, @OGUID+125), +(12, @OGUID+126), +(12, @OGUID+127), +(12, @OGUID+128), +(12, @OGUID+129), +(12, @OGUID+130), +(12, @OGUID+131), +(12, @OGUID+132), +(12, @OGUID+133), +(12, @OGUID+134), +(12, @OGUID+135), +(12, @OGUID+136); diff --git a/sql/updates/world/master/2024_03_18_27_world_hallows_end_swamp_of_sorrows.sql b/sql/updates/world/master/2024_03_18_27_world_hallows_end_swamp_of_sorrows.sql new file mode 100644 index 0000000000000..dd6a070c40eba --- /dev/null +++ b/sql/updates/world/master/2024_03_18_27_world_hallows_end_swamp_of_sorrows.sql @@ -0,0 +1,527 @@ +-- +SET @OGUID := 3803579; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3005202 AND 3005316; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3005202 AND 3005316; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3005202 AND 3005316; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+114; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 0, 8, 5458, '0', 0, 0, -9746.126953125, -3888.64404296875, 27.67670631408691406, 1.85004889965057373, 0, 0, 0.798635482788085937, 0.60181504487991333, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+1, 180405, 0, 8, 5458, '0', 0, 0, -9778.8798828125, -3877.255126953125, 24.39068031311035156, 5.044002056121826171, 0, 0, -0.58070278167724609, 0.814115643501281738, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+2, 180405, 0, 8, 5458, '0', 0, 0, -9736.7236328125, -3934.845458984375, 21.78411865234375, 3.752462387084960937, 0, 0, -0.95371627807617187, 0.300707906484603881, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+3, 180405, 0, 8, 5458, '0', 0, 0, -9801.064453125, -3852.36279296875, 27.83259773254394531, 3.560472726821899414, 0, 0, -0.97814750671386718, 0.207912087440490722, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+4, 180405, 0, 8, 5458, '0', 0, 0, -9815.8486328125, -3897.157958984375, 21.8435821533203125, 3.194002151489257812, 0, 0, -0.99965667724609375, 0.026201646775007247, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+5, 180405, 0, 8, 5458, '0', 0, 0, -9829.203125, -3880.98779296875, 27.59727668762207031, 5.113816738128662109, 0, 0, -0.55193614959716796, 0.833886384963989257, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+6, 180405, 0, 8, 5458, '0', 0, 0, -9759.8994140625, -3982.772705078125, 28.77989768981933593, 0.383971005678176879, 0, 0, 0.190808296203613281, 0.981627285480499267, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+7, 180406, 0, 8, 5458, '0', 0, 0, -9779.0625, -3883.241455078125, 24.38010597229003906, 5.166176319122314453, 0, 0, -0.52991867065429687, 0.84804844856262207, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+8, 180406, 0, 8, 5458, '0', 0, 0, -9770.3212890625, -3943.720458984375, 28.016387939453125, 1.623155713081359863, 0, 0, 0.725374221801757812, 0.688354730606079101, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+9, 180406, 0, 8, 5458, '0', 0, 0, -9801, -3898.751708984375, 21.68892860412597656, 2.932138919830322265, 0, 0, 0.994521141052246093, 0.104535527527332305, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+10, 180406, 0, 8, 5458, '0', 0, 0, -9723.216796875, -3975.807373046875, 28.69442176818847656, 2.024578809738159179, 0, 0, 0.848047256469726562, 0.529920578002929687, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+11, 180406, 0, 8, 5458, '0', 0, 0, -9828.7705078125, -3897.213623046875, 27.67819595336914062, 4.97418975830078125, 0, 0, -0.60876083374023437, 0.793353796005249023, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+12, 180407, 0, 8, 5458, '0', 0, 0, -9737.796875, -3903.829833984375, 22.64487648010253906, 4.223697185516357421, 0, 0, -0.85716724395751953, 0.515038192272186279, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+13, 180407, 0, 8, 5458, '0', 0, 0, -9720.8388671875, -3897.585205078125, 34.18621826171875, 1.815141916275024414, 0, 0, 0.788010597229003906, 0.615661680698394775, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+14, 180407, 0, 8, 5458, '0', 0, 0, -9781.2412109375, -3853.288330078125, 27.71799659729003906, 3.630291461944580078, 0, 0, -0.97029495239257812, 0.241925001144409179, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+15, 180407, 0, 8, 5458, '0', 0, 0, -9772.875, -3924.947998046875, 21.60287094116210937, 2.530723094940185546, 0, 0, 0.953716278076171875, 0.300707906484603881, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+16, 180407, 0, 8, 5458, '0', 0, 0, -9768.6650390625, -3972.210205078125, 27.52300453186035156, 2.530723094940185546, 0, 0, 0.953716278076171875, 0.300707906484603881, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+17, 180407, 0, 8, 5458, '0', 0, 0, -9743.421875, -3982.0556640625, 28.63459968566894531, 0.349065244197845458, 0, 0, 0.173647880554199218, 0.984807789325714111, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+18, 180411, 0, 8, 5458, '0', 0, 0, -9823.9658203125, -3889.920166015625, 25.9282073974609375, 5.829400539398193359, 0, 0, -0.22495079040527343, 0.974370121955871582, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+19, 180415, 0, 8, 5458, '0', 0, 0, -9745.9775390625, -3892.298583984375, 23.05868339538574218, 0.174532130360603332, 0, 0, 0.087155342102050781, 0.996194720268249511, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+20, 180415, 0, 8, 5458, '0', 0, 0, -9747.123046875, -3896.473876953125, 23.15369415283203125, 2.548179388046264648, 0, 0, 0.956304550170898437, 0.292372345924377441, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+21, 180415, 0, 8, 5458, '0', 0, 0, -9736.31640625, -3898.904541015625, 23.59190177917480468, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+22, 180415, 0, 8, 5458, '0', 0, 0, -9736.111328125, -3899.076416015625, 23.66608428955078125, 1.151916384696960449, 0, 0, 0.544638633728027343, 0.838670849800109863, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+23, 180415, 0, 8, 5458, '0', 0, 0, -9746.06640625, -3892.62158203125, 22.85357475280761718, 2.007128477096557617, 0, 0, 0.84339141845703125, 0.537299633026123046, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+24, 180415, 0, 8, 5458, '0', 0, 0, -9735.6337890625, -3901.1181640625, 23.62952804565429687, 1.082102894783020019, 0, 0, 0.51503753662109375, 0.857167601585388183, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+25, 180415, 0, 8, 5458, '0', 0, 0, -9780.71875, -3882.552001953125, 21.59832382202148437, 1.762782454490661621, 0, 0, 0.771624565124511718, 0.636078238487243652, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+26, 180415, 0, 8, 5458, '0', 0, 0, -9740.75390625, -3905.251708984375, 24.53799819946289062, 1.186823248863220214, 0, 0, 0.559192657470703125, 0.829037725925445556, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+27, 180415, 0, 8, 5458, '0', 0, 0, -9781, -3883.944580078125, 21.71990394592285156, 4.555310726165771484, 0, 0, -0.76040554046630859, 0.649448513984680175, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+28, 180415, 0, 8, 5458, '0', 0, 0, -9780.345703125, -3883.576416015625, 21.69286155700683593, 5.654868602752685546, 0, 0, -0.30901622772216796, 0.95105677843093872, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+29, 180415, 0, 8, 5458, '0', 0, 0, -9783.919921875, -3863.59375, 21.76359176635742187, 2.740161895751953125, 0, 0, 0.979924201965332031, 0.199370384216308593, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+30, 180415, 0, 8, 5458, '0', 0, 0, -9784.26953125, -3863.619873046875, 21.80497169494628906, 5.375615119934082031, 0, 0, -0.4383707046508789, 0.898794233798980712, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+31, 180415, 0, 8, 5458, '0', 0, 0, -9789.78125, -3914.967041015625, 22.21663856506347656, 4.799657344818115234, 0, 0, -0.67558956146240234, 0.737277925014495849, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+32, 180415, 0, 8, 5458, '0', 0, 0, -9790.6181640625, -3909.182373046875, 23.399505615234375, 5.777040958404541015, 0, 0, -0.25037956237792968, 0.968147754669189453, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+33, 180415, 0, 8, 5458, '0', 0, 0, -9790.34765625, -3909.27783203125, 23.44681930541992187, 4.555310726165771484, 0, 0, -0.76040554046630859, 0.649448513984680175, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+34, 180415, 0, 8, 5458, '0', 0, 0, -9790.0224609375, -3909.3681640625, 23.36617469787597656, 5.619962215423583984, 0, 0, -0.32556724548339843, 0.945518851280212402, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+35, 180415, 0, 8, 5458, '0', 0, 0, -9781.388671875, -3882.798583984375, 21.63618087768554687, 2.67034769058227539, 0, 0, 0.972369194030761718, 0.233448356389999389, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+36, 180415, 0, 8, 5458, '0', 0, 0, -9781.5107421875, -3883.4150390625, 21.69519805908203125, 3.543023586273193359, 0, 0, -0.97992420196533203, 0.199370384216308593, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+37, 180415, 0, 8, 5458, '0', 0, 0, -9790.876953125, -3909.083251953125, 23.305633544921875, 5.89921426773071289, 0, 0, -0.19080829620361328, 0.981627285480499267, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+38, 180415, 0, 8, 5458, '0', 0, 0, -9744.55078125, -3936.741455078125, 22.93662643432617187, 1.675513744354248046, 0, 0, 0.743144035339355468, 0.669131457805633544, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+39, 180415, 0, 8, 5458, '0', 0, 0, -9784.0849609375, -3863.93408203125, 21.67277336120605468, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+40, 180415, 0, 8, 5458, '0', 0, 0, -9789.95703125, -3914.78125, 22.10446739196777343, 5.427974700927734375, 0, 0, -0.41469287872314453, 0.909961462020874023, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+41, 180415, 0, 8, 5458, '0', 0, 0, -9789.6875, -3909.46533203125, 23.25378227233886718, 2.007128477096557617, 0, 0, 0.84339141845703125, 0.537299633026123046, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+42, 180415, 0, 8, 5458, '0', 0, 0, -9789.392578125, -3909.579833984375, 23.09548377990722656, 4.293513298034667968, 0, 0, -0.8386697769165039, 0.544640243053436279, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+43, 180415, 0, 8, 5458, '0', 0, 0, -9744.1181640625, -3936.48779296875, 22.92554283142089843, 1.221729278564453125, 0, 0, 0.573575973510742187, 0.819152355194091796, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+44, 180415, 0, 8, 5458, '0', 0, 0, -9790.0712890625, -3915.08154296875, 22.26119422912597656, 5.113816738128662109, 0, 0, -0.55193614959716796, 0.833886384963989257, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+45, 180425, 0, 8, 5458, '0', 0, 0, -9746.9306640625, -3896.119873046875, 23.23897743225097656, 5.829400539398193359, 0, 0, -0.22495079040527343, 0.974370121955871582, 120, 255, 1, 51886), -- SkullCandle01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+46, 180425, 0, 8, 5458, '0', 0, 0, -9768.3388671875, -3900.44970703125, 23.56763648986816406, 4.380776405334472656, 0, 0, -0.81411552429199218, 0.580702960491180419, 120, 255, 1, 51886), -- SkullCandle01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+47, 180425, 0, 8, 5458, '0', 0, 0, -9741.154296875, -3905.38720703125, 24.76087760925292968, 1.727874636650085449, 0, 0, 0.760405540466308593, 0.649448513984680175, 120, 255, 1, 51886), -- SkullCandle01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+48, 180425, 0, 8, 5458, '0', 0, 0, -9744.548828125, -3936.423583984375, 23.00011634826660156, 2.426007747650146484, 0, 0, 0.936672210693359375, 0.350207358598709106, 120, 255, 1, 51886), -- SkullCandle01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+49, 180425, 0, 8, 5458, '0', 0, 0, -9745.4736328125, -3959.947998046875, 23.41820907592773437, 3.194002151489257812, 0, 0, -0.99965667724609375, 0.026201646775007247, 120, 255, 1, 51886), -- SkullCandle01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+50, 180426, 0, 8, 5458, '0', 0, 0, -9739.1181640625, -3893.720458984375, 30.44158554077148437, 0.314158439636230468, 0, 0, 0.156434059143066406, 0.987688362598419189, 120, 255, 1, 51886), -- Bat01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+51, 180426, 0, 8, 5458, '0', 0, 0, -9757.1943359375, -3907.041748046875, 31.45549964904785156, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 120, 255, 1, 51886), -- Bat01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+52, 180426, 0, 8, 5458, '0', 0, 0, -9764.888671875, -3914.05908203125, 32.32550811767578125, 3.036838293075561523, 0, 0, 0.998628616333007812, 0.052353221923112869, 120, 255, 1, 51886), -- Bat01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+53, 180426, 0, 8, 5458, '0', 0, 0, -9746.0693359375, -3930.10595703125, 32.73180007934570312, 5.305802345275878906, 0, 0, -0.46947097778320312, 0.882947921752929687, 120, 255, 1, 51886), -- Bat01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+54, 180426, 0, 8, 5458, '0', 0, 0, -9790.7470703125, -3883.546875, 29.13756370544433593, 1.256635904312133789, 0, 0, 0.587784767150878906, 0.809017360210418701, 120, 255, 1, 51886), -- Bat01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+55, 180427, 0, 8, 5458, '0', 0, 0, -9775.90625, -3900.760498046875, 26.19120216369628906, 1.256635904312133789, 0, 0, 0.587784767150878906, 0.809017360210418701, 120, 255, 1, 51886), -- Bat02 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+56, 180427, 0, 8, 5458, '0', 0, 0, -9753.091796875, -3908.435791015625, 34.17998886108398437, 0.942476630210876464, 0, 0, 0.453989982604980468, 0.891006767749786376, 120, 255, 1, 51886), -- Bat02 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+57, 180427, 0, 8, 5458, '0', 0, 0, -9759.1298828125, -3909.06591796875, 32.19264602661132812, 1.518436193466186523, 0, 0, 0.6883544921875, 0.725374460220336914, 120, 255, 1, 51886), -- Bat02 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+58, 180427, 0, 8, 5458, '0', 0, 0, -9771.09375, -3908.03125, 21.66600990295410156, 1.692969322204589843, 0, 0, 0.748955726623535156, 0.662620067596435546, 120, 255, 1, 51886), -- Bat02 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+59, 180471, 0, 8, 5458, '0', 0, 0, -9752.8349609375, -3897.177001953125, 25.63694953918457031, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+60, 180471, 0, 8, 5458, '0', 0, 0, -9736.0673828125, -3883.782958984375, 24.3715667724609375, 5.759587764739990234, 0, 0, -0.25881862640380859, 0.965925931930541992, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+61, 180471, 0, 8, 5458, '0', 0, 0, -9747.5048828125, -3881.51904296875, 26.52299690246582031, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+62, 180471, 0, 8, 5458, '0', 0, 0, -9736.4794921875, -3896.657958984375, 24.93480873107910156, 4.48549652099609375, 0, 0, -0.7826080322265625, 0.622514784336090087, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+63, 180471, 0, 8, 5458, '0', 0, 0, -9743.296875, -3883.388916015625, 25.02009963989257812, 5.794494152069091796, 0, 0, -0.24192142486572265, 0.970295846462249755, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+64, 180471, 0, 8, 5458, '0', 0, 0, -9747.767578125, -3891.255126953125, 26.44188117980957031, 1.658061861991882324, 0, 0, 0.737277030944824218, 0.67559051513671875, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+65, 180471, 0, 8, 5458, '0', 0, 0, -9771.3701171875, -3863.0244140625, 25.61910438537597656, 3.22885894775390625, 0, 0, -0.99904823303222656, 0.043619260191917419, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+66, 180471, 0, 8, 5458, '0', 0, 0, -9746.67578125, -3915.1181640625, 26.341766357421875, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+67, 180471, 0, 8, 5458, '0', 0, 0, -9736.2080078125, -3901.892333984375, 25.10577583312988281, 4.48549652099609375, 0, 0, -0.7826080322265625, 0.622514784336090087, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+68, 180471, 0, 8, 5458, '0', 0, 0, -9776.3544921875, -3868.984375, 26.47265052795410156, 4.660029888153076171, 0, 0, -0.72537422180175781, 0.688354730606079101, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+69, 180471, 0, 8, 5458, '0', 0, 0, -9770.6044921875, -3897.107666015625, 26.48838996887207031, 6.248279094696044921, 0, 0, -0.01745223999023437, 0.999847710132598876, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+70, 180471, 0, 8, 5458, '0', 0, 0, -9776.96875, -3891.579833984375, 26.57023811340332031, 4.799657344818115234, 0, 0, -0.67558956146240234, 0.737277925014495849, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+71, 180471, 0, 8, 5458, '0', 0, 0, -9747.23828125, -3869.9462890625, 26.53369331359863281, 1.640606880187988281, 0, 0, 0.731352806091308593, 0.6819993257522583, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+72, 180471, 0, 8, 5458, '0', 0, 0, -9745.357421875, -3919.755126953125, 26.637451171875, 5.427974700927734375, 0, 0, -0.41469287872314453, 0.909961462020874023, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+73, 180471, 0, 8, 5458, '0', 0, 0, -9762.5107421875, -3863.404541015625, 26.35652351379394531, 3.106652259826660156, 0, 0, 0.999847412109375, 0.017469281330704689, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+74, 180471, 0, 8, 5458, '0', 0, 0, -9763.4775390625, -3897.1875, 26.43466377258300781, 6.195919513702392578, 0, 0, -0.04361915588378906, 0.999048233032226562, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+75, 180471, 0, 8, 5458, '0', 0, 0, -9754.642578125, -3863.897705078125, 26.54823493957519531, 3.194002151489257812, 0, 0, -0.99965667724609375, 0.026201646775007247, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+76, 180471, 0, 8, 5458, '0', 0, 0, -9746.55078125, -3913.942626953125, 26.560272216796875, 4.555310726165771484, 0, 0, -0.76040554046630859, 0.649448513984680175, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+77, 180471, 0, 8, 5458, '0', 0, 0, -9746.576171875, -3943.288330078125, 26.50214195251464843, 4.555310726165771484, 0, 0, -0.76040554046630859, 0.649448513984680175, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+78, 180471, 0, 8, 5458, '0', 0, 0, -9787.8125, -3914.322998046875, 24.08747482299804687, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+79, 180471, 0, 8, 5458, '0', 0, 0, -9770.201171875, -3930.76904296875, 23.38775062561035156, 2.181660413742065429, 0, 0, 0.887010574340820312, 0.461749136447906494, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+80, 180471, 0, 8, 5458, '0', 0, 0, -9802.31640625, -3870.03466796875, 27.01796340942382812, 1.692969322204589843, 0, 0, 0.748955726623535156, 0.662620067596435546, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+81, 180471, 0, 8, 5458, '0', 0, 0, -9770.7880859375, -3926.208251953125, 23.55050277709960937, 2.338739633560180664, 0, 0, 0.920504570007324218, 0.3907318115234375, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+82, 180471, 0, 8, 5458, '0', 0, 0, -9745, -3940.15283203125, 26.17565345764160156, 3.78736734390258789, 0, 0, -0.94832324981689453, 0.317305892705917358, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+83, 180471, 0, 8, 5458, '0', 0, 0, -9773.9150390625, -3923.213623046875, 23.15941429138183593, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+84, 180471, 0, 8, 5458, '0', 0, 0, -9743.9423828125, -3939.045166015625, 26.35261154174804687, 3.94444584846496582, 0, 0, -0.92050457000732421, 0.3907318115234375, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+85, 180471, 0, 8, 5458, '0', 0, 0, -9746.3232421875, -3947.651123046875, 26.66068649291992187, 5.253442287445068359, 0, 0, -0.49242305755615234, 0.870355963706970214, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+86, 180471, 0, 8, 5458, '0', 0, 0, -9804.4638671875, -3876.28125, 26.41395950317382812, 0.890116631984710693, 0, 0, 0.430510520935058593, 0.902585566043853759, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+87, 180471, 0, 8, 5458, '0', 0, 0, -9802.638671875, -3873.239501953125, 26.74565505981445312, 1.378809213638305664, 0, 0, 0.636077880859375, 0.771624863147735595, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+88, 180471, 0, 8, 5458, '0', 0, 0, -9791.87890625, -3910.98095703125, 24.24026107788085937, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+89, 180471, 0, 8, 5458, '0', 0, 0, -9792.98828125, -3857.19091796875, 30.52347755432128906, 3.22885894775390625, 0, 0, -0.99904823303222656, 0.043619260191917419, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+90, 180471, 0, 8, 5458, '0', 0, 0, -9790.44140625, -3857.3212890625, 30.55438613891601562, 3.211419343948364257, 0, 0, -0.9993906021118164, 0.034906134009361267, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+91, 180471, 0, 8, 5458, '0', 0, 0, -9791.7470703125, -3857.234375, 30.53296279907226562, 3.281238555908203125, 0, 0, -0.99756336212158203, 0.069766148924827575, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+92, 180471, 0, 8, 5458, '0', 0, 0, -9746.748046875, -3946.54345703125, 26.71694374084472656, 5.201082706451416015, 0, 0, -0.51503753662109375, 0.857167601585388183, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+93, 180471, 0, 8, 5458, '0', 0, 0, -9776.86328125, -3919.689208984375, 23.32061576843261718, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+94, 180471, 0, 8, 5458, '0', 0, 0, -9806.26953125, -3877.803955078125, 26.72670364379882812, 0.558503925800323486, 0, 0, 0.275636672973632812, 0.961261868476867675, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+95, 180471, 0, 8, 5458, '0', 0, 0, -9751.2607421875, -3976.557373046875, 30.40369987487792968, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+96, 180471, 0, 8, 5458, '0', 0, 0, -9748.4580078125, -3976.619873046875, 30.69185829162597656, 6.161012649536132812, 0, 0, -0.06104850769042968, 0.998134791851043701, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+97, 180471, 0, 8, 5458, '0', 0, 0, -9750.2412109375, -3976.579833984375, 30.56848907470703125, 6.248279094696044921, 0, 0, -0.01745223999023437, 0.999847710132598876, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+98, 180471, 0, 8, 5458, '0', 0, 0, -9823.560546875, -3890.3994140625, 30.47779273986816406, 4.694936752319335937, 0, 0, -0.71325016021728515, 0.700909554958343505, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+99, 180471, 0, 8, 5458, '0', 0, 0, -9823.6220703125, -3888.920166015625, 30.74230384826660156, 4.817109584808349609, 0, 0, -0.66913032531738281, 0.74314504861831665, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+100, 180471, 0, 8, 5458, '0', 0, 0, -9749.3544921875, -3976.6181640625, 30.39021492004394531, 6.248279094696044921, 0, 0, -0.01745223999023437, 0.999847710132598876, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+101, 180471, 0, 8, 5458, '0', 0, 0, -9823.5419921875, -3887.3681640625, 30.21129417419433593, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+102, 180471, 0, 8, 5458, '0', 0, 0, -9752.390625, -3976.59033203125, 30.79532241821289062, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+103, 180472, 0, 8, 5458, '0', 0, 0, -9777.4150390625, -3880.052001953125, 28.00757408142089843, 3.263772249221801757, 0, 0, -0.99813461303710937, 0.061051756143569946, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+104, 180523, 0, 8, 5458, '0', 0, 0, -9780.47265625, -3867.829833984375, 21.82470321655273437, 4.171337604522705078, 0, 0, -0.87035560607910156, 0.492423713207244873, 120, 255, 1, 51886), -- Apple Bob (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+105, 207941, 0, 8, 5458, '0', 0, 0, -9763.03515625, -3880.130126953125, 34.73355865478515625, 4.520402908325195312, 0, 0, -0.77162456512451171, 0.636078238487243652, 120, 255, 1, 51886), -- G_WitchHat_01 scale 2.0 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+106, 207941, 0, 8, 5458, '0', 0, 0, -9738.640625, -3914.779541015625, 33.50423431396484375, 5.061456203460693359, 0, 0, -0.57357597351074218, 0.819152355194091796, 120, 255, 1, 51886), -- G_WitchHat_01 scale 2.0 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+107, 207941, 0, 8, 5458, '0', 0, 0, -9738.1826171875, -3944.65625, 33.48528289794921875, 5.061456203460693359, 0, 0, -0.57357597351074218, 0.819152355194091796, 120, 255, 1, 51886), -- G_WitchHat_01 scale 2.0 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+108, 207941, 0, 8, 5458, '0', 0, 0, -9810.3857421875, -3870.814208984375, 33.63306427001953125, 1.221729278564453125, 0, 0, 0.573575973510742187, 0.819152355194091796, 120, 255, 1, 51886), -- G_WitchHat_01 scale 2.0 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+109, 208069, 0, 8, 5458, '0', 0, 0, -9781.4755859375, -3920.208251953125, 24.84844779968261718, 2.949595451354980468, 0, 0, 0.995395660400390625, 0.095851235091686248, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 0.5 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+110, 208069, 0, 8, 5458, '0', 0, 0, -9813.7275390625, -3900.7119140625, 25.2358245849609375, 2.652894020080566406, 0, 0, 0.970294952392578125, 0.241925001144409179, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 0.5 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+111, 208072, 0, 8, 5458, '0', 0, 0, -9747.294921875, -3910.744873046875, 24.81595420837402343, 4.206246376037597656, 0, 0, -0.86162853240966796, 0.50753939151763916, 120, 255, 1, 51886), -- G_Pumpkin_03 Scale 0.5 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+112, 208072, 0, 8, 5458, '0', 0, 0, -9811.8193359375, -3898.842041015625, 22.88781929016113281, 3.24634718894958496, 0, 0, -0.99862861633300781, 0.052353221923112869, 120, 255, 1, 51886), -- G_Pumpkin_03 Scale 0.5 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+113, 208078, 0, 8, 5458, '0', 0, 0, -9807.1943359375, -3881.354248046875, 24.64743232727050781, 0.802850961685180664, 0, 0, 0.390730857849121093, 0.920504987239837646, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 0.5 (Area: Bogpaddle - Difficulty: 0) CreateObject1 +(@OGUID+114, 208139, 0, 8, 5458, '0', 0, 0, -9771.267578125, -3878.373291015625, 21.8904876708984375, 5.270895957946777343, 0, 0, -0.48480892181396484, 0.87462007999420166, 120, 255, 1, 51886); -- Candy Bucket (Area: Bogpaddle - Difficulty: 0) CreateObject1 + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+114; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48), +(12, @OGUID+49), +(12, @OGUID+50), +(12, @OGUID+51), +(12, @OGUID+52), +(12, @OGUID+53), +(12, @OGUID+54), +(12, @OGUID+55), +(12, @OGUID+56), +(12, @OGUID+57), +(12, @OGUID+58), +(12, @OGUID+59), +(12, @OGUID+60), +(12, @OGUID+61), +(12, @OGUID+62), +(12, @OGUID+63), +(12, @OGUID+64), +(12, @OGUID+65), +(12, @OGUID+66), +(12, @OGUID+67), +(12, @OGUID+68), +(12, @OGUID+69), +(12, @OGUID+70), +(12, @OGUID+71), +(12, @OGUID+72), +(12, @OGUID+73), +(12, @OGUID+74), +(12, @OGUID+75), +(12, @OGUID+76), +(12, @OGUID+77), +(12, @OGUID+78), +(12, @OGUID+79), +(12, @OGUID+80), +(12, @OGUID+81), +(12, @OGUID+82), +(12, @OGUID+83), +(12, @OGUID+84), +(12, @OGUID+85), +(12, @OGUID+86), +(12, @OGUID+87), +(12, @OGUID+88), +(12, @OGUID+89), +(12, @OGUID+90), +(12, @OGUID+91), +(12, @OGUID+92), +(12, @OGUID+93), +(12, @OGUID+94), +(12, @OGUID+95), +(12, @OGUID+96), +(12, @OGUID+97), +(12, @OGUID+98), +(12, @OGUID+99), +(12, @OGUID+100), +(12, @OGUID+101), +(12, @OGUID+102), +(12, @OGUID+103), +(12, @OGUID+104), +(12, @OGUID+105), +(12, @OGUID+106), +(12, @OGUID+107), +(12, @OGUID+108), +(12, @OGUID+109), +(12, @OGUID+110), +(12, @OGUID+111), +(12, @OGUID+112), +(12, @OGUID+113), +(12, @OGUID+114); + +-- +SET @OGUID := 3803694; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3005317 AND 3005365; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3005317 AND 3005365; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3005317 AND 3005365; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+48; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 0, 8, 75, '0', 0, 0, -10512.34375, -3324.96435546875, 32.1783599853515625, 5.585053920745849609, 0, 0, -0.34202003479003906, 0.939692676067352294, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Stonard - Difficulty: 0) CreateObject1 +(@OGUID+1, 180405, 0, 8, 75, '0', 0, 0, -10517.529296875, -3279.880126953125, 31.834075927734375, 5.393068790435791015, 0, 0, -0.43051052093505859, 0.902585566043853759, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Stonard - Difficulty: 0) CreateObject1 +(@OGUID+2, 180405, 0, 8, 75, '0', 0, 0, -10486.455078125, -3351.788330078125, 30.66631507873535156, 5.585053920745849609, 0, 0, -0.34202003479003906, 0.939692676067352294, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Stonard - Difficulty: 0) CreateObject1 +(@OGUID+3, 180405, 0, 8, 75, '0', 0, 0, -10522.4658203125, -3230.960205078125, 31.16094970703125, 4.031712055206298828, 0, 0, -0.90258502960205078, 0.430511653423309326, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Stonard - Difficulty: 0) CreateObject1 +(@OGUID+4, 180405, 0, 8, 75, '0', 0, 0, -10462.55859375, -3282.9658203125, 21.40717124938964843, 2.687806606292724609, 0, 0, 0.974370002746582031, 0.224951311945915222, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Stonard - Difficulty: 0) CreateObject1 +(@OGUID+5, 180405, 0, 8, 75, '0', 0, 0, -10465.6298828125, -3252.197998046875, 20.17817878723144531, 2.321286916732788085, 0, 0, 0.917059898376464843, 0.398749500513076782, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Stonard - Difficulty: 0) CreateObject1 +(@OGUID+6, 180405, 0, 8, 75, '0', 0, 0, -10433.7568359375, -3348.90283203125, 31.07970809936523437, 1.867502212524414062, 0, 0, 0.803856849670410156, 0.594822824001312255, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Stonard - Difficulty: 0) CreateObject1 +(@OGUID+7, 180405, 0, 8, 75, '0', 0, 0, -10421.859375, -3308.52783203125, 29.73744392395019531, 0.052358884364366531, 0, 0, 0.02617645263671875, 0.999657332897186279, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Stonard - Difficulty: 0) CreateObject1 +(@OGUID+8, 180405, 0, 8, 75, '0', 0, 0, -10485.748046875, -3222.26220703125, 30.33372688293457031, 3.647741317749023437, 0, 0, -0.96814727783203125, 0.250381410121917724, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Stonard - Difficulty: 0) CreateObject1 +(@OGUID+9, 180405, 0, 8, 75, '0', 0, 0, -10385.015625, -3288.48095703125, 29.66286849975585937, 1.169368624687194824, 0, 0, 0.551936149597167968, 0.833886384963989257, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Stonard - Difficulty: 0) CreateObject1 +(@OGUID+10, 180405, 0, 8, 75, '0', 0, 0, -10404.8837890625, -3236.03125, 30.81977081298828125, 3.560472726821899414, 0, 0, -0.97814750671386718, 0.207912087440490722, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Stonard - Difficulty: 0) CreateObject1 +(@OGUID+11, 180405, 0, 8, 75, '0', 0, 0, -10374.4658203125, -3254.368896484375, 30.94644546508789062, 2.44346022605895996, 0, 0, 0.939692497253417968, 0.34202045202255249, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Stonard - Difficulty: 0) CreateObject1 +(@OGUID+12, 180405, 0, 8, 75, '0', 0, 0, -10457.607421875, -3220.041748046875, 31.43501091003417968, 3.560472726821899414, 0, 0, -0.97814750671386718, 0.207912087440490722, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Stonard - Difficulty: 0) CreateObject1 +(@OGUID+13, 180406, 0, 8, 75, '0', 0, 0, -10513.875, -3298.7275390625, 31.11186790466308593, 6.195919513702392578, 0, 0, -0.04361915588378906, 0.999048233032226562, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Stonard - Difficulty: 0) CreateObject1 +(@OGUID+14, 180406, 0, 8, 75, '0', 0, 0, -10528.9658203125, -3249.163330078125, 31.63860702514648437, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Stonard - Difficulty: 0) CreateObject1 +(@OGUID+15, 180406, 0, 8, 75, '0', 0, 0, -10469.1669921875, -3357.68408203125, 29.60588645935058593, 6.09120035171508789, 0, 0, -0.09584522247314453, 0.995396256446838378, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Stonard - Difficulty: 0) CreateObject1 +(@OGUID+16, 180406, 0, 8, 75, '0', 0, 0, -10468.876953125, -3269.330322265625, 20.23038291931152343, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Stonard - Difficulty: 0) CreateObject1 +(@OGUID+17, 180406, 0, 8, 75, '0', 0, 0, -10429.763671875, -3311.928955078125, 30.76557159423828125, 1.623155713081359863, 0, 0, 0.725374221801757812, 0.688354730606079101, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Stonard - Difficulty: 0) CreateObject1 +(@OGUID+18, 180406, 0, 8, 75, '0', 0, 0, -10441.1162109375, -3296.786376953125, 20.17795753479003906, 3.281238555908203125, 0, 0, -0.99756336212158203, 0.069766148924827575, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Stonard - Difficulty: 0) CreateObject1 +(@OGUID+19, 180406, 0, 8, 75, '0', 0, 0, -10466.9111328125, -3220.6181640625, 31.09997940063476562, 3.508116960525512695, 0, 0, -0.98325443267822265, 0.182238012552261352, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Stonard - Difficulty: 0) CreateObject1 +(@OGUID+20, 180406, 0, 8, 75, '0', 0, 0, -10411.8564453125, -3293.00341796875, 31.35503578186035156, 0.366517573595046997, 0, 0, 0.182234764099121093, 0.98325502872467041, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Stonard - Difficulty: 0) CreateObject1 +(@OGUID+21, 180406, 0, 8, 75, '0', 0, 0, -10379.3134765625, -3246.541259765625, 30.73549079895019531, 2.478367090225219726, 0, 0, 0.94551849365234375, 0.325568377971649169, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Stonard - Difficulty: 0) CreateObject1 +(@OGUID+22, 180406, 0, 8, 75, '0', 0, 0, -10438.638671875, -3223.4375, 29.63300895690917968, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Stonard - Difficulty: 0) CreateObject1 +(@OGUID+23, 180407, 0, 8, 75, '0', 0, 0, -10517.201171875, -3317.177001953125, 32.1123046875, 5.585053920745849609, 0, 0, -0.34202003479003906, 0.939692676067352294, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Stonard - Difficulty: 0) CreateObject1 +(@OGUID+24, 180407, 0, 8, 75, '0', 0, 0, -10501.6201171875, -3340.876708984375, 31.24357414245605468, 5.602506637573242187, 0, 0, -0.33380699157714843, 0.942641437053680419, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Stonard - Difficulty: 0) CreateObject1 +(@OGUID+25, 180407, 0, 8, 75, '0', 0, 0, -10528.9111328125, -3267.069580078125, 30.935089111328125, 5.393068790435791015, 0, 0, -0.43051052093505859, 0.902585566043853759, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Stonard - Difficulty: 0) CreateObject1 +(@OGUID+26, 180407, 0, 8, 75, '0', 0, 0, -10447.12890625, -3291.98095703125, 20.17795753479003906, 2.478367090225219726, 0, 0, 0.94551849365234375, 0.325568377971649169, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Stonard - Difficulty: 0) CreateObject1 +(@OGUID+27, 180407, 0, 8, 75, '0', 0, 0, -10471, -3266.65966796875, 39.08349990844726562, 2.146752834320068359, 0, 0, 0.878816604614257812, 0.477159708738327026, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Stonard - Difficulty: 0) CreateObject1 +(@OGUID+28, 180407, 0, 8, 75, '0', 0, 0, -10503.658203125, -3229.2119140625, 32.10165023803710937, 3.52557229995727539, 0, 0, -0.98162651062011718, 0.190812408924102783, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Stonard - Difficulty: 0) CreateObject1 +(@OGUID+29, 180407, 0, 8, 75, '0', 0, 0, -10430.2099609375, -3330.421875, 31.20537948608398437, 1.884953022003173828, 0, 0, 0.809016227722167968, 0.587786316871643066, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Stonard - Difficulty: 0) CreateObject1 +(@OGUID+30, 180407, 0, 8, 75, '0', 0, 0, -10466.9267578125, -3254.326416015625, 37.950286865234375, 1.553341388702392578, 0, 0, 0.700908660888671875, 0.713251054286956787, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Stonard - Difficulty: 0) CreateObject1 +(@OGUID+31, 180407, 0, 8, 75, '0', 0, 0, -10450.330078125, -3357.475830078125, 30.34543228149414062, 0.314158439636230468, 0, 0, 0.156434059143066406, 0.987688362598419189, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Stonard - Difficulty: 0) CreateObject1 +(@OGUID+32, 180407, 0, 8, 75, '0', 0, 0, -10378.4150390625, -3272.807373046875, 29.77926063537597656, 1.692969322204589843, 0, 0, 0.748955726623535156, 0.662620067596435546, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Stonard - Difficulty: 0) CreateObject1 +(@OGUID+33, 180407, 0, 8, 75, '0', 0, 0, -10402.66015625, -3292.799560546875, 31.17360496520996093, 0.471238493919372558, 0, 0, 0.233445167541503906, 0.972369968891143798, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Stonard - Difficulty: 0) CreateObject1 +(@OGUID+34, 180407, 0, 8, 75, '0', 0, 0, -10422.951171875, -3233.322998046875, 29.34179306030273437, 3.054326534271240234, 0, 0, 0.999048233032226562, 0.043619260191917419, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Stonard - Difficulty: 0) CreateObject1 +(@OGUID+35, 180407, 0, 8, 75, '0', 0, 0, -10387.8232421875, -3230.072998046875, 30.69463729858398437, 3.211419343948364257, 0, 0, -0.9993906021118164, 0.034906134009361267, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Stonard - Difficulty: 0) CreateObject1 +(@OGUID+36, 180471, 0, 8, 75, '0', 0, 0, -10498.173828125, -3248.6962890625, 25.97489738464355468, 2.932138919830322265, 0, 0, 0.994521141052246093, 0.104535527527332305, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Stonard - Difficulty: 0) CreateObject1 +(@OGUID+37, 180471, 0, 8, 75, '0', 0, 0, -10464.138671875, -3261.282958984375, 32.42881393432617187, 2.932138919830322265, 0, 0, 0.994521141052246093, 0.104535527527332305, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Stonard - Difficulty: 0) CreateObject1 +(@OGUID+38, 180471, 0, 8, 75, '0', 0, 0, -10500.6318359375, -3256.1650390625, 25.85620307922363281, 2.932138919830322265, 0, 0, 0.994521141052246093, 0.104535527527332305, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Stonard - Difficulty: 0) CreateObject1 +(@OGUID+39, 180472, 0, 8, 75, '0', 0, 0, -10505.6845703125, -3267.780029296875, 31.80616188049316406, 4.118979454040527343, 0, 0, -0.88294696807861328, 0.469472706317901611, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Stonard - Difficulty: 0) CreateObject1 +(@OGUID+40, 180472, 0, 8, 75, '0', 0, 0, -10484.7939453125, -3243.1875, 31.84264564514160156, 1.134462952613830566, 0, 0, 0.537299156188964843, 0.843391716480255126, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Stonard - Difficulty: 0) CreateObject1 +(@OGUID+41, 180472, 0, 8, 75, '0', 0, 0, -10500.6005859375, -3240.2744140625, 31.85183334350585937, 2.024578809738159179, 0, 0, 0.848047256469726562, 0.529920578002929687, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Stonard - Difficulty: 0) CreateObject1 +(@OGUID+42, 180472, 0, 8, 75, '0', 0, 0, -10490.8486328125, -3249.921875, 27.1444244384765625, 2.932138919830322265, 0, 0, 0.994521141052246093, 0.104535527527332305, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Stonard - Difficulty: 0) CreateObject1 +(@OGUID+43, 180472, 0, 8, 75, '0', 0, 0, -10489.8779296875, -3270.822509765625, 31.76886749267578125, 5.183629035949707031, 0, 0, -0.52249813079833984, 0.852640450000762939, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Stonard - Difficulty: 0) CreateObject1 +(@OGUID+44, 180472, 0, 8, 75, '0', 0, 0, -10502.4658203125, -3252.82470703125, 27.37425804138183593, 2.932138919830322265, 0, 0, 0.994521141052246093, 0.104535527527332305, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Stonard - Difficulty: 0) CreateObject1 +(@OGUID+45, 180472, 0, 8, 75, '0', 0, 0, -10511.1416015625, -3252.487060546875, 31.79152107238769531, 2.967041015625, 0, 0, 0.996193885803222656, 0.087165042757987976, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Stonard - Difficulty: 0) CreateObject1 +(@OGUID+46, 180472, 0, 8, 75, '0', 0, 0, -10466.6806640625, -3260.913330078125, 28.62903594970703125, 2.932138919830322265, 0, 0, 0.994521141052246093, 0.104535527527332305, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Stonard - Difficulty: 0) CreateObject1 +(@OGUID+47, 180523, 0, 8, 75, '0', 0, 0, -10489.84765625, -3249.76904296875, 21.44113731384277343, 2.932138919830322265, 0, 0, 0.994521141052246093, 0.104535527527332305, 120, 255, 1, 51886), -- Apple Bob (Area: Stonard - Difficulty: 0) CreateObject1 +(@OGUID+48, 190086, 0, 8, 75, '0', 0, 0, -10487.7158203125, -3256.979736328125, 21.02933502197265625, 1.274088263511657714, 0, 0, 0.594821929931640625, 0.80385744571685791, 120, 255, 1, 51886); -- Candy Bucket (Area: Stonard - Difficulty: 0) CreateObject1 + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+48; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48); + +-- +SET @OGUID := 3803743; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3005366 AND 3005441; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3005366 AND 3005441; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3005366 AND 3005441; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+75; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 0, 8, 657, '0', 0, 0, -10136.9580078125, -2834.171875, 22.67504310607910156, 5.811946868896484375, 0, 0, -0.2334451675415039, 0.972369968891143798, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Harborage - Difficulty: 0) CreateObject1 +(@OGUID+1, 180405, 0, 8, 657, '0', 0, 0, -10101.3134765625, -2832.55908203125, 22.49126243591308593, 4.084071159362792968, 0, 0, -0.8910064697265625, 0.453990638256072998, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Harborage - Difficulty: 0) CreateObject1 +(@OGUID+2, 180405, 0, 8, 657, '0', 0, 0, -10121.298828125, -2782.260498046875, 22.88033485412597656, 0.401424884796142578, 0, 0, 0.199367523193359375, 0.979924798011779785, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Harborage - Difficulty: 0) CreateObject1 +(@OGUID+3, 180406, 0, 8, 657, '0', 0, 0, -10133.111328125, -2846.725830078125, 22.50278663635253906, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Harborage - Difficulty: 0) CreateObject1 +(@OGUID+4, 180406, 0, 8, 657, '0', 0, 0, -10112.8173828125, -2784.354248046875, 22.50556755065917968, 6.021387100219726562, 0, 0, -0.13052558898925781, 0.991444945335388183, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Harborage - Difficulty: 0) CreateObject1 +(@OGUID+5, 180407, 0, 8, 657, '0', 0, 0, -10116.892578125, -2857.6650390625, 23.27706336975097656, 3.595378875732421875, 0, 0, -0.97437000274658203, 0.224951311945915222, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: The Harborage - Difficulty: 0) CreateObject1 +(@OGUID+6, 180407, 0, 8, 657, '0', 0, 0, -10087.501953125, -2802.751708984375, 22.53332710266113281, 5.148722648620605468, 0, 0, -0.53729915618896484, 0.843391716480255126, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: The Harborage - Difficulty: 0) CreateObject1 +(@OGUID+7, 180411, 0, 8, 657, '0', 0, 0, -10109.732421875, -2766.598876953125, 29.88904571533203125, 0.209439441561698913, 0, 0, 0.104528427124023437, 0.994521915912628173, 120, 255, 1, 51886), -- G_Ghost_01 (Area: The Harborage - Difficulty: 0) CreateObject1 +(@OGUID+8, 180415, 0, 8, 657, '0', 0, 0, -10109.0888671875, -2850.100830078125, 23.79323959350585937, 1.082102894783020019, 0, 0, 0.51503753662109375, 0.857167601585388183, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Harborage - Difficulty: 0) CreateObject1 +(@OGUID+9, 180415, 0, 8, 657, '0', 0, 0, -10097.7255859375, -2831.163330078125, 23.53732109069824218, 3.176533222198486328, 0, 0, -0.999847412109375, 0.017469281330704689, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Harborage - Difficulty: 0) CreateObject1 +(@OGUID+10, 180415, 0, 8, 657, '0', 0, 0, -10097.388671875, -2831.229248046875, 23.74900436401367187, 1.151916384696960449, 0, 0, 0.544638633728027343, 0.838670849800109863, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Harborage - Difficulty: 0) CreateObject1 +(@OGUID+11, 180415, 0, 8, 657, '0', 0, 0, -10097.580078125, -2830.954833984375, 23.71291923522949218, 1.85004889965057373, 0, 0, 0.798635482788085937, 0.60181504487991333, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Harborage - Difficulty: 0) CreateObject1 +(@OGUID+12, 180415, 0, 8, 657, '0', 0, 0, -10100.408203125, -2788.557373046875, 21.75434684753417968, 4.206246376037597656, 0, 0, -0.86162853240966796, 0.50753939151763916, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Harborage - Difficulty: 0) CreateObject1 +(@OGUID+13, 180415, 0, 8, 657, '0', 0, 0, -10102.201171875, -2789.984375, 21.71258926391601562, 2.460912704467773437, 0, 0, 0.942641258239746093, 0.333807557821273803, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Harborage - Difficulty: 0) CreateObject1 +(@OGUID+14, 180415, 0, 8, 657, '0', 0, 0, -10100.771484375, -2789.47216796875, 21.81911659240722656, 5.986480236053466796, 0, 0, -0.14780902862548828, 0.989015936851501464, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Harborage - Difficulty: 0) CreateObject1 +(@OGUID+15, 180415, 0, 8, 657, '0', 0, 0, -10102.498046875, -2787.7431640625, 21.75321006774902343, 0.558503925800323486, 0, 0, 0.275636672973632812, 0.961261868476867675, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Harborage - Difficulty: 0) CreateObject1 +(@OGUID+16, 180415, 0, 8, 657, '0', 0, 0, -10102.982421875, -2788.48095703125, 21.75267982482910156, 2.862335443496704101, 0, 0, 0.990267753601074218, 0.139175355434417724, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Harborage - Difficulty: 0) CreateObject1 +(@OGUID+17, 180415, 0, 8, 657, '0', 0, 0, -10101.59375, -2789.885498046875, 21.7334136962890625, 3.281238555908203125, 0, 0, -0.99756336212158203, 0.069766148924827575, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Harborage - Difficulty: 0) CreateObject1 +(@OGUID+18, 180415, 0, 8, 657, '0', 0, 0, -10100.607421875, -2787.763916015625, 21.81746864318847656, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Harborage - Difficulty: 0) CreateObject1 +(@OGUID+19, 180415, 0, 8, 657, '0', 0, 0, -10101.466796875, -2787.005126953125, 21.71280670166015625, 2.879789113998413085, 0, 0, 0.991444587707519531, 0.130528271198272705, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Harborage - Difficulty: 0) CreateObject1 +(@OGUID+20, 180415, 0, 8, 657, '0', 0, 0, -10102.6494140625, -2789.413330078125, 21.72059440612792968, 2.879789113998413085, 0, 0, 0.991444587707519531, 0.130528271198272705, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Harborage - Difficulty: 0) CreateObject1 +(@OGUID+21, 180415, 0, 8, 657, '0', 0, 0, -10086.810546875, -2799.382080078125, 22.99431037902832031, 1.919861555099487304, 0, 0, 0.819151878356933593, 0.573576688766479492, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Harborage - Difficulty: 0) CreateObject1 +(@OGUID+22, 180425, 0, 8, 657, '0', 0, 0, -10109.31640625, -2849.8994140625, 23.81608200073242187, 3.351046562194824218, 0, 0, -0.99452114105224609, 0.104535527527332305, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Harborage - Difficulty: 0) CreateObject1 +(@OGUID+23, 180425, 0, 8, 657, '0', 0, 0, -10098.3662109375, -2831.682373046875, 23.8425750732421875, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Harborage - Difficulty: 0) CreateObject1 +(@OGUID+24, 180425, 0, 8, 657, '0', 0, 0, -10087.1845703125, -2798.375, 23.42401504516601562, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Harborage - Difficulty: 0) CreateObject1 +(@OGUID+25, 180426, 0, 8, 657, '0', 0, 0, -10110.92578125, -2808.62841796875, 33.30676651000976562, 2.338739633560180664, 0, 0, 0.920504570007324218, 0.3907318115234375, 120, 255, 1, 51886), -- Bat01 (Area: The Harborage - Difficulty: 0) CreateObject1 +(@OGUID+26, 180426, 0, 8, 657, '0', 0, 0, -10109.3681640625, -2800.197998046875, 31.19693946838378906, 1.937312245368957519, 0, 0, 0.824125289916992187, 0.566407561302185058, 120, 255, 1, 51886), -- Bat01 (Area: The Harborage - Difficulty: 0) CreateObject1 +(@OGUID+27, 180426, 0, 8, 657, '0', 0, 0, -10111.6650390625, -2803.71875, 35.837158203125, 3.630291461944580078, 0, 0, -0.97029495239257812, 0.241925001144409179, 120, 255, 1, 51886), -- Bat01 (Area: The Harborage - Difficulty: 0) CreateObject1 +(@OGUID+28, 180426, 0, 8, 657, '0', 0, 0, -10113.857421875, -2803.335205078125, 33.0313873291015625, 4.555310726165771484, 0, 0, -0.76040554046630859, 0.649448513984680175, 120, 255, 1, 51886), -- Bat01 (Area: The Harborage - Difficulty: 0) CreateObject1 +(@OGUID+29, 180427, 0, 8, 657, '0', 0, 0, -10124.771484375, -2808.12158203125, 34.41792678833007812, 5.515241622924804687, 0, 0, -0.37460613250732421, 0.927184045314788818, 120, 255, 1, 51886), -- Bat02 (Area: The Harborage - Difficulty: 0) CreateObject1 +(@OGUID+30, 180427, 0, 8, 657, '0', 0, 0, -10117.8212890625, -2807.532958984375, 32.78430938720703125, 2.024578809738159179, 0, 0, 0.848047256469726562, 0.529920578002929687, 120, 255, 1, 51886), -- Bat02 (Area: The Harborage - Difficulty: 0) CreateObject1 +(@OGUID+31, 180427, 0, 8, 657, '0', 0, 0, -10118.8505859375, -2810.09716796875, 35.89923477172851562, 0.855210542678833007, 0, 0, 0.414692878723144531, 0.909961462020874023, 120, 255, 1, 51886), -- Bat02 (Area: The Harborage - Difficulty: 0) CreateObject1 +(@OGUID+32, 180427, 0, 8, 657, '0', 0, 0, -10116.328125, -2812.770751953125, 35.95736312866210937, 1.361356139183044433, 0, 0, 0.629320144653320312, 0.77714616060256958, 120, 255, 1, 51886), -- Bat02 (Area: The Harborage - Difficulty: 0) CreateObject1 +(@OGUID+33, 180471, 0, 8, 657, '0', 0, 0, -10131.513671875, -2841.802001953125, 30.00135040283203125, 5.061456203460693359, 0, 0, -0.57357597351074218, 0.819152355194091796, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Harborage - Difficulty: 0) CreateObject1 +(@OGUID+34, 180471, 0, 8, 657, '0', 0, 0, -10132.970703125, -2837.71875, 30.24015235900878906, 5.009094715118408203, 0, 0, -0.59482288360595703, 0.80385679006576538, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Harborage - Difficulty: 0) CreateObject1 +(@OGUID+35, 180471, 0, 8, 657, '0', 0, 0, -10131.14453125, -2842.98779296875, 30.29724884033203125, 4.939284324645996093, 0, 0, -0.6225137710571289, 0.78260880708694458, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Harborage - Difficulty: 0) CreateObject1 +(@OGUID+36, 180471, 0, 8, 657, '0', 0, 0, -10131.72265625, -2841.217041015625, 29.42953872680664062, 5.113816738128662109, 0, 0, -0.55193614959716796, 0.833886384963989257, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Harborage - Difficulty: 0) CreateObject1 +(@OGUID+37, 180471, 0, 8, 657, '0', 0, 0, -10133.3408203125, -2836.513916015625, 29.74357032775878906, 5.009094715118408203, 0, 0, -0.59482288360595703, 0.80385679006576538, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Harborage - Difficulty: 0) CreateObject1 +(@OGUID+38, 180471, 0, 8, 657, '0', 0, 0, -10132.4951171875, -2838.87158203125, 29.37542343139648437, 5.009094715118408203, 0, 0, -0.59482288360595703, 0.80385679006576538, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Harborage - Difficulty: 0) CreateObject1 +(@OGUID+39, 180471, 0, 8, 657, '0', 0, 0, -10133.1650390625, -2837.09033203125, 30.18184852600097656, 5.009094715118408203, 0, 0, -0.59482288360595703, 0.80385679006576538, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Harborage - Difficulty: 0) CreateObject1 +(@OGUID+40, 180471, 0, 8, 657, '0', 0, 0, -10131.3193359375, -2842.470458984375, 30.32689857482910156, 5.061456203460693359, 0, 0, -0.57357597351074218, 0.819152355194091796, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Harborage - Difficulty: 0) CreateObject1 +(@OGUID+41, 180471, 0, 8, 657, '0', 0, 0, -10130.98828125, -2843.53125, 29.89521026611328125, 5.044002056121826171, 0, 0, -0.58070278167724609, 0.814115643501281738, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Harborage - Difficulty: 0) CreateObject1 +(@OGUID+42, 180471, 0, 8, 657, '0', 0, 0, -10132.7548828125, -2838.35595703125, 29.91961097717285156, 5.009094715118408203, 0, 0, -0.59482288360595703, 0.80385679006576538, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Harborage - Difficulty: 0) CreateObject1 +(@OGUID+43, 180471, 0, 8, 657, '0', 0, 0, -10130.845703125, -2844.09716796875, 29.30780410766601562, 5.044002056121826171, 0, 0, -0.58070278167724609, 0.814115643501281738, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Harborage - Difficulty: 0) CreateObject1 +(@OGUID+44, 180471, 0, 8, 657, '0', 0, 0, -10096.359375, -2826.491455078125, 25.39999008178710937, 4.328419685363769531, 0, 0, -0.82903671264648437, 0.559194147586822509, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Harborage - Difficulty: 0) CreateObject1 +(@OGUID+45, 180471, 0, 8, 657, '0', 0, 0, -10127.654296875, -2806.03466796875, 24.47814369201660156, 1.396261811256408691, 0, 0, 0.642786979675292968, 0.766044974327087402, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Harborage - Difficulty: 0) CreateObject1 +(@OGUID+46, 180471, 0, 8, 657, '0', 0, 0, -10095.8681640625, -2825.32470703125, 25.55677986145019531, 4.328419685363769531, 0, 0, -0.82903671264648437, 0.559194147586822509, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Harborage - Difficulty: 0) CreateObject1 +(@OGUID+47, 180471, 0, 8, 657, '0', 0, 0, -10133.5068359375, -2835.960205078125, 29.11954498291015625, 5.009094715118408203, 0, 0, -0.59482288360595703, 0.80385679006576538, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Harborage - Difficulty: 0) CreateObject1 +(@OGUID+48, 180471, 0, 8, 657, '0', 0, 0, -10095.236328125, -2824.06591796875, 25.34663581848144531, 4.241150379180908203, 0, 0, -0.85264015197753906, 0.522498607635498046, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Harborage - Difficulty: 0) CreateObject1 +(@OGUID+49, 180471, 0, 8, 657, '0', 0, 0, -10081.0830078125, -2809.4150390625, 28.86713409423828125, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Harborage - Difficulty: 0) CreateObject1 +(@OGUID+50, 180471, 0, 8, 657, '0', 0, 0, -10080.5849609375, -2807.34033203125, 28.87833023071289062, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Harborage - Difficulty: 0) CreateObject1 +(@OGUID+51, 180471, 0, 8, 657, '0', 0, 0, -10083.4345703125, -2811.494873046875, 27.36970329284667968, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Harborage - Difficulty: 0) CreateObject1 +(@OGUID+52, 180471, 0, 8, 657, '0', 0, 0, -10118.72265625, -2779.038330078125, 27.88197898864746093, 6.09120035171508789, 0, 0, -0.09584522247314453, 0.995396256446838378, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Harborage - Difficulty: 0) CreateObject1 +(@OGUID+53, 180471, 0, 8, 657, '0', 0, 0, -10082.56640625, -2810.41845703125, 28.24536514282226562, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Harborage - Difficulty: 0) CreateObject1 +(@OGUID+54, 180471, 0, 8, 657, '0', 0, 0, -10114.4111328125, -2780.2431640625, 28.54372596740722656, 6.073746204376220703, 0, 0, -0.10452842712402343, 0.994521915912628173, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Harborage - Difficulty: 0) CreateObject1 +(@OGUID+55, 180471, 0, 8, 657, '0', 0, 0, -10080.6884765625, -2808.36279296875, 29.28839874267578125, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Harborage - Difficulty: 0) CreateObject1 +(@OGUID+56, 180471, 0, 8, 657, '0', 0, 0, -10081.5244140625, -2805.703125, 28.20991134643554687, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Harborage - Difficulty: 0) CreateObject1 +(@OGUID+57, 180471, 0, 8, 657, '0', 0, 0, -10113.609375, -2780.46875, 27.73597145080566406, 6.003933906555175781, 0, 0, -0.13917255401611328, 0.990268170833587646, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Harborage - Difficulty: 0) CreateObject1 +(@OGUID+58, 180471, 0, 8, 657, '0', 0, 0, -10117.8994140625, -2779.28466796875, 28.65893173217773437, 6.003933906555175781, 0, 0, -0.13917255401611328, 0.990268170833587646, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Harborage - Difficulty: 0) CreateObject1 +(@OGUID+59, 180471, 0, 8, 657, '0', 0, 0, -10127.529296875, -2804.86279296875, 25.04659652709960937, 1.396261811256408691, 0, 0, 0.642786979675292968, 0.766044974327087402, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Harborage - Difficulty: 0) CreateObject1 +(@OGUID+60, 180471, 0, 8, 657, '0', 0, 0, -10112.794921875, -2780.708251953125, 26.91255760192871093, 5.026549339294433593, 0, 0, -0.5877847671508789, 0.809017360210418701, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Harborage - Difficulty: 0) CreateObject1 +(@OGUID+61, 180471, 0, 8, 657, '0', 0, 0, -10127.453125, -2804.30029296875, 25.28714942932128906, 1.396261811256408691, 0, 0, 0.642786979675292968, 0.766044974327087402, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Harborage - Difficulty: 0) CreateObject1 +(@OGUID+62, 180471, 0, 8, 657, '0', 0, 0, -10119.61328125, -2778.755126953125, 27.03598976135253906, 6.03883981704711914, 0, 0, -0.12186908721923828, 0.9925462007522583, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Harborage - Difficulty: 0) CreateObject1 +(@OGUID+63, 180471, 0, 8, 657, '0', 0, 0, -10127.5693359375, -2805.475830078125, 24.74974441528320312, 1.396261811256408691, 0, 0, 0.642786979675292968, 0.766044974327087402, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Harborage - Difficulty: 0) CreateObject1 +(@OGUID+64, 180471, 0, 8, 657, '0', 0, 0, -10081.7412109375, -2804.59716796875, 27.47439956665039062, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Harborage - Difficulty: 0) CreateObject1 +(@OGUID+65, 180472, 0, 8, 657, '0', 0, 0, -10132.4384765625, -2840.100830078125, 30.09854888916015625, 3.543023586273193359, 0, 0, -0.97992420196533203, 0.199370384216308593, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: The Harborage - Difficulty: 0) CreateObject1 +(@OGUID+66, 180472, 0, 8, 657, '0', 0, 0, -10126.8369140625, -2801.13720703125, 26.61779975891113281, 5.777040958404541015, 0, 0, -0.25037956237792968, 0.968147754669189453, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: The Harborage - Difficulty: 0) CreateObject1 +(@OGUID+67, 180523, 0, 8, 657, '0', 0, 0, -10074.67578125, -2812.694580078125, 24.3650054931640625, 3.630291461944580078, 0, 0, -0.97029495239257812, 0.241925001144409179, 120, 255, 1, 51886), -- Apple Bob (Area: The Harborage - Difficulty: 0) CreateObject1 +(@OGUID+68, 185436, 0, 8, 657, '0', 0, 0, -10111.408203125, -2853.57470703125, 23.3415679931640625, 2.652894020080566406, 0, 0, 0.970294952392578125, 0.241925001144409179, 120, 255, 1, 51886), -- Sitting Skeleton 03 (Area: The Harborage - Difficulty: 0) CreateObject1 +(@OGUID+69, 185438, 0, 8, 657, '0', 0, 0, -10114.1474609375, -2856.921875, 23.42585182189941406, 3.543023586273193359, 0, 0, -0.97992420196533203, 0.199370384216308593, 120, 255, 1, 51886), -- Sitting Skeleton 04 (Area: The Harborage - Difficulty: 0) CreateObject1 +(@OGUID+70, 208069, 0, 8, 657, '0', 0, 0, -10108.2744140625, -2849.017333984375, 23.70523834228515625, 4.415683269500732421, 0, 0, -0.80385684967041015, 0.594822824001312255, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 0.5 (Area: The Harborage - Difficulty: 0) CreateObject1 +(@OGUID+71, 208069, 0, 8, 657, '0', 0, 0, -10090.265625, -2824.23095703125, 24.54078292846679687, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 0.5 (Area: The Harborage - Difficulty: 0) CreateObject1 +(@OGUID+72, 208072, 0, 8, 657, '0', 0, 0, -10107.017578125, -2847.829833984375, 23.70223617553710937, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 120, 255, 1, 51886), -- G_Pumpkin_03 Scale 0.5 (Area: The Harborage - Difficulty: 0) CreateObject1 +(@OGUID+73, 208078, 0, 8, 657, '0', 0, 0, -10107.9658203125, -2850.2587890625, 24.49096107482910156, 4.991643905639648437, 0, 0, -0.60181427001953125, 0.798636078834533691, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 0.5 (Area: The Harborage - Difficulty: 0) CreateObject1 +(@OGUID+74, 208078, 0, 8, 657, '0', 0, 0, -10121.060546875, -2810.092041015625, 22.4989471435546875, 1.832594871520996093, 0, 0, 0.793353080749511718, 0.608761727809906005, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 0.5 (Area: The Harborage - Difficulty: 0) CreateObject1 +(@OGUID+75, 208126, 0, 8, 657, '0', 0, 0, -10077.390625, -2806.921875, 24.0789031982421875, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 51886); -- Candy Bucket (Area: The Harborage - Difficulty: 0) CreateObject1 + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+75; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48), +(12, @OGUID+49), +(12, @OGUID+50), +(12, @OGUID+51), +(12, @OGUID+52), +(12, @OGUID+53), +(12, @OGUID+54), +(12, @OGUID+55), +(12, @OGUID+56), +(12, @OGUID+57), +(12, @OGUID+58), +(12, @OGUID+59), +(12, @OGUID+60), +(12, @OGUID+61), +(12, @OGUID+62), +(12, @OGUID+63), +(12, @OGUID+64), +(12, @OGUID+65), +(12, @OGUID+66), +(12, @OGUID+67), +(12, @OGUID+68), +(12, @OGUID+69), +(12, @OGUID+70), +(12, @OGUID+71), +(12, @OGUID+72), +(12, @OGUID+73), +(12, @OGUID+74), +(12, @OGUID+75); diff --git a/sql/updates/world/master/2024_03_18_28_world_hallows_end_stranglethorn.sql b/sql/updates/world/master/2024_03_18_28_world_hallows_end_stranglethorn.sql new file mode 100644 index 0000000000000..bfda4092cb165 --- /dev/null +++ b/sql/updates/world/master/2024_03_18_28_world_hallows_end_stranglethorn.sql @@ -0,0 +1,527 @@ +-- +SET @OGUID := 3803819; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3005442 AND 3005488; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3005442 AND 3005488; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3005442 AND 3005488; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+46; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 0, 33, 117, '0', 0, 0, -12428.009765625, 132.83447265625, 3.73997807502746582, 3.577930212020874023, 0, 0, -0.97629547119140625, 0.216442063450813293, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1 +(@OGUID+1, 180405, 0, 33, 117, '0', 0, 0, -12330.658203125, 169.2863006591796875, 16.24791336059570312, 2.007128477096557617, 0, 0, 0.84339141845703125, 0.537299633026123046, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1 +(@OGUID+2, 180405, 0, 33, 117, '0', 0, 0, -12429.7822265625, 225.4612579345703125, 1.217295050621032714, 3.176533222198486328, 0, 0, -0.999847412109375, 0.017469281330704689, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1 +(@OGUID+3, 180405, 0, 33, 117, '0', 0, 0, -12383.953125, 229.4755096435546875, 15.22707271575927734, 3.52557229995727539, 0, 0, -0.98162651062011718, 0.190812408924102783, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1 +(@OGUID+4, 180406, 0, 33, 117, '0', 0, 0, -12432.5986328125, 138.9429473876953125, 3.183878898620605468, 1.466075778007507324, 0, 0, 0.669130325317382812, 0.74314504861831665, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1 +(@OGUID+5, 180406, 0, 33, 117, '0', 0, 0, -12397.3681640625, 129.2810821533203125, 16.65046119689941406, 0.314158439636230468, 0, 0, 0.156434059143066406, 0.987688362598419189, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1 +(@OGUID+6, 180406, 0, 33, 117, '0', 0, 0, -12423.0478515625, 223.0655975341796875, 1.349156022071838378, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1 +(@OGUID+7, 180406, 0, 33, 117, '0', 0, 0, -12331.6357421875, 179.3895111083984375, 16.12927055358886718, 1.972219824790954589, 0, 0, 0.83388519287109375, 0.55193793773651123, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1 +(@OGUID+8, 180407, 0, 33, 117, '0', 0, 0, -12432.46875, 134.4552459716796875, 3.509543895721435546, 2.548179388046264648, 0, 0, 0.956304550170898437, 0.292372345924377441, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1 +(@OGUID+9, 180407, 0, 33, 117, '0', 0, 0, -12386.4052734375, 128.4357147216796875, 16.494964599609375, 0.349065244197845458, 0, 0, 0.173647880554199218, 0.984807789325714111, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1 +(@OGUID+10, 180407, 0, 33, 117, '0', 0, 0, -12373.7890625, 230.0304718017578125, 15.5079193115234375, 3.508116960525512695, 0, 0, -0.98325443267822265, 0.182238012552261352, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1 +(@OGUID+11, 180411, 0, 33, 117, '0', 0, 0, -12425.2119140625, 184.6666717529296875, 22.937408447265625, 1.884953022003173828, 0, 0, 0.809016227722167968, 0.587786316871643066, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1 +(@OGUID+12, 180411, 0, 33, 117, '0', 0, 0, -12452.228515625, 220.15972900390625, 23.67788124084472656, 6.03883981704711914, 0, 0, -0.12186908721923828, 0.9925462007522583, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1 +(@OGUID+13, 180411, 0, 33, 117, '0', 0, 0, -12449.138671875, 191.111114501953125, 23.39250373840332031, 0.24434557557106018, 0, 0, 0.121869087219238281, 0.9925462007522583, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1 +(@OGUID+14, 180411, 0, 33, 117, '0', 0, 0, -12406.53515625, 208.8246612548828125, 23.42061805725097656, 3.019413232803344726, 0, 0, 0.998134613037109375, 0.061051756143569946, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1 +(@OGUID+15, 180411, 0, 33, 117, '0', 0, 0, -12425, 230.3975677490234375, 23.87989616394042968, 4.45059061050415039, 0, 0, -0.79335308074951171, 0.608761727809906005, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1 +(@OGUID+16, 180471, 0, 33, 117, '0', 0, 0, -12427.46875, 200.4340362548828125, 12.97709465026855468, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1 +(@OGUID+17, 180471, 0, 33, 117, '0', 0, 0, -12443.12890625, 197.7309112548828125, 8.0163421630859375, 5.113816738128662109, 0, 0, -0.55193614959716796, 0.833886384963989257, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1 +(@OGUID+18, 180471, 0, 33, 117, '0', 0, 0, -12421.8095703125, 200.453125, 5.834054946899414062, 4.084071159362792968, 0, 0, -0.8910064697265625, 0.453990638256072998, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1 +(@OGUID+19, 180471, 0, 33, 117, '0', 0, 0, -12415.2080078125, 195.2621612548828125, 7.879192829132080078, 0.925023794174194335, 0, 0, 0.446197509765625, 0.894934535026550292, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1 +(@OGUID+20, 180471, 0, 33, 117, '0', 0, 0, -12436.388671875, 188.8020782470703125, 7.177947044372558593, 5.89921426773071289, 0, 0, -0.19080829620361328, 0.981627285480499267, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1 +(@OGUID+21, 180471, 0, 33, 117, '0', 0, 0, -12425.65625, 191.9270782470703125, 7.739860057830810546, 0.453785061836242675, 0, 0, 0.224950790405273437, 0.974370121955871582, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1 +(@OGUID+22, 180471, 0, 33, 117, '0', 0, 0, -12436.7470703125, 225.0850677490234375, 7.963707923889160156, 3.281238555908203125, 0, 0, -0.99756336212158203, 0.069766148924827575, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1 +(@OGUID+23, 180471, 0, 33, 117, '0', 0, 0, -12423.0068359375, 208.5243072509765625, 11.03492355346679687, 4.433136463165283203, 0, 0, -0.79863548278808593, 0.60181504487991333, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1 +(@OGUID+24, 180471, 0, 33, 117, '0', 0, 0, -12415.7783203125, 207.154510498046875, 7.966198921203613281, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1 +(@OGUID+25, 180471, 0, 33, 117, '0', 0, 0, -12449.5830078125, 207.2621612548828125, 8.5053863525390625, 4.852017402648925781, 0, 0, -0.65605831146240234, 0.754710197448730468, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1 +(@OGUID+26, 180471, 0, 33, 117, '0', 0, 0, -12416.044921875, 217.8246612548828125, 8.443134307861328125, 2.129300594329833984, 0, 0, 0.874619483947753906, 0.484810054302215576, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1 +(@OGUID+27, 180471, 0, 33, 117, '0', 0, 0, -12437.2919921875, 212.060760498046875, 7.178095817565917968, 1.727874636650085449, 0, 0, 0.760405540466308593, 0.649448513984680175, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1 +(@OGUID+28, 180471, 0, 33, 117, '0', 0, 0, -12428.65625, 215.578125, 9.139922142028808593, 2.897245407104492187, 0, 0, 0.99254608154296875, 0.121869951486587524, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1 +(@OGUID+29, 180471, 0, 33, 117, '0', 0, 0, -12443.2880859375, 216.361114501953125, 8.265881538391113281, 4.101525306701660156, 0, 0, -0.88701057434082031, 0.461749136447906494, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1 +(@OGUID+30, 180471, 0, 33, 117, '0', 0, 0, -12427.3193359375, 221.6979217529296875, 8.162608146667480468, 2.775068521499633789, 0, 0, 0.983254432678222656, 0.182238012552261352, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1 +(@OGUID+31, 180471, 0, 33, 117, '0', 0, 0, -12440.580078125, 207.0885467529296875, 5.970573902130126953, 1.727874636650085449, 0, 0, 0.760405540466308593, 0.649448513984680175, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1 +(@OGUID+32, 180472, 0, 33, 117, '0', 0, 0, -12432.6318359375, 197.814239501953125, 7.392722129821777343, 1.291541695594787597, 0, 0, 0.60181427001953125, 0.798636078834533691, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1 +(@OGUID+33, 180472, 0, 33, 117, '0', 0, 0, -12439.9140625, 193.9031829833984375, 8.770547866821289062, 3.822272777557373046, 0, 0, -0.94264125823974609, 0.333807557821273803, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1 +(@OGUID+34, 180472, 0, 33, 117, '0', 0, 0, -12421.2431640625, 193.4652862548828125, 8.942568778991699218, 5.009094715118408203, 0, 0, -0.59482288360595703, 0.80385679006576538, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1 +(@OGUID+35, 180472, 0, 33, 117, '0', 0, 0, -12431.2158203125, 190.2777862548828125, 8.79494476318359375, 5.270895957946777343, 0, 0, -0.48480892181396484, 0.87462007999420166, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1 +(@OGUID+36, 180472, 0, 33, 117, '0', 0, 0, -12415.544921875, 201.2934112548828125, 9.187487602233886718, 0.24434557557106018, 0, 0, 0.121869087219238281, 0.9925462007522583, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1 +(@OGUID+37, 180472, 0, 33, 117, '0', 0, 0, -12421.0517578125, 219.435760498046875, 9.466778755187988281, 1.361356139183044433, 0, 0, 0.629320144653320312, 0.77714616060256958, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1 +(@OGUID+38, 180472, 0, 33, 117, '0', 0, 0, -12439.9443359375, 220.4913177490234375, 9.350820541381835937, 2.67034769058227539, 0, 0, 0.972369194030761718, 0.233448356389999389, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1 +(@OGUID+39, 180472, 0, 33, 117, '0', 0, 0, -12432.2880859375, 216.51910400390625, 7.256028175354003906, 5.375615119934082031, 0, 0, -0.4383707046508789, 0.898794233798980712, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1 +(@OGUID+40, 180472, 0, 33, 117, '0', 0, 0, -12422.763671875, 212.8090362548828125, 7.253457069396972656, 4.188792228698730468, 0, 0, -0.86602497100830078, 0.50000077486038208, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1 +(@OGUID+41, 180472, 0, 33, 117, '0', 0, 0, -12433.076171875, 223.7256927490234375, 9.326802253723144531, 1.535889506340026855, 0, 0, 0.694658279418945312, 0.719339847564697265, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1 +(@OGUID+42, 180472, 0, 33, 117, '0', 0, 0, -12445.8798828125, 212.2630767822265625, 9.529207229614257812, 2.652894020080566406, 0, 0, 0.970294952392578125, 0.241925001144409179, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1 +(@OGUID+43, 180472, 0, 33, 117, '0', 0, 0, -12445.77734375, 201.7794342041015625, 9.364244461059570312, 3.804818391799926757, 0, 0, -0.94551849365234375, 0.325568377971649169, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1 +(@OGUID+44, 180472, 0, 33, 117, '0', 0, 0, -12415.90625, 212.548614501953125, 9.490024566650390625, 0.24434557557106018, 0, 0, 0.121869087219238281, 0.9925462007522583, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1 +(@OGUID+45, 180523, 0, 33, 117, '0', 0, 0, -12423.06640625, 216.5520782470703125, 2.649869918823242187, 0.069811686873435974, 0, 0, 0.034898757934570312, 0.999390840530395507, 120, 255, 1, 51886), -- Apple Bob (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1 +(@OGUID+46, 190084, 0, 33, 117, '0', 0, 0, -12431.958984375, 211.2803497314453125, 2.36514902114868164, 2.984498262405395507, 0, 0, 0.996916770935058593, 0.078466430306434631, 120, 255, 1, 51886); -- Candy Bucket (Area: Grom'gol Base Camp - Difficulty: 0) CreateObject1 + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+46; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46); + +-- +SET @OGUID := 3803866; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3005489 AND 3005521; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3005489 AND 3005521; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3005489 AND 3005521; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+32; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 0, 33, 5320, '0', 0, 0, -12827.6494140625, -401.064239501953125, 12.95209598541259765, 3.560472726821899414, 0, 0, -0.97814750671386718, 0.207912087440490722, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Fort Livingston - Difficulty: 0) CreateObject1 +(@OGUID+1, 180405, 0, 33, 5320, '0', 0, 0, -12805.5244140625, -436.21527099609375, 13.0759744644165039, 1.448621988296508789, 0, 0, 0.662619590759277343, 0.748956084251403808, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Fort Livingston - Difficulty: 0) CreateObject1 +(@OGUID+2, 180406, 0, 33, 5320, '0', 0, 0, -12836.8642578125, -401.423614501953125, 12.95469093322753906, 3.176533222198486328, 0, 0, -0.999847412109375, 0.017469281330704689, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Fort Livingston - Difficulty: 0) CreateObject1 +(@OGUID+3, 180406, 0, 33, 5320, '0', 0, 0, -12860.87890625, -417.982635498046875, 12.96472644805908203, 5.113816738128662109, 0, 0, -0.55193614959716796, 0.833886384963989257, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Fort Livingston - Difficulty: 0) CreateObject1 +(@OGUID+4, 180407, 0, 33, 5320, '0', 0, 0, -12809.0068359375, -445.875, 12.96668052673339843, 1.902408957481384277, 0, 0, 0.814115524291992187, 0.580702960491180419, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Fort Livingston - Difficulty: 0) CreateObject1 +(@OGUID+5, 180407, 0, 33, 5320, '0', 0, 0, -12861.9306640625, -427.234375, 13.21140289306640625, 4.572763919830322265, 0, 0, -0.75470924377441406, 0.656059443950653076, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Fort Livingston - Difficulty: 0) CreateObject1 +(@OGUID+6, 180408, 0, 33, 5320, '0', 0, 0, -12818.767578125, -422.90277099609375, 18.00031089782714843, 5.044002056121826171, 0, 0, -0.58070278167724609, 0.814115643501281738, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Fort Livingston - Difficulty: 0) CreateObject1 +(@OGUID+7, 180415, 0, 33, 5320, '0', 0, 0, -12841.625, -411.02777099609375, 13.66728687286376953, 5.235987663269042968, 0, 0, -0.5, 0.866025388240814208, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fort Livingston - Difficulty: 0) CreateObject1 +(@OGUID+8, 180415, 0, 33, 5320, '0', 0, 0, -12841.705078125, -411.232635498046875, 13.61534976959228515, 0.802850961685180664, 0, 0, 0.390730857849121093, 0.920504987239837646, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fort Livingston - Difficulty: 0) CreateObject1 +(@OGUID+9, 180415, 0, 33, 5320, '0', 0, 0, -12811.4892578125, -428.375, 15.11994075775146484, 5.393068790435791015, 0, 0, -0.43051052093505859, 0.902585566043853759, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fort Livingston - Difficulty: 0) CreateObject1 +(@OGUID+10, 180415, 0, 33, 5320, '0', 0, 0, -12811.5595703125, -428.661468505859375, 15.00187492370605468, 0.802850961685180664, 0, 0, 0.390730857849121093, 0.920504987239837646, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fort Livingston - Difficulty: 0) CreateObject1 +(@OGUID+11, 180415, 0, 33, 5320, '0', 0, 0, -12811.2470703125, -428.560760498046875, 15.18839359283447265, 0.418878614902496337, 0, 0, 0.207911491394042968, 0.978147625923156738, 120, 255, 1, 51886), -- CandleBlack01 (Area: Fort Livingston - Difficulty: 0) CreateObject1 +(@OGUID+12, 180425, 0, 33, 5320, '0', 0, 0, -12821.5732421875, -425.86285400390625, 13.91074752807617187, 3.211419343948364257, 0, 0, -0.9993906021118164, 0.034906134009361267, 120, 255, 1, 51886), -- SkullCandle01 (Area: Fort Livingston - Difficulty: 0) CreateObject1 +(@OGUID+13, 180425, 0, 33, 5320, '0', 0, 0, -12847.0419921875, -418.032989501953125, 13.86970996856689453, 5.462882041931152343, 0, 0, -0.39874839782714843, 0.917060375213623046, 120, 255, 1, 51886), -- SkullCandle01 (Area: Fort Livingston - Difficulty: 0) CreateObject1 +(@OGUID+14, 180426, 0, 33, 5320, '0', 0, 0, -12837.603515625, -426.21875, 18.19655227661132812, 1.32644820213317871, 0, 0, 0.615660667419433593, 0.788011372089385986, 120, 255, 1, 51886), -- Bat01 (Area: Fort Livingston - Difficulty: 0) CreateObject1 +(@OGUID+15, 180426, 0, 33, 5320, '0', 0, 0, -12840.53125, -429.220489501953125, 21.11986732482910156, 4.97418975830078125, 0, 0, -0.60876083374023437, 0.793353796005249023, 120, 255, 1, 51886), -- Bat01 (Area: Fort Livingston - Difficulty: 0) CreateObject1 +(@OGUID+16, 180426, 0, 33, 5320, '0', 0, 0, -12834.5693359375, -424.203125, 19.83699989318847656, 2.44346022605895996, 0, 0, 0.939692497253417968, 0.34202045202255249, 120, 255, 1, 51886), -- Bat01 (Area: Fort Livingston - Difficulty: 0) CreateObject1 +(@OGUID+17, 180426, 0, 33, 5320, '0', 0, 0, -12836.919921875, -424.848968505859375, 21.17567062377929687, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, 51886), -- Bat01 (Area: Fort Livingston - Difficulty: 0) CreateObject1 +(@OGUID+18, 180427, 0, 33, 5320, '0', 0, 0, -12839.919921875, -425.482635498046875, 19.43795394897460937, 3.769911527633666992, 0, 0, -0.95105648040771484, 0.309017121791839599, 120, 255, 1, 51886), -- Bat02 (Area: Fort Livingston - Difficulty: 0) CreateObject1 +(@OGUID+19, 180427, 0, 33, 5320, '0', 0, 0, -12833.607421875, -429.9288330078125, 17.53478813171386718, 5.270895957946777343, 0, 0, -0.48480892181396484, 0.87462007999420166, 120, 255, 1, 51886), -- Bat02 (Area: Fort Livingston - Difficulty: 0) CreateObject1 +(@OGUID+20, 180427, 0, 33, 5320, '0', 0, 0, -12835.6005859375, -427.7569580078125, 26.12606239318847656, 4.48549652099609375, 0, 0, -0.7826080322265625, 0.622514784336090087, 120, 255, 1, 51886), -- Bat02 (Area: Fort Livingston - Difficulty: 0) CreateObject1 +(@OGUID+21, 180471, 0, 33, 5320, '0', 0, 0, -12823.9033203125, -420.399322509765625, 16.11289787292480468, 4.468043327331542968, 0, 0, -0.7880105972290039, 0.615661680698394775, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Fort Livingston - Difficulty: 0) CreateObject1 +(@OGUID+22, 180471, 0, 33, 5320, '0', 0, 0, -12820.955078125, -428.20660400390625, 16.10209083557128906, 5.881760597229003906, 0, 0, -0.19936752319335937, 0.979924798011779785, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Fort Livingston - Difficulty: 0) CreateObject1 +(@OGUID+23, 180471, 0, 33, 5320, '0', 0, 0, -12830.8134765625, -445.515625, 15.13029289245605468, 2.251473426818847656, 0, 0, 0.902585029602050781, 0.430511653423309326, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Fort Livingston - Difficulty: 0) CreateObject1 +(@OGUID+24, 180471, 0, 33, 5320, '0', 0, 0, -12831.0068359375, -449.727447509765625, 15.24355411529541015, 0.401424884796142578, 0, 0, 0.199367523193359375, 0.979924798011779785, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Fort Livingston - Difficulty: 0) CreateObject1 +(@OGUID+25, 180471, 0, 33, 5320, '0', 0, 0, -12813.22265625, -425.282989501953125, 16.12880516052246093, 0.785396754741668701, 0, 0, 0.38268280029296875, 0.923879802227020263, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Fort Livingston - Difficulty: 0) CreateObject1 +(@OGUID+26, 180471, 0, 33, 5320, '0', 0, 0, -12816.0634765625, -417.4757080078125, 16.08460426330566406, 2.879789113998413085, 0, 0, 0.991444587707519531, 0.130528271198272705, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Fort Livingston - Difficulty: 0) CreateObject1 +(@OGUID+27, 180471, 0, 33, 5320, '0', 0, 0, -12836.4130859375, -445.298614501953125, 15.17396068572998046, 4.031712055206298828, 0, 0, -0.90258502960205078, 0.430511653423309326, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Fort Livingston - Difficulty: 0) CreateObject1 +(@OGUID+28, 180471, 0, 33, 5320, '0', 0, 0, -12836.5869140625, -449.477447509765625, 15.21264553070068359, 5.602506637573242187, 0, 0, -0.33380699157714843, 0.942641437053680419, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Fort Livingston - Difficulty: 0) CreateObject1 +(@OGUID+29, 180472, 0, 33, 5320, '0', 0, 0, -12822.146484375, -424.140625, 16.56383705139160156, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Fort Livingston - Difficulty: 0) CreateObject1 +(@OGUID+30, 180472, 0, 33, 5320, '0', 0, 0, -12837.576171875, -447.34027099609375, 17.73743438720703125, 2.199114561080932617, 0, 0, 0.8910064697265625, 0.453990638256072998, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Fort Livingston - Difficulty: 0) CreateObject1 +(@OGUID+31, 180523, 0, 33, 5320, '0', 0, 0, -12853.28515625, -435.54339599609375, 13.22400093078613281, 2.059488296508789062, 0, 0, 0.857167243957519531, 0.515038192272186279, 120, 255, 1, 51886), -- Apple Bob (Area: Fort Livingston - Difficulty: 0) CreateObject1 +(@OGUID+32, 208125, 0, 33, 5320, '0', 0, 0, -12847.4755859375, -435.87152099609375, 12.96668052673339843, 2.478367090225219726, 0, 0, 0.94551849365234375, 0.325568377971649169, 120, 255, 1, 51886); -- Candy Bucket (Area: Fort Livingston - Difficulty: 0) CreateObject1 + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+32; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32); + +-- +SET @OGUID := 3803899; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3005522 AND 3005639; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3005522 AND 3005639; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3005522 AND 3005639; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+117; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 0, 5287, 1739, '0', 0, 0, -13302.5830078125, 698.98614501953125, 3.634574174880981445, 2.775068521499633789, 0, 0, 0.983254432678222656, 0.182238012552261352, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+1, 180405, 0, 5287, 1739, '0', 0, 0, -13299.5595703125, 780.607666015625, 3.02025008201599121, 2.426007747650146484, 0, 0, 0.936672210693359375, 0.350207358598709106, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+2, 180405, 0, 5287, 1739, '0', 0, 0, -13239.72265625, 727.53302001953125, 3.23460698127746582, 5.393068790435791015, 0, 0, -0.43051052093505859, 0.902585566043853759, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+3, 180405, 0, 5287, 1739, '0', 0, 0, -13223.5283203125, 788.5, 5.459138393402099609, 1.640606880187988281, 0, 0, 0.731352806091308593, 0.6819993257522583, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+4, 180405, 0, 5287, 1739, '0', 0, 0, -13211.5107421875, 765.31597900390625, 5.095337390899658203, 4.642575740814208984, 0, 0, -0.731353759765625, 0.681998312473297119, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+5, 180406, 0, 5287, 1739, '0', 0, 0, -13308.5556640625, 705.08331298828125, 3.753398418426513671, 2.72271275520324707, 0, 0, 0.978147506713867187, 0.207912087440490722, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+6, 180406, 0, 5287, 1739, '0', 0, 0, -13234.59765625, 755.421875, 5.076615810394287109, 1.692969322204589843, 0, 0, 0.748955726623535156, 0.662620067596435546, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+7, 180406, 0, 5287, 1739, '0', 0, 0, -13204.6357421875, 781.25518798828125, 5.225908279418945312, 4.677483558654785156, 0, 0, -0.71933937072753906, 0.694658815860748291, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+8, 180406, 0, 5287, 1739, '0', 0, 0, -13218.87890625, 806.029541015625, 6.254114627838134765, 1.605701684951782226, 0, 0, 0.719339370727539062, 0.694658815860748291, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+9, 180407, 0, 5287, 1739, '0', 0, 0, -13292.28515625, 724.795166015625, 5.316525459289550781, 1.85004889965057373, 0, 0, 0.798635482788085937, 0.60181504487991333, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+10, 180407, 0, 5287, 1739, '0', 0, 0, -13217.361328125, 748.685791015625, 5.225267887115478515, 4.520402908325195312, 0, 0, -0.77162456512451171, 0.636078238487243652, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+11, 180407, 0, 5287, 1739, '0', 0, 0, -13228.75, 772.0694580078125, 5.126125335693359375, 1.762782454490661621, 0, 0, 0.771624565124511718, 0.636078238487243652, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+12, 180407, 0, 5287, 1739, '0', 0, 0, -13196.8818359375, 797.951416015625, 6.27034616470336914, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+13, 180408, 0, 5287, 1739, '0', 0, 0, -13276.357421875, 786.2430419921875, 5.884910106658935546, 5.375615119934082031, 0, 0, -0.4383707046508789, 0.898794233798980712, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+14, 180408, 0, 5287, 1739, '0', 0, 0, -13291.236328125, 789.27081298828125, 6.02010965347290039, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+15, 180408, 0, 5287, 1739, '0', 0, 0, -13276.1494140625, 776.24481201171875, 5.874763011932373046, 4.310965538024902343, 0, 0, -0.83388519287109375, 0.55193793773651123, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+16, 180408, 0, 5287, 1739, '0', 0, 0, -13283.646484375, 789.3125, 6.099256038665771484, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+17, 180410, 0, 5287, 1739, '0', 0, 0, -13291.9384765625, 721.97222900390625, 4.825801849365234375, 0.052358884364366531, 0, 0, 0.02617645263671875, 0.999657332897186279, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+18, 180411, 0, 5287, 1739, '0', 0, 0, -13284.3818359375, 795.5086669921875, 11.64819145202636718, 2.234017848968505859, 0, 0, 0.898793220520019531, 0.438372820615768432, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+19, 180426, 0, 5287, 1739, '0', 0, 0, -13281.548828125, 725.546875, 17.41829872131347656, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, 51886), -- Bat01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+20, 180426, 0, 5287, 1739, '0', 0, 0, -13287.9580078125, 719.37677001953125, 14.69112682342529296, 3.874631166458129882, 0, 0, -0.93358039855957031, 0.358368009328842163, 120, 255, 1, 51886), -- Bat01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+21, 180426, 0, 5287, 1739, '0', 0, 0, -13290.03515625, 725.5555419921875, 16.37644767761230468, 2.513273954391479492, 0, 0, 0.951056480407714843, 0.309017121791839599, 120, 255, 1, 51886), -- Bat01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+22, 180426, 0, 5287, 1739, '0', 0, 0, -13285.1767578125, 717.8836669921875, 12.55963611602783203, 5.567600727081298828, 0, 0, -0.35020732879638671, 0.936672210693359375, 120, 255, 1, 51886), -- Bat01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+23, 180427, 0, 5287, 1739, '0', 0, 0, -13283.40625, 724.8975830078125, 15.27476310729980468, 0.820303261280059814, 0, 0, 0.398748397827148437, 0.917060375213623046, 120, 255, 1, 51886), -- Bat02 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+24, 180427, 0, 5287, 1739, '0', 0, 0, -13279.923828125, 721.0694580078125, 14.7591552734375, 5.427974700927734375, 0, 0, -0.41469287872314453, 0.909961462020874023, 120, 255, 1, 51886), -- Bat02 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+25, 180427, 0, 5287, 1739, '0', 0, 0, -13284.40625, 723.578125, 14.42632389068603515, 2.478367090225219726, 0, 0, 0.94551849365234375, 0.325568377971649169, 120, 255, 1, 51886), -- Bat02 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+26, 180427, 0, 5287, 1739, '0', 0, 0, -13281.611328125, 723.482666015625, 13.838653564453125, 3.839725255966186523, 0, 0, -0.93969249725341796, 0.34202045202255249, 120, 255, 1, 51886), -- Bat02 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+27, 180471, 0, 5287, 1739, '0', 0, 0, -13302.7607421875, 698.45831298828125, 9.479153633117675781, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+28, 180471, 0, 5287, 1739, '0', 0, 0, -13315.7392578125, 719.326416015625, 11.37168598175048828, 1.658061861991882324, 0, 0, 0.737277030944824218, 0.67559051513671875, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+29, 180471, 0, 5287, 1739, '0', 0, 0, -13320.111328125, 710.84552001953125, 11.18074417114257812, 5.026549339294433593, 0, 0, -0.5877847671508789, 0.809017360210418701, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+30, 180471, 0, 5287, 1739, '0', 0, 0, -13310.4306640625, 705.6649169921875, 9.323391914367675781, 2.984498262405395507, 0, 0, 0.996916770935058593, 0.078466430306434631, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+31, 180471, 0, 5287, 1739, '0', 0, 0, -13312.013671875, 707.54168701171875, 11.35943889617919921, 1.762782454490661621, 0, 0, 0.771624565124511718, 0.636078238487243652, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+32, 180471, 0, 5287, 1739, '0', 0, 0, -13302.951171875, 699.46527099609375, 9.535321235656738281, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+33, 180471, 0, 5287, 1739, '0', 0, 0, -13318.41015625, 705.45489501953125, 11.13893508911132812, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+34, 180471, 0, 5287, 1739, '0', 0, 0, -13313.7119140625, 712.92364501953125, 11.33930778503417968, 1.727874636650085449, 0, 0, 0.760405540466308593, 0.649448513984680175, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+35, 180471, 0, 5287, 1739, '0', 0, 0, -13308.0595703125, 704.32464599609375, 9.501451492309570312, 2.862335443496704101, 0, 0, 0.990267753601074218, 0.139175355434417724, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+36, 180471, 0, 5287, 1739, '0', 0, 0, -13263.1845703125, 690.18927001953125, 10.23772430419921875, 6.14356088638305664, 0, 0, -0.06975555419921875, 0.997564136981964111, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+37, 180471, 0, 5287, 1739, '0', 0, 0, -13269.0517578125, 697.092041015625, 10.18217182159423828, 3.211419343948364257, 0, 0, -0.9993906021118164, 0.034906134009361267, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+38, 180471, 0, 5287, 1739, '0', 0, 0, -13275.6630859375, 690.36456298828125, 10.27999687194824218, 0.034906249493360519, 0, 0, 0.017452239990234375, 0.999847710132598876, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+39, 180471, 0, 5287, 1739, '0', 0, 0, -13263.28125, 697.1180419921875, 10.05506610870361328, 3.420850038528442382, 0, 0, -0.99026775360107421, 0.139175355434417724, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+40, 180471, 0, 5287, 1739, '0', 0, 0, -13256.00390625, 689.82293701171875, 9.959278106689453125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+41, 180471, 0, 5287, 1739, '0', 0, 0, -13317.361328125, 724.73614501953125, 11.30148601531982421, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+42, 180471, 0, 5287, 1739, '0', 0, 0, -13323.8232421875, 722.640625, 11.25609207153320312, 5.026549339294433593, 0, 0, -0.5877847671508789, 0.809017360210418701, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+43, 180471, 0, 5287, 1739, '0', 0, 0, -13268.8330078125, 690.38018798828125, 10.38430595397949218, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+44, 180471, 0, 5287, 1739, '0', 0, 0, -13322.0830078125, 717.045166015625, 11.251220703125, 5.044002056121826171, 0, 0, -0.58070278167724609, 0.814115643501281738, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+45, 180471, 0, 5287, 1739, '0', 0, 0, -13275.576171875, 697.046875, 10.24715900421142578, 3.106652259826660156, 0, 0, 0.999847412109375, 0.017469281330704689, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+46, 180471, 0, 5287, 1739, '0', 0, 0, -13321.0419921875, 769.07989501953125, 8.513380050659179687, 4.712389945983886718, 0, 0, -0.70710659027099609, 0.707106947898864746, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+47, 180471, 0, 5287, 1739, '0', 0, 0, -13237.875, 721.5242919921875, 8.26969146728515625, 4.59021615982055664, 0, 0, -0.74895572662353515, 0.662620067596435546, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+48, 180471, 0, 5287, 1739, '0', 0, 0, -13261.1982421875, 746.01043701171875, 7.367527484893798828, 5.95157480239868164, 0, 0, -0.16504669189453125, 0.986285746097564697, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+49, 180471, 0, 5287, 1739, '0', 0, 0, -13315.0830078125, 773.95831298828125, 8.664608955383300781, 1.448621988296508789, 0, 0, 0.662619590759277343, 0.748956084251403808, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+50, 180471, 0, 5287, 1739, '0', 0, 0, -13321.3017578125, 758.63714599609375, 8.4150848388671875, 4.677483558654785156, 0, 0, -0.71933937072753906, 0.694658815860748291, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+51, 180471, 0, 5287, 1739, '0', 0, 0, -13302.3330078125, 775.7430419921875, 8.980707168579101562, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+52, 180471, 0, 5287, 1739, '0', 0, 0, -13225.9931640625, 690.58160400390625, 9.329193115234375, 0.593410074710845947, 0, 0, 0.292370796203613281, 0.95630502700805664, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+53, 180471, 0, 5287, 1739, '0', 0, 0, -13304.12890625, 775.71356201171875, 9.254458427429199218, 0.052358884364366531, 0, 0, 0.02617645263671875, 0.999657332897186279, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+54, 180471, 0, 5287, 1739, '0', 0, 0, -13250.4130859375, 696.59375, 10.46831989288330078, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+55, 180471, 0, 5287, 1739, '0', 0, 0, -13243.607421875, 689.8367919921875, 9.910434722900390625, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+56, 180471, 0, 5287, 1739, '0', 0, 0, -13237.7119140625, 726.37847900390625, 8.383161544799804687, 4.660029888153076171, 0, 0, -0.72537422180175781, 0.688354730606079101, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+57, 180471, 0, 5287, 1739, '0', 0, 0, -13238.021484375, 689.859375, 9.887042999267578125, 0.069811686873435974, 0, 0, 0.034898757934570312, 0.999390840530395507, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+58, 180471, 0, 5287, 1739, '0', 0, 0, -13246.3134765625, 713.31597900390625, 7.480349063873291015, 3.996806621551513671, 0, 0, -0.90996074676513671, 0.414694398641586303, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+59, 180471, 0, 5287, 1739, '0', 0, 0, -13295.3369140625, 775.70660400390625, 9.509516716003417968, 0.052358884364366531, 0, 0, 0.02617645263671875, 0.999657332897186279, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+60, 180471, 0, 5287, 1739, '0', 0, 0, -13264.4267578125, 748.32989501953125, 7.330601215362548828, 5.497788906097412109, 0, 0, -0.38268280029296875, 0.923879802227020263, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+61, 180471, 0, 5287, 1739, '0', 0, 0, -13298.9130859375, 787.0711669921875, 8.5334320068359375, 1.640606880187988281, 0, 0, 0.731352806091308593, 0.6819993257522583, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+62, 180471, 0, 5287, 1739, '0', 0, 0, -13243.6943359375, 696.5867919921875, 10.47141742706298828, 4.066620349884033203, 0, 0, -0.89493370056152343, 0.44619917869567871, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+63, 180471, 0, 5287, 1739, '0', 0, 0, -13300.4345703125, 775.717041015625, 9.571603775024414062, 6.248279094696044921, 0, 0, -0.01745223999023437, 0.999847710132598876, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+64, 180471, 0, 5287, 1739, '0', 0, 0, -13259.201171875, 745.4600830078125, 7.303742408752441406, 0.052358884364366531, 0, 0, 0.02617645263671875, 0.999657332897186279, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+65, 180471, 0, 5287, 1739, '0', 0, 0, -13238.021484375, 719.87152099609375, 8.25495147705078125, 4.694936752319335937, 0, 0, -0.71325016021728515, 0.700909554958343505, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+66, 180471, 0, 5287, 1739, '0', 0, 0, -13250.236328125, 689.8350830078125, 10.02149772644042968, 6.161012649536132812, 0, 0, -0.06104850769042968, 0.998134791851043701, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+67, 180471, 0, 5287, 1739, '0', 0, 0, -13298.91015625, 786.232666015625, 8.428644180297851562, 1.605701684951782226, 0, 0, 0.719339370727539062, 0.694658815860748291, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+68, 180471, 0, 5287, 1739, '0', 0, 0, -13229.21875, 738.79864501953125, 7.076912879943847656, 3.735006093978881835, 0, 0, -0.95630455017089843, 0.292372345924377441, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+69, 180471, 0, 5287, 1739, '0', 0, 0, -13247.048828125, 712.23614501953125, 7.434943199157714843, 4.066620349884033203, 0, 0, -0.89493370056152343, 0.44619917869567871, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+70, 180471, 0, 5287, 1739, '0', 0, 0, -13237.736328125, 728.11285400390625, 8.391241073608398437, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+71, 180471, 0, 5287, 1739, '0', 0, 0, -13298.9306640625, 785.3836669921875, 8.8099365234375, 1.675513744354248046, 0, 0, 0.743144035339355468, 0.669131457805633544, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+72, 180471, 0, 5287, 1739, '0', 0, 0, -13237.673828125, 729.703125, 8.780866622924804687, 4.747295856475830078, 0, 0, -0.69465827941894531, 0.719339847564697265, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+73, 180471, 0, 5287, 1739, '0', 0, 0, -13238.15625, 696.58856201171875, 10.46476554870605468, 3.316144466400146484, 0, 0, -0.99619388580322265, 0.087165042757987976, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+74, 180471, 0, 5287, 1739, '0', 0, 0, -13313.4384765625, 775.6632080078125, 8.988854408264160156, 6.248279094696044921, 0, 0, -0.01745223999023437, 0.999847710132598876, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+75, 180471, 0, 5287, 1739, '0', 0, 0, -13315.5380859375, 758.55206298828125, 8.662702560424804687, 1.396261811256408691, 0, 0, 0.642786979675292968, 0.766044974327087402, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+76, 180471, 0, 5287, 1739, '0', 0, 0, -13298.853515625, 781.78472900390625, 8.717838287353515625, 1.553341388702392578, 0, 0, 0.700908660888671875, 0.713251054286956787, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+77, 180471, 0, 5287, 1739, '0', 0, 0, -13315.294921875, 769.0225830078125, 8.739010810852050781, 1.500982880592346191, 0, 0, 0.681998252868652343, 0.731353819370269775, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+78, 180471, 0, 5287, 1739, '0', 0, 0, -13245.0380859375, 714.2569580078125, 7.772821426391601562, 3.78736734390258789, 0, 0, -0.94832324981689453, 0.317305892705917358, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+79, 180471, 0, 5287, 1739, '0', 0, 0, -13320.91015625, 774.00518798828125, 8.491059303283691406, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+80, 180471, 0, 5287, 1739, '0', 0, 0, -13296.9169921875, 775.703125, 9.668292045593261718, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+81, 180471, 0, 5287, 1739, '0', 0, 0, -13241.1767578125, 715.5538330078125, 7.437693119049072265, 3.019413232803344726, 0, 0, 0.998134613037109375, 0.061051756143569946, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+82, 180471, 0, 5287, 1739, '0', 0, 0, -13298.9306640625, 784.22918701171875, 8.839211463928222656, 1.518436193466186523, 0, 0, 0.6883544921875, 0.725374460220336914, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+83, 180471, 0, 5287, 1739, '0', 0, 0, -13310.59765625, 775.65277099609375, 9.4824676513671875, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+84, 180471, 0, 5287, 1739, '0', 0, 0, -13220.9345703125, 693.53125, 9.39056396484375, 0.593410074710845947, 0, 0, 0.292370796203613281, 0.95630502700805664, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+85, 180471, 0, 5287, 1739, '0', 0, 0, -13238.12890625, 717.96875, 8.485479354858398437, 5.201082706451416015, 0, 0, -0.51503753662109375, 0.857167601585388183, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+86, 180471, 0, 5287, 1739, '0', 0, 0, -13265.0693359375, 749.67706298828125, 7.285068988800048828, 5.078907966613769531, 0, 0, -0.56640625, 0.824126183986663818, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+87, 180471, 0, 5287, 1739, '0', 0, 0, -13243.66015625, 714.98089599609375, 7.656339168548583984, 3.560472726821899414, 0, 0, -0.97814750671386718, 0.207912087440490722, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+88, 180471, 0, 5287, 1739, '0', 0, 0, -13305.69140625, 775.68231201171875, 9.107005119323730468, 0.034906249493360519, 0, 0, 0.017452239990234375, 0.999847710132598876, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+89, 180471, 0, 5287, 1739, '0', 0, 0, -13315.4580078125, 763.26739501953125, 8.729810714721679687, 1.48352813720703125, 0, 0, 0.675589561462402343, 0.737277925014495849, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+90, 180471, 0, 5287, 1739, '0', 0, 0, -13321.15625, 763.42535400390625, 8.476731300354003906, 4.625123500823974609, 0, 0, -0.73727703094482421, 0.67559051513671875, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+91, 180471, 0, 5287, 1739, '0', 0, 0, -13298.794921875, 779.8038330078125, 8.604342460632324218, 0.052358884364366531, 0, 0, 0.02617645263671875, 0.999657332897186279, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+92, 180471, 0, 5287, 1739, '0', 0, 0, -13313.978515625, 790.17535400390625, 10.03491687774658203, 3.106652259826660156, 0, 0, 0.999847412109375, 0.017469281330704689, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+93, 180471, 0, 5287, 1739, '0', 0, 0, -13310.8681640625, 790.25347900390625, 10.08962535858154296, 3.194002151489257812, 0, 0, -0.99965667724609375, 0.026201646775007247, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+94, 180471, 0, 5287, 1739, '0', 0, 0, -13222.8017578125, 743.33331298828125, 6.331699371337890625, 3.647741317749023437, 0, 0, -0.96814727783203125, 0.250381410121917724, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+95, 180471, 0, 5287, 1739, '0', 0, 0, -13210.451171875, 699.67364501953125, 9.27510833740234375, 0.418878614902496337, 0, 0, 0.207911491394042968, 0.978147625923156738, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+96, 180471, 0, 5287, 1739, '0', 0, 0, -13215.3330078125, 696.765625, 9.288421630859375, 0.488691210746765136, 0, 0, 0.241921424865722656, 0.970295846462249755, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+97, 180471, 0, 5287, 1739, '0', 0, 0, -13320.2919921875, 790.15625, 10.04313182830810546, 3.176533222198486328, 0, 0, -0.999847412109375, 0.017469281330704689, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+98, 180471, 0, 5287, 1739, '0', 0, 0, -13322.7080078125, 790.18927001953125, 10.16544628143310546, 3.124123096466064453, 0, 0, 0.99996185302734375, 0.008734640665352344, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+99, 180471, 0, 5287, 1739, '0', 0, 0, -13299.0244140625, 790.34722900390625, 10.33271026611328125, 3.159062385559082031, 0, 0, -0.99996185302734375, 0.008734640665352344, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+100, 180471, 0, 5287, 1739, '0', 0, 0, -13309.3232421875, 790.26214599609375, 10.10956859588623046, 3.176533222198486328, 0, 0, -0.999847412109375, 0.017469281330704689, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+101, 180471, 0, 5287, 1739, '0', 0, 0, -13295.94140625, 790.3975830078125, 10.00638580322265625, 3.159062385559082031, 0, 0, -0.99996185302734375, 0.008734640665352344, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+102, 180471, 0, 5287, 1739, '0', 0, 0, -13306.146484375, 790.2413330078125, 10.11559295654296875, 3.194002151489257812, 0, 0, -0.99965667724609375, 0.026201646775007247, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+103, 180472, 0, 5287, 1739, '0', 0, 0, -13306.4931640625, 702.9444580078125, 10.21372699737548828, 0.733038187026977539, 0, 0, 0.358367919921875, 0.933580458164215087, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+104, 180472, 0, 5287, 1739, '0', 0, 0, -13262.7255859375, 747.515625, 8.165808677673339843, 3.9793548583984375, 0, 0, -0.9135446548461914, 0.406738430261611938, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+105, 180523, 0, 5287, 1739, '0', 0, 0, -13231.7744140625, 734.83856201171875, 3.494536876678466796, 2.565631866455078125, 0, 0, 0.958819389343261718, 0.284016460180282592, 120, 255, 1, 51886), -- Apple Bob (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+106, 207941, 0, 5287, 1739, '0', 0, 0, -13258.826171875, 752.46356201171875, 15.47326374053955078, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 120, 255, 1, 51886), -- G_WitchHat_01 scale 2.0 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+107, 208069, 0, 5287, 1739, '0', 0, 0, -13263.19140625, 739.2430419921875, 5.132593154907226562, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 0.5 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+108, 208069, 0, 5287, 1739, '0', 0, 0, -13303.1181640625, 767.4930419921875, 5.324397563934326171, 0.296705186367034912, 0, 0, 0.147809028625488281, 0.989015936851501464, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 0.5 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+109, 208069, 0, 5287, 1739, '0', 0, 0, -13245.455078125, 742.888916015625, 5.063835620880126953, 0.959929943084716796, 0, 0, 0.461748123168945312, 0.887011110782623291, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 0.5 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+110, 208072, 0, 5287, 1739, '0', 0, 0, -13258.06640625, 735.75347900390625, 4.858164787292480468, 0.488691210746765136, 0, 0, 0.241921424865722656, 0.970295846462249755, 120, 255, 1, 51886), -- G_Pumpkin_03 Scale 0.5 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+111, 208072, 0, 5287, 1739, '0', 0, 0, -13240.28515625, 746.40802001953125, 4.869463920593261718, 1.32644820213317871, 0, 0, 0.615660667419433593, 0.788011372089385986, 120, 255, 1, 51886), -- G_Pumpkin_03 Scale 0.5 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+112, 208072, 0, 5287, 1739, '0', 0, 0, -13297.3056640625, 767.81427001953125, 5.191071033477783203, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 51886), -- G_Pumpkin_03 Scale 0.5 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+113, 208078, 0, 5287, 1739, '0', 0, 0, -13307.5, 767.5711669921875, 6.653748035430908203, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 0.5 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+114, 208078, 0, 5287, 1739, '0', 0, 0, -13291.1533203125, 767.0711669921875, 4.924769878387451171, 0.785396754741668701, 0, 0, 0.38268280029296875, 0.923879802227020263, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 0.5 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+115, 208078, 0, 5287, 1739, '0', 0, 0, -13251.75, 738.57464599609375, 5.221030712127685546, 1.029743075370788574, 0, 0, 0.492423057556152343, 0.870355963706970214, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 0.5 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+116, 208078, 0, 5287, 1739, '0', 0, 0, -13261.451171875, 744.3125, 4.582062244415283203, 5.218535900115966796, 0, 0, -0.507537841796875, 0.861629426479339599, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 0.5 (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 +(@OGUID+117, 208147, 0, 5287, 1739, '0', 0, 0, -13232.72265625, 725.55035400390625, 3.356358528137207031, 5.550147056579589843, 0, 0, -0.358367919921875, 0.933580458164215087, 120, 255, 1, 51886); -- Candy Bucket (Area: Hardwrench Hideaway - Difficulty: 0) CreateObject1 + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+117; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48), +(12, @OGUID+49), +(12, @OGUID+50), +(12, @OGUID+51), +(12, @OGUID+52), +(12, @OGUID+53), +(12, @OGUID+54), +(12, @OGUID+55), +(12, @OGUID+56), +(12, @OGUID+57), +(12, @OGUID+58), +(12, @OGUID+59), +(12, @OGUID+60), +(12, @OGUID+61), +(12, @OGUID+62), +(12, @OGUID+63), +(12, @OGUID+64), +(12, @OGUID+65), +(12, @OGUID+66), +(12, @OGUID+67), +(12, @OGUID+68), +(12, @OGUID+69), +(12, @OGUID+70), +(12, @OGUID+71), +(12, @OGUID+72), +(12, @OGUID+73), +(12, @OGUID+74), +(12, @OGUID+75), +(12, @OGUID+76), +(12, @OGUID+77), +(12, @OGUID+78), +(12, @OGUID+79), +(12, @OGUID+80), +(12, @OGUID+81), +(12, @OGUID+82), +(12, @OGUID+83), +(12, @OGUID+84), +(12, @OGUID+85), +(12, @OGUID+86), +(12, @OGUID+87), +(12, @OGUID+88), +(12, @OGUID+89), +(12, @OGUID+90), +(12, @OGUID+91), +(12, @OGUID+92), +(12, @OGUID+93), +(12, @OGUID+94), +(12, @OGUID+95), +(12, @OGUID+96), +(12, @OGUID+97), +(12, @OGUID+98), +(12, @OGUID+99), +(12, @OGUID+100), +(12, @OGUID+101), +(12, @OGUID+102), +(12, @OGUID+103), +(12, @OGUID+104), +(12, @OGUID+105), +(12, @OGUID+106), +(12, @OGUID+107), +(12, @OGUID+108), +(12, @OGUID+109), +(12, @OGUID+110), +(12, @OGUID+111), +(12, @OGUID+112), +(12, @OGUID+113), +(12, @OGUID+114), +(12, @OGUID+115), +(12, @OGUID+116), +(12, @OGUID+117); + +-- +SET @OGUID := 3804017; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3005640 AND 3005673; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3005640 AND 3005673; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3005640 AND 3005673; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+33; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 0, 5287, 35, '0', 0, 0, -14455.8408203125, 480.71240234375, 16.39013481140136718, 0.890116631984710693, 0, 0, 0.430510520935058593, 0.902585566043853759, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Booty Bay - Difficulty: 0) CreateObject1 +(@OGUID+1, 180405, 0, 5287, 35, '0', 0, 0, -14447.5244140625, 516.3836669921875, 26.43097877502441406, 1.204277276992797851, 0, 0, 0.56640625, 0.824126183986663818, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Booty Bay - Difficulty: 0) CreateObject1 +(@OGUID+2, 180406, 0, 5287, 35, '0', 0, 0, -14414.5, 525.33697509765625, 10.05939960479736328, 6.056293010711669921, 0, 0, -0.11320304870605468, 0.993571877479553222, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Booty Bay - Difficulty: 0) CreateObject1 +(@OGUID+3, 180406, 0, 5287, 35, '0', 0, 0, -14476.16015625, 461.171875, 36.54711151123046875, 2.862335443496704101, 0, 0, 0.990267753601074218, 0.139175355434417724, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Booty Bay - Difficulty: 0) CreateObject1 +(@OGUID+4, 180407, 0, 5287, 35, '0', 0, 0, -14477.6669921875, 488.01214599609375, 14.90494441986083984, 1.553341388702392578, 0, 0, 0.700908660888671875, 0.713251054286956787, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Booty Bay - Difficulty: 0) CreateObject1 +(@OGUID+5, 180411, 0, 5287, 35, '0', 0, 0, -14424.232421875, 470, 26.78550148010253906, 0.715584874153137207, 0, 0, 0.350207328796386718, 0.936672210693359375, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Booty Bay - Difficulty: 0) CreateObject1 +(@OGUID+6, 180411, 0, 5287, 35, '0', 0, 0, -14462.599609375, 487.209991455078125, 28.71769905090332031, 2.635444164276123046, 0, 0, 0.96814727783203125, 0.250381410121917724, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Booty Bay - Difficulty: 0) CreateObject1 +(@OGUID+7, 180415, 0, 5287, 35, '0', 0, 0, -14459.25390625, 482.09027099609375, 21.265472412109375, 1.308995485305786132, 0, 0, 0.608760833740234375, 0.793353796005249023, 120, 255, 1, 51886), -- CandleBlack01 (Area: Booty Bay - Difficulty: 0) CreateObject1 +(@OGUID+8, 180415, 0, 5287, 35, '0', 0, 0, -14457.900390625, 486.016998291015625, 15.87720012664794921, 5.410521507263183593, 0, 0, -0.42261791229248046, 0.906307935714721679, 120, 255, 1, 51886), -- CandleBlack01 (Area: Booty Bay - Difficulty: 0) CreateObject1 +(@OGUID+9, 180415, 0, 5287, 35, '0', 0, 0, -14460, 482.864990234375, 21.64749908447265625, 1.343901276588439941, 0, 0, 0.622513771057128906, 0.78260880708694458, 120, 255, 1, 51886), -- CandleBlack01 (Area: Booty Bay - Difficulty: 0) CreateObject1 +(@OGUID+10, 180415, 0, 5287, 35, '0', 0, 0, -14463.7998046875, 486.589996337890625, 21.636199951171875, 0.471238493919372558, 0, 0, 0.233445167541503906, 0.972369968891143798, 120, 255, 1, 51886), -- CandleBlack01 (Area: Booty Bay - Difficulty: 0) CreateObject1 +(@OGUID+11, 180415, 0, 5287, 35, '0', 0, 0, -14462.375, 485.703125, 21.32836151123046875, 5.619962215423583984, 0, 0, -0.32556724548339843, 0.945518851280212402, 120, 255, 1, 51886), -- CandleBlack01 (Area: Booty Bay - Difficulty: 0) CreateObject1 +(@OGUID+12, 180415, 0, 5287, 35, '0', 0, 0, -14453.7607421875, 494.274322509765625, 16.42455482482910156, 3.176533222198486328, 0, 0, -0.999847412109375, 0.017469281330704689, 120, 255, 1, 51886), -- CandleBlack01 (Area: Booty Bay - Difficulty: 0) CreateObject1 +(@OGUID+13, 180415, 0, 5287, 35, '0', 0, 0, -14453.986328125, 494.36285400390625, 16.30660820007324218, 2.844882726669311523, 0, 0, 0.989015579223632812, 0.147811368107795715, 120, 255, 1, 51886), -- CandleBlack01 (Area: Booty Bay - Difficulty: 0) CreateObject1 +(@OGUID+14, 180415, 0, 5287, 35, '0', 0, 0, -14469.751953125, 481.3468017578125, 21.0760498046875, 2.652894020080566406, 0, 0, 0.970294952392578125, 0.241925001144409179, 120, 255, 1, 51886), -- CandleBlack01 (Area: Booty Bay - Difficulty: 0) CreateObject1 +(@OGUID+15, 180415, 0, 5287, 35, '0', 0, 0, -14469.646484375, 483.559906005859375, 16.48216819763183593, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 51886), -- CandleBlack01 (Area: Booty Bay - Difficulty: 0) CreateObject1 +(@OGUID+16, 180415, 0, 5287, 35, '0', 0, 0, -14466.09765625, 488.328125, 21.37956047058105468, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 51886), -- CandleBlack01 (Area: Booty Bay - Difficulty: 0) CreateObject1 +(@OGUID+17, 180415, 0, 5287, 35, '0', 0, 0, -14467.6845703125, 489.822906494140625, 21.65497207641601562, 2.286378860473632812, 0, 0, 0.909960746765136718, 0.414694398641586303, 120, 255, 1, 51886), -- CandleBlack01 (Area: Booty Bay - Difficulty: 0) CreateObject1 +(@OGUID+18, 180415, 0, 5287, 35, '0', 0, 0, -14468.72265625, 490.8038330078125, 21.46869468688964843, 2.72271275520324707, 0, 0, 0.978147506713867187, 0.207912087440490722, 120, 255, 1, 51886), -- CandleBlack01 (Area: Booty Bay - Difficulty: 0) CreateObject1 +(@OGUID+19, 180415, 0, 5287, 35, '0', 0, 0, -14463.146484375, 495.619781494140625, 15.77869033813476562, 3.961898565292358398, 0, 0, -0.91705989837646484, 0.398749500513076782, 120, 255, 1, 51886), -- CandleBlack01 (Area: Booty Bay - Difficulty: 0) CreateObject1 +(@OGUID+20, 180425, 0, 5287, 35, '0', 0, 0, -14451.599609375, 491.964996337890625, 16.42309951782226562, 3.071766138076782226, 0, 0, 0.999390602111816406, 0.034906134009361267, 120, 255, 1, 51886), -- SkullCandle01 (Area: Booty Bay - Difficulty: 0) CreateObject1 +(@OGUID+21, 180425, 0, 5287, 35, '0', 0, 0, -14455.275390625, 497.72796630859375, 16.4212646484375, 2.70525527000427246, 0, 0, 0.97629547119140625, 0.216442063450813293, 120, 255, 1, 51886), -- SkullCandle01 (Area: Booty Bay - Difficulty: 0) CreateObject1 +(@OGUID+22, 180425, 0, 5287, 35, '0', 0, 0, -14461.642578125, 487.55035400390625, 15.97133255004882812, 1.605701684951782226, 0, 0, 0.719339370727539062, 0.694658815860748291, 120, 255, 1, 51886), -- SkullCandle01 (Area: Booty Bay - Difficulty: 0) CreateObject1 +(@OGUID+23, 180425, 0, 5287, 35, '0', 0, 0, -14465.5244140625, 478.232635498046875, 21.2693328857421875, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 51886), -- SkullCandle01 (Area: Booty Bay - Difficulty: 0) CreateObject1 +(@OGUID+24, 180425, 0, 5287, 35, '0', 0, 0, -14469.517578125, 481.239593505859375, 21.26347160339355468, 0.994837164878845214, 0, 0, 0.477158546447753906, 0.878817260265350341, 120, 255, 1, 51886), -- SkullCandle01 (Area: Booty Bay - Difficulty: 0) CreateObject1 +(@OGUID+25, 180425, 0, 5287, 35, '0', 0, 0, -14464.6220703125, 485.65972900390625, 21.2722930908203125, 3.263772249221801757, 0, 0, -0.99813461303710937, 0.061051756143569946, 120, 255, 1, 51886), -- SkullCandle01 (Area: Booty Bay - Difficulty: 0) CreateObject1 +(@OGUID+26, 180425, 0, 5287, 35, '0', 0, 0, -14473.017578125, 493.423614501953125, 16.04327774047851562, 5.201082706451416015, 0, 0, -0.51503753662109375, 0.857167601585388183, 120, 255, 1, 51886), -- SkullCandle01 (Area: Booty Bay - Difficulty: 0) CreateObject1 +(@OGUID+27, 180425, 0, 5287, 35, '0', 0, 0, -14468.0732421875, 488.15625, 21.26880836486816406, 3.420850038528442382, 0, 0, -0.99026775360107421, 0.139175355434417724, 120, 255, 1, 51886), -- SkullCandle01 (Area: Booty Bay - Difficulty: 0) CreateObject1 +(@OGUID+28, 180425, 0, 5287, 35, '0', 0, 0, -14457.7744140625, 502.84027099609375, 15.95049858093261718, 4.136432647705078125, 0, 0, -0.87881660461425781, 0.477159708738327026, 120, 255, 1, 51886), -- SkullCandle01 (Area: Booty Bay - Difficulty: 0) CreateObject1 +(@OGUID+29, 180471, 0, 5287, 35, '0', 0, 0, -14467.8408203125, 492.973968505859375, 24.03863906860351562, 0.925023794174194335, 0, 0, 0.446197509765625, 0.894934535026550292, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Booty Bay - Difficulty: 0) CreateObject1 +(@OGUID+30, 180472, 0, 5287, 35, '0', 0, 0, -14460.7001953125, 477.2139892578125, 22.01980018615722656, 5.585053920745849609, 0, 0, -0.34202003479003906, 0.939692676067352294, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Booty Bay - Difficulty: 0) CreateObject1 +(@OGUID+31, 180472, 0, 5287, 35, '0', 0, 0, -14459.5, 488.27099609375, 19.84510040283203125, 2.478367090225219726, 0, 0, 0.94551849365234375, 0.325568377971649169, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Booty Bay - Difficulty: 0) CreateObject1 +(@OGUID+32, 180523, 0, 5287, 35, '0', 0, 0, -14463.0986328125, 479.9761962890625, 20.72477340698242187, 5.113816738128662109, 0, 0, -0.55193614959716796, 0.833886384963989257, 120, 255, 1, 51886), -- Apple Bob (Area: Booty Bay - Difficulty: 0) CreateObject1 +(@OGUID+33, 190103, 0, 5287, 35, '0', 0, 0, -14456.39453125, 494.09564208984375, 15.126068115234375, 4.9218292236328125, 0, 0, -0.62932014465332031, 0.77714616060256958, 120, 255, 1, 51886); -- Candy Bucket (Area: Booty Bay - Difficulty: 0) CreateObject1 + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+33; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33); diff --git a/sql/updates/world/master/2024_03_18_29_world_hallows_end_blasted_lands.sql b/sql/updates/world/master/2024_03_18_29_world_hallows_end_blasted_lands.sql new file mode 100644 index 0000000000000..8ad6716dd9255 --- /dev/null +++ b/sql/updates/world/master/2024_03_18_29_world_hallows_end_blasted_lands.sql @@ -0,0 +1,742 @@ +-- +SET @CGUID := 3800275; +SET @OGUID := 3804051; + +-- Old creature spawns +DELETE FROM `creature` WHERE `guid` BETWEEN 3000347 AND 3000347; +DELETE FROM `creature_addon` WHERE `guid` BETWEEN 3000347 AND 3000347; +DELETE FROM `game_event_creature` WHERE `guid` BETWEEN 3000347 AND 3000347; + +-- Creature spawns +DELETE FROM `creature` WHERE `guid`=@CGUID+0; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES +(@CGUID+0, 22816, 0, 4, 1437, '0', 0, 0, 0, 0, -10854.5068359375, -2662.6806640625, 55.06182098388671875, 0, 120, 0, 0, 1129, 0, 0, NULL, NULL, NULL, NULL, 51886); -- Black Cat (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3005674 AND 3005782; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3005674 AND 3005782; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3005674 AND 3005782; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+108; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 0, 4, 1437, '0', 0, 0, -10910.3837890625, -2781.6875, 27.11775779724121093, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+1, 180405, 0, 4, 1437, '0', 0, 0, -10890.7607421875, -2715.4150390625, 13.47322654724121093, 5.585053920745849609, 0, 0, -0.34202003479003906, 0.939692676067352294, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+2, 180405, 0, 4, 1437, '0', 0, 0, -10910.2607421875, -2692.03125, 13.51072406768798828, 6.056293010711669921, 0, 0, -0.11320304870605468, 0.993571877479553222, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+3, 180408, 0, 4, 1437, '0', 0, 0, -10867.7392578125, -2692.520751953125, 12.28029727935791015, 3.106652259826660156, 0, 0, 0.999847412109375, 0.017469281330704689, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+4, 180408, 0, 4, 1437, '0', 0, 0, -10884.8134765625, -2672.1806640625, 12.39948844909667968, 0.907570242881774902, 0, 0, 0.438370704650878906, 0.898794233798980712, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+5, 180408, 0, 4, 1437, '0', 0, 0, -10879.228515625, -2667.1650390625, 12.27243518829345703, 0.15707901120185852, 0, 0, 0.078458786010742187, 0.996917366981506347, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+6, 180408, 0, 4, 1437, '0', 0, 0, -10861.591796875, -2687.84375, 12.40300941467285156, 4.258606910705566406, 0, 0, -0.84804725646972656, 0.529920578002929687, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+7, 180410, 0, 4, 1437, '0', 0, 0, -10933.021484375, -2796.90966796875, 26.38058280944824218, 1.867502212524414062, 0, 0, 0.803856849670410156, 0.594822824001312255, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+8, 180410, 0, 4, 1437, '0', 0, 0, -10937.939453125, -2793.989501953125, 26.41790771484375, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+9, 180411, 0, 4, 1437, '0', 0, 0, -10946.716796875, -2772.248291015625, 11.16553115844726562, 5.35816192626953125, 0, 0, -0.446197509765625, 0.894934535026550292, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+10, 180414, 0, 4, 1437, '0', 0, 0, -10941.2099609375, -2762.298583984375, 7.439187049865722656, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Cauldron (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+11, 180415, 0, 4, 1437, '0', 0, 0, -10931.7080078125, -2796.625, 25.58553695678710937, 2.495818138122558593, 0, 0, 0.948323249816894531, 0.317305892705917358, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+12, 180415, 0, 4, 1437, '0', 0, 0, -10938.08203125, -2793.05029296875, 25.47644996643066406, 2.809975385665893554, 0, 0, 0.986285209655761718, 0.165049895644187927, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+13, 180415, 0, 4, 1437, '0', 0, 0, -10936.7080078125, -2794.34375, 25.65151405334472656, 0.226892471313476562, 0, 0, 0.113203048706054687, 0.993571877479553222, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+14, 180415, 0, 4, 1437, '0', 0, 0, -10932.486328125, -2795.96875, 25.64968490600585937, 5.340708732604980468, 0, 0, -0.45398998260498046, 0.891006767749786376, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+15, 180415, 0, 4, 1437, '0', 0, 0, -10931.5712890625, -2796.23779296875, 25.46962928771972656, 6.073746204376220703, 0, 0, -0.10452842712402343, 0.994521915912628173, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+16, 180415, 0, 4, 1437, '0', 0, 0, -10931.326171875, -2796.55908203125, 25.56562232971191406, 5.550147056579589843, 0, 0, -0.358367919921875, 0.933580458164215087, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+17, 180415, 0, 4, 1437, '0', 0, 0, -10936.9912109375, -2793.432373046875, 25.61476516723632812, 3.752462387084960937, 0, 0, -0.95371627807617187, 0.300707906484603881, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+18, 180415, 0, 4, 1437, '0', 0, 0, -10936.7412109375, -2793.9306640625, 25.61432838439941406, 3.682650327682495117, 0, 0, -0.96362972259521484, 0.26724100112915039, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+19, 180415, 0, 4, 1437, '0', 0, 0, -10937.4755859375, -2793.078125, 25.58017730712890625, 0.191985160112380981, 0, 0, 0.095845222473144531, 0.995396256446838378, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+20, 180415, 0, 4, 1437, '0', 0, 0, -10880.2724609375, -2696.053955078125, 21.04797172546386718, 4.48549652099609375, 0, 0, -0.7826080322265625, 0.622514784336090087, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+21, 180415, 0, 4, 1437, '0', 0, 0, -10882.25390625, -2694.307373046875, 21.18779182434082031, 3.24634718894958496, 0, 0, -0.99862861633300781, 0.052353221923112869, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+22, 180415, 0, 4, 1437, '0', 0, 0, -10872.59375, -2699.845458984375, 22.39959335327148437, 5.881760597229003906, 0, 0, -0.19936752319335937, 0.979924798011779785, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+23, 180415, 0, 4, 1437, '0', 0, 0, -10870.4384765625, -2698.451416015625, 20.96318244934082031, 1.064649581909179687, 0, 0, 0.507537841796875, 0.861629426479339599, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+24, 180415, 0, 4, 1437, '0', 0, 0, -10889.8505859375, -2684.567626953125, 21.07930946350097656, 3.124123096466064453, 0, 0, 0.99996185302734375, 0.008734640665352344, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+25, 180415, 0, 4, 1437, '0', 0, 0, -10876.3388671875, -2699.53125, 22.39856529235839843, 3.874631166458129882, 0, 0, -0.93358039855957031, 0.358368009328842163, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+26, 180415, 0, 4, 1437, '0', 0, 0, -10868.533203125, -2696.796875, 21.08182525634765625, 6.03883981704711914, 0, 0, -0.12186908721923828, 0.9925462007522583, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+27, 180415, 0, 4, 1437, '0', 0, 0, -10888.39453125, -2687.007080078125, 21.21856880187988281, 4.1538848876953125, 0, 0, -0.8746194839477539, 0.484810054302215576, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+28, 180415, 0, 4, 1437, '0', 0, 0, -10878.40625, -2697.6962890625, 20.94845008850097656, 4.014260292053222656, 0, 0, -0.90630722045898437, 0.422619491815567016, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+29, 180415, 0, 4, 1437, '0', 0, 0, -10866.7451171875, -2695.263916015625, 21.18761825561523437, 0.349065244197845458, 0, 0, 0.173647880554199218, 0.984807789325714111, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+30, 180415, 0, 4, 1437, '0', 0, 0, -10863.921875, -2692.0244140625, 21.28647994995117187, 1.012289404869079589, 0, 0, 0.484808921813964843, 0.87462007999420166, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+31, 180415, 0, 4, 1437, '0', 0, 0, -10892.205078125, -2680.98095703125, 22.40239143371582031, 3.752462387084960937, 0, 0, -0.95371627807617187, 0.300707906484603881, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+32, 180415, 0, 4, 1437, '0', 0, 0, -10864.96875, -2693.732666015625, 21.26141357421875, 0.401424884796142578, 0, 0, 0.199367523193359375, 0.979924798011779785, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+33, 180415, 0, 4, 1437, '0', 0, 0, -10891.513671875, -2682.12158203125, 20.86907768249511718, 3.874631166458129882, 0, 0, -0.93358039855957031, 0.358368009328842163, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+34, 180415, 0, 4, 1437, '0', 0, 0, -10878.7451171875, -2664.782958984375, 21.16489219665527343, 0.174532130360603332, 0, 0, 0.087155342102050781, 0.996194720268249511, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+35, 180415, 0, 4, 1437, '0', 0, 0, -10880.96875, -2666.607666015625, 21.26066398620605468, 2.652894020080566406, 0, 0, 0.970294952392578125, 0.241925001144409179, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+36, 180415, 0, 4, 1437, '0', 0, 0, -10853.3408203125, -2683.953125, 20.49903297424316406, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+37, 180415, 0, 4, 1437, '0', 0, 0, -10857.5283203125, -2687.4375, 21.04805946350097656, 5.113816738128662109, 0, 0, -0.55193614959716796, 0.833886384963989257, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+38, 180415, 0, 4, 1437, '0', 0, 0, -10889.828125, -2674.276123046875, 20.99936866760253906, 1.32644820213317871, 0, 0, 0.615660667419433593, 0.788011372089385986, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+39, 180415, 0, 4, 1437, '0', 0, 0, -10876.267578125, -2662.685791015625, 20.9932098388671875, 3.036838293075561523, 0, 0, 0.998628616333007812, 0.052353221923112869, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+40, 180415, 0, 4, 1437, '0', 0, 0, -10862.3486328125, -2690.73095703125, 21.27455711364746093, 5.811946868896484375, 0, 0, -0.2334451675415039, 0.972369968891143798, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+41, 180415, 0, 4, 1437, '0', 0, 0, -10886.419921875, -2671.392333984375, 21.19450569152832031, 2.652894020080566406, 0, 0, 0.970294952392578125, 0.241925001144409179, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+42, 180415, 0, 4, 1437, '0', 0, 0, -10884.4130859375, -2670.09033203125, 21.27244377136230468, 1.466075778007507324, 0, 0, 0.669130325317382812, 0.74314504861831665, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+43, 180415, 0, 4, 1437, '0', 0, 0, -10859.103515625, -2688.78125, 21.08301353454589843, 3.52557229995727539, 0, 0, -0.98162651062011718, 0.190812408924102783, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+44, 180415, 0, 4, 1437, '0', 0, 0, -10855.7568359375, -2685.939208984375, 20.9032440185546875, 6.12610626220703125, 0, 0, -0.07845878601074218, 0.996917366981506347, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+45, 180415, 0, 4, 1437, '0', 0, 0, -10888.08203125, -2672.782958984375, 21.15075302124023437, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+46, 180415, 0, 4, 1437, '0', 0, 0, -10860.6474609375, -2690.064208984375, 21.21953773498535156, 5.95157480239868164, 0, 0, -0.16504669189453125, 0.986285746097564697, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+47, 180415, 0, 4, 1437, '0', 0, 0, -10891.810546875, -2676.390625, 22.41292762756347656, 4.049167633056640625, 0, 0, -0.89879322052001953, 0.438372820615768432, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+48, 180415, 0, 4, 1437, '0', 0, 0, -10882.607421875, -2668.475830078125, 21.36581993103027343, 3.211419343948364257, 0, 0, -0.9993906021118164, 0.034906134009361267, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+49, 180415, 0, 4, 1437, '0', 0, 0, -10872.3330078125, -2659.755126953125, 22.41662025451660156, 0.907570242881774902, 0, 0, 0.438370704650878906, 0.898794233798980712, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+50, 180415, 0, 4, 1437, '0', 0, 0, -10870.2080078125, -2660.260498046875, 22.40339088439941406, 3.45575571060180664, 0, 0, -0.98768806457519531, 0.156436234712600708, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+51, 180415, 0, 4, 1437, '0', 0, 0, -10867.3330078125, -2663.6875, 20.87957191467285156, 0.087265998125076293, 0, 0, 0.043619155883789062, 0.999048233032226562, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+52, 180415, 0, 4, 1437, '0', 0, 0, -10863.9169921875, -2667.77783203125, 21.21164894104003906, 1.762782454490661621, 0, 0, 0.771624565124511718, 0.636078238487243652, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+53, 180415, 0, 4, 1437, '0', 0, 0, -10869.1630859375, -2661.498291015625, 20.72495269775390625, 2.042035102844238281, 0, 0, 0.852640151977539062, 0.522498607635498046, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+54, 180415, 0, 4, 1437, '0', 0, 0, -10857.67578125, -2675.13720703125, 21.09292793273925781, 1.274088263511657714, 0, 0, 0.594821929931640625, 0.80385744571685791, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+55, 180415, 0, 4, 1437, '0', 0, 0, -10862.09375, -2671.314208984375, 21.2926483154296875, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+56, 180415, 0, 4, 1437, '0', 0, 0, -10854.75390625, -2678.630126953125, 20.81046676635742187, 5.916667938232421875, 0, 0, -0.18223476409912109, 0.98325502872467041, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+57, 180415, 0, 4, 1437, '0', 0, 0, -10860.9619140625, -2672.61279296875, 21.28261756896972656, 0.314158439636230468, 0, 0, 0.156434059143066406, 0.987688362598419189, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+58, 180415, 0, 4, 1437, '0', 0, 0, -10873.548828125, -2660.354248046875, 20.64093208312988281, 3.752462387084960937, 0, 0, -0.95371627807617187, 0.300707906484603881, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+59, 180415, 0, 4, 1437, '0', 0, 0, -10859.2236328125, -2673.357666015625, 21.26133537292480468, 1.239183306694030761, 0, 0, 0.580702781677246093, 0.814115643501281738, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+60, 180415, 0, 4, 1437, '0', 0, 0, -10853.1826171875, -2682.59716796875, 21.25728225708007812, 0.383971005678176879, 0, 0, 0.190808296203613281, 0.981627285480499267, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+61, 180415, 0, 4, 1437, '0', 0, 0, -10863.455078125, -2669.598876953125, 21.2589111328125, 0.523597896099090576, 0, 0, 0.258818626403808593, 0.965925931930541992, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+62, 180415, 0, 4, 1437, '0', 0, 0, -10853.0712890625, -2680.632080078125, 21.2674713134765625, 0.523597896099090576, 0, 0, 0.258818626403808593, 0.965925931930541992, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+63, 180415, 0, 4, 1437, '0', 0, 0, -10856.2158203125, -2676.857666015625, 21.01546669006347656, 1.413715124130249023, 0, 0, 0.649447441101074218, 0.760406434535980224, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+64, 180415, 0, 4, 1437, '0', 0, 0, -10865.453125, -2665.9306640625, 21.09947586059570312, 1.239183306694030761, 0, 0, 0.580702781677246093, 0.814115643501281738, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+65, 180425, 0, 4, 1437, '0', 0, 0, -10932.8193359375, -2795.96533203125, 25.69707679748535156, 1.396261811256408691, 0, 0, 0.642786979675292968, 0.766044974327087402, 120, 255, 1, 51886), -- SkullCandle01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+66, 180426, 0, 4, 1437, '0', 0, 0, -10981.107421875, -2774.01220703125, 19.45093727111816406, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+67, 180426, 0, 4, 1437, '0', 0, 0, -10949.5400390625, -2766.82470703125, 32.81339645385742187, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, 51886), -- Bat01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+68, 180426, 0, 4, 1437, '0', 0, 0, -10926.1474609375, -2750.795166015625, 33.78972244262695312, 4.084071159362792968, 0, 0, -0.8910064697265625, 0.453990638256072998, 120, 255, 1, 51886), -- Bat01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+69, 180426, 0, 4, 1437, '0', 0, 0, -10975.6357421875, -2770.654541015625, 24.09937858581542968, 0.715584874153137207, 0, 0, 0.350207328796386718, 0.936672210693359375, 120, 255, 1, 51886), -- Bat01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+70, 180427, 0, 4, 1437, '0', 0, 0, -10914.8388671875, -2786.30908203125, 25.67024612426757812, 5.811946868896484375, 0, 0, -0.2334451675415039, 0.972369968891143798, 120, 255, 1, 51886), -- Bat02 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+71, 180427, 0, 4, 1437, '0', 0, 0, -10966.263671875, -2763.541748046875, 22.07467079162597656, 4.468043327331542968, 0, 0, -0.7880105972290039, 0.615661680698394775, 120, 255, 1, 51886), -- Bat02 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+72, 180427, 0, 4, 1437, '0', 0, 0, -10937.015625, -2744.145751953125, 31.75851821899414062, 2.408554315567016601, 0, 0, 0.933580398559570312, 0.358368009328842163, 120, 255, 1, 51886), -- Bat02 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+73, 180427, 0, 4, 1437, '0', 0, 0, -10813.125, -2718.1025390625, 24.43842315673828125, 0.383971005678176879, 0, 0, 0.190808296203613281, 0.981627285480499267, 120, 255, 1, 51886), -- Bat02 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+74, 180471, 0, 4, 1437, '0', 0, 0, -10914.4482421875, -2787.776123046875, 30.84101676940917968, 4.049167633056640625, 0, 0, -0.89879322052001953, 0.438372820615768432, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+75, 180471, 0, 4, 1437, '0', 0, 0, -10915.3193359375, -2788.029541015625, 30.24696159362792968, 4.328419685363769531, 0, 0, -0.82903671264648437, 0.559194147586822509, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+76, 180471, 0, 4, 1437, '0', 0, 0, -10913.734375, -2787.3056640625, 31.01108551025390625, 3.45575571060180664, 0, 0, -0.98768806457519531, 0.156436234712600708, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+77, 180471, 0, 4, 1437, '0', 0, 0, -10913.3095703125, -2786.598876953125, 30.06057167053222656, 3.717553615570068359, 0, 0, -0.95881938934326171, 0.284016460180282592, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+78, 180471, 0, 4, 1437, '0', 0, 0, -10985.828125, -2743.486083984375, 11.39045429229736328, 0.226892471313476562, 0, 0, 0.113203048706054687, 0.993571877479553222, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+79, 180471, 0, 4, 1437, '0', 0, 0, -10985.294921875, -2743.001708984375, 11.72096061706542968, 0.663223206996917724, 0, 0, 0.325567245483398437, 0.945518851280212402, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+80, 180471, 0, 4, 1437, '0', 0, 0, -10986.341796875, -2743.892333984375, 10.93878841400146484, 1.117009282112121582, 0, 0, 0.529918670654296875, 0.84804844856262207, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+81, 180472, 0, 4, 1437, '0', 0, 0, -10981.3388671875, -2739.81591796875, 12.38718509674072265, 4.991643905639648437, 0, 0, -0.60181427001953125, 0.798636078834533691, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+82, 180523, 0, 4, 1437, '0', 0, 0, -10863.736328125, -2672.55029296875, 10, 4.712389945983886718, 0, 0, -0.70710659027099609, 0.707106947898864746, 120, 255, 1, 51886), -- Apple Bob (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+83, 185438, 0, 4, 1437, '0', 0, 0, -10935.8857421875, -2796.335205078125, 25.83452033996582031, 0.27925160527229309, 0, 0, 0.139172554016113281, 0.990268170833587646, 120, 255, 1, 51886), -- Sitting Skeleton 04 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+84, 185454, 0, 4, 1437, '0', 0, 0, -10951.123046875, -2732.432373046875, 7.780379295349121093, 1.919861555099487304, 0, 0, 0.819151878356933593, 0.573576688766479492, 120, 255, 1, 51886), -- Laying Skeleton 02 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+85, 208057, 0, 4, 1437, '0', 0, 0, -10960.5986328125, -2805.107666015625, 25.33040809631347656, 5.95157480239868164, 0, 0, -0.16504669189453125, 0.986285746097564697, 120, 255, 1, 51886), -- G_Pumpkin_01 Scale 2.0 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+86, 208057, 0, 4, 1437, '0', 0, 0, -11035.70703125, -2726.470458984375, 29.81352424621582031, 5.881760597229003906, 0, 0, -0.19936752319335937, 0.979924798011779785, 120, 255, 1, 51886), -- G_Pumpkin_01 Scale 2.0 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+87, 208058, 0, 4, 1437, '0', 0, 0, -10886.6181640625, -2691.796875, 29.88393211364746093, 5.794494152069091796, 0, 0, -0.24192142486572265, 0.970295846462249755, 120, 255, 1, 51886), -- G_Pumpkin_01 Scale 3.0 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+88, 208061, 0, 4, 1437, '0', 0, 0, -11010.298828125, -2754.46875, 24.56011390686035156, 5.969027042388916015, 0, 0, -0.1564340591430664, 0.987688362598419189, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 2.0 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+89, 208061, 0, 4, 1437, '0', 0, 0, -11048.359375, -2712.453125, 30.43739891052246093, 6.03883981704711914, 0, 0, -0.12186908721923828, 0.9925462007522583, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 2.0 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+90, 208062, 0, 4, 1437, '0', 0, 0, -10945.748046875, -2816.338623046875, 27.55253410339355468, 5.462882041931152343, 0, 0, -0.39874839782714843, 0.917060375213623046, 120, 255, 1, 51886), -- G_Pumpkin_03 Scale 2.0 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+91, 208062, 0, 4, 1437, '0', 0, 0, -11022.84765625, -2741.460205078125, 25.54814529418945312, 5.89921426773071289, 0, 0, -0.19080829620361328, 0.981627285480499267, 120, 255, 1, 51886), -- G_Pumpkin_03 Scale 2.0 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+92, 208062, 0, 4, 1437, '0', 0, 0, -11061.2763671875, -2699.8369140625, 36.09294509887695312, 5.89921426773071289, 0, 0, -0.19080829620361328, 0.981627285480499267, 120, 255, 1, 51886), -- G_Pumpkin_03 Scale 2.0 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+93, 208064, 0, 4, 1437, '0', 0, 0, -10980.5048828125, -2739.32470703125, 9.357750892639160156, 5.235987663269042968, 0, 0, -0.5, 0.866025388240814208, 120, 255, 1, 51886), -- Web Corner (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+94, 208064, 0, 4, 1437, '0', 0, 0, -10987.080078125, -2744.114501953125, 9.373150825500488281, 2.042035102844238281, 0, 0, 0.852640151977539062, 0.522498607635498046, 120, 255, 1, 51886), -- Web Corner (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+95, 208069, 0, 4, 1437, '0', 0, 0, -10919.095703125, -2788.875, 28.64537239074707031, 3.43830275535583496, 0, 0, -0.98901557922363281, 0.147811368107795715, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 0.5 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+96, 208069, 0, 4, 1437, '0', 0, 0, -11013.8994140625, -2761.072998046875, 5.69873666763305664, 5.096362113952636718, 0, 0, -0.55919265747070312, 0.829037725925445556, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 0.5 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+97, 208069, 0, 4, 1437, '0', 0, 0, -10943.763671875, -2723.513916015625, 9.95449066162109375, 1.169368624687194824, 0, 0, 0.551936149597167968, 0.833886384963989257, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 0.5 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+98, 208070, 0, 4, 1437, '0', 0, 0, -10913.763671875, -2788.109375, 27.71202659606933593, 2.181660413742065429, 0, 0, 0.887010574340820312, 0.461749136447906494, 120, 255, 1, 51886), -- Web Hanging Scale 2.0 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+99, 208070, 0, 4, 1437, '0', 0, 0, -10886.4736328125, -2691.671875, 15.40763568878173828, 3.892086982727050781, 0, 0, -0.93041706085205078, 0.366502493619918823, 120, 255, 1, 51886), -- Web Hanging Scale 2.0 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+100, 208071, 0, 4, 1437, '0', 0, 0, -10872.3681640625, -2723.94970703125, 32.01842880249023437, 3.857182979583740234, 0, 0, -0.93667125701904296, 0.350209832191467285, 120, 255, 1, 51886), -- Web Hanging Scale 3.0 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+101, 208071, 0, 4, 1437, '0', 0, 0, -11035.107421875, -2738.67529296875, 15.28093147277832031, 3.857182979583740234, 0, 0, -0.93667125701904296, 0.350209832191467285, 120, 255, 1, 51886), -- Web Hanging Scale 3.0 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+102, 208071, 0, 4, 1437, '0', 0, 0, -11060.201171875, -2711.748291015625, 21.99753761291503906, 3.839725255966186523, 0, 0, -0.93969249725341796, 0.34202045202255249, 120, 255, 1, 51886), -- Web Hanging Scale 3.0 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+103, 208071, 0, 4, 1437, '0', 0, 0, -10914.9580078125, -2672.8681640625, 32.30809402465820312, 3.857182979583740234, 0, 0, -0.93667125701904296, 0.350209832191467285, 120, 255, 1, 51886), -- Web Hanging Scale 3.0 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+104, 208072, 0, 4, 1437, '0', 0, 0, -10909.9619140625, -2779.739501953125, 27.70479774475097656, 5.096362113952636718, 0, 0, -0.55919265747070312, 0.829037725925445556, 120, 255, 1, 51886), -- G_Pumpkin_03 Scale 0.5 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+105, 208072, 0, 4, 1437, '0', 0, 0, -10967.359375, -2817.708251953125, 8.939711570739746093, 5.096362113952636718, 0, 0, -0.55919265747070312, 0.829037725925445556, 120, 255, 1, 51886), -- G_Pumpkin_03 Scale 0.5 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+106, 208078, 0, 4, 1437, '0', 0, 0, -10950.470703125, -2725.845458984375, 9.944890975952148437, 0.331610709428787231, 0, 0, 0.16504669189453125, 0.986285746097564697, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 0.5 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+107, 208078, 0, 4, 1437, '0', 0, 0, -11021.896484375, -2750.913330078125, 5.953338623046875, 5.881760597229003906, 0, 0, -0.19936752319335937, 0.979924798011779785, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 0.5 (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 +(@OGUID+108, 208144, 0, 4, 1437, '0', 0, 0, -10858.763671875, -2676.095458984375, 9.80770111083984375, 5.078907966613769531, 0, 0, -0.56640625, 0.824126183986663818, 120, 255, 1, 51886); -- Candy Bucket (Area: Dreadmaul Hold - Difficulty: 0) CreateObject1 + +-- Event spawns +DELETE FROM `game_event_creature` WHERE `eventEntry`=12 AND `guid`=@CGUID+0; +INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES +(12, @CGUID+0); + +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+108; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48), +(12, @OGUID+49), +(12, @OGUID+50), +(12, @OGUID+51), +(12, @OGUID+52), +(12, @OGUID+53), +(12, @OGUID+54), +(12, @OGUID+55), +(12, @OGUID+56), +(12, @OGUID+57), +(12, @OGUID+58), +(12, @OGUID+59), +(12, @OGUID+60), +(12, @OGUID+61), +(12, @OGUID+62), +(12, @OGUID+63), +(12, @OGUID+64), +(12, @OGUID+65), +(12, @OGUID+66), +(12, @OGUID+67), +(12, @OGUID+68), +(12, @OGUID+69), +(12, @OGUID+70), +(12, @OGUID+71), +(12, @OGUID+72), +(12, @OGUID+73), +(12, @OGUID+74), +(12, @OGUID+75), +(12, @OGUID+76), +(12, @OGUID+77), +(12, @OGUID+78), +(12, @OGUID+79), +(12, @OGUID+80), +(12, @OGUID+81), +(12, @OGUID+82), +(12, @OGUID+83), +(12, @OGUID+84), +(12, @OGUID+85), +(12, @OGUID+86), +(12, @OGUID+87), +(12, @OGUID+88), +(12, @OGUID+89), +(12, @OGUID+90), +(12, @OGUID+91), +(12, @OGUID+92), +(12, @OGUID+93), +(12, @OGUID+94), +(12, @OGUID+95), +(12, @OGUID+96), +(12, @OGUID+97), +(12, @OGUID+98), +(12, @OGUID+99), +(12, @OGUID+100), +(12, @OGUID+101), +(12, @OGUID+102), +(12, @OGUID+103), +(12, @OGUID+104), +(12, @OGUID+105), +(12, @OGUID+106), +(12, @OGUID+107), +(12, @OGUID+108); + +-- +SET @CGUID := 3800276; +SET @OGUID := 3804160; + +-- Old creature spawns +DELETE FROM `creature` WHERE `guid` BETWEEN 3000348 AND 3000349; +DELETE FROM `creature_addon` WHERE `guid` BETWEEN 3000348 AND 3000349; +DELETE FROM `game_event_creature` WHERE `guid` BETWEEN 3000348 AND 3000349; + +-- Creature spawns +DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+1; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES +(@CGUID+0, 22816, 0, 4, 1438, '0', 0, 0, 0, 0, -11012.487234375, -3373.503349609375, 64.28792919921875, 6.144051074981689453, 120, 10, 0, 1129, 0, 1, NULL, NULL, NULL, NULL, 51886), -- Black Cat (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@CGUID+1, 22816, 0, 4, 1438, '0', 0, 0, 0, 0, -11112.21575, -3435.637314453125, 79.3337249755859375, 5.947369098663330078, 120, 5, 0, 1129, 0, 1, NULL, NULL, NULL, NULL, 51886); -- Black Cat (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3005783 AND 3005884; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3005783 AND 3005884; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3005783 AND 3005884; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+101; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 0, 4, 1438, '0', 0, 0, -11046.2568359375, -3398.210205078125, 68.50495147705078125, 2.303830623626708984, 0, 0, 0.913544654846191406, 0.406738430261611938, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+1, 180405, 0, 4, 1438, '0', 0, 0, -10953.7744140625, -3383.772705078125, 68.44934844970703125, 5.061456203460693359, 0, 0, -0.57357597351074218, 0.819152355194091796, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+2, 180405, 0, 4, 1438, '0', 0, 0, -11112.546875, -3439.303955078125, 79.0820465087890625, 4.136432647705078125, 0, 0, -0.87881660461425781, 0.477159708738327026, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+3, 180406, 0, 4, 1438, '0', 0, 0, -11039.2431640625, -3408.854248046875, 68.50495147705078125, 2.757613182067871093, 0, 0, 0.981626510620117187, 0.190812408924102783, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+4, 180407, 0, 4, 1438, '0', 0, 0, -10956.626953125, -3396.229248046875, 68.44934844970703125, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+5, 180408, 0, 4, 1438, '0', 0, 0, -11108.298828125, -3456.411376953125, 70.87290191650390625, 2.111847877502441406, 0, 0, 0.870355606079101562, 0.492423713207244873, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+6, 180408, 0, 4, 1438, '0', 0, 0, -11125.279296875, -3517.567626953125, 71.086181640625, 4.939284324645996093, 0, 0, -0.6225137710571289, 0.78260880708694458, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+7, 180408, 0, 4, 1438, '0', 0, 0, -11152.001953125, -3485.15283203125, 71.06095123291015625, 6.073746204376220703, 0, 0, -0.10452842712402343, 0.994521915912628173, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+8, 180410, 0, 4, 1438, '0', 0, 0, -11028.6494140625, -3371.7744140625, 66.39879608154296875, 4.991643905639648437, 0, 0, -0.60181427001953125, 0.798636078834533691, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+9, 180410, 0, 4, 1438, '0', 0, 0, -10967.154296875, -3404.897705078125, 65.5581817626953125, 2.932138919830322265, 0, 0, 0.994521141052246093, 0.104535527527332305, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+10, 180411, 0, 4, 1438, '0', 0, 0, -10949.705078125, -3391.489501953125, 71.04183197021484375, 5.777040958404541015, 0, 0, -0.25037956237792968, 0.968147754669189453, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+11, 180411, 0, 4, 1438, '0', 0, 0, -11047.3134765625, -3406.522705078125, 71.12029266357421875, 3.298687219619750976, 0, 0, -0.99691677093505859, 0.078466430306434631, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+12, 180415, 0, 4, 1438, '0', 0, 0, -11007.8974609375, -3387.109375, 64.48087310791015625, 4.328419685363769531, 0, 0, -0.82903671264648437, 0.559194147586822509, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+13, 180415, 0, 4, 1438, '0', 0, 0, -11003.7451171875, -3386.578125, 63.8908843994140625, 4.031712055206298828, 0, 0, -0.90258502960205078, 0.430511653423309326, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+14, 180415, 0, 4, 1438, '0', 0, 0, -11003.0712890625, -3390.8056640625, 63.75310516357421875, 3.560472726821899414, 0, 0, -0.97814750671386718, 0.207912087440490722, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+15, 180415, 0, 4, 1438, '0', 0, 0, -10992.6826171875, -3433.53466796875, 63.59180450439453125, 5.811946868896484375, 0, 0, -0.2334451675415039, 0.972369968891143798, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+16, 180415, 0, 4, 1438, '0', 0, 0, -10992.419921875, -3437.6494140625, 63.86163330078125, 4.502951622009277343, 0, 0, -0.7771453857421875, 0.629321098327636718, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+17, 180415, 0, 4, 1438, '0', 0, 0, -10989.0888671875, -3435.640625, 63.54892349243164062, 4.433136463165283203, 0, 0, -0.79863548278808593, 0.60181504487991333, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+18, 180415, 0, 4, 1438, '0', 0, 0, -11012.861328125, -3455.848876953125, 66.6010284423828125, 3.508116960525512695, 0, 0, -0.98325443267822265, 0.182238012552261352, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+19, 180415, 0, 4, 1438, '0', 0, 0, -10967.4482421875, -3456.046875, 66.58673095703125, 5.95157480239868164, 0, 0, -0.16504669189453125, 0.986285746097564697, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+20, 180415, 0, 4, 1438, '0', 0, 0, -11008.6025390625, -3455.60595703125, 66.57810211181640625, 5.340708732604980468, 0, 0, -0.45398998260498046, 0.891006767749786376, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+21, 180415, 0, 4, 1438, '0', 0, 0, -10966.169921875, -3452.09716796875, 66.55905914306640625, 6.021387100219726562, 0, 0, -0.13052558898925781, 0.991444945335388183, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+22, 180415, 0, 4, 1438, '0', 0, 0, -11004.4736328125, -3455.951416015625, 66.61136627197265625, 4.049167633056640625, 0, 0, -0.89879322052001953, 0.438372820615768432, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+23, 180415, 0, 4, 1438, '0', 0, 0, -11045.9287109375, -3459.416748046875, 67.31052398681640625, 4.310965538024902343, 0, 0, -0.83388519287109375, 0.55193793773651123, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+24, 180415, 0, 4, 1438, '0', 0, 0, -11042.7255859375, -3462.057373046875, 66.82050323486328125, 3.94444584846496582, 0, 0, -0.92050457000732421, 0.3907318115234375, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+25, 180415, 0, 4, 1438, '0', 0, 0, -11032.5107421875, -3470.604248046875, 66.594390869140625, 3.351046562194824218, 0, 0, -0.99452114105224609, 0.104535527527332305, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+26, 180415, 0, 4, 1438, '0', 0, 0, -11038.96875, -3465.2900390625, 66.58574676513671875, 3.94444584846496582, 0, 0, -0.92050457000732421, 0.3907318115234375, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+27, 180415, 0, 4, 1438, '0', 0, 0, -11048.8212890625, -3462.52783203125, 67.19550323486328125, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+28, 180415, 0, 4, 1438, '0', 0, 0, -11035.7861328125, -3468.032958984375, 66.60455322265625, 3.612837791442871093, 0, 0, -0.97236919403076171, 0.233448356389999389, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+29, 180415, 0, 4, 1438, '0', 0, 0, -11051.0732421875, -3466.00341796875, 66.90793609619140625, 4.520402908325195312, 0, 0, -0.77162456512451171, 0.636078238487243652, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+30, 180415, 0, 4, 1438, '0', 0, 0, -11055.203125, -3466.59716796875, 66.846954345703125, 5.393068790435791015, 0, 0, -0.43051052093505859, 0.902585566043853759, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+31, 180415, 0, 4, 1438, '0', 0, 0, -11071.5986328125, -3465.663330078125, 66.597442626953125, 3.769911527633666992, 0, 0, -0.95105648040771484, 0.309017121791839599, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+32, 180415, 0, 4, 1438, '0', 0, 0, -11111.603515625, -3431.255126953125, 79.07505035400390625, 6.12610626220703125, 0, 0, -0.07845878601074218, 0.996917366981506347, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+33, 180415, 0, 4, 1438, '0', 0, 0, -11060.896484375, -3472.623291015625, 66.6041107177734375, 5.323255538940429687, 0, 0, -0.46174812316894531, 0.887011110782623291, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+34, 180415, 0, 4, 1438, '0', 0, 0, -11058.392578125, -3469.270751953125, 66.70288848876953125, 3.700104713439941406, 0, 0, -0.96126079559326171, 0.275640487670898437, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+35, 180415, 0, 4, 1438, '0', 0, 0, -11075.765625, -3466.154541015625, 66.54193878173828125, 3.508116960525512695, 0, 0, -0.98325443267822265, 0.182238012552261352, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+36, 180415, 0, 4, 1438, '0', 0, 0, -11032.47265625, -3474.798583984375, 66.64788818359375, 3.071766138076782226, 0, 0, 0.999390602111816406, 0.034906134009361267, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+37, 180415, 0, 4, 1438, '0', 0, 0, -11108.7470703125, -3438.609375, 79.2433624267578125, 0.942476630210876464, 0, 0, 0.453989982604980468, 0.891006767749786376, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+38, 180415, 0, 4, 1438, '0', 0, 0, -11076.154296875, -3462.036376953125, 66.615234375, 3.9793548583984375, 0, 0, -0.9135446548461914, 0.406738430261611938, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+39, 180415, 0, 4, 1438, '0', 0, 0, -11115.7783203125, -3432.84033203125, 78.82354736328125, 4.852017402648925781, 0, 0, -0.65605831146240234, 0.754710197448730468, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+40, 180415, 0, 4, 1438, '0', 0, 0, -11108.001953125, -3434.05908203125, 79.25872802734375, 5.70722818374633789, 0, 0, -0.28401470184326171, 0.958819925785064697, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+41, 180415, 0, 4, 1438, '0', 0, 0, -11034.64453125, -3478.34033203125, 66.59519195556640625, 2.792518377304077148, 0, 0, 0.984807014465332031, 0.173652306199073791, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+42, 180415, 0, 4, 1438, '0', 0, 0, -11063.046875, -3476.25, 66.63637542724609375, 4.415683269500732421, 0, 0, -0.80385684967041015, 0.594822824001312255, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+43, 180415, 0, 4, 1438, '0', 0, 0, -11066.9619140625, -3477.62841796875, 66.58322906494140625, 5.323255538940429687, 0, 0, -0.46174812316894531, 0.887011110782623291, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+44, 180415, 0, 4, 1438, '0', 0, 0, -11073.138671875, -3478.28125, 66.56403350830078125, 5.602506637573242187, 0, 0, -0.33380699157714843, 0.942641437053680419, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+45, 180415, 0, 4, 1438, '0', 0, 0, -11036.8662109375, -3481.890625, 66.60845947265625, 2.478367090225219726, 0, 0, 0.94551849365234375, 0.325568377971649169, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+46, 180415, 0, 4, 1438, '0', 0, 0, -11070.3076171875, -3475.1337890625, 66.5517730712890625, 4.345870018005371093, 0, 0, -0.82412624359130859, 0.566406130790710449, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+47, 180415, 0, 4, 1438, '0', 0, 0, -11042.8994140625, -3487.342041015625, 66.60446929931640625, 1.867502212524414062, 0, 0, 0.803856849670410156, 0.594822824001312255, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+48, 180415, 0, 4, 1438, '0', 0, 0, -11045.111328125, -3490.895751953125, 66.661651611328125, 1.675513744354248046, 0, 0, 0.743144035339355468, 0.669131457805633544, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+49, 180415, 0, 4, 1438, '0', 0, 0, -11039.14453125, -3485.421875, 66.65476226806640625, 2.164205789566040039, 0, 0, 0.882946968078613281, 0.469472706317901611, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+50, 180415, 0, 4, 1438, '0', 0, 0, -11072.904296875, -3489.765625, 66.5834808349609375, 3.508116960525512695, 0, 0, -0.98325443267822265, 0.182238012552261352, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+51, 180415, 0, 4, 1438, '0', 0, 0, -11075.107421875, -3486.161376953125, 66.5663909912109375, 5.480334281921386718, 0, 0, -0.39073085784912109, 0.920504987239837646, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+52, 180415, 0, 4, 1438, '0', 0, 0, -11047.4482421875, -3494.435791015625, 66.66265869140625, 1.553341388702392578, 0, 0, 0.700908660888671875, 0.713251054286956787, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+53, 180415, 0, 4, 1438, '0', 0, 0, -11075.185546875, -3481.942626953125, 66.5948638916015625, 4.049167633056640625, 0, 0, -0.89879322052001953, 0.438372820615768432, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+54, 180415, 0, 4, 1438, '0', 0, 0, -11050.9580078125, -3492.013916015625, 66.65380859375, 1.361356139183044433, 0, 0, 0.629320144653320312, 0.77714616060256958, 120, 255, 1, 51886), -- CandleBlack01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+55, 180425, 0, 4, 1438, '0', 0, 0, -11110.8369140625, -3440.078125, 79.17050933837890625, 1.902408957481384277, 0, 0, 0.814115524291992187, 0.580702960491180419, 120, 255, 1, 51886), -- SkullCandle01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+56, 180425, 0, 4, 1438, '0', 0, 0, -11114.23828125, -3431.279541015625, 79.03771209716796875, 5.113816738128662109, 0, 0, -0.55193614959716796, 0.833886384963989257, 120, 255, 1, 51886), -- SkullCandle01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+57, 180425, 0, 4, 1438, '0', 0, 0, -11107.658203125, -3436.515625, 79.3122406005859375, 2.932138919830322265, 0, 0, 0.994521141052246093, 0.104535527527332305, 120, 255, 1, 51886), -- SkullCandle01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+58, 180425, 0, 4, 1438, '0', 0, 0, -11109.4482421875, -3432.0400390625, 79.20508575439453125, 4.014260292053222656, 0, 0, -0.90630722045898437, 0.422619491815567016, 120, 255, 1, 51886), -- SkullCandle01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+59, 180426, 0, 4, 1438, '0', 0, 0, -10997.2392578125, -3380.545166015625, 89.46469879150390625, 1.204277276992797851, 0, 0, 0.56640625, 0.824126183986663818, 120, 255, 1, 51886), -- Bat01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+60, 180426, 0, 4, 1438, '0', 0, 0, -11000.5732421875, -3382.66845703125, 82.22509002685546875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+61, 180426, 0, 4, 1438, '0', 0, 0, -10995.95703125, -3386.975830078125, 91.05004119873046875, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 51886), -- Bat01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+62, 180426, 0, 4, 1438, '0', 0, 0, -11003.955078125, -3388.57470703125, 85.3719329833984375, 1.692969322204589843, 0, 0, 0.748955726623535156, 0.662620067596435546, 120, 255, 1, 51886), -- Bat01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+63, 180427, 0, 4, 1438, '0', 0, 0, -11000.595703125, -3385.57470703125, 81.42990875244140625, 3.508116960525512695, 0, 0, -0.98325443267822265, 0.182238012552261352, 120, 255, 1, 51886), -- Bat02 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+64, 180427, 0, 4, 1438, '0', 0, 0, -10996.6806640625, -3393.28125, 89.76798248291015625, 0.418878614902496337, 0, 0, 0.207911491394042968, 0.978147625923156738, 120, 255, 1, 51886), -- Bat02 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+65, 180427, 0, 4, 1438, '0', 0, 0, -10999.1884765625, -3386.288330078125, 86.4967193603515625, 1.815141916275024414, 0, 0, 0.788010597229003906, 0.615661680698394775, 120, 255, 1, 51886), -- Bat02 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+66, 180429, 0, 4, 1438, '0', 0, 0, -10933.642578125, -3500.63720703125, 67.3153839111328125, 3.298687219619750976, 0, 0, -0.99691677093505859, 0.078466430306434631, 120, 255, 1, 51886), -- G_WitchHat_01 scale 0.5 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+67, 180429, 0, 4, 1438, '0', 0, 0, -10939.17578125, -3499.270751953125, 67.45981597900390625, 2.042035102844238281, 0, 0, 0.852640151977539062, 0.522498607635498046, 120, 255, 1, 51886), -- G_WitchHat_01 scale 0.5 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+68, 180471, 0, 4, 1438, '0', 0, 0, -11030.7158203125, -3372.70654296875, 68.09624481201171875, 1.012289404869079589, 0, 0, 0.484808921813964843, 0.87462007999420166, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+69, 180471, 0, 4, 1438, '0', 0, 0, -11038.873046875, -3374.57470703125, 68.12918853759765625, 5.829400539398193359, 0, 0, -0.22495079040527343, 0.974370121955871582, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+70, 180471, 0, 4, 1438, '0', 0, 0, -11018.8701171875, -3369.736083984375, 68.20053863525390625, 1.221729278564453125, 0, 0, 0.573575973510742187, 0.819152355194091796, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+71, 180471, 0, 4, 1438, '0', 0, 0, -11026.794921875, -3372.272705078125, 68.19976806640625, 6.056293010711669921, 0, 0, -0.11320304870605468, 0.993571877479553222, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+72, 180471, 0, 4, 1438, '0', 0, 0, -11023.876953125, -3405.61279296875, 68.5333709716796875, 3.176533222198486328, 0, 0, -0.999847412109375, 0.017469281330704689, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+73, 180471, 0, 4, 1438, '0', 0, 0, -11019.4267578125, -3412.505126953125, 68.40533447265625, 1.500982880592346191, 0, 0, 0.681998252868652343, 0.731353819370269775, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+74, 180471, 0, 4, 1438, '0', 0, 0, -10960.185546875, -3450.748291015625, 69.7870330810546875, 4.241150379180908203, 0, 0, -0.85264015197753906, 0.522498607635498046, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+75, 180471, 0, 4, 1438, '0', 0, 0, -10961.013671875, -3452.0087890625, 69.78281402587890625, 3.9793548583984375, 0, 0, -0.9135446548461914, 0.406738430261611938, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+76, 180471, 0, 4, 1438, '0', 0, 0, -10960.5986328125, -3451.397705078125, 69.5558013916015625, 4.642575740814208984, 0, 0, -0.731353759765625, 0.681998312473297119, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+77, 180471, 0, 4, 1438, '0', 0, 0, -10959.4443359375, -3449.51904296875, 69.74945831298828125, 4.014260292053222656, 0, 0, -0.90630722045898437, 0.422619491815567016, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+78, 180471, 0, 4, 1438, '0', 0, 0, -11089.498046875, -3447.0556640625, 68.2094268798828125, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+79, 180471, 0, 4, 1438, '0', 0, 0, -11094.4345703125, -3440.463623046875, 68.1926727294921875, 4.694936752319335937, 0, 0, -0.71325016021728515, 0.700909554958343505, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+80, 180471, 0, 4, 1438, '0', 0, 0, -11053.6611328125, -3481.265625, 68.609283447265625, 2.844882726669311523, 0, 0, 0.989015579223632812, 0.147811368107795715, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+81, 180471, 0, 4, 1438, '0', 0, 0, -11053.013671875, -3481.751708984375, 68.48416900634765625, 2.286378860473632812, 0, 0, 0.909960746765136718, 0.414694398641586303, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+82, 180471, 0, 4, 1438, '0', 0, 0, -11052.419921875, -3482.138916015625, 68.35546112060546875, 2.600535154342651367, 0, 0, 0.963629722595214843, 0.26724100112915039, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+83, 180523, 0, 4, 1438, '0', 0, 0, -10916.763671875, -3421.395751953125, 66.54460906982421875, 3.194002151489257812, 0, 0, -0.99965667724609375, 0.026201646775007247, 120, 255, 1, 51886), -- Apple Bob (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+84, 185436, 0, 4, 1438, '0', 0, 0, -11051.0849609375, -3372.609375, 65.60971832275390625, 5.986480236053466796, 0, 0, -0.14780902862548828, 0.989015936851501464, 120, 255, 1, 51886), -- Sitting Skeleton 03 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+85, 185438, 0, 4, 1438, '0', 0, 0, -11044.9931640625, -3386.515625, 65.9428863525390625, 0.27925160527229309, 0, 0, 0.139172554016113281, 0.990268170833587646, 120, 255, 1, 51886), -- Sitting Skeleton 04 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+86, 207941, 0, 4, 1438, '0', 0, 0, -10989.783203125, -3471.6337890625, 80.555450439453125, 3.298687219619750976, 0, 0, -0.99691677093505859, 0.078466430306434631, 120, 255, 1, 51886), -- G_WitchHat_01 scale 2.0 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+87, 208058, 0, 4, 1438, '0', 0, 0, -10989.6162109375, -3471.885498046875, 75.31905364990234375, 3.717553615570068359, 0, 0, -0.95881938934326171, 0.284016460180282592, 120, 255, 1, 51886), -- G_Pumpkin_01 Scale 3.0 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+88, 208064, 0, 4, 1438, '0', 0, 0, -11058.4482421875, -3478.882080078125, 66.61786651611328125, 0.942476630210876464, 0, 0, 0.453989982604980468, 0.891006767749786376, 120, 255, 1, 51886), -- Web Corner (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+89, 208069, 0, 4, 1438, '0', 0, 0, -11000.8134765625, -3348.732666015625, 68.52735137939453125, 4.555310726165771484, 0, 0, -0.76040554046630859, 0.649448513984680175, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 0.5 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+90, 208069, 0, 4, 1438, '0', 0, 0, -11008.216796875, -3456.578125, 68.56320953369140625, 3.612837791442871093, 0, 0, -0.97236919403076171, 0.233448356389999389, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 0.5 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+91, 208069, 0, 4, 1438, '0', 0, 0, -11121.576171875, -3491.147705078125, 68.88101959228515625, 5.864306926727294921, 0, 0, -0.20791149139404296, 0.978147625923156738, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 0.5 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+92, 208071, 0, 4, 1438, '0', 0, 0, -10943.5361328125, -3392.60595703125, 66.8695220947265625, 6.056293010711669921, 0, 0, -0.11320304870605468, 0.993571877479553222, 120, 255, 1, 51886), -- Web Hanging Scale 3.0 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+93, 208071, 0, 4, 1438, '0', 0, 0, -11051.798828125, -3409.385498046875, 67.65984344482421875, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 51886), -- Web Hanging Scale 3.0 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+94, 208072, 0, 4, 1438, '0', 0, 0, -11004.484375, -3387.739501953125, 66.05234527587890625, 2.146752834320068359, 0, 0, 0.878816604614257812, 0.477159708738327026, 120, 255, 1, 51886), -- G_Pumpkin_03 Scale 0.5 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+95, 208072, 0, 4, 1438, '0', 0, 0, -10965.5849609375, -3452.92529296875, 68.64261627197265625, 3.543023586273193359, 0, 0, -0.97992420196533203, 0.199370384216308593, 120, 255, 1, 51886), -- G_Pumpkin_03 Scale 0.5 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+96, 208072, 0, 4, 1438, '0', 0, 0, -11042.3408203125, -3461.288330078125, 68.84896087646484375, 1.274088263511657714, 0, 0, 0.594821929931640625, 0.80385744571685791, 120, 255, 1, 51886), -- G_Pumpkin_03 Scale 0.5 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+97, 208078, 0, 4, 1438, '0', 0, 0, -11013.6962890625, -3351.61279296875, 68.85970306396484375, 2.775068521499633789, 0, 0, 0.983254432678222656, 0.182238012552261352, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 0.5 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+98, 208078, 0, 4, 1438, '0', 0, 0, -10992.0361328125, -3434.739501953125, 65.70574951171875, 4.084071159362792968, 0, 0, -0.8910064697265625, 0.453990638256072998, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 0.5 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+99, 208078, 0, 4, 1438, '0', 0, 0, -11075.2119140625, -3465.170166015625, 68.61144256591796875, 0.418878614902496337, 0, 0, 0.207911491394042968, 0.978147625923156738, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 0.5 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+100, 208078, 0, 4, 1438, '0', 0, 0, -11132.201171875, -3480.095458984375, 68.84516143798828125, 5.864306926727294921, 0, 0, -0.20791149139404296, 0.978147625923156738, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 0.5 (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 +(@OGUID+101, 208122, 0, 4, 1438, '0', 0, 0, -10926.87890625, -3416.520751953125, 66.49752044677734375, 5.131268978118896484, 0, 0, -0.54463863372802734, 0.838670849800109863, 120, 255, 1, 51886); -- Candy Bucket (Area: Nethergarde Keep - Difficulty: 0) CreateObject1 + +-- Event spawns +DELETE FROM `game_event_creature` WHERE `eventEntry`=12 AND `guid` BETWEEN @CGUID+0 AND @CGUID+1; +INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES +(12, @CGUID+0), +(12, @CGUID+1); + +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+101; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48), +(12, @OGUID+49), +(12, @OGUID+50), +(12, @OGUID+51), +(12, @OGUID+52), +(12, @OGUID+53), +(12, @OGUID+54), +(12, @OGUID+55), +(12, @OGUID+56), +(12, @OGUID+57), +(12, @OGUID+58), +(12, @OGUID+59), +(12, @OGUID+60), +(12, @OGUID+61), +(12, @OGUID+62), +(12, @OGUID+63), +(12, @OGUID+64), +(12, @OGUID+65), +(12, @OGUID+66), +(12, @OGUID+67), +(12, @OGUID+68), +(12, @OGUID+69), +(12, @OGUID+70), +(12, @OGUID+71), +(12, @OGUID+72), +(12, @OGUID+73), +(12, @OGUID+74), +(12, @OGUID+75), +(12, @OGUID+76), +(12, @OGUID+77), +(12, @OGUID+78), +(12, @OGUID+79), +(12, @OGUID+80), +(12, @OGUID+81), +(12, @OGUID+82), +(12, @OGUID+83), +(12, @OGUID+84), +(12, @OGUID+85), +(12, @OGUID+86), +(12, @OGUID+87), +(12, @OGUID+88), +(12, @OGUID+89), +(12, @OGUID+90), +(12, @OGUID+91), +(12, @OGUID+92), +(12, @OGUID+93), +(12, @OGUID+94), +(12, @OGUID+95), +(12, @OGUID+96), +(12, @OGUID+97), +(12, @OGUID+98), +(12, @OGUID+99), +(12, @OGUID+100), +(12, @OGUID+101); + +-- +SET @CGUID := 3800278; +SET @OGUID := 3804262; + +-- Old creature spawns +DELETE FROM `creature` WHERE `guid` BETWEEN 3000350 AND 3000350; +DELETE FROM `creature_addon` WHERE `guid` BETWEEN 3000350 AND 3000350; +DELETE FROM `game_event_creature` WHERE `guid` BETWEEN 3000350 AND 3000350; + +-- Creature spawns +DELETE FROM `creature` WHERE `guid`=@CGUID+0; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES +(@CGUID+0, 22816, 0, 4, 5084, '0', 0, 0, 0, 0, -12741.9541875, -2933.1281921875, 7.111256122589111328, 3.494016647338867187, 120, 10, 0, 1129, 0, 1, NULL, NULL, NULL, NULL, 51886); -- Black Cat (Area: Surwich - Difficulty: 0) CreateObject1 (possible waypoints or random movement) + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3005885 AND 3005997; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3005885 AND 3005997; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3005885 AND 3005997; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+112; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 0, 4, 5044, '0', 0, 0, -12685.798828125, -2862.810791015625, 3.037108659744262695, 5.567600727081298828, 0, 0, -0.35020732879638671, 0.936672210693359375, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1 +(@OGUID+1, 180405, 0, 4, 5044, '0', 0, 0, -12716.896484375, -2910.138916015625, 1.61208510398864746, 2.949595451354980468, 0, 0, 0.995395660400390625, 0.095851235091686248, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1 +(@OGUID+2, 180405, 0, 4, 5084, '0', 0, 0, -12759.5517578125, -2905.5244140625, 8.800129890441894531, 0.488691210746765136, 0, 0, 0.241921424865722656, 0.970295846462249755, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Surwich - Difficulty: 0) CreateObject1 +(@OGUID+3, 180405, 0, 4, 5084, '0', 0, 0, -12745.5244140625, -2921.546875, 8.818005561828613281, 2.844882726669311523, 0, 0, 0.989015579223632812, 0.147811368107795715, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Surwich - Difficulty: 0) CreateObject1 +(@OGUID+4, 180406, 0, 4, 5044, '0', 0, 0, -12721.1181640625, -2957.1181640625, 8.849879264831542968, 3.106652259826660156, 0, 0, 0.999847412109375, 0.017469281330704689, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Tainted Forest - Difficulty: 0) CreateObject1 +(@OGUID+5, 180406, 0, 4, 5044, '0', 0, 0, -12730.048828125, -2933.076416015625, 8.765553474426269531, 3.159062385559082031, 0, 0, -0.99996185302734375, 0.008734640665352344, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Tainted Forest - Difficulty: 0) CreateObject1 +(@OGUID+6, 180406, 0, 4, 5084, '0', 0, 0, -12769.955078125, -2918.873291015625, 8.788874626159667968, 2.199114561080932617, 0, 0, 0.8910064697265625, 0.453990638256072998, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Surwich - Difficulty: 0) CreateObject1 +(@OGUID+7, 180406, 0, 4, 5084, '0', 0, 0, -12751.7255859375, -2878.73779296875, 1.754202008247375488, 2.513273954391479492, 0, 0, 0.951056480407714843, 0.309017121791839599, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Surwich - Difficulty: 0) CreateObject1 +(@OGUID+8, 180407, 0, 4, 5044, '0', 0, 0, -12710.6181640625, -2942.89404296875, 8.910387992858886718, 5.044002056121826171, 0, 0, -0.58070278167724609, 0.814115643501281738, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: The Tainted Forest - Difficulty: 0) CreateObject1 +(@OGUID+9, 180407, 0, 4, 5084, '0', 0, 0, -12714.794921875, -2846.380126953125, 1.40623021125793457, 0.226892471313476562, 0, 0, 0.113203048706054687, 0.993571877479553222, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Surwich - Difficulty: 0) CreateObject1 +(@OGUID+10, 180408, 0, 4, 5044, '0', 0, 0, -12685.8017578125, -2862.826416015625, 4.647865772247314453, 5.288348197937011718, 0, 0, -0.4771585464477539, 0.878817260265350341, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1 +(@OGUID+11, 180411, 0, 4, 5044, '0', 0, 0, -12693.455078125, -2863.788330078125, 19.14152717590332031, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 51886), -- G_Ghost_01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1 +(@OGUID+12, 180411, 0, 4, 5084, '0', 0, 0, -12759.9892578125, -2856.083251953125, 15.28971195220947265, 2.111847877502441406, 0, 0, 0.870355606079101562, 0.492423713207244873, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Surwich - Difficulty: 0) CreateObject1 +(@OGUID+13, 180415, 0, 4, 5044, '0', 0, 0, -12667.955078125, -2908.920166015625, 3.875008106231689453, 1.623155713081359863, 0, 0, 0.725374221801757812, 0.688354730606079101, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1 +(@OGUID+14, 180415, 0, 4, 5044, '0', 0, 0, -12687.06640625, -2908.100830078125, 4.126121997833251953, 3.24634718894958496, 0, 0, -0.99862861633300781, 0.052353221923112869, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1 +(@OGUID+15, 180415, 0, 4, 5044, '0', 0, 0, -12648.625, -2906.263916015625, 3.721983671188354492, 1.867502212524414062, 0, 0, 0.803856849670410156, 0.594822824001312255, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1 +(@OGUID+16, 180415, 0, 4, 5044, '0', 0, 0, -12665.40625, -2908.751708984375, 4.07225799560546875, 3.194002151489257812, 0, 0, -0.99965667724609375, 0.026201646775007247, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1 +(@OGUID+17, 180415, 0, 4, 5044, '0', 0, 0, -12659.4130859375, -2908.671875, 3.901810646057128906, 4.049167633056640625, 0, 0, -0.89879322052001953, 0.438372820615768432, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1 +(@OGUID+18, 180415, 0, 4, 5044, '0', 0, 0, -12671.03125, -2908.654541015625, 3.99348759651184082, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1 +(@OGUID+19, 180415, 0, 4, 5044, '0', 0, 0, -12676.6142578125, -2908.326416015625, 4.286301136016845703, 4.014260292053222656, 0, 0, -0.90630722045898437, 0.422619491815567016, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1 +(@OGUID+20, 180415, 0, 4, 5044, '0', 0, 0, -12684.09765625, -2908.095458984375, 4.182917594909667968, 0.715584874153137207, 0, 0, 0.350207328796386718, 0.936672210693359375, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1 +(@OGUID+21, 180415, 0, 4, 5044, '0', 0, 0, -12662.3818359375, -2908.845458984375, 3.846030473709106445, 0.750490784645080566, 0, 0, 0.3665008544921875, 0.93041771650314331, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1 +(@OGUID+22, 180415, 0, 4, 5044, '0', 0, 0, -12654.31640625, -2908.96875, 3.841618061065673828, 4.939284324645996093, 0, 0, -0.6225137710571289, 0.78260880708694458, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1 +(@OGUID+23, 180415, 0, 4, 5044, '0', 0, 0, -12679.107421875, -2908.28466796875, 3.994385719299316406, 1.518436193466186523, 0, 0, 0.6883544921875, 0.725374460220336914, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1 +(@OGUID+24, 180415, 0, 4, 5044, '0', 0, 0, -12656.794921875, -2908.935791015625, 4.144119739532470703, 1.553341388702392578, 0, 0, 0.700908660888671875, 0.713251054286956787, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1 +(@OGUID+25, 180415, 0, 4, 5044, '0', 0, 0, -12681.6142578125, -2908.303955078125, 4.220055103302001953, 2.024578809738159179, 0, 0, 0.848047256469726562, 0.529920578002929687, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1 +(@OGUID+26, 180415, 0, 4, 5044, '0', 0, 0, -12649.267578125, -2908.963623046875, 4.03537750244140625, 0.488691210746765136, 0, 0, 0.241921424865722656, 0.970295846462249755, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1 +(@OGUID+27, 180415, 0, 4, 5044, '0', 0, 0, -12651.7744140625, -2908.8212890625, 4.07260751724243164, 3.281238555908203125, 0, 0, -0.99756336212158203, 0.069766148924827575, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1 +(@OGUID+28, 180415, 0, 4, 5044, '0', 0, 0, -12673.576171875, -2908.57470703125, 4.17918252944946289, 1.047197580337524414, 0, 0, 0.5, 0.866025388240814208, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1 +(@OGUID+29, 180415, 0, 4, 5044, '0', 0, 0, -12687.3232421875, -2894.210205078125, 3.616232156753540039, 5.393068790435791015, 0, 0, -0.43051052093505859, 0.902585566043853759, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1 +(@OGUID+30, 180415, 0, 4, 5044, '0', 0, 0, -12687.423828125, -2876.491455078125, 4.013937950134277343, 3.996806621551513671, 0, 0, -0.90996074676513671, 0.414694398641586303, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1 +(@OGUID+31, 180415, 0, 4, 5044, '0', 0, 0, -12681.7119140625, -2874.029541015625, 3.913488149642944335, 1.466075778007507324, 0, 0, 0.669130325317382812, 0.74314504861831665, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1 +(@OGUID+32, 180415, 0, 4, 5044, '0', 0, 0, -12687.1767578125, -2904.4306640625, 4.012222766876220703, 5.393068790435791015, 0, 0, -0.43051052093505859, 0.902585566043853759, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1 +(@OGUID+33, 180415, 0, 4, 5044, '0', 0, 0, -12684.21875, -2874.145751953125, 4.145032405853271484, 2.146752834320068359, 0, 0, 0.878816604614257812, 0.477159708738327026, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1 +(@OGUID+34, 180415, 0, 4, 5044, '0', 0, 0, -12687.0693359375, -2901.770751953125, 3.826684236526489257, 5.393068790435791015, 0, 0, -0.43051052093505859, 0.902585566043853759, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1 +(@OGUID+35, 180415, 0, 4, 5044, '0', 0, 0, -12687.173828125, -2899.2275390625, 4.019043445587158203, 5.393068790435791015, 0, 0, -0.43051052093505859, 0.902585566043853759, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1 +(@OGUID+36, 180415, 0, 4, 5044, '0', 0, 0, -12673.1943359375, -2874.4619140625, 4.252676963806152343, 5.305802345275878906, 0, 0, -0.46947097778320312, 0.882947921752929687, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1 +(@OGUID+37, 180415, 0, 4, 5044, '0', 0, 0, -12687.294921875, -2881.51904296875, 4.082584381103515625, 5.427974700927734375, 0, 0, -0.41469287872314453, 0.909961462020874023, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1 +(@OGUID+38, 180415, 0, 4, 5044, '0', 0, 0, -12676.19140625, -2874.2431640625, 4.106088161468505859, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1 +(@OGUID+39, 180415, 0, 4, 5044, '0', 0, 0, -12687.451171875, -2884.538330078125, 3.975873231887817382, 0.191985160112380981, 0, 0, 0.095845222473144531, 0.995396256446838378, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1 +(@OGUID+40, 180415, 0, 4, 5044, '0', 0, 0, -12665.41015625, -2874.4462890625, 4.035517215728759765, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1 +(@OGUID+41, 180415, 0, 4, 5044, '0', 0, 0, -12713.013671875, -2940.833251953125, 9.393002510070800781, 4.537858963012695312, 0, 0, -0.76604366302490234, 0.642788589000701904, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1 +(@OGUID+42, 180415, 0, 4, 5044, '0', 0, 0, -12687.3994140625, -2887.09375, 3.787144660949707031, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1 +(@OGUID+43, 180415, 0, 4, 5044, '0', 0, 0, -12687.2783203125, -2896.1337890625, 3.652406930923461914, 5.393068790435791015, 0, 0, -0.43051052093505859, 0.902585566043853759, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1 +(@OGUID+44, 180415, 0, 4, 5044, '0', 0, 0, -12687.2783203125, -2879.015625, 3.783233165740966796, 4.625123500823974609, 0, 0, -0.73727703094482421, 0.67559051513671875, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1 +(@OGUID+45, 180415, 0, 4, 5044, '0', 0, 0, -12670.56640625, -2874.55029296875, 4.069497585296630859, 4.817109584808349609, 0, 0, -0.66913032531738281, 0.74314504861831665, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1 +(@OGUID+46, 180415, 0, 4, 5044, '0', 0, 0, -12679.142578125, -2874.04345703125, 4.208169460296630859, 0.715584874153137207, 0, 0, 0.350207328796386718, 0.936672210693359375, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1 +(@OGUID+47, 180415, 0, 4, 5044, '0', 0, 0, -12667.9931640625, -2874.428955078125, 4.261453151702880859, 3.752462387084960937, 0, 0, -0.95371627807617187, 0.300707906484603881, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1 +(@OGUID+48, 180415, 0, 4, 5044, '0', 0, 0, -12657.8681640625, -2849.579833984375, 5.128314971923828125, 2.530723094940185546, 0, 0, 0.953716278076171875, 0.300707906484603881, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1 +(@OGUID+49, 180415, 0, 4, 5044, '0', 0, 0, -12658.0634765625, -2849.763916015625, 4.958123207092285156, 2.530723094940185546, 0, 0, 0.953716278076171875, 0.300707906484603881, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1 +(@OGUID+50, 180415, 0, 4, 5044, '0', 0, 0, -12715.5693359375, -2939.142333984375, 9.447949409484863281, 4.049167633056640625, 0, 0, -0.89879322052001953, 0.438372820615768432, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1 +(@OGUID+51, 180415, 0, 4, 5044, '0', 0, 0, -12723.767578125, -2932.552001953125, 9.554886817932128906, 4.398232460021972656, 0, 0, -0.80901622772216796, 0.587786316871643066, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1 +(@OGUID+52, 180415, 0, 4, 5044, '0', 0, 0, -12658.013671875, -2850.007080078125, 5.12425851821899414, 4.206246376037597656, 0, 0, -0.86162853240966796, 0.50753939151763916, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1 +(@OGUID+53, 180415, 0, 4, 5044, '0', 0, 0, -12687.271484375, -2874.017333984375, 3.974351167678833007, 3.298687219619750976, 0, 0, -0.99691677093505859, 0.078466430306434631, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1 +(@OGUID+54, 180415, 0, 4, 5044, '0', 0, 0, -12717.517578125, -2937.298583984375, 9.684453010559082031, 3.682650327682495117, 0, 0, -0.96362972259521484, 0.26724100112915039, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1 +(@OGUID+55, 180415, 0, 4, 5044, '0', 0, 0, -12721.78515625, -2934.239501953125, 9.566246986389160156, 4.293513298034667968, 0, 0, -0.8386697769165039, 0.544640243053436279, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1 +(@OGUID+56, 180415, 0, 4, 5044, '0', 0, 0, -12719.62890625, -2935.71533203125, 9.375110626220703125, 5.427974700927734375, 0, 0, -0.41469287872314453, 0.909961462020874023, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1 +(@OGUID+57, 180415, 0, 4, 5084, '0', 0, 0, -12748.7392578125, -2913.663330078125, 9.516018867492675781, 5.218535900115966796, 0, 0, -0.507537841796875, 0.861629426479339599, 120, 255, 1, 51886), -- CandleBlack01 (Area: Surwich - Difficulty: 0) CreateObject1 +(@OGUID+58, 180415, 0, 4, 5084, '0', 0, 0, -12750.896484375, -2912.157958984375, 9.345971107482910156, 4.223697185516357421, 0, 0, -0.85716724395751953, 0.515038192272186279, 120, 255, 1, 51886), -- CandleBlack01 (Area: Surwich - Difficulty: 0) CreateObject1 +(@OGUID+59, 180415, 0, 4, 5084, '0', 0, 0, -12752.9892578125, -2910.59716796875, 9.568341255187988281, 4.223697185516357421, 0, 0, -0.85716724395751953, 0.515038192272186279, 120, 255, 1, 51886), -- CandleBlack01 (Area: Surwich - Difficulty: 0) CreateObject1 +(@OGUID+60, 180415, 0, 4, 5084, '0', 0, 0, -12739.59765625, -2893.65966796875, 2.907981634140014648, 3.857182979583740234, 0, 0, -0.93667125701904296, 0.350209832191467285, 120, 255, 1, 51886), -- CandleBlack01 (Area: Surwich - Difficulty: 0) CreateObject1 +(@OGUID+61, 180415, 0, 4, 5084, '0', 0, 0, -12753.6181640625, -2877.29345703125, 3.465916395187377929, 6.108653545379638671, 0, 0, -0.08715534210205078, 0.996194720268249511, 120, 255, 1, 51886), -- CandleBlack01 (Area: Surwich - Difficulty: 0) CreateObject1 +(@OGUID+62, 180415, 0, 4, 5084, '0', 0, 0, -12744.228515625, -2916.854248046875, 8.778136253356933593, 4.869470596313476562, 0, 0, -0.64944744110107421, 0.760406434535980224, 120, 255, 1, 51886), -- CandleBlack01 (Area: Surwich - Difficulty: 0) CreateObject1 +(@OGUID+63, 180415, 0, 4, 5084, '0', 0, 0, -12766.767578125, -2921.958251953125, 7.877005577087402343, 5.393068790435791015, 0, 0, -0.43051052093505859, 0.902585566043853759, 120, 255, 1, 51886), -- CandleBlack01 (Area: Surwich - Difficulty: 0) CreateObject1 +(@OGUID+64, 180415, 0, 4, 5084, '0', 0, 0, -12746.75390625, -2915.307373046875, 9.533960342407226562, 5.427974700927734375, 0, 0, -0.41469287872314453, 0.909961462020874023, 120, 255, 1, 51886), -- CandleBlack01 (Area: Surwich - Difficulty: 0) CreateObject1 +(@OGUID+65, 180415, 0, 4, 5084, '0', 0, 0, -12754.9482421875, -2908.7275390625, 9.406966209411621093, 3.577930212020874023, 0, 0, -0.97629547119140625, 0.216442063450813293, 120, 255, 1, 51886), -- CandleBlack01 (Area: Surwich - Difficulty: 0) CreateObject1 +(@OGUID+66, 180415, 0, 4, 5084, '0', 0, 0, -12740.0419921875, -2893.4306640625, 3.06853795051574707, 5.061456203460693359, 0, 0, -0.57357597351074218, 0.819152355194091796, 120, 255, 1, 51886), -- CandleBlack01 (Area: Surwich - Difficulty: 0) CreateObject1 +(@OGUID+67, 180415, 0, 4, 5084, '0', 0, 0, -12744.0068359375, -2917.392333984375, 8.724954605102539062, 4.660029888153076171, 0, 0, -0.72537422180175781, 0.688354730606079101, 120, 255, 1, 51886), -- CandleBlack01 (Area: Surwich - Difficulty: 0) CreateObject1 +(@OGUID+68, 180415, 0, 4, 5084, '0', 0, 0, -12766.9658203125, -2920.255126953125, 8.043856620788574218, 6.003933906555175781, 0, 0, -0.13917255401611328, 0.990268170833587646, 120, 255, 1, 51886), -- CandleBlack01 (Area: Surwich - Difficulty: 0) CreateObject1 +(@OGUID+69, 180415, 0, 4, 5084, '0', 0, 0, -12754.3857421875, -2873.079833984375, 3.34106755256652832, 5.096362113952636718, 0, 0, -0.55919265747070312, 0.829037725925445556, 120, 255, 1, 51886), -- CandleBlack01 (Area: Surwich - Difficulty: 0) CreateObject1 +(@OGUID+70, 180415, 0, 4, 5084, '0', 0, 0, -12746.84765625, -2856.32470703125, 3.148106813430786132, 0.645771682262420654, 0, 0, 0.317304611206054687, 0.948323667049407958, 120, 255, 1, 51886), -- CandleBlack01 (Area: Surwich - Difficulty: 0) CreateObject1 +(@OGUID+71, 180415, 0, 4, 5084, '0', 0, 0, -12750.0595703125, -2862.1875, 9.03588104248046875, 5.201082706451416015, 0, 0, -0.51503753662109375, 0.857167601585388183, 120, 255, 1, 51886), -- CandleBlack01 (Area: Surwich - Difficulty: 0) CreateObject1 +(@OGUID+72, 180415, 0, 4, 5084, '0', 0, 0, -12744.5595703125, -2856.111083984375, 8.978785514831542968, 4.276057243347167968, 0, 0, -0.84339141845703125, 0.537299633026123046, 120, 255, 1, 51886), -- CandleBlack01 (Area: Surwich - Difficulty: 0) CreateObject1 +(@OGUID+73, 180415, 0, 4, 5084, '0', 0, 0, -12749.22265625, -2859.34375, 3.330092191696166992, 4.293513298034667968, 0, 0, -0.8386697769165039, 0.544640243053436279, 120, 255, 1, 51886), -- CandleBlack01 (Area: Surwich - Difficulty: 0) CreateObject1 +(@OGUID+74, 180415, 0, 4, 5084, '0', 0, 0, -12744.6220703125, -2855.748291015625, 9.007655143737792968, 5.585053920745849609, 0, 0, -0.34202003479003906, 0.939692676067352294, 120, 255, 1, 51886), -- CandleBlack01 (Area: Surwich - Difficulty: 0) CreateObject1 +(@OGUID+75, 180415, 0, 4, 5084, '0', 0, 0, -12749.6494140625, -2862.197998046875, 9.111638069152832031, 5.393068790435791015, 0, 0, -0.43051052093505859, 0.902585566043853759, 120, 255, 1, 51886), -- CandleBlack01 (Area: Surwich - Difficulty: 0) CreateObject1 +(@OGUID+76, 180415, 0, 4, 5084, '0', 0, 0, -12746.96875, -2856.5869140625, 3.181696176528930664, 4.869470596313476562, 0, 0, -0.64944744110107421, 0.760406434535980224, 120, 255, 1, 51886), -- CandleBlack01 (Area: Surwich - Difficulty: 0) CreateObject1 +(@OGUID+77, 180415, 0, 4, 5084, '0', 0, 0, -12749.3818359375, -2861.9462890625, 9.015587806701660156, 5.585053920745849609, 0, 0, -0.34202003479003906, 0.939692676067352294, 120, 255, 1, 51886), -- CandleBlack01 (Area: Surwich - Difficulty: 0) CreateObject1 +(@OGUID+78, 180415, 0, 4, 5084, '0', 0, 0, -12747.1142578125, -2856.453125, 3.355197668075561523, 0.645771682262420654, 0, 0, 0.317304611206054687, 0.948323667049407958, 120, 255, 1, 51886), -- CandleBlack01 (Area: Surwich - Difficulty: 0) CreateObject1 +(@OGUID+79, 180415, 0, 4, 5084, '0', 0, 0, -12749.4306640625, -2859.678955078125, 3.267570018768310546, 5.585053920745849609, 0, 0, -0.34202003479003906, 0.939692676067352294, 120, 255, 1, 51886), -- CandleBlack01 (Area: Surwich - Difficulty: 0) CreateObject1 +(@OGUID+80, 180415, 0, 4, 5084, '0', 0, 0, -12740.392578125, -2847.475830078125, 9.434838294982910156, 4.276057243347167968, 0, 0, -0.84339141845703125, 0.537299633026123046, 120, 255, 1, 51886), -- CandleBlack01 (Area: Surwich - Difficulty: 0) CreateObject1 +(@OGUID+81, 180415, 0, 4, 5084, '0', 0, 0, -12722.41015625, -2828.470458984375, 15.04636478424072265, 3.52557229995727539, 0, 0, -0.98162651062011718, 0.190812408924102783, 120, 255, 1, 51886), -- CandleBlack01 (Area: Surwich - Difficulty: 0) CreateObject1 +(@OGUID+82, 180415, 0, 4, 5084, '0', 0, 0, -12722.103515625, -2828.545166015625, 14.99956130981445312, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 120, 255, 1, 51886), -- CandleBlack01 (Area: Surwich - Difficulty: 0) CreateObject1 +(@OGUID+83, 180415, 0, 4, 5084, '0', 0, 0, -12727.3232421875, -2828.4931640625, 14.83307933807373046, 3.194002151489257812, 0, 0, -0.99965667724609375, 0.026201646775007247, 120, 255, 1, 51886), -- CandleBlack01 (Area: Surwich - Difficulty: 0) CreateObject1 +(@OGUID+84, 180415, 0, 4, 5084, '0', 0, 0, -12726.9130859375, -2828.51220703125, 14.9207916259765625, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 51886), -- CandleBlack01 (Area: Surwich - Difficulty: 0) CreateObject1 +(@OGUID+85, 180415, 0, 4, 5084, '0', 0, 0, -12727.271484375, -2828.107666015625, 15.027984619140625, 2.094393253326416015, 0, 0, 0.866024971008300781, 0.50000077486038208, 120, 255, 1, 51886), -- CandleBlack01 (Area: Surwich - Difficulty: 0) CreateObject1 +(@OGUID+86, 180425, 0, 4, 5084, '0', 0, 0, -12739.646484375, -2893.38720703125, 3.163272857666015625, 0.942476630210876464, 0, 0, 0.453989982604980468, 0.891006767749786376, 120, 255, 1, 51886), -- SkullCandle01 (Area: Surwich - Difficulty: 0) CreateObject1 +(@OGUID+87, 180425, 0, 4, 5084, '0', 0, 0, -12766.4130859375, -2921.984375, 8.115584373474121093, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 120, 255, 1, 51886), -- SkullCandle01 (Area: Surwich - Difficulty: 0) CreateObject1 +(@OGUID+88, 180425, 0, 4, 5084, '0', 0, 0, -12744.03125, -2917.032958984375, 8.854428291320800781, 0.593410074710845947, 0, 0, 0.292370796203613281, 0.95630502700805664, 120, 255, 1, 51886), -- SkullCandle01 (Area: Surwich - Difficulty: 0) CreateObject1 +(@OGUID+89, 180425, 0, 4, 5084, '0', 0, 0, -12753.87890625, -2875.126708984375, 3.349851369857788085, 0.331610709428787231, 0, 0, 0.16504669189453125, 0.986285746097564697, 120, 255, 1, 51886), -- SkullCandle01 (Area: Surwich - Difficulty: 0) CreateObject1 +(@OGUID+90, 180425, 0, 4, 5084, '0', 0, 0, -12754.6533203125, -2870.579833984375, 3.96897292137145996, 0.069811686873435974, 0, 0, 0.034898757934570312, 0.999390840530395507, 120, 255, 1, 51886), -- SkullCandle01 (Area: Surwich - Difficulty: 0) CreateObject1 +(@OGUID+91, 180426, 0, 4, 5044, '0', 0, 0, -12720.4033203125, -2885.65966796875, 8.425326347351074218, 5.288348197937011718, 0, 0, -0.4771585464477539, 0.878817260265350341, 120, 255, 1, 51886), -- Bat01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1 +(@OGUID+92, 180426, 0, 4, 5044, '0', 0, 0, -12719.736328125, -2884.717041015625, 15.24245166778564453, 1.553341388702392578, 0, 0, 0.700908660888671875, 0.713251054286956787, 120, 255, 1, 51886), -- Bat01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1 +(@OGUID+93, 180426, 0, 4, 5084, '0', 0, 0, -12712.9345703125, -2860.6181640625, 21.18886756896972656, 2.44346022605895996, 0, 0, 0.939692497253417968, 0.34202045202255249, 120, 255, 1, 51886), -- Bat01 (Area: Surwich - Difficulty: 0) CreateObject1 +(@OGUID+94, 180426, 0, 4, 5084, '0', 0, 0, -12717.56640625, -2860.302001953125, 27.85648155212402343, 2.44346022605895996, 0, 0, 0.939692497253417968, 0.34202045202255249, 120, 255, 1, 51886), -- Bat01 (Area: Surwich - Difficulty: 0) CreateObject1 +(@OGUID+95, 180426, 0, 4, 5084, '0', 0, 0, -12716.7919921875, -2862.73779296875, 23.76578712463378906, 3.752462387084960937, 0, 0, -0.95371627807617187, 0.300707906484603881, 120, 255, 1, 51886), -- Bat01 (Area: Surwich - Difficulty: 0) CreateObject1 +(@OGUID+96, 180427, 0, 4, 5044, '0', 0, 0, -12715.8505859375, -2886.6962890625, 33.80703353881835937, 1.48352813720703125, 0, 0, 0.675589561462402343, 0.737277925014495849, 120, 255, 1, 51886), -- Bat02 (Area: The Tainted Forest - Difficulty: 0) CreateObject1 +(@OGUID+97, 180427, 0, 4, 5044, '0', 0, 0, -12719.7392578125, -2884.444580078125, 22.93523216247558593, 2.635444164276123046, 0, 0, 0.96814727783203125, 0.250381410121917724, 120, 255, 1, 51886), -- Bat02 (Area: The Tainted Forest - Difficulty: 0) CreateObject1 +(@OGUID+98, 180427, 0, 4, 5084, '0', 0, 0, -12717.3369140625, -2856.19091796875, 30.01530265808105468, 1.48352813720703125, 0, 0, 0.675589561462402343, 0.737277925014495849, 120, 255, 1, 51886), -- Bat02 (Area: Surwich - Difficulty: 0) CreateObject1 +(@OGUID+99, 180427, 0, 4, 5084, '0', 0, 0, -12723.7255859375, -2856.755126953125, 22.91867828369140625, 5.637413978576660156, 0, 0, -0.31730461120605468, 0.948323667049407958, 120, 255, 1, 51886), -- Bat02 (Area: Surwich - Difficulty: 0) CreateObject1 +(@OGUID+100, 180471, 0, 4, 5044, '0', 0, 0, -12685.3056640625, -2858.802001953125, 7.48454141616821289, 5.235987663269042968, 0, 0, -0.5, 0.866025388240814208, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1 +(@OGUID+101, 180471, 0, 4, 5044, '0', 0, 0, -12686.201171875, -2857.491455078125, 7.582268714904785156, 5.393068790435791015, 0, 0, -0.43051052093505859, 0.902585566043853759, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1 +(@OGUID+102, 180471, 0, 4, 5044, '0', 0, 0, -12685.7568359375, -2858.119873046875, 7.911072731018066406, 5.70722818374633789, 0, 0, -0.28401470184326171, 0.958819925785064697, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Tainted Forest - Difficulty: 0) CreateObject1 +(@OGUID+103, 180471, 0, 4, 5084, '0', 0, 0, -12728.8505859375, -2829.376708984375, 9.911944389343261718, 5.70722818374633789, 0, 0, -0.28401470184326171, 0.958819925785064697, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Surwich - Difficulty: 0) CreateObject1 +(@OGUID+104, 180472, 0, 4, 5084, '0', 0, 0, -12720.6142578125, -2829.255126953125, 11.08089160919189453, 5.253442287445068359, 0, 0, -0.49242305755615234, 0.870355963706970214, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Surwich - Difficulty: 0) CreateObject1 +(@OGUID+105, 180523, 0, 4, 5084, '0', 0, 0, -12708.4169921875, -2817.720458984375, 7.539838314056396484, 3.961898565292358398, 0, 0, -0.91705989837646484, 0.398749500513076782, 120, 255, 1, 51886), -- Apple Bob (Area: Surwich - Difficulty: 0) CreateObject1 +(@OGUID+106, 185435, 0, 4, 5084, '0', 0, 0, -12752.16015625, -2868.73779296875, 3.218705415725708007, 6.108653545379638671, 0, 0, -0.08715534210205078, 0.996194720268249511, 120, 255, 1, 51886), -- Sitting Skeleton 02 (Area: Surwich - Difficulty: 0) CreateObject1 +(@OGUID+107, 208057, 0, 4, 5084, '0', 0, 0, -12749.3232421875, -2853.173583984375, 18.36668014526367187, 1.308995485305786132, 0, 0, 0.608760833740234375, 0.793353796005249023, 120, 255, 1, 51886), -- G_Pumpkin_01 Scale 2.0 (Area: Surwich - Difficulty: 0) CreateObject1 +(@OGUID+108, 208063, 0, 4, 5044, '0', 0, 0, -12685.78515625, -2858.005126953125, 5.998166084289550781, 3.700104713439941406, 0, 0, -0.96126079559326171, 0.275640487670898437, 120, 255, 1, 51886), -- Web Hanging (Area: The Tainted Forest - Difficulty: 0) CreateObject1 +(@OGUID+109, 208064, 0, 4, 5044, '0', 0, 0, -12719.7119140625, -2890.45654296875, 4.22096109390258789, 3.822272777557373046, 0, 0, -0.94264125823974609, 0.333807557821273803, 120, 255, 1, 51886), -- Web Corner (Area: The Tainted Forest - Difficulty: 0) CreateObject1 +(@OGUID+110, 208064, 0, 4, 5084, '0', 0, 0, -12719.111328125, -2879.3994140625, 4.232028484344482421, 0.698131442070007324, 0, 0, 0.342020034790039062, 0.939692676067352294, 120, 255, 1, 51886), -- Web Corner (Area: Surwich - Difficulty: 0) CreateObject1 +(@OGUID+111, 208069, 0, 4, 5084, '0', 0, 0, -12739.1142578125, -2895.13720703125, 3.22200322151184082, 3.159062385559082031, 0, 0, -0.99996185302734375, 0.008734640665352344, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 0.5 (Area: Surwich - Difficulty: 0) CreateObject1 +(@OGUID+112, 208123, 0, 4, 5084, '0', 0, 0, -12722.0380859375, -2817.779541015625, 7.540986061096191406, 6.003933906555175781, 0, 0, -0.13917255401611328, 0.990268170833587646, 120, 255, 1, 51886); -- Candy Bucket (Area: Surwich - Difficulty: 0) CreateObject1 + +-- Event spawns +DELETE FROM `game_event_creature` WHERE `eventEntry`=12 AND `guid`=@CGUID+0; +INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES +(12, @CGUID+0); + +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+112; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48), +(12, @OGUID+49), +(12, @OGUID+50), +(12, @OGUID+51), +(12, @OGUID+52), +(12, @OGUID+53), +(12, @OGUID+54), +(12, @OGUID+55), +(12, @OGUID+56), +(12, @OGUID+57), +(12, @OGUID+58), +(12, @OGUID+59), +(12, @OGUID+60), +(12, @OGUID+61), +(12, @OGUID+62), +(12, @OGUID+63), +(12, @OGUID+64), +(12, @OGUID+65), +(12, @OGUID+66), +(12, @OGUID+67), +(12, @OGUID+68), +(12, @OGUID+69), +(12, @OGUID+70), +(12, @OGUID+71), +(12, @OGUID+72), +(12, @OGUID+73), +(12, @OGUID+74), +(12, @OGUID+75), +(12, @OGUID+76), +(12, @OGUID+77), +(12, @OGUID+78), +(12, @OGUID+79), +(12, @OGUID+80), +(12, @OGUID+81), +(12, @OGUID+82), +(12, @OGUID+83), +(12, @OGUID+84), +(12, @OGUID+85), +(12, @OGUID+86), +(12, @OGUID+87), +(12, @OGUID+88), +(12, @OGUID+89), +(12, @OGUID+90), +(12, @OGUID+91), +(12, @OGUID+92), +(12, @OGUID+93), +(12, @OGUID+94), +(12, @OGUID+95), +(12, @OGUID+96), +(12, @OGUID+97), +(12, @OGUID+98), +(12, @OGUID+99), +(12, @OGUID+100), +(12, @OGUID+101), +(12, @OGUID+102), +(12, @OGUID+103), +(12, @OGUID+104), +(12, @OGUID+105), +(12, @OGUID+106), +(12, @OGUID+107), +(12, @OGUID+108), +(12, @OGUID+109), +(12, @OGUID+110), +(12, @OGUID+111), +(12, @OGUID+112); diff --git a/sql/updates/world/master/2024_03_18_30_world_hallows_end_vashjir.sql b/sql/updates/world/master/2024_03_18_30_world_hallows_end_vashjir.sql new file mode 100644 index 0000000000000..0c78281196003 --- /dev/null +++ b/sql/updates/world/master/2024_03_18_30_world_hallows_end_vashjir.sql @@ -0,0 +1,603 @@ +-- +SET @OGUID := 3804375; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3005998 AND 3006012; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3005998 AND 3006012; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3005998 AND 3006012; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+14; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 0, 4815, 5058, '0', 0, 0, -5140.9755859375, 3301.190185546875, -118.638153076171875, 4.817109584808349609, 0, 0, -0.66913032531738281, 0.74314504861831665, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Deepmist Grotto - Difficulty: 0) CreateObject1 +(@OGUID+1, 180406, 0, 4815, 5058, '0', 0, 0, -5128.27587890625, 3276.7109375, -118.262252807617187, 4.328419685363769531, 0, 0, -0.82903671264648437, 0.559194147586822509, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Deepmist Grotto - Difficulty: 0) CreateObject1 +(@OGUID+2, 180407, 0, 4815, 5058, '0', 0, 0, -5154.8056640625, 3284.842041015625, -118.572822570800781, 3.804818391799926757, 0, 0, -0.94551849365234375, 0.325568377971649169, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Deepmist Grotto - Difficulty: 0) CreateObject1 +(@OGUID+3, 180411, 0, 4815, 5058, '0', 0, 0, -5144.44775390625, 3277.48779296875, -113.983566284179687, 4.206246376037597656, 0, 0, -0.86162853240966796, 0.50753939151763916, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Deepmist Grotto - Difficulty: 0) CreateObject1 +(@OGUID+4, 180415, 0, 4815, 5058, '0', 0, 0, -5142.25537109375, 3302.0009765625, -118.863853454589843, 1.85004889965057373, 0, 0, 0.798635482788085937, 0.60181504487991333, 120, 255, 1, 51886), -- CandleBlack01 (Area: Deepmist Grotto - Difficulty: 0) CreateObject1 +(@OGUID+5, 180415, 0, 4815, 5058, '0', 0, 0, -5142.52978515625, 3302.4140625, -118.856613159179687, 1.815141916275024414, 0, 0, 0.788010597229003906, 0.615661680698394775, 120, 255, 1, 51886), -- CandleBlack01 (Area: Deepmist Grotto - Difficulty: 0) CreateObject1 +(@OGUID+6, 180415, 0, 4815, 5058, '0', 0, 0, -5145.5400390625, 3289.786376953125, -117.817031860351562, 4.537858963012695312, 0, 0, -0.76604366302490234, 0.642788589000701904, 120, 255, 1, 51886), -- CandleBlack01 (Area: Deepmist Grotto - Difficulty: 0) CreateObject1 +(@OGUID+7, 180415, 0, 4815, 5058, '0', 0, 0, -5143.34716796875, 3289.389892578125, -111.512001037597656, 3.9793548583984375, 0, 0, -0.9135446548461914, 0.406738430261611938, 120, 255, 1, 51886), -- CandleBlack01 (Area: Deepmist Grotto - Difficulty: 0) CreateObject1 +(@OGUID+8, 180415, 0, 4815, 5058, '0', 0, 0, -5142.04150390625, 3302.447998046875, -118.633956909179687, 1.884953022003173828, 0, 0, 0.809016227722167968, 0.587786316871643066, 120, 255, 1, 51886), -- CandleBlack01 (Area: Deepmist Grotto - Difficulty: 0) CreateObject1 +(@OGUID+9, 180415, 0, 4815, 5058, '0', 0, 0, -5141.125, 3290.96875, -115.1085205078125, 1.85004889965057373, 0, 0, 0.798635482788085937, 0.60181504487991333, 120, 255, 1, 51886), -- CandleBlack01 (Area: Deepmist Grotto - Difficulty: 0) CreateObject1 +(@OGUID+10, 180415, 0, 4815, 5058, '0', 0, 0, -5144.45166015625, 3290.58251953125, -117.813331604003906, 0.872663915157318115, 0, 0, 0.422617912292480468, 0.906307935714721679, 120, 255, 1, 51886), -- CandleBlack01 (Area: Deepmist Grotto - Difficulty: 0) CreateObject1 +(@OGUID+11, 180425, 0, 4815, 5058, '0', 0, 0, -5155.673828125, 3286.34033203125, -118.482032775878906, 1.553341388702392578, 0, 0, 0.700908660888671875, 0.713251054286956787, 120, 255, 1, 51886), -- SkullCandle01 (Area: Deepmist Grotto - Difficulty: 0) CreateObject1 +(@OGUID+12, 180523, 0, 4815, 5058, '0', 0, 0, -5145.40283203125, 3286.828125, -118.987159729003906, 3.52557229995727539, 0, 0, -0.98162651062011718, 0.190812408924102783, 120, 255, 1, 51886), -- Apple Bob (Area: Deepmist Grotto - Difficulty: 0) CreateObject1 +(@OGUID+13, 185437, 0, 4815, 5058, '0', 0, 0, -5140.75, 3300.479248046875, -118.887657165527343, 1.797688722610473632, 0, 0, 0.7826080322265625, 0.622514784336090087, 120, 255, 1, 51886), -- Laying Skeleton 01 (Area: Deepmist Grotto - Difficulty: 0) CreateObject1 +(@OGUID+14, 208141, 0, 4815, 5058, '0', 0, 0, -5143.12158203125, 3291.525146484375, -119.164093017578125, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 51886); -- Candy Bucket (Area: Deepmist Grotto - Difficulty: 0) CreateObject1 + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+14; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14); + +-- +SET @OGUID := 3804390; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3006013 AND 3006042; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3006013 AND 3006042; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3006013 AND 3006042; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+29; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180406, 0, 5144, 5005, '0', 0, 0, -6144.44091796875, 4290.32666015625, -347.984771728515625, 1.605701684951782226, 0, 0, 0.719339370727539062, 0.694658815860748291, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Silver Tide Hollow - Difficulty: 0) CreateObject1 +(@OGUID+1, 180407, 0, 5144, 5005, '0', 0, 0, -6138.8125, 4306.08837890625, -347.75445556640625, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Silver Tide Hollow - Difficulty: 0) CreateObject1 +(@OGUID+2, 180411, 0, 5144, 5005, '0', 0, 0, -6107.95849609375, 4300.85595703125, -346.072479248046875, 1.256635904312133789, 0, 0, 0.587784767150878906, 0.809017360210418701, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Silver Tide Hollow - Difficulty: 0) CreateObject1 +(@OGUID+3, 180415, 0, 5144, 5005, '0', 0, 0, -6145.1943359375, 4300.970703125, -344.564849853515625, 6.195919513702392578, 0, 0, -0.04361915588378906, 0.999048233032226562, 120, 255, 1, 51886), -- CandleBlack01 (Area: Silver Tide Hollow - Difficulty: 0) CreateObject1 +(@OGUID+4, 180415, 0, 5144, 5005, '0', 0, 0, -6143.15283203125, 4297.56005859375, -347.13958740234375, 0.15707901120185852, 0, 0, 0.078458786010742187, 0.996917366981506347, 120, 255, 1, 51886), -- CandleBlack01 (Area: Silver Tide Hollow - Difficulty: 0) CreateObject1 +(@OGUID+5, 180415, 0, 5144, 5005, '0', 0, 0, -6143.11279296875, 4297.22998046875, -347.1011962890625, 4.520402908325195312, 0, 0, -0.77162456512451171, 0.636078238487243652, 120, 255, 1, 51886), -- CandleBlack01 (Area: Silver Tide Hollow - Difficulty: 0) CreateObject1 +(@OGUID+6, 180415, 0, 5144, 5005, '0', 0, 0, -6104.96337890625, 4299.21728515625, -346.190338134765625, 4.101525306701660156, 0, 0, -0.88701057434082031, 0.461749136447906494, 120, 255, 1, 51886), -- CandleBlack01 (Area: Silver Tide Hollow - Difficulty: 0) CreateObject1 +(@OGUID+7, 180415, 0, 5144, 5005, '0', 0, 0, -6145.8818359375, 4293.13720703125, -345.156402587890625, 0.15707901120185852, 0, 0, 0.078458786010742187, 0.996917366981506347, 120, 255, 1, 51886), -- CandleBlack01 (Area: Silver Tide Hollow - Difficulty: 0) CreateObject1 +(@OGUID+8, 180415, 0, 5144, 5005, '0', 0, 0, -6106.67041015625, 4295.884765625, -348.025115966796875, 0.087265998125076293, 0, 0, 0.043619155883789062, 0.999048233032226562, 120, 255, 1, 51886), -- CandleBlack01 (Area: Silver Tide Hollow - Difficulty: 0) CreateObject1 +(@OGUID+9, 180415, 0, 5144, 5005, '0', 0, 0, -6104.8974609375, 4296.7568359375, -346.190338134765625, 3.403396368026733398, 0, 0, -0.99144458770751953, 0.130528271198272705, 120, 255, 1, 51886), -- CandleBlack01 (Area: Silver Tide Hollow - Difficulty: 0) CreateObject1 +(@OGUID+10, 180415, 0, 5144, 5005, '0', 0, 0, -6143.14599609375, 4301.703125, -342.964019775390625, 2.565631866455078125, 0, 0, 0.958819389343261718, 0.284016460180282592, 120, 255, 1, 51886), -- CandleBlack01 (Area: Silver Tide Hollow - Difficulty: 0) CreateObject1 +(@OGUID+11, 180415, 0, 5144, 5005, '0', 0, 0, -6144.8662109375, 4292.81689453125, -345.90850830078125, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 51886), -- CandleBlack01 (Area: Silver Tide Hollow - Difficulty: 0) CreateObject1 +(@OGUID+12, 180415, 0, 5144, 5005, '0', 0, 0, -6101.0869140625, 4294.24560546875, -345.081085205078125, 3.717553615570068359, 0, 0, -0.95881938934326171, 0.284016460180282592, 120, 255, 1, 51886), -- CandleBlack01 (Area: Silver Tide Hollow - Difficulty: 0) CreateObject1 +(@OGUID+13, 180415, 0, 5144, 5005, '0', 0, 0, -6108.283203125, 4297.7099609375, -344.280670166015625, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 120, 255, 1, 51886), -- CandleBlack01 (Area: Silver Tide Hollow - Difficulty: 0) CreateObject1 +(@OGUID+14, 180415, 0, 5144, 5005, '0', 0, 0, -6101.4150390625, 4293.20751953125, -346.654449462890625, 3.682650327682495117, 0, 0, -0.96362972259521484, 0.26724100112915039, 120, 255, 1, 51886), -- CandleBlack01 (Area: Silver Tide Hollow - Difficulty: 0) CreateObject1 +(@OGUID+15, 180415, 0, 5144, 5005, '0', 0, 0, -6146.1943359375, 4300.265625, -343.88470458984375, 6.12610626220703125, 0, 0, -0.07845878601074218, 0.996917366981506347, 120, 255, 1, 51886), -- CandleBlack01 (Area: Silver Tide Hollow - Difficulty: 0) CreateObject1 +(@OGUID+16, 180415, 0, 5144, 5005, '0', 0, 0, -6146.97900390625, 4291.50341796875, -344.685333251953125, 0.15707901120185852, 0, 0, 0.078458786010742187, 0.996917366981506347, 120, 255, 1, 51886), -- CandleBlack01 (Area: Silver Tide Hollow - Difficulty: 0) CreateObject1 +(@OGUID+17, 180415, 0, 5144, 5005, '0', 0, 0, -6140.13037109375, 4304.68310546875, -347.604339599609375, 0.959929943084716796, 0, 0, 0.461748123168945312, 0.887011110782623291, 120, 255, 1, 51886), -- CandleBlack01 (Area: Silver Tide Hollow - Difficulty: 0) CreateObject1 +(@OGUID+18, 180415, 0, 5144, 5005, '0', 0, 0, -6140.5068359375, 4310.53466796875, -345.58282470703125, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 51886), -- CandleBlack01 (Area: Silver Tide Hollow - Difficulty: 0) CreateObject1 +(@OGUID+19, 180415, 0, 5144, 5005, '0', 0, 0, -6107.2900390625, 4297.236328125, -345.842681884765625, 3.281238555908203125, 0, 0, -0.99756336212158203, 0.069766148924827575, 120, 255, 1, 51886), -- CandleBlack01 (Area: Silver Tide Hollow - Difficulty: 0) CreateObject1 +(@OGUID+20, 180415, 0, 5144, 5005, '0', 0, 0, -6142.33349609375, 4301.017578125, -344.49517822265625, 1.343901276588439941, 0, 0, 0.622513771057128906, 0.78260880708694458, 120, 255, 1, 51886), -- CandleBlack01 (Area: Silver Tide Hollow - Difficulty: 0) CreateObject1 +(@OGUID+21, 180415, 0, 5144, 5005, '0', 0, 0, -6103.9931640625, 4296.009765625, -346.61578369140625, 3.717553615570068359, 0, 0, -0.95881938934326171, 0.284016460180282592, 120, 255, 1, 51886), -- CandleBlack01 (Area: Silver Tide Hollow - Difficulty: 0) CreateObject1 +(@OGUID+22, 180415, 0, 5144, 5005, '0', 0, 0, -6106.53466796875, 4299.64599609375, -346.190338134765625, 4.48549652099609375, 0, 0, -0.7826080322265625, 0.622514784336090087, 120, 255, 1, 51886), -- CandleBlack01 (Area: Silver Tide Hollow - Difficulty: 0) CreateObject1 +(@OGUID+23, 180415, 0, 5144, 5005, '0', 0, 0, -6139.6181640625, 4311.69091796875, -344.61572265625, 2.478367090225219726, 0, 0, 0.94551849365234375, 0.325568377971649169, 120, 255, 1, 51886), -- CandleBlack01 (Area: Silver Tide Hollow - Difficulty: 0) CreateObject1 +(@OGUID+24, 180415, 0, 5144, 5005, '0', 0, 0, -6102.23779296875, 4296.8212890625, -346.190338134765625, 2.303830623626708984, 0, 0, 0.913544654846191406, 0.406738430261611938, 120, 255, 1, 51886), -- CandleBlack01 (Area: Silver Tide Hollow - Difficulty: 0) CreateObject1 +(@OGUID+25, 180415, 0, 5144, 5005, '0', 0, 0, -6145.7412109375, 4290.7578125, -343.474945068359375, 1.989672422409057617, 0, 0, 0.838669776916503906, 0.544640243053436279, 120, 255, 1, 51886), -- CandleBlack01 (Area: Silver Tide Hollow - Difficulty: 0) CreateObject1 +(@OGUID+26, 180425, 0, 5144, 5005, '0', 0, 0, -6105.22412109375, 4293.994140625, -348.282012939453125, 3.961898565292358398, 0, 0, -0.91705989837646484, 0.398749500513076782, 120, 255, 1, 51886), -- SkullCandle01 (Area: Silver Tide Hollow - Difficulty: 0) CreateObject1 +(@OGUID+27, 180523, 0, 5144, 5005, '0', 0, 0, -6116.1650390625, 4298.72412109375, -348.054351806640625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: Silver Tide Hollow - Difficulty: 0) CreateObject1 +(@OGUID+28, 208078, 0, 5144, 5005, '0', 0, 0, -6108.40087890625, 4296.0927734375, -346.877838134765625, 0.034906249493360519, 0, 0, 0.017452239990234375, 0.999847710132598876, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 0.5 (Area: Silver Tide Hollow - Difficulty: 0) CreateObject1 +(@OGUID+29, 208142, 0, 5144, 5005, '0', 0, 0, -6110.24853515625, 4295.8662109375, -348.335113525390625, 5.724681377410888671, 0, 0, -0.27563667297363281, 0.961261868476867675, 120, 255, 1, 51886); -- Candy Bucket (Area: Silver Tide Hollow - Difficulty: 0) CreateObject1 + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+29; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29); + +-- +SET @OGUID := 3804420; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3006043 AND 3006097; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3006043 AND 3006097; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3006043 AND 3006097; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+54; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 0, 5144, 4970, '0', 0, 0, -6766.76416015625, 4187.67724609375, -478.58978271484375, 4.834563255310058593, 0, 0, -0.66261959075927734, 0.748956084251403808, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Legion's Rest - Difficulty: 0) CreateObject1 +(@OGUID+1, 180406, 0, 5144, 4970, '0', 0, 0, -6795.21875, 4193.59912109375, -478.2265625, 2.932138919830322265, 0, 0, 0.994521141052246093, 0.104535527527332305, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Legion's Rest - Difficulty: 0) CreateObject1 +(@OGUID+2, 180407, 0, 5144, 4970, '0', 0, 0, -6781.34375, 4210.0791015625, -479.217193603515625, 4.764749526977539062, 0, 0, -0.6883544921875, 0.725374460220336914, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Legion's Rest - Difficulty: 0) CreateObject1 +(@OGUID+3, 180408, 0, 5144, 4970, '0', 0, 0, -6766.82666015625, 4187.73095703125, -476.982818603515625, 4.48549652099609375, 0, 0, -0.7826080322265625, 0.622514784336090087, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Legion's Rest - Difficulty: 0) CreateObject1 +(@OGUID+4, 180411, 0, 5144, 4970, '0', 0, 0, -6806.31787109375, 4220.09228515625, -479.48443603515625, 2.44346022605895996, 0, 0, 0.939692497253417968, 0.34202045202255249, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Legion's Rest - Difficulty: 0) CreateObject1 +(@OGUID+5, 180415, 0, 5144, 4970, '0', 0, 0, -6797.439453125, 4193.55908203125, -475.8536376953125, 1.361356139183044433, 0, 0, 0.629320144653320312, 0.77714616060256958, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1 +(@OGUID+6, 180415, 0, 5144, 4970, '0', 0, 0, -6790.939453125, 4185.89599609375, -478.103851318359375, 0.715584874153137207, 0, 0, 0.350207328796386718, 0.936672210693359375, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1 +(@OGUID+7, 180415, 0, 5144, 4970, '0', 0, 0, -6799.87353515625, 4192.88916015625, -477.78662109375, 3.874631166458129882, 0, 0, -0.93358039855957031, 0.358368009328842163, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1 +(@OGUID+8, 180415, 0, 5144, 4970, '0', 0, 0, -6801.98974609375, 4197.60693359375, -477.726287841796875, 1.396261811256408691, 0, 0, 0.642786979675292968, 0.766044974327087402, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1 +(@OGUID+9, 180415, 0, 5144, 4970, '0', 0, 0, -6797.98095703125, 4194.548828125, -477.44146728515625, 1.535889506340026855, 0, 0, 0.694658279418945312, 0.719339847564697265, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1 +(@OGUID+10, 180415, 0, 5144, 4970, '0', 0, 0, -6786.9375, 4200.91845703125, -479.2984619140625, 1.954769015312194824, 0, 0, 0.829037666320800781, 0.559192776679992675, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1 +(@OGUID+11, 180415, 0, 5144, 4970, '0', 0, 0, -6784.9755859375, 4197.6171875, -479.575469970703125, 0.261798173189163208, 0, 0, 0.130525588989257812, 0.991444945335388183, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1 +(@OGUID+12, 180415, 0, 5144, 4970, '0', 0, 0, -6786.05224609375, 4199.6083984375, -473.149749755859375, 2.373644113540649414, 0, 0, 0.927183151245117187, 0.37460830807685852, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1 +(@OGUID+13, 180415, 0, 5144, 4970, '0', 0, 0, -6788.16845703125, 4200.22412109375, -479.383514404296875, 1.85004889965057373, 0, 0, 0.798635482788085937, 0.60181504487991333, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1 +(@OGUID+14, 180415, 0, 5144, 4970, '0', 0, 0, -6802.28125, 4196.5390625, -476.1734619140625, 2.111847877502441406, 0, 0, 0.870355606079101562, 0.492423713207244873, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1 +(@OGUID+15, 180415, 0, 5144, 4970, '0', 0, 0, -6800.75, 4201.0869140625, -478.20953369140625, 2.007128477096557617, 0, 0, 0.84339141845703125, 0.537299633026123046, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1 +(@OGUID+16, 180415, 0, 5144, 4970, '0', 0, 0, -6799.72900390625, 4196.16064453125, -477.684356689453125, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1 +(@OGUID+17, 180415, 0, 5144, 4970, '0', 0, 0, -6800.24462890625, 4197.4619140625, -477.951019287109375, 1.605701684951782226, 0, 0, 0.719339370727539062, 0.694658815860748291, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1 +(@OGUID+18, 180415, 0, 5144, 4970, '0', 0, 0, -6786.31591796875, 4197.21630859375, -479.6787109375, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1 +(@OGUID+19, 180415, 0, 5144, 4970, '0', 0, 0, -6790.2744140625, 4187.0791015625, -478.0460205078125, 0.820303261280059814, 0, 0, 0.398748397827148437, 0.917060375213623046, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1 +(@OGUID+20, 180415, 0, 5144, 4970, '0', 0, 0, -6801.611328125, 4200.3896484375, -476.683502197265625, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1 +(@OGUID+21, 180415, 0, 5144, 4970, '0', 0, 0, -6790.05712890625, 4189.49658203125, -477.702789306640625, 4.206246376037597656, 0, 0, -0.86162853240966796, 0.50753939151763916, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1 +(@OGUID+22, 180415, 0, 5144, 4970, '0', 0, 0, -6789.59375, 4190.509765625, -476.149688720703125, 0.698131442070007324, 0, 0, 0.342020034790039062, 0.939692676067352294, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1 +(@OGUID+23, 180415, 0, 5144, 4970, '0', 0, 0, -6801.06103515625, 4194.11474609375, -477.68603515625, 1.902408957481384277, 0, 0, 0.814115524291992187, 0.580702960491180419, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1 +(@OGUID+24, 180415, 0, 5144, 4970, '0', 0, 0, -6772.658203125, 4182.861328125, -477.896148681640625, 1.762782454490661621, 0, 0, 0.771624565124511718, 0.636078238487243652, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1 +(@OGUID+25, 180415, 0, 5144, 4970, '0', 0, 0, -6770.484375, 4207.38037109375, -477.3897705078125, 1.361356139183044433, 0, 0, 0.629320144653320312, 0.77714616060256958, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1 +(@OGUID+26, 180415, 0, 5144, 4970, '0', 0, 0, -6772.13720703125, 4181.89599609375, -476.476226806640625, 1.151916384696960449, 0, 0, 0.544638633728027343, 0.838670849800109863, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1 +(@OGUID+27, 180415, 0, 5144, 4970, '0', 0, 0, -6773.41845703125, 4204.85791015625, -478.119293212890625, 1.221729278564453125, 0, 0, 0.573575973510742187, 0.819152355194091796, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1 +(@OGUID+28, 180415, 0, 5144, 4970, '0', 0, 0, -6778.27978515625, 4212.7197265625, -477.827911376953125, 1.85004889965057373, 0, 0, 0.798635482788085937, 0.60181504487991333, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1 +(@OGUID+29, 180415, 0, 5144, 4970, '0', 0, 0, -6781.640625, 4212.92431640625, -476.98583984375, 1.500982880592346191, 0, 0, 0.681998252868652343, 0.731353819370269775, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1 +(@OGUID+30, 180415, 0, 5144, 4970, '0', 0, 0, -6773.65478515625, 4206.1953125, -478.12548828125, 1.169368624687194824, 0, 0, 0.551936149597167968, 0.833886384963989257, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1 +(@OGUID+31, 180415, 0, 5144, 4970, '0', 0, 0, -6787.533203125, 4188.96533203125, -477.977935791015625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1 +(@OGUID+32, 180415, 0, 5144, 4970, '0', 0, 0, -6789.96875, 4184.38525390625, -477.929962158203125, 0.802850961685180664, 0, 0, 0.390730857849121093, 0.920504987239837646, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1 +(@OGUID+33, 180415, 0, 5144, 4970, '0', 0, 0, -6769.7880859375, 4206.484375, -475.877166748046875, 1.937312245368957519, 0, 0, 0.824125289916992187, 0.566407561302185058, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1 +(@OGUID+34, 180415, 0, 5144, 4970, '0', 0, 0, -6771.17529296875, 4183.84912109375, -478.125213623046875, 1.361356139183044433, 0, 0, 0.629320144653320312, 0.77714616060256958, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1 +(@OGUID+35, 180415, 0, 5144, 4970, '0', 0, 0, -6783.6025390625, 4200.6787109375, -476.353912353515625, 1.361356139183044433, 0, 0, 0.629320144653320312, 0.77714616060256958, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1 +(@OGUID+36, 180415, 0, 5144, 4970, '0', 0, 0, -6777.94091796875, 4214.07666015625, -477.865936279296875, 1.675513744354248046, 0, 0, 0.743144035339355468, 0.669131457805633544, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1 +(@OGUID+37, 180415, 0, 5144, 4970, '0', 0, 0, -6787.783203125, 4187.29248046875, -478.040374755859375, 5.777040958404541015, 0, 0, -0.25037956237792968, 0.968147754669189453, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1 +(@OGUID+38, 180415, 0, 5144, 4970, '0', 0, 0, -6781.90625, 4214.0634765625, -475.571197509765625, 1.919861555099487304, 0, 0, 0.819151878356933593, 0.573576688766479492, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1 +(@OGUID+39, 180415, 0, 5144, 4970, '0', 0, 0, -6788.96875, 4184.83349609375, -476.36468505859375, 0.401424884796142578, 0, 0, 0.199367523193359375, 0.979924798011779785, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1 +(@OGUID+40, 180415, 0, 5144, 4970, '0', 0, 0, -6770.408203125, 4172.5166015625, -476.14544677734375, 0.925023794174194335, 0, 0, 0.446197509765625, 0.894934535026550292, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1 +(@OGUID+41, 180415, 0, 5144, 4970, '0', 0, 0, -6761.3681640625, 4178.0791015625, -476.235198974609375, 1.099556446075439453, 0, 0, 0.522498130798339843, 0.852640450000762939, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1 +(@OGUID+42, 180415, 0, 5144, 4970, '0', 0, 0, -6769.99462890625, 4183.17431640625, -478.0299072265625, 2.181660413742065429, 0, 0, 0.887010574340820312, 0.461749136447906494, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1 +(@OGUID+43, 180415, 0, 5144, 4970, '0', 0, 0, -6763.1650390625, 4177.21337890625, -476.58990478515625, 0.558503925800323486, 0, 0, 0.275636672973632812, 0.961261868476867675, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1 +(@OGUID+44, 180415, 0, 5144, 4970, '0', 0, 0, -6777.44287109375, 4165.9697265625, -476.377593994140625, 1.134462952613830566, 0, 0, 0.537299156188964843, 0.843391716480255126, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1 +(@OGUID+45, 180415, 0, 5144, 4970, '0', 0, 0, -6763.939453125, 4178.14306640625, -477.42584228515625, 0.890116631984710693, 0, 0, 0.430510520935058593, 0.902585566043853759, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1 +(@OGUID+46, 180415, 0, 5144, 4970, '0', 0, 0, -6767.9755859375, 4171.046875, -476.08599853515625, 3.9793548583984375, 0, 0, -0.9135446548461914, 0.406738430261611938, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1 +(@OGUID+47, 180415, 0, 5144, 4970, '0', 0, 0, -6762.05712890625, 4179.36376953125, -475.001800537109375, 1.151916384696960449, 0, 0, 0.544638633728027343, 0.838670849800109863, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1 +(@OGUID+48, 180415, 0, 5144, 4970, '0', 0, 0, -6770.1474609375, 4171.51025390625, -474.396636962890625, 1.361356139183044433, 0, 0, 0.629320144653320312, 0.77714616060256958, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1 +(@OGUID+49, 180415, 0, 5144, 4970, '0', 0, 0, -6766.77783203125, 4171.0712890625, -475.462188720703125, 1.361356139183044433, 0, 0, 0.629320144653320312, 0.77714616060256958, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1 +(@OGUID+50, 180415, 0, 5144, 4970, '0', 0, 0, -6778.7587890625, 4165.48974609375, -475.193145751953125, 1.745326757431030273, 0, 0, 0.766043663024902343, 0.642788589000701904, 120, 255, 1, 51886), -- CandleBlack01 (Area: Legion's Rest - Difficulty: 0) CreateObject1 +(@OGUID+51, 180425, 0, 5144, 4970, '0', 0, 0, -6795.1025390625, 4199.18994140625, -479.449981689453125, 0.453785061836242675, 0, 0, 0.224950790405273437, 0.974370121955871582, 120, 255, 1, 51886), -- SkullCandle01 (Area: Legion's Rest - Difficulty: 0) CreateObject1 +(@OGUID+52, 180523, 0, 5144, 4970, '0', 0, 0, -6774.9150390625, 4172.43994140625, -479.581756591796875, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 120, 255, 1, 51886), -- Apple Bob (Area: Legion's Rest - Difficulty: 0) CreateObject1 +(@OGUID+53, 208069, 0, 5144, 4970, '0', 0, 0, -6778.54150390625, 4169.9052734375, -479.773773193359375, 3.508116960525512695, 0, 0, -0.98325443267822265, 0.182238012552261352, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 0.5 (Area: Legion's Rest - Difficulty: 0) CreateObject1 +(@OGUID+54, 208154, 0, 5144, 4970, '0', 0, 0, -6773.4931640625, 4184.2724609375, -479.865447998046875, 4.049167633056640625, 0, 0, -0.89879322052001953, 0.438372820615768432, 120, 255, 1, 51886); -- Candy Bucket (Area: Legion's Rest - Difficulty: 0) CreateObject1 + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+54; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48), +(12, @OGUID+49), +(12, @OGUID+50), +(12, @OGUID+51), +(12, @OGUID+52), +(12, @OGUID+53), +(12, @OGUID+54); + +-- +SET @OGUID := 3804475; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3006098 AND 3006135; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3006098 AND 3006135; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3006098 AND 3006135; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+37; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 0, 5144, 4969, '0', 0, 0, -6619.2431640625, 4295.06591796875, -562.93927001953125, 1.762782454490661621, 0, 0, 0.771624565124511718, 0.636078238487243652, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Tranquil Wash - Difficulty: 0) CreateObject1 +(@OGUID+1, 180406, 0, 5144, 4969, '0', 0, 0, -6620.171875, 4274.6953125, -563.09600830078125, 2.809975385665893554, 0, 0, 0.986285209655761718, 0.165049895644187927, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Tranquil Wash - Difficulty: 0) CreateObject1 +(@OGUID+2, 180407, 0, 5144, 4969, '0', 0, 0, -6591.96728515625, 4294.52099609375, -562.802734375, 5.567600727081298828, 0, 0, -0.35020732879638671, 0.936672210693359375, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Tranquil Wash - Difficulty: 0) CreateObject1 +(@OGUID+3, 180411, 0, 5144, 4969, '0', 0, 0, -6599.01025390625, 4268.10400390625, -559.11181640625, 4.852017402648925781, 0, 0, -0.65605831146240234, 0.754710197448730468, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Tranquil Wash - Difficulty: 0) CreateObject1 +(@OGUID+4, 180411, 0, 5144, 4969, '0', 0, 0, -6607.923828125, 4330.24658203125, -507.861602783203125, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Tranquil Wash - Difficulty: 0) CreateObject1 +(@OGUID+5, 180414, 0, 5144, 4969, '0', 0, 0, -6614.52978515625, 4270.01220703125, -563.0760498046875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Cauldron (Area: Tranquil Wash - Difficulty: 0) CreateObject1 +(@OGUID+6, 180415, 0, 5144, 4969, '0', 0, 0, -6623.22900390625, 4300.8046875, -560.7392578125, 5.218535900115966796, 0, 0, -0.507537841796875, 0.861629426479339599, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquil Wash - Difficulty: 0) CreateObject1 +(@OGUID+7, 180415, 0, 5144, 4969, '0', 0, 0, -6620.58154296875, 4303.12353515625, -560.88092041015625, 0.349065244197845458, 0, 0, 0.173647880554199218, 0.984807789325714111, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquil Wash - Difficulty: 0) CreateObject1 +(@OGUID+8, 180415, 0, 5144, 4969, '0', 0, 0, -6622.7900390625, 4303.46630859375, -559.10736083984375, 5.218535900115966796, 0, 0, -0.507537841796875, 0.861629426479339599, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquil Wash - Difficulty: 0) CreateObject1 +(@OGUID+9, 180415, 0, 5144, 4969, '0', 0, 0, -6620.96337890625, 4301.79443359375, -560.7564697265625, 5.89921426773071289, 0, 0, -0.19080829620361328, 0.981627285480499267, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquil Wash - Difficulty: 0) CreateObject1 +(@OGUID+10, 180415, 0, 5144, 4969, '0', 0, 0, -6620.080078125, 4306.29541015625, -559.6754150390625, 2.042035102844238281, 0, 0, 0.852640151977539062, 0.522498607635498046, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquil Wash - Difficulty: 0) CreateObject1 +(@OGUID+11, 180415, 0, 5144, 4969, '0', 0, 0, -6596.16845703125, 4306.81005859375, -558.45343017578125, 1.378809213638305664, 0, 0, 0.636077880859375, 0.771624863147735595, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquil Wash - Difficulty: 0) CreateObject1 +(@OGUID+12, 180415, 0, 5144, 4969, '0', 0, 0, -6620.43408203125, 4298.3681640625, -558.839111328125, 4.817109584808349609, 0, 0, -0.66913032531738281, 0.74314504861831665, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquil Wash - Difficulty: 0) CreateObject1 +(@OGUID+13, 180415, 0, 5144, 4969, '0', 0, 0, -6622.921875, 4299.140625, -560.642578125, 5.218535900115966796, 0, 0, -0.507537841796875, 0.861629426479339599, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquil Wash - Difficulty: 0) CreateObject1 +(@OGUID+14, 180415, 0, 5144, 4969, '0', 0, 0, -6622.03466796875, 4304.24658203125, -560.60321044921875, 2.495818138122558593, 0, 0, 0.948323249816894531, 0.317305892705917358, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquil Wash - Difficulty: 0) CreateObject1 +(@OGUID+15, 180415, 0, 5144, 4969, '0', 0, 0, -6595.3125, 4298.4619140625, -561.453125, 6.03883981704711914, 0, 0, -0.12186908721923828, 0.9925462007522583, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquil Wash - Difficulty: 0) CreateObject1 +(@OGUID+16, 180415, 0, 5144, 4969, '0', 0, 0, -6595.27099609375, 4298.2119140625, -561.56134033203125, 0.349065244197845458, 0, 0, 0.173647880554199218, 0.984807789325714111, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquil Wash - Difficulty: 0) CreateObject1 +(@OGUID+17, 180415, 0, 5144, 4969, '0', 0, 0, -6619.08349609375, 4306.45849609375, -561.12225341796875, 1.937312245368957519, 0, 0, 0.824125289916992187, 0.566407561302185058, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquil Wash - Difficulty: 0) CreateObject1 +(@OGUID+18, 180415, 0, 5144, 4969, '0', 0, 0, -6593.90625, 4303.5244140625, -560.73883056640625, 0.349065244197845458, 0, 0, 0.173647880554199218, 0.984807789325714111, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquil Wash - Difficulty: 0) CreateObject1 +(@OGUID+19, 180415, 0, 5144, 4969, '0', 0, 0, -6620.33349609375, 4299.42529296875, -560.41162109375, 4.817109584808349609, 0, 0, -0.66913032531738281, 0.74314504861831665, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquil Wash - Difficulty: 0) CreateObject1 +(@OGUID+20, 180415, 0, 5144, 4969, '0', 0, 0, -6596.595703125, 4305.783203125, -559.9893798828125, 6.056293010711669921, 0, 0, -0.11320304870605468, 0.993571877479553222, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquil Wash - Difficulty: 0) CreateObject1 +(@OGUID+21, 180415, 0, 5144, 4969, '0', 0, 0, -6601.33837890625, 4266.8056640625, -560.396484375, 5.777040958404541015, 0, 0, -0.25037956237792968, 0.968147754669189453, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquil Wash - Difficulty: 0) CreateObject1 +(@OGUID+22, 180415, 0, 5144, 4969, '0', 0, 0, -6616.6650390625, 4272.68994140625, -561.654541015625, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquil Wash - Difficulty: 0) CreateObject1 +(@OGUID+23, 180415, 0, 5144, 4969, '0', 0, 0, -6609.88037109375, 4265.8056640625, -559.00201416015625, 4.101525306701660156, 0, 0, -0.88701057434082031, 0.461749136447906494, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquil Wash - Difficulty: 0) CreateObject1 +(@OGUID+24, 180415, 0, 5144, 4969, '0', 0, 0, -6606.23095703125, 4266.69287109375, -561.5162353515625, 3.420850038528442382, 0, 0, -0.99026775360107421, 0.139175355434417724, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquil Wash - Difficulty: 0) CreateObject1 +(@OGUID+25, 180415, 0, 5144, 4969, '0', 0, 0, -6592.8193359375, 4304.49462890625, -560.7247314453125, 2.216565132141113281, 0, 0, 0.894933700561523437, 0.44619917869567871, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquil Wash - Difficulty: 0) CreateObject1 +(@OGUID+26, 180415, 0, 5144, 4969, '0', 0, 0, -6610.1806640625, 4264.783203125, -557.5001220703125, 5.113816738128662109, 0, 0, -0.55193614959716796, 0.833886384963989257, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquil Wash - Difficulty: 0) CreateObject1 +(@OGUID+27, 180415, 0, 5144, 4969, '0', 0, 0, -6599.328125, 4265.33154296875, -559.1348876953125, 4.380776405334472656, 0, 0, -0.81411552429199218, 0.580702960491180419, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquil Wash - Difficulty: 0) CreateObject1 +(@OGUID+28, 180415, 0, 5144, 4969, '0', 0, 0, -6599.13525390625, 4266.77685546875, -557.92669677734375, 5.410521507263183593, 0, 0, -0.42261791229248046, 0.906307935714721679, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquil Wash - Difficulty: 0) CreateObject1 +(@OGUID+29, 180415, 0, 5144, 4969, '0', 0, 0, -6607.6806640625, 4262.56005859375, -558.48443603515625, 5.445427894592285156, 0, 0, -0.40673637390136718, 0.913545548915863037, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquil Wash - Difficulty: 0) CreateObject1 +(@OGUID+30, 180415, 0, 5144, 4969, '0', 0, 0, -6601.25341796875, 4265.6884765625, -559.55621337890625, 4.206246376037597656, 0, 0, -0.86162853240966796, 0.50753939151763916, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquil Wash - Difficulty: 0) CreateObject1 +(@OGUID+31, 180415, 0, 5144, 4969, '0', 0, 0, -6608.78466796875, 4263.26318359375, -559.04827880859375, 4.817109584808349609, 0, 0, -0.66913032531738281, 0.74314504861831665, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tranquil Wash - Difficulty: 0) CreateObject1 +(@OGUID+32, 180425, 0, 5144, 4969, '0', 0, 0, -6598.58349609375, 4298.5693359375, -561.74395751953125, 4.468043327331542968, 0, 0, -0.7880105972290039, 0.615661680698394775, 120, 255, 1, 51886), -- SkullCandle01 (Area: Tranquil Wash - Difficulty: 0) CreateObject1 +(@OGUID+33, 180425, 0, 5144, 4969, '0', 0, 0, -6617.9599609375, 4273.48779296875, -562.1207275390625, 0.994837164878845214, 0, 0, 0.477158546447753906, 0.878817260265350341, 120, 255, 1, 51886), -- SkullCandle01 (Area: Tranquil Wash - Difficulty: 0) CreateObject1 +(@OGUID+34, 180523, 0, 5144, 4969, '0', 0, 0, -6608.58154296875, 4268.98779296875, -562.1094970703125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: Tranquil Wash - Difficulty: 0) CreateObject1 +(@OGUID+35, 185436, 0, 5144, 4969, '0', 0, 0, -6614.57275390625, 4269.75537109375, -562.52203369140625, 1.169368624687194824, 0, 0, 0.551936149597167968, 0.833886384963989257, 120, 255, 1, 51886), -- Sitting Skeleton 03 (Area: Tranquil Wash - Difficulty: 0) CreateObject1 +(@OGUID+36, 208078, 0, 5144, 4969, '0', 0, 0, -6591.79150390625, 4270.40478515625, -562.73712158203125, 4.031712055206298828, 0, 0, -0.90258502960205078, 0.430511653423309326, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 0.5 (Area: Tranquil Wash - Difficulty: 0) CreateObject1 +(@OGUID+37, 208133, 0, 5144, 4969, '0', 0, 0, -6611.76220703125, 4269.68310546875, -562.73992919921875, 2.44346022605895996, 0, 0, 0.939692497253417968, 0.34202045202255249, 120, 255, 1, 51886); -- Candy Bucket (Area: Tranquil Wash - Difficulty: 0) CreateObject1 + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+37; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37); + +-- +SET @OGUID := 3804513; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3006136 AND 3006189; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3006136 AND 3006189; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3006136 AND 3006189; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+53; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 0, 5145, 4975, '0', 0, 0, -6537.3681640625, 6138.8603515625, -664.37237548828125, 5.619962215423583984, 0, 0, -0.32556724548339843, 0.945518851280212402, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1 +(@OGUID+1, 180406, 0, 5145, 4975, '0', 0, 0, -6528.1181640625, 6122.91748046875, -669.38629150390625, 5.881760597229003906, 0, 0, -0.19936752319335937, 0.979924798011779785, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1 +(@OGUID+2, 180407, 0, 5145, 4975, '0', 0, 0, -6522.07275390625, 6112.830078125, -669.76763916015625, 5.515241622924804687, 0, 0, -0.37460613250732421, 0.927184045314788818, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1 +(@OGUID+3, 180407, 0, 5145, 4975, '0', 0, 0, -6555.9912109375, 6149.58935546875, -669.9681396484375, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1 +(@OGUID+4, 180414, 0, 5145, 4975, '0', 0, 0, -6516.93212890625, 6108.38720703125, -671.24530029296875, 0.296705186367034912, 0, 0, 0.147809028625488281, 0.989015936851501464, 120, 255, 1, 51886), -- Cauldron (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1 +(@OGUID+5, 180415, 0, 5145, 4975, '0', 0, 0, -6498.126953125, 6078.650390625, -659.81494140625, 1.012289404869079589, 0, 0, 0.484808921813964843, 0.87462007999420166, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1 +(@OGUID+6, 180415, 0, 5145, 4975, '0', 0, 0, -6507.09716796875, 6100.77587890625, -664.7452392578125, 1.239183306694030761, 0, 0, 0.580702781677246093, 0.814115643501281738, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1 +(@OGUID+7, 180415, 0, 5145, 4975, '0', 0, 0, -6494.5869140625, 6074.15087890625, -664.43487548828125, 0.087265998125076293, 0, 0, 0.043619155883789062, 0.999048233032226562, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1 +(@OGUID+8, 180415, 0, 5145, 4975, '0', 0, 0, -6492.94287109375, 6071.703125, -664.59820556640625, 1.047197580337524414, 0, 0, 0.5, 0.866025388240814208, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1 +(@OGUID+9, 180415, 0, 5145, 4975, '0', 0, 0, -6495.767578125, 6078.3681640625, -663.119384765625, 1.029743075370788574, 0, 0, 0.492423057556152343, 0.870355963706970214, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1 +(@OGUID+10, 180415, 0, 5145, 4975, '0', 0, 0, -6503.40625, 6100.7734375, -664.12646484375, 0.069811686873435974, 0, 0, 0.034898757934570312, 0.999390840530395507, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1 +(@OGUID+11, 180415, 0, 5145, 4975, '0', 0, 0, -6532.47900390625, 6130.9453125, -665.811767578125, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1 +(@OGUID+12, 180415, 0, 5145, 4975, '0', 0, 0, -6529.408203125, 6131.62939453125, -661.8270263671875, 4.468043327331542968, 0, 0, -0.7880105972290039, 0.615661680698394775, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1 +(@OGUID+13, 180415, 0, 5145, 4975, '0', 0, 0, -6529.5380859375, 6131.96875, -661.721923828125, 0.593410074710845947, 0, 0, 0.292370796203613281, 0.95630502700805664, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1 +(@OGUID+14, 180415, 0, 5145, 4975, '0', 0, 0, -6529.6962890625, 6132.66162109375, -661.9068603515625, 4.014260292053222656, 0, 0, -0.90630722045898437, 0.422619491815567016, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1 +(@OGUID+15, 180415, 0, 5145, 4975, '0', 0, 0, -6538.02587890625, 6141.44775390625, -662.50518798828125, 0.401424884796142578, 0, 0, 0.199367523193359375, 0.979924798011779785, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1 +(@OGUID+16, 180415, 0, 5145, 4975, '0', 0, 0, -6537.88720703125, 6141.11962890625, -662.64923095703125, 5.131268978118896484, 0, 0, -0.54463863372802734, 0.838670849800109863, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1 +(@OGUID+17, 180415, 0, 5145, 4975, '0', 0, 0, -6534.35400390625, 6137.9521484375, -663.92254638671875, 4.799657344818115234, 0, 0, -0.67558956146240234, 0.737277925014495849, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1 +(@OGUID+18, 180415, 0, 5145, 4975, '0', 0, 0, -6533.908203125, 6137.609375, -663.73126220703125, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1 +(@OGUID+19, 180415, 0, 5145, 4975, '0', 0, 0, -6533.955078125, 6138.5, -663.60986328125, 4.276057243347167968, 0, 0, -0.84339141845703125, 0.537299633026123046, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1 +(@OGUID+20, 180415, 0, 5145, 4975, '0', 0, 0, -6550.52099609375, 6161.72119140625, -663.31768798828125, 0.314158439636230468, 0, 0, 0.156434059143066406, 0.987688362598419189, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1 +(@OGUID+21, 180415, 0, 5145, 4975, '0', 0, 0, -6553.23974609375, 6164.2734375, -658.9351806640625, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1 +(@OGUID+22, 180415, 0, 5145, 4975, '0', 0, 0, -6553.3505859375, 6160.984375, -663.11309814453125, 5.113816738128662109, 0, 0, -0.55193614959716796, 0.833886384963989257, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1 +(@OGUID+23, 180415, 0, 5145, 4975, '0', 0, 0, -6565.18603515625, 6167.91650390625, -661.31365966796875, 0.802850961685180664, 0, 0, 0.390730857849121093, 0.920504987239837646, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1 +(@OGUID+24, 180415, 0, 5145, 4975, '0', 0, 0, -6585.58154296875, 6147.17529296875, -662.13604736328125, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1 +(@OGUID+25, 180415, 0, 5145, 4975, '0', 0, 0, -6564.986328125, 6166.55810546875, -665.005126953125, 1.867502212524414062, 0, 0, 0.803856849670410156, 0.594822824001312255, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1 +(@OGUID+26, 180415, 0, 5145, 4975, '0', 0, 0, -6563.455078125, 6167.7880859375, -662.96044921875, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1 +(@OGUID+27, 180415, 0, 5145, 4975, '0', 0, 0, -6586.6787109375, 6149.72216796875, -665.13165283203125, 0.907570242881774902, 0, 0, 0.438370704650878906, 0.898794233798980712, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1 +(@OGUID+28, 180415, 0, 5145, 4975, '0', 0, 0, -6584.73974609375, 6156.0859375, -665.5667724609375, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1 +(@OGUID+29, 180415, 0, 5145, 4975, '0', 0, 0, -6587.04150390625, 6154.1162109375, -665.72259521484375, 1.012289404869079589, 0, 0, 0.484808921813964843, 0.87462007999420166, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1 +(@OGUID+30, 180415, 0, 5145, 4975, '0', 0, 0, -6599.16162109375, 6177.1552734375, -665.08990478515625, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1 +(@OGUID+31, 180415, 0, 5145, 4975, '0', 0, 0, -6598.5693359375, 6174.1962890625, -662.38214111328125, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1 +(@OGUID+32, 180415, 0, 5145, 4975, '0', 0, 0, -6606.6943359375, 6177.51416015625, -665.96893310546875, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1 +(@OGUID+33, 180415, 0, 5145, 4975, '0', 0, 0, -6607.73095703125, 6174.736328125, -666.4322509765625, 0.820303261280059814, 0, 0, 0.398748397827148437, 0.917060375213623046, 120, 255, 1, 51886), -- CandleBlack01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1 +(@OGUID+34, 180425, 0, 5145, 4975, '0', 0, 0, -6532.82666015625, 6131.2734375, -665.67559814453125, 3.996806621551513671, 0, 0, -0.90996074676513671, 0.414694398641586303, 120, 255, 1, 51886), -- SkullCandle01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1 +(@OGUID+35, 180425, 0, 5145, 4975, '0', 0, 0, -6555.84033203125, 6131.15478515625, -669.60369873046875, 2.111847877502441406, 0, 0, 0.870355606079101562, 0.492423713207244873, 120, 255, 1, 51886), -- SkullCandle01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1 +(@OGUID+36, 180425, 0, 5145, 4975, '0', 0, 0, -6620.41162109375, 6145.96875, -855.353515625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- SkullCandle01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1 +(@OGUID+37, 180471, 0, 5145, 4975, '0', 0, 0, -6531.17041015625, 6123.44970703125, -667.81915283203125, 5.340708732604980468, 0, 0, -0.45398998260498046, 0.891006767749786376, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1 +(@OGUID+38, 180471, 0, 5145, 4975, '0', 0, 0, -6524.66650390625, 6115.43505859375, -665.9256591796875, 5.323255538940429687, 0, 0, -0.46174812316894531, 0.887011110782623291, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1 +(@OGUID+39, 180471, 0, 5145, 4975, '0', 0, 0, -6527.0849609375, 6119.66650390625, -666.04913330078125, 5.445427894592285156, 0, 0, -0.40673637390136718, 0.913545548915863037, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1 +(@OGUID+40, 180471, 0, 5145, 4975, '0', 0, 0, -6522.4931640625, 6108.9521484375, -668.03985595703125, 5.340708732604980468, 0, 0, -0.45398998260498046, 0.891006767749786376, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1 +(@OGUID+41, 180471, 0, 5145, 4975, '0', 0, 0, -6555.78125, 6145.68505859375, -665.516845703125, 5.445427894592285156, 0, 0, -0.40673637390136718, 0.913545548915863037, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1 +(@OGUID+42, 180471, 0, 5145, 4975, '0', 0, 0, -6563.12158203125, 6150.09814453125, -666.88897705078125, 6.108653545379638671, 0, 0, -0.08715534210205078, 0.996194720268249511, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1 +(@OGUID+43, 180471, 0, 5145, 4975, '0', 0, 0, -6548.609375, 6140.20751953125, -665.22711181640625, 5.532694816589355468, 0, 0, -0.3665008544921875, 0.93041771650314331, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1 +(@OGUID+44, 180471, 0, 5145, 4975, '0', 0, 0, -6573.375, 6151.32470703125, -666.88897705078125, 0.24434557557106018, 0, 0, 0.121869087219238281, 0.9925462007522583, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1 +(@OGUID+45, 180523, 0, 5145, 4975, '0', 0, 0, -6552.25537109375, 6138.05224609375, -669.76947021484375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1 +(@OGUID+46, 185438, 0, 5145, 4975, '0', 0, 0, -6516.78125, 6108.4150390625, -670.69744873046875, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 120, 255, 1, 51886), -- Sitting Skeleton 04 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1 +(@OGUID+47, 208061, 0, 5145, 4975, '0', 0, 0, -6513.72216796875, 6081.68212890625, -666.72698974609375, 4.537858963012695312, 0, 0, -0.76604366302490234, 0.642788589000701904, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 2.0 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1 +(@OGUID+48, 208069, 0, 5145, 4975, '0', 0, 0, -6535.55908203125, 6136.7744140625, -666.30828857421875, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 0.5 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1 +(@OGUID+49, 208069, 0, 5145, 4975, '0', 0, 0, -6575.06103515625, 6148.42626953125, -664.3446044921875, 0.27925160527229309, 0, 0, 0.139172554016113281, 0.990268170833587646, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 0.5 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1 +(@OGUID+50, 208072, 0, 5145, 4975, '0', 0, 0, -6530.18603515625, 6131.29150390625, -665.70684814453125, 6.213373661041259765, 0, 0, -0.03489875793457031, 0.999390840530395507, 120, 255, 1, 51886), -- G_Pumpkin_03 Scale 0.5 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1 +(@OGUID+51, 208078, 0, 5145, 4975, '0', 0, 0, -6531.5537109375, 6134.955078125, -660.0418701171875, 5.916667938232421875, 0, 0, -0.18223476409912109, 0.98325502872467041, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 0.5 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1 +(@OGUID+52, 208078, 0, 5145, 4975, '0', 0, 0, -6550.3193359375, 6137.33056640625, -663.10137939453125, 6.03883981704711914, 0, 0, -0.12186908721923828, 0.9925462007522583, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 0.5 (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1 +(@OGUID+53, 208155, 0, 5145, 4975, '0', 0, 0, -6551.15283203125, 6140.9755859375, -669.81085205078125, 4.904376029968261718, 0, 0, -0.636077880859375, 0.771624863147735595, 120, 255, 1, 51886); -- Candy Bucket (Area: Tenebrous Cavern - Difficulty: 0) CreateObject1 + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+53; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48), +(12, @OGUID+49), +(12, @OGUID+50), +(12, @OGUID+51), +(12, @OGUID+52), +(12, @OGUID+53); + +-- +SET @OGUID := 3804567; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3006190 AND 3006251; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3006190 AND 3006251; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3006190 AND 3006251; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+61; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 0, 5145, 4976, '0', 0, 0, -6880.1005859375, 5941.791015625, -760.52716064453125, 4.468043327331542968, 0, 0, -0.7880105972290039, 0.615661680698394775, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1 +(@OGUID+1, 180405, 0, 5145, 4976, '0', 0, 0, -6856.60791015625, 5998.84716796875, -762.5745849609375, 4.852017402648925781, 0, 0, -0.65605831146240234, 0.754710197448730468, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1 +(@OGUID+2, 180406, 0, 5145, 4976, '0', 0, 0, -6848.3505859375, 6013.109375, -757.63861083984375, 5.113816738128662109, 0, 0, -0.55193614959716796, 0.833886384963989257, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1 +(@OGUID+3, 180406, 0, 5145, 4976, '0', 0, 0, -6858.60791015625, 5994.21875, -762.6826171875, 4.48549652099609375, 0, 0, -0.7826080322265625, 0.622514784336090087, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1 +(@OGUID+4, 180407, 0, 5145, 4976, '0', 0, 0, -6874.2099609375, 5945.28564453125, -760.05792236328125, 4.223697185516357421, 0, 0, -0.85716724395751953, 0.515038192272186279, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1 +(@OGUID+5, 180407, 0, 5145, 4976, '0', 0, 0, -6860.83154296875, 5989.8818359375, -763.06903076171875, 4.223697185516357421, 0, 0, -0.85716724395751953, 0.515038192272186279, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1 +(@OGUID+6, 180408, 0, 5145, 4976, '0', 0, 0, -6848.35791015625, 6013.04931640625, -755.968994140625, 4.904376029968261718, 0, 0, -0.636077880859375, 0.771624863147735595, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1 +(@OGUID+7, 180414, 0, 5145, 4976, '0', 0, 0, -6852.859375, 6004.859375, -762.453125, 5.759587764739990234, 0, 0, -0.25881862640380859, 0.965925931930541992, 120, 255, 1, 51886), -- Cauldron (Area: Darkbreak Cove - Difficulty: 0) CreateObject1 +(@OGUID+8, 180415, 0, 5145, 4976, '0', 0, 0, -6881.08154296875, 5942.38916015625, -763.26019287109375, 5.969027042388916015, 0, 0, -0.1564340591430664, 0.987688362598419189, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1 +(@OGUID+9, 180415, 0, 5145, 4976, '0', 0, 0, -6881.73095703125, 5941.8359375, -763.05743408203125, 5.375615119934082031, 0, 0, -0.4383707046508789, 0.898794233798980712, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1 +(@OGUID+10, 180415, 0, 5145, 4976, '0', 0, 0, -6880.26025390625, 5942.93408203125, -763.04815673828125, 5.218535900115966796, 0, 0, -0.507537841796875, 0.861629426479339599, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1 +(@OGUID+11, 180415, 0, 5145, 4976, '0', 0, 0, -6886.375, 5930.30029296875, -757.18292236328125, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1 +(@OGUID+12, 180415, 0, 5145, 4976, '0', 0, 0, -6877.54541015625, 5946.126953125, -764.1541748046875, 4.328419685363769531, 0, 0, -0.82903671264648437, 0.559194147586822509, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1 +(@OGUID+13, 180415, 0, 5145, 4976, '0', 0, 0, -6876.65966796875, 5946.67529296875, -764.27911376953125, 5.6897735595703125, 0, 0, -0.29237174987792968, 0.956304728984832763, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1 +(@OGUID+14, 180415, 0, 5145, 4976, '0', 0, 0, -6877.126953125, 5945.796875, -763.40313720703125, 4.014260292053222656, 0, 0, -0.90630722045898437, 0.422619491815567016, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1 +(@OGUID+15, 180415, 0, 5145, 4976, '0', 0, 0, -6889.83837890625, 5927.44287109375, -758.4693603515625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1 +(@OGUID+16, 180415, 0, 5145, 4976, '0', 0, 0, -6887.35595703125, 5932.46533203125, -753.97503662109375, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1 +(@OGUID+17, 180415, 0, 5145, 4976, '0', 0, 0, -6871.392578125, 5948.69189453125, -758.208984375, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1 +(@OGUID+18, 180415, 0, 5145, 4976, '0', 0, 0, -6891.1337890625, 5924.6552734375, -758.7484130859375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1 +(@OGUID+19, 180415, 0, 5145, 4976, '0', 0, 0, -6873.43408203125, 5951.84228515625, -758.93560791015625, 6.056293010711669921, 0, 0, -0.11320304870605468, 0.993571877479553222, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1 +(@OGUID+20, 180415, 0, 5145, 4976, '0', 0, 0, -6849.546875, 6012.6162109375, -759.173095703125, 5.166176319122314453, 0, 0, -0.52991867065429687, 0.84804844856262207, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1 +(@OGUID+21, 180415, 0, 5145, 4976, '0', 0, 0, -6849.6962890625, 6013.39501953125, -760.3284912109375, 4.817109584808349609, 0, 0, -0.66913032531738281, 0.74314504861831665, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1 +(@OGUID+22, 180415, 0, 5145, 4976, '0', 0, 0, -6846.21337890625, 6005.1474609375, -757.23077392578125, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1 +(@OGUID+23, 180415, 0, 5145, 4976, '0', 0, 0, -6845.00341796875, 6020.8505859375, -757.28350830078125, 5.794494152069091796, 0, 0, -0.24192142486572265, 0.970295846462249755, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1 +(@OGUID+24, 180415, 0, 5145, 4976, '0', 0, 0, -6843.95849609375, 6007.22900390625, -757.2421875, 5.881760597229003906, 0, 0, -0.19936752319335937, 0.979924798011779785, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1 +(@OGUID+25, 180415, 0, 5145, 4976, '0', 0, 0, -6849.4150390625, 6012.0068359375, -759.0504150390625, 3.385940074920654296, 0, 0, -0.99254608154296875, 0.121869951486587524, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1 +(@OGUID+26, 180415, 0, 5145, 4976, '0', 0, 0, -6850.29150390625, 6014.587890625, -761.8104248046875, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1 +(@OGUID+27, 180415, 0, 5145, 4976, '0', 0, 0, -6849.6318359375, 6012.93310546875, -758.98516845703125, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1 +(@OGUID+28, 180415, 0, 5145, 4976, '0', 0, 0, -6841.68408203125, 6026.02685546875, -756.010009765625, 5.585053920745849609, 0, 0, -0.34202003479003906, 0.939692676067352294, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1 +(@OGUID+29, 180415, 0, 5145, 4976, '0', 0, 0, -6844.14599609375, 6024.6884765625, -752.98663330078125, 5.794494152069091796, 0, 0, -0.24192142486572265, 0.970295846462249755, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1 +(@OGUID+30, 180415, 0, 5145, 4976, '0', 0, 0, -6847.345703125, 6022.90869140625, -757.312744140625, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1 +(@OGUID+31, 180415, 0, 5145, 4976, '0', 0, 0, -6874.3037109375, 6045.244140625, -759.26385498046875, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1 +(@OGUID+32, 180415, 0, 5145, 4976, '0', 0, 0, -6848.6181640625, 6035.88037109375, -759.16961669921875, 0.139624491333961486, 0, 0, 0.06975555419921875, 0.997564136981964111, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1 +(@OGUID+33, 180415, 0, 5145, 4976, '0', 0, 0, -6857.1787109375, 6040.15966796875, -765.3016357421875, 5.026549339294433593, 0, 0, -0.5877847671508789, 0.809017360210418701, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1 +(@OGUID+34, 180415, 0, 5145, 4976, '0', 0, 0, -6875.89404296875, 6042.96337890625, -756.33758544921875, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1 +(@OGUID+35, 180415, 0, 5145, 4976, '0', 0, 0, -6847.40283203125, 6036.75, -755.3746337890625, 5.794494152069091796, 0, 0, -0.24192142486572265, 0.970295846462249755, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1 +(@OGUID+36, 180415, 0, 5145, 4976, '0', 0, 0, -6867.642578125, 6046.9287109375, -759.85614013671875, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1 +(@OGUID+37, 180415, 0, 5145, 4976, '0', 0, 0, -6870.59912109375, 6047.806640625, -760.02178955078125, 5.759587764739990234, 0, 0, -0.25881862640380859, 0.965925931930541992, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1 +(@OGUID+38, 180415, 0, 5145, 4976, '0', 0, 0, -6859.85400390625, 6068.291015625, -756.64923095703125, 5.532694816589355468, 0, 0, -0.3665008544921875, 0.93041771650314331, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1 +(@OGUID+39, 180415, 0, 5145, 4976, '0', 0, 0, -6860.9599609375, 6077.087890625, -760.18280029296875, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1 +(@OGUID+40, 180415, 0, 5145, 4976, '0', 0, 0, -6857.6474609375, 6070.41650390625, -759.28509521484375, 5.881760597229003906, 0, 0, -0.19936752319335937, 0.979924798011779785, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1 +(@OGUID+41, 180415, 0, 5145, 4976, '0', 0, 0, -6863.91650390625, 6076.30712890625, -760.61090087890625, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, 51886), -- CandleBlack01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1 +(@OGUID+42, 180425, 0, 5145, 4976, '0', 0, 0, -6880.61474609375, 5942.69091796875, -762.90997314453125, 3.159062385559082031, 0, 0, -0.99996185302734375, 0.008734640665352344, 120, 255, 1, 51886), -- SkullCandle01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1 +(@OGUID+43, 180425, 0, 5145, 4976, '0', 0, 0, -6876.90625, 5945.97412109375, -763.02923583984375, 2.44346022605895996, 0, 0, 0.939692497253417968, 0.34202045202255249, 120, 255, 1, 51886), -- SkullCandle01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1 +(@OGUID+44, 180425, 0, 5145, 4976, '0', 0, 0, -6891.4150390625, 5967.6474609375, -763.99566650390625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- SkullCandle01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1 +(@OGUID+45, 180425, 0, 5145, 4976, '0', 0, 0, -6849.98095703125, 6012.0390625, -761.28399658203125, 3.700104713439941406, 0, 0, -0.96126079559326171, 0.275640487670898437, 120, 255, 1, 51886), -- SkullCandle01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1 +(@OGUID+46, 180425, 0, 5145, 4976, '0', 0, 0, -6857.88720703125, 6040.61181640625, -765.0418701171875, 4.694936752319335937, 0, 0, -0.71325016021728515, 0.700909554958343505, 120, 255, 1, 51886), -- SkullCandle01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1 +(@OGUID+47, 180471, 0, 5145, 4976, '0', 0, 0, -6859.80712890625, 5994.99853515625, -760.16778564453125, 4.258606910705566406, 0, 0, -0.84804725646972656, 0.529920578002929687, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1 +(@OGUID+48, 180471, 0, 5145, 4976, '0', 0, 0, -6857.7744140625, 5999.00341796875, -760.08441162109375, 4.502951622009277343, 0, 0, -0.7771453857421875, 0.629321098327636718, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1 +(@OGUID+49, 180471, 0, 5145, 4976, '0', 0, 0, -6866.15478515625, 6007.68310546875, -761.50079345703125, 5.881760597229003906, 0, 0, -0.19936752319335937, 0.979924798011779785, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1 +(@OGUID+50, 180471, 0, 5145, 4976, '0', 0, 0, -6862.046875, 5991.046875, -760.49261474609375, 3.94444584846496582, 0, 0, -0.92050457000732421, 0.3907318115234375, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1 +(@OGUID+51, 180471, 0, 5145, 4976, '0', 0, 0, -6863.02783203125, 6004.7177734375, -761.384033203125, 5.427974700927734375, 0, 0, -0.41469287872314453, 0.909961462020874023, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1 +(@OGUID+52, 180471, 0, 5145, 4976, '0', 0, 0, -6858.74462890625, 6030.0390625, -763.69207763671875, 4.642575740814208984, 0, 0, -0.731353759765625, 0.681998312473297119, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1 +(@OGUID+53, 180472, 0, 5145, 4976, '0', 0, 0, -6862.64404296875, 6035.67529296875, -761.94061279296875, 4.625123500823974609, 0, 0, -0.73727703094482421, 0.67559051513671875, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1 +(@OGUID+54, 180523, 0, 5145, 4976, '0', 0, 0, -6863.68603515625, 5997.23681640625, -762.946533203125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: Darkbreak Cove - Difficulty: 0) CreateObject1 +(@OGUID+55, 208069, 0, 5145, 4976, '0', 0, 0, -6880.15966796875, 5946.98876953125, -764.90069580078125, 4.502951622009277343, 0, 0, -0.7771453857421875, 0.629321098327636718, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 0.5 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1 +(@OGUID+56, 208069, 0, 5145, 4976, '0', 0, 0, -6859.42041015625, 6038.330078125, -766.0528564453125, 0.139624491333961486, 0, 0, 0.06975555419921875, 0.997564136981964111, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 0.5 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1 +(@OGUID+57, 208072, 0, 5145, 4976, '0', 0, 0, -6884.57275390625, 5940.3349609375, -763.77313232421875, 4.520402908325195312, 0, 0, -0.77162456512451171, 0.636078238487243652, 120, 255, 1, 51886), -- G_Pumpkin_03 Scale 0.5 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1 +(@OGUID+58, 208072, 0, 5145, 4976, '0', 0, 0, -6848.40087890625, 6011.34033203125, -758.751220703125, 5.253442287445068359, 0, 0, -0.49242305755615234, 0.870355963706970214, 120, 255, 1, 51886), -- G_Pumpkin_03 Scale 0.5 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1 +(@OGUID+59, 208078, 0, 5145, 4976, '0', 0, 0, -6874.64404296875, 5952.31787109375, -765.11865234375, 4.223697185516357421, 0, 0, -0.85716724395751953, 0.515038192272186279, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 0.5 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1 +(@OGUID+60, 208078, 0, 5145, 4976, '0', 0, 0, -6848.828125, 6014.31005859375, -758.8798828125, 4.991643905639648437, 0, 0, -0.60181427001953125, 0.798636078834533691, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 0.5 (Area: Darkbreak Cove - Difficulty: 0) CreateObject1 +(@OGUID+61, 208132, 0, 5145, 4976, '0', 0, 0, -6865.40283203125, 6005.45556640625, -763.8397216796875, 5.480334281921386718, 0, 0, -0.39073085784912109, 0.920504987239837646, 120, 255, 1, 51886); -- Candy Bucket (Area: Darkbreak Cove - Difficulty: 0) CreateObject1 + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+61; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48), +(12, @OGUID+49), +(12, @OGUID+50), +(12, @OGUID+51), +(12, @OGUID+52), +(12, @OGUID+53), +(12, @OGUID+54), +(12, @OGUID+55), +(12, @OGUID+56), +(12, @OGUID+57), +(12, @OGUID+58), +(12, @OGUID+59), +(12, @OGUID+60), +(12, @OGUID+61); diff --git a/sql/updates/world/master/2024_03_18_31_world_hallows_end_twilight_highlands.sql b/sql/updates/world/master/2024_03_18_31_world_hallows_end_twilight_highlands.sql new file mode 100644 index 0000000000000..e4e35fd3de092 --- /dev/null +++ b/sql/updates/world/master/2024_03_18_31_world_hallows_end_twilight_highlands.sql @@ -0,0 +1,1477 @@ +-- +SET @CGUID := 3800279; +SET @OGUID := 3804629; + +-- Old creature spawns +DELETE FROM `creature` WHERE `guid` BETWEEN 3000351 AND 3000351; +DELETE FROM `creature_addon` WHERE `guid` BETWEEN 3000351 AND 3000351; +DELETE FROM `game_event_creature` WHERE `guid` BETWEEN 3000351 AND 3000351; + +-- Creature spawns +DELETE FROM `creature` WHERE `guid`=@CGUID+0; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES +(@CGUID+0, 22816, 0, 4922, 5137, '0', 0, 0, 0, 0, -2745.97216796875, -6362.1494140625, 198.9930419921875, 0, 120, 0, 0, 1129, 0, 0, NULL, NULL, NULL, NULL, 51886); -- Black Cat (Area: The Krazzworks - Difficulty: 0) CreateObject1 + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3006252 AND 3006283; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3006252 AND 3006283; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3006252 AND 3006283; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+31; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180406, 0, 4922, 5137, '0', 0, 0, -2743.078125, -6412.76416015625, 242.0164337158203125, 4.904376029968261718, 0, 0, -0.636077880859375, 0.771624863147735595, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: The Krazzworks - Difficulty: 0) CreateObject1 +(@OGUID+1, 180407, 0, 4922, 5137, '0', 0, 0, -2774.532958984375, -6407.875, 231.9047088623046875, 4.991643905639648437, 0, 0, -0.60181427001953125, 0.798636078834533691, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: The Krazzworks - Difficulty: 0) CreateObject1 +(@OGUID+2, 180408, 0, 4922, 5137, '0', 0, 0, -2747.802001953125, -6358.8818359375, 199.0170440673828125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: The Krazzworks - Difficulty: 0) CreateObject1 +(@OGUID+3, 180409, 0, 4922, 5137, '0', 0, 0, -2754.34375, -6363.92724609375, 199.0292510986328125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- G_WitchBroom_01 (Area: The Krazzworks - Difficulty: 0) CreateObject1 +(@OGUID+4, 180410, 0, 4922, 5137, '0', 0, 0, -2749.1875, -6362.22216796875, 199.00640869140625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: The Krazzworks - Difficulty: 0) CreateObject1 +(@OGUID+5, 180411, 0, 4922, 5137, '0', 0, 0, -2744.30908203125, -6411.3505859375, 243.2164459228515625, 5.777040958404541015, 0, 0, -0.25037956237792968, 0.968147754669189453, 120, 255, 1, 51886), -- G_Ghost_01 (Area: The Krazzworks - Difficulty: 0) CreateObject1 +(@OGUID+6, 180414, 0, 4922, 5137, '0', 0, 0, -2751.361083984375, -6360.43408203125, 199.0269622802734375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Cauldron (Area: The Krazzworks - Difficulty: 0) CreateObject1 +(@OGUID+7, 180415, 0, 4922, 5137, '0', 0, 0, -2744.80908203125, -6362.89599609375, 198.900238037109375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: The Krazzworks - Difficulty: 0) CreateObject1 +(@OGUID+8, 180425, 0, 4922, 5137, '0', 0, 0, -2751.75341796875, -6363.21875, 199.0176544189453125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- SkullCandle01 (Area: The Krazzworks - Difficulty: 0) CreateObject1 +(@OGUID+9, 180426, 0, 4922, 5137, '0', 0, 0, -2768.467041015625, -6410.13037109375, 245.491668701171875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: The Krazzworks - Difficulty: 0) CreateObject1 +(@OGUID+10, 180426, 0, 4922, 5137, '0', 0, 0, -2760.427001953125, -6414.8369140625, 242.9449920654296875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: The Krazzworks - Difficulty: 0) CreateObject1 +(@OGUID+11, 180426, 0, 4922, 5137, '0', 0, 0, -2762.484375, -6399.38037109375, 241.7418975830078125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: The Krazzworks - Difficulty: 0) CreateObject1 +(@OGUID+12, 180427, 0, 4922, 5137, '0', 0, 0, -2774.78125, -6408.07275390625, 243.7399139404296875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat02 (Area: The Krazzworks - Difficulty: 0) CreateObject1 +(@OGUID+13, 180427, 0, 4922, 5137, '0', 0, 0, -2774.526123046875, -6414.015625, 245.0953521728515625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat02 (Area: The Krazzworks - Difficulty: 0) CreateObject1 +(@OGUID+14, 180427, 0, 4922, 5137, '0', 0, 0, -2764.538330078125, -6417.13525390625, 231.644561767578125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat02 (Area: The Krazzworks - Difficulty: 0) CreateObject1 +(@OGUID+15, 180471, 0, 4922, 5137, '0', 0, 0, -2742.757080078125, -6370.19775390625, 198.602142333984375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: The Krazzworks - Difficulty: 0) CreateObject1 +(@OGUID+16, 180472, 0, 4922, 5137, '0', 0, 0, -2742.83154296875, -6406.35400390625, 248.2779083251953125, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: The Krazzworks - Difficulty: 0) CreateObject1 +(@OGUID+17, 180523, 0, 4922, 5137, '0', 0, 0, -2744.092041015625, -6407.45166015625, 241.947723388671875, 6.021387100219726562, 0, 0, -0.13052558898925781, 0.991444945335388183, 120, 255, 1, 51886), -- Apple Bob (Area: The Krazzworks - Difficulty: 0) CreateObject1 +(@OGUID+18, 185434, 0, 4922, 5137, '0', 0, 0, -2745.44091796875, -6369.048828125, 198.9598846435546875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Sitting Skeleton 01 (Area: The Krazzworks - Difficulty: 0) CreateObject1 +(@OGUID+19, 185435, 0, 4922, 5137, '0', 0, 0, -2746.677001953125, -6367.69091796875, 198.9712066650390625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Sitting Skeleton 02 (Area: The Krazzworks - Difficulty: 0) CreateObject1 +(@OGUID+20, 185436, 0, 4922, 5137, '0', 0, 0, -2747.8681640625, -6366.45849609375, 198.9819793701171875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Sitting Skeleton 03 (Area: The Krazzworks - Difficulty: 0) CreateObject1 +(@OGUID+21, 185437, 0, 4922, 5137, '0', 0, 0, -2743.302001953125, -6367.32666015625, 198.9544219970703125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Laying Skeleton 01 (Area: The Krazzworks - Difficulty: 0) CreateObject1 +(@OGUID+22, 185438, 0, 4922, 5137, '0', 0, 0, -2748.819580078125, -6365.1943359375, 198.991943359375, 0.27925160527229309, 0, 0, 0.139172554016113281, 0.990268170833587646, 120, 255, 1, 51886), -- Sitting Skeleton 04 (Area: The Krazzworks - Difficulty: 0) CreateObject1 +(@OGUID+23, 185454, 0, 4922, 5137, '0', 0, 0, -2745.333251953125, -6365.70849609375, 198.970977783203125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Laying Skeleton 02 (Area: The Krazzworks - Difficulty: 0) CreateObject1 +(@OGUID+24, 185455, 0, 4922, 5137, '0', 0, 0, -2746.663330078125, -6364.10400390625, 198.9063873291015625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Laying Skeleton 03 (Area: The Krazzworks - Difficulty: 0) CreateObject1 +(@OGUID+25, 208063, 0, 4922, 5137, '0', 0, 0, -2744.489501953125, -6408.51025390625, 245.858154296875, 3.124123096466064453, 0, 0, 0.99996185302734375, 0.008734640665352344, 120, 255, 1, 51886), -- Web Hanging (Area: The Krazzworks - Difficulty: 0) CreateObject1 +(@OGUID+26, 208063, 0, 4922, 5137, '0', 0, 0, -2744.677001953125, -6406.41650390625, 245.56768798828125, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 51886), -- Web Hanging (Area: The Krazzworks - Difficulty: 0) CreateObject1 +(@OGUID+27, 208064, 0, 4922, 5137, '0', 0, 0, -2751.447998046875, -6373.26416015625, 198.974365234375, 0.872663915157318115, 0, 0, 0.422617912292480468, 0.906307935714721679, 120, 255, 1, 51886), -- Web Corner (Area: The Krazzworks - Difficulty: 0) CreateObject1 +(@OGUID+28, 208075, 0, 4922, 5137, '0', 0, 0, -2754.18408203125, -6371.06591796875, 198.9959564208984375, 1.064649581909179687, 0, 0, 0.507537841796875, 0.861629426479339599, 120, 255, 1, 51886), -- Web Tall 01 (Area: The Krazzworks - Difficulty: 0) CreateObject1 +(@OGUID+29, 208076, 0, 4922, 5137, '0', 0, 0, -2756.84716796875, -6367.87841796875, 199.0155487060546875, 0.610863447189331054, 0, 0, 0.3007049560546875, 0.953717231750488281, 120, 255, 1, 51886), -- Web Tall 02 (Area: The Krazzworks - Difficulty: 0) CreateObject1 +(@OGUID+30, 208077, 0, 4922, 5137, '0', 0, 0, -2760.239501953125, -6359.65625, 201.367156982421875, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- Web Wide (Area: The Krazzworks - Difficulty: 0) CreateObject1 +(@OGUID+31, 208153, 0, 4922, 5137, '0', 0, 0, -2737.350830078125, -6412.0400390625, 242.3661346435546875, 3.263772249221801757, 0, 0, -0.99813461303710937, 0.061051756143569946, 120, 255, 1, 51886); -- Candy Bucket (Area: The Krazzworks - Difficulty: 0) CreateObject1 + +-- Event spawns +DELETE FROM `game_event_creature` WHERE `eventEntry`=12 AND `guid`=@CGUID+0; +INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES +(12, @CGUID+0); + +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+31; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31); + +-- +SET @OGUID := 3804661; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3006284 AND 3006437; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3006284 AND 3006437; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3006284 AND 3006437; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+153; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 0, 4922, 5138, '0', 0, 0, -3654.2744140625, -5244.57470703125, 50.81135177612304687, 4.852017402648925781, 0, 0, -0.65605831146240234, 0.754710197448730468, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+1, 180405, 0, 4922, 5138, '0', 0, 0, -3701.975830078125, -5342.0068359375, 40.00477981567382812, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+2, 180405, 0, 4922, 5138, '0', 0, 0, -3673.833251953125, -5273.64404296875, 41.84757614135742187, 0.296705186367034912, 0, 0, 0.147809028625488281, 0.989015936851501464, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+3, 180406, 0, 4922, 5138, '0', 0, 0, -3653.49658203125, -5256.1494140625, 42.85026931762695312, 2.024578809738159179, 0, 0, 0.848047256469726562, 0.529920578002929687, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+4, 180406, 0, 4922, 5138, '0', 0, 0, -3659.6494140625, -5274.53662109375, 44.46908187866210937, 0.349065244197845458, 0, 0, 0.173647880554199218, 0.984807789325714111, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+5, 180406, 0, 4922, 5138, '0', 0, 0, -3668.239501953125, -5248.6318359375, 50.77281570434570312, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+6, 180406, 0, 4922, 5138, '0', 0, 0, -3691.55908203125, -5350.93212890625, 38.72241592407226562, 2.024578809738159179, 0, 0, 0.848047256469726562, 0.529920578002929687, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+7, 180407, 0, 4922, 5138, '0', 0, 0, -3647.8994140625, -5252.61279296875, 42.86903762817382812, 5.811946868896484375, 0, 0, -0.2334451675415039, 0.972369968891143798, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+8, 180407, 0, 4922, 5138, '0', 0, 0, -3691.998291015625, -5343.24853515625, 39.39379119873046875, 2.70525527000427246, 0, 0, 0.97629547119140625, 0.216442063450813293, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+9, 180407, 0, 4922, 5138, '0', 0, 0, -3729.298583984375, -5273.51025390625, 37.23723220825195312, 1.500982880592346191, 0, 0, 0.681998252868652343, 0.731353819370269775, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+10, 180407, 0, 4922, 5138, '0', 0, 0, -3664.79345703125, -5234.517578125, 50.75580215454101562, 0.733038187026977539, 0, 0, 0.358367919921875, 0.933580458164215087, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+11, 180408, 0, 4922, 5138, '0', 0, 0, -3697.763916015625, -5368.126953125, 65.3935546875, 5.585053920745849609, 0, 0, -0.34202003479003906, 0.939692676067352294, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+12, 180415, 0, 4922, 5138, '0', 0, 0, -3661.623291015625, -5275.9755859375, 43.44594192504882812, 3.543023586273193359, 0, 0, -0.97992420196533203, 0.199370384216308593, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+13, 180415, 0, 4922, 5138, '0', 0, 0, -3636.3994140625, -5291.0849609375, 42.39197921752929687, 0.349065244197845458, 0, 0, 0.173647880554199218, 0.984807789325714111, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+14, 180415, 0, 4922, 5138, '0', 0, 0, -3666.161376953125, -5279.1962890625, 43.81999588012695312, 3.263772249221801757, 0, 0, -0.99813461303710937, 0.061051756143569946, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+15, 180415, 0, 4922, 5138, '0', 0, 0, -3637.53466796875, -5290.908203125, 42.52363967895507812, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+16, 180415, 0, 4922, 5138, '0', 0, 0, -3667.62158203125, -5271.4599609375, 50.11974716186523437, 2.600535154342651367, 0, 0, 0.963629722595214843, 0.26724100112915039, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+17, 180415, 0, 4922, 5138, '0', 0, 0, -3666.310791015625, -5278.890625, 43.72710037231445312, 3.9793548583984375, 0, 0, -0.9135446548461914, 0.406738430261611938, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+18, 180415, 0, 4922, 5138, '0', 0, 0, -3637.861083984375, -5291.51025390625, 42.45359420776367187, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+19, 180415, 0, 4922, 5138, '0', 0, 0, -3661.404541015625, -5276.15625, 43.42014694213867187, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+20, 180415, 0, 4922, 5138, '0', 0, 0, -3636.973876953125, -5290.86279296875, 42.4736328125, 0.453785061836242675, 0, 0, 0.224950790405273437, 0.974370121955871582, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+21, 180415, 0, 4922, 5138, '0', 0, 0, -3666.9619140625, -5271.66845703125, 50.13605880737304687, 2.495818138122558593, 0, 0, 0.948323249816894531, 0.317305892705917358, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+22, 180415, 0, 4922, 5138, '0', 0, 0, -3668.427001953125, -5271.2724609375, 50.14675140380859375, 2.548179388046264648, 0, 0, 0.956304550170898437, 0.292372345924377441, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+23, 180415, 0, 4922, 5138, '0', 0, 0, -3666.34375, -5271.77978515625, 50.19835281372070312, 2.775068521499633789, 0, 0, 0.983254432678222656, 0.182238012552261352, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+24, 180415, 0, 4922, 5138, '0', 0, 0, -3668.819580078125, -5271.0380859375, 49.99477767944335937, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+25, 180415, 0, 4922, 5138, '0', 0, 0, -3665.26904296875, -5246.62841796875, 42.58551788330078125, 2.617989301681518554, 0, 0, 0.965925216674804687, 0.258821308612823486, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+26, 180415, 0, 4922, 5138, '0', 0, 0, -3669.286376953125, -5270.97412109375, 50.17560577392578125, 2.111847877502441406, 0, 0, 0.870355606079101562, 0.492423713207244873, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+27, 180415, 0, 4922, 5138, '0', 0, 0, -3672.076416015625, -5270.24462890625, 50.15790939331054687, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+28, 180415, 0, 4922, 5138, '0', 0, 0, -3671.4931640625, -5270.4287109375, 50.20567703247070312, 2.949595451354980468, 0, 0, 0.995395660400390625, 0.095851235091686248, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+29, 180415, 0, 4922, 5138, '0', 0, 0, -3677.3056640625, -5383.78662109375, 37.29427337646484375, 5.35816192626953125, 0, 0, -0.446197509765625, 0.894934535026550292, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+30, 180415, 0, 4922, 5138, '0', 0, 0, -3670.859375, -5270.63037109375, 50.10826492309570312, 5.969027042388916015, 0, 0, -0.1564340591430664, 0.987688362598419189, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+31, 180415, 0, 4922, 5138, '0', 0, 0, -3673.078125, -5270.02783203125, 50.19440078735351562, 3.420850038528442382, 0, 0, -0.99026775360107421, 0.139175355434417724, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+32, 180415, 0, 4922, 5138, '0', 0, 0, -3669.682373046875, -5270.88916015625, 50.24713516235351562, 2.70525527000427246, 0, 0, 0.97629547119140625, 0.216442063450813293, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+33, 180415, 0, 4922, 5138, '0', 0, 0, -3674.73779296875, -5253.53466796875, 43.68207168579101562, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+34, 180415, 0, 4922, 5138, '0', 0, 0, -3726.810791015625, -5271.015625, 40.45112228393554687, 5.35816192626953125, 0, 0, -0.446197509765625, 0.894934535026550292, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+35, 180415, 0, 4922, 5138, '0', 0, 0, -3726.373291015625, -5268.05224609375, 38.98664093017578125, 5.096362113952636718, 0, 0, -0.55919265747070312, 0.829037725925445556, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+36, 180415, 0, 4922, 5138, '0', 0, 0, -3726.147705078125, -5268.626953125, 38.86452102661132812, 5.35816192626953125, 0, 0, -0.446197509765625, 0.894934535026550292, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+37, 180415, 0, 4922, 5138, '0', 0, 0, -3674.99658203125, -5252.31787109375, 43.58063507080078125, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+38, 180415, 0, 4922, 5138, '0', 0, 0, -3675.44091796875, -5252.3837890625, 43.4779052734375, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+39, 180415, 0, 4922, 5138, '0', 0, 0, -3675.651123046875, -5251.73974609375, 43.51439285278320312, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+40, 180415, 0, 4922, 5138, '0', 0, 0, -3674.973876953125, -5251.73779296875, 43.68123245239257812, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+41, 180415, 0, 4922, 5138, '0', 0, 0, -3668.782958984375, -5247.2900390625, 42.48121261596679687, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+42, 180415, 0, 4922, 5138, '0', 0, 0, -3665.960205078125, -5243.88720703125, 44.87910079956054687, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+43, 180415, 0, 4922, 5138, '0', 0, 0, -3670.069580078125, -5241.77978515625, 45.98332595825195312, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+44, 180415, 0, 4922, 5138, '0', 0, 0, -3666.197998046875, -5242.71875, 45.84253692626953125, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+45, 180415, 0, 4922, 5138, '0', 0, 0, -3665.060791015625, -5239.82666015625, 48.72539138793945312, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+46, 180415, 0, 4922, 5138, '0', 0, 0, -3665.4306640625, -5245.5537109375, 43.38390350341796875, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+47, 180415, 0, 4922, 5138, '0', 0, 0, -3669.583251953125, -5243.61474609375, 44.84346389770507812, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+48, 180415, 0, 4922, 5138, '0', 0, 0, -3665.661376953125, -5244.81103515625, 44.04916763305664062, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+49, 180415, 0, 4922, 5138, '0', 0, 0, -3669.2275390625, -5246.033203125, 43.23323440551757812, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+50, 180415, 0, 4922, 5138, '0', 0, 0, -3669.329833984375, -5245.015625, 43.93903350830078125, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+51, 180415, 0, 4922, 5138, '0', 0, 0, -3665.710205078125, -5240.47412109375, 47.9257965087890625, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+52, 180415, 0, 4922, 5138, '0', 0, 0, -3663.333251953125, -5237.63916015625, 48.779754638671875, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+53, 180415, 0, 4922, 5138, '0', 0, 0, -3661.630126953125, -5235.8037109375, 48.85627365112304687, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+54, 180415, 0, 4922, 5138, '0', 0, 0, -3662.576416015625, -5236.82470703125, 48.77309799194335937, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 51886), -- CandleBlack01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+55, 180425, 0, 4922, 5138, '0', 0, 0, -3666.560791015625, -5279.05712890625, 43.85552215576171875, 4.415683269500732421, 0, 0, -0.80385684967041015, 0.594822824001312255, 120, 255, 1, 51886), -- SkullCandle01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+56, 180425, 0, 4922, 5138, '0', 0, 0, -3659.083251953125, -5276.80908203125, 42.994720458984375, 4.468043327331542968, 0, 0, -0.7880105972290039, 0.615661680698394775, 120, 255, 1, 51886), -- SkullCandle01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+57, 180425, 0, 4922, 5138, '0', 0, 0, -3677.638916015625, -5383.40478515625, 37.41154861450195312, 1.134462952613830566, 0, 0, 0.537299156188964843, 0.843391716480255126, 120, 255, 1, 51886), -- SkullCandle01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+58, 180425, 0, 4922, 5138, '0', 0, 0, -3674.838623046875, -5253.94091796875, 43.68205642700195312, 3.281238555908203125, 0, 0, -0.99756336212158203, 0.069766148924827575, 120, 255, 1, 51886), -- SkullCandle01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+59, 180426, 0, 4922, 5138, '0', 0, 0, -3620.76220703125, -5296.515625, 76.438995361328125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+60, 180426, 0, 4922, 5138, '0', 0, 0, -3642.651123046875, -5297.2412109375, 61.64583969116210937, 3.316144466400146484, 0, 0, -0.99619388580322265, 0.087165042757987976, 120, 255, 1, 51886), -- Bat01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+61, 180426, 0, 4922, 5138, '0', 0, 0, -3678.02783203125, -5295.86962890625, 54.80915451049804687, 0.034906249493360519, 0, 0, 0.017452239990234375, 0.999847710132598876, 120, 255, 1, 51886), -- Bat01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+62, 180426, 0, 4922, 5138, '0', 0, 0, -3688.78466796875, -5313.18212890625, 64.1201629638671875, 6.108653545379638671, 0, 0, -0.08715534210205078, 0.996194720268249511, 120, 255, 1, 51886), -- Bat01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+63, 180426, 0, 4922, 5138, '0', 0, 0, -3696.24658203125, -5294.1162109375, 56.31427383422851562, 0.24434557557106018, 0, 0, 0.121869087219238281, 0.9925462007522583, 120, 255, 1, 51886), -- Bat01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+64, 180426, 0, 4922, 5138, '0', 0, 0, -3706.822998046875, -5309.40283203125, 63.53683090209960937, 3.211419343948364257, 0, 0, -0.9993906021118164, 0.034906134009361267, 120, 255, 1, 51886), -- Bat01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+65, 180426, 0, 4922, 5138, '0', 0, 0, -3704.982666015625, -5290.611328125, 52.5624542236328125, 1.553341388702392578, 0, 0, 0.700908660888671875, 0.713251054286956787, 120, 255, 1, 51886), -- Bat01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+66, 180427, 0, 4922, 5138, '0', 0, 0, -3618.14404296875, -5288.8369140625, 76.56090545654296875, 3.211419343948364257, 0, 0, -0.9993906021118164, 0.034906134009361267, 120, 255, 1, 51886), -- Bat02 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+67, 180427, 0, 4922, 5138, '0', 0, 0, -3645.111083984375, -5299.78125, 62.04021453857421875, 4.537858963012695312, 0, 0, -0.76604366302490234, 0.642788589000701904, 120, 255, 1, 51886), -- Bat02 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+68, 180427, 0, 4922, 5138, '0', 0, 0, -3683.901123046875, -5304.1787109375, 64.5508270263671875, 0.436331570148468017, 0, 0, 0.216439247131347656, 0.976296067237854003, 120, 255, 1, 51886), -- Bat02 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+69, 180427, 0, 4922, 5138, '0', 0, 0, -3671.4375, -5305.74853515625, 63.5836334228515625, 6.09120035171508789, 0, 0, -0.09584522247314453, 0.995396256446838378, 120, 255, 1, 51886), -- Bat02 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+70, 180427, 0, 4922, 5138, '0', 0, 0, -3674.9375, -5330.423828125, 64.2681427001953125, 0.436331570148468017, 0, 0, 0.216439247131347656, 0.976296067237854003, 120, 255, 1, 51886), -- Bat02 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+71, 180427, 0, 4922, 5138, '0', 0, 0, -3693.30908203125, -5314.66162109375, 59.46718215942382812, 3.403396368026733398, 0, 0, -0.99144458770751953, 0.130528271198272705, 120, 255, 1, 51886), -- Bat02 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+72, 180427, 0, 4922, 5138, '0', 0, 0, -3691.720458984375, -5292.31787109375, 61.68832015991210937, 1.48352813720703125, 0, 0, 0.675589561462402343, 0.737277925014495849, 120, 255, 1, 51886), -- Bat02 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+73, 180427, 0, 4922, 5138, '0', 0, 0, -3698.7119140625, -5303.09716796875, 60.11925506591796875, 0.418878614902496337, 0, 0, 0.207911491394042968, 0.978147625923156738, 120, 255, 1, 51886), -- Bat02 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+74, 180471, 0, 4922, 5138, '0', 0, 0, -3564.951416015625, -5285.515625, 63.40347671508789062, 2.600535154342651367, 0, 0, 0.963629722595214843, 0.26724100112915039, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+75, 180471, 0, 4922, 5138, '0', 0, 0, -3570.001708984375, -5282.61962890625, 63.40273666381835937, 3.281238555908203125, 0, 0, -0.99756336212158203, 0.069766148924827575, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+76, 180471, 0, 4922, 5138, '0', 0, 0, -3564.786376953125, -5302.78466796875, 63.41010284423828125, 0.523597896099090576, 0, 0, 0.258818626403808593, 0.965925931930541992, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+77, 180471, 0, 4922, 5138, '0', 0, 0, -3560.30908203125, -5288.18408203125, 63.43655014038085937, 2.426007747650146484, 0, 0, 0.936672210693359375, 0.350207358598709106, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+78, 180471, 0, 4922, 5138, '0', 0, 0, -3558.522705078125, -5285.1787109375, 56.90599441528320312, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+79, 180471, 0, 4922, 5138, '0', 0, 0, -3576.182373046875, -5282.408203125, 60.36484909057617187, 3.735006093978881835, 0, 0, -0.95630455017089843, 0.292372345924377441, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+80, 180471, 0, 4922, 5138, '0', 0, 0, -3579.723876953125, -5300.40087890625, 63.47622299194335937, 5.445427894592285156, 0, 0, -0.40673637390136718, 0.913545548915863037, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+81, 180471, 0, 4922, 5138, '0', 0, 0, -3582.291748046875, -5293.90625, 63.43564987182617187, 4.712389945983886718, 0, 0, -0.70710659027099609, 0.707106947898864746, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+82, 180471, 0, 4922, 5138, '0', 0, 0, -3560.10595703125, -5293.783203125, 63.4101104736328125, 1.553341388702392578, 0, 0, 0.700908660888671875, 0.713251054286956787, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+83, 180471, 0, 4922, 5138, '0', 0, 0, -3582.236083984375, -5288.01904296875, 63.48543930053710937, 4.380776405334472656, 0, 0, -0.81411552429199218, 0.580702960491180419, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+84, 180471, 0, 4922, 5138, '0', 0, 0, -3574.848876953125, -5303.142578125, 63.40879440307617187, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+85, 180471, 0, 4922, 5138, '0', 0, 0, -3560.203125, -5299.85791015625, 63.43255615234375, 1.082102894783020019, 0, 0, 0.51503753662109375, 0.857167601585388183, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+86, 180471, 0, 4922, 5138, '0', 0, 0, -3563.060791015625, -5282.57666015625, 56.9185791015625, 2.600535154342651367, 0, 0, 0.963629722595214843, 0.26724100112915039, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+87, 180471, 0, 4922, 5138, '0', 0, 0, -3570.838623046875, -5278.88720703125, 57.18320846557617187, 3.106652259826660156, 0, 0, 0.999847412109375, 0.017469281330704689, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+88, 180471, 0, 4922, 5138, '0', 0, 0, -3569.842041015625, -5305.70166015625, 63.4256591796875, 0.27925160527229309, 0, 0, 0.139172554016113281, 0.990268170833587646, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+89, 180471, 0, 4922, 5138, '0', 0, 0, -3667.36279296875, -5270.68212890625, 45.23014450073242187, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+90, 180471, 0, 4922, 5138, '0', 0, 0, -3668.078125, -5270.6025390625, 46.04820632934570312, 6.178466320037841796, 0, 0, -0.05233573913574218, 0.998629570007324218, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+91, 180471, 0, 4922, 5138, '0', 0, 0, -3638.234375, -5372.5087890625, 60.38775634765625, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+92, 180471, 0, 4922, 5138, '0', 0, 0, -3627.828125, -5380.84228515625, 60.30280303955078125, 2.373644113540649414, 0, 0, 0.927183151245117187, 0.37460830807685852, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+93, 180471, 0, 4922, 5138, '0', 0, 0, -3630.786376953125, -5375.3037109375, 57.47060012817382812, 2.548179388046264648, 0, 0, 0.956304550170898437, 0.292372345924377441, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+94, 180471, 0, 4922, 5138, '0', 0, 0, -3643.416748046875, -5394.81103515625, 60.31293487548828125, 5.70722818374633789, 0, 0, -0.28401470184326171, 0.958819925785064697, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+95, 180471, 0, 4922, 5138, '0', 0, 0, -3628.423583984375, -5392.1474609375, 60.33880615234375, 1.308995485305786132, 0, 0, 0.608760833740234375, 0.793353796005249023, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+96, 180471, 0, 4922, 5138, '0', 0, 0, -3648.395751953125, -5391.71337890625, 60.33043670654296875, 5.340708732604980468, 0, 0, -0.45398998260498046, 0.891006767749786376, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+97, 180471, 0, 4922, 5138, '0', 0, 0, -3638.678955078125, -5397.59716796875, 60.33121871948242187, 6.213373661041259765, 0, 0, -0.03489875793457031, 0.999390840530395507, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+98, 180471, 0, 4922, 5138, '0', 0, 0, -3648.4462890625, -5386.09375, 60.31220245361328125, 4.677483558654785156, 0, 0, -0.71933937072753906, 0.694658815860748291, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+99, 180471, 0, 4922, 5138, '0', 0, 0, -3633.35595703125, -5394.9306640625, 60.3123779296875, 0.436331570148468017, 0, 0, 0.216439247131347656, 0.976296067237854003, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+100, 180471, 0, 4922, 5138, '0', 0, 0, -3625, -5378.55712890625, 54.12274551391601562, 2.321286916732788085, 0, 0, 0.917059898376464843, 0.398749500513076782, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+101, 180471, 0, 4922, 5138, '0', 0, 0, -3624.532958984375, -5386.5224609375, 53.81134414672851562, 1.553341388702392578, 0, 0, 0.700908660888671875, 0.713251054286956787, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+102, 180471, 0, 4922, 5138, '0', 0, 0, -3643.3056640625, -5375.03662109375, 60.33517074584960937, 3.52557229995727539, 0, 0, -0.98162651062011718, 0.190812408924102783, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+103, 180471, 0, 4922, 5138, '0', 0, 0, -3648.157958984375, -5380.408203125, 60.38024139404296875, 4.345870018005371093, 0, 0, -0.82412624359130859, 0.566406130790710449, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+104, 180471, 0, 4922, 5138, '0', 0, 0, -3628.166748046875, -5386.6181640625, 60.30788040161132812, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+105, 180471, 0, 4922, 5138, '0', 0, 0, -3624.944580078125, -5392.43408203125, 53.80905532836914062, 1.500982880592346191, 0, 0, 0.681998252868652343, 0.731353819370269775, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+106, 180471, 0, 4922, 5138, '0', 0, 0, -3671.520751953125, -5269.68603515625, 45.27940750122070312, 5.969027042388916015, 0, 0, -0.1564340591430664, 0.987688362598419189, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+107, 180471, 0, 4922, 5138, '0', 0, 0, -3670.760498046875, -5269.88037109375, 46.04819869995117187, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+108, 180471, 0, 4922, 5138, '0', 0, 0, -3688.935791015625, -5387.0537109375, 40.6433868408203125, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+109, 180471, 0, 4922, 5138, '0', 0, 0, -3692.666748046875, -5383.34228515625, 40.61370849609375, 5.445427894592285156, 0, 0, -0.40673637390136718, 0.913545548915863037, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+110, 180471, 0, 4922, 5138, '0', 0, 0, -3689.31591796875, -5386.52587890625, 40.12000274658203125, 4.939284324645996093, 0, 0, -0.6225137710571289, 0.78260880708694458, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+111, 180471, 0, 4922, 5138, '0', 0, 0, -3688.444580078125, -5387.52099609375, 40.34614944458007812, 5.619962215423583984, 0, 0, -0.32556724548339843, 0.945518851280212402, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+112, 180471, 0, 4922, 5138, '0', 0, 0, -3691.9619140625, -5384.08349609375, 40.88255691528320312, 5.532694816589355468, 0, 0, -0.3665008544921875, 0.93041771650314331, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+113, 180471, 0, 4922, 5138, '0', 0, 0, -3682.842041015625, -5472.77978515625, 36.9305572509765625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+114, 180471, 0, 4922, 5138, '0', 0, 0, -3742.083251953125, -5302.70849609375, 40.11863327026367187, 4.991643905639648437, 0, 0, -0.60181427001953125, 0.798636078834533691, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+115, 180471, 0, 4922, 5138, '0', 0, 0, -3742.15283203125, -5301.82666015625, 40.42900466918945312, 4.799657344818115234, 0, 0, -0.67558956146240234, 0.737277925014495849, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+116, 180471, 0, 4922, 5138, '0', 0, 0, -3742.208251953125, -5301.064453125, 40.72895050048828125, 4.642575740814208984, 0, 0, -0.731353759765625, 0.681998312473297119, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+117, 180471, 0, 4922, 5138, '0', 0, 0, -3742.3681640625, -5296.5400390625, 40.42343902587890625, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+118, 180471, 0, 4922, 5138, '0', 0, 0, -3726.079833984375, -5270.47900390625, 58.90065383911132812, 0.401424884796142578, 0, 0, 0.199367523193359375, 0.979924798011779785, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+119, 180471, 0, 4922, 5138, '0', 0, 0, -3721.44970703125, -5267.84912109375, 58.84261703491210937, 0.506144583225250244, 0, 0, 0.250379562377929687, 0.968147754669189453, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+120, 180471, 0, 4922, 5138, '0', 0, 0, -3717.23779296875, -5250.71337890625, 58.8446197509765625, 2.286378860473632812, 0, 0, 0.909960746765136718, 0.414694398641586303, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+121, 180471, 0, 4922, 5138, '0', 0, 0, -3732.255126953125, -5248.33837890625, 58.82315444946289062, 3.717553615570068359, 0, 0, -0.95881938934326171, 0.284016460180282592, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+122, 180471, 0, 4922, 5138, '0', 0, 0, -3737.217041015625, -5251.7744140625, 58.84609603881835937, 4.433136463165283203, 0, 0, -0.79863548278808593, 0.60181504487991333, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+123, 180471, 0, 4922, 5138, '0', 0, 0, -3740.682373046875, -5252, 52.32429122924804687, 4.869470596313476562, 0, 0, -0.64944744110107421, 0.760406434535980224, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+124, 180471, 0, 4922, 5138, '0', 0, 0, -3716.736083984375, -5261.96337890625, 58.89995193481445312, 1.361356139183044433, 0, 0, 0.629320144653320312, 0.77714616060256958, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+125, 180471, 0, 4922, 5138, '0', 0, 0, -3736.991455078125, -5262.86474609375, 58.81587600708007812, 5.078907966613769531, 0, 0, -0.56640625, 0.824126183986663818, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+126, 180471, 0, 4922, 5138, '0', 0, 0, -3739.859375, -5265.34716796875, 52.55641555786132812, 5.724681377410888671, 0, 0, -0.27563667297363281, 0.961261868476867675, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+127, 180471, 0, 4922, 5138, '0', 0, 0, -3737.03125, -5257.34912109375, 58.8222808837890625, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+128, 180471, 0, 4922, 5138, '0', 0, 0, -3722.9775390625, -5247.59912109375, 58.83084487915039062, 2.70525527000427246, 0, 0, 0.97629547119140625, 0.216442063450813293, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+129, 180471, 0, 4922, 5138, '0', 0, 0, -3733.38720703125, -5268.361328125, 56.12745285034179687, 6.09120035171508789, 0, 0, -0.09584522247314453, 0.995396256446838378, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+130, 180471, 0, 4922, 5138, '0', 0, 0, -3716.755126953125, -5257.18408203125, 58.81712722778320312, 1.675513744354248046, 0, 0, 0.743144035339355468, 0.669131457805633544, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+131, 180471, 0, 4922, 5138, '0', 0, 0, -3740.6875, -5259.31591796875, 52.30318069458007812, 4.869470596313476562, 0, 0, -0.64944744110107421, 0.760406434535980224, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+132, 180471, 0, 4922, 5138, '0', 0, 0, -3727.288330078125, -5245.43408203125, 58.84140396118164062, 3.45575571060180664, 0, 0, -0.98768806457519531, 0.156436234712600708, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+133, 180471, 0, 4922, 5138, '0', 0, 0, -3715.192626953125, -5220.845703125, 43.26299667358398437, 3.892086982727050781, 0, 0, -0.93041706085205078, 0.366502493619918823, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+134, 180471, 0, 4922, 5138, '0', 0, 0, -3714.01904296875, -5220.0625, 43.69446182250976562, 3.961898565292358398, 0, 0, -0.91705989837646484, 0.398749500513076782, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+135, 180471, 0, 4922, 5138, '0', 0, 0, -3712.09033203125, -5218.13720703125, 43.43335723876953125, 4.066620349884033203, 0, 0, -0.89493370056152343, 0.44619917869567871, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+136, 180472, 0, 4922, 5138, '0', 0, 0, -3563.939208984375, -5294.03466796875, 69.624664306640625, 6.108653545379638671, 0, 0, -0.08715534210205078, 0.996194720268249511, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+137, 180472, 0, 4922, 5138, '0', 0, 0, -3635.279541015625, -5391.7275390625, 66.49724578857421875, 5.270895957946777343, 0, 0, -0.48480892181396484, 0.87462007999420166, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+138, 180472, 0, 4922, 5138, '0', 0, 0, -3669.326416015625, -5269.96533203125, 47.217926025390625, 4.45059061050415039, 0, 0, -0.79335308074951171, 0.608761727809906005, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+139, 180472, 0, 4922, 5138, '0', 0, 0, -3730.21875, -5251.734375, 65.28433990478515625, 2.059488296508789062, 0, 0, 0.857167243957519531, 0.515038192272186279, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+140, 180523, 0, 4922, 5138, '0', 0, 0, -3667.859375, -5253.87158203125, 42.52528762817382812, 5.969027042388916015, 0, 0, -0.1564340591430664, 0.987688362598419189, 120, 255, 1, 51886), -- Apple Bob (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+141, 207941, 0, 4922, 5138, '0', 0, 0, -3730.541748046875, -5330.408203125, 67.93035888671875, 4.939284324645996093, 0, 0, -0.6225137710571289, 0.78260880708694458, 120, 255, 1, 51886), -- G_WitchHat_01 scale 2.0 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+142, 208057, 0, 4922, 5138, '0', 0, 0, -3739.640625, -5299.40087890625, 42.72595596313476562, 5.183629035949707031, 0, 0, -0.52249813079833984, 0.852640450000762939, 120, 255, 1, 51886), -- G_Pumpkin_01 Scale 2.0 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+143, 208061, 0, 4922, 5138, '0', 0, 0, -3688.807373046875, -5383.52783203125, 42.852783203125, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 2.0 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+144, 208062, 0, 4922, 5138, '0', 0, 0, -3711.67529296875, -5221.74462890625, 45.79445266723632812, 4.258606910705566406, 0, 0, -0.84804725646972656, 0.529920578002929687, 120, 255, 1, 51886), -- G_Pumpkin_03 Scale 2.0 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+145, 208069, 0, 4922, 5138, '0', 0, 0, -3656.475830078125, -5236.57275390625, 50.78117752075195312, 6.073746204376220703, 0, 0, -0.10452842712402343, 0.994521915912628173, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 0.5 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+146, 208069, 0, 4922, 5138, '0', 0, 0, -3664.814208984375, -5324.0380859375, 37.11321258544921875, 4.9218292236328125, 0, 0, -0.62932014465332031, 0.77714616060256958, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 0.5 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+147, 208069, 0, 4922, 5138, '0', 0, 0, -3675.720458984375, -5384.85595703125, 39.28628921508789062, 3.403396368026733398, 0, 0, -0.99144458770751953, 0.130528271198272705, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 0.5 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+148, 208072, 0, 4922, 5138, '0', 0, 0, -3660.19091796875, -5250.84716796875, 50.77921676635742187, 3.403396368026733398, 0, 0, -0.99144458770751953, 0.130528271198272705, 120, 255, 1, 51886), -- G_Pumpkin_03 Scale 0.5 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+149, 208072, 0, 4922, 5138, '0', 0, 0, -3666.92529296875, -5319.68603515625, 37.989471435546875, 5.044002056121826171, 0, 0, -0.58070278167724609, 0.814115643501281738, 120, 255, 1, 51886), -- G_Pumpkin_03 Scale 0.5 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+150, 208078, 0, 4922, 5138, '0', 0, 0, -3665.229248046875, -5328.7568359375, 37.44004440307617187, 4.59021615982055664, 0, 0, -0.74895572662353515, 0.662620067596435546, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 0.5 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+151, 208078, 0, 4922, 5138, '0', 0, 0, -3727.916748046875, -5272.3681640625, 37.23723220825195312, 1.361356139183044433, 0, 0, 0.629320144653320312, 0.77714616060256958, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 0.5 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+152, 208078, 0, 4922, 5138, '0', 0, 0, -3670.560791015625, -5240.61962890625, 50.76852798461914062, 1.500982880592346191, 0, 0, 0.681998252868652343, 0.731353819370269775, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 0.5 (Area: Bloodgulch - Difficulty: 0) CreateObject1 +(@OGUID+153, 208150, 0, 4922, 5138, '0', 0, 0, -3661.96875, -5251.94287109375, 42.13794326782226562, 4.625123500823974609, 0, 0, -0.73727703094482421, 0.67559051513671875, 120, 255, 1, 51886); -- Candy Bucket (Area: Bloodgulch - Difficulty: 0) CreateObject1 + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+153; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48), +(12, @OGUID+49), +(12, @OGUID+50), +(12, @OGUID+51), +(12, @OGUID+52), +(12, @OGUID+53), +(12, @OGUID+54), +(12, @OGUID+55), +(12, @OGUID+56), +(12, @OGUID+57), +(12, @OGUID+58), +(12, @OGUID+59), +(12, @OGUID+60), +(12, @OGUID+61), +(12, @OGUID+62), +(12, @OGUID+63), +(12, @OGUID+64), +(12, @OGUID+65), +(12, @OGUID+66), +(12, @OGUID+67), +(12, @OGUID+68), +(12, @OGUID+69), +(12, @OGUID+70), +(12, @OGUID+71), +(12, @OGUID+72), +(12, @OGUID+73), +(12, @OGUID+74), +(12, @OGUID+75), +(12, @OGUID+76), +(12, @OGUID+77), +(12, @OGUID+78), +(12, @OGUID+79), +(12, @OGUID+80), +(12, @OGUID+81), +(12, @OGUID+82), +(12, @OGUID+83), +(12, @OGUID+84), +(12, @OGUID+85), +(12, @OGUID+86), +(12, @OGUID+87), +(12, @OGUID+88), +(12, @OGUID+89), +(12, @OGUID+90), +(12, @OGUID+91), +(12, @OGUID+92), +(12, @OGUID+93), +(12, @OGUID+94), +(12, @OGUID+95), +(12, @OGUID+96), +(12, @OGUID+97), +(12, @OGUID+98), +(12, @OGUID+99), +(12, @OGUID+100), +(12, @OGUID+101), +(12, @OGUID+102), +(12, @OGUID+103), +(12, @OGUID+104), +(12, @OGUID+105), +(12, @OGUID+106), +(12, @OGUID+107), +(12, @OGUID+108), +(12, @OGUID+109), +(12, @OGUID+110), +(12, @OGUID+111), +(12, @OGUID+112), +(12, @OGUID+113), +(12, @OGUID+114), +(12, @OGUID+115), +(12, @OGUID+116), +(12, @OGUID+117), +(12, @OGUID+118), +(12, @OGUID+119), +(12, @OGUID+120), +(12, @OGUID+121), +(12, @OGUID+122), +(12, @OGUID+123), +(12, @OGUID+124), +(12, @OGUID+125), +(12, @OGUID+126), +(12, @OGUID+127), +(12, @OGUID+128), +(12, @OGUID+129), +(12, @OGUID+130), +(12, @OGUID+131), +(12, @OGUID+132), +(12, @OGUID+133), +(12, @OGUID+134), +(12, @OGUID+135), +(12, @OGUID+136), +(12, @OGUID+137), +(12, @OGUID+138), +(12, @OGUID+139), +(12, @OGUID+140), +(12, @OGUID+141), +(12, @OGUID+142), +(12, @OGUID+143), +(12, @OGUID+144), +(12, @OGUID+145), +(12, @OGUID+146), +(12, @OGUID+147), +(12, @OGUID+148), +(12, @OGUID+149), +(12, @OGUID+150), +(12, @OGUID+151), +(12, @OGUID+152), +(12, @OGUID+153); + +-- +SET @OGUID := 3804815; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3006438 AND 3006630; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3006438 AND 3006630; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3006438 AND 3006630; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+192; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 0, 4922, 5136, '0', 0, 0, -4014.24658203125, -6432.0537109375, 41.33692550659179687, 3.263772249221801757, 0, 0, -0.99813461303710937, 0.061051756143569946, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+1, 180405, 0, 4922, 5136, '0', 0, 0, -4037.779541015625, -6331.44970703125, 38.6033477783203125, 0.785396754741668701, 0, 0, 0.38268280029296875, 0.923879802227020263, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+2, 180405, 0, 4922, 5136, '0', 0, 0, -4137.58154296875, -6286.033203125, 7.411417007446289062, 1.256635904312133789, 0, 0, 0.587784767150878906, 0.809017360210418701, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+3, 180405, 0, 4922, 5136, '0', 0, 0, -4085.4775390625, -6246.5087890625, 7.383241653442382812, 4.171337604522705078, 0, 0, -0.87035560607910156, 0.492423713207244873, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+4, 180405, 0, 4922, 5136, '0', 0, 0, -4107.6875, -6253.55712890625, 7.373908042907714843, 1.256635904312133789, 0, 0, 0.587784767150878906, 0.809017360210418701, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+5, 180405, 0, 4922, 5136, '0', 0, 0, -3943.65625, -6306.16650390625, 32.77153396606445312, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+6, 180405, 0, 4922, 5136, '0', 0, 0, -3910.507080078125, -6317.8125, 31.30204200744628906, 2.076939344406127929, 0, 0, 0.861628532409667968, 0.50753939151763916, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+7, 180405, 0, 4922, 5136, '0', 0, 0, -3897.88720703125, -6336.1337890625, 31.33370590209960937, 2.809975385665893554, 0, 0, 0.986285209655761718, 0.165049895644187927, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+8, 180405, 0, 4922, 5136, '0', 0, 0, -4028.453125, -6526.080078125, 14.41881656646728515, 2.373644113540649414, 0, 0, 0.927183151245117187, 0.37460830807685852, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+9, 180405, 0, 4922, 5136, '0', 0, 0, -3990.072998046875, -6543.32470703125, 16.22566032409667968, 3.508116960525512695, 0, 0, -0.98325443267822265, 0.182238012552261352, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+10, 180405, 0, 4922, 5136, '0', 0, 0, -3885.4931640625, -6475.32470703125, 19.94497108459472656, 5.096362113952636718, 0, 0, -0.55919265747070312, 0.829037725925445556, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+11, 180405, 0, 4922, 5136, '0', 0, 0, -3921.42529296875, -6549.35791015625, 18.43527603149414062, 5.480334281921386718, 0, 0, -0.39073085784912109, 0.920504987239837646, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+12, 180405, 0, 4922, 5136, '0', 0, 0, -3919.984375, -6572.6806640625, 18.38073158264160156, 2.635444164276123046, 0, 0, 0.96814727783203125, 0.250381410121917724, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+13, 180405, 0, 4922, 5136, '0', 0, 0, -4028.60595703125, -6576.046875, 18.49641227722167968, 4.904376029968261718, 0, 0, -0.636077880859375, 0.771624863147735595, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+14, 180405, 0, 4922, 5136, '0', 0, 0, -4043.814208984375, -6593.6630859375, 18.40332412719726562, 1.867502212524414062, 0, 0, 0.803856849670410156, 0.594822824001312255, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+15, 180405, 0, 4922, 5136, '0', 0, 0, -4052.755126953125, -6636.9599609375, 18.45228195190429687, 1.867502212524414062, 0, 0, 0.803856849670410156, 0.594822824001312255, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+16, 180405, 0, 4922, 5136, '0', 0, 0, -3886.26220703125, -6603.48779296875, 18.43158149719238281, 5.654868602752685546, 0, 0, -0.30901622772216796, 0.95105677843093872, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+17, 180405, 0, 4922, 5136, '0', 0, 0, -3855.28125, -6651.37158203125, 18.19323158264160156, 5.654868602752685546, 0, 0, -0.30901622772216796, 0.95105677843093872, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+18, 180406, 0, 4922, 5136, '0', 0, 0, -4028.189208984375, -6330.8037109375, 38.232086181640625, 0.15707901120185852, 0, 0, 0.078458786010742187, 0.996917366981506347, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+19, 180406, 0, 4922, 5136, '0', 0, 0, -3928.95654296875, -6403.13037109375, 27.92719268798828125, 4.433136463165283203, 0, 0, -0.79863548278808593, 0.60181504487991333, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+20, 180406, 0, 4922, 5136, '0', 0, 0, -4147.46875, -6312.92041015625, 7.413112163543701171, 4.241150379180908203, 0, 0, -0.85264015197753906, 0.522498607635498046, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+21, 180406, 0, 4922, 5136, '0', 0, 0, -4121.8818359375, -6269.0400390625, 7.375771522521972656, 1.32644820213317871, 0, 0, 0.615660667419433593, 0.788011372089385986, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+22, 180406, 0, 4922, 5136, '0', 0, 0, -4093.935791015625, -6238.71728515625, 7.331247329711914062, 1.169368624687194824, 0, 0, 0.551936149597167968, 0.833886384963989257, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+23, 180406, 0, 4922, 5136, '0', 0, 0, -3943.73779296875, -6312.91845703125, 29.66635513305664062, 5.567600727081298828, 0, 0, -0.35020732879638671, 0.936672210693359375, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+24, 180406, 0, 4922, 5136, '0', 0, 0, -3902.61279296875, -6332.70654296875, 31.32979965209960937, 2.844882726669311523, 0, 0, 0.989015579223632812, 0.147811368107795715, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+25, 180406, 0, 4922, 5136, '0', 0, 0, -4029.515625, -6518.46875, 14.42045116424560546, 1.762782454490661621, 0, 0, 0.771624565124511718, 0.636078238487243652, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+26, 180406, 0, 4922, 5136, '0', 0, 0, -3885.217041015625, -6479.50341796875, 19.90328407287597656, 5.253442287445068359, 0, 0, -0.49242305755615234, 0.870355963706970214, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+27, 180406, 0, 4922, 5136, '0', 0, 0, -3930.954833984375, -6555.8056640625, 18.38473701477050781, 2.67034769058227539, 0, 0, 0.972369194030761718, 0.233448356389999389, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+28, 180406, 0, 4922, 5136, '0', 0, 0, -3894.4375, -6591.5712890625, 18.08836936950683593, 6.003933906555175781, 0, 0, -0.13917255401611328, 0.990268170833587646, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+29, 180406, 0, 4922, 5136, '0', 0, 0, -4039.87841796875, -6573.8212890625, 18.44090080261230468, 1.884953022003173828, 0, 0, 0.809016227722167968, 0.587786316871643066, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+30, 180406, 0, 4922, 5136, '0', 0, 0, -4048.0244140625, -6614.27587890625, 18.40908241271972656, 1.745326757431030273, 0, 0, 0.766043663024902343, 0.642788589000701904, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+31, 180406, 0, 4922, 5136, '0', 0, 0, -4047.286376953125, -6665.15625, 18.50899124145507812, 3.857182979583740234, 0, 0, -0.93667125701904296, 0.350209832191467285, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+32, 180406, 0, 4922, 5136, '0', 0, 0, -3888.657958984375, -6620.24853515625, 18.11359024047851562, 2.617989301681518554, 0, 0, 0.965925216674804687, 0.258821308612823486, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+33, 180406, 0, 4922, 5136, '0', 0, 0, -3864.932373046875, -6657.59912109375, 18.13533592224121093, 2.617989301681518554, 0, 0, 0.965925216674804687, 0.258821308612823486, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+34, 180406, 0, 4922, 5136, '0', 0, 0, -3844.295166015625, -6668.3349609375, 18.13579750061035156, 5.585053920745849609, 0, 0, -0.34202003479003906, 0.939692676067352294, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+35, 180407, 0, 4922, 5136, '0', 0, 0, -4155.26904296875, -6305.92041015625, 7.421420574188232421, 1.413715124130249023, 0, 0, 0.649447441101074218, 0.760406434535980224, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+36, 180407, 0, 4922, 5136, '0', 0, 0, -4128.9755859375, -6294.01025390625, 7.374823570251464843, 4.223697185516357421, 0, 0, -0.85716724395751953, 0.515038192272186279, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+37, 180407, 0, 4922, 5136, '0', 0, 0, -4099.0244140625, -6261.30224609375, 7.381142616271972656, 4.223697185516357421, 0, 0, -0.85716724395751953, 0.515038192272186279, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+38, 180407, 0, 4922, 5136, '0', 0, 0, -3953.220458984375, -6299.31591796875, 34.92429351806640625, 6.003933906555175781, 0, 0, -0.13917255401611328, 0.990268170833587646, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+39, 180407, 0, 4922, 5136, '0', 0, 0, -3911.2744140625, -6312.00341796875, 31.33430671691894531, 1.989672422409057617, 0, 0, 0.838669776916503906, 0.544640243053436279, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+40, 180407, 0, 4922, 5136, '0', 0, 0, -3885.423583984375, -6471.34716796875, 19.8886566162109375, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+41, 180407, 0, 4922, 5136, '0', 0, 0, -3884.579833984375, -6483.24462890625, 19.8886566162109375, 5.724681377410888671, 0, 0, -0.27563667297363281, 0.961261868476867675, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+42, 180407, 0, 4922, 5136, '0', 0, 0, -3910.326416015625, -6566.33349609375, 18.41125869750976562, 5.619962215423583984, 0, 0, -0.32556724548339843, 0.945518851280212402, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+43, 180407, 0, 4922, 5136, '0', 0, 0, -3902.782958984375, -6597.27099609375, 18.16530036926269531, 2.635444164276123046, 0, 0, 0.96814727783203125, 0.250381410121917724, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+44, 180407, 0, 4922, 5136, '0', 0, 0, -4032.6875, -6595.77978515625, 18.52175331115722656, 4.939284324645996093, 0, 0, -0.6225137710571289, 0.78260880708694458, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+45, 180407, 0, 4922, 5136, '0', 0, 0, -4041.432373046875, -6639.14599609375, 18.49236488342285156, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+46, 180407, 0, 4922, 5136, '0', 0, 0, -4057.5400390625, -6662.94091796875, 18.50334548950195312, 2.565631866455078125, 0, 0, 0.958819389343261718, 0.284016460180282592, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+47, 180407, 0, 4922, 5136, '0', 0, 0, -3866.61279296875, -6633.59716796875, 18.19599342346191406, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+48, 180407, 0, 4922, 5136, '0', 0, 0, -3854.111083984375, -6674.63916015625, 18.14653968811035156, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+49, 180408, 0, 4922, 5136, '0', 0, 0, -3916.635498046875, -6277.4931640625, 57.49567413330078125, 1.448621988296508789, 0, 0, 0.662619590759277343, 0.748956084251403808, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+50, 180411, 0, 4922, 5136, '0', 0, 0, -4075.05908203125, -6402.34912109375, 50.10919189453125, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+51, 180411, 0, 4922, 5136, '0', 0, 0, -4052.307373046875, -6524.3818359375, 36.3575439453125, 3.176533222198486328, 0, 0, -0.999847412109375, 0.017469281330704689, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+52, 180411, 0, 4922, 5136, '0', 0, 0, -3890.522705078125, -6477.82275390625, 31.39930152893066406, 5.95157480239868164, 0, 0, -0.16504669189453125, 0.986285746097564697, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+53, 180415, 0, 4922, 5136, '0', 0, 0, -4013.814208984375, -6451.57666015625, 43.23686599731445312, 2.687806606292724609, 0, 0, 0.974370002746582031, 0.224951311945915222, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+54, 180415, 0, 4922, 5136, '0', 0, 0, -4002.62841796875, -6451.58837890625, 44.62434768676757812, 0.331610709428787231, 0, 0, 0.16504669189453125, 0.986285746097564697, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+55, 180415, 0, 4922, 5136, '0', 0, 0, -4016.291748046875, -6448.96728515625, 42.00847244262695312, 2.321286916732788085, 0, 0, 0.917059898376464843, 0.398749500513076782, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+56, 180415, 0, 4922, 5136, '0', 0, 0, -4000.76904296875, -6448.44287109375, 43.22340774536132812, 0.733038187026977539, 0, 0, 0.358367919921875, 0.933580458164215087, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+57, 180415, 0, 4922, 5136, '0', 0, 0, -4000.0244140625, -6449.49658203125, 44.51594924926757812, 4.206246376037597656, 0, 0, -0.86162853240966796, 0.50753939151763916, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+58, 180415, 0, 4922, 5136, '0', 0, 0, -4013.263916015625, -6450.41650390625, 42.0448760986328125, 6.03883981704711914, 0, 0, -0.12186908721923828, 0.9925462007522583, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+59, 180415, 0, 4922, 5136, '0', 0, 0, -4014.34033203125, -6452.69970703125, 44.53807449340820312, 5.410521507263183593, 0, 0, -0.42261791229248046, 0.906307935714721679, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+60, 180415, 0, 4922, 5136, '0', 0, 0, -4003.442626953125, -6450.48974609375, 43.25831985473632812, 4.293513298034667968, 0, 0, -0.8386697769165039, 0.544640243053436279, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+61, 180415, 0, 4922, 5136, '0', 0, 0, -4004.21875, -6449.470703125, 42.08104324340820312, 4.607671737670898437, 0, 0, -0.74314403533935546, 0.669131457805633544, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+62, 180415, 0, 4922, 5136, '0', 0, 0, -4001.614501953125, -6447.35791015625, 41.96797561645507812, 0.750490784645080566, 0, 0, 0.3665008544921875, 0.93041771650314331, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+63, 180415, 0, 4922, 5136, '0', 0, 0, -4017.8681640625, -6452.376953125, 45.8579864501953125, 2.809975385665893554, 0, 0, 0.986285209655761718, 0.165049895644187927, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+64, 180415, 0, 4922, 5136, '0', 0, 0, -4016.814208984375, -6450.078125, 43.1328277587890625, 3.106652259826660156, 0, 0, 0.999847412109375, 0.017469281330704689, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+65, 180415, 0, 4922, 5136, '0', 0, 0, -4017.34033203125, -6451.2587890625, 44.49156570434570312, 0.610863447189331054, 0, 0, 0.3007049560546875, 0.953717231750488281, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+66, 180415, 0, 4922, 5136, '0', 0, 0, -4018.364501953125, -6453.41162109375, 47.1794586181640625, 0.645771682262420654, 0, 0, 0.317304611206054687, 0.948323667049407958, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+67, 180415, 0, 4922, 5136, '0', 0, 0, -4014.859375, -6453.87841796875, 45.9936676025390625, 3.176533222198486328, 0, 0, -0.999847412109375, 0.017469281330704689, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+68, 180415, 0, 4922, 5136, '0', 0, 0, -4006.37841796875, -6433.7119140625, 42.38346099853515625, 0.593410074710845947, 0, 0, 0.292370796203613281, 0.95630502700805664, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+69, 180415, 0, 4922, 5136, '0', 0, 0, -3999.282958984375, -6450.46337890625, 45.90983963012695312, 2.199114561080932617, 0, 0, 0.8910064697265625, 0.453990638256072998, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+70, 180415, 0, 4922, 5136, '0', 0, 0, -3998.53125, -6451.3994140625, 47.32863235473632812, 5.183629035949707031, 0, 0, -0.52249813079833984, 0.852640450000762939, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+71, 180415, 0, 4922, 5136, '0', 0, 0, -4001.913330078125, -6452.54150390625, 46.00838088989257812, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+72, 180415, 0, 4922, 5136, '0', 0, 0, -4015.307373046875, -6454.875, 47.25249099731445312, 5.288348197937011718, 0, 0, -0.4771585464477539, 0.878817260265350341, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+73, 180415, 0, 4922, 5136, '0', 0, 0, -4001.2275390625, -6453.470703125, 47.37291336059570312, 5.375615119934082031, 0, 0, -0.4383707046508789, 0.898794233798980712, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+74, 180415, 0, 4922, 5136, '0', 0, 0, -4007.239501953125, -6463.92041015625, 42.21347808837890625, 0.052358884364366531, 0, 0, 0.02617645263671875, 0.999657332897186279, 120, 255, 1, 51886), -- CandleBlack01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+75, 180425, 0, 4922, 5136, '0', 0, 0, -4006.7275390625, -6433.71875, 42.520294189453125, 2.216565132141113281, 0, 0, 0.894933700561523437, 0.44619917869567871, 120, 255, 1, 51886), -- SkullCandle01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+76, 180425, 0, 4922, 5136, '0', 0, 0, -4007.53466796875, -6463.68212890625, 42.49984359741210937, 1.902408957481384277, 0, 0, 0.814115524291992187, 0.580702960491180419, 120, 255, 1, 51886), -- SkullCandle01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+77, 180426, 0, 4922, 5136, '0', 0, 0, -4004.475830078125, -6375.142578125, 64.12500762939453125, 0.610863447189331054, 0, 0, 0.3007049560546875, 0.953717231750488281, 120, 255, 1, 51886), -- Bat01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+78, 180426, 0, 4922, 5136, '0', 0, 0, -4013.78125, -6365.50341796875, 64.29660797119140625, 5.70722818374633789, 0, 0, -0.28401470184326171, 0.958819925785064697, 120, 255, 1, 51886), -- Bat01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+79, 180426, 0, 4922, 5136, '0', 0, 0, -4008.904541015625, -6351.46337890625, 64.58998870849609375, 0.593410074710845947, 0, 0, 0.292370796203613281, 0.95630502700805664, 120, 255, 1, 51886), -- Bat01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+80, 180426, 0, 4922, 5136, '0', 0, 0, -3993.291748046875, -6348.626953125, 56.53307723999023437, 5.253442287445068359, 0, 0, -0.49242305755615234, 0.870355963706970214, 120, 255, 1, 51886), -- Bat01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+81, 180426, 0, 4922, 5136, '0', 0, 0, -3979, -6371.54541015625, 53.56987380981445312, 2.164205789566040039, 0, 0, 0.882946968078613281, 0.469472706317901611, 120, 255, 1, 51886), -- Bat01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+82, 180426, 0, 4922, 5136, '0', 0, 0, -3996.560791015625, -6375.63037109375, 64.60797119140625, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, 51886), -- Bat01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+83, 180426, 0, 4922, 5136, '0', 0, 0, -3976.029541015625, -6357.10791015625, 62.95828628540039062, 4.939284324645996093, 0, 0, -0.6225137710571289, 0.78260880708694458, 120, 255, 1, 51886), -- Bat01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+84, 180426, 0, 4922, 5136, '0', 0, 0, -3995.4375, -6357.50341796875, 63.64907455444335937, 4.852017402648925781, 0, 0, -0.65605831146240234, 0.754710197448730468, 120, 255, 1, 51886), -- Bat01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+85, 180426, 0, 4922, 5136, '0', 0, 0, -4005.93408203125, -6342.328125, 67.08591461181640625, 4.9218292236328125, 0, 0, -0.62932014465332031, 0.77714616060256958, 120, 255, 1, 51886), -- Bat01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+86, 180427, 0, 4922, 5136, '0', 0, 0, -4017.46533203125, -6375.53662109375, 57.28378677368164062, 3.560472726821899414, 0, 0, -0.97814750671386718, 0.207912087440490722, 120, 255, 1, 51886), -- Bat02 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+87, 180427, 0, 4922, 5136, '0', 0, 0, -3976.489501953125, -6384.861328125, 56.77489089965820312, 6.12610626220703125, 0, 0, -0.07845878601074218, 0.996917366981506347, 120, 255, 1, 51886), -- Bat02 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+88, 180427, 0, 4922, 5136, '0', 0, 0, -3975.010498046875, -6343.84716796875, 57.56363296508789062, 3.019413232803344726, 0, 0, 0.998134613037109375, 0.061051756143569946, 120, 255, 1, 51886), -- Bat02 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+89, 180427, 0, 4922, 5136, '0', 0, 0, -3990.725830078125, -6364.9306640625, 69.96472930908203125, 0.174532130360603332, 0, 0, 0.087155342102050781, 0.996194720268249511, 120, 255, 1, 51886), -- Bat02 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+90, 180427, 0, 4922, 5136, '0', 0, 0, -3994.501708984375, -6382.88037109375, 65.3880462646484375, 5.026549339294433593, 0, 0, -0.5877847671508789, 0.809017360210418701, 120, 255, 1, 51886), -- Bat02 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+91, 180427, 0, 4922, 5136, '0', 0, 0, -3997.770751953125, -6362.26904296875, 68.68874359130859375, 5.131268978118896484, 0, 0, -0.54463863372802734, 0.838670849800109863, 120, 255, 1, 51886), -- Bat02 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+92, 180427, 0, 4922, 5136, '0', 0, 0, -3993.373291015625, -6339.99658203125, 68.57419586181640625, 3.769911527633666992, 0, 0, -0.95105648040771484, 0.309017121791839599, 120, 255, 1, 51886), -- Bat02 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+93, 180427, 0, 4922, 5136, '0', 0, 0, -3957.710205078125, -6365.09912109375, 58.00717544555664062, 2.862335443496704101, 0, 0, 0.990267753601074218, 0.139175355434417724, 120, 255, 1, 51886), -- Bat02 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+94, 180431, 0, 4922, 5136, '0', 0, 0, -4058.864501953125, -6395.171875, 60.1507720947265625, 2.44346022605895996, 0, 0, 0.939692497253417968, 0.34202045202255249, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 4.0 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+95, 180471, 0, 4922, 5136, '0', 0, 0, -4008.98779296875, -6429.92529296875, 50.25304031372070312, 2.932138919830322265, 0, 0, 0.994521141052246093, 0.104535527527332305, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+96, 180471, 0, 4922, 5136, '0', 0, 0, -4031.963623046875, -6331.09228515625, 42.94539260864257812, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+97, 180471, 0, 4922, 5136, '0', 0, 0, -4004.84033203125, -6431.2119140625, 50.263885498046875, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+98, 180471, 0, 4922, 5136, '0', 0, 0, -4010.932373046875, -6429.486328125, 50.39281845092773437, 3.263772249221801757, 0, 0, -0.99813461303710937, 0.061051756143569946, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+99, 180471, 0, 4922, 5136, '0', 0, 0, -4006.694580078125, -6430.642578125, 50.25609207153320312, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+100, 180471, 0, 4922, 5136, '0', 0, 0, -4033.72216796875, -6331.17529296875, 43.31452178955078125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+101, 180471, 0, 4922, 5136, '0', 0, 0, -4012.89404296875, -6430.39404296875, 50.23824691772460937, 3.700104713439941406, 0, 0, -0.96126079559326171, 0.275640487670898437, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+102, 180471, 0, 4922, 5136, '0', 0, 0, -4034.569580078125, -6331.205078125, 42.94719314575195312, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+103, 180471, 0, 4922, 5136, '0', 0, 0, -4032.854248046875, -6331.13720703125, 43.313629150390625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+104, 180471, 0, 4922, 5136, '0', 0, 0, -4016.538330078125, -6432.47412109375, 50.27901840209960937, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+105, 180471, 0, 4922, 5136, '0', 0, 0, -4014.723876953125, -6431.4287109375, 50.24447250366210937, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+106, 180471, 0, 4922, 5136, '0', 0, 0, -4003.382080078125, -6459.80908203125, 46.63829803466796875, 4.223697185516357421, 0, 0, -0.85716724395751953, 0.515038192272186279, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+107, 180471, 0, 4922, 5136, '0', 0, 0, -4012.046875, -6460.83349609375, 46.63823699951171875, 2.216565132141113281, 0, 0, 0.894933700561523437, 0.44619917869567871, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+108, 180471, 0, 4922, 5136, '0', 0, 0, -3928.880126953125, -6408.6630859375, 33.2089996337890625, 4.677483558654785156, 0, 0, -0.71933937072753906, 0.694658815860748291, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+109, 180471, 0, 4922, 5136, '0', 0, 0, -4008.61279296875, -6462.24462890625, 46.63823699951171875, 3.700104713439941406, 0, 0, -0.96126079559326171, 0.275640487670898437, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+110, 180471, 0, 4922, 5136, '0', 0, 0, -4006.291748046875, -6462.01416015625, 46.63823699951171875, 3.560472726821899414, 0, 0, -0.97814750671386718, 0.207912087440490722, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+111, 180471, 0, 4922, 5136, '0', 0, 0, -3952.560791015625, -6282.60400390625, 33.04726791381835937, 5.305802345275878906, 0, 0, -0.46947097778320312, 0.882947921752929687, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+112, 180471, 0, 4922, 5136, '0', 0, 0, -3951.8525390625, -6283.6318359375, 32.48833465576171875, 5.148722648620605468, 0, 0, -0.53729915618896484, 0.843391716480255126, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+113, 180471, 0, 4922, 5136, '0', 0, 0, -3953.255126953125, -6281.47216796875, 32.44709014892578125, 5.218535900115966796, 0, 0, -0.507537841796875, 0.861629426479339599, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+114, 180471, 0, 4922, 5136, '0', 0, 0, -4030.975830078125, -6520.8056640625, 19.70601844787597656, 1.692969322204589843, 0, 0, 0.748955726623535156, 0.662620067596435546, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+115, 180471, 0, 4922, 5136, '0', 0, 0, -4031.130126953125, -6519.22216796875, 19.32196426391601562, 1.85004889965057373, 0, 0, 0.798635482788085937, 0.60181504487991333, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+116, 180471, 0, 4922, 5136, '0', 0, 0, -4030.694580078125, -6524.078125, 19.71022987365722656, 1.623155713081359863, 0, 0, 0.725374221801757812, 0.688354730606079101, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+117, 180471, 0, 4922, 5136, '0', 0, 0, -4030.701416015625, -6525.51220703125, 19.32114791870117187, 4.677483558654785156, 0, 0, -0.71933937072753906, 0.694658815860748291, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+118, 180471, 0, 4922, 5136, '0', 0, 0, -4030.848876953125, -6522.41162109375, 19.96128654479980468, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+119, 180471, 0, 4922, 5136, '0', 0, 0, -3916.505126953125, -6478.05029296875, 26.36955451965332031, 4.869470596313476562, 0, 0, -0.64944744110107421, 0.760406434535980224, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+120, 180471, 0, 4922, 5136, '0', 0, 0, -3916.467041015625, -6479.11474609375, 26.72385787963867187, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+121, 180471, 0, 4922, 5136, '0', 0, 0, -3921.420166015625, -6389.5380859375, 33.24254226684570312, 4.171337604522705078, 0, 0, -0.87035560607910156, 0.492423713207244873, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+122, 180471, 0, 4922, 5136, '0', 0, 0, -3916.27783203125, -6480.9912109375, 25.99164390563964843, 4.799657344818115234, 0, 0, -0.67558956146240234, 0.737277925014495849, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+123, 180471, 0, 4922, 5136, '0', 0, 0, -3916.223876953125, -6481.96728515625, 25.36803627014160156, 4.799657344818115234, 0, 0, -0.67558956146240234, 0.737277925014495849, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+124, 180471, 0, 4922, 5136, '0', 0, 0, -3916.53125, -6477.01025390625, 25.74652099609375, 4.834563255310058593, 0, 0, -0.66261959075927734, 0.748956084251403808, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+125, 180471, 0, 4922, 5136, '0', 0, 0, -3916.579833984375, -6475.955078125, 25.27353477478027343, 4.834563255310058593, 0, 0, -0.66261959075927734, 0.748956084251403808, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+126, 180471, 0, 4922, 5136, '0', 0, 0, -3916.385498046875, -6480.04150390625, 26.34237289428710937, 4.817109584808349609, 0, 0, -0.66913032531738281, 0.74314504861831665, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+127, 180471, 0, 4922, 5136, '0', 0, 0, -3895.630126953125, -6387.31591796875, 33.03534317016601562, 4.97418975830078125, 0, 0, -0.60876083374023437, 0.793353796005249023, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+128, 180471, 0, 4922, 5136, '0', 0, 0, -3895.989501953125, -6386.0712890625, 32.42795181274414062, 5.096362113952636718, 0, 0, -0.55919265747070312, 0.829037725925445556, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+129, 180471, 0, 4922, 5136, '0', 0, 0, -3895.25341796875, -6388.50341796875, 32.44718170166015625, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+130, 180471, 0, 4922, 5136, '0', 0, 0, -3979.921875, -6536.7587890625, 18.69080352783203125, 3.52557229995727539, 0, 0, -0.98162651062011718, 0.190812408924102783, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+131, 180471, 0, 4922, 5136, '0', 0, 0, -3969.069580078125, -6540.49462890625, 18.28324317932128906, 2.181660413742065429, 0, 0, 0.887010574340820312, 0.461749136447906494, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+132, 180471, 0, 4922, 5136, '0', 0, 0, -3975.920166015625, -6535.17724609375, 18.46033859252929687, 3.351046562194824218, 0, 0, -0.99452114105224609, 0.104535527527332305, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+133, 180471, 0, 4922, 5136, '0', 0, 0, -3913.32470703125, -6490.3505859375, 19.28137016296386718, 5.148722648620605468, 0, 0, -0.53729915618896484, 0.843391716480255126, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+134, 180471, 0, 4922, 5136, '0', 0, 0, -3909.69091796875, -6493.58349609375, 19.65296745300292968, 5.585053920745849609, 0, 0, -0.34202003479003906, 0.939692676067352294, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+135, 180471, 0, 4922, 5136, '0', 0, 0, -4001.5625, -6549.908203125, 19.16351318359375, 4.747295856475830078, 0, 0, -0.69465827941894531, 0.719339847564697265, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+136, 180471, 0, 4922, 5136, '0', 0, 0, -4001.90283203125, -6557.501953125, 20.343597412109375, 4.852017402648925781, 0, 0, -0.65605831146240234, 0.754710197448730468, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+137, 180471, 0, 4922, 5136, '0', 0, 0, -4001.29345703125, -6563.26220703125, 19.980865478515625, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+138, 180472, 0, 4922, 5136, '0', 0, 0, -4006.998291015625, -6427.314453125, 48.7367095947265625, 1.308995485305786132, 0, 0, 0.608760833740234375, 0.793353796005249023, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+139, 180472, 0, 4922, 5136, '0', 0, 0, -4015.37841796875, -6428.06787109375, 48.73851394653320312, 1.797688722610473632, 0, 0, 0.7826080322265625, 0.622514784336090087, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+140, 180472, 0, 4922, 5136, '0', 0, 0, -4010.2119140625, -6461.34228515625, 47.43559646606445312, 1.535889506340026855, 0, 0, 0.694658279418945312, 0.719339847564697265, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+141, 180472, 0, 4922, 5136, '0', 0, 0, -4005.09033203125, -6460.5712890625, 47.43559646606445312, 2.338739633560180664, 0, 0, 0.920504570007324218, 0.3907318115234375, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+142, 180523, 0, 4922, 5136, '0', 0, 0, -4091.788330078125, -6395.142578125, 40.34520721435546875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+143, 207941, 0, 4922, 5136, '0', 0, 0, -3931.28125, -6238.60791015625, 49.67975616455078125, 1.832594871520996093, 0, 0, 0.793353080749511718, 0.608761727809906005, 120, 255, 1, 51886), -- G_WitchHat_01 scale 2.0 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+144, 207941, 0, 4922, 5136, '0', 0, 0, -4042.182373046875, -6470.501953125, 61.19839859008789062, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 51886), -- G_WitchHat_01 scale 2.0 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+145, 207941, 0, 4922, 5136, '0', 0, 0, -3879.75341796875, -6355.9462890625, 60.10880661010742187, 2.70525527000427246, 0, 0, 0.97629547119140625, 0.216442063450813293, 120, 255, 1, 51886), -- G_WitchHat_01 scale 2.0 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+146, 207941, 0, 4922, 5136, '0', 0, 0, -4096.25341796875, -6498.0625, 61.03839874267578125, 5.532694816589355468, 0, 0, -0.3665008544921875, 0.93041771650314331, 120, 255, 1, 51886), -- G_WitchHat_01 scale 2.0 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+147, 208061, 0, 4922, 5136, '0', 0, 0, -4036.451416015625, -6401.314453125, 43.77225112915039062, 2.373644113540649414, 0, 0, 0.927183151245117187, 0.37460830807685852, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 2.0 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+148, 208062, 0, 4922, 5136, '0', 0, 0, -4049.404541015625, -6373.27099609375, 43.77141189575195312, 2.513273954391479492, 0, 0, 0.951056480407714843, 0.309017121791839599, 120, 255, 1, 51886), -- G_Pumpkin_03 Scale 2.0 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+149, 208063, 0, 4922, 5136, '0', 0, 0, -4005.194580078125, -6465.36279296875, 44.18155670166015625, 1.640606880187988281, 0, 0, 0.731352806091308593, 0.6819993257522583, 120, 255, 1, 51886), -- Web Hanging (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+150, 208069, 0, 4922, 5136, '0', 0, 0, -4054.06591796875, -6368.17041015625, 44.12609100341796875, 2.181660413742065429, 0, 0, 0.887010574340820312, 0.461749136447906494, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 0.5 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+151, 208069, 0, 4922, 5136, '0', 0, 0, -3986.979248046875, -6310.20654296875, 34.68635940551757812, 1.727874636650085449, 0, 0, 0.760405540466308593, 0.649448513984680175, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 0.5 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+152, 208069, 0, 4922, 5136, '0', 0, 0, -4010.87158203125, -6462.5556640625, 48.45132827758789062, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 0.5 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+153, 208069, 0, 4922, 5136, '0', 0, 0, -3945.8212890625, -6300.548828125, 36.88203811645507812, 5.619962215423583984, 0, 0, -0.32556724548339843, 0.945518851280212402, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 0.5 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+154, 208069, 0, 4922, 5136, '0', 0, 0, -3911.880126953125, -6278.48779296875, 31.30278205871582031, 2.321286916732788085, 0, 0, 0.917059898376464843, 0.398749500513076782, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 0.5 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+155, 208069, 0, 4922, 5136, '0', 0, 0, -3930.416748046875, -6523.0537109375, 16.29862022399902343, 4.380776405334472656, 0, 0, -0.81411552429199218, 0.580702960491180419, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 0.5 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+156, 208069, 0, 4922, 5136, '0', 0, 0, -3870.45654296875, -6356.45849609375, 31.28498077392578125, 2.565631866455078125, 0, 0, 0.958819389343261718, 0.284016460180282592, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 0.5 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+157, 208071, 0, 4922, 5136, '0', 0, 0, -4036.755126953125, -6420.53125, 62.27724075317382812, 0.436331570148468017, 0, 0, 0.216439247131347656, 0.976296067237854003, 120, 255, 1, 51886), -- Web Hanging Scale 3.0 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+158, 208071, 0, 4922, 5136, '0', 0, 0, -4064.171875, -6360.54345703125, 62.22534942626953125, 0.436331570148468017, 0, 0, 0.216439247131347656, 0.976296067237854003, 120, 255, 1, 51886), -- Web Hanging Scale 3.0 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+159, 208071, 0, 4922, 5136, '0', 0, 0, -3932.958251953125, -6269.1005859375, 61.32847213745117187, 0.593410074710845947, 0, 0, 0.292370796203613281, 0.95630502700805664, 120, 255, 1, 51886), -- Web Hanging Scale 3.0 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+160, 208071, 0, 4922, 5136, '0', 0, 0, -3955.333251953125, -6264.27978515625, 61.40367889404296875, 2.146752834320068359, 0, 0, 0.878816604614257812, 0.477159708738327026, 120, 255, 1, 51886), -- Web Hanging Scale 3.0 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+161, 208071, 0, 4922, 5136, '0', 0, 0, -3884.725830078125, -6401.0537109375, 61.1245269775390625, 4.904376029968261718, 0, 0, -0.636077880859375, 0.771624863147735595, 120, 255, 1, 51886), -- Web Hanging Scale 3.0 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+162, 208071, 0, 4922, 5136, '0', 0, 0, -3872.138916015625, -6381.6025390625, 60.86630630493164062, 0.226892471313476562, 0, 0, 0.113203048706054687, 0.993571877479553222, 120, 255, 1, 51886), -- Web Hanging Scale 3.0 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+163, 208072, 0, 4922, 5136, '0', 0, 0, -4033.064208984375, -6410.47412109375, 44.41486740112304687, 2.042035102844238281, 0, 0, 0.852640151977539062, 0.522498607635498046, 120, 255, 1, 51886), -- G_Pumpkin_03 Scale 0.5 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+164, 208072, 0, 4922, 5136, '0', 0, 0, -3939.8525390625, -6403.673828125, 32.44175338745117187, 3.351046562194824218, 0, 0, -0.99452114105224609, 0.104535527527332305, 120, 255, 1, 51886), -- G_Pumpkin_03 Scale 0.5 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+165, 208072, 0, 4922, 5136, '0', 0, 0, -4004.213623046875, -6461.84716796875, 48.45132827758789062, 4.031712055206298828, 0, 0, -0.90258502960205078, 0.430511653423309326, 120, 255, 1, 51886), -- G_Pumpkin_03 Scale 0.5 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+166, 208072, 0, 4922, 5136, '0', 0, 0, -3941.27783203125, -6317.0244140625, 32.7041015625, 5.462882041931152343, 0, 0, -0.39874839782714843, 0.917060375213623046, 120, 255, 1, 51886), -- G_Pumpkin_03 Scale 0.5 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+167, 208072, 0, 4922, 5136, '0', 0, 0, -3926.892333984375, -6266.84375, 31.433074951171875, 3.385940074920654296, 0, 0, -0.99254608154296875, 0.121869951486587524, 120, 255, 1, 51886), -- G_Pumpkin_03 Scale 0.5 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+168, 208072, 0, 4922, 5136, '0', 0, 0, -3998.5, -6489.03125, 18.07044219970703125, 2.042035102844238281, 0, 0, 0.852640151977539062, 0.522498607635498046, 120, 255, 1, 51886), -- G_Pumpkin_03 Scale 0.5 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+169, 208072, 0, 4922, 5136, '0', 0, 0, -3891.69970703125, -6347.515625, 31.373931884765625, 2.70525527000427246, 0, 0, 0.97629547119140625, 0.216442063450813293, 120, 255, 1, 51886), -- G_Pumpkin_03 Scale 0.5 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+170, 208078, 0, 4922, 5136, '0', 0, 0, -4057.979248046875, -6358.04541015625, 44.286590576171875, 2.094393253326416015, 0, 0, 0.866024971008300781, 0.50000077486038208, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 0.5 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+171, 208078, 0, 4922, 5136, '0', 0, 0, -3992.0087890625, -6297.798828125, 34.60448455810546875, 1.919861555099487304, 0, 0, 0.819151878356933593, 0.573576688766479492, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 0.5 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+172, 208078, 0, 4922, 5136, '0', 0, 0, -4001.538330078125, -6455.94091796875, 48.45148849487304687, 4.537858963012695312, 0, 0, -0.76604366302490234, 0.642788589000701904, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 0.5 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+173, 208078, 0, 4922, 5136, '0', 0, 0, -4014.59716796875, -6457.1806640625, 48.45146560668945312, 2.373644113540649414, 0, 0, 0.927183151245117187, 0.37460830807685852, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 0.5 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+174, 208078, 0, 4922, 5136, '0', 0, 0, -3954.772705078125, -6304.92041015625, 31.91400146484375, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 0.5 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+175, 208078, 0, 4922, 5136, '0', 0, 0, -3911.890625, -6292.3837890625, 31.44728660583496093, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 0.5 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+176, 208078, 0, 4922, 5136, '0', 0, 0, -3933.69970703125, -6443.15478515625, 18.57140731811523437, 4.712389945983886718, 0, 0, -0.70710659027099609, 0.707106947898864746, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 0.5 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+177, 208078, 0, 4922, 5136, '0', 0, 0, -3870.432373046875, -6371.4150390625, 30.84044075012207031, 1.762782454490661621, 0, 0, 0.771624565124511718, 0.636078238487243652, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 0.5 (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+178, 208091, 0, 4922, 5136, '0', 0, 0, -4059.4619140625, -6395.08837890625, 49.77289199829101562, 1.972219824790954589, 0, 0, 0.83388519287109375, 0.55193793773651123, 120, 255, 1, 51886), -- HangingSkullLight01 (Scale 2.0) (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+179, 208091, 0, 4922, 5136, '0', 0, 0, -4060.857666015625, -6392.05712890625, 48.07537078857421875, 1.972219824790954589, 0, 0, 0.83388519287109375, 0.55193793773651123, 120, 255, 1, 51886), -- HangingSkullLight01 (Scale 2.0) (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+180, 208091, 0, 4922, 5136, '0', 0, 0, -4059.201416015625, -6389.55224609375, 53.77394485473632812, 2.321286916732788085, 0, 0, 0.917059898376464843, 0.398749500513076782, 120, 255, 1, 51886), -- HangingSkullLight01 (Scale 2.0) (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+181, 208091, 0, 4922, 5136, '0', 0, 0, -4058.17529296875, -6398.1962890625, 48.07476043701171875, 1.972219824790954589, 0, 0, 0.83388519287109375, 0.55193793773651123, 120, 255, 1, 51886), -- HangingSkullLight01 (Scale 2.0) (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+182, 208091, 0, 4922, 5136, '0', 0, 0, -4055.15283203125, -6398.4619140625, 53.74792861938476562, 1.448621988296508789, 0, 0, 0.662619590759277343, 0.748956084251403808, 120, 255, 1, 51886), -- HangingSkullLight01 (Scale 2.0) (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+183, 208091, 0, 4922, 5136, '0', 0, 0, -4058.8369140625, -6396.61279296875, 49.08711624145507812, 1.972219824790954589, 0, 0, 0.83388519287109375, 0.55193793773651123, 120, 255, 1, 51886), -- HangingSkullLight01 (Scale 2.0) (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+184, 208091, 0, 4922, 5136, '0', 0, 0, -4055.1650390625, -6395.98779296875, 53.29498291015625, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 51886), -- HangingSkullLight01 (Scale 2.0) (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+185, 208091, 0, 4922, 5136, '0', 0, 0, -4055.067626953125, -6393.046875, 52.49815750122070312, 2.024578809738159179, 0, 0, 0.848047256469726562, 0.529920578002929687, 120, 255, 1, 51886), -- HangingSkullLight01 (Scale 2.0) (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+186, 208091, 0, 4922, 5136, '0', 0, 0, -4054.833251953125, -6400.31787109375, 55.35950088500976562, 1.727874636650085449, 0, 0, 0.760405540466308593, 0.649448513984680175, 120, 255, 1, 51886), -- HangingSkullLight01 (Scale 2.0) (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+187, 208091, 0, 4922, 5136, '0', 0, 0, -4060.185791015625, -6393.52783203125, 49.09291458129882812, 1.972219824790954589, 0, 0, 0.83388519287109375, 0.55193793773651123, 120, 255, 1, 51886), -- HangingSkullLight01 (Scale 2.0) (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+188, 208091, 0, 4922, 5136, '0', 0, 0, -4057.30908203125, -6391.3125, 53.29167556762695312, 2.286378860473632812, 0, 0, 0.909960746765136718, 0.414694398641586303, 120, 255, 1, 51886), -- HangingSkullLight01 (Scale 2.0) (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+189, 208091, 0, 4922, 5136, '0', 0, 0, -4061.359375, -6387.0068359375, 56.59610366821289062, 2.391098499298095703, 0, 0, 0.930417060852050781, 0.366502493619918823, 120, 255, 1, 51886), -- HangingSkullLight01 (Scale 2.0) (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+190, 208091, 0, 4922, 5136, '0', 0, 0, -4060.413330078125, -6388.16845703125, 55.32298660278320312, 2.303830623626708984, 0, 0, 0.913544654846191406, 0.406738430261611938, 120, 255, 1, 51886), -- HangingSkullLight01 (Scale 2.0) (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+191, 208091, 0, 4922, 5136, '0', 0, 0, -4054.375, -6401.734375, 56.65497207641601562, 1.745326757431030273, 0, 0, 0.766043663024902343, 0.642788589000701904, 120, 255, 1, 51886), -- HangingSkullLight01 (Scale 2.0) (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 +(@OGUID+192, 208152, 0, 4922, 5136, '0', 0, 0, -4086.50341796875, -6409.46337890625, 39.997955322265625, 1.797688722610473632, 0, 0, 0.7826080322265625, 0.622514784336090087, 120, 255, 1, 51886); -- Candy Bucket (Area: Dragonmaw Port - Difficulty: 0) CreateObject1 + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+192; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48), +(12, @OGUID+49), +(12, @OGUID+50), +(12, @OGUID+51), +(12, @OGUID+52), +(12, @OGUID+53), +(12, @OGUID+54), +(12, @OGUID+55), +(12, @OGUID+56), +(12, @OGUID+57), +(12, @OGUID+58), +(12, @OGUID+59), +(12, @OGUID+60), +(12, @OGUID+61), +(12, @OGUID+62), +(12, @OGUID+63), +(12, @OGUID+64), +(12, @OGUID+65), +(12, @OGUID+66), +(12, @OGUID+67), +(12, @OGUID+68), +(12, @OGUID+69), +(12, @OGUID+70), +(12, @OGUID+71), +(12, @OGUID+72), +(12, @OGUID+73), +(12, @OGUID+74), +(12, @OGUID+75), +(12, @OGUID+76), +(12, @OGUID+77), +(12, @OGUID+78), +(12, @OGUID+79), +(12, @OGUID+80), +(12, @OGUID+81), +(12, @OGUID+82), +(12, @OGUID+83), +(12, @OGUID+84), +(12, @OGUID+85), +(12, @OGUID+86), +(12, @OGUID+87), +(12, @OGUID+88), +(12, @OGUID+89), +(12, @OGUID+90), +(12, @OGUID+91), +(12, @OGUID+92), +(12, @OGUID+93), +(12, @OGUID+94), +(12, @OGUID+95), +(12, @OGUID+96), +(12, @OGUID+97), +(12, @OGUID+98), +(12, @OGUID+99), +(12, @OGUID+100), +(12, @OGUID+101), +(12, @OGUID+102), +(12, @OGUID+103), +(12, @OGUID+104), +(12, @OGUID+105), +(12, @OGUID+106), +(12, @OGUID+107), +(12, @OGUID+108), +(12, @OGUID+109), +(12, @OGUID+110), +(12, @OGUID+111), +(12, @OGUID+112), +(12, @OGUID+113), +(12, @OGUID+114), +(12, @OGUID+115), +(12, @OGUID+116), +(12, @OGUID+117), +(12, @OGUID+118), +(12, @OGUID+119), +(12, @OGUID+120), +(12, @OGUID+121), +(12, @OGUID+122), +(12, @OGUID+123), +(12, @OGUID+124), +(12, @OGUID+125), +(12, @OGUID+126), +(12, @OGUID+127), +(12, @OGUID+128), +(12, @OGUID+129), +(12, @OGUID+130), +(12, @OGUID+131), +(12, @OGUID+132), +(12, @OGUID+133), +(12, @OGUID+134), +(12, @OGUID+135), +(12, @OGUID+136), +(12, @OGUID+137), +(12, @OGUID+138), +(12, @OGUID+139), +(12, @OGUID+140), +(12, @OGUID+141), +(12, @OGUID+142), +(12, @OGUID+143), +(12, @OGUID+144), +(12, @OGUID+145), +(12, @OGUID+146), +(12, @OGUID+147), +(12, @OGUID+148), +(12, @OGUID+149), +(12, @OGUID+150), +(12, @OGUID+151), +(12, @OGUID+152), +(12, @OGUID+153), +(12, @OGUID+154), +(12, @OGUID+155), +(12, @OGUID+156), +(12, @OGUID+157), +(12, @OGUID+158), +(12, @OGUID+159), +(12, @OGUID+160), +(12, @OGUID+161), +(12, @OGUID+162), +(12, @OGUID+163), +(12, @OGUID+164), +(12, @OGUID+165), +(12, @OGUID+166), +(12, @OGUID+167), +(12, @OGUID+168), +(12, @OGUID+169), +(12, @OGUID+170), +(12, @OGUID+171), +(12, @OGUID+172), +(12, @OGUID+173), +(12, @OGUID+174), +(12, @OGUID+175), +(12, @OGUID+176), +(12, @OGUID+177), +(12, @OGUID+178), +(12, @OGUID+179), +(12, @OGUID+180), +(12, @OGUID+181), +(12, @OGUID+182), +(12, @OGUID+183), +(12, @OGUID+184), +(12, @OGUID+185), +(12, @OGUID+186), +(12, @OGUID+187), +(12, @OGUID+188), +(12, @OGUID+189), +(12, @OGUID+190), +(12, @OGUID+191), +(12, @OGUID+192); + +-- +SET @OGUID := 3805008; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3006631 AND 3006668; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3006631 AND 3006668; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3006631 AND 3006668; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+37; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 0, 4922, 5471, '0', 0, 524, -4817.189453125, -4849.44970703125, 198.1060791015625, 1.832594871520996093, 0, 0, 0.793353080749511718, 0.608761727809906005, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Crushblow - Difficulty: 0) CreateObject1 +(@OGUID+1, 180405, 0, 4922, 5471, '0', 0, 524, -4830.99462890625, -4852.234375, 199.3955841064453125, 3.769911527633666992, 0, 0, -0.95105648040771484, 0.309017121791839599, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Crushblow - Difficulty: 0) CreateObject1 +(@OGUID+2, 180406, 0, 4922, 5471, '0', 0, 524, -4814.62841796875, -4840.14404296875, 198.17291259765625, 2.234017848968505859, 0, 0, 0.898793220520019531, 0.438372820615768432, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Crushblow - Difficulty: 0) CreateObject1 +(@OGUID+3, 180406, 0, 4922, 5471, '0', 0, 524, -4847.517578125, -4823.66162109375, 196.8101348876953125, 1.640606880187988281, 0, 0, 0.731352806091308593, 0.6819993257522583, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Crushblow - Difficulty: 0) CreateObject1 +(@OGUID+4, 180406, 0, 4922, 5471, '0', 0, 524, -4859.845703125, -4885.56103515625, 194.544158935546875, 0.471238493919372558, 0, 0, 0.233445167541503906, 0.972369968891143798, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Crushblow - Difficulty: 0) CreateObject1 +(@OGUID+5, 180407, 0, 4922, 5471, '0', 0, 524, -4838.4130859375, -4813.6337890625, 199.5372772216796875, 1.239183306694030761, 0, 0, 0.580702781677246093, 0.814115643501281738, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Crushblow - Difficulty: 0) CreateObject1 +(@OGUID+6, 180407, 0, 4922, 5471, '0', 0, 524, -4810.71728515625, -4811.38037109375, 196.7663726806640625, 1.884953022003173828, 0, 0, 0.809016227722167968, 0.587786316871643066, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Crushblow - Difficulty: 0) CreateObject1 +(@OGUID+7, 180407, 0, 4922, 5471, '0', 0, 524, -4868.578125, -4895.17041015625, 192.5298614501953125, 0.925023794174194335, 0, 0, 0.446197509765625, 0.894934535026550292, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Crushblow - Difficulty: 0) CreateObject1 +(@OGUID+8, 180410, 0, 4922, 5471, '0', 0, 524, -4865.5380859375, -4845.234375, 199.1121826171875, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Crushblow - Difficulty: 0) CreateObject1 +(@OGUID+9, 180411, 0, 4922, 5471, '0', 0, 524, -4853.017578125, -4811.720703125, 202.467376708984375, 2.286378860473632812, 0, 0, 0.909960746765136718, 0.414694398641586303, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Crushblow - Difficulty: 0) CreateObject1 +(@OGUID+10, 180415, 0, 4922, 5471, '0', 0, 524, -4839.96875, -4848.5849609375, 198.9072418212890625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Crushblow - Difficulty: 0) CreateObject1 +(@OGUID+11, 180415, 0, 4922, 5471, '0', 0, 524, -4849.61962890625, -4850.13720703125, 199.436065673828125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Crushblow - Difficulty: 0) CreateObject1 +(@OGUID+12, 180415, 0, 4922, 5471, '0', 0, 524, -4846.51904296875, -4848.392578125, 199.4553985595703125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Crushblow - Difficulty: 0) CreateObject1 +(@OGUID+13, 180415, 0, 4922, 5471, '0', 0, 524, -4853.07666015625, -4853.1005859375, 197.9499664306640625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Crushblow - Difficulty: 0) CreateObject1 +(@OGUID+14, 180415, 0, 4922, 5471, '0', 0, 524, -4863.06591796875, -4835.87158203125, 201.7410736083984375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Crushblow - Difficulty: 0) CreateObject1 +(@OGUID+15, 180415, 0, 4922, 5471, '0', 0, 524, -4860.26416015625, -4835.46875, 198.8046417236328125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Crushblow - Difficulty: 0) CreateObject1 +(@OGUID+16, 180415, 0, 4922, 5471, '0', 0, 524, -4863.283203125, -4837.59716796875, 198.941253662109375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Crushblow - Difficulty: 0) CreateObject1 +(@OGUID+17, 180415, 0, 4922, 5471, '0', 0, 524, -4860.7255859375, -4834.93603515625, 200.1615142822265625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Crushblow - Difficulty: 0) CreateObject1 +(@OGUID+18, 180415, 0, 4922, 5471, '0', 0, 524, -4862.2431640625, -4833.48779296875, 201.4193878173828125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Crushblow - Difficulty: 0) CreateObject1 +(@OGUID+19, 180425, 0, 4922, 5471, '0', 0, 524, -4840.73974609375, -4850.00341796875, 199.679840087890625, 1.658061861991882324, 0, 0, 0.737277030944824218, 0.67559051513671875, 120, 255, 1, 51886), -- SkullCandle01 (Area: Crushblow - Difficulty: 0) CreateObject1 +(@OGUID+20, 180425, 0, 4922, 5471, '0', 0, 524, -4847.751953125, -4850.6943359375, 199.4253997802734375, 1.658061861991882324, 0, 0, 0.737277030944824218, 0.67559051513671875, 120, 255, 1, 51886), -- SkullCandle01 (Area: Crushblow - Difficulty: 0) CreateObject1 +(@OGUID+21, 180425, 0, 4922, 5471, '0', 0, 524, -4856.04541015625, -4856.22216796875, 197.52447509765625, 2.72271275520324707, 0, 0, 0.978147506713867187, 0.207912087440490722, 120, 255, 1, 51886), -- SkullCandle01 (Area: Crushblow - Difficulty: 0) CreateObject1 +(@OGUID+22, 180426, 0, 4922, 5471, '0', 0, 524, -4832.51416015625, -4833.81591796875, 208.416839599609375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Crushblow - Difficulty: 0) CreateObject1 +(@OGUID+23, 180426, 0, 4922, 5471, '0', 0, 524, -4837.8818359375, -4831.76416015625, 208.185638427734375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Crushblow - Difficulty: 0) CreateObject1 +(@OGUID+24, 180426, 0, 4922, 5471, '0', 0, 524, -4827.76220703125, -4826.2255859375, 209.186859130859375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Crushblow - Difficulty: 0) CreateObject1 +(@OGUID+25, 180426, 0, 4922, 5471, '0', 0, 524, -4832.689453125, -4825.2900390625, 208.481536865234375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Crushblow - Difficulty: 0) CreateObject1 +(@OGUID+26, 180427, 0, 4922, 5471, '0', 0, 524, -4835.265625, -4828.4619140625, 208.288421630859375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat02 (Area: Crushblow - Difficulty: 0) CreateObject1 +(@OGUID+27, 180427, 0, 4922, 5471, '0', 0, 524, -4841.59912109375, -4843.15283203125, 196.3478240966796875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat02 (Area: Crushblow - Difficulty: 0) CreateObject1 +(@OGUID+28, 180427, 0, 4922, 5471, '0', 0, 524, -4825.265625, -4822.158203125, 196.2855224609375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat02 (Area: Crushblow - Difficulty: 0) CreateObject1 +(@OGUID+29, 180471, 0, 4922, 5471, '0', 0, 524, -4843.39404296875, -4814.9306640625, 201.6149444580078125, 1.117009282112121582, 0, 0, 0.529918670654296875, 0.84804844856262207, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Crushblow - Difficulty: 0) CreateObject1 +(@OGUID+30, 180471, 0, 4922, 5471, '0', 0, 524, -4844.0625, -4816.87841796875, 201.7270050048828125, 0.925023794174194335, 0, 0, 0.446197509765625, 0.894934535026550292, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Crushblow - Difficulty: 0) CreateObject1 +(@OGUID+31, 180471, 0, 4922, 5471, '0', 0, 524, -4846.06591796875, -4820.11474609375, 201.6976318359375, 0.959929943084716796, 0, 0, 0.461748123168945312, 0.887011110782623291, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Crushblow - Difficulty: 0) CreateObject1 +(@OGUID+32, 180471, 0, 4922, 5471, '0', 0, 524, -4847.3505859375, -4821.78125, 201.5751495361328125, 1.082102894783020019, 0, 0, 0.51503753662109375, 0.857167601585388183, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Crushblow - Difficulty: 0) CreateObject1 +(@OGUID+33, 180472, 0, 4922, 5471, '0', 0, 524, -4845.03466796875, -4818.455078125, 203.2819366455078125, 5.288348197937011718, 0, 0, -0.4771585464477539, 0.878817260265350341, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Crushblow - Difficulty: 0) CreateObject1 +(@OGUID+34, 180523, 0, 4922, 5471, '0', 0, 524, -4853.19775390625, -4807.642578125, 196.9888763427734375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: Crushblow - Difficulty: 0) CreateObject1 +(@OGUID+35, 208063, 0, 4922, 5471, '0', 0, 524, -4847.673828125, -4815.5244140625, 198.1702728271484375, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 120, 255, 1, 51886), -- Web Hanging (Area: Crushblow - Difficulty: 0) CreateObject1 +(@OGUID+36, 208064, 0, 4922, 5471, '0', 0, 524, -4851.1025390625, -4819.60791015625, 197.72027587890625, 2.251473426818847656, 0, 0, 0.902585029602050781, 0.430511653423309326, 120, 255, 1, 51886), -- Web Corner (Area: Crushblow - Difficulty: 0) CreateObject1 +(@OGUID+37, 208151, 0, 4922, 5471, '0', 0, 524, -4855.9755859375, -4815.2568359375, 196.6106414794921875, 1.954769015312194824, 0, 0, 0.829037666320800781, 0.559192776679992675, 120, 255, 1, 51886); -- Candy Bucket (Area: Crushblow - Difficulty: 0) CreateObject1 + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+37; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37); + +-- +SET @CGUID := 3800280; +SET @OGUID := 3805046; + +-- Old creature spawns +DELETE FROM `creature` WHERE `guid` BETWEEN 3000352 AND 3000352; +DELETE FROM `creature_addon` WHERE `guid` BETWEEN 3000352 AND 3000352; +DELETE FROM `game_event_creature` WHERE `guid` BETWEEN 3000352 AND 3000352; +UPDATE `creature` SET `guid`=397118 WHERE `guid`=3000463 AND `id`=63310; +UPDATE `creature` SET `guid`=397119 WHERE `guid`=3000464 AND `id`=63309; +UPDATE `creature` SET `guid`=5000333 WHERE `guid`=3000465 AND `id`=90113; +UPDATE `creature_addon` SET `guid`=5000333 WHERE `guid`=3000465; +UPDATE `creature` SET `guid`=397120 WHERE `guid`=3000466 AND `id`=38003; +UPDATE `creature_addon` SET `guid`=397120 WHERE `guid`=3000466; +UPDATE `creature` SET `guid`=397121 WHERE `guid`=3000467 AND `id`=38939; +UPDATE `creature` SET `guid`=397122 WHERE `guid`=3000468 AND `id`=38966; +UPDATE `creature_addon` SET `guid`=397122 WHERE `guid`=3000468; + +-- Creature spawns +DELETE FROM `creature` WHERE `guid`=@CGUID+0; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES +(@CGUID+0, 22816, 0, 4922, 5142, '0', 0, 0, 0, 0, -3235.9921875, -5009.970703125, 121.8743820190429687, 6.272729396820068359, 120, 0, 0, 1129, 0, 0, NULL, NULL, NULL, NULL, 51886); -- Black Cat (Area: Thundermar - Difficulty: 0) CreateObject1 + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3006669 AND 3006723; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3006669 AND 3006723; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3006669 AND 3006723; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+54; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 0, 4922, 5142, '0', 0, 0, -3213.75341796875, -5046.18408203125, 120.4340667724609375, 2.879789113998413085, 0, 0, 0.991444587707519531, 0.130528271198272705, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Thundermar - Difficulty: 0) CreateObject1 +(@OGUID+1, 180405, 0, 4922, 5142, '0', 0, 0, -3185.19091796875, -4993.5380859375, 120.5458297729492187, 5.84685373306274414, 0, 0, -0.21643924713134765, 0.976296067237854003, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Thundermar - Difficulty: 0) CreateObject1 +(@OGUID+2, 180406, 0, 4922, 5142, '0', 0, 0, -3228.345458984375, -5006.9912109375, 120.54296875, 2.44346022605895996, 0, 0, 0.939692497253417968, 0.34202045202255249, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Thundermar - Difficulty: 0) CreateObject1 +(@OGUID+3, 180406, 0, 4922, 5142, '0', 0, 0, -3186.842041015625, -5005.16845703125, 121.6221694946289062, 4.345870018005371093, 0, 0, -0.82412624359130859, 0.566406130790710449, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Thundermar - Difficulty: 0) CreateObject1 +(@OGUID+4, 180406, 0, 4922, 5142, '0', 0, 0, -3194.420166015625, -5063.81103515625, 121.6938095092773437, 4.1538848876953125, 0, 0, -0.8746194839477539, 0.484810054302215576, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Thundermar - Difficulty: 0) CreateObject1 +(@OGUID+5, 180407, 0, 4922, 5142, '0', 0, 0, -3192.060791015625, -5006.1005859375, 120.6062698364257812, 5.305802345275878906, 0, 0, -0.46947097778320312, 0.882947921752929687, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Thundermar - Difficulty: 0) CreateObject1 +(@OGUID+6, 180407, 0, 4922, 5142, '0', 0, 0, -3182.401123046875, -5044.1650390625, 120.5376815795898437, 4.625123500823974609, 0, 0, -0.73727703094482421, 0.67559051513671875, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Thundermar - Difficulty: 0) CreateObject1 +(@OGUID+7, 180408, 0, 4922, 5142, '0', 0, 0, -3213.842041015625, -5046.267578125, 122.0939102172851562, 2.70525527000427246, 0, 0, 0.97629547119140625, 0.216442063450813293, 120, 255, 1, 51886), -- G_WitchHat_01 (Area: Thundermar - Difficulty: 0) CreateObject1 +(@OGUID+8, 180411, 0, 4922, 5142, '0', 0, 0, -3226.4619140625, -5002.15283203125, 125.9590225219726562, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Thundermar - Difficulty: 0) CreateObject1 +(@OGUID+9, 180414, 0, 4922, 5142, '0', 0, 0, -3215.600830078125, -5040.8056640625, 120.4995803833007812, 6.003933906555175781, 0, 0, -0.13917255401611328, 0.990268170833587646, 120, 255, 1, 51886), -- Cauldron (Area: Thundermar - Difficulty: 0) CreateObject1 +(@OGUID+10, 180415, 0, 4922, 5142, '0', 0, 0, -3181.467041015625, -5026.34033203125, 122.8794326782226562, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Thundermar - Difficulty: 0) CreateObject1 +(@OGUID+11, 180415, 0, 4922, 5142, '0', 0, 0, -3181.960205078125, -5018.97900390625, 123.3023300170898437, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Thundermar - Difficulty: 0) CreateObject1 +(@OGUID+12, 180415, 0, 4922, 5142, '0', 0, 0, -3181.923583984375, -5019.99853515625, 122.9446792602539062, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Thundermar - Difficulty: 0) CreateObject1 +(@OGUID+13, 180415, 0, 4922, 5142, '0', 0, 0, -3181.505126953125, -5027.7744140625, 122.8810501098632812, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Thundermar - Difficulty: 0) CreateObject1 +(@OGUID+14, 180415, 0, 4922, 5142, '0', 0, 0, -3181.838623046875, -5021.5400390625, 122.8860702514648437, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Thundermar - Difficulty: 0) CreateObject1 +(@OGUID+15, 180415, 0, 4922, 5142, '0', 0, 0, -3181.498291015625, -5028.77587890625, 123.2391891479492187, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Thundermar - Difficulty: 0) CreateObject1 +(@OGUID+16, 180425, 0, 4922, 5142, '0', 0, 0, -3219.204833984375, -4996.33349609375, 124.8443984985351562, 0.15707901120185852, 0, 0, 0.078458786010742187, 0.996917366981506347, 120, 255, 1, 51886), -- SkullCandle01 (Area: Thundermar - Difficulty: 0) CreateObject1 +(@OGUID+17, 180425, 0, 4922, 5142, '0', 0, 0, -3194.189208984375, -5034.86474609375, 124.8492813110351562, 2.67034769058227539, 0, 0, 0.972369194030761718, 0.233448356389999389, 120, 255, 1, 51886), -- SkullCandle01 (Area: Thundermar - Difficulty: 0) CreateObject1 +(@OGUID+18, 180425, 0, 4922, 5142, '0', 0, 0, -3206.645751953125, -5050.064453125, 124.5228805541992187, 5.602506637573242187, 0, 0, -0.33380699157714843, 0.942641437053680419, 120, 255, 1, 51886), -- SkullCandle01 (Area: Thundermar - Difficulty: 0) CreateObject1 +(@OGUID+19, 180426, 0, 4922, 5142, '0', 0, 0, -3207.4462890625, -5000.35791015625, 124.0326309204101562, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Thundermar - Difficulty: 0) CreateObject1 +(@OGUID+20, 180426, 0, 4922, 5142, '0', 0, 0, -3204.255126953125, -5007.611328125, 124.23980712890625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Thundermar - Difficulty: 0) CreateObject1 +(@OGUID+21, 180426, 0, 4922, 5142, '0', 0, 0, -3204.098876953125, -5029.048828125, 124.1910171508789062, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Thundermar - Difficulty: 0) CreateObject1 +(@OGUID+22, 180426, 0, 4922, 5142, '0', 0, 0, -3203.07470703125, -5030.98974609375, 124.1128921508789062, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Thundermar - Difficulty: 0) CreateObject1 +(@OGUID+23, 180426, 0, 4922, 5142, '0', 0, 0, -3204.779541015625, -5015.15283203125, 124.3357162475585937, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Thundermar - Difficulty: 0) CreateObject1 +(@OGUID+24, 180427, 0, 4922, 5142, '0', 0, 0, -3208.26904296875, -5007.01025390625, 124.230133056640625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat02 (Area: Thundermar - Difficulty: 0) CreateObject1 +(@OGUID+25, 180427, 0, 4922, 5142, '0', 0, 0, -3203.75341796875, -5028.2099609375, 124.1800918579101562, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat02 (Area: Thundermar - Difficulty: 0) CreateObject1 +(@OGUID+26, 180427, 0, 4922, 5142, '0', 0, 0, -3204.592041015625, -5014.85791015625, 124.3387832641601562, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat02 (Area: Thundermar - Difficulty: 0) CreateObject1 +(@OGUID+27, 180427, 0, 4922, 5142, '0', 0, 0, -3204.303955078125, -5016.81103515625, 124.2758636474609375, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat02 (Area: Thundermar - Difficulty: 0) CreateObject1 +(@OGUID+28, 180428, 0, 4922, 5142, '0', 0, 0, -3218.20654296875, -5041.71337890625, 120.2840728759765625, 3.298687219619750976, 0, 0, -0.99691677093505859, 0.078466430306434631, 120, 255, 1, 51886), -- G_WitchBroom_01 scale 0.5 (Area: Thundermar - Difficulty: 0) CreateObject1 +(@OGUID+29, 180471, 0, 4922, 5142, '0', 0, 0, -3214, -5039.27783203125, 127.6022567749023437, 1.85004889965057373, 0, 0, 0.798635482788085937, 0.60181504487991333, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Thundermar - Difficulty: 0) CreateObject1 +(@OGUID+30, 180471, 0, 4922, 5142, '0', 0, 0, -3231.84716796875, -4999.58837890625, 124.1406631469726562, 1.500982880592346191, 0, 0, 0.681998252868652343, 0.731353819370269775, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Thundermar - Difficulty: 0) CreateObject1 +(@OGUID+31, 180471, 0, 4922, 5142, '0', 0, 0, -3231.842041015625, -5004.37158203125, 124.1608734130859375, 1.85004889965057373, 0, 0, 0.798635482788085937, 0.60181504487991333, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Thundermar - Difficulty: 0) CreateObject1 +(@OGUID+32, 180471, 0, 4922, 5142, '0', 0, 0, -3211.79345703125, -5044.59033203125, 128.5394744873046875, 1.937312245368957519, 0, 0, 0.824125289916992187, 0.566407561302185058, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Thundermar - Difficulty: 0) CreateObject1 +(@OGUID+33, 180471, 0, 4922, 5142, '0', 0, 0, -3211.154541015625, -5046.05712890625, 127.7040786743164062, 1.954769015312194824, 0, 0, 0.829037666320800781, 0.559192776679992675, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Thundermar - Difficulty: 0) CreateObject1 +(@OGUID+34, 180471, 0, 4922, 5142, '0', 0, 0, -3213.4150390625, -5040.921875, 128.56036376953125, 1.884953022003173828, 0, 0, 0.809016227722167968, 0.587786316871643066, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Thundermar - Difficulty: 0) CreateObject1 +(@OGUID+35, 180471, 0, 4922, 5142, '0', 0, 0, -3183.560791015625, -5049.9150390625, 124.0442581176757812, 3.90954136848449707, 0, 0, -0.92718315124511718, 0.37460830807685852, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Thundermar - Difficulty: 0) CreateObject1 +(@OGUID+36, 180471, 0, 4922, 5142, '0', 0, 0, -3199.822998046875, -5066.17724609375, 128.67291259765625, 3.054326534271240234, 0, 0, 0.999048233032226562, 0.043619260191917419, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Thundermar - Difficulty: 0) CreateObject1 +(@OGUID+37, 180471, 0, 4922, 5142, '0', 0, 0, -3204.857666015625, -5064.96337890625, 128.7720184326171875, 3.211419343948364257, 0, 0, -0.9993906021118164, 0.034906134009361267, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Thundermar - Difficulty: 0) CreateObject1 +(@OGUID+38, 180471, 0, 4922, 5142, '0', 0, 0, -3207.26904296875, -5064.92529296875, 127.7363662719726562, 3.298687219619750976, 0, 0, -0.99691677093505859, 0.078466430306434631, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Thundermar - Difficulty: 0) CreateObject1 +(@OGUID+39, 180471, 0, 4922, 5142, '0', 0, 0, -3197.704833984375, -5067.171875, 127.6429824829101562, 2.984498262405395507, 0, 0, 0.996916770935058593, 0.078466430306434631, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Thundermar - Difficulty: 0) CreateObject1 +(@OGUID+40, 180471, 0, 4922, 5142, '0', 0, 0, -3181.875, -5047.361328125, 124.1390380859375, 4.241150379180908203, 0, 0, -0.85264015197753906, 0.522498607635498046, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Thundermar - Difficulty: 0) CreateObject1 +(@OGUID+41, 180471, 0, 4922, 5142, '0', 0, 0, -3209.107666015625, -5065.32470703125, 126.1587600708007812, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Thundermar - Difficulty: 0) CreateObject1 +(@OGUID+42, 180471, 0, 4922, 5142, '0', 0, 0, -3196.310791015625, -5068.298828125, 125.930572509765625, 2.932138919830322265, 0, 0, 0.994521141052246093, 0.104535527527332305, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Thundermar - Difficulty: 0) CreateObject1 +(@OGUID+43, 180472, 0, 4922, 5142, '0', 0, 0, -3231.732666015625, -5002.0400390625, 126.2105865478515625, 0.331610709428787231, 0, 0, 0.16504669189453125, 0.986285746097564697, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Thundermar - Difficulty: 0) CreateObject1 +(@OGUID+44, 180472, 0, 4922, 5142, '0', 0, 0, -3183.038330078125, -5027.4130859375, 125.3242034912109375, 3.124123096466064453, 0, 0, 0.99996185302734375, 0.008734640665352344, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Thundermar - Difficulty: 0) CreateObject1 +(@OGUID+45, 180472, 0, 4922, 5142, '0', 0, 0, -3183.385498046875, -5020.46875, 125.2332077026367187, 2.617989301681518554, 0, 0, 0.965925216674804687, 0.258821308612823486, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Thundermar - Difficulty: 0) CreateObject1 +(@OGUID+46, 180472, 0, 4922, 5142, '0', 0, 0, -3212.56591796875, -5042.73291015625, 129.7841644287109375, 1.117009282112121582, 0, 0, 0.529918670654296875, 0.84804844856262207, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Thundermar - Difficulty: 0) CreateObject1 +(@OGUID+47, 180472, 0, 4922, 5142, '0', 0, 0, -3202.2900390625, -5065.46533203125, 129.6165924072265625, 1.343901276588439941, 0, 0, 0.622513771057128906, 0.78260880708694458, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Thundermar - Difficulty: 0) CreateObject1 +(@OGUID+48, 180523, 0, 4922, 5142, '0', 0, 0, -3226.69970703125, -5045.26025390625, 120.9619827270507812, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: Thundermar - Difficulty: 0) CreateObject1 +(@OGUID+49, 185436, 0, 4922, 5142, '0', 0, 0, -3215.9306640625, -5040.9375, 121.005859375, 5.986480236053466796, 0, 0, -0.14780902862548828, 0.989015936851501464, 120, 255, 1, 51886), -- Sitting Skeleton 03 (Area: Thundermar - Difficulty: 0) CreateObject1 +(@OGUID+50, 208063, 0, 4922, 5142, '0', 0, 0, -3217.939208984375, -5045.28466796875, 122.3961029052734375, 5.986480236053466796, 0, 0, -0.14780902862548828, 0.989015936851501464, 120, 255, 1, 51886), -- Web Hanging (Area: Thundermar - Difficulty: 0) CreateObject1 +(@OGUID+51, 208063, 0, 4922, 5142, '0', 0, 0, -3182.998291015625, -5048.5224609375, 121.9560394287109375, 2.635444164276123046, 0, 0, 0.96814727783203125, 0.250381410121917724, 120, 255, 1, 51886), -- Web Hanging (Area: Thundermar - Difficulty: 0) CreateObject1 +(@OGUID+52, 208064, 0, 4922, 5142, '0', 0, 0, -3231.611083984375, -5007.19970703125, 121.7464370727539062, 3.176533222198486328, 0, 0, -0.999847412109375, 0.017469281330704689, 120, 255, 1, 51886), -- Web Corner (Area: Thundermar - Difficulty: 0) CreateObject1 +(@OGUID+53, 208064, 0, 4922, 5142, '0', 0, 0, -3182.354248046875, -5029.8818359375, 122.4231033325195312, 3.368495941162109375, 0, 0, -0.99357128143310546, 0.113208353519439697, 120, 255, 1, 51886), -- Web Corner (Area: Thundermar - Difficulty: 0) CreateObject1 +(@OGUID+54, 208130, 0, 4922, 5142, '0', 0, 0, -3223.255126953125, -5051.986328125, 120.662872314453125, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 51886); -- Candy Bucket (Area: Thundermar - Difficulty: 0) CreateObject1 + +-- Event spawns +DELETE FROM `game_event_creature` WHERE `eventEntry`=12 AND `guid`=@CGUID+0; +INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES +(12, @CGUID+0); + +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+54; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48), +(12, @OGUID+49), +(12, @OGUID+50), +(12, @OGUID+51), +(12, @OGUID+52), +(12, @OGUID+53), +(12, @OGUID+54); + +-- +SET @OGUID := 3805101; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3006724 AND 3006782; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3006724 AND 3006782; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3006724 AND 3006782; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+58; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 0, 4922, 5000, '0', 0, 524, -4200.953125, -4714.80224609375, 126.791656494140625, 2.426007747650146484, 0, 0, 0.936672210693359375, 0.350207358598709106, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Verrall River - Difficulty: 0) CreateObject1 +(@OGUID+1, 180405, 0, 4922, 5000, '0', 0, 524, -4210.046875, -4713.40087890625, 126.7920608520507812, 5.480334281921386718, 0, 0, -0.39073085784912109, 0.920504987239837646, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Verrall River - Difficulty: 0) CreateObject1 +(@OGUID+2, 180405, 0, 4922, 5000, '0', 0, 524, -4216.16162109375, -4742.2119140625, 126.7438430786132812, 6.12610626220703125, 0, 0, -0.07845878601074218, 0.996917366981506347, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Verrall River - Difficulty: 0) CreateObject1 +(@OGUID+3, 180406, 0, 4922, 5000, '0', 0, 524, -4178.470703125, -4712.578125, 127.3537368774414062, 4.869470596313476562, 0, 0, -0.64944744110107421, 0.760406434535980224, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Verrall River - Difficulty: 0) CreateObject1 +(@OGUID+4, 180406, 0, 4922, 5000, '0', 0, 524, -4202.65283203125, -4710.5625, 126.791656494140625, 2.338739633560180664, 0, 0, 0.920504570007324218, 0.3907318115234375, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Verrall River - Difficulty: 0) CreateObject1 +(@OGUID+5, 180406, 0, 4922, 5000, '0', 0, 524, -4208.59033203125, -4750.001953125, 126.446502685546875, 5.550147056579589843, 0, 0, -0.358367919921875, 0.933580458164215087, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Verrall River - Difficulty: 0) CreateObject1 +(@OGUID+6, 180406, 0, 4922, 5000, '0', 0, 524, -4212.2275390625, -4709.3662109375, 126.791656494140625, 5.515241622924804687, 0, 0, -0.37460613250732421, 0.927184045314788818, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Verrall River - Difficulty: 0) CreateObject1 +(@OGUID+7, 180407, 0, 4922, 5000, '0', 0, 524, -4180.390625, -4710.25537109375, 127.48681640625, 0.226892471313476562, 0, 0, 0.113203048706054687, 0.993571877479553222, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Verrall River - Difficulty: 0) CreateObject1 +(@OGUID+8, 180407, 0, 4922, 5000, '0', 0, 524, -4204.27099609375, -4706.46728515625, 126.791656494140625, 2.338739633560180664, 0, 0, 0.920504570007324218, 0.3907318115234375, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Verrall River - Difficulty: 0) CreateObject1 +(@OGUID+9, 180407, 0, 4922, 5000, '0', 0, 524, -4208.64404296875, -4717.90625, 126.791656494140625, 5.480334281921386718, 0, 0, -0.39073085784912109, 0.920504987239837646, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Verrall River - Difficulty: 0) CreateObject1 +(@OGUID+10, 180410, 0, 4922, 5000, '0', 0, 524, -4157.8349609375, -4733.7880859375, 128.7502288818359375, 3.368495941162109375, 0, 0, -0.99357128143310546, 0.113208353519439697, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Verrall River - Difficulty: 0) CreateObject1 +(@OGUID+11, 180415, 0, 4922, 5000, '0', 0, 524, -4171.1806640625, -4752.546875, 126.7862930297851562, 1.047197580337524414, 0, 0, 0.5, 0.866025388240814208, 120, 255, 1, 51886), -- CandleBlack01 (Area: Verrall River - Difficulty: 0) CreateObject1 +(@OGUID+12, 180415, 0, 4922, 5000, '0', 0, 524, -4168.423828125, -4725.4775390625, 128.047943115234375, 2.129300594329833984, 0, 0, 0.874619483947753906, 0.484810054302215576, 120, 255, 1, 51886), -- CandleBlack01 (Area: Verrall River - Difficulty: 0) CreateObject1 +(@OGUID+13, 180415, 0, 4922, 5000, '0', 0, 524, -4171.54541015625, -4752.5400390625, 126.63836669921875, 0.837757468223571777, 0, 0, 0.406736373901367187, 0.913545548915863037, 120, 255, 1, 51886), -- CandleBlack01 (Area: Verrall River - Difficulty: 0) CreateObject1 +(@OGUID+14, 180415, 0, 4922, 5000, '0', 0, 524, -4171.2744140625, -4752.2568359375, 126.5438232421875, 0.820303261280059814, 0, 0, 0.398748397827148437, 0.917060375213623046, 120, 255, 1, 51886), -- CandleBlack01 (Area: Verrall River - Difficulty: 0) CreateObject1 +(@OGUID+15, 180415, 0, 4922, 5000, '0', 0, 524, -4192.67724609375, -4701.5224609375, 129.4752960205078125, 2.007128477096557617, 0, 0, 0.84339141845703125, 0.537299633026123046, 120, 255, 1, 51886), -- CandleBlack01 (Area: Verrall River - Difficulty: 0) CreateObject1 +(@OGUID+16, 180415, 0, 4922, 5000, '0', 0, 524, -4192.22900390625, -4701.7119140625, 129.6625518798828125, 2.513273954391479492, 0, 0, 0.951056480407714843, 0.309017121791839599, 120, 255, 1, 51886), -- CandleBlack01 (Area: Verrall River - Difficulty: 0) CreateObject1 +(@OGUID+17, 180415, 0, 4922, 5000, '0', 0, 524, -4191.15478515625, -4701.96728515625, 129.5249481201171875, 3.054326534271240234, 0, 0, 0.999048233032226562, 0.043619260191917419, 120, 255, 1, 51886), -- CandleBlack01 (Area: Verrall River - Difficulty: 0) CreateObject1 +(@OGUID+18, 180415, 0, 4922, 5000, '0', 0, 524, -4190.74658203125, -4702.10791015625, 129.374969482421875, 0.453785061836242675, 0, 0, 0.224950790405273437, 0.974370121955871582, 120, 255, 1, 51886), -- CandleBlack01 (Area: Verrall River - Difficulty: 0) CreateObject1 +(@OGUID+19, 180415, 0, 4922, 5000, '0', 0, 524, -4200.91845703125, -4748.81787109375, 129.8241119384765625, 2.234017848968505859, 0, 0, 0.898793220520019531, 0.438372820615768432, 120, 255, 1, 51886), -- CandleBlack01 (Area: Verrall River - Difficulty: 0) CreateObject1 +(@OGUID+20, 180415, 0, 4922, 5470, '0', 0, 524, -4225.142578125, -4713.61279296875, 130.118621826171875, 5.84685373306274414, 0, 0, -0.21643924713134765, 0.976296067237854003, 120, 255, 1, 51886), -- CandleBlack01 (Area: Victor's Point - Difficulty: 0) CreateObject1 +(@OGUID+21, 180415, 0, 4922, 5470, '0', 0, 524, -4224.625, -4722.015625, 130.1117706298828125, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 120, 255, 1, 51886), -- CandleBlack01 (Area: Victor's Point - Difficulty: 0) CreateObject1 +(@OGUID+22, 180415, 0, 4922, 5470, '0', 0, 524, -4215.95849609375, -4692.46875, 130.0878448486328125, 2.042035102844238281, 0, 0, 0.852640151977539062, 0.522498607635498046, 120, 255, 1, 51886), -- CandleBlack01 (Area: Victor's Point - Difficulty: 0) CreateObject1 +(@OGUID+23, 180415, 0, 4922, 5470, '0', 0, 524, -4219.20849609375, -4733.22412109375, 130.1584930419921875, 2.234017848968505859, 0, 0, 0.898793220520019531, 0.438372820615768432, 120, 255, 1, 51886), -- CandleBlack01 (Area: Victor's Point - Difficulty: 0) CreateObject1 +(@OGUID+24, 180415, 0, 4922, 5470, '0', 0, 524, -4224.923828125, -4702.98291015625, 129.952239990234375, 3.176533222198486328, 0, 0, -0.999847412109375, 0.017469281330704689, 120, 255, 1, 51886), -- CandleBlack01 (Area: Victor's Point - Difficulty: 0) CreateObject1 +(@OGUID+25, 180415, 0, 4922, 5470, '0', 0, 524, -4221.5400390625, -4697.95166015625, 130.1660308837890625, 0.645771682262420654, 0, 0, 0.317304611206054687, 0.948323667049407958, 120, 255, 1, 51886), -- CandleBlack01 (Area: Victor's Point - Difficulty: 0) CreateObject1 +(@OGUID+26, 180425, 0, 4922, 5000, '0', 0, 524, -4168.7412109375, -4725.1806640625, 128.04400634765625, 2.932138919830322265, 0, 0, 0.994521141052246093, 0.104535527527332305, 120, 255, 1, 51886), -- SkullCandle01 (Area: Verrall River - Difficulty: 0) CreateObject1 +(@OGUID+27, 180425, 0, 4922, 5000, '0', 0, 524, -4158.8369140625, -4735.953125, 127.8777694702148437, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 51886), -- SkullCandle01 (Area: Verrall River - Difficulty: 0) CreateObject1 +(@OGUID+28, 180425, 0, 4922, 5000, '0', 0, 524, -4191.72216796875, -4701.85400390625, 129.9062652587890625, 4.555310726165771484, 0, 0, -0.76040554046630859, 0.649448513984680175, 120, 255, 1, 51886), -- SkullCandle01 (Area: Verrall River - Difficulty: 0) CreateObject1 +(@OGUID+29, 180426, 0, 4922, 5000, '0', 0, 524, -4199.72412109375, -4726.37353515625, 140.19708251953125, 5.567600727081298828, 0, 0, -0.35020732879638671, 0.936672210693359375, 120, 255, 1, 51886), -- Bat01 (Area: Verrall River - Difficulty: 0) CreateObject1 +(@OGUID+30, 180426, 0, 4922, 5000, '0', 0, 524, -4195.5556640625, -4729.60791015625, 136.1619873046875, 4.520402908325195312, 0, 0, -0.77162456512451171, 0.636078238487243652, 120, 255, 1, 51886), -- Bat01 (Area: Verrall River - Difficulty: 0) CreateObject1 +(@OGUID+31, 180426, 0, 4922, 5000, '0', 0, 524, -4195.298828125, -4725.91650390625, 138.9772491455078125, 2.635444164276123046, 0, 0, 0.96814727783203125, 0.250381410121917724, 120, 255, 1, 51886), -- Bat01 (Area: Verrall River - Difficulty: 0) CreateObject1 +(@OGUID+32, 180426, 0, 4922, 5000, '0', 0, 524, -4198.830078125, -4730.6494140625, 141.1849365234375, 3.054326534271240234, 0, 0, 0.999048233032226562, 0.043619260191917419, 120, 255, 1, 51886), -- Bat01 (Area: Verrall River - Difficulty: 0) CreateObject1 +(@OGUID+33, 180427, 0, 4922, 5000, '0', 0, 524, -4116.07666015625, -4663.3818359375, 108.8890533447265625, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat02 (Area: Verrall River - Difficulty: 0) CreateObject1 +(@OGUID+34, 180427, 0, 4922, 5000, '0', 0, 524, -4196.23095703125, -4720.84228515625, 138.5313262939453125, 5.881760597229003906, 0, 0, -0.19936752319335937, 0.979924798011779785, 120, 255, 1, 51886), -- Bat02 (Area: Verrall River - Difficulty: 0) CreateObject1 +(@OGUID+35, 180427, 0, 4922, 5000, '0', 0, 524, -4189.86279296875, -4729.94287109375, 140.31427001953125, 5.235987663269042968, 0, 0, -0.5, 0.866025388240814208, 120, 255, 1, 51886), -- Bat02 (Area: Verrall River - Difficulty: 0) CreateObject1 +(@OGUID+36, 180427, 0, 4922, 5000, '0', 0, 524, -4197.40283203125, -4727.93408203125, 142.1798095703125, 5.602506637573242187, 0, 0, -0.33380699157714843, 0.942641437053680419, 120, 255, 1, 51886), -- Bat02 (Area: Verrall River - Difficulty: 0) CreateObject1 +(@OGUID+37, 180427, 0, 4922, 5000, '0', 0, 524, -4204.921875, -4727.80712890625, 142.514862060546875, 5.044002056121826171, 0, 0, -0.58070278167724609, 0.814115643501281738, 120, 255, 1, 51886), -- Bat02 (Area: Verrall River - Difficulty: 0) CreateObject1 +(@OGUID+38, 180471, 0, 4922, 5000, '0', 0, 524, -4165.986328125, -4736.3193359375, 130.42144775390625, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Verrall River - Difficulty: 0) CreateObject1 +(@OGUID+39, 180471, 0, 4922, 5000, '0', 0, 524, -4174.81103515625, -4720.91162109375, 130.9341583251953125, 5.253442287445068359, 0, 0, -0.49242305755615234, 0.870355963706970214, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Verrall River - Difficulty: 0) CreateObject1 +(@OGUID+40, 180471, 0, 4922, 5000, '0', 0, 524, -4170.18603515625, -4728.58349609375, 130.95294189453125, 5.323255538940429687, 0, 0, -0.46174812316894531, 0.887011110782623291, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Verrall River - Difficulty: 0) CreateObject1 +(@OGUID+41, 180471, 0, 4922, 5000, '0', 0, 524, -4166.06787109375, -4735.8369140625, 130.243896484375, 4.869470596313476562, 0, 0, -0.64944744110107421, 0.760406434535980224, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Verrall River - Difficulty: 0) CreateObject1 +(@OGUID+42, 180471, 0, 4922, 5000, '0', 0, 524, -4166.33154296875, -4734.5380859375, 129.9285430908203125, 4.904376029968261718, 0, 0, -0.636077880859375, 0.771624863147735595, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Verrall River - Difficulty: 0) CreateObject1 +(@OGUID+43, 180471, 0, 4922, 5000, '0', 0, 524, -4173.83349609375, -4722.17724609375, 130.6707305908203125, 5.305802345275878906, 0, 0, -0.46947097778320312, 0.882947921752929687, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Verrall River - Difficulty: 0) CreateObject1 +(@OGUID+44, 180471, 0, 4922, 5000, '0', 0, 524, -4166.1943359375, -4735.17041015625, 130.1086883544921875, 5.009094715118408203, 0, 0, -0.59482288360595703, 0.80385679006576538, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Verrall River - Difficulty: 0) CreateObject1 +(@OGUID+45, 180471, 0, 4922, 5000, '0', 0, 524, -4170.828125, -4727.25341796875, 130.693756103515625, 5.393068790435791015, 0, 0, -0.43051052093505859, 0.902585566043853759, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Verrall River - Difficulty: 0) CreateObject1 +(@OGUID+46, 180471, 0, 4922, 5000, '0', 0, 524, -4190.20849609375, -4748.6005859375, 129.8781280517578125, 2.984498262405395507, 0, 0, 0.996916770935058593, 0.078466430306434631, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Verrall River - Difficulty: 0) CreateObject1 +(@OGUID+47, 180471, 0, 4922, 5000, '0', 0, 524, -4185.5068359375, -4749.53662109375, 129.614776611328125, 3.071766138076782226, 0, 0, 0.999390602111816406, 0.034906134009361267, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Verrall River - Difficulty: 0) CreateObject1 +(@OGUID+48, 180471, 0, 4922, 5000, '0', 0, 524, -4188.92529296875, -4748.99658203125, 129.6548614501953125, 3.24634718894958496, 0, 0, -0.99862861633300781, 0.052353221923112869, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Verrall River - Difficulty: 0) CreateObject1 +(@OGUID+49, 180471, 0, 4922, 5000, '0', 0, 524, -4184.203125, -4749.61962890625, 129.8195343017578125, 2.984498262405395507, 0, 0, 0.996916770935058593, 0.078466430306434631, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Verrall River - Difficulty: 0) CreateObject1 +(@OGUID+50, 180523, 0, 4922, 5000, '0', 0, 524, -4178.6787109375, -4722.43408203125, 127.1973037719726562, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Apple Bob (Area: Verrall River - Difficulty: 0) CreateObject1 +(@OGUID+51, 185438, 0, 4922, 5000, '0', 0, 524, -4165.23291015625, -4742.27978515625, 127.0000762939453125, 2.652894020080566406, 0, 0, 0.970294952392578125, 0.241925001144409179, 120, 255, 1, 51886), -- Sitting Skeleton 04 (Area: Verrall River - Difficulty: 0) CreateObject1 +(@OGUID+52, 208063, 0, 4922, 5000, '0', 0, 524, -4181.17529296875, -4693.58837890625, 146.574981689453125, 4.468043327331542968, 0, 0, -0.7880105972290039, 0.615661680698394775, 120, 255, 1, 51886), -- Web Hanging (Area: Verrall River - Difficulty: 0) CreateObject1 +(@OGUID+53, 208063, 0, 4922, 5000, '0', 0, 524, -4191.48095703125, -4699.859375, 146.574981689453125, 2.897245407104492187, 0, 0, 0.99254608154296875, 0.121869951486587524, 120, 255, 1, 51886), -- Web Hanging (Area: Verrall River - Difficulty: 0) CreateObject1 +(@OGUID+54, 208063, 0, 4922, 5000, '0', 0, 524, -4187.42041015625, -4683.19287109375, 146.574981689453125, 6.021387100219726562, 0, 0, -0.13052558898925781, 0.991444945335388183, 120, 255, 1, 51886), -- Web Hanging (Area: Verrall River - Difficulty: 0) CreateObject1 +(@OGUID+55, 208063, 0, 4922, 5000, '0', 0, 524, -4197.73779296875, -4689.36279296875, 146.574981689453125, 1.378809213638305664, 0, 0, 0.636077880859375, 0.771624863147735595, 120, 255, 1, 51886), -- Web Hanging (Area: Verrall River - Difficulty: 0) CreateObject1 +(@OGUID+56, 208069, 0, 4922, 5000, '0', 0, 524, -4169.658203125, -4720.79541015625, 128.0487518310546875, 5.794494152069091796, 0, 0, -0.24192142486572265, 0.970295846462249755, 120, 255, 1, 51886), -- G_Pumpkin_02 Scale 0.5 (Area: Verrall River - Difficulty: 0) CreateObject1 +(@OGUID+57, 208078, 0, 4922, 5000, '0', 0, 524, -4164.626953125, -4740.0068359375, 128.4586639404296875, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 51886), -- G_Pumpkin_01 scale 0.5 (Area: Verrall River - Difficulty: 0) CreateObject1 +(@OGUID+58, 208131, 0, 4922, 5470, '0', 0, 524, -4169.04541015625, -4730.3974609375, 126.79205322265625, 5.166176319122314453, 0, 0, -0.52991867065429687, 0.84804844856262207, 120, 255, 1, 51886); -- Candy Bucket (Area: Victor's Point - Difficulty: 0) CreateObject1 + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+58; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48), +(12, @OGUID+49), +(12, @OGUID+50), +(12, @OGUID+51), +(12, @OGUID+52), +(12, @OGUID+53), +(12, @OGUID+54), +(12, @OGUID+55), +(12, @OGUID+56), +(12, @OGUID+57), +(12, @OGUID+58); + +-- +SET @OGUID := 3805160; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3006783 AND 3006820; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3006783 AND 3006820; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3006783 AND 3006820; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+37; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 0, 4922, 5141, '0', 0, 0, -4187.70849609375, -5620.42041015625, 24.82945060729980468, 2.879789113998413085, 0, 0, 0.991444587707519531, 0.130528271198272705, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1 +(@OGUID+1, 180406, 0, 4922, 5141, '0', 0, 0, -4204.60791015625, -5606.44287109375, 24.48499870300292968, 2.548179388046264648, 0, 0, 0.956304550170898437, 0.292372345924377441, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1 +(@OGUID+2, 180407, 0, 4922, 5141, '0', 0, 0, -4206.93408203125, -5605.71337890625, 24.15107917785644531, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1 +(@OGUID+3, 180411, 0, 4922, 5141, '0', 0, 0, -4201.15625, -5613.9619140625, 25.61416816711425781, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1 +(@OGUID+4, 180415, 0, 4922, 5141, '0', 0, 0, -4192.78125, -5589.6806640625, 29.14145278930664062, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1 +(@OGUID+5, 180415, 0, 4922, 5141, '0', 0, 0, -4191.72900390625, -5588.939453125, 29.58252716064453125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1 +(@OGUID+6, 180415, 0, 4922, 5141, '0', 0, 0, -4198.890625, -5593.189453125, 28.63249397277832031, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1 +(@OGUID+7, 180415, 0, 4922, 5141, '0', 0, 0, -4199.94775390625, -5593.81591796875, 28.83009910583496093, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1 +(@OGUID+8, 180425, 0, 4922, 5141, '0', 0, 0, -4190.08837890625, -5620.61279296875, 28.25670814514160156, 1.884953022003173828, 0, 0, 0.809016227722167968, 0.587786316871643066, 120, 255, 1, 51886), -- SkullCandle01 (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1 +(@OGUID+9, 180426, 0, 4922, 5141, '0', 0, 0, -4189.3681640625, -5603.1943359375, 42.43651199340820312, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1 +(@OGUID+10, 180426, 0, 4922, 5141, '0', 0, 0, -4179.033203125, -5594.24658203125, 44.67435073852539062, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1 +(@OGUID+11, 180426, 0, 4922, 5141, '0', 0, 0, -4189.1474609375, -5602.626953125, 42.49602127075195312, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1 +(@OGUID+12, 180426, 0, 4922, 5141, '0', 0, 0, -4169.5224609375, -5585.5712890625, 46.4376983642578125, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1 +(@OGUID+13, 180427, 0, 4922, 5141, '0', 0, 0, -4186.658203125, -5599.72900390625, 25.67495155334472656, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat02 (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1 +(@OGUID+14, 180427, 0, 4922, 5141, '0', 0, 0, -4189.4130859375, -5602.02099609375, 42.51659011840820312, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat02 (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1 +(@OGUID+15, 180427, 0, 4922, 5141, '0', 0, 0, -4169.31103515625, -5585.3681640625, 29.16791152954101562, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat02 (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1 +(@OGUID+16, 180471, 0, 4922, 5141, '0', 0, 0, -4199.0068359375, -5617.76416015625, 26.68486976623535156, 2.303830623626708984, 0, 0, 0.913544654846191406, 0.406738430261611938, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1 +(@OGUID+17, 180471, 0, 4922, 5141, '0', 0, 0, -4193.7880859375, -5621.73291015625, 29.28407478332519531, 2.303830623626708984, 0, 0, 0.913544654846191406, 0.406738430261611938, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1 +(@OGUID+18, 180471, 0, 4922, 5141, '0', 0, 0, -4199.408203125, -5616.88916015625, 29.245758056640625, 2.303830623626708984, 0, 0, 0.913544654846191406, 0.406738430261611938, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1 +(@OGUID+19, 180471, 0, 4922, 5141, '0', 0, 0, -4200.15625, -5616.22900390625, 29.25821304321289062, 2.303830623626708984, 0, 0, 0.913544654846191406, 0.406738430261611938, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1 +(@OGUID+20, 180471, 0, 4922, 5141, '0', 0, 0, -4194.86962890625, -5620.8193359375, 29.226959228515625, 2.303830623626708984, 0, 0, 0.913544654846191406, 0.406738430261611938, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1 +(@OGUID+21, 180471, 0, 4922, 5141, '0', 0, 0, -4201.01220703125, -5615.45166015625, 29.27922248840332031, 2.303830623626708984, 0, 0, 0.913544654846191406, 0.406738430261611938, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1 +(@OGUID+22, 180471, 0, 4922, 5141, '0', 0, 0, -4196.546875, -5619.95849609375, 26.66889190673828125, 2.303830623626708984, 0, 0, 0.913544654846191406, 0.406738430261611938, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1 +(@OGUID+23, 180471, 0, 4922, 5141, '0', 0, 0, -4195.798828125, -5619.97900390625, 29.20718002319335937, 2.303830623626708984, 0, 0, 0.913544654846191406, 0.406738430261611938, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1 +(@OGUID+24, 180471, 0, 4922, 5141, '0', 0, 0, -4208.330078125, -5612.38916015625, 27.54268836975097656, 2.617989301681518554, 0, 0, 0.965925216674804687, 0.258821308612823486, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1 +(@OGUID+25, 180471, 0, 4922, 5141, '0', 0, 0, -4212.19091796875, -5608.9775390625, 27.566497802734375, 2.268925428390502929, 0, 0, 0.906307220458984375, 0.422619491815567016, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1 +(@OGUID+26, 180471, 0, 4922, 5141, '0', 0, 0, -4199.00341796875, -5594.751953125, 30.7640380859375, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1 +(@OGUID+27, 180471, 0, 4922, 5141, '0', 0, 0, -4194.111328125, -5591.57666015625, 31.08837890625, 0.523597896099090576, 0, 0, 0.258818626403808593, 0.965925931930541992, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1 +(@OGUID+28, 180471, 0, 4922, 5141, '0', 0, 0, -4192.765625, -5590.77587890625, 31.23200225830078125, 0.523597896099090576, 0, 0, 0.258818626403808593, 0.965925931930541992, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1 +(@OGUID+29, 180471, 0, 4922, 5141, '0', 0, 0, -4191.564453125, -5590.04150390625, 31.38327789306640625, 0.523597896099090576, 0, 0, 0.258818626403808593, 0.965925931930541992, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1 +(@OGUID+30, 180471, 0, 4922, 5141, '0', 0, 0, -4196.515625, -5593.02099609375, 30.88837051391601562, 0.523597896099090576, 0, 0, 0.258818626403808593, 0.965925931930541992, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1 +(@OGUID+31, 180471, 0, 4922, 5141, '0', 0, 0, -4210.1005859375, -5610.65966796875, 27.5615692138671875, 2.373644113540649414, 0, 0, 0.927183151245117187, 0.37460830807685852, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1 +(@OGUID+32, 180471, 0, 4922, 5141, '0', 0, 0, -4197.84228515625, -5593.90625, 30.81922721862792968, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1 +(@OGUID+33, 180472, 0, 4922, 5141, '0', 0, 0, -4195.87158203125, -5616.7744140625, 30.60381698608398437, 0.994837164878845214, 0, 0, 0.477158546447753906, 0.878817260265350341, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1 +(@OGUID+34, 180523, 0, 4922, 5141, '0', 0, 0, -4190.73974609375, -5618.0087890625, 24.38985824584960937, 0.087265998125076293, 0, 0, 0.043619155883789062, 0.999048233032226562, 120, 255, 1, 51886), -- Apple Bob (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1 +(@OGUID+35, 208063, 0, 4922, 5141, '0', 0, 0, -4197.283203125, -5618.3193359375, 24.32053947448730468, 0.872663915157318115, 0, 0, 0.422617912292480468, 0.906307935714721679, 120, 255, 1, 51886), -- Web Hanging (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1 +(@OGUID+36, 208064, 0, 4922, 5141, '0', 0, 0, -4201.328125, -5614.88720703125, 26.59420585632324218, 0.837757468223571777, 0, 0, 0.406736373901367187, 0.913545548915863037, 120, 255, 1, 51886), -- Web Corner (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1 +(@OGUID+37, 208128, 0, 4922, 5141, '0', 0, 0, -4203.3525390625, -5618.625, 23.50105857849121093, 0.506144583225250244, 0, 0, 0.250379562377929687, 0.968147754669189453, 120, 255, 1, 51886); -- Candy Bucket (Area: Firebeard's Patrol - Difficulty: 0) CreateObject1 + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+37; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37); + +-- +SET @OGUID := 3805198; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3006821 AND 3006906; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3006821 AND 3006906; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3006821 AND 3006906; +UPDATE `gameobject` SET `guid`=253314 WHERE `guid`=4000000 AND `id`=210015; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+85; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 0, 4922, 5140, '0', 0, 551, -4783.03125, -6602.4462890625, 11.49245262145996093, 1.151916384696960449, 0, 0, 0.544638633728027343, 0.838670849800109863, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+1, 180405, 0, 4922, 5140, '0', 0, 551, -4818.86474609375, -6642.41845703125, 11.50401020050048828, 1.064649581909179687, 0, 0, 0.507537841796875, 0.861629426479339599, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+2, 180405, 0, 4922, 5140, '0', 0, 551, -4853.29345703125, -6658.90087890625, 13.00760746002197265, 1.099556446075439453, 0, 0, 0.522498130798339843, 0.852640450000762939, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+3, 180405, 0, 4922, 5140, '0', 0, 551, -4737.6787109375, -6676.8369140625, 11.76568317413330078, 4.293513298034667968, 0, 0, -0.8386697769165039, 0.544640243053436279, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+4, 180405, 0, 4922, 5140, '0', 0, 551, -4774.19287109375, -6727.4755859375, 11.62903404235839843, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+5, 180405, 0, 4922, 5140, '0', 0, 551, -4739.5849609375, -6734.57275390625, 11.44643878936767578, 5.89921426773071289, 0, 0, -0.19080829620361328, 0.981627285480499267, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+6, 180405, 0, 4922, 5140, '0', 0, 551, -4826.8212890625, -6725.11962890625, 11.34984302520751953, 2.792518377304077148, 0, 0, 0.984807014465332031, 0.173652306199073791, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+7, 180405, 0, 4922, 5140, '0', 0, 551, -4886.11962890625, -6703.98095703125, 11.42978858947753906, 0.27925160527229309, 0, 0, 0.139172554016113281, 0.990268170833587646, 120, 255, 1, 51886), -- G_Pumpkin_01 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+8, 180406, 0, 4922, 5140, '0', 0, 551, -4800.47216796875, -6619.033203125, 11.4133758544921875, 0.436331570148468017, 0, 0, 0.216439247131347656, 0.976296067237854003, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+9, 180406, 0, 4922, 5140, '0', 0, 551, -4868.32666015625, -6687.98974609375, 11.49730587005615234, 1.099556446075439453, 0, 0, 0.522498130798339843, 0.852640450000762939, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+10, 180406, 0, 4922, 5140, '0', 0, 551, -4754.32666015625, -6693.43212890625, 11.83968830108642578, 4.258606910705566406, 0, 0, -0.84804725646972656, 0.529920578002929687, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+11, 180406, 0, 4922, 5140, '0', 0, 551, -4741, -6653.140625, 11.78505992889404296, 5.881760597229003906, 0, 0, -0.19936752319335937, 0.979924798011779785, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+12, 180406, 0, 4922, 5140, '0', 0, 551, -4758.2587890625, -6744.484375, 11.56098270416259765, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+13, 180406, 0, 4922, 5140, '0', 0, 551, -4808.86279296875, -6727.20654296875, 11.76126861572265625, 4.363324165344238281, 0, 0, -0.81915187835693359, 0.573576688766479492, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+14, 180406, 0, 4922, 5140, '0', 0, 551, -4843.30908203125, -6707.70849609375, 11.488189697265625, 3.508116960525512695, 0, 0, -0.98325443267822265, 0.182238012552261352, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+15, 180406, 0, 4922, 5140, '0', 0, 551, -4902.71337890625, -6687.01220703125, 11.36803245544433593, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 120, 255, 1, 51886), -- G_Pumpkin_02 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+16, 180407, 0, 4922, 5140, '0', 0, 551, -4817.30712890625, -6601.59375, 11.31447792053222656, 5.84685373306274414, 0, 0, -0.21643924713134765, 0.976296067237854003, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+17, 180407, 0, 4922, 5140, '0', 0, 551, -4834.689453125, -6657.984375, 11.47730064392089843, 1.204277276992797851, 0, 0, 0.56640625, 0.824126183986663818, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+18, 180407, 0, 4922, 5140, '0', 0, 551, -4758.22412109375, -6635.90966796875, 11.71684837341308593, 5.009094715118408203, 0, 0, -0.59482288360595703, 0.80385679006576538, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+19, 180407, 0, 4922, 5140, '0', 0, 551, -4864.70849609375, -6668.80712890625, 13.00743579864501953, 1.204277276992797851, 0, 0, 0.56640625, 0.824126183986663818, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+20, 180407, 0, 4922, 5140, '0', 0, 551, -4791.251953125, -6711.05029296875, 11.6861572265625, 3.612837791442871093, 0, 0, -0.97236919403076171, 0.233448356389999389, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+21, 180407, 0, 4922, 5140, '0', 0, 551, -4755.3837890625, -6717.05712890625, 11.36858367919921875, 5.794494152069091796, 0, 0, -0.24192142486572265, 0.970295846462249755, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+22, 180407, 0, 4922, 5140, '0', 0, 551, -4859.92724609375, -6724.765625, 11.57766532897949218, 4.293513298034667968, 0, 0, -0.8386697769165039, 0.544640243053436279, 120, 255, 1, 51886), -- G_Pumpkin_03 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+23, 180410, 0, 4922, 5140, '0', 0, 551, -4709.720703125, -6680.20849609375, 10.96661090850830078, 3.001946926116943359, 0, 0, 0.997563362121582031, 0.069766148924827575, 120, 255, 1, 51886), -- G_HangingSkeleton_01 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+24, 180411, 0, 4922, 5140, '0', 0, 551, -4863.625, -6654.55712890625, 14.87817859649658203, 1.884953022003173828, 0, 0, 0.809016227722167968, 0.587786316871643066, 120, 255, 1, 51886), -- G_Ghost_01 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+25, 180415, 0, 4922, 5140, '0', 0, 551, -4855.66162109375, -6654.15283203125, 9.046175003051757812, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+26, 180415, 0, 4922, 5140, '0', 0, 551, -4853.986328125, -6650.04150390625, 9.401288032531738281, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+27, 180415, 0, 4922, 5140, '0', 0, 551, -4795.07470703125, -6597.27783203125, 10.76078510284423828, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+28, 180415, 0, 4922, 5140, '0', 0, 551, -4796.2744140625, -6597.26904296875, 9.416761398315429687, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+29, 180415, 0, 4922, 5140, '0', 0, 551, -4854.68408203125, -6651.92529296875, 9.280835151672363281, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- CandleBlack01 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+30, 180426, 0, 4922, 5140, '0', 0, 551, -4850.93212890625, -6686.220703125, 5.4978485107421875, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+31, 180426, 0, 4922, 5140, '0', 0, 551, -4797.17041015625, -6642.55908203125, 15.90646743774414062, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+32, 180426, 0, 4922, 5140, '0', 0, 551, -4821.31787109375, -6674.845703125, 4.33315134048461914, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+33, 180426, 0, 4922, 5140, '0', 0, 551, -4764.171875, -6657.142578125, 15.93044757843017578, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+34, 180426, 0, 4922, 5140, '0', 0, 551, -4776.6005859375, -6686.5693359375, 15.90508747100830078, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat01 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+35, 180427, 0, 4922, 5140, '0', 0, 551, -4836.53466796875, -6681.95849609375, 4.673399925231933593, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat02 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+36, 180427, 0, 4922, 5140, '0', 0, 551, -4789.4599609375, -6643.111328125, 15.94717121124267578, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat02 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+37, 180427, 0, 4922, 5140, '0', 0, 551, -4802.265625, -6680.38525390625, 17.86889457702636718, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat02 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+38, 180427, 0, 4922, 5140, '0', 0, 551, -4810.02978515625, -6700.22216796875, 27.38306999206542968, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat02 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+39, 180427, 0, 4922, 5140, '0', 0, 551, -4787.5693359375, -6677.95849609375, 19.44479751586914062, 0, 0, 0, 0, 1, 120, 255, 1, 51886), -- Bat02 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+40, 180429, 0, 4922, 5140, '0', 0, 551, -4836.52587890625, -6637.0087890625, 11.30548858642578125, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 120, 255, 1, 51886), -- G_WitchHat_01 scale 0.5 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+41, 180429, 0, 4922, 5140, '0', 0, 551, -4846.09716796875, -6646.0380859375, 11.34215545654296875, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 120, 255, 1, 51886), -- G_WitchHat_01 scale 0.5 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+42, 180471, 0, 4922, 5140, '0', 0, 551, -4860.29541015625, -6580.65283203125, 12.08787918090820312, 1.029743075370788574, 0, 0, 0.492423057556152343, 0.870355963706970214, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+43, 180471, 0, 4922, 5140, '0', 0, 551, -4855.501953125, -6576.03662109375, 12.08102798461914062, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+44, 180471, 0, 4922, 5140, '0', 0, 551, -4861.51220703125, -6582.95166015625, 12.721099853515625, 1.012289404869079589, 0, 0, 0.484808921813964843, 0.87462007999420166, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+45, 180471, 0, 4922, 5140, '0', 0, 551, -4832.5869140625, -6581.05029296875, 12.24674892425537109, 5.6897735595703125, 0, 0, -0.29237174987792968, 0.956304728984832763, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+46, 180471, 0, 4922, 5140, '0', 0, 551, -4840.29150390625, -6588.6806640625, 12.33683109283447265, 4.328419685363769531, 0, 0, -0.82903671264648437, 0.559194147586822509, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+47, 180471, 0, 4922, 5140, '0', 0, 551, -4863.42529296875, -6590.10595703125, 12.725006103515625, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+48, 180471, 0, 4922, 5140, '0', 0, 551, -4845.4150390625, -6577, 11.92548847198486328, 5.916667938232421875, 0, 0, -0.18223476409912109, 0.98325502872467041, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+49, 180471, 0, 4922, 5140, '0', 0, 551, -4833.33837890625, -6591.86962890625, 12.25795459747314453, 0.925023794174194335, 0, 0, 0.446197509765625, 0.894934535026550292, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+50, 180471, 0, 4922, 5140, '0', 0, 551, -4843.0537109375, -6594.5537109375, 12.32470607757568359, 4.345870018005371093, 0, 0, -0.82412624359130859, 0.566406130790710449, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+51, 180471, 0, 4922, 5140, '0', 0, 551, -4842.76416015625, -6595.38525390625, 12.31158161163330078, 5.829400539398193359, 0, 0, -0.22495079040527343, 0.974370121955871582, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+52, 180471, 0, 4922, 5140, '0', 0, 551, -4833.4775390625, -6591.330078125, 12.32831573486328125, 3.194002151489257812, 0, 0, -0.99965667724609375, 0.026201646775007247, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+53, 180471, 0, 4922, 5140, '0', 0, 551, -4825.65625, -6583.6318359375, 12.19698810577392578, 6.021387100219726562, 0, 0, -0.13052558898925781, 0.991444945335388183, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+54, 180471, 0, 4922, 5140, '0', 0, 551, -4839.77587890625, -6588.3369140625, 12.3270730972290039, 2.530723094940185546, 0, 0, 0.953716278076171875, 0.300707906484603881, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+55, 180471, 0, 4922, 5140, '0', 0, 551, -4836.203125, -6597.94091796875, 12.25212574005126953, 1.169368624687194824, 0, 0, 0.551936149597167968, 0.833886384963989257, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+56, 180471, 0, 4922, 5140, '0', 0, 551, -4839.111328125, -6578.876953125, 12.24824714660644531, 5.881760597229003906, 0, 0, -0.19936752319335937, 0.979924798011779785, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+57, 180471, 0, 4922, 5140, '0', 0, 551, -4851.41845703125, -6574.97216796875, 11.93285846710205078, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+58, 180471, 0, 4922, 5140, '0', 0, 551, -4836.94775390625, -6598.1650390625, 12.28483009338378906, 5.84685373306274414, 0, 0, -0.21643924713134765, 0.976296067237854003, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+59, 180471, 0, 4922, 5140, '0', 0, 551, -4866.140625, -6655.25341796875, 17.29807281494140625, 0.715584874153137207, 0, 0, 0.350207328796386718, 0.936672210693359375, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+60, 180471, 0, 4922, 5140, '0', 0, 551, -4865.21875, -6654.55908203125, 17.193084716796875, 0.767943859100341796, 0, 0, 0.374606132507324218, 0.927184045314788818, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+61, 180471, 0, 4922, 5140, '0', 0, 551, -4848.26025390625, -6614.86279296875, 12.77606201171875, 3.90954136848449707, 0, 0, -0.92718315124511718, 0.37460830807685852, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+62, 180471, 0, 4922, 5140, '0', 0, 551, -4843.84033203125, -6621.09912109375, 12.78331470489501953, 5.218535900115966796, 0, 0, -0.507537841796875, 0.861629426479339599, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+63, 180471, 0, 4922, 5140, '0', 0, 551, -4819.0869140625, -6585.91650390625, 12.19769001007080078, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+64, 180471, 0, 4922, 5140, '0', 0, 551, -4868.11474609375, -6657.02978515625, 17.06357574462890625, 0.715584874153137207, 0, 0, 0.350207328796386718, 0.936672210693359375, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+65, 180471, 0, 4922, 5140, '0', 0, 551, -4842.890625, -6621.2119140625, 12.76513195037841796, 0.872663915157318115, 0, 0, 0.422617912292480468, 0.906307935714721679, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+66, 180471, 0, 4922, 5140, '0', 0, 551, -4864.16162109375, -6653.73974609375, 17.0713653564453125, 0.925023794174194335, 0, 0, 0.446197509765625, 0.894934535026550292, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+67, 180471, 0, 4922, 5140, '0', 0, 551, -4867.236328125, -6656.2099609375, 17.172821044921875, 0.715584874153137207, 0, 0, 0.350207328796386718, 0.936672210693359375, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+68, 180471, 0, 4922, 5140, '0', 0, 551, -4842.30712890625, -6610.17041015625, 12.779296875, 2.146752834320068359, 0, 0, 0.878816604614257812, 0.477159708738327026, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+69, 180471, 0, 4922, 5140, '0', 0, 551, -4837.49462890625, -6616.484375, 12.77096080780029296, 1.169368624687194824, 0, 0, 0.551936149597167968, 0.833886384963989257, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+70, 180471, 0, 4922, 5140, '0', 0, 551, -4837.34716796875, -6615.85400390625, 12.778533935546875, 1.989672422409057617, 0, 0, 0.838669776916503906, 0.544640243053436279, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+71, 180471, 0, 4922, 5140, '0', 0, 551, -4848.46533203125, -6615.8056640625, 12.80338001251220703, 5.183629035949707031, 0, 0, -0.52249813079833984, 0.852640450000762939, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+72, 180471, 0, 4922, 5140, '0', 0, 551, -4843.017578125, -6610.251953125, 12.78795909881591796, 3.874631166458129882, 0, 0, -0.93358039855957031, 0.358368009328842163, 120, 255, 1, 51886), -- HangingSkullLight01 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+73, 180472, 0, 4922, 5140, '0', 0, 551, -4716.953125, -6658.548828125, 13.20601367950439453, 3.351046562194824218, 0, 0, -0.99452114105224609, 0.104535527527332305, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+74, 180472, 0, 4922, 5140, '0', 0, 551, -4714.533203125, -6664.19775390625, 13.33271217346191406, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+75, 180472, 0, 4922, 5140, '0', 0, 551, -4739.1181640625, -6749.1494140625, 13.54162788391113281, 2.216565132141113281, 0, 0, 0.894933700561523437, 0.44619917869567871, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+76, 180472, 0, 4922, 5140, '0', 0, 551, -4743.6181640625, -6753.55224609375, 13.57956504821777343, 2.460912704467773437, 0, 0, 0.942641258239746093, 0.333807557821273803, 120, 255, 1, 51886), -- HangingSkullLight02 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+77, 180523, 0, 4922, 5140, '0', 0, 551, -4881.09228515625, -6596.736328125, 11.28020381927490234, 5.061456203460693359, 0, 0, -0.57357597351074218, 0.819152355194091796, 120, 255, 1, 51886), -- Apple Bob (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+78, 180523, 0, 4922, 5140, '0', 0, 551, -4922.9306640625, -6621.18603515625, 11.19168758392333984, 5.061456203460693359, 0, 0, -0.57357597351074218, 0.819152355194091796, 120, 255, 1, 51886), -- Apple Bob (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+79, 185434, 0, 4922, 5140, '0', 0, 551, -4857.63037109375, -6651.75341796875, 9.17775726318359375, 0.27925160527229309, 0, 0, 0.139172554016113281, 0.990268170833587646, 120, 255, 1, 51886), -- Sitting Skeleton 01 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+80, 185436, 0, 4922, 5140, '0', 0, 551, -4857.46728515625, -6649.7275390625, 9.414888381958007812, 5.078907966613769531, 0, 0, -0.56640625, 0.824126183986663818, 120, 255, 1, 51886), -- Sitting Skeleton 03 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+81, 185438, 0, 4922, 5140, '0', 0, 551, -4795.783203125, -6597.52783203125, 9.416761398315429687, 3.78736734390258789, 0, 0, -0.94832324981689453, 0.317305892705917358, 120, 255, 1, 51886), -- Sitting Skeleton 04 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+82, 185454, 0, 4922, 5140, '0', 0, 551, -4855.44775390625, -6649.3525390625, 9.408928871154785156, 0.959929943084716796, 0, 0, 0.461748123168945312, 0.887011110782623291, 120, 255, 1, 51886), -- Laying Skeleton 02 (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+83, 208077, 0, 4922, 5140, '0', 0, 551, -4855.76220703125, -6649.23095703125, 10.15548133850097656, 2.775068521499633789, 0, 0, 0.983254432678222656, 0.182238012552261352, 120, 255, 1, 51886), -- Web Wide (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+84, 208129, 0, 4922, 5140, '0', 0, 551, -4890.484375, -6594.45849609375, 10.83288288116455078, 0.942476630210876464, 0, 0, 0.453989982604980468, 0.891006767749786376, 120, 255, 1, 51886), -- Candy Bucket (Area: Highbank - Difficulty: 0) CreateObject1 +(@OGUID+85, 208129, 0, 4922, 5140, '0', 0, 551, -4916.66650390625, -6626.69091796875, 10.83049392700195312, 5.445427894592285156, 0, 0, -0.40673637390136718, 0.913545548915863037, 120, 255, 1, 51886); -- Candy Bucket (Area: Highbank - Difficulty: 0) CreateObject1 + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+85; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48), +(12, @OGUID+49), +(12, @OGUID+50), +(12, @OGUID+51), +(12, @OGUID+52), +(12, @OGUID+53), +(12, @OGUID+54), +(12, @OGUID+55), +(12, @OGUID+56), +(12, @OGUID+57), +(12, @OGUID+58), +(12, @OGUID+59), +(12, @OGUID+60), +(12, @OGUID+61), +(12, @OGUID+62), +(12, @OGUID+63), +(12, @OGUID+64), +(12, @OGUID+65), +(12, @OGUID+66), +(12, @OGUID+67), +(12, @OGUID+68), +(12, @OGUID+69), +(12, @OGUID+70), +(12, @OGUID+71), +(12, @OGUID+72), +(12, @OGUID+73), +(12, @OGUID+74), +(12, @OGUID+75), +(12, @OGUID+76), +(12, @OGUID+77), +(12, @OGUID+78), +(12, @OGUID+79), +(12, @OGUID+80), +(12, @OGUID+81), +(12, @OGUID+82), +(12, @OGUID+83), +(12, @OGUID+84), +(12, @OGUID+85); diff --git a/sql/updates/world/master/2024_03_18_32_world_hallows_end_teldrassil.sql b/sql/updates/world/master/2024_03_18_32_world_hallows_end_teldrassil.sql new file mode 100644 index 0000000000000..49674039f2ee1 --- /dev/null +++ b/sql/updates/world/master/2024_03_18_32_world_hallows_end_teldrassil.sql @@ -0,0 +1,160 @@ +-- +SET @CGUID := 3800281; +SET @OGUID := 3805284; + +-- Old creature spawns +DELETE FROM `creature` WHERE `guid` BETWEEN 3000353 AND 3000353; +DELETE FROM `creature_addon` WHERE `guid` BETWEEN 3000353 AND 3000353; +DELETE FROM `game_event_creature` WHERE `guid` BETWEEN 3000353 AND 3000353; + +-- Creature spawns +DELETE FROM `creature` WHERE `guid`=@CGUID+0; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES +(@CGUID+0, 40435, 1, 1657, 0, '0', 0, 0, 0, 0, 9932.779296875, 2490.90966796875, 1316.70166015625, 1.256637096405029296, 120, 0, 0, 18771, 0, 0, NULL, NULL, NULL, NULL, 46366); -- Headless Ghost (Area: 0 - Difficulty: 0) + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3006907 AND 3006927; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3006907 AND 3006927; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3006907 AND 3006927; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+20; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 1, 1657, 0, '0', 0, 0, 10139.099609375, 2229.2900390625, 1344.300048828125, 4.084071159362792968, 0, 0, -0.8910064697265625, 0.453990638256072998, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+1, 180405, 1, 1657, 0, '0', 0, 0, 10135.5224609375, 2228.1025390625, 1329.60791015625, 4.537858963012695312, 0, 0, -0.76604366302490234, 0.642788589000701904, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+2, 180405, 1, 1657, 0, '0', 0, 0, 9945.0126953125, 2500.426025390625, 1318.03759765625, 0.27925160527229309, 0, 0, 0.139172554016113281, 0.990268170833587646, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+3, 180405, 1, 1657, 0, '0', 0, 0, 9923.931640625, 2512.173095703125, 1318.3348388671875, 5.497788906097412109, 0, 0, -0.38268280029296875, 0.923879802227020263, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+4, 180406, 1, 1657, 0, '0', 0, 0, 10126.6337890625, 2222.048583984375, 1329.6080322265625, 3.647741317749023437, 0, 0, -0.96814727783203125, 0.250381410121917724, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+5, 180406, 1, 1657, 0, '0', 0, 0, 10125.599609375, 2220.140625, 1344.300048828125, 3.822272777557373046, 0, 0, -0.94264125823974609, 0.333807557821273803, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+6, 180406, 1, 1657, 1659, '0', 0, 0, 10152.1396484375, 2238.201416015625, 1344.29541015625, 4.031712055206298828, 0, 0, -0.90258502960205078, 0.430511653423309326, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Craftsmen's Terrace - Difficulty: 0) +(@OGUID+7, 180406, 1, 1657, 1658, '0', 0, 0, 9960.2216796875, 2513.61474609375, 1318.8035888671875, 0.453785061836242675, 0, 0, 0.224950790405273437, 0.974370121955871582, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Cenarion Enclave - Difficulty: 0) +(@OGUID+8, 180406, 1, 1657, 0, '0', 0, 0, 9927.162109375, 2508.964111328125, 1318.3125, 0.226892471313476562, 0, 0, 0.113203048706054687, 0.993571877479553222, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+9, 180407, 1, 1657, 0, '0', 0, 0, 10112.771484375, 2211.4775390625, 1344.29541015625, 4.206246376037597656, 0, 0, -0.86162853240966796, 0.50753939151763916, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+10, 180407, 1, 1657, 1658, '0', 0, 0, 9946.2392578125, 2531.130126953125, 1318.2926025390625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Cenarion Enclave - Difficulty: 0) +(@OGUID+11, 180407, 1, 1657, 0, '0', 0, 0, 9950.3955078125, 2499.17333984375, 1317.87939453125, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+12, 180411, 1, 1657, 1658, '0', 0, 0, 9959.142578125, 2515.4853515625, 1349.817626953125, 1.413715124130249023, 0, 0, 0.649447441101074218, 0.760406434535980224, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Cenarion Enclave - Difficulty: 0) +(@OGUID+13, 180411, 1, 1657, 0, '0', 0, 0, 9935.6044921875, 2509.44970703125, 1327.91650390625, 0.610863447189331054, 0, 0, 0.3007049560546875, 0.953717231750488281, 120, 255, 1, 46366), -- G_Ghost_01 (Area: 0 - Difficulty: 0) +(@OGUID+14, 180411, 1, 1657, 0, '0', 0, 0, 9940.3740234375, 2509.09375, 1327.8707275390625, 1.745326757431030273, 0, 0, 0.766043663024902343, 0.642788589000701904, 120, 255, 1, 46366), -- G_Ghost_01 (Area: 0 - Difficulty: 0) +(@OGUID+15, 180471, 1, 1657, 1659, '0', 0, 0, 10105.7158203125, 2211.15283203125, 1333.7686767578125, 4.468043327331542968, 0, 0, -0.7880105972290039, 0.615661680698394775, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Craftsmen's Terrace - Difficulty: 0) +(@OGUID+16, 180471, 1, 1657, 1659, '0', 0, 0, 10153.9189453125, 2244.0869140625, 1333.7386474609375, 2.687806606292724609, 0, 0, 0.974370002746582031, 0.224951311945915222, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Craftsmen's Terrace - Difficulty: 0) +(@OGUID+17, 180472, 1, 1657, 0, '0', 0, 0, 10129.4453125, 2226.998291015625, 1334.852294921875, 2.408554315567016601, 0, 0, 0.933580398559570312, 0.358368009328842163, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+18, 180472, 1, 1657, 0, '0', 0, 0, 9937.7626953125, 2510.5546875, 1325.3033447265625, 4.328419685363769531, 0, 0, -0.82903671264648437, 0.559194147586822509, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+19, 180523, 1, 1657, 0, '0', 0, 0, 10139.1826171875, 2223.765625, 1330.244873046875, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 46366), -- Apple Bob (Area: 0 - Difficulty: 0) +(@OGUID+20, 190038, 1, 1657, 1659, '0', 0, 0, 10124.0751953125, 2228.78125, 1328.241455078125, 3.159062385559082031, 0, 0, -0.99996185302734375, 0.008734640665352344, 120, 255, 1, 46366); -- Candy Bucket (Area: Craftsmen's Terrace - Difficulty: 0) + +-- Event spawns +DELETE FROM `game_event_creature` WHERE `eventEntry`=12 AND `guid`=@CGUID+0; +INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES +(12, @CGUID+0); + +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+20; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20); + +-- +SET @OGUID := 3805305; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3006928 AND 3006963; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3006928 AND 3006963; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3006928 AND 3006963; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+35; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 1, 141, 186, '0', 0, 0, 9779.2392578125, 953.00372314453125, 1308.074951171875, 5.201082706451416015, 0, 0, -0.51503753662109375, 0.857167601585388183, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Dolanaar - Difficulty: 0) +(@OGUID+1, 180405, 1, 141, 186, '0', 0, 0, 9805.8955078125, 962.4366455078125, 1324.0103759765625, 0.698131442070007324, 0, 0, 0.342020034790039062, 0.939692676067352294, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Dolanaar - Difficulty: 0) +(@OGUID+2, 180405, 1, 141, 186, '0', 0, 0, 9772.6533203125, 893.5382080078125, 1297.3258056640625, 2.879789113998413085, 0, 0, 0.991444587707519531, 0.130528271198272705, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Dolanaar - Difficulty: 0) +(@OGUID+3, 180405, 1, 141, 186, '0', 0, 0, 9818.9306640625, 948.16668701171875, 1310.056884765625, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Dolanaar - Difficulty: 0) +(@OGUID+4, 180406, 1, 141, 186, '0', 0, 0, 9781.9716796875, 943.55816650390625, 1308.02587890625, 5.340708732604980468, 0, 0, -0.45398998260498046, 0.891006767749786376, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Dolanaar - Difficulty: 0) +(@OGUID+5, 180406, 1, 141, 186, '0', 0, 0, 9840.5498046875, 961.529296875, 1308.017822265625, 2.321286916732788085, 0, 0, 0.917059898376464843, 0.398749500513076782, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Dolanaar - Difficulty: 0) +(@OGUID+6, 180406, 1, 141, 186, '0', 0, 0, 9888.5830078125, 964.22393798828125, 1313.8277587890625, 5.427974700927734375, 0, 0, -0.41469287872314453, 0.909961462020874023, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Dolanaar - Difficulty: 0) +(@OGUID+7, 180407, 1, 141, 186, '0', 0, 0, 9837.6181640625, 970.7393798828125, 1308.047119140625, 2.251473426818847656, 0, 0, 0.902585029602050781, 0.430511653423309326, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Dolanaar - Difficulty: 0) +(@OGUID+8, 180407, 1, 141, 186, '0', 0, 0, 9812.095703125, 932.71807861328125, 1308.51611328125, 6.056293010711669921, 0, 0, -0.11320304870605468, 0.993571877479553222, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Dolanaar - Difficulty: 0) +(@OGUID+9, 180407, 1, 141, 186, '0', 0, 0, 9757.326171875, 900.83831787109375, 1295.517333984375, 2.844882726669311523, 0, 0, 0.989015579223632812, 0.147811368107795715, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Dolanaar - Difficulty: 0) +(@OGUID+10, 180407, 1, 141, 186, '0', 0, 0, 9878.7568359375, 970.5555419921875, 1313.7774658203125, 0.331610709428787231, 0, 0, 0.16504669189453125, 0.986285746097564697, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Dolanaar - Difficulty: 0) +(@OGUID+11, 180410, 1, 141, 186, '0', 0, 0, 9894.0517578125, 1001.46221923828125, 1315.51953125, 5.410521507263183593, 0, 0, -0.42261791229248046, 0.906307935714721679, 120, 255, 1, 46366), -- G_HangingSkeleton_01 (Area: Dolanaar - Difficulty: 0) +(@OGUID+12, 180410, 1, 141, 186, '0', 0, 0, 9798.0908203125, 972.73309326171875, 1314.5699462890625, 0.366517573595046997, 0, 0, 0.182234764099121093, 0.98325502872467041, 120, 255, 1, 46366), -- G_HangingSkeleton_01 (Area: Dolanaar - Difficulty: 0) +(@OGUID+13, 180411, 1, 141, 186, '0', 0, 0, 9879.9150390625, 961.01214599609375, 1318.2142333984375, 0.733038187026977539, 0, 0, 0.358367919921875, 0.933580458164215087, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Dolanaar - Difficulty: 0) +(@OGUID+14, 180411, 1, 141, 186, '0', 0, 0, 9772.8173828125, 945.8680419921875, 1322.5361328125, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Dolanaar - Difficulty: 0) +(@OGUID+15, 180411, 1, 141, 186, '0', 0, 0, 9848.728515625, 969.07293701171875, 1324.3013916015625, 2.949595451354980468, 0, 0, 0.995395660400390625, 0.095851235091686248, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Dolanaar - Difficulty: 0) +(@OGUID+16, 180415, 1, 141, 186, '0', 0, 0, 9880.380859375, 967.783447265625, 1314.7418212890625, 1.623155713081359863, 0, 0, 0.725374221801757812, 0.688354730606079101, 120, 255, 1, 46366), -- CandleBlack01 (Area: Dolanaar - Difficulty: 0) +(@OGUID+17, 180415, 1, 141, 186, '0', 0, 0, 9885.2958984375, 964.76324462890625, 1314.7408447265625, 2.495818138122558593, 0, 0, 0.948323249816894531, 0.317305892705917358, 120, 255, 1, 46366), -- CandleBlack01 (Area: Dolanaar - Difficulty: 0) +(@OGUID+18, 180415, 1, 141, 186, '0', 0, 0, 9796.2353515625, 984.41253662109375, 1315.6304931640625, 5.462882041931152343, 0, 0, -0.39874839782714843, 0.917060375213623046, 120, 255, 1, 46366), -- CandleBlack01 (Area: Dolanaar - Difficulty: 0) +(@OGUID+19, 180471, 1, 141, 186, '0', 0, 0, 9900.8076171875, 995.55206298828125, 1326.1708984375, 5.323255538940429687, 0, 0, -0.46174812316894531, 0.887011110782623291, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Dolanaar - Difficulty: 0) +(@OGUID+20, 180471, 1, 141, 186, '0', 0, 0, 9836.4365234375, 976.59893798828125, 1316.436767578125, 1.727874636650085449, 0, 0, 0.760405540466308593, 0.649448513984680175, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Dolanaar - Difficulty: 0) +(@OGUID+21, 180471, 1, 141, 186, '0', 0, 0, 9842.8115234375, 955.97393798828125, 1316.52490234375, 1.919861555099487304, 0, 0, 0.819151878356933593, 0.573576688766479492, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Dolanaar - Difficulty: 0) +(@OGUID+22, 180471, 1, 141, 186, '0', 0, 0, 9778.0029296875, 889.44097900390625, 1301.1475830078125, 3.071766138076782226, 0, 0, 0.999390602111816406, 0.034906134009361267, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Dolanaar - Difficulty: 0) +(@OGUID+23, 180471, 1, 141, 186, '0', 0, 0, 9831.2431640625, 963.77606201171875, 1337.8822021484375, 1.727874636650085449, 0, 0, 0.760405540466308593, 0.649448513984680175, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Dolanaar - Difficulty: 0) +(@OGUID+24, 180471, 1, 141, 186, '0', 0, 0, 9772.0126953125, 890.326416015625, 1301.0426025390625, 3.036838293075561523, 0, 0, 0.998628616333007812, 0.052353221923112869, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Dolanaar - Difficulty: 0) +(@OGUID+25, 180471, 1, 141, 186, '0', 0, 0, 9902.015625, 994.24481201171875, 1318.825927734375, 5.585053920745849609, 0, 0, -0.34202003479003906, 0.939692676067352294, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Dolanaar - Difficulty: 0) +(@OGUID+26, 180471, 1, 141, 186, '0', 0, 0, 9902.634765625, 1002.81951904296875, 1325.5806884765625, 1.064649581909179687, 0, 0, 0.507537841796875, 0.861629426479339599, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Dolanaar - Difficulty: 0) +(@OGUID+27, 180471, 1, 141, 186, '0', 0, 0, 9904.154296875, 991.19097900390625, 1326.1500244140625, 5.445427894592285156, 0, 0, -0.40673637390136718, 0.913545548915863037, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Dolanaar - Difficulty: 0) +(@OGUID+28, 180471, 1, 141, 186, '0', 0, 0, 9900.9443359375, 1000.013916015625, 1317.0673828125, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Dolanaar - Difficulty: 0) +(@OGUID+29, 180471, 1, 141, 186, '0', 0, 0, 9908.966796875, 1001.43402099609375, 1323.5059814453125, 6.073746204376220703, 0, 0, -0.10452842712402343, 0.994521915912628173, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Dolanaar - Difficulty: 0) +(@OGUID+30, 180471, 1, 141, 186, '0', 0, 0, 9907.5166015625, 992.8680419921875, 1320.7427978515625, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Dolanaar - Difficulty: 0) +(@OGUID+31, 180472, 1, 141, 186, '0', 0, 0, 9837.193359375, 965.625, 1316.685546875, 0.506144583225250244, 0, 0, 0.250379562377929687, 0.968147754669189453, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Dolanaar - Difficulty: 0) +(@OGUID+32, 180472, 1, 141, 186, '0', 0, 0, 9782.4814453125, 949.0555419921875, 1316.6497802734375, 3.420850038528442382, 0, 0, -0.99026775360107421, 0.139175355434417724, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Dolanaar - Difficulty: 0) +(@OGUID+33, 180472, 1, 141, 186, '0', 0, 0, 9775.3955078125, 892.34722900390625, 1306.3057861328125, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Dolanaar - Difficulty: 0) +(@OGUID+34, 180523, 1, 141, 186, '0', 0, 0, 9829.3564453125, 971.16143798828125, 1308.7762451171875, 4.59021615982055664, 0, 0, -0.74895572662353515, 0.662620067596435546, 120, 255, 1, 46366), -- Apple Bob (Area: Dolanaar - Difficulty: 0) +(@OGUID+35, 190034, 1, 141, 186, '0', 0, 0, 9800.078125, 982.900634765625, 1313.8837890625, 0.610863447189331054, 0, 0, 0.3007049560546875, 0.953717231750488281, 120, 255, 1, 46366); -- Candy Bucket (Area: Dolanaar - Difficulty: 0) + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+35; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35); diff --git a/sql/updates/world/master/2024_03_18_33_world_hallows_end_bloodmyst_isle.sql b/sql/updates/world/master/2024_03_18_33_world_hallows_end_bloodmyst_isle.sql new file mode 100644 index 0000000000000..709e9470fd78f --- /dev/null +++ b/sql/updates/world/master/2024_03_18_33_world_hallows_end_bloodmyst_isle.sql @@ -0,0 +1,141 @@ +-- +SET @OGUID := 3805341; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3006964 AND 3007026; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3006964 AND 3007026; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3006964 AND 3007026; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+62; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 530, 3525, 3584, '0', 0, 0, -1971.005615234375, -11867.123046875, 49.0355224609375, 4.345870018005371093, 0, 0, -0.82412624359130859, 0.566406130790710449, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Blood Watch - Difficulty: 0) +(@OGUID+1, 180405, 530, 3525, 3584, '0', 0, 0, -1886.126708984375, -11892.0283203125, 37.16268157958984375, 1.884953022003173828, 0, 0, 0.809016227722167968, 0.587786316871643066, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Blood Watch - Difficulty: 0) +(@OGUID+2, 180405, 530, 3525, 3584, '0', 0, 0, -2092.205078125, -11850.0517578125, 52.0183563232421875, 4.520402908325195312, 0, 0, -0.77162456512451171, 0.636078238487243652, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Blood Watch - Difficulty: 0) +(@OGUID+3, 180406, 530, 3525, 3584, '0', 0, 0, -1929.4615478515625, -11964.478515625, 57.55423355102539062, 5.166176319122314453, 0, 0, -0.52991867065429687, 0.84804844856262207, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Blood Watch - Difficulty: 0) +(@OGUID+4, 180406, 530, 3525, 3584, '0', 0, 0, -1968.48486328125, -11875.4658203125, 48.83435821533203125, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Blood Watch - Difficulty: 0) +(@OGUID+5, 180406, 530, 3525, 3584, '0', 0, 0, -2039.5360107421875, -11898.8251953125, 46.463531494140625, 0.209439441561698913, 0, 0, 0.104528427124023437, 0.994521915912628173, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Blood Watch - Difficulty: 0) +(@OGUID+6, 180407, 530, 3525, 3584, '0', 0, 0, -1961.8824462890625, -11869.126953125, 49.53715896606445312, 2.216565132141113281, 0, 0, 0.894933700561523437, 0.44619917869567871, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Blood Watch - Difficulty: 0) +(@OGUID+7, 180407, 530, 3525, 3584, '0', 0, 0, -1890.3828125, -11868.1572265625, 36.95304489135742187, 1.989672422409057617, 0, 0, 0.838669776916503906, 0.544640243053436279, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Blood Watch - Difficulty: 0) +(@OGUID+8, 180407, 530, 3525, 3584, '0', 0, 0, -2027.5677490234375, -11903.46875, 47.02361297607421875, 0.314158439636230468, 0, 0, 0.156434059143066406, 0.987688362598419189, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Blood Watch - Difficulty: 0) +(@OGUID+9, 180407, 530, 3525, 3584, '0', 0, 0, -2014.1978759765625, -11803.8076171875, 54.66114044189453125, 0.471238493919372558, 0, 0, 0.233445167541503906, 0.972369968891143798, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Blood Watch - Difficulty: 0) +(@OGUID+10, 180411, 530, 3525, 3584, '0', 0, 0, -1914.009765625, -11794.5703125, 73.4864654541015625, 0.069811686873435974, 0, 0, 0.034898757934570312, 0.999390840530395507, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Blood Watch - Difficulty: 0) +(@OGUID+11, 180425, 530, 3525, 3584, '0', 0, 0, -1960.275634765625, -11891.7060546875, 50.1805419921875, 2.181660413742065429, 0, 0, 0.887010574340820312, 0.461749136447906494, 120, 255, 1, 46366), -- SkullCandle01 (Area: Blood Watch - Difficulty: 0) +(@OGUID+12, 180425, 530, 3525, 3584, '0', 0, 0, -1989.674072265625, -11918.416015625, 52.61247634887695312, 2.478367090225219726, 0, 0, 0.94551849365234375, 0.325568377971649169, 120, 255, 1, 46366), -- SkullCandle01 (Area: Blood Watch - Difficulty: 0) +(@OGUID+13, 180426, 530, 3525, 3584, '0', 0, 0, -1958.907958984375, -11899.7158203125, 58.21694564819335937, 2.652894020080566406, 0, 0, 0.970294952392578125, 0.241925001144409179, 120, 255, 1, 46366), -- Bat01 (Area: Blood Watch - Difficulty: 0) +(@OGUID+14, 180426, 530, 3525, 3584, '0', 0, 0, -1943.71875, -11896.1923828125, 55.97334671020507812, 2.757613182067871093, 0, 0, 0.981626510620117187, 0.190812408924102783, 120, 255, 1, 46366), -- Bat01 (Area: Blood Watch - Difficulty: 0) +(@OGUID+15, 180426, 530, 3525, 3584, '0', 0, 0, -1971.1302490234375, -11903.6611328125, 61.39725875854492187, 3.752462387084960937, 0, 0, -0.95371627807617187, 0.300707906484603881, 120, 255, 1, 46366), -- Bat01 (Area: Blood Watch - Difficulty: 0) +(@OGUID+16, 180426, 530, 3525, 3584, '0', 0, 0, -1934.2882080078125, -11881.09765625, 56.73195266723632812, 4.223697185516357421, 0, 0, -0.85716724395751953, 0.515038192272186279, 120, 255, 1, 46366), -- Bat01 (Area: Blood Watch - Difficulty: 0) +(@OGUID+17, 180426, 530, 3525, 3584, '0', 0, 0, -1983.001708984375, -11899.2431640625, 58.54936981201171875, 4.293513298034667968, 0, 0, -0.8386697769165039, 0.544640243053436279, 120, 255, 1, 46366), -- Bat01 (Area: Blood Watch - Difficulty: 0) +(@OGUID+18, 180426, 530, 3525, 3584, '0', 0, 0, -1989.9600830078125, -11877.6767578125, 58.25811004638671875, 3.508116960525512695, 0, 0, -0.98325443267822265, 0.182238012552261352, 120, 255, 1, 46366), -- Bat01 (Area: Blood Watch - Difficulty: 0) +(@OGUID+19, 180426, 530, 3525, 3584, '0', 0, 0, -1990.25, -11888.75, 57.30620574951171875, 0.733038187026977539, 0, 0, 0.358367919921875, 0.933580458164215087, 120, 255, 1, 46366), -- Bat01 (Area: Blood Watch - Difficulty: 0) +(@OGUID+20, 180426, 530, 3525, 3584, '0', 0, 0, -1944.046875, -11864.8525390625, 56.884063720703125, 1.553341388702392578, 0, 0, 0.700908660888671875, 0.713251054286956787, 120, 255, 1, 46366), -- Bat01 (Area: Blood Watch - Difficulty: 0) +(@OGUID+21, 180426, 530, 3525, 3584, '0', 0, 0, -1957.3975830078125, -11856.326171875, 62.97618484497070312, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 120, 255, 1, 46366), -- Bat01 (Area: Blood Watch - Difficulty: 0) +(@OGUID+22, 180426, 530, 3525, 3584, '0', 0, 0, -1987.998291015625, -11863.455078125, 50.67772293090820312, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat01 (Area: Blood Watch - Difficulty: 0) +(@OGUID+23, 180426, 530, 3525, 3584, '0', 0, 0, -1975.23095703125, -11857.2568359375, 54.67333602905273437, 2.391098499298095703, 0, 0, 0.930417060852050781, 0.366502493619918823, 120, 255, 1, 46366), -- Bat01 (Area: Blood Watch - Difficulty: 0) +(@OGUID+24, 180427, 530, 3525, 3584, '0', 0, 0, -1977.4410400390625, -11901.4150390625, 61.03636932373046875, 5.462882041931152343, 0, 0, -0.39874839782714843, 0.917060375213623046, 120, 255, 1, 46366), -- Bat02 (Area: Blood Watch - Difficulty: 0) +(@OGUID+25, 180427, 530, 3525, 3584, '0', 0, 0, -1937.7100830078125, -11889.140625, 55.27680206298828125, 2.652894020080566406, 0, 0, 0.970294952392578125, 0.241925001144409179, 120, 255, 1, 46366), -- Bat02 (Area: Blood Watch - Difficulty: 0) +(@OGUID+26, 180427, 530, 3525, 3584, '0', 0, 0, -1963.8228759765625, -11900.5068359375, 57.15956497192382812, 3.804818391799926757, 0, 0, -0.94551849365234375, 0.325568377971649169, 120, 255, 1, 46366), -- Bat02 (Area: Blood Watch - Difficulty: 0) +(@OGUID+27, 180427, 530, 3525, 3584, '0', 0, 0, -1948.875, -11898.8681640625, 57.657958984375, 5.619962215423583984, 0, 0, -0.32556724548339843, 0.945518851280212402, 120, 255, 1, 46366), -- Bat02 (Area: Blood Watch - Difficulty: 0) +(@OGUID+28, 180427, 530, 3525, 3584, '0', 0, 0, -1987.454833984375, -11894.5576171875, 54.70169830322265625, 5.410521507263183593, 0, 0, -0.42261791229248046, 0.906307935714721679, 120, 255, 1, 46366), -- Bat02 (Area: Blood Watch - Difficulty: 0) +(@OGUID+29, 180427, 530, 3525, 3584, '0', 0, 0, -1990.6614990234375, -11883.2783203125, 54.50783157348632812, 2.076939344406127929, 0, 0, 0.861628532409667968, 0.50753939151763916, 120, 255, 1, 46366), -- Bat02 (Area: Blood Watch - Difficulty: 0) +(@OGUID+30, 180427, 530, 3525, 3584, '0', 0, 0, -1937.7379150390625, -11871.5107421875, 58.08891677856445312, 4.328419685363769531, 0, 0, -0.82903671264648437, 0.559194147586822509, 120, 255, 1, 46366), -- Bat02 (Area: Blood Watch - Difficulty: 0) +(@OGUID+31, 180427, 530, 3525, 3584, '0', 0, 0, -1951.4410400390625, -11860.423828125, 59.8607177734375, 3.001946926116943359, 0, 0, 0.997563362121582031, 0.069766148924827575, 120, 255, 1, 46366), -- Bat02 (Area: Blood Watch - Difficulty: 0) +(@OGUID+32, 180427, 530, 3525, 3584, '0', 0, 0, -1990.4879150390625, -11871.798828125, 52.47985458374023437, 0.872663915157318115, 0, 0, 0.422617912292480468, 0.906307935714721679, 120, 255, 1, 46366), -- Bat02 (Area: Blood Watch - Difficulty: 0) +(@OGUID+33, 180427, 530, 3525, 3584, '0', 0, 0, -1967.4010009765625, -11856.0986328125, 56.9408111572265625, 0.733038187026977539, 0, 0, 0.358367919921875, 0.933580458164215087, 120, 255, 1, 46366), -- Bat02 (Area: Blood Watch - Difficulty: 0) +(@OGUID+34, 180427, 530, 3525, 3584, '0', 0, 0, -1982.9930419921875, -11859.28515625, 58.3022613525390625, 4.188792228698730468, 0, 0, -0.86602497100830078, 0.50000077486038208, 120, 255, 1, 46366), -- Bat02 (Area: Blood Watch - Difficulty: 0) +(@OGUID+35, 180471, 530, 3525, 3584, '0', 0, 0, -1982.751708984375, -11817.4580078125, 57.89363479614257812, 5.724681377410888671, 0, 0, -0.27563667297363281, 0.961261868476867675, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Blood Watch - Difficulty: 0) +(@OGUID+36, 180471, 530, 3525, 3584, '0', 0, 0, -1983.3541259765625, -11816.9345703125, 58.388427734375, 5.70722818374633789, 0, 0, -0.28401470184326171, 0.958819925785064697, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Blood Watch - Difficulty: 0) +(@OGUID+37, 180471, 530, 3525, 3584, '0', 0, 0, -1982.0382080078125, -11818.044921875, 57.3370513916015625, 5.532694816589355468, 0, 0, -0.3665008544921875, 0.93041771650314331, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Blood Watch - Difficulty: 0) +(@OGUID+38, 180471, 530, 3525, 3584, '0', 0, 0, -2000.88720703125, -11811.623046875, 59.51848602294921875, 5.829400539398193359, 0, 0, -0.22495079040527343, 0.974370121955871582, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Blood Watch - Difficulty: 0) +(@OGUID+39, 180471, 530, 3525, 3584, '0', 0, 0, -2001.5616455078125, -11811.4111328125, 58.97216796875, 6.073746204376220703, 0, 0, -0.10452842712402343, 0.994521915912628173, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Blood Watch - Difficulty: 0) +(@OGUID+40, 180471, 530, 3525, 3584, '0', 0, 0, -1990.486083984375, -11814.2763671875, 60.2953033447265625, 6.03883981704711914, 0, 0, -0.12186908721923828, 0.9925462007522583, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Blood Watch - Difficulty: 0) +(@OGUID+41, 180471, 530, 3525, 3584, '0', 0, 0, -1996.595458984375, -11812.810546875, 58.75216293334960937, 5.6897735595703125, 0, 0, -0.29237174987792968, 0.956304728984832763, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Blood Watch - Difficulty: 0) +(@OGUID+42, 180471, 530, 3525, 3584, '0', 0, 0, -1991.9478759765625, -11813.986328125, 60.04421615600585937, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Blood Watch - Difficulty: 0) +(@OGUID+43, 180471, 530, 3525, 3584, '0', 0, 0, -1988.9478759765625, -11814.783203125, 60.31566238403320312, 6.03883981704711914, 0, 0, -0.12186908721923828, 0.9925462007522583, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Blood Watch - Difficulty: 0) +(@OGUID+44, 180471, 530, 3525, 3584, '0', 0, 0, -1999.375, -11811.8349609375, 60.13572311401367187, 5.969027042388916015, 0, 0, -0.1564340591430664, 0.987688362598419189, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Blood Watch - Difficulty: 0) +(@OGUID+45, 180471, 530, 3525, 3584, '0', 0, 0, -1992.888916015625, -11813.6494140625, 59.75961685180664062, 6.161012649536132812, 0, 0, -0.06104850769042968, 0.998134791851043701, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Blood Watch - Difficulty: 0) +(@OGUID+46, 180471, 530, 3525, 3584, '0', 0, 0, -1993.5106201171875, -11813.369140625, 59.88570022583007812, 5.811946868896484375, 0, 0, -0.2334451675415039, 0.972369968891143798, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Blood Watch - Difficulty: 0) +(@OGUID+47, 180471, 530, 3525, 3584, '0', 0, 0, -1991.2430419921875, -11814.0986328125, 60.65585708618164062, 5.84685373306274414, 0, 0, -0.21643924713134765, 0.976296067237854003, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Blood Watch - Difficulty: 0) +(@OGUID+48, 180471, 530, 3525, 3584, '0', 0, 0, -2000.1197509765625, -11811.75, 59.49271774291992187, 5.986480236053466796, 0, 0, -0.14780902862548828, 0.989015936851501464, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Blood Watch - Difficulty: 0) +(@OGUID+49, 180471, 530, 3525, 3584, '0', 0, 0, -1998.0728759765625, -11812.3095703125, 59.95083236694335937, 5.70722818374633789, 0, 0, -0.28401470184326171, 0.958819925785064697, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Blood Watch - Difficulty: 0) +(@OGUID+50, 180471, 530, 3525, 3584, '0', 0, 0, -1998.6978759765625, -11812.048828125, 59.96184539794921875, 6.021387100219726562, 0, 0, -0.13052558898925781, 0.991444945335388183, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Blood Watch - Difficulty: 0) +(@OGUID+51, 180471, 530, 3525, 3584, '0', 0, 0, -1997.4166259765625, -11812.419921875, 59.43864059448242187, 6.09120035171508789, 0, 0, -0.09584522247314453, 0.995396256446838378, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Blood Watch - Difficulty: 0) +(@OGUID+52, 180471, 530, 3525, 3584, '0', 0, 0, -1985.65625, -11815.7607421875, 57.7563629150390625, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Blood Watch - Difficulty: 0) +(@OGUID+53, 180471, 530, 3525, 3584, '0', 0, 0, -1984.19970703125, -11816.59765625, 57.97170639038085937, 5.724681377410888671, 0, 0, -0.27563667297363281, 0.961261868476867675, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Blood Watch - Difficulty: 0) +(@OGUID+54, 180471, 530, 3525, 3584, '0', 0, 0, -1989.595458984375, -11814.4501953125, 60.1123199462890625, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Blood Watch - Difficulty: 0) +(@OGUID+55, 180471, 530, 3525, 3584, '0', 0, 0, -1984.9913330078125, -11816.1982421875, 57.97513198852539062, 5.777040958404541015, 0, 0, -0.25037956237792968, 0.968147754669189453, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Blood Watch - Difficulty: 0) +(@OGUID+56, 180472, 530, 3525, 3584, '0', 0, 0, -1996.326416015625, -11919.7470703125, 55.69097518920898437, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Blood Watch - Difficulty: 0) +(@OGUID+57, 180472, 530, 3525, 3584, '0', 0, 0, -1925.3016357421875, -11858.427734375, 55.81879043579101562, 2.879789113998413085, 0, 0, 0.991444587707519531, 0.130528271198272705, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Blood Watch - Difficulty: 0) +(@OGUID+58, 180472, 530, 3525, 3584, '0', 0, 0, -2002.6978759765625, -11897.4140625, 55.77862548828125, 1.396261811256408691, 0, 0, 0.642786979675292968, 0.766044974327087402, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Blood Watch - Difficulty: 0) +(@OGUID+59, 180472, 530, 3525, 3584, '0', 0, 0, -1941.1881103515625, -11848.171875, 56.1128387451171875, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Blood Watch - Difficulty: 0) +(@OGUID+60, 180472, 530, 3525, 3584, '0', 0, 0, -2051.3671875, -11878.04296875, 52.93396377563476562, 1.256635904312133789, 0, 0, 0.587784767150878906, 0.809017360210418701, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Blood Watch - Difficulty: 0) +(@OGUID+61, 180523, 530, 3525, 3584, '0', 0, 0, -2053.140625, -11895.9443359375, 46.58018875122070312, 4.555310726165771484, 0, 0, -0.76040554046630859, 0.649448513984680175, 120, 255, 1, 46366), -- Apple Bob (Area: Blood Watch - Difficulty: 0) +(@OGUID+62, 190045, 530, 3525, 3584, '0', 0, 0, -2062.625732421875, -11891.9951171875, 46.14381790161132812, 1.151916384696960449, 0, 0, 0.544638633728027343, 0.838670849800109863, 120, 255, 1, 46366); -- Candy Bucket (Area: Blood Watch - Difficulty: 0) + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+62; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48), +(12, @OGUID+49), +(12, @OGUID+50), +(12, @OGUID+51), +(12, @OGUID+52), +(12, @OGUID+53), +(12, @OGUID+54), +(12, @OGUID+55), +(12, @OGUID+56), +(12, @OGUID+57), +(12, @OGUID+58), +(12, @OGUID+59), +(12, @OGUID+60), +(12, @OGUID+61), +(12, @OGUID+62); diff --git a/sql/updates/world/master/2024_03_18_34_world_hallows_end_azuremyst_isle.sql b/sql/updates/world/master/2024_03_18_34_world_hallows_end_azuremyst_isle.sql new file mode 100644 index 0000000000000..1b5a42721cd04 --- /dev/null +++ b/sql/updates/world/master/2024_03_18_34_world_hallows_end_azuremyst_isle.sql @@ -0,0 +1,1435 @@ +-- +SET @CGUID := 3800282; +SET @OGUID := 3805404; + +-- Old creature spawns +DELETE FROM `creature` WHERE `guid` BETWEEN 3000354 AND 3000354; +DELETE FROM `creature_addon` WHERE `guid` BETWEEN 3000354 AND 3000354; +DELETE FROM `game_event_creature` WHERE `guid` BETWEEN 3000354 AND 3000354; + +-- Creature spawns +DELETE FROM `creature` WHERE `guid`=@CGUID+0; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES +(@CGUID+0, 40435, 530, 3557, 0, '0', 0, 0, 0, 0, -3934.50341796875, -11604.7568359375, -139.513031005859375, 4.764749050140380859, 120, 0, 0, 18771, 0, 0, NULL, NULL, NULL, NULL, 46366); -- Headless Ghost (Area: 0 - Difficulty: 0) (Auras: 33900 - Shroud of Death) + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3007027 AND 3007542; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3007027 AND 3007542; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3007027 AND 3007542; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+515; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 530, 3557, 3557, '0', 0, 0, -4057.085205078125, -11912.95703125, 7.303359031677246093, 2.129300594329833984, 0, 0, 0.874619483947753906, 0.484810054302215576, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: The Exodar - Difficulty: 0) +(@OGUID+1, 180405, 530, 3557, 3557, '0', 0, 0, -4079.505126953125, -12000.5361328125, 16.53896141052246093, 0.488691210746765136, 0, 0, 0.241921424865722656, 0.970295846462249755, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: The Exodar - Difficulty: 0) +(@OGUID+2, 180405, 530, 3557, 3557, '0', 0, 0, -4023.87451171875, -11930.9365234375, 3.95103001594543457, 5.497788906097412109, 0, 0, -0.38268280029296875, 0.923879802227020263, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: The Exodar - Difficulty: 0) +(@OGUID+3, 180405, 530, 3557, 3557, '0', 0, 0, -3994.4931640625, -11880.39453125, 9.235211372375488281, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: The Exodar - Difficulty: 0) +(@OGUID+4, 180405, 530, 3557, 3557, '0', 0, 0, -3917.411865234375, -11847.642578125, -17.7933311462402343, 4.014260292053222656, 0, 0, -0.90630722045898437, 0.422619491815567016, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: The Exodar - Difficulty: 0) +(@OGUID+5, 180405, 530, 3557, 3557, '0', 0, 0, -3852.768310546875, -11770.783203125, -97.2302703857421875, 1.134462952613830566, 0, 0, 0.537299156188964843, 0.843391716480255126, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: The Exodar - Difficulty: 0) +(@OGUID+6, 180405, 530, 3557, 3557, '0', 0, 0, -4046.673583984375, -11778.5849609375, 18.777587890625, 0.27925160527229309, 0, 0, 0.139172554016113281, 0.990268170833587646, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: The Exodar - Difficulty: 0) +(@OGUID+7, 180405, 530, 3557, 3557, '0', 0, 0, -4014.619384765625, -11740.953125, -148.310928344726562, 2.757613182067871093, 0, 0, 0.981626510620117187, 0.190812408924102783, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: The Exodar - Difficulty: 0) +(@OGUID+8, 180405, 530, 3557, 3557, '0', 0, 0, -4099.96533203125, -11742.154296875, -138.161788940429687, 3.508116960525512695, 0, 0, -0.98325443267822265, 0.182238012552261352, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: The Exodar - Difficulty: 0) +(@OGUID+9, 180405, 530, 3557, 3557, '0', 0, 0, -4142.5986328125, -11772.8603515625, -133.318267822265625, 2.862335443496704101, 0, 0, 0.990267753601074218, 0.139175355434417724, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: The Exodar - Difficulty: 0) +(@OGUID+10, 180405, 530, 3557, 3557, '0', 0, 0, -4143.05224609375, -11740.75, -132.444503784179687, 3.90954136848449707, 0, 0, -0.92718315124511718, 0.37460830807685852, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: The Exodar - Difficulty: 0) +(@OGUID+11, 180405, 530, 3524, 0, '0', 0, 0, -4220.6982421875, -11719.845703125, -140.041641235351562, 4.293513298034667968, 0, 0, -0.8386697769165039, 0.544640243053436279, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+12, 180405, 530, 3524, 0, '0', 0, 0, -4091.849853515625, -11599.30078125, -134.938201904296875, 5.777040958404541015, 0, 0, -0.25037956237792968, 0.968147754669189453, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+13, 180405, 530, 3524, 0, '0', 0, 0, -4228.03369140625, -11615.6748046875, -93.393829345703125, 2.565631866455078125, 0, 0, 0.958819389343261718, 0.284016460180282592, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+14, 180405, 530, 3524, 0, '0', 0, 0, -4258.75244140625, -11597.123046875, -120.994956970214843, 1.902408957481384277, 0, 0, 0.814115524291992187, 0.580702960491180419, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+15, 180405, 530, 3524, 0, '0', 0, 0, -4176.3505859375, -11525.7060546875, -127.789649963378906, 3.159062385559082031, 0, 0, -0.99996185302734375, 0.008734640665352344, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+16, 180405, 530, 3524, 0, '0', 0, 0, -4224.75341796875, -11546.8369140625, -124.614723205566406, 3.94444584846496582, 0, 0, -0.92050457000732421, 0.3907318115234375, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+17, 180405, 530, 3524, 0, '0', 0, 0, -4145.31591796875, -11509.46875, 20.41175270080566406, 4.363324165344238281, 0, 0, -0.81915187835693359, 0.573576688766479492, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+18, 180405, 530, 3524, 0, '0', 0, 0, -4210.34814453125, -11473.6884765625, -130.7181396484375, 2.024578809738159179, 0, 0, 0.848047256469726562, 0.529920578002929687, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+19, 180405, 530, 3524, 0, '0', 0, 0, -4261.60791015625, -11441.357421875, 20.67708778381347656, 0.977383077144622802, 0, 0, 0.469470977783203125, 0.882947921752929687, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+20, 180405, 530, 3524, 3574, '0', 0, 0, -4272.33349609375, -11328.8193359375, 15.21572589874267578, 3.612837791442871093, 0, 0, -0.97236919403076171, 0.233448356389999389, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Valaar's Berth - Difficulty: 0) +(@OGUID+21, 180405, 530, 3557, 0, '0', 0, 0, -4066.845458984375, -11551.486328125, -134.422683715820312, 4.502951622009277343, 0, 0, -0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+22, 180405, 530, 3557, 0, '0', 0, 0, -4047.130126953125, -11583.095703125, -135.093231201171875, 2.478367090225219726, 0, 0, 0.94551849365234375, 0.325568377971649169, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+23, 180405, 530, 3557, 0, '0', 0, 0, -3959.69189453125, -11471.349609375, -132.911087036132812, 5.602506637573242187, 0, 0, -0.33380699157714843, 0.942641437053680419, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+24, 180405, 530, 3557, 0, '0', 0, 0, -4017.89404296875, -11367.2001953125, -110.387260437011718, 6.213373661041259765, 0, 0, -0.03489875793457031, 0.999390840530395507, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+25, 180405, 530, 3557, 0, '0', 0, 0, -3967.395751953125, -11410.216796875, -118.835098266601562, 4.258606910705566406, 0, 0, -0.84804725646972656, 0.529920578002929687, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+26, 180405, 530, 3557, 0, '0', 0, 0, -4069.841552734375, -11338.2109375, -135.45654296875, 5.969027042388916015, 0, 0, -0.1564340591430664, 0.987688362598419189, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+27, 180405, 530, 3557, 0, '0', 0, 0, -3878.116455078125, -11506.71875, -131.71649169921875, 0.610863447189331054, 0, 0, 0.3007049560546875, 0.953717231750488281, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+28, 180405, 530, 3557, 0, '0', 0, 0, -4004.382080078125, -11327.4345703125, -118.702842712402343, 1.221729278564453125, 0, 0, 0.573575973510742187, 0.819152355194091796, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+29, 180405, 530, 3557, 0, '0', 0, 0, -3916.791748046875, -11383.2763671875, -123.969009399414062, 2.408554315567016601, 0, 0, 0.933580398559570312, 0.358368009328842163, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+30, 180405, 530, 3557, 0, '0', 0, 0, -3842.8955078125, -11364.73046875, -96.4828109741210937, 0.418878614902496337, 0, 0, 0.207911491394042968, 0.978147625923156738, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+31, 180405, 530, 3557, 0, '0', 0, 0, -3890.532958984375, -11316.5107421875, -110.436592102050781, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+32, 180405, 530, 3557, 0, '0', 0, 0, -3779.10546875, -11395.4658203125, -129.611541748046875, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+33, 180405, 530, 3557, 0, '0', 0, 0, -3738.247314453125, -11452.0478515625, -130.459426879882812, 5.061456203460693359, 0, 0, -0.57357597351074218, 0.819152355194091796, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+34, 180405, 530, 3557, 0, '0', 0, 0, -3703.09033203125, -11461.22265625, -115.748916625976562, 3.9793548583984375, 0, 0, -0.9135446548461914, 0.406738430261611938, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+35, 180405, 530, 3557, 0, '0', 0, 0, -3653.2109375, -11427.9130859375, -109.648628234863281, 5.410521507263183593, 0, 0, -0.42261791229248046, 0.906307935714721679, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+36, 180405, 530, 3557, 0, '0', 0, 0, -3757.13330078125, -11482.2578125, -131.793869018554687, 5.340708732604980468, 0, 0, -0.45398998260498046, 0.891006767749786376, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+37, 180405, 530, 3557, 0, '0', 0, 0, -3798.512939453125, -11546.515625, -127.558372497558593, 3.78736734390258789, 0, 0, -0.94832324981689453, 0.317305892705917358, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+38, 180405, 530, 3557, 0, '0', 0, 0, -3876.74658203125, -11556.564453125, -125.834846496582031, 0.488691210746765136, 0, 0, 0.241921424865722656, 0.970295846462249755, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+39, 180405, 530, 3557, 0, '0', 0, 0, -3901.6142578125, -11608.7080078125, -129.104461669921875, 6.213373661041259765, 0, 0, -0.03489875793457031, 0.999390840530395507, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+40, 180405, 530, 3557, 0, '0', 0, 0, -3880.329345703125, -11649.263671875, -134.403030395507812, 2.844882726669311523, 0, 0, 0.989015579223632812, 0.147811368107795715, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+41, 180405, 530, 3557, 0, '0', 0, 0, -3963.993896484375, -11672.0126953125, -137.472885131835937, 4.677483558654785156, 0, 0, -0.71933937072753906, 0.694658815860748291, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+42, 180405, 530, 3557, 0, '0', 0, 0, -4266.056640625, -11764.1162109375, -90.3352890014648437, 0.24434557557106018, 0, 0, 0.121869087219238281, 0.9925462007522583, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+43, 180405, 530, 3557, 0, '0', 0, 0, -4256.34716796875, -11801.646484375, -129.921707153320312, 1.919861555099487304, 0, 0, 0.819151878356933593, 0.573576688766479492, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+44, 180405, 530, 3557, 0, '0', 0, 0, -4233.25341796875, -11842.21484375, -112.643592834472656, 3.194002151489257812, 0, 0, -0.99965667724609375, 0.026201646775007247, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+45, 180405, 530, 3557, 0, '0', 0, 0, -4265.1103515625, -11820.3876953125, -96.0187149047851562, 2.478367090225219726, 0, 0, 0.94551849365234375, 0.325568377971649169, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+46, 180405, 530, 3557, 0, '0', 0, 0, -4286.4462890625, -11796.97265625, -128.684768676757812, 2.652894020080566406, 0, 0, 0.970294952392578125, 0.241925001144409179, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+47, 180405, 530, 3557, 0, '0', 0, 0, -3929.7080078125, -11651.484375, -134.991485595703125, 4.258606910705566406, 0, 0, -0.84804725646972656, 0.529920578002929687, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+48, 180405, 530, 3557, 0, '0', 0, 0, -3914.459228515625, -11716.8798828125, -135.0599365234375, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+49, 180405, 530, 3557, 0, '0', 0, 0, -3887.833740234375, -11715.2578125, -134.740982055664062, 0.837757468223571777, 0, 0, 0.406736373901367187, 0.913545548915863037, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+50, 180405, 530, 3557, 0, '0', 0, 0, -3826.3359375, -11776.86328125, -68.7212448120117187, 0.436331570148468017, 0, 0, 0.216439247131347656, 0.976296067237854003, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+51, 180405, 530, 3557, 0, '0', 0, 0, -3787.473876953125, -11670.443359375, -102.353958129882812, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+52, 180405, 530, 3557, 0, '0', 0, 0, -3734.47607421875, -11657.447265625, -100.303268432617187, 0.506144583225250244, 0, 0, 0.250379562377929687, 0.968147754669189453, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: 0 - Difficulty: 0) +(@OGUID+53, 180406, 530, 3557, 3557, '0', 0, 0, -4073.689208984375, -11996.5927734375, -0.29298800230026245, 0.523597896099090576, 0, 0, 0.258818626403808593, 0.965925931930541992, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: The Exodar - Difficulty: 0) +(@OGUID+54, 180406, 530, 3557, 3557, '0', 0, 0, -4058.864501953125, -12005.5869140625, 15.50435543060302734, 6.161012649536132812, 0, 0, -0.06104850769042968, 0.998134791851043701, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: The Exodar - Difficulty: 0) +(@OGUID+55, 180406, 530, 3557, 3557, '0', 0, 0, -4010.873291015625, -11868.1845703125, 9.118438720703125, 0.314158439636230468, 0, 0, 0.156434059143066406, 0.987688362598419189, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: The Exodar - Difficulty: 0) +(@OGUID+56, 180406, 530, 3557, 3557, '0', 0, 0, -3927.815185546875, -11804.751953125, -6.53875112533569335, 4.991643905639648437, 0, 0, -0.60181427001953125, 0.798636078834533691, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: The Exodar - Difficulty: 0) +(@OGUID+57, 180406, 530, 3557, 3557, '0', 0, 0, -4039.76171875, -11785.927734375, 10.83791065216064453, 6.178466320037841796, 0, 0, -0.05233573913574218, 0.998629570007324218, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: The Exodar - Difficulty: 0) +(@OGUID+58, 180406, 530, 3557, 3557, '0', 0, 0, -3867.21533203125, -11842.36328125, -37.1933174133300781, 5.201082706451416015, 0, 0, -0.51503753662109375, 0.857167601585388183, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: The Exodar - Difficulty: 0) +(@OGUID+59, 180406, 530, 3557, 3557, '0', 0, 0, -4074.5625, -11741.5712890625, -135.967819213867187, 4.118979454040527343, 0, 0, -0.88294696807861328, 0.469472706317901611, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: The Exodar - Difficulty: 0) +(@OGUID+60, 180406, 530, 3524, 0, '0', 0, 0, -4096.09130859375, -11665.865234375, -135.48138427734375, 4.48549652099609375, 0, 0, -0.7826080322265625, 0.622514784336090087, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+61, 180406, 530, 3524, 0, '0', 0, 0, -4156.44189453125, -11760.150390625, -133.629592895507812, 3.857182979583740234, 0, 0, -0.93667125701904296, 0.350209832191467285, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+62, 180406, 530, 3524, 0, '0', 0, 0, -4214.0927734375, -11680.703125, -138.72137451171875, 2.70525527000427246, 0, 0, 0.97629547119140625, 0.216442063450813293, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+63, 180406, 530, 3524, 0, '0', 0, 0, -4226.2275390625, -11722.1220703125, -136.618896484375, 3.769911527633666992, 0, 0, -0.95105648040771484, 0.309017121791839599, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+64, 180406, 530, 3524, 0, '0', 0, 0, -4215.99462890625, -11575.5888671875, -121.597732543945312, 1.500982880592346191, 0, 0, 0.681998252868652343, 0.731353819370269775, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+65, 180406, 530, 3524, 0, '0', 0, 0, -4260.68994140625, -11615.8310546875, -136.673980712890625, 0.27925160527229309, 0, 0, 0.139172554016113281, 0.990268170833587646, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+66, 180406, 530, 3524, 0, '0', 0, 0, -4268.85986328125, -11562.396484375, -120.970176696777343, 2.111847877502441406, 0, 0, 0.870355606079101562, 0.492423713207244873, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+67, 180406, 530, 3524, 0, '0', 0, 0, -4199.19921875, -11465.755859375, -127.945121765136718, 0.907570242881774902, 0, 0, 0.438370704650878906, 0.898794233798980712, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+68, 180406, 530, 3524, 0, '0', 0, 0, -4228.47607421875, -11493.580078125, 15.24703693389892578, 2.181660413742065429, 0, 0, 0.887010574340820312, 0.461749136447906494, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+69, 180406, 530, 3524, 0, '0', 0, 0, -4156.45166015625, -11481.345703125, -125.125587463378906, 2.146752834320068359, 0, 0, 0.878816604614257812, 0.477159708738327026, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+70, 180406, 530, 3524, 0, '0', 0, 0, -4246.84716796875, -11439.4267578125, 20.87247848510742187, 0.174532130360603332, 0, 0, 0.087155342102050781, 0.996194720268249511, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+71, 180406, 530, 3557, 0, '0', 0, 0, -4038.861083984375, -11552.25, -137.073760986328125, 1.151916384696960449, 0, 0, 0.544638633728027343, 0.838670849800109863, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+72, 180406, 530, 3557, 0, '0', 0, 0, -3974.998291015625, -11500.1416015625, -137.0068359375, 0.436331570148468017, 0, 0, 0.216439247131347656, 0.976296067237854003, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+73, 180406, 530, 3557, 0, '0', 0, 0, -3998.94091796875, -11391.548828125, -110.322578430175781, 5.113816738128662109, 0, 0, -0.55193614959716796, 0.833886384963989257, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+74, 180406, 530, 3557, 0, '0', 0, 0, -4066.817626953125, -11352.9775390625, -134.810745239257812, 4.799657344818115234, 0, 0, -0.67558956146240234, 0.737277925014495849, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+75, 180406, 530, 3557, 0, '0', 0, 0, -3967.10205078125, -11627.1064453125, -130.185943603515625, 0.925023794174194335, 0, 0, 0.446197509765625, 0.894934535026550292, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+76, 180406, 530, 3557, 0, '0', 0, 0, -3927.986083984375, -11551.685546875, -146.505661010742187, 0.523597896099090576, 0, 0, 0.258818626403808593, 0.965925931930541992, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+77, 180406, 530, 3557, 0, '0', 0, 0, -3938.0078125, -11628.1669921875, -137.004989624023437, 3.9793548583984375, 0, 0, -0.9135446548461914, 0.406738430261611938, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+78, 180406, 530, 3557, 0, '0', 0, 0, -3966.9345703125, -11343.189453125, -118.329429626464843, 0.15707901120185852, 0, 0, 0.078458786010742187, 0.996917366981506347, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+79, 180406, 530, 3557, 0, '0', 0, 0, -3915.170166015625, -11368.11328125, -124.9613037109375, 0.837757468223571777, 0, 0, 0.406736373901367187, 0.913545548915863037, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+80, 180406, 530, 3557, 0, '0', 0, 0, -3877.96875, -11477.1640625, -128.221771240234375, 3.508116960525512695, 0, 0, -0.98325443267822265, 0.182238012552261352, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+81, 180406, 530, 3557, 0, '0', 0, 0, -3847.271240234375, -11370.6611328125, -90.0662612915039062, 0.610863447189331054, 0, 0, 0.3007049560546875, 0.953717231750488281, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+82, 180406, 530, 3557, 0, '0', 0, 0, -3898.75830078125, -11317.240234375, -119.099632263183593, 1.117009282112121582, 0, 0, 0.529918670654296875, 0.84804844856262207, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+83, 180406, 530, 3557, 0, '0', 0, 0, -3732.19580078125, -11352.720703125, -131.408935546875, 0.052358884364366531, 0, 0, 0.02617645263671875, 0.999657332897186279, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+84, 180406, 530, 3557, 0, '0', 0, 0, -3768.03173828125, -11401.1943359375, -129.49945068359375, 5.794494152069091796, 0, 0, -0.24192142486572265, 0.970295846462249755, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+85, 180406, 530, 3557, 0, '0', 0, 0, -3775.662353515625, -11543.0478515625, -127.260292053222656, 3.316144466400146484, 0, 0, -0.99619388580322265, 0.087165042757987976, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+86, 180406, 530, 3557, 0, '0', 0, 0, -3853.98876953125, -11569.48828125, -125.648101806640625, 5.969027042388916015, 0, 0, -0.1564340591430664, 0.987688362598419189, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+87, 180406, 530, 3557, 0, '0', 0, 0, -3803.75, -11621.642578125, -102.474456787109375, 6.178466320037841796, 0, 0, -0.05233573913574218, 0.998629570007324218, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+88, 180406, 530, 3557, 0, '0', 0, 0, -4246.7705078125, -11825.51171875, -112.733749389648437, 1.867502212524414062, 0, 0, 0.803856849670410156, 0.594822824001312255, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+89, 180406, 530, 3557, 0, '0', 0, 0, -4290.35400390625, -11781.3740234375, -92.2303619384765625, 1.239183306694030761, 0, 0, 0.580702781677246093, 0.814115643501281738, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+90, 180406, 530, 3557, 0, '0', 0, 0, -4277.9296875, -11767.951171875, -128.530014038085937, 1.48352813720703125, 0, 0, 0.675589561462402343, 0.737277925014495849, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+91, 180406, 530, 3557, 0, '0', 0, 0, -3941.61669921875, -11674.65625, -135.2196044921875, 4.904376029968261718, 0, 0, -0.636077880859375, 0.771624863147735595, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+92, 180406, 530, 3557, 0, '0', 0, 0, -3905.432861328125, -11641.4482421875, -134.668319702148437, 4.049167633056640625, 0, 0, -0.89879322052001953, 0.438372820615768432, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+93, 180406, 530, 3557, 0, '0', 0, 0, -3868.762939453125, -11697.34375, -134.44915771484375, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+94, 180406, 530, 3557, 0, '0', 0, 0, -3838.4189453125, -11759.6982421875, -96.8306961059570312, 0.942476630210876464, 0, 0, 0.453989982604980468, 0.891006767749786376, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+95, 180406, 530, 3557, 0, '0', 0, 0, -3707.779541015625, -11719.96484375, -100.1015625, 4.48549652099609375, 0, 0, -0.7826080322265625, 0.622514784336090087, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: 0 - Difficulty: 0) +(@OGUID+96, 180407, 530, 3557, 3557, '0', 0, 0, -4040.45654296875, -11920.5634765625, 3.895097970962524414, 0.593410074710845947, 0, 0, 0.292370796203613281, 0.95630502700805664, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: The Exodar - Difficulty: 0) +(@OGUID+97, 180407, 530, 3557, 3557, '0', 0, 0, -4062.865478515625, -11999.5419921875, -0.01670899987220764, 6.195919513702392578, 0, 0, -0.04361915588378906, 0.999048233032226562, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: The Exodar - Difficulty: 0) +(@OGUID+98, 180407, 530, 3557, 3557, '0', 0, 0, -3825.55517578125, -11817.5380859375, -52.5519485473632812, 6.161012649536132812, 0, 0, -0.06104850769042968, 0.998134791851043701, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: The Exodar - Difficulty: 0) +(@OGUID+99, 180407, 530, 3557, 3557, '0', 0, 0, -4066.647705078125, -11786.0751953125, 18.76245498657226562, 0.977383077144622802, 0, 0, 0.469470977783203125, 0.882947921752929687, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: The Exodar - Difficulty: 0) +(@OGUID+100, 180407, 530, 3557, 3557, '0', 0, 0, -4134.48193359375, -11772.9990234375, -135.374298095703125, 3.857182979583740234, 0, 0, -0.93667125701904296, 0.350209832191467285, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: The Exodar - Difficulty: 0) +(@OGUID+101, 180407, 530, 3557, 3557, '0', 0, 0, -4015.651123046875, -11714.6669921875, -148.1534423828125, 1.413715124130249023, 0, 0, 0.649447441101074218, 0.760406434535980224, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: The Exodar - Difficulty: 0) +(@OGUID+102, 180407, 530, 3557, 3557, '0', 0, 0, -4151.1474609375, -11744.138671875, -132.511810302734375, 3.857182979583740234, 0, 0, -0.93667125701904296, 0.350209832191467285, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: The Exodar - Difficulty: 0) +(@OGUID+103, 180407, 530, 3524, 0, '0', 0, 0, -3979.2744140625, -11692.466796875, -130.42193603515625, 2.076939344406127929, 0, 0, 0.861628532409667968, 0.50753939151763916, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+104, 180407, 530, 3524, 0, '0', 0, 0, -4087.837646484375, -11627.1025390625, -135.535049438476562, 4.991643905639648437, 0, 0, -0.60181427001953125, 0.798636078834533691, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+105, 180407, 530, 3524, 0, '0', 0, 0, -4209.01025390625, -11684.388671875, -138.831619262695312, 2.879789113998413085, 0, 0, 0.991444587707519531, 0.130528271198272705, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+106, 180407, 530, 3524, 0, '0', 0, 0, -4221.3134765625, -11688.7421875, -140.42535400390625, 0.069811686873435974, 0, 0, 0.034898757934570312, 0.999390840530395507, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+107, 180407, 530, 3524, 0, '0', 0, 0, -4212.73291015625, -11570.228515625, -121.489356994628906, 1.378809213638305664, 0, 0, 0.636077880859375, 0.771624863147735595, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+108, 180407, 530, 3524, 0, '0', 0, 0, -4183.3876953125, -11550.4638671875, -119.9378662109375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+109, 180407, 530, 3524, 0, '0', 0, 0, -4208.9609375, -11482.140625, -130.748748779296875, 2.076939344406127929, 0, 0, 0.861628532409667968, 0.50753939151763916, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+110, 180407, 530, 3524, 0, '0', 0, 0, -4157.0224609375, -11469.5869140625, -125.080528259277343, 1.902408957481384277, 0, 0, 0.814115524291992187, 0.580702960491180419, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+111, 180407, 530, 3524, 3574, '0', 0, 0, -4256.95849609375, -11327.7607421875, 15.59029865264892578, 3.630291461944580078, 0, 0, -0.97029495239257812, 0.241925001144409179, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Valaar's Berth - Difficulty: 0) +(@OGUID+112, 180407, 530, 3524, 3574, '0', 0, 0, -4136.109375, -11492.392578125, 20.21850967407226562, 4.869470596313476562, 0, 0, -0.64944744110107421, 0.760406434535980224, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Valaar's Berth - Difficulty: 0) +(@OGUID+113, 180407, 530, 3557, 0, '0', 0, 0, -4063.80029296875, -11546.001953125, -134.329055786132812, 4.677483558654785156, 0, 0, -0.71933937072753906, 0.694658815860748291, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+114, 180407, 530, 3557, 0, '0', 0, 0, -4043.635009765625, -11581.0849609375, -136.863006591796875, 2.530723094940185546, 0, 0, 0.953716278076171875, 0.300707906484603881, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+115, 180407, 530, 3557, 0, '0', 0, 0, -4028.459716796875, -11342.529296875, -119.343452453613281, 1.815141916275024414, 0, 0, 0.788010597229003906, 0.615661680698394775, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+116, 180407, 530, 3557, 0, '0', 0, 0, -4067.807373046875, -11359.1767578125, -134.840255737304687, 5.009094715118408203, 0, 0, -0.59482288360595703, 0.80385679006576538, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+117, 180407, 530, 3557, 0, '0', 0, 0, -3884.132080078125, -11508.544921875, -131.769485473632812, 0.785396754741668701, 0, 0, 0.38268280029296875, 0.923879802227020263, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+118, 180407, 530, 3557, 0, '0', 0, 0, -3899.903564453125, -11484.4951171875, -128.512344360351562, 4.118979454040527343, 0, 0, -0.88294696807861328, 0.469472706317901611, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+119, 180407, 530, 3557, 0, '0', 0, 0, -3959.9384765625, -11383.595703125, -118.392692565917968, 5.131268978118896484, 0, 0, -0.54463863372802734, 0.838670849800109863, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+120, 180407, 530, 3557, 0, '0', 0, 0, -3843.56591796875, -11478.41015625, -131.7513427734375, 1.221729278564453125, 0, 0, 0.573575973510742187, 0.819152355194091796, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+121, 180407, 530, 3557, 0, '0', 0, 0, -3854.576416015625, -11368.7880859375, -96.6466293334960937, 0.942476630210876464, 0, 0, 0.453989982604980468, 0.891006767749786376, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+122, 180407, 530, 3557, 0, '0', 0, 0, -3886.1328125, -11311.2685546875, -118.9510498046875, 0.506144583225250244, 0, 0, 0.250379562377929687, 0.968147754669189453, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+123, 180407, 530, 3557, 0, '0', 0, 0, -3817.298095703125, -11317.826171875, -122.705322265625, 5.637413978576660156, 0, 0, -0.31730461120605468, 0.948323667049407958, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+124, 180407, 530, 3557, 0, '0', 0, 0, -3775.545166015625, -11402.98828125, -123.411293029785156, 6.14356088638305664, 0, 0, -0.06975555419921875, 0.997564136981964111, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+125, 180407, 530, 3557, 0, '0', 0, 0, -3709.58154296875, -11464.158203125, -115.854263305664062, 3.857182979583740234, 0, 0, -0.93667125701904296, 0.350209832191467285, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+126, 180407, 530, 3557, 0, '0', 0, 0, -3649.79248046875, -11440.4814453125, -110.767509460449218, 5.619962215423583984, 0, 0, -0.32556724548339843, 0.945518851280212402, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+127, 180407, 530, 3557, 0, '0', 0, 0, -4214.17041015625, -11847.0283203125, -129.554611206054687, 2.897245407104492187, 0, 0, 0.99254608154296875, 0.121869951486587524, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+128, 180407, 530, 3557, 0, '0', 0, 0, -4256.935546875, -11780.5419921875, -90.1039657592773437, 4.834563255310058593, 0, 0, -0.66261959075927734, 0.748956084251403808, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+129, 180407, 530, 3557, 0, '0', 0, 0, -4257.2001953125, -11817.8935546875, -98.081024169921875, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+130, 180407, 530, 3557, 0, '0', 0, 0, -3935.666748046875, -11701.048828125, -135.249130249023437, 5.637413978576660156, 0, 0, -0.31730461120605468, 0.948323667049407958, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+131, 180407, 530, 3557, 0, '0', 0, 0, -3865.7001953125, -11671.0615234375, -134.313674926757812, 2.303830623626708984, 0, 0, 0.913544654846191406, 0.406738430261611938, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+132, 180407, 530, 3557, 0, '0', 0, 0, -3786.842041015625, -11690.796875, -105.259368896484375, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+133, 180407, 530, 3557, 0, '0', 0, 0, -3701.193115234375, -11693.33984375, -99.9280624389648437, 5.061456203460693359, 0, 0, -0.57357597351074218, 0.819152355194091796, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: 0 - Difficulty: 0) +(@OGUID+134, 180410, 530, 3557, 0, '0', 0, 0, -3929.087158203125, -11635.103515625, -137.50860595703125, 2.286378860473632812, 0, 0, 0.909960746765136718, 0.414694398641586303, 120, 255, 1, 46366), -- G_HangingSkeleton_01 (Area: 0 - Difficulty: 0) +(@OGUID+135, 180410, 530, 3557, 0, '0', 0, 0, -3911.5322265625, -11362.693359375, -126.329643249511718, 5.6897735595703125, 0, 0, -0.29237174987792968, 0.956304728984832763, 120, 255, 1, 46366), -- G_HangingSkeleton_01 (Area: 0 - Difficulty: 0) +(@OGUID+136, 180410, 530, 3557, 0, '0', 0, 0, -4255.52783203125, -11809.0908203125, -122.448776245117187, 0.698131442070007324, 0, 0, 0.342020034790039062, 0.939692676067352294, 120, 255, 1, 46366), -- G_HangingSkeleton_01 (Area: 0 - Difficulty: 0) +(@OGUID+137, 180411, 530, 3557, 3557, '0', 0, 0, -4066.163330078125, -11982.0048828125, 22.08810043334960937, 1.396261811256408691, 0, 0, 0.642786979675292968, 0.766044974327087402, 120, 255, 1, 46366), -- G_Ghost_01 (Area: The Exodar - Difficulty: 0) +(@OGUID+138, 180411, 530, 3557, 3557, '0', 0, 0, -4090.959228515625, -11731.8134765625, -133.523605346679687, 4.433136463165283203, 0, 0, -0.79863548278808593, 0.60181504487991333, 120, 255, 1, 46366), -- G_Ghost_01 (Area: The Exodar - Difficulty: 0) +(@OGUID+139, 180411, 530, 3557, 3557, '0', 0, 0, -4138.60205078125, -11761.3701171875, -126.512542724609375, 4.345870018005371093, 0, 0, -0.82412624359130859, 0.566406130790710449, 120, 255, 1, 46366), -- G_Ghost_01 (Area: The Exodar - Difficulty: 0) +(@OGUID+140, 180411, 530, 3524, 0, '0', 0, 0, -4215.74755859375, -11688.259765625, -136.173431396484375, 4.276057243347167968, 0, 0, -0.84339141845703125, 0.537299633026123046, 120, 255, 1, 46366), -- G_Ghost_01 (Area: 0 - Difficulty: 0) +(@OGUID+141, 180411, 530, 3524, 0, '0', 0, 0, -4119.283203125, -11618.3486328125, -125.234336853027343, 5.916667938232421875, 0, 0, -0.18223476409912109, 0.98325502872467041, 120, 255, 1, 46366), -- G_Ghost_01 (Area: 0 - Difficulty: 0) +(@OGUID+142, 180411, 530, 3524, 0, '0', 0, 0, -4218.45458984375, -11570.4091796875, -118.693077087402343, 2.460912704467773437, 0, 0, 0.942641258239746093, 0.333807557821273803, 120, 255, 1, 46366), -- G_Ghost_01 (Area: 0 - Difficulty: 0) +(@OGUID+143, 180411, 530, 3524, 0, '0', 0, 0, -4249.615234375, -11638.21875, -129.842529296875, 1.064649581909179687, 0, 0, 0.507537841796875, 0.861629426479339599, 120, 255, 1, 46366), -- G_Ghost_01 (Area: 0 - Difficulty: 0) +(@OGUID+144, 180411, 530, 3524, 0, '0', 0, 0, -4262.48193359375, -11567.935546875, -111.850196838378906, 2.775068521499633789, 0, 0, 0.983254432678222656, 0.182238012552261352, 120, 255, 1, 46366), -- G_Ghost_01 (Area: 0 - Difficulty: 0) +(@OGUID+145, 180411, 530, 3557, 0, '0', 0, 0, -4023.35498046875, -11572.3251953125, -124.594131469726562, 2.286378860473632812, 0, 0, 0.909960746765136718, 0.414694398641586303, 120, 255, 1, 46366), -- G_Ghost_01 (Area: 0 - Difficulty: 0) +(@OGUID+146, 180411, 530, 3557, 0, '0', 0, 0, -3980.9580078125, -11379.4326171875, -113.857521057128906, 5.881760597229003906, 0, 0, -0.19936752319335937, 0.979924798011779785, 120, 255, 1, 46366), -- G_Ghost_01 (Area: 0 - Difficulty: 0) +(@OGUID+147, 180411, 530, 3557, 0, '0', 0, 0, -3999.59423828125, -11348.2861328125, -113.937187194824218, 1.343901276588439941, 0, 0, 0.622513771057128906, 0.78260880708694458, 120, 255, 1, 46366), -- G_Ghost_01 (Area: 0 - Difficulty: 0) +(@OGUID+148, 180411, 530, 3557, 0, '0', 0, 0, -4062.350341796875, -11356.87109375, -131.988174438476562, 6.073746204376220703, 0, 0, -0.10452842712402343, 0.994521915912628173, 120, 255, 1, 46366), -- G_Ghost_01 (Area: 0 - Difficulty: 0) +(@OGUID+149, 180411, 530, 3557, 0, '0', 0, 0, -3980.77392578125, -11359.392578125, -113.772247314453125, 0.331610709428787231, 0, 0, 0.16504669189453125, 0.986285746097564697, 120, 255, 1, 46366), -- G_Ghost_01 (Area: 0 - Difficulty: 0) +(@OGUID+150, 180411, 530, 3557, 0, '0', 0, 0, -3919.842041015625, -11572.40234375, -143.055633544921875, 0.890116631984710693, 0, 0, 0.430510520935058593, 0.902585566043853759, 120, 255, 1, 46366), -- G_Ghost_01 (Area: 0 - Difficulty: 0) +(@OGUID+151, 180411, 530, 3557, 0, '0', 0, 0, -3935.06640625, -11437.8017578125, -126.703262329101562, 5.654868602752685546, 0, 0, -0.30901622772216796, 0.95105677843093872, 120, 255, 1, 46366), -- G_Ghost_01 (Area: 0 - Difficulty: 0) +(@OGUID+152, 180411, 530, 3557, 0, '0', 0, 0, -3717.251708984375, -11394.24609375, -124.488212585449218, 5.497788906097412109, 0, 0, -0.38268280029296875, 0.923879802227020263, 120, 255, 1, 46366), -- G_Ghost_01 (Area: 0 - Difficulty: 0) +(@OGUID+153, 180411, 530, 3557, 0, '0', 0, 0, -3789.240966796875, -11529.4267578125, -126.101661682128906, 4.694936752319335937, 0, 0, -0.71325016021728515, 0.700909554958343505, 120, 255, 1, 46366), -- G_Ghost_01 (Area: 0 - Difficulty: 0) +(@OGUID+154, 180411, 530, 3557, 0, '0', 0, 0, -4206.5927734375, -11844.5263671875, -122.479606628417968, 4.118979454040527343, 0, 0, -0.88294696807861328, 0.469472706317901611, 120, 255, 1, 46366), -- G_Ghost_01 (Area: 0 - Difficulty: 0) +(@OGUID+155, 180411, 530, 3557, 0, '0', 0, 0, -4246.68994140625, -11804.197265625, -127.084396362304687, 3.839725255966186523, 0, 0, -0.93969249725341796, 0.34202045202255249, 120, 255, 1, 46366), -- G_Ghost_01 (Area: 0 - Difficulty: 0) +(@OGUID+156, 180411, 530, 3557, 0, '0', 0, 0, -4251.9814453125, -11768.3173828125, -80.836822509765625, 0.401424884796142578, 0, 0, 0.199367523193359375, 0.979924798011779785, 120, 255, 1, 46366), -- G_Ghost_01 (Area: 0 - Difficulty: 0) +(@OGUID+157, 180411, 530, 3557, 0, '0', 0, 0, -4282.59033203125, -11781.6533203125, -123.380752563476562, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 1, 46366), -- G_Ghost_01 (Area: 0 - Difficulty: 0) +(@OGUID+158, 180411, 530, 3557, 0, '0', 0, 0, -3864.22998046875, -11742.763671875, -87.124969482421875, 2.007128477096557617, 0, 0, 0.84339141845703125, 0.537299633026123046, 120, 255, 1, 46366), -- G_Ghost_01 (Area: 0 - Difficulty: 0) +(@OGUID+159, 180415, 530, 3557, 3557, '0', 0, 0, -4134.22314453125, -11784.0126953125, -130.915069580078125, 0.506144583225250244, 0, 0, 0.250379562377929687, 0.968147754669189453, 120, 255, 1, 46366), -- CandleBlack01 (Area: The Exodar - Difficulty: 0) +(@OGUID+160, 180415, 530, 3557, 3557, '0', 0, 0, -4128.99169921875, -11780.0439453125, -131.550323486328125, 6.003933906555175781, 0, 0, -0.13917255401611328, 0.990268170833587646, 120, 255, 1, 46366), -- CandleBlack01 (Area: The Exodar - Difficulty: 0) +(@OGUID+161, 180415, 530, 3557, 3557, '0', 0, 0, -4145.0244140625, -11768.142578125, -135.878311157226562, 1.064649581909179687, 0, 0, 0.507537841796875, 0.861629426479339599, 120, 255, 1, 46366), -- CandleBlack01 (Area: The Exodar - Difficulty: 0) +(@OGUID+162, 180415, 530, 3524, 0, '0', 0, 0, -4211.44775390625, -11625.0283203125, -94.9442062377929687, 5.480334281921386718, 0, 0, -0.39073085784912109, 0.920504987239837646, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+163, 180415, 530, 3524, 0, '0', 0, 0, -4219.94091796875, -11641.0908203125, -95.07525634765625, 2.67034769058227539, 0, 0, 0.972369194030761718, 0.233448356389999389, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+164, 180415, 530, 3524, 0, '0', 0, 0, -4223.8193359375, -11644.6884765625, -95.128570556640625, 3.054326534271240234, 0, 0, 0.999048233032226562, 0.043619260191917419, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+165, 180415, 530, 3524, 0, '0', 0, 0, -4210.4619140625, -11619.47265625, -94.9457855224609375, 0.418878614902496337, 0, 0, 0.207911491394042968, 0.978147625923156738, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+166, 180415, 530, 3524, 0, '0', 0, 0, -4241.8369140625, -11638.109375, -140.269729614257812, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+167, 180415, 530, 3524, 0, '0', 0, 0, -4241.82763671875, -11637.4033203125, -140.303207397460937, 5.340708732604980468, 0, 0, -0.45398998260498046, 0.891006767749786376, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+168, 180415, 530, 3524, 0, '0', 0, 0, -4214.8701171875, -11532.1435546875, -122.536079406738281, 4.97418975830078125, 0, 0, -0.60876083374023437, 0.793353796005249023, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+169, 180415, 530, 3524, 0, '0', 0, 0, -4213.63916015625, -11535.306640625, -123.230186462402343, 1.134462952613830566, 0, 0, 0.537299156188964843, 0.843391716480255126, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+170, 180415, 530, 3524, 0, '0', 0, 0, -4206.3994140625, -11534.8720703125, -123.143692016601562, 0.27925160527229309, 0, 0, 0.139172554016113281, 0.990268170833587646, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+171, 180415, 530, 3524, 0, '0', 0, 0, -4214.7099609375, -11532.93359375, -122.500556945800781, 4.904376029968261718, 0, 0, -0.636077880859375, 0.771624863147735595, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+172, 180415, 530, 3524, 0, '0', 0, 0, -4253.6162109375, -11544.021484375, -122.828750610351562, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+173, 180415, 530, 3524, 0, '0', 0, 0, -4260.47265625, -11548.3701171875, -122.736831665039062, 4.852017402648925781, 0, 0, -0.65605831146240234, 0.754710197448730468, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+174, 180415, 530, 3524, 0, '0', 0, 0, -4257.5849609375, -11546.6650390625, -122.91229248046875, 4.468043327331542968, 0, 0, -0.7880105972290039, 0.615661680698394775, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+175, 180415, 530, 3524, 0, '0', 0, 0, -4201.6591796875, -11490.1591796875, -127.962677001953125, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+176, 180415, 530, 3524, 0, '0', 0, 0, -4178.572265625, -11485.560546875, -128.857833862304687, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+177, 180415, 530, 3524, 0, '0', 0, 0, -4197.6708984375, -11488.580078125, -128.394851684570312, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+178, 180415, 530, 3524, 0, '0', 0, 0, -4191.7421875, -11468.7568359375, -128.962692260742187, 1.308995485305786132, 0, 0, 0.608760833740234375, 0.793353796005249023, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+179, 180415, 530, 3524, 0, '0', 0, 0, -4194.91064453125, -11487.515625, -130.094512939453125, 0.959929943084716796, 0, 0, 0.461748123168945312, 0.887011110782623291, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+180, 180415, 530, 3524, 0, '0', 0, 0, -4184.69287109375, -11489.4306640625, -128.952117919921875, 5.6897735595703125, 0, 0, -0.29237174987792968, 0.956304728984832763, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+181, 180415, 530, 3524, 0, '0', 0, 0, -4203.619140625, -11486.9384765625, -128.050674438476562, 1.972219824790954589, 0, 0, 0.83388519287109375, 0.55193793773651123, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+182, 180415, 530, 3524, 0, '0', 0, 0, -4193.45166015625, -11468.15625, -128.956314086914062, 1.082102894783020019, 0, 0, 0.51503753662109375, 0.857167601585388183, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+183, 180415, 530, 3524, 0, '0', 0, 0, -4200.91064453125, -11488.142578125, -129.84576416015625, 2.007128477096557617, 0, 0, 0.84339141845703125, 0.537299633026123046, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+184, 180415, 530, 3524, 0, '0', 0, 0, -4204.4775390625, -11489.25390625, -128.1075439453125, 5.305802345275878906, 0, 0, -0.46947097778320312, 0.882947921752929687, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+185, 180415, 530, 3524, 0, '0', 0, 0, -4176.42333984375, -11468.099609375, -128.780517578125, 3.263772249221801757, 0, 0, -0.99813461303710937, 0.061051756143569946, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+186, 180415, 530, 3524, 0, '0', 0, 0, -4174.95361328125, -11466.8203125, -128.785964965820312, 1.832594871520996093, 0, 0, 0.793353080749511718, 0.608761727809906005, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+187, 180415, 530, 3557, 0, '0', 0, 0, -3967.521240234375, -11468.7431640625, -134.026336669921875, 5.410521507263183593, 0, 0, -0.42261791229248046, 0.906307935714721679, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+188, 180415, 530, 3557, 0, '0', 0, 0, -3966.588623046875, -11468.064453125, -132.820022583007812, 6.230826377868652343, 0, 0, -0.02617645263671875, 0.999657332897186279, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+189, 180415, 530, 3557, 0, '0', 0, 0, -3997.618408203125, -11420.1005859375, -122.289413452148437, 5.026549339294433593, 0, 0, -0.5877847671508789, 0.809017360210418701, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+190, 180415, 530, 3557, 0, '0', 0, 0, -4000.927978515625, -11413.8662109375, -122.304672241210937, 4.188792228698730468, 0, 0, -0.86602497100830078, 0.50000077486038208, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+191, 180415, 530, 3557, 0, '0', 0, 0, -3990.59765625, -11420.3662109375, -122.207916259765625, 3.52557229995727539, 0, 0, -0.98162651062011718, 0.190812408924102783, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+192, 180415, 530, 3557, 0, '0', 0, 0, -3994.166259765625, -11421.15234375, -122.252822875976562, 5.462882041931152343, 0, 0, -0.39874839782714843, 0.917060375213623046, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+193, 180415, 530, 3557, 0, '0', 0, 0, -4000.050048828125, -11417.4130859375, -122.307777404785156, 2.687806606292724609, 0, 0, 0.974370002746582031, 0.224951311945915222, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+194, 180415, 530, 3557, 0, '0', 0, 0, -3987.635009765625, -11410.783203125, -122.1368408203125, 1.343901276588439941, 0, 0, 0.622513771057128906, 0.78260880708694458, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+195, 180415, 530, 3557, 0, '0', 0, 0, -3986.82763671875, -11414.3876953125, -122.141006469726562, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+196, 180415, 530, 3557, 0, '0', 0, 0, -3987.911376953125, -11417.939453125, -122.167182922363281, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+197, 180415, 530, 3557, 0, '0', 0, 0, -3999.830322265625, -11410.3994140625, -122.278648376464843, 5.881760597229003906, 0, 0, -0.19936752319335937, 0.979924798011779785, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+198, 180415, 530, 3557, 0, '0', 0, 0, -3993.6064453125, -11407.06640625, -122.192916870117187, 1.972219824790954589, 0, 0, 0.83388519287109375, 0.55193793773651123, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+199, 180415, 530, 3557, 0, '0', 0, 0, -3990.115966796875, -11408.1376953125, -122.155982971191406, 2.44346022605895996, 0, 0, 0.939692497253417968, 0.34202045202255249, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+200, 180415, 530, 3557, 0, '0', 0, 0, -3997.1650390625, -11407.8671875, -122.237762451171875, 1.623155713081359863, 0, 0, 0.725374221801757812, 0.688354730606079101, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+201, 180415, 530, 3557, 0, '0', 0, 0, -4040.931396484375, -11375.46484375, -136.980422973632812, 6.073746204376220703, 0, 0, -0.10452842712402343, 0.994521915912628173, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+202, 180415, 530, 3557, 0, '0', 0, 0, -4042.98388671875, -11377.5830078125, -135.223831176757812, 6.161012649536132812, 0, 0, -0.06104850769042968, 0.998134791851043701, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+203, 180415, 530, 3557, 0, '0', 0, 0, -4044.650634765625, -11379.59765625, -137.47314453125, 5.480334281921386718, 0, 0, -0.39073085784912109, 0.920504987239837646, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+204, 180415, 530, 3557, 0, '0', 0, 0, -4052.892822265625, -11353.3271484375, -137.013702392578125, 2.059488296508789062, 0, 0, 0.857167243957519531, 0.515038192272186279, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+205, 180415, 530, 3557, 0, '0', 0, 0, -4055.7890625, -11353.0048828125, -135.27545166015625, 2.268925428390502929, 0, 0, 0.906307220458984375, 0.422619491815567016, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+206, 180415, 530, 3557, 0, '0', 0, 0, -3914.202392578125, -11545.607421875, -148.999893188476562, 0.453785061836242675, 0, 0, 0.224950790405273437, 0.974370121955871582, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+207, 180415, 530, 3557, 0, '0', 0, 0, -3919.076416015625, -11545.521484375, -149.05267333984375, 6.248279094696044921, 0, 0, -0.01745223999023437, 0.999847710132598876, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+208, 180415, 530, 3557, 0, '0', 0, 0, -3923.995361328125, -11545.375, -149.105712890625, 0.698131442070007324, 0, 0, 0.342020034790039062, 0.939692676067352294, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+209, 180415, 530, 3557, 0, '0', 0, 0, -3734.234375, -11390.9892578125, -131.887863159179687, 1.518436193466186523, 0, 0, 0.6883544921875, 0.725374460220336914, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+210, 180415, 530, 3557, 0, '0', 0, 0, -3731.3134765625, -11395.40234375, -131.872833251953125, 4.572763919830322265, 0, 0, -0.75470924377441406, 0.656059443950653076, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+211, 180415, 530, 3557, 0, '0', 0, 0, -3714.549072265625, -11407.0107421875, -132.406173706054687, 1.675513744354248046, 0, 0, 0.743144035339355468, 0.669131457805633544, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+212, 180415, 530, 3557, 0, '0', 0, 0, -3715.640625, -11406.25390625, -129.603713989257812, 3.508116960525512695, 0, 0, -0.98325443267822265, 0.182238012552261352, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+213, 180415, 530, 3557, 0, '0', 0, 0, -3701.52783203125, -11403.919921875, -132.029983520507812, 2.007128477096557617, 0, 0, 0.84339141845703125, 0.537299633026123046, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+214, 180415, 530, 3557, 0, '0', 0, 0, -3722.048583984375, -11399.919921875, -132.371475219726562, 2.338739633560180664, 0, 0, 0.920504570007324218, 0.3907318115234375, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+215, 180415, 530, 3557, 0, '0', 0, 0, -3703.509033203125, -11407.875, -132.086776733398437, 4.555310726165771484, 0, 0, -0.76040554046630859, 0.649448513984680175, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+216, 180415, 530, 3557, 0, '0', 0, 0, -3717.432373046875, -11404.349609375, -129.6630859375, 0.750490784645080566, 0, 0, 0.3665008544921875, 0.93041771650314331, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+217, 180415, 530, 3557, 0, '0', 0, 0, -3718.8876953125, -11402.9189453125, -129.638198852539062, 1.535889506340026855, 0, 0, 0.694658279418945312, 0.719339847564697265, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+218, 180415, 530, 3557, 0, '0', 0, 0, -3719.33154296875, -11401.6533203125, -132.43536376953125, 1.064649581909179687, 0, 0, 0.507537841796875, 0.861629426479339599, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+219, 180415, 530, 3557, 0, '0', 0, 0, -3712.875, -11409.8828125, -132.321487426757812, 1.186823248863220214, 0, 0, 0.559192657470703125, 0.829037725925445556, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+220, 180415, 530, 3557, 0, '0', 0, 0, -3727.132080078125, -11393.4541015625, -131.8057861328125, 1.064649581909179687, 0, 0, 0.507537841796875, 0.861629426479339599, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+221, 180415, 530, 3557, 0, '0', 0, 0, -3716.513916015625, -11404.162109375, -132.401107788085937, 4.799657344818115234, 0, 0, -0.67558956146240234, 0.737277925014495849, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+222, 180415, 530, 3557, 0, '0', 0, 0, -3761.3759765625, -11546.0556640625, -132.004501342773437, 1.640606880187988281, 0, 0, 0.731352806091308593, 0.6819993257522583, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+223, 180415, 530, 3557, 0, '0', 0, 0, -3759.69140625, -11542.7080078125, -132.031280517578125, 4.380776405334472656, 0, 0, -0.81411552429199218, 0.580702960491180419, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+224, 180415, 530, 3557, 0, '0', 0, 0, -3757.740966796875, -11545.4072265625, -129.485122680664062, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+225, 180415, 530, 3557, 0, '0', 0, 0, -3788.572998046875, -11554.03515625, -133.223403930664062, 5.602506637573242187, 0, 0, -0.33380699157714843, 0.942641437053680419, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+226, 180415, 530, 3557, 0, '0', 0, 0, -3790.3525390625, -11552.3173828125, -131.564132690429687, 3.630291461944580078, 0, 0, -0.97029495239257812, 0.241925001144409179, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+227, 180415, 530, 3557, 0, '0', 0, 0, -3832.209716796875, -11536.2978515625, -135.502593994140625, 0.436331570148468017, 0, 0, 0.216439247131347656, 0.976296067237854003, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+228, 180415, 530, 3557, 0, '0', 0, 0, -3844.205810546875, -11515.1962890625, -137.187728881835937, 2.914689540863037109, 0, 0, 0.993571281433105468, 0.113208353519439697, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+229, 180415, 530, 3557, 0, '0', 0, 0, -3788.256591796875, -11643.6806640625, -104.646186828613281, 5.95157480239868164, 0, 0, -0.16504669189453125, 0.986285746097564697, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+230, 180415, 530, 3557, 0, '0', 0, 0, -3789.835205078125, -11645.5810546875, -104.648483276367187, 0.959929943084716796, 0, 0, 0.461748123168945312, 0.887011110782623291, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+231, 180415, 530, 3557, 0, '0', 0, 0, -3792.13330078125, -11644.6220703125, -104.6678466796875, 5.044002056121826171, 0, 0, -0.58070278167724609, 0.814115643501281738, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+232, 180415, 530, 3557, 0, '0', 0, 0, -3791.985595703125, -11642.16015625, -104.640090942382812, 5.602506637573242187, 0, 0, -0.33380699157714843, 0.942641437053680419, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+233, 180415, 530, 3557, 0, '0', 0, 0, -3789.57763671875, -11641.521484375, -104.625320434570312, 1.535889506340026855, 0, 0, 0.694658279418945312, 0.719339847564697265, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+234, 180415, 530, 3557, 0, '0', 0, 0, -3794.421875, -11653.568359375, -104.63421630859375, 3.054326534271240234, 0, 0, 0.999048233032226562, 0.043619260191917419, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+235, 180415, 530, 3557, 0, '0', 0, 0, -3792.1728515625, -11652.8837890625, -104.707916259765625, 4.258606910705566406, 0, 0, -0.84804725646972656, 0.529920578002929687, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+236, 180415, 530, 3557, 0, '0', 0, 0, -3792.169677734375, -11656.892578125, -104.70166015625, 0.017452461645007133, 0, 0, 0.008726119995117187, 0.999961912631988525, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+237, 180415, 530, 3557, 0, '0', 0, 0, -3882.4228515625, -11652.2548828125, -131.946807861328125, 5.794494152069091796, 0, 0, -0.24192142486572265, 0.970295846462249755, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+238, 180415, 530, 3557, 0, '0', 0, 0, -3794.47998046875, -11656.103515625, -104.717323303222656, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+239, 180415, 530, 3557, 0, '0', 0, 0, -3790.604736328125, -11654.8779296875, -104.674346923828125, 4.764749526977539062, 0, 0, -0.6883544921875, 0.725374460220336914, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+240, 180415, 530, 3557, 0, '0', 0, 0, -4210.98974609375, -11802.595703125, -127.596221923828125, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+241, 180415, 530, 3557, 0, '0', 0, 0, -4208.95849609375, -11800.26953125, -129.22833251953125, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+242, 180415, 530, 3557, 0, '0', 0, 0, -4198.27197265625, -11814.923828125, -125.834022521972656, 4.869470596313476562, 0, 0, -0.64944744110107421, 0.760406434535980224, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+243, 180415, 530, 3557, 0, '0', 0, 0, -4192.60400390625, -11807.5712890625, -129.069290161132812, 2.635444164276123046, 0, 0, 0.96814727783203125, 0.250381410121917724, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+244, 180415, 530, 3557, 0, '0', 0, 0, -4190.2333984375, -11803.6845703125, -130.705886840820312, 2.321286916732788085, 0, 0, 0.917059898376464843, 0.398749500513076782, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+245, 180415, 530, 3557, 0, '0', 0, 0, -4195.35498046875, -11811.2841796875, -127.479957580566406, 2.792518377304077148, 0, 0, 0.984807014465332031, 0.173652306199073791, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+246, 180415, 530, 3557, 0, '0', 0, 0, -4188.14306640625, -11799.755859375, -132.382644653320312, 6.021387100219726562, 0, 0, -0.13052558898925781, 0.991444945335388183, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+247, 180415, 530, 3557, 0, '0', 0, 0, -4207.068359375, -11797.8564453125, -130.8697509765625, 0.349065244197845458, 0, 0, 0.173647880554199218, 0.984807789325714111, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+248, 180415, 530, 3557, 0, '0', 0, 0, -4205.38525390625, -11795.4111328125, -132.498291015625, 0.314158439636230468, 0, 0, 0.156434059143066406, 0.987688362598419189, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+249, 180415, 530, 3557, 0, '0', 0, 0, -4215.41162109375, -11807.05859375, -124.335792541503906, 3.316144466400146484, 0, 0, -0.99619388580322265, 0.087165042757987976, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+250, 180415, 530, 3557, 0, '0', 0, 0, -4213.14453125, -11804.8701171875, -125.977607727050781, 5.044002056121826171, 0, 0, -0.58070278167724609, 0.814115643501281738, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+251, 180415, 530, 3557, 0, '0', 0, 0, -4201.5341796875, -11818.298828125, -124.202911376953125, 0.506144583225250244, 0, 0, 0.250379562377929687, 0.968147754669189453, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+252, 180415, 530, 3557, 0, '0', 0, 0, -4217.80126953125, -11809.150390625, -122.706222534179687, 1.099556446075439453, 0, 0, 0.522498130798339843, 0.852640450000762939, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+253, 180415, 530, 3557, 0, '0', 0, 0, -4238.04931640625, -11801.5966796875, -94.6242141723632812, 4.939284324645996093, 0, 0, -0.6225137710571289, 0.78260880708694458, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+254, 180415, 530, 3557, 0, '0', 0, 0, -4225.61767578125, -11814.7158203125, -118.302101135253906, 4.415683269500732421, 0, 0, -0.80385684967041015, 0.594822824001312255, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+255, 180415, 530, 3557, 0, '0', 0, 0, -4212.462890625, -11827.3994140625, -119.515357971191406, 5.026549339294433593, 0, 0, -0.5877847671508789, 0.809017360210418701, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+256, 180415, 530, 3557, 0, '0', 0, 0, -4208.5693359375, -11824.65234375, -121.028297424316406, 5.550147056579589843, 0, 0, -0.358367919921875, 0.933580458164215087, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+257, 180415, 530, 3557, 0, '0', 0, 0, -4204.98681640625, -11821.55859375, -122.638427734375, 0.715584874153137207, 0, 0, 0.350207328796386718, 0.936672210693359375, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+258, 180415, 530, 3557, 0, '0', 0, 0, -4220.28125, -11811.171875, -121.125648498535156, 3.700104713439941406, 0, 0, -0.96126079559326171, 0.275640487670898437, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+259, 180415, 530, 3557, 0, '0', 0, 0, -4222.9287109375, -11812.9599609375, -119.586532592773437, 5.427974700927734375, 0, 0, -0.41469287872314453, 0.909961462020874023, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+260, 180415, 530, 3557, 0, '0', 0, 0, -4241.75439453125, -11810.3984375, -131.856231689453125, 3.996806621551513671, 0, 0, -0.90996074676513671, 0.414694398641586303, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+261, 180415, 530, 3557, 0, '0', 0, 0, -4216.34375, -11830.1953125, -118.276992797851562, 5.462882041931152343, 0, 0, -0.39874839782714843, 0.917060375213623046, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+262, 180415, 530, 3557, 0, '0', 0, 0, -4282.1484375, -11786.3505859375, -130.71728515625, 4.991643905639648437, 0, 0, -0.60181427001953125, 0.798636078834533691, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+263, 180415, 530, 3557, 0, '0', 0, 0, -4279.63916015625, -11787.732421875, -130.685012817382812, 1.553341388702392578, 0, 0, 0.700908660888671875, 0.713251054286956787, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+264, 180415, 530, 3557, 0, '0', 0, 0, -4283.501953125, -11789.044921875, -130.742568969726562, 4.747295856475830078, 0, 0, -0.69465827941894531, 0.719339847564697265, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+265, 180415, 530, 3557, 0, '0', 0, 0, -4280.953125, -11790.302734375, -130.714187622070312, 4.642575740814208984, 0, 0, -0.731353759765625, 0.681998312473297119, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+266, 180415, 530, 3557, 0, '0', 0, 0, -3927.111083984375, -11654.8076171875, -132.481414794921875, 3.52557229995727539, 0, 0, -0.98162651062011718, 0.190812408924102783, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+267, 180415, 530, 3557, 0, '0', 0, 0, -3932.460205078125, -11698.8671875, -132.711074829101562, 3.577930212020874023, 0, 0, -0.97629547119140625, 0.216442063450813293, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+268, 180415, 530, 3557, 0, '0', 0, 0, -3934.21875, -11664.052734375, -132.599960327148437, 1.605701684951782226, 0, 0, 0.719339370727539062, 0.694658815860748291, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+269, 180415, 530, 3557, 0, '0', 0, 0, -3937.6025390625, -11675.2197265625, -132.68243408203125, 1.937312245368957519, 0, 0, 0.824125289916992187, 0.566407561302185058, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+270, 180415, 530, 3557, 0, '0', 0, 0, -3937.1103515625, -11687.67578125, -132.72332763671875, 3.735006093978881835, 0, 0, -0.95630455017089843, 0.292372345924377441, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+271, 180415, 530, 3557, 0, '0', 0, 0, -3916.924560546875, -11648.0595703125, -132.336212158203125, 0.15707901120185852, 0, 0, 0.078458786010742187, 0.996917366981506347, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+272, 180415, 530, 3557, 0, '0', 0, 0, -3924.178955078125, -11707.5673828125, -132.646713256835937, 3.385940074920654296, 0, 0, -0.99254608154296875, 0.121869951486587524, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+273, 180415, 530, 3557, 0, '0', 0, 0, -3905.034423828125, -11645.34765625, -132.186264038085937, 0.907570242881774902, 0, 0, 0.438370704650878906, 0.898794233798980712, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+274, 180415, 530, 3557, 0, '0', 0, 0, -3913.623291015625, -11713.1259765625, -132.543777465820312, 1.151916384696960449, 0, 0, 0.544638633728027343, 0.838670849800109863, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+275, 180415, 530, 3557, 0, '0', 0, 0, -3901.514892578125, -11714.6015625, -132.4071044921875, 5.131268978118896484, 0, 0, -0.54463863372802734, 0.838670849800109863, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+276, 180415, 530, 3557, 0, '0', 0, 0, -3868.93701171875, -11684.103515625, -131.908935546875, 2.268925428390502929, 0, 0, 0.906307220458984375, 0.422619491815567016, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+277, 180415, 530, 3557, 0, '0', 0, 0, -3879.7080078125, -11705.2939453125, -132.115676879882812, 4.433136463165283203, 0, 0, -0.79863548278808593, 0.60181504487991333, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+278, 180415, 530, 3557, 0, '0', 0, 0, -3872.48388671875, -11695.6962890625, -131.994476318359375, 2.199114561080932617, 0, 0, 0.8910064697265625, 0.453990638256072998, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+279, 180415, 530, 3557, 0, '0', 0, 0, -3889.7314453125, -11711.7880859375, -132.258010864257812, 5.044002056121826171, 0, 0, -0.58070278167724609, 0.814115643501281738, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+280, 180415, 530, 3557, 0, '0', 0, 0, -3869.556884765625, -11672.1513671875, -131.870956420898437, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+281, 180415, 530, 3557, 0, '0', 0, 0, -3874.229248046875, -11661.05859375, -131.883865356445312, 3.124123096466064453, 0, 0, 0.99996185302734375, 0.008734640665352344, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+282, 180415, 530, 3557, 0, '0', 0, 0, -3745.927490234375, -11712.521484375, -104.302291870117187, 4.642575740814208984, 0, 0, -0.731353759765625, 0.681998312473297119, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+283, 180415, 530, 3557, 0, '0', 0, 0, -3747.76904296875, -11679.1591796875, -104.182899475097656, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+284, 180415, 530, 3557, 0, '0', 0, 0, -3744.622802734375, -11692.1220703125, -104.611732482910156, 4.276057243347167968, 0, 0, -0.84339141845703125, 0.537299633026123046, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+285, 180415, 530, 3557, 0, '0', 0, 0, -3744.407958984375, -11698.0009765625, -104.632949829101562, 0.174532130360603332, 0, 0, 0.087155342102050781, 0.996194720268249511, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+286, 180415, 530, 3557, 0, '0', 0, 0, -3736.9267578125, -11701.8681640625, -104.563270568847656, 2.478367090225219726, 0, 0, 0.94551849365234375, 0.325568377971649169, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+287, 180415, 530, 3557, 0, '0', 0, 0, -3739.99658203125, -11701.9931640625, -104.598770141601562, 0.733038187026977539, 0, 0, 0.358367919921875, 0.933580458164215087, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+288, 180415, 530, 3557, 0, '0', 0, 0, -3738.4736328125, -11673.27734375, -101.580070495605468, 5.061456203460693359, 0, 0, -0.57357597351074218, 0.819152355194091796, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+289, 180415, 530, 3557, 0, '0', 0, 0, -3740.729736328125, -11687.7490234375, -104.5496826171875, 0.471238493919372558, 0, 0, 0.233445167541503906, 0.972369968891143798, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+290, 180415, 530, 3557, 0, '0', 0, 0, -3737.743896484375, -11687.6513671875, -104.515251159667968, 2.391098499298095703, 0, 0, 0.930417060852050781, 0.366502493619918823, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+291, 180415, 530, 3557, 0, '0', 0, 0, -3732.9150390625, -11673.01953125, -101.513153076171875, 0.139624491333961486, 0, 0, 0.06975555419921875, 0.997564136981964111, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+292, 180415, 530, 3557, 0, '0', 0, 0, -3730.12841796875, -11678.7626953125, -105.034912109375, 5.340708732604980468, 0, 0, -0.45398998260498046, 0.891006767749786376, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+293, 180415, 530, 3557, 0, '0', 0, 0, -3736.0009765625, -11673.2392578125, -101.549423217773437, 0.087265998125076293, 0, 0, 0.043619155883789062, 0.999048233032226562, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+294, 180415, 530, 3557, 0, '0', 0, 0, -3730.225341796875, -11672.9111328125, -101.492576599121093, 5.654868602752685546, 0, 0, -0.30901622772216796, 0.95105677843093872, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+295, 180415, 530, 3557, 0, '0', 0, 0, -3730.479248046875, -11679.123046875, -100.965370178222656, 3.071766138076782226, 0, 0, 0.999390602111816406, 0.034906134009361267, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+296, 180415, 530, 3557, 0, '0', 0, 0, -3729.83642578125, -11678.03515625, -105.026412963867187, 5.323255538940429687, 0, 0, -0.46174812316894531, 0.887011110782623291, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+297, 180415, 530, 3557, 0, '0', 0, 0, -3735.872314453125, -11717.40234375, -101.715667724609375, 1.308995485305786132, 0, 0, 0.608760833740234375, 0.793353796005249023, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+298, 180415, 530, 3557, 0, '0', 0, 0, -3729.74560546875, -11677.2314453125, -100.926010131835937, 0.017452461645007133, 0, 0, 0.008726119995117187, 0.999961912631988525, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+299, 180415, 530, 3557, 0, '0', 0, 0, -3733.022705078125, -11717.2451171875, -101.681869506835937, 0.366517573595046997, 0, 0, 0.182234764099121093, 0.98325502872467041, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+300, 180415, 530, 3557, 0, '0', 0, 0, -3719.35888671875, -11699.2509765625, -103.937362670898437, 5.445427894592285156, 0, 0, -0.40673637390136718, 0.913545548915863037, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+301, 180415, 530, 3557, 0, '0', 0, 0, -3723.25, -11714.7861328125, -101.569610595703125, 4.241150379180908203, 0, 0, -0.85264015197753906, 0.522498607635498046, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+302, 180415, 530, 3557, 0, '0', 0, 0, -3727.17578125, -11672.7607421875, -101.470130920410156, 5.480334281921386718, 0, 0, -0.39073085784912109, 0.920504987239837646, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+303, 180415, 530, 3557, 0, '0', 0, 0, -3720.975830078125, -11711.546875, -101.520530700683593, 0.226892471313476562, 0, 0, 0.113203048706054687, 0.993571877479553222, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+304, 180415, 530, 3557, 0, '0', 0, 0, -3716.477783203125, -11694.6953125, -101.400909423828125, 1.727874636650085449, 0, 0, 0.760405540466308593, 0.649448513984680175, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+305, 180415, 530, 3557, 0, '0', 0, 0, -3719.6611328125, -11699.2216796875, -100.87066650390625, 5.637413978576660156, 0, 0, -0.31730461120605468, 0.948323667049407958, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+306, 180415, 530, 3557, 0, '0', 0, 0, -3718.126708984375, -11707.64453125, -101.472389221191406, 5.567600727081298828, 0, 0, -0.35020732879638671, 0.936672210693359375, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+307, 180415, 530, 3557, 0, '0', 0, 0, -3725.66845703125, -11674.4482421875, -101.448028564453125, 0.174532130360603332, 0, 0, 0.087155342102050781, 0.996194720268249511, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+308, 180415, 530, 3557, 0, '0', 0, 0, -3716.6220703125, -11690.6708984375, -101.388481140136718, 2.286378860473632812, 0, 0, 0.909960746765136718, 0.414694398641586303, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+309, 180415, 530, 3557, 0, '0', 0, 0, -3730.7861328125, -11717.091796875, -101.654792785644531, 1.832594871520996093, 0, 0, 0.793353080749511718, 0.608761727809906005, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+310, 180415, 530, 3557, 0, '0', 0, 0, -3719.525634765625, -11698.30859375, -104.976882934570312, 1.518436193466186523, 0, 0, 0.6883544921875, 0.725374460220336914, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+311, 180415, 530, 3557, 0, '0', 0, 0, -3716.231689453125, -11697.8388671875, -101.411048889160156, 1.500982880592346191, 0, 0, 0.681998252868652343, 0.731353819370269775, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+312, 180415, 530, 3557, 0, '0', 0, 0, -3719.564208984375, -11681.380859375, -101.387153625488281, 3.857182979583740234, 0, 0, -0.93667125701904296, 0.350209832191467285, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+313, 180415, 530, 3557, 0, '0', 0, 0, -3716.13671875, -11700.830078125, -101.420242309570312, 3.298687219619750976, 0, 0, -0.99691677093505859, 0.078466430306434631, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+314, 180415, 530, 3557, 0, '0', 0, 0, -3721.317626953125, -11679.3154296875, -101.401077270507812, 6.161012649536132812, 0, 0, -0.06104850769042968, 0.998134791851043701, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+315, 180415, 530, 3557, 0, '0', 0, 0, -3716.72705078125, -11687.8720703125, -101.37982177734375, 2.617989301681518554, 0, 0, 0.965925216674804687, 0.258821308612823486, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+316, 180415, 530, 3557, 0, '0', 0, 0, -3727.41748046875, -11716.9697265625, -101.626968383789062, 0.645771682262420654, 0, 0, 0.317304611206054687, 0.948323667049407958, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+317, 180415, 530, 3557, 0, '0', 0, 0, -3723.27001953125, -11677.1533203125, -101.415931701660156, 3.804818391799926757, 0, 0, -0.94551849365234375, 0.325568377971649169, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+318, 180415, 530, 3557, 0, '0', 0, 0, -3719.403564453125, -11698.5595703125, -103.9371337890625, 1.745326757431030273, 0, 0, 0.766043663024902343, 0.642788589000701904, 120, 255, 1, 46366), -- CandleBlack01 (Area: 0 - Difficulty: 0) +(@OGUID+319, 180425, 530, 3557, 3557, '0', 0, 0, -4126.21826171875, -11775.80859375, -133.05950927734375, 3.054326534271240234, 0, 0, 0.999048233032226562, 0.043619260191917419, 120, 255, 1, 46366), -- SkullCandle01 (Area: The Exodar - Difficulty: 0) +(@OGUID+320, 180425, 530, 3557, 3557, '0', 0, 0, -4125.7958984375, -11769.1318359375, -134.1549072265625, 3.700104713439941406, 0, 0, -0.96126079559326171, 0.275640487670898437, 120, 255, 1, 46366), -- SkullCandle01 (Area: The Exodar - Difficulty: 0) +(@OGUID+321, 180425, 530, 3557, 3557, '0', 0, 0, -4021.7822265625, -11739.9736328125, -150.77020263671875, 0.715584874153137207, 0, 0, 0.350207328796386718, 0.936672210693359375, 120, 255, 1, 46366), -- SkullCandle01 (Area: The Exodar - Difficulty: 0) +(@OGUID+322, 180425, 530, 3557, 3557, '0', 0, 0, -4125.50244140625, -11772.931640625, -134.823562622070312, 3.036838293075561523, 0, 0, 0.998628616333007812, 0.052353221923112869, 120, 255, 1, 46366), -- SkullCandle01 (Area: The Exodar - Difficulty: 0) +(@OGUID+323, 180425, 530, 3557, 3557, '0', 0, 0, -4024.16357421875, -11735.806640625, -150.786468505859375, 0.523597896099090576, 0, 0, 0.258818626403808593, 0.965925931930541992, 120, 255, 1, 46366), -- SkullCandle01 (Area: The Exodar - Difficulty: 0) +(@OGUID+324, 180425, 530, 3557, 3557, '0', 0, 0, -4026.720458984375, -11731.0234375, -150.803024291992187, 0.506144583225250244, 0, 0, 0.250379562377929687, 0.968147754669189453, 120, 255, 1, 46366), -- SkullCandle01 (Area: The Exodar - Difficulty: 0) +(@OGUID+325, 180425, 530, 3524, 0, '0', 0, 0, -4102.9755859375, -11636.830078125, -137.312942504882812, 2.094393253326416015, 0, 0, 0.866024971008300781, 0.50000077486038208, 120, 255, 1, 46366), -- SkullCandle01 (Area: 0 - Difficulty: 0) +(@OGUID+326, 180425, 530, 3524, 0, '0', 0, 0, -4242.06591796875, -11638.208984375, -137.208572387695312, 3.159062385559082031, 0, 0, -0.99996185302734375, 0.008734640665352344, 120, 255, 1, 46366), -- SkullCandle01 (Area: 0 - Difficulty: 0) +(@OGUID+327, 180425, 530, 3524, 0, '0', 0, 0, -4243.13720703125, -11569.0595703125, -125.168472290039062, 2.757613182067871093, 0, 0, 0.981626510620117187, 0.190812408924102783, 120, 255, 1, 46366), -- SkullCandle01 (Area: 0 - Difficulty: 0) +(@OGUID+328, 180425, 530, 3524, 3574, '0', 0, 0, -4124.37255859375, -11462.7353515625, -124.6822509765625, 3.211419343948364257, 0, 0, -0.9993906021118164, 0.034906134009361267, 120, 255, 1, 46366), -- SkullCandle01 (Area: Valaar's Berth - Difficulty: 0) +(@OGUID+329, 180425, 530, 3524, 0, '0', 0, 0, -4117.408203125, -11462.171875, -124.594482421875, 0.226892471313476562, 0, 0, 0.113203048706054687, 0.993571877479553222, 120, 255, 1, 46366), -- SkullCandle01 (Area: 0 - Difficulty: 0) +(@OGUID+330, 180425, 530, 3524, 0, '0', 0, 0, -4091.29248046875, -11440.73828125, -135.686721801757812, 0.698131442070007324, 0, 0, 0.342020034790039062, 0.939692676067352294, 120, 255, 1, 46366), -- SkullCandle01 (Area: 0 - Difficulty: 0) +(@OGUID+331, 180425, 530, 3524, 0, '0', 0, 0, -4118.08056640625, -11419.73046875, -135.724853515625, 3.996806621551513671, 0, 0, -0.90996074676513671, 0.414694398641586303, 120, 255, 1, 46366), -- SkullCandle01 (Area: 0 - Difficulty: 0) +(@OGUID+332, 180425, 530, 3524, 0, '0', 0, 0, -4096.17236328125, -11445.8056640625, -135.742385864257812, 3.822272777557373046, 0, 0, -0.94264125823974609, 0.333807557821273803, 120, 255, 1, 46366), -- SkullCandle01 (Area: 0 - Difficulty: 0) +(@OGUID+333, 180425, 530, 3524, 0, '0', 0, 0, -4114.392578125, -11413.7470703125, -135.650863647460937, 0.942476630210876464, 0, 0, 0.453989982604980468, 0.891006767749786376, 120, 255, 1, 46366), -- SkullCandle01 (Area: 0 - Difficulty: 0) +(@OGUID+334, 180425, 530, 3557, 0, '0', 0, 0, -4045.921875, -11427.025390625, -135.038406372070312, 2.408554315567016601, 0, 0, 0.933580398559570312, 0.358368009328842163, 120, 255, 1, 46366), -- SkullCandle01 (Area: 0 - Difficulty: 0) +(@OGUID+335, 180425, 530, 3557, 0, '0', 0, 0, -4040.00732421875, -11430.9228515625, -134.983535766601562, 5.724681377410888671, 0, 0, -0.27563667297363281, 0.961261868476867675, 120, 255, 1, 46366), -- SkullCandle01 (Area: 0 - Difficulty: 0) +(@OGUID+336, 180425, 530, 3557, 0, '0', 0, 0, -4017.71044921875, -11449.0830078125, -130.95263671875, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 120, 255, 1, 46366), -- SkullCandle01 (Area: 0 - Difficulty: 0) +(@OGUID+337, 180425, 530, 3557, 0, '0', 0, 0, -4024.228759765625, -11446.4501953125, -131.062118530273437, 2.72271275520324707, 0, 0, 0.978147506713867187, 0.207912087440490722, 120, 255, 1, 46366), -- SkullCandle01 (Area: 0 - Difficulty: 0) +(@OGUID+338, 180425, 530, 3557, 0, '0', 0, 0, -4021.099853515625, -11409.626953125, -130.79583740234375, 2.548179388046264648, 0, 0, 0.956304550170898437, 0.292372345924377441, 120, 255, 1, 46366), -- SkullCandle01 (Area: 0 - Difficulty: 0) +(@OGUID+339, 180425, 530, 3557, 0, '0', 0, 0, -4014.9140625, -11413.048828125, -130.735122680664062, 5.70722818374633789, 0, 0, -0.28401470184326171, 0.958819925785064697, 120, 255, 1, 46366), -- SkullCandle01 (Area: 0 - Difficulty: 0) +(@OGUID+340, 180425, 530, 3557, 0, '0', 0, 0, -4062.18798828125, -11392.6533203125, -134.817855834960937, 5.881760597229003906, 0, 0, -0.19936752319335937, 0.979924798011779785, 120, 255, 1, 46366), -- SkullCandle01 (Area: 0 - Difficulty: 0) +(@OGUID+341, 180425, 530, 3557, 0, '0', 0, 0, -4068.702392578125, -11390.1181640625, -134.892257690429687, 2.775068521499633789, 0, 0, 0.983254432678222656, 0.182238012552261352, 120, 255, 1, 46366), -- SkullCandle01 (Area: 0 - Difficulty: 0) +(@OGUID+342, 180425, 530, 3557, 0, '0', 0, 0, -4100.9892578125, -11398.9228515625, -135.25927734375, 0.471238493919372558, 0, 0, 0.233445167541503906, 0.972369968891143798, 120, 255, 1, 46366), -- SkullCandle01 (Area: 0 - Difficulty: 0) +(@OGUID+343, 180425, 530, 3557, 0, '0', 0, 0, -4083.3359375, -11387.130859375, -134.955978393554687, 0.209439441561698913, 0, 0, 0.104528427124023437, 0.994521915912628173, 120, 255, 1, 46366), -- SkullCandle01 (Area: 0 - Difficulty: 0) +(@OGUID+344, 180425, 530, 3557, 0, '0', 0, 0, -4106.953125, -11402.6298828125, -135.384201049804687, 3.700104713439941406, 0, 0, -0.96126079559326171, 0.275640487670898437, 120, 255, 1, 46366), -- SkullCandle01 (Area: 0 - Difficulty: 0) +(@OGUID+345, 180425, 530, 3557, 0, '0', 0, 0, -4090.131591796875, -11388.982421875, -135.04705810546875, 3.159062385559082031, 0, 0, -0.99996185302734375, 0.008734640665352344, 120, 255, 1, 46366), -- SkullCandle01 (Area: 0 - Difficulty: 0) +(@OGUID+346, 180425, 530, 3557, 0, '0', 0, 0, -4101.583984375, -11360.73046875, -133.245956420898437, 0.017452461645007133, 0, 0, 0.008726119995117187, 0.999961912631988525, 120, 255, 1, 46366), -- SkullCandle01 (Area: 0 - Difficulty: 0) +(@OGUID+347, 180425, 530, 3557, 0, '0', 0, 0, -4108.62109375, -11361.3671875, -133.335983276367187, 3.263772249221801757, 0, 0, -0.99813461303710937, 0.061051756143569946, 120, 255, 1, 46366), -- SkullCandle01 (Area: 0 - Difficulty: 0) +(@OGUID+348, 180426, 530, 3557, 3557, '0', 0, 0, -4021.1806640625, -11906.7431640625, 18.57337188720703125, 0.261798173189163208, 0, 0, 0.130525588989257812, 0.991444945335388183, 120, 255, 1, 46366), -- Bat01 (Area: The Exodar - Difficulty: 0) +(@OGUID+349, 180426, 530, 3557, 3557, '0', 0, 0, -4023.357666015625, -11903.2392578125, 17.39222145080566406, 0.645771682262420654, 0, 0, 0.317304611206054687, 0.948323667049407958, 120, 255, 1, 46366), -- Bat01 (Area: The Exodar - Difficulty: 0) +(@OGUID+350, 180426, 530, 3557, 3557, '0', 0, 0, -4020.138916015625, -11905.3994140625, 15.46782398223876953, 5.323255538940429687, 0, 0, -0.46174812316894531, 0.887011110782623291, 120, 255, 1, 46366), -- Bat01 (Area: The Exodar - Difficulty: 0) +(@OGUID+351, 180426, 530, 3557, 3557, '0', 0, 0, -4020.12841796875, -11901.7900390625, 13.31859016418457031, 3.036838293075561523, 0, 0, 0.998628616333007812, 0.052353221923112869, 120, 255, 1, 46366), -- Bat01 (Area: The Exodar - Difficulty: 0) +(@OGUID+352, 180426, 530, 3557, 3557, '0', 0, 0, -4020.71533203125, -11903.9443359375, 20.79377174377441406, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 46366), -- Bat01 (Area: The Exodar - Difficulty: 0) +(@OGUID+353, 180426, 530, 3557, 3557, '0', 0, 0, -4021.732666015625, -11904.638671875, 14.17854022979736328, 2.548179388046264648, 0, 0, 0.956304550170898437, 0.292372345924377441, 120, 255, 1, 46366), -- Bat01 (Area: The Exodar - Difficulty: 0) +(@OGUID+354, 180426, 530, 3557, 3557, '0', 0, 0, -4022.822998046875, -11906.2548828125, 13.72997760772705078, 3.874631166458129882, 0, 0, -0.93358039855957031, 0.358368009328842163, 120, 255, 1, 46366), -- Bat01 (Area: The Exodar - Difficulty: 0) +(@OGUID+355, 180426, 530, 3557, 3557, '0', 0, 0, -4022.720458984375, -11904.5048828125, 15.52187919616699218, 3.752462387084960937, 0, 0, -0.95371627807617187, 0.300707906484603881, 120, 255, 1, 46366), -- Bat01 (Area: The Exodar - Difficulty: 0) +(@OGUID+356, 180426, 530, 3557, 3557, '0', 0, 0, -4021.390625, -11905.5361328125, 14.17397117614746093, 3.560472726821899414, 0, 0, -0.97814750671386718, 0.207912087440490722, 120, 255, 1, 46366), -- Bat01 (Area: The Exodar - Difficulty: 0) +(@OGUID+357, 180426, 530, 3557, 3557, '0', 0, 0, -4021.998291015625, -11903.044921875, 15.96754169464111328, 1.221729278564453125, 0, 0, 0.573575973510742187, 0.819152355194091796, 120, 255, 1, 46366), -- Bat01 (Area: The Exodar - Difficulty: 0) +(@OGUID+358, 180427, 530, 3557, 3557, '0', 0, 0, -4022.736083984375, -11902.328125, 15.33720207214355468, 2.513273954391479492, 0, 0, 0.951056480407714843, 0.309017121791839599, 120, 255, 1, 46366), -- Bat02 (Area: The Exodar - Difficulty: 0) +(@OGUID+359, 180427, 530, 3557, 3557, '0', 0, 0, -4023.197998046875, -11905.154296875, 13.31548500061035156, 4.869470596313476562, 0, 0, -0.64944744110107421, 0.760406434535980224, 120, 255, 1, 46366), -- Bat02 (Area: The Exodar - Difficulty: 0) +(@OGUID+360, 180427, 530, 3557, 3557, '0', 0, 0, -4023.916748046875, -11904.0517578125, 21.53965950012207031, 1.797688722610473632, 0, 0, 0.7826080322265625, 0.622514784336090087, 120, 255, 1, 46366), -- Bat02 (Area: The Exodar - Difficulty: 0) +(@OGUID+361, 180427, 530, 3557, 3557, '0', 0, 0, -4021.92529296875, -11901.8095703125, 14.05116081237792968, 0.174532130360603332, 0, 0, 0.087155342102050781, 0.996194720268249511, 120, 255, 1, 46366), -- Bat02 (Area: The Exodar - Difficulty: 0) +(@OGUID+362, 180427, 530, 3557, 3557, '0', 0, 0, -4020.560791015625, -11902.7568359375, 17.88973617553710937, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 46366), -- Bat02 (Area: The Exodar - Difficulty: 0) +(@OGUID+363, 180427, 530, 3557, 3557, '0', 0, 0, -4021.390625, -11903.685546875, 16.64392852783203125, 1.151916384696960449, 0, 0, 0.544638633728027343, 0.838670849800109863, 120, 255, 1, 46366), -- Bat02 (Area: The Exodar - Difficulty: 0) +(@OGUID+364, 180427, 530, 3557, 3557, '0', 0, 0, -4024.053955078125, -11905.3720703125, 14.35523319244384765, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, 46366), -- Bat02 (Area: The Exodar - Difficulty: 0) +(@OGUID+365, 180427, 530, 3557, 3557, '0', 0, 0, -4022.095458984375, -11906.64453125, 22.62260246276855468, 1.413715124130249023, 0, 0, 0.649447441101074218, 0.760406434535980224, 120, 255, 1, 46366), -- Bat02 (Area: The Exodar - Difficulty: 0) +(@OGUID+366, 180427, 530, 3557, 3557, '0', 0, 0, -4019.84716796875, -11904.3017578125, 16.00282859802246093, 1.413715124130249023, 0, 0, 0.649447441101074218, 0.760406434535980224, 120, 255, 1, 46366), -- Bat02 (Area: The Exodar - Difficulty: 0) +(@OGUID+367, 180427, 530, 3557, 3557, '0', 0, 0, -4019.677001953125, -11903.111328125, 14.95291519165039062, 1.658061861991882324, 0, 0, 0.737277030944824218, 0.67559051513671875, 120, 255, 1, 46366), -- Bat02 (Area: The Exodar - Difficulty: 0) +(@OGUID+368, 180431, 530, 3557, 3557, '0', 0, 0, -4070.2578125, -11985.8759765625, 74.23749542236328125, 0.209439441561698913, 0, 0, 0.104528427124023437, 0.994521915912628173, 120, 255, 1, 46366), -- G_Pumpkin_01 scale 4.0 (Area: The Exodar - Difficulty: 0) +(@OGUID+369, 180431, 530, 3557, 3557, '0', 0, 0, -3902.971435546875, -11684.68359375, -302.9849853515625, 3.263772249221801757, 0, 0, -0.99813461303710937, 0.061051756143569946, 120, 255, 1, 46366), -- G_Pumpkin_01 scale 4.0 (Area: The Exodar - Difficulty: 0) +(@OGUID+370, 180471, 530, 3557, 3557, '0', 0, 0, -4024.875, -11932.0244140625, 1.230083942413330078, 5.35816192626953125, 0, 0, -0.446197509765625, 0.894934535026550292, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: The Exodar - Difficulty: 0) +(@OGUID+371, 180471, 530, 3557, 3557, '0', 0, 0, -4041.654541015625, -11921.52734375, 1.167973041534423828, 5.532694816589355468, 0, 0, -0.3665008544921875, 0.93041771650314331, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: The Exodar - Difficulty: 0) +(@OGUID+372, 180471, 530, 3557, 3557, '0', 0, 0, -4041.3955078125, -11919.3310546875, 1.185986995697021484, 3.769911527633666992, 0, 0, -0.95105648040771484, 0.309017121791839599, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: The Exodar - Difficulty: 0) +(@OGUID+373, 180471, 530, 3557, 3557, '0', 0, 0, -4022.752197265625, -11932.0068359375, 1.279070973396301269, 0.645771682262420654, 0, 0, 0.317304611206054687, 0.948323667049407958, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: The Exodar - Difficulty: 0) +(@OGUID+374, 180471, 530, 3557, 3557, '0', 0, 0, -4093.646240234375, -11908.2177734375, 5.875799179077148437, 1.658061861991882324, 0, 0, 0.737277030944824218, 0.67559051513671875, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: The Exodar - Difficulty: 0) +(@OGUID+375, 180471, 530, 3557, 3557, '0', 0, 0, -3977.52294921875, -11845.7763671875, 14.58344554901123046, 2.617989301681518554, 0, 0, 0.965925216674804687, 0.258821308612823486, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: The Exodar - Difficulty: 0) +(@OGUID+376, 180471, 530, 3557, 3557, '0', 0, 0, -3992.963623046875, -11837.84765625, 14.40983104705810546, 2.652894020080566406, 0, 0, 0.970294952392578125, 0.241925001144409179, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: The Exodar - Difficulty: 0) +(@OGUID+377, 180471, 530, 3557, 3557, '0', 0, 0, -3852.087158203125, -11771.228515625, -76.1862106323242187, 0.401424884796142578, 0, 0, 0.199367523193359375, 0.979924798011779785, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: The Exodar - Difficulty: 0) +(@OGUID+378, 180471, 530, 3524, 0, '0', 0, 0, -3981.6103515625, -11692.6142578125, -133.766494750976562, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) +(@OGUID+379, 180471, 530, 3524, 0, '0', 0, 0, -4199.0234375, -11648.037109375, -89.0657272338867187, 1.186823248863220214, 0, 0, 0.559192657470703125, 0.829037725925445556, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) +(@OGUID+380, 180471, 530, 3524, 0, '0', 0, 0, -4216.01025390625, -11632.8486328125, -87.3016357421875, 1.117009282112121582, 0, 0, 0.529918670654296875, 0.84804844856262207, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) +(@OGUID+381, 180471, 530, 3524, 0, '0', 0, 0, -4226.9931640625, -11493.8486328125, 12.50159931182861328, 1.361356139183044433, 0, 0, 0.629320144653320312, 0.77714616060256958, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) +(@OGUID+382, 180471, 530, 3524, 0, '0', 0, 0, -4228.7197265625, -11495.1357421875, 12.530792236328125, 6.03883981704711914, 0, 0, -0.12186908721923828, 0.9925462007522583, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) +(@OGUID+383, 180471, 530, 3524, 0, '0', 0, 0, -4228.23291015625, -11492.0908203125, 12.43890190124511718, 2.879789113998413085, 0, 0, 0.991444587707519531, 0.130528271198272705, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) +(@OGUID+384, 180471, 530, 3524, 0, '0', 0, 0, -4214.07373046875, -11473.0908203125, -121.295196533203125, 1.291541695594787597, 0, 0, 0.60181427001953125, 0.798636078834533691, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) +(@OGUID+385, 180471, 530, 3524, 0, '0', 0, 0, -4213.62353515625, -11483.28515625, -121.375343322753906, 1.937312245368957519, 0, 0, 0.824125289916992187, 0.566407561302185058, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) +(@OGUID+386, 180471, 530, 3524, 0, '0', 0, 0, -4086.334228515625, -11526.322265625, 6.557292938232421875, 3.036838293075561523, 0, 0, 0.998628616333007812, 0.052353221923112869, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) +(@OGUID+387, 180471, 530, 3524, 0, '0', 0, 0, -4069.682861328125, -11507.7353515625, -4.45738887786865234, 0.401424884796142578, 0, 0, 0.199367523193359375, 0.979924798011779785, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) +(@OGUID+388, 180471, 530, 3557, 0, '0', 0, 0, -4045.32080078125, -11508.9951171875, -13.8638219833374023, 3.892086982727050781, 0, 0, -0.93041706085205078, 0.366502493619918823, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) +(@OGUID+389, 180471, 530, 3557, 0, '0', 0, 0, -4044.83203125, -11484.8525390625, -26.036376953125, 1.151916384696960449, 0, 0, 0.544638633728027343, 0.838670849800109863, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) +(@OGUID+390, 180471, 530, 3557, 0, '0', 0, 0, -4057.52392578125, -11558.052734375, -130.142715454101562, 0.942476630210876464, 0, 0, 0.453989982604980468, 0.891006767749786376, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) +(@OGUID+391, 180471, 530, 3557, 0, '0', 0, 0, -4053.54296875, -11550.2607421875, -130.018020629882812, 1.064649581909179687, 0, 0, 0.507537841796875, 0.861629426479339599, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) +(@OGUID+392, 180471, 530, 3557, 0, '0', 0, 0, -4026.03466796875, -11470.4658203125, -35.9120559692382812, 4.258606910705566406, 0, 0, -0.84804725646972656, 0.529920578002929687, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) +(@OGUID+393, 180471, 530, 3557, 0, '0', 0, 0, -3962.635498046875, -11394.9521484375, -110.895973205566406, 2.967041015625, 0, 0, 0.996193885803222656, 0.087165042757987976, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) +(@OGUID+394, 180471, 530, 3557, 0, '0', 0, 0, -3968.28515625, -11625.2373046875, -133.570526123046875, 3.839725255966186523, 0, 0, -0.93969249725341796, 0.34202045202255249, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) +(@OGUID+395, 180471, 530, 3557, 0, '0', 0, 0, -3965.993408203125, -11647.630859375, -200.561386108398437, 1.221729278564453125, 0, 0, 0.573575973510742187, 0.819152355194091796, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) +(@OGUID+396, 180471, 530, 3557, 0, '0', 0, 0, -3925.088623046875, -11612.373046875, -184.600540161132812, 0.471238493919372558, 0, 0, 0.233445167541503906, 0.972369968891143798, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) +(@OGUID+397, 180471, 530, 3557, 0, '0', 0, 0, -3899.186279296875, -11468.7880859375, -124.806182861328125, 3.036838293075561523, 0, 0, 0.998628616333007812, 0.052353221923112869, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) +(@OGUID+398, 180471, 530, 3557, 0, '0', 0, 0, -3958.171875, -11385.07421875, -110.806663513183593, 5.480334281921386718, 0, 0, -0.39073085784912109, 0.920504987239837646, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) +(@OGUID+399, 180471, 530, 3557, 0, '0', 0, 0, -3958.536376953125, -11351.1025390625, -110.664741516113281, 4.171337604522705078, 0, 0, -0.87035560607910156, 0.492423713207244873, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) +(@OGUID+400, 180471, 530, 3557, 0, '0', 0, 0, -4003.96484375, -11325.2412109375, -111.057426452636718, 1.082102894783020019, 0, 0, 0.51503753662109375, 0.857167601585388183, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) +(@OGUID+401, 180471, 530, 3557, 0, '0', 0, 0, -3993.104736328125, -11325.046875, -110.97479248046875, 5.078907966613769531, 0, 0, -0.56640625, 0.824126183986663818, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) +(@OGUID+402, 180471, 530, 3557, 0, '0', 0, 0, -3964.865478515625, -11342.2939453125, -110.699226379394531, 0.27925160527229309, 0, 0, 0.139172554016113281, 0.990268170833587646, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) +(@OGUID+403, 180471, 530, 3557, 0, '0', 0, 0, -3887.5908203125, -11465.619140625, -124.758041381835937, 2.70525527000427246, 0, 0, 0.97629547119140625, 0.216442063450813293, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) +(@OGUID+404, 180471, 530, 3557, 0, '0', 0, 0, -3871.28173828125, -11616.529296875, -168.447357177734375, 5.89921426773071289, 0, 0, -0.19080829620361328, 0.981627285480499267, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) +(@OGUID+405, 180471, 530, 3557, 0, '0', 0, 0, -3900.59814453125, -11606.8037109375, -132.432464599609375, 2.757613182067871093, 0, 0, 0.981626510620117187, 0.190812408924102783, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) +(@OGUID+406, 180471, 530, 3557, 0, '0', 0, 0, -3894.653564453125, -11612.0693359375, -290.51373291015625, 0.034906249493360519, 0, 0, 0.017452239990234375, 0.999847710132598876, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) +(@OGUID+407, 180471, 530, 3557, 0, '0', 0, 0, -3864.779541015625, -11620.8193359375, -288.65533447265625, 5.70722818374633789, 0, 0, -0.28401470184326171, 0.958819925785064697, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) +(@OGUID+408, 180471, 530, 3557, 0, '0', 0, 0, -3834.734375, -11657.1953125, -278.847137451171875, 5.183629035949707031, 0, 0, -0.52249813079833984, 0.852640450000762939, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) +(@OGUID+409, 180471, 530, 3557, 0, '0', 0, 0, -3789.503173828125, -11648.2919921875, -94.8602752685546875, 4.764749526977539062, 0, 0, -0.6883544921875, 0.725374460220336914, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) +(@OGUID+410, 180471, 530, 3557, 0, '0', 0, 0, -3969.78564453125, -11701.5615234375, -217.044570922851562, 2.007128477096557617, 0, 0, 0.84339141845703125, 0.537299633026123046, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) +(@OGUID+411, 180471, 530, 3557, 0, '0', 0, 0, -4260.4150390625, -11801.5458984375, -89.639678955078125, 0.401424884796142578, 0, 0, 0.199367523193359375, 0.979924798011779785, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) +(@OGUID+412, 180471, 530, 3557, 0, '0', 0, 0, -4238.63818359375, -11803.416015625, -90.1795272827148437, 5.305802345275878906, 0, 0, -0.46947097778320312, 0.882947921752929687, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) +(@OGUID+413, 180471, 530, 3557, 0, '0', 0, 0, -4249.58837890625, -11820.4892578125, -89.5915374755859375, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) +(@OGUID+414, 180471, 530, 3557, 0, '0', 0, 0, -4236.6865234375, -11835.5224609375, -130.244796752929687, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) +(@OGUID+415, 180471, 530, 3557, 0, '0', 0, 0, -4247.02294921875, -11828.8701171875, -103.969100952148437, 0.436331570148468017, 0, 0, 0.216439247131347656, 0.976296067237854003, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) +(@OGUID+416, 180471, 530, 3557, 0, '0', 0, 0, -4269.45263671875, -11789.7724609375, -79.9752960205078125, 3.78736734390258789, 0, 0, -0.94832324981689453, 0.317305892705917358, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) +(@OGUID+417, 180471, 530, 3557, 0, '0', 0, 0, -4240.6484375, -11844.2734375, -103.981666564941406, 3.595378875732421875, 0, 0, -0.97437000274658203, 0.224951311945915222, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) +(@OGUID+418, 180471, 530, 3557, 0, '0', 0, 0, -4274.93505859375, -11790.9755859375, -118.275932312011718, 3.45575571060180664, 0, 0, -0.98768806457519531, 0.156436234712600708, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) +(@OGUID+419, 180471, 530, 3557, 0, '0', 0, 0, -4268.75634765625, -11851.390625, -106.036468505859375, 1.954769015312194824, 0, 0, 0.829037666320800781, 0.559192776679992675, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) +(@OGUID+420, 180471, 530, 3557, 0, '0', 0, 0, -4282.26806640625, -11770.4111328125, -118.223907470703125, 0.331610709428787231, 0, 0, 0.16504669189453125, 0.986285746097564697, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) +(@OGUID+421, 180471, 530, 3557, 0, '0', 0, 0, -4279.06201171875, -11773.244140625, -80.0182723999023437, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) +(@OGUID+422, 180471, 530, 3557, 0, '0', 0, 0, -4286.01220703125, -11822.4716796875, -94.6164932250976562, 1.989672422409057617, 0, 0, 0.838669776916503906, 0.544640243053436279, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) +(@OGUID+423, 180471, 530, 3557, 0, '0', 0, 0, -4300.6552734375, -11797.896484375, -86.3502349853515625, 1.972219824790954589, 0, 0, 0.83388519287109375, 0.55193793773651123, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) +(@OGUID+424, 180471, 530, 3557, 0, '0', 0, 0, -3934.3486328125, -11742.5166015625, -232.646865844726562, 2.775068521499633789, 0, 0, 0.983254432678222656, 0.182238012552261352, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) +(@OGUID+425, 180471, 530, 3557, 0, '0', 0, 0, -3880.213623046875, -11746.5068359375, -247.852005004882812, 3.647741317749023437, 0, 0, -0.96814727783203125, 0.250381410121917724, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) +(@OGUID+426, 180471, 530, 3557, 0, '0', 0, 0, -3838.982666015625, -11711.2001953125, -263.182861328125, 4.328419685363769531, 0, 0, -0.82903671264648437, 0.559194147586822509, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) +(@OGUID+427, 180471, 530, 3557, 0, '0', 0, 0, -3838.333251953125, -11760.6611328125, -75.9645462036132812, 0.698131442070007324, 0, 0, 0.342020034790039062, 0.939692676067352294, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) +(@OGUID+428, 180471, 530, 3557, 0, '0', 0, 0, -3801, -11697.2568359375, -98.9766006469726562, 5.131268978118896484, 0, 0, -0.54463863372802734, 0.838670849800109863, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) +(@OGUID+429, 180471, 530, 3557, 0, '0', 0, 0, -3776.904541015625, -11696.498046875, -99.402618408203125, 4.607671737670898437, 0, 0, -0.74314403533935546, 0.669131457805633544, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) +(@OGUID+430, 180471, 530, 3557, 0, '0', 0, 0, -3768.142822265625, -11696.0439453125, -99.33514404296875, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) +(@OGUID+431, 180471, 530, 3557, 0, '0', 0, 0, -3757.18701171875, -11683.650390625, -93.9027862548828125, 1.291541695594787597, 0, 0, 0.60181427001953125, 0.798636078834533691, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) +(@OGUID+432, 180471, 530, 3557, 0, '0', 0, 0, -3755.783935546875, -11709.322265625, -94.5139007568359375, 1.954769015312194824, 0, 0, 0.829037666320800781, 0.559192776679992675, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) +(@OGUID+433, 180471, 530, 3557, 0, '0', 0, 0, -3742.178955078125, -11725.2841796875, -94.4283065795898437, 2.44346022605895996, 0, 0, 0.939692497253417968, 0.34202045202255249, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) +(@OGUID+434, 180471, 530, 3557, 0, '0', 0, 0, -3745.32373046875, -11666.021484375, -94.2304306030273437, 0.331610709428787231, 0, 0, 0.16504669189453125, 0.986285746097564697, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) +(@OGUID+435, 180471, 530, 3557, 0, '0', 0, 0, -3729.762939453125, -11708.14453125, -97.2564468383789062, 4.049167633056640625, 0, 0, -0.89879322052001953, 0.438372820615768432, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) +(@OGUID+436, 180471, 530, 3557, 0, '0', 0, 0, -3729.850341796875, -11681.5478515625, -97.109954833984375, 5.637413978576660156, 0, 0, -0.31730461120605468, 0.948323667049407958, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) +(@OGUID+437, 180471, 530, 3557, 0, '0', 0, 0, -3720.6220703125, -11723.8720703125, -94.1560287475585937, 3.281238555908203125, 0, 0, -0.99756336212158203, 0.069766148924827575, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) +(@OGUID+438, 180471, 530, 3557, 0, '0', 0, 0, -3723.63330078125, -11664.8310546875, -93.9958114624023437, 5.811946868896484375, 0, 0, -0.2334451675415039, 0.972369968891143798, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) +(@OGUID+439, 180471, 530, 3557, 0, '0', 0, 0, -3721.0439453125, -11694.654296875, -97.1126632690429687, 4.904376029968261718, 0, 0, -0.636077880859375, 0.771624863147735595, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) +(@OGUID+440, 180471, 530, 3557, 0, '0', 0, 0, -3708.3525390625, -11706.5947265625, -93.9439849853515625, 4.555310726165771484, 0, 0, -0.76040554046630859, 0.649448513984680175, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) +(@OGUID+441, 180471, 530, 3557, 0, '0', 0, 0, -3709.834228515625, -11680.87890625, -93.8377609252929687, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) +(@OGUID+442, 180472, 530, 3557, 3557, '0', 0, 0, -4069.880126953125, -11997.1953125, 27.59116744995117187, 4.433136463165283203, 0, 0, -0.79863548278808593, 0.60181504487991333, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: The Exodar - Difficulty: 0) +(@OGUID+443, 180472, 530, 3557, 3557, '0', 0, 0, -4079.71826171875, -12000.7568359375, 5.584811210632324218, 4.9218292236328125, 0, 0, -0.62932014465332031, 0.77714616060256958, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: The Exodar - Difficulty: 0) +(@OGUID+444, 180472, 530, 3557, 3557, '0', 0, 0, -4059.67529296875, -11908.7900390625, 5.657193183898925781, 6.230826377868652343, 0, 0, -0.02617645263671875, 0.999657332897186279, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: The Exodar - Difficulty: 0) +(@OGUID+445, 180472, 530, 3557, 3557, '0', 0, 0, -4059.166748046875, -12005.7080078125, 5.507446765899658203, 4.241150379180908203, 0, 0, -0.85264015197753906, 0.522498607635498046, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: The Exodar - Difficulty: 0) +(@OGUID+446, 180472, 530, 3557, 3557, '0', 0, 0, -3988.2236328125, -11847.908203125, 19.81283378601074218, 4.241150379180908203, 0, 0, -0.85264015197753906, 0.522498607635498046, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: The Exodar - Difficulty: 0) +(@OGUID+447, 180472, 530, 3557, 3557, '0', 0, 0, -3976.4462890625, -11820.5751953125, 7.924562931060791015, 4.293513298034667968, 0, 0, -0.8386697769165039, 0.544640243053436279, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: The Exodar - Difficulty: 0) +(@OGUID+448, 180472, 530, 3557, 3557, '0', 0, 0, -3906.10205078125, -11841.146484375, -21.5003433227539062, 2.740161895751953125, 0, 0, 0.979924201965332031, 0.199370384216308593, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: The Exodar - Difficulty: 0) +(@OGUID+449, 180472, 530, 3557, 3557, '0', 0, 0, -3838.48095703125, -11818.8701171875, -50.8811988830566406, 4.258606910705566406, 0, 0, -0.84804725646972656, 0.529920578002929687, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: The Exodar - Difficulty: 0) +(@OGUID+450, 180472, 530, 3557, 3557, '0', 0, 0, -3890.515625, -11785.1767578125, -84.0623092651367187, 2.042035102844238281, 0, 0, 0.852640151977539062, 0.522498607635498046, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: The Exodar - Difficulty: 0) +(@OGUID+451, 180472, 530, 3557, 3557, '0', 0, 0, -4026.388916015625, -11736.6474609375, -140.944168090820312, 0.488691210746765136, 0, 0, 0.241921424865722656, 0.970295846462249755, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: The Exodar - Difficulty: 0) +(@OGUID+452, 180472, 530, 3557, 3557, '0', 0, 0, -4086.431884765625, -11730.341796875, -128.8560791015625, 1.884953022003173828, 0, 0, 0.809016227722167968, 0.587786316871643066, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: The Exodar - Difficulty: 0) +(@OGUID+453, 180472, 530, 3557, 3557, '0', 0, 0, -4099.9521484375, -11731.115234375, -128.984695434570312, 1.378809213638305664, 0, 0, 0.636077880859375, 0.771624863147735595, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: The Exodar - Difficulty: 0) +(@OGUID+454, 180472, 530, 3557, 3557, '0', 0, 0, -3982.01953125, -11711.9111328125, -129.040603637695312, 0.488691210746765136, 0, 0, 0.241921424865722656, 0.970295846462249755, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: The Exodar - Difficulty: 0) +(@OGUID+455, 180472, 530, 3557, 3557, '0', 0, 0, -4145.3740234375, -11746.8134765625, -122.565971374511718, 1.919861555099487304, 0, 0, 0.819151878356933593, 0.573576688766479492, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: The Exodar - Difficulty: 0) +(@OGUID+456, 180472, 530, 3524, 0, '0', 0, 0, -4095.2890625, -11629.28125, -127.925239562988281, 2.530723094940185546, 0, 0, 0.953716278076171875, 0.300707906484603881, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+457, 180472, 530, 3524, 0, '0', 0, 0, -4197.24169921875, -11634.2880859375, -86.9932403564453125, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+458, 180472, 530, 3524, 0, '0', 0, 0, -4204.185546875, -11647.6220703125, -87.06903076171875, 6.021387100219726562, 0, 0, -0.13052558898925781, 0.991444945335388183, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+459, 180472, 530, 3524, 0, '0', 0, 0, -4226.2412109375, -11702.6318359375, -134.41986083984375, 0.925023794174194335, 0, 0, 0.446197509765625, 0.894934535026550292, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+460, 180472, 530, 3524, 0, '0', 0, 0, -4129.9970703125, -11570.50390625, -122.112922668457031, 4.241150379180908203, 0, 0, -0.85264015197753906, 0.522498607635498046, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+461, 180472, 530, 3524, 0, '0', 0, 0, -4262.4404296875, -11648.208984375, -130.650421142578125, 3.78736734390258789, 0, 0, -0.94832324981689453, 0.317305892705917358, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+462, 180472, 530, 3524, 0, '0', 0, 0, -4248.62353515625, -11654.2646484375, -130.555633544921875, 3.996806621551513671, 0, 0, -0.90996074676513671, 0.414694398641586303, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+463, 180472, 530, 3524, 0, '0', 0, 0, -4233.916015625, -11559.0517578125, -115.261253356933593, 5.637413978576660156, 0, 0, -0.31730461120605468, 0.948323667049407958, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+464, 180472, 530, 3524, 0, '0', 0, 0, -4160.81396484375, -11475.7314453125, -109.4429931640625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+465, 180472, 530, 3524, 3574, '0', 0, 0, -4259.314453125, -11388.3759765625, 21.31119728088378906, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Valaar's Berth - Difficulty: 0) +(@OGUID+466, 180472, 530, 3524, 3574, '0', 0, 0, -4262.01318359375, -11360.6171875, 21.31091690063476562, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Valaar's Berth - Difficulty: 0) +(@OGUID+467, 180472, 530, 3524, 0, '0', 0, 0, -4114.95556640625, -11513.697265625, 34.648895263671875, 2.635444164276123046, 0, 0, 0.96814727783203125, 0.250381410121917724, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+468, 180472, 530, 3557, 0, '0', 0, 0, -4019.193115234375, -11521.3662109375, -114.704811096191406, 2.286378860473632812, 0, 0, 0.909960746765136718, 0.414694398641586303, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+469, 180472, 530, 3557, 0, '0', 0, 0, -3979.661376953125, -11492.7783203125, -128.674514770507812, 4.014260292053222656, 0, 0, -0.90630722045898437, 0.422619491815567016, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+470, 180472, 530, 3557, 0, '0', 0, 0, -3993.615966796875, -11549.421875, -114.541816711425781, 5.270895957946777343, 0, 0, -0.48480892181396484, 0.87462007999420166, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+471, 180472, 530, 3557, 0, '0', 0, 0, -3967.083251953125, -11476.513671875, -127.010231018066406, 4.049167633056640625, 0, 0, -0.89879322052001953, 0.438372820615768432, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+472, 180472, 530, 3557, 0, '0', 0, 0, -3953.978271484375, -11437.5810546875, -112.422416687011718, 3.211419343948364257, 0, 0, -0.9993906021118164, 0.034906134009361267, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+473, 180472, 530, 3557, 0, '0', 0, 0, -3981.040771484375, -11386.9287109375, -112.036148071289062, 2.565631866455078125, 0, 0, 0.958819389343261718, 0.284016460180282592, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+474, 180472, 530, 3557, 0, '0', 0, 0, -3974.7197265625, -11374.9853515625, -111.945533752441406, 2.687806606292724609, 0, 0, 0.974370002746582031, 0.224951311945915222, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+475, 180472, 530, 3557, 0, '0', 0, 0, -4006.122314453125, -11344.5009765625, -112.174110412597656, 4.852017402648925781, 0, 0, -0.65605831146240234, 0.754710197448730468, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+476, 180472, 530, 3557, 0, '0', 0, 0, -3919.22998046875, -11545.6708984375, -139.171356201171875, 4.747295856475830078, 0, 0, -0.69465827941894531, 0.719339847564697265, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+477, 180472, 530, 3557, 0, '0', 0, 0, -3920.263916015625, -11592.0341796875, -129.58172607421875, 4.694936752319335937, 0, 0, -0.71325016021728515, 0.700909554958343505, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+478, 180472, 530, 3557, 0, '0', 0, 0, -3883.150146484375, -11501.556640625, -121.835693359375, 5.009094715118408203, 0, 0, -0.59482288360595703, 0.80385679006576538, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+479, 180472, 530, 3557, 0, '0', 0, 0, -3918.7109375, -11436.2255859375, -108.441390991210937, 0.052358884364366531, 0, 0, 0.02617645263671875, 0.999657332897186279, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+480, 180472, 530, 3557, 0, '0', 0, 0, -3974.612548828125, -11363.0771484375, -111.872367858886718, 3.577930212020874023, 0, 0, -0.97629547119140625, 0.216442063450813293, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+481, 180472, 530, 3557, 0, '0', 0, 0, -3992.596435546875, -11345.203125, -112.015487670898437, 4.537858963012695312, 0, 0, -0.76604366302490234, 0.642788589000701904, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+482, 180472, 530, 3557, 0, '0', 0, 0, -3981.844970703125, -11351.611328125, -111.962272644042968, 3.892086982727050781, 0, 0, -0.93041706085205078, 0.366502493619918823, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+483, 180472, 530, 3557, 0, '0', 0, 0, -3919.447509765625, -11328.31640625, -106.484542846679687, 6.073746204376220703, 0, 0, -0.10452842712402343, 0.994521915912628173, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+484, 180472, 530, 3557, 0, '0', 0, 0, -3857.09814453125, -11411.5830078125, -105.502456665039062, 3.263772249221801757, 0, 0, -0.99813461303710937, 0.061051756143569946, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+485, 180472, 530, 3557, 0, '0', 0, 0, -3873.42138671875, -11387.544921875, -108.920967102050781, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+486, 180472, 530, 3557, 0, '0', 0, 0, -3865.8251953125, -11352.9052734375, -109.161102294921875, 1.884953022003173828, 0, 0, 0.809016227722167968, 0.587786316871643066, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+487, 180472, 530, 3557, 0, '0', 0, 0, -3824.751708984375, -11417.8232421875, -108.071151733398437, 5.6897735595703125, 0, 0, -0.29237174987792968, 0.956304728984832763, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+488, 180472, 530, 3557, 0, '0', 0, 0, -3834.662841796875, -11342.1611328125, -109.889389038085937, 1.256635904312133789, 0, 0, 0.587784767150878906, 0.809017360210418701, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+489, 180472, 530, 3557, 0, '0', 0, 0, -3829.295166015625, -11304.7216796875, -105.341529846191406, 4.223697185516357421, 0, 0, -0.85716724395751953, 0.515038192272186279, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+490, 180472, 530, 3557, 0, '0', 0, 0, -3795.463623046875, -11370.365234375, -107.244453430175781, 0.837757468223571777, 0, 0, 0.406736373901367187, 0.913545548915863037, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+491, 180472, 530, 3557, 0, '0', 0, 0, -3769.657470703125, -11331.5947265625, -110.875419616699218, 4.258606910705566406, 0, 0, -0.84804725646972656, 0.529920578002929687, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+492, 180472, 530, 3557, 0, '0', 0, 0, -3724.869384765625, -11385.892578125, -127.289962768554687, 2.303830623626708984, 0, 0, 0.913544654846191406, 0.406738430261611938, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+493, 180472, 530, 3557, 0, '0', 0, 0, -3714.088134765625, -11360.5869140625, -110.385772705078125, 4.031712055206298828, 0, 0, -0.90258502960205078, 0.430511653423309326, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+494, 180472, 530, 3557, 0, '0', 0, 0, -3704.8955078125, -11465.9853515625, -107.828086853027343, 1.954769015312194824, 0, 0, 0.829037666320800781, 0.559192776679992675, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+495, 180472, 530, 3557, 0, '0', 0, 0, -3639.57275390625, -11456.3701171875, -97.9247665405273437, 3.071766138076782226, 0, 0, 0.999390602111816406, 0.034906134009361267, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+496, 180472, 530, 3557, 0, '0', 0, 0, -3781.9296875, -11531.7861328125, -124.035942077636718, 1.919861555099487304, 0, 0, 0.819151878356933593, 0.573576688766479492, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+497, 180472, 530, 3557, 0, '0', 0, 0, -3795.353271484375, -11533.701171875, -124.098793029785156, 1.553341388702392578, 0, 0, 0.700908660888671875, 0.713251054286956787, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+498, 180472, 530, 3557, 0, '0', 0, 0, -3785.037353515625, -11569.1943359375, -112.172203063964843, 2.007128477096557617, 0, 0, 0.84339141845703125, 0.537299633026123046, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+499, 180472, 530, 3557, 0, '0', 0, 0, -3814.158447265625, -11623.8720703125, -89.4821395874023437, 4.764749526977539062, 0, 0, -0.6883544921875, 0.725374460220336914, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+500, 180472, 530, 3557, 0, '0', 0, 0, -4204.53857421875, -11830.38671875, -123.742027282714843, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+501, 180472, 530, 3557, 0, '0', 0, 0, -4236.3271484375, -11804.140625, -121.033241271972656, 0.645771682262420654, 0, 0, 0.317304611206054687, 0.948323667049407958, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+502, 180472, 530, 3557, 0, '0', 0, 0, -4243.2158203125, -11793.39453125, -121.043296813964843, 0.418878614902496337, 0, 0, 0.207911491394042968, 0.978147625923156738, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+503, 180472, 530, 3557, 0, '0', 0, 0, -4193.5625, -11838.4208984375, -123.671226501464843, 1.117009282112121582, 0, 0, 0.529918670654296875, 0.84804844856262207, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+504, 180472, 530, 3557, 0, '0', 0, 0, -4260.2265625, -11775.2890625, -114.416679382324218, 0.331610709428787231, 0, 0, 0.16504669189453125, 0.986285746097564697, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+505, 180472, 530, 3557, 0, '0', 0, 0, -4271.0146484375, -11813.7734375, -85.8473587036132812, 3.630291461944580078, 0, 0, -0.97029495239257812, 0.241925001144409179, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+506, 180472, 530, 3557, 0, '0', 0, 0, -4278.68994140625, -11824.4345703125, -90.313568115234375, 5.270895957946777343, 0, 0, -0.48480892181396484, 0.87462007999420166, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+507, 180472, 530, 3557, 0, '0', 0, 0, -4284.00048828125, -11815.6982421875, -90.3124771118164062, 2.111847877502441406, 0, 0, 0.870355606079101562, 0.492423713207244873, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+508, 180472, 530, 3557, 0, '0', 0, 0, -3846.642822265625, -11764.1767578125, -70.1660614013671875, 5.375615119934082031, 0, 0, -0.4383707046508789, 0.898794233798980712, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+509, 180472, 530, 3557, 0, '0', 0, 0, -3815.569580078125, -11739.6962890625, -89.072967529296875, 2.146752834320068359, 0, 0, 0.878816604614257812, 0.477159708738327026, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+510, 180472, 530, 3557, 0, '0', 0, 0, -3785.14111328125, -11717.859375, -89.4469680786132812, 3.211419343948364257, 0, 0, -0.9993906021118164, 0.034906134009361267, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+511, 180472, 530, 3557, 0, '0', 0, 0, -3782.72265625, -11696.46875, -93.8380889892578125, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+512, 180472, 530, 3557, 0, '0', 0, 0, -3788.112060546875, -11668.599609375, -89.3508682250976562, 3.211419343948364257, 0, 0, -0.9993906021118164, 0.034906134009361267, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+513, 180472, 530, 3557, 0, '0', 0, 0, -3761.4931640625, -11695.9150390625, -95.8013763427734375, 0.069811686873435974, 0, 0, 0.034898757934570312, 0.999390840530395507, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+514, 180523, 530, 3557, 0, '0', 0, 0, -3744.4306640625, -11680.919921875, -105.3031005859375, 3.892086982727050781, 0, 0, -0.93041706085205078, 0.366502493619918823, 120, 255, 1, 46366), -- Apple Bob (Area: 0 - Difficulty: 0) +(@OGUID+515, 190041, 530, 3557, 0, '0', 0, 0, -3739.819580078125, -11692.4423828125, -105.785942077636718, 4.398232460021972656, 0, 0, -0.80901622772216796, 0.587786316871643066, 120, 255, 1, 46366); -- Candy Bucket (Area: 0 - Difficulty: 0) + +-- Event spawns +DELETE FROM `game_event_creature` WHERE `eventEntry`=12 AND `guid`=@CGUID+0; +INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES +(12, @CGUID+0); + +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+515; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48), +(12, @OGUID+49), +(12, @OGUID+50), +(12, @OGUID+51), +(12, @OGUID+52), +(12, @OGUID+53), +(12, @OGUID+54), +(12, @OGUID+55), +(12, @OGUID+56), +(12, @OGUID+57), +(12, @OGUID+58), +(12, @OGUID+59), +(12, @OGUID+60), +(12, @OGUID+61), +(12, @OGUID+62), +(12, @OGUID+63), +(12, @OGUID+64), +(12, @OGUID+65), +(12, @OGUID+66), +(12, @OGUID+67), +(12, @OGUID+68), +(12, @OGUID+69), +(12, @OGUID+70), +(12, @OGUID+71), +(12, @OGUID+72), +(12, @OGUID+73), +(12, @OGUID+74), +(12, @OGUID+75), +(12, @OGUID+76), +(12, @OGUID+77), +(12, @OGUID+78), +(12, @OGUID+79), +(12, @OGUID+80), +(12, @OGUID+81), +(12, @OGUID+82), +(12, @OGUID+83), +(12, @OGUID+84), +(12, @OGUID+85), +(12, @OGUID+86), +(12, @OGUID+87), +(12, @OGUID+88), +(12, @OGUID+89), +(12, @OGUID+90), +(12, @OGUID+91), +(12, @OGUID+92), +(12, @OGUID+93), +(12, @OGUID+94), +(12, @OGUID+95), +(12, @OGUID+96), +(12, @OGUID+97), +(12, @OGUID+98), +(12, @OGUID+99), +(12, @OGUID+100), +(12, @OGUID+101), +(12, @OGUID+102), +(12, @OGUID+103), +(12, @OGUID+104), +(12, @OGUID+105), +(12, @OGUID+106), +(12, @OGUID+107), +(12, @OGUID+108), +(12, @OGUID+109), +(12, @OGUID+110), +(12, @OGUID+111), +(12, @OGUID+112), +(12, @OGUID+113), +(12, @OGUID+114), +(12, @OGUID+115), +(12, @OGUID+116), +(12, @OGUID+117), +(12, @OGUID+118), +(12, @OGUID+119), +(12, @OGUID+120), +(12, @OGUID+121), +(12, @OGUID+122), +(12, @OGUID+123), +(12, @OGUID+124), +(12, @OGUID+125), +(12, @OGUID+126), +(12, @OGUID+127), +(12, @OGUID+128), +(12, @OGUID+129), +(12, @OGUID+130), +(12, @OGUID+131), +(12, @OGUID+132), +(12, @OGUID+133), +(12, @OGUID+134), +(12, @OGUID+135), +(12, @OGUID+136), +(12, @OGUID+137), +(12, @OGUID+138), +(12, @OGUID+139), +(12, @OGUID+140), +(12, @OGUID+141), +(12, @OGUID+142), +(12, @OGUID+143), +(12, @OGUID+144), +(12, @OGUID+145), +(12, @OGUID+146), +(12, @OGUID+147), +(12, @OGUID+148), +(12, @OGUID+149), +(12, @OGUID+150), +(12, @OGUID+151), +(12, @OGUID+152), +(12, @OGUID+153), +(12, @OGUID+154), +(12, @OGUID+155), +(12, @OGUID+156), +(12, @OGUID+157), +(12, @OGUID+158), +(12, @OGUID+159), +(12, @OGUID+160), +(12, @OGUID+161), +(12, @OGUID+162), +(12, @OGUID+163), +(12, @OGUID+164), +(12, @OGUID+165), +(12, @OGUID+166), +(12, @OGUID+167), +(12, @OGUID+168), +(12, @OGUID+169), +(12, @OGUID+170), +(12, @OGUID+171), +(12, @OGUID+172), +(12, @OGUID+173), +(12, @OGUID+174), +(12, @OGUID+175), +(12, @OGUID+176), +(12, @OGUID+177), +(12, @OGUID+178), +(12, @OGUID+179), +(12, @OGUID+180), +(12, @OGUID+181), +(12, @OGUID+182), +(12, @OGUID+183), +(12, @OGUID+184), +(12, @OGUID+185), +(12, @OGUID+186), +(12, @OGUID+187), +(12, @OGUID+188), +(12, @OGUID+189), +(12, @OGUID+190), +(12, @OGUID+191), +(12, @OGUID+192), +(12, @OGUID+193), +(12, @OGUID+194), +(12, @OGUID+195), +(12, @OGUID+196), +(12, @OGUID+197), +(12, @OGUID+198), +(12, @OGUID+199), +(12, @OGUID+200), +(12, @OGUID+201), +(12, @OGUID+202), +(12, @OGUID+203), +(12, @OGUID+204), +(12, @OGUID+205), +(12, @OGUID+206), +(12, @OGUID+207), +(12, @OGUID+208), +(12, @OGUID+209), +(12, @OGUID+210), +(12, @OGUID+211), +(12, @OGUID+212), +(12, @OGUID+213), +(12, @OGUID+214), +(12, @OGUID+215), +(12, @OGUID+216), +(12, @OGUID+217), +(12, @OGUID+218), +(12, @OGUID+219), +(12, @OGUID+220), +(12, @OGUID+221), +(12, @OGUID+222), +(12, @OGUID+223), +(12, @OGUID+224), +(12, @OGUID+225), +(12, @OGUID+226), +(12, @OGUID+227), +(12, @OGUID+228), +(12, @OGUID+229), +(12, @OGUID+230), +(12, @OGUID+231), +(12, @OGUID+232), +(12, @OGUID+233), +(12, @OGUID+234), +(12, @OGUID+235), +(12, @OGUID+236), +(12, @OGUID+237), +(12, @OGUID+238), +(12, @OGUID+239), +(12, @OGUID+240), +(12, @OGUID+241), +(12, @OGUID+242), +(12, @OGUID+243), +(12, @OGUID+244), +(12, @OGUID+245), +(12, @OGUID+246), +(12, @OGUID+247), +(12, @OGUID+248), +(12, @OGUID+249), +(12, @OGUID+250), +(12, @OGUID+251), +(12, @OGUID+252), +(12, @OGUID+253), +(12, @OGUID+254), +(12, @OGUID+255), +(12, @OGUID+256), +(12, @OGUID+257), +(12, @OGUID+258), +(12, @OGUID+259), +(12, @OGUID+260), +(12, @OGUID+261), +(12, @OGUID+262), +(12, @OGUID+263), +(12, @OGUID+264), +(12, @OGUID+265), +(12, @OGUID+266), +(12, @OGUID+267), +(12, @OGUID+268), +(12, @OGUID+269), +(12, @OGUID+270), +(12, @OGUID+271), +(12, @OGUID+272), +(12, @OGUID+273), +(12, @OGUID+274), +(12, @OGUID+275), +(12, @OGUID+276), +(12, @OGUID+277), +(12, @OGUID+278), +(12, @OGUID+279), +(12, @OGUID+280), +(12, @OGUID+281), +(12, @OGUID+282), +(12, @OGUID+283), +(12, @OGUID+284), +(12, @OGUID+285), +(12, @OGUID+286), +(12, @OGUID+287), +(12, @OGUID+288), +(12, @OGUID+289), +(12, @OGUID+290), +(12, @OGUID+291), +(12, @OGUID+292), +(12, @OGUID+293), +(12, @OGUID+294), +(12, @OGUID+295), +(12, @OGUID+296), +(12, @OGUID+297), +(12, @OGUID+298), +(12, @OGUID+299), +(12, @OGUID+300), +(12, @OGUID+301), +(12, @OGUID+302), +(12, @OGUID+303), +(12, @OGUID+304), +(12, @OGUID+305), +(12, @OGUID+306), +(12, @OGUID+307), +(12, @OGUID+308), +(12, @OGUID+309), +(12, @OGUID+310), +(12, @OGUID+311), +(12, @OGUID+312), +(12, @OGUID+313), +(12, @OGUID+314), +(12, @OGUID+315), +(12, @OGUID+316), +(12, @OGUID+317), +(12, @OGUID+318), +(12, @OGUID+319), +(12, @OGUID+320), +(12, @OGUID+321), +(12, @OGUID+322), +(12, @OGUID+323), +(12, @OGUID+324), +(12, @OGUID+325), +(12, @OGUID+326), +(12, @OGUID+327), +(12, @OGUID+328), +(12, @OGUID+329), +(12, @OGUID+330), +(12, @OGUID+331), +(12, @OGUID+332), +(12, @OGUID+333), +(12, @OGUID+334), +(12, @OGUID+335), +(12, @OGUID+336), +(12, @OGUID+337), +(12, @OGUID+338), +(12, @OGUID+339), +(12, @OGUID+340), +(12, @OGUID+341), +(12, @OGUID+342), +(12, @OGUID+343), +(12, @OGUID+344), +(12, @OGUID+345), +(12, @OGUID+346), +(12, @OGUID+347), +(12, @OGUID+348), +(12, @OGUID+349), +(12, @OGUID+350), +(12, @OGUID+351), +(12, @OGUID+352), +(12, @OGUID+353), +(12, @OGUID+354), +(12, @OGUID+355), +(12, @OGUID+356), +(12, @OGUID+357), +(12, @OGUID+358), +(12, @OGUID+359), +(12, @OGUID+360), +(12, @OGUID+361), +(12, @OGUID+362), +(12, @OGUID+363), +(12, @OGUID+364), +(12, @OGUID+365), +(12, @OGUID+366), +(12, @OGUID+367), +(12, @OGUID+368), +(12, @OGUID+369), +(12, @OGUID+370), +(12, @OGUID+371), +(12, @OGUID+372), +(12, @OGUID+373), +(12, @OGUID+374), +(12, @OGUID+375), +(12, @OGUID+376), +(12, @OGUID+377), +(12, @OGUID+378), +(12, @OGUID+379), +(12, @OGUID+380), +(12, @OGUID+381), +(12, @OGUID+382), +(12, @OGUID+383), +(12, @OGUID+384), +(12, @OGUID+385), +(12, @OGUID+386), +(12, @OGUID+387), +(12, @OGUID+388), +(12, @OGUID+389), +(12, @OGUID+390), +(12, @OGUID+391), +(12, @OGUID+392), +(12, @OGUID+393), +(12, @OGUID+394), +(12, @OGUID+395), +(12, @OGUID+396), +(12, @OGUID+397), +(12, @OGUID+398), +(12, @OGUID+399), +(12, @OGUID+400), +(12, @OGUID+401), +(12, @OGUID+402), +(12, @OGUID+403), +(12, @OGUID+404), +(12, @OGUID+405), +(12, @OGUID+406), +(12, @OGUID+407), +(12, @OGUID+408), +(12, @OGUID+409), +(12, @OGUID+410), +(12, @OGUID+411), +(12, @OGUID+412), +(12, @OGUID+413), +(12, @OGUID+414), +(12, @OGUID+415), +(12, @OGUID+416), +(12, @OGUID+417), +(12, @OGUID+418), +(12, @OGUID+419), +(12, @OGUID+420), +(12, @OGUID+421), +(12, @OGUID+422), +(12, @OGUID+423), +(12, @OGUID+424), +(12, @OGUID+425), +(12, @OGUID+426), +(12, @OGUID+427), +(12, @OGUID+428), +(12, @OGUID+429), +(12, @OGUID+430), +(12, @OGUID+431), +(12, @OGUID+432), +(12, @OGUID+433), +(12, @OGUID+434), +(12, @OGUID+435), +(12, @OGUID+436), +(12, @OGUID+437), +(12, @OGUID+438), +(12, @OGUID+439), +(12, @OGUID+440), +(12, @OGUID+441), +(12, @OGUID+442), +(12, @OGUID+443), +(12, @OGUID+444), +(12, @OGUID+445), +(12, @OGUID+446), +(12, @OGUID+447), +(12, @OGUID+448), +(12, @OGUID+449), +(12, @OGUID+450), +(12, @OGUID+451), +(12, @OGUID+452), +(12, @OGUID+453), +(12, @OGUID+454), +(12, @OGUID+455), +(12, @OGUID+456), +(12, @OGUID+457), +(12, @OGUID+458), +(12, @OGUID+459), +(12, @OGUID+460), +(12, @OGUID+461), +(12, @OGUID+462), +(12, @OGUID+463), +(12, @OGUID+464), +(12, @OGUID+465), +(12, @OGUID+466), +(12, @OGUID+467), +(12, @OGUID+468), +(12, @OGUID+469), +(12, @OGUID+470), +(12, @OGUID+471), +(12, @OGUID+472), +(12, @OGUID+473), +(12, @OGUID+474), +(12, @OGUID+475), +(12, @OGUID+476), +(12, @OGUID+477), +(12, @OGUID+478), +(12, @OGUID+479), +(12, @OGUID+480), +(12, @OGUID+481), +(12, @OGUID+482), +(12, @OGUID+483), +(12, @OGUID+484), +(12, @OGUID+485), +(12, @OGUID+486), +(12, @OGUID+487), +(12, @OGUID+488), +(12, @OGUID+489), +(12, @OGUID+490), +(12, @OGUID+491), +(12, @OGUID+492), +(12, @OGUID+493), +(12, @OGUID+494), +(12, @OGUID+495), +(12, @OGUID+496), +(12, @OGUID+497), +(12, @OGUID+498), +(12, @OGUID+499), +(12, @OGUID+500), +(12, @OGUID+501), +(12, @OGUID+502), +(12, @OGUID+503), +(12, @OGUID+504), +(12, @OGUID+505), +(12, @OGUID+506), +(12, @OGUID+507), +(12, @OGUID+508), +(12, @OGUID+509), +(12, @OGUID+510), +(12, @OGUID+511), +(12, @OGUID+512), +(12, @OGUID+513), +(12, @OGUID+514), +(12, @OGUID+515); + +-- +SET @CGUID := 3800283; +SET @OGUID := 3805920; + +-- Old creature spawns +DELETE FROM `creature` WHERE `guid` BETWEEN 3000355 AND 3000401; +DELETE FROM `creature_addon` WHERE `guid` BETWEEN 3000355 AND 3000401; +DELETE FROM `game_event_creature` WHERE `guid` BETWEEN 3000355 AND 3000401; + +-- Creature spawns +DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+46; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES +(@CGUID+0, 18038, 530, 3524, 0, '0', 0, 0, 0, 1, -4194.95556640625, -12281.197265625, 0.749703288078308105, 5.689773082733154296, 120, 0, 0, 3412, 0, 0, NULL, NULL, NULL, NULL, 46366), -- Azuremyst Peacekeeper (Area: 0 - Difficulty: 0) +(@CGUID+1, 23537, 530, 3524, 3576, '0', 0, 0, 0, 0, -4213.01025390625, -12515.451171875, 52.52944564819335937, 0.252863407135009765, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46366), -- Headless Horseman - Fire (DND) (Area: Azure Watch - Difficulty: 0) (Auras: 42074 - Headless Horseman - Fire) +(@CGUID+2, 23537, 530, 3524, 3576, '0', 0, 0, 0, 0, -4130.1650390625, -12484.8330078125, 49.45761871337890625, 4.418400287628173828, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46366), -- Headless Horseman - Fire (DND) (Area: Azure Watch - Difficulty: 0) +(@CGUID+3, 23537, 530, 3524, 3576, '0', 0, 0, 0, 0, -4126.0556640625, -12484.1669921875, 46.7120819091796875, 0.369236618280410766, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46366), -- Headless Horseman - Fire (DND) (Area: Azure Watch - Difficulty: 0) +(@CGUID+4, 23537, 530, 3524, 3576, '0', 0, 0, 0, 0, -4149.71728515625, -12482.451171875, 53.907501220703125, 4.06933450698852539, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46366), -- Headless Horseman - Fire (DND) (Area: Azure Watch - Difficulty: 0) +(@CGUID+5, 23537, 530, 3524, 3576, '0', 0, 0, 0, 0, -4139.328125, -12486.9384765625, 54.24388885498046875, 3.074496984481811523, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46366), -- Headless Horseman - Fire (DND) (Area: Azure Watch - Difficulty: 0) +(@CGUID+6, 23537, 530, 3524, 3576, '0', 0, 0, 0, 0, -4214.171875, -12517.0283203125, 55.0714263916015625, 3.586442232131958007, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46366), -- Headless Horseman - Fire (DND) (Area: Azure Watch - Difficulty: 0) (Auras: 42112 - Headless Horseman - Update Size) +(@CGUID+7, 23537, 530, 3524, 3576, '0', 0, 0, 0, 0, -4136.97412109375, -12485.521484375, 55.1362457275390625, 0.386689931154251098, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46366), -- Headless Horseman - Fire (DND) (Area: Azure Watch - Difficulty: 0) +(@CGUID+8, 23537, 530, 3524, 3576, '0', 0, 0, 0, 0, -4134.7412109375, -12487.5693359375, 51.09186553955078125, 3.51082921028137207, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46366), -- Headless Horseman - Fire (DND) (Area: Azure Watch - Difficulty: 0) +(@CGUID+9, 23537, 530, 3524, 3576, '0', 0, 0, 0, 0, -4214.98291015625, -12513.50390625, 53.46002197265625, 2.41707158088684082, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46366), -- Headless Horseman - Fire (DND) (Area: Azure Watch - Difficulty: 0) (Auras: 42112 - Headless Horseman - Update Size) +(@CGUID+10, 23537, 530, 3524, 3576, '0', 0, 0, 0, 0, -4151.39599609375, -12476.5107421875, 50.64475250244140625, 1.992392778396606445, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46366), -- Headless Horseman - Fire (DND) (Area: Azure Watch - Difficulty: 0) +(@CGUID+11, 23537, 530, 3524, 3576, '0', 0, 0, 0, 0, -4146.171875, -12486.375, 54.20624923706054687, 5.413238048553466796, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46366), -- Headless Horseman - Fire (DND) (Area: Azure Watch - Difficulty: 0) +(@CGUID+12, 23537, 530, 3524, 3576, '0', 0, 0, 0, 0, -4150.59033203125, -12472.732421875, 51.58469390869140625, 4.453307151794433593, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46366), -- Headless Horseman - Fire (DND) (Area: Azure Watch - Difficulty: 0) +(@CGUID+13, 23537, 530, 3524, 3576, '0', 0, 0, 0, 0, -4123.58349609375, -12481.3056640625, 44.85959625244140625, 1.1197282075881958, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46366), -- Headless Horseman - Fire (DND) (Area: Azure Watch - Difficulty: 0) +(@CGUID+14, 23537, 530, 3524, 3576, '0', 0, 0, 0, 0, -4213.142578125, -12519.5869140625, 51.0774078369140625, 6.064809799194335937, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46366), -- Headless Horseman - Fire (DND) (Area: Azure Watch - Difficulty: 0) (Auras: 42074 - Headless Horseman - Fire, 42096 - Headless Horseman - Fire onSpawn, Size) +(@CGUID+15, 23537, 530, 3524, 3576, '0', 0, 0, 0, 0, -4143.65966796875, -12489.267578125, 47.77335357666015625, 3.301389694213867187, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46366), -- Headless Horseman - Fire (DND) (Area: Azure Watch - Difficulty: 0) +(@CGUID+16, 23537, 530, 3524, 3576, '0', 0, 0, 0, 0, -4138.35400390625, -12489.4931640625, 51.50437545776367187, 2.079659223556518554, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46366), -- Headless Horseman - Fire (DND) (Area: Azure Watch - Difficulty: 0) +(@CGUID+17, 23537, 530, 3524, 3576, '0', 0, 0, 0, 0, -4214.67529296875, -12512.2392578125, 50.97021102905273437, 6.204436302185058593, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46366), -- Headless Horseman - Fire (DND) (Area: Azure Watch - Difficulty: 0) (Auras: 42074 - Headless Horseman - Fire) +(@CGUID+18, 23537, 530, 3524, 3576, '0', 0, 0, 0, 0, -4141.45654296875, -12490.4658203125, 49.78397750854492187, 2.463631629943847656, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46366), -- Headless Horseman - Fire (DND) (Area: Azure Watch - Difficulty: 0) +(@CGUID+19, 23537, 530, 3524, 3576, '0', 0, 0, 0, 0, -4148.73779296875, -12485.294921875, 53.26068878173828125, 1.451340794563293457, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46366), -- Headless Horseman - Fire (DND) (Area: Azure Watch - Difficulty: 0) +(@CGUID+20, 23537, 530, 3524, 3576, '0', 0, 0, 0, 0, -4150.875, -12481.12890625, 49.62337112426757812, 0.962648570537567138, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46366), -- Headless Horseman - Fire (DND) (Area: Azure Watch - Difficulty: 0) +(@CGUID+21, 23537, 530, 3524, 3576, '0', 0, 0, 0, 0, -4149.11474609375, -12475.853515625, 53.1472625732421875, 0.316876739263534545, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46366), -- Headless Horseman - Fire (DND) (Area: Azure Watch - Difficulty: 0) +(@CGUID+22, 23537, 530, 3524, 3576, '0', 0, 0, 0, 0, -4132.37841796875, -12484.7080078125, 54.00955581665039062, 0.543769538402557373, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46366), -- Headless Horseman - Fire (DND) (Area: Azure Watch - Difficulty: 0) +(@CGUID+23, 23537, 530, 3524, 3576, '0', 0, 0, 0, 0, -4147.29345703125, -12473.1845703125, 53.9451141357421875, 2.690524578094482421, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46366), -- Headless Horseman - Fire (DND) (Area: Azure Watch - Difficulty: 0) +(@CGUID+24, 23537, 530, 3524, 3576, '0', 0, 0, 0, 0, -4145.27587890625, -12488.0556640625, 51.10165786743164062, 2.777791023254394531, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46366), -- Headless Horseman - Fire (DND) (Area: Azure Watch - Difficulty: 0) +(@CGUID+25, 23537, 530, 3524, 3576, '0', 0, 0, 0, 0, -4216.84375, -12524.0283203125, 52.26282501220703125, 5.506304264068603515, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46366), -- Headless Horseman - Fire (DND) (Area: Azure Watch - Difficulty: 0) (Auras: 42091 - Headless Horseman - Fire Size, 42096 - Headless Horseman - Fire onSpawn, Size) +(@CGUID+26, 23537, 530, 3524, 3576, '0', 0, 0, 0, 0, -4221.62841796875, -12507.8017578125, 49.60944366455078125, 4.738359451293945312, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46366), -- Headless Horseman - Fire (DND) (Area: Azure Watch - Difficulty: 0) (Auras: 42091 - Headless Horseman - Fire Size) +(@CGUID+27, 23537, 530, 3524, 3576, '0', 0, 0, 0, 0, -4225.36279296875, -12508.478515625, 48.54803848266601562, 4.563826560974121093, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46366), -- Headless Horseman - Fire (DND) (Area: Azure Watch - Difficulty: 0) +(@CGUID+28, 23537, 530, 3524, 3576, '0', 0, 0, 0, 0, -4216.20849609375, -12510.771484375, 47.28512191772460937, 3.900601625442504882, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46366), -- Headless Horseman - Fire (DND) (Area: Azure Watch - Difficulty: 0) (Auras: 42091 - Headless Horseman - Fire Size) +(@CGUID+29, 23537, 530, 3524, 3576, '0', 0, 0, 0, 0, -4220.51904296875, -12528.8505859375, 49.85346603393554687, 1.561860322952270507, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46366), -- Headless Horseman - Fire (DND) (Area: Azure Watch - Difficulty: 0) (Auras: 42091 - Headless Horseman - Fire Size, 42096 - Headless Horseman - Fire onSpawn, Size) +(@CGUID+30, 23537, 530, 3524, 3576, '0', 0, 0, 0, 0, -4220.298828125, -12510.9931640625, 52.38683700561523437, 3.132656574249267578, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46366), -- Headless Horseman - Fire (DND) (Area: Azure Watch - Difficulty: 0) (Auras: 42112 - Headless Horseman - Update Size) +(@CGUID+31, 23537, 530, 3524, 3576, '0', 0, 0, 0, 0, -4223.689453125, -12529.0419921875, 51.87207412719726562, 1.369874119758605957, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46366), -- Headless Horseman - Fire (DND) (Area: Azure Watch - Difficulty: 0) (Auras: 42091 - Headless Horseman - Fire Size, 42096 - Headless Horseman - Fire onSpawn, Size) +(@CGUID+32, 23537, 530, 3524, 3576, '0', 0, 0, 0, 0, -4216.80029296875, -12527.1181640625, 50.93590545654296875, 2.242538690567016601, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46366), -- Headless Horseman - Fire (DND) (Area: Azure Watch - Difficulty: 0) (Auras: 42091 - Headless Horseman - Fire Size, 42096 - Headless Horseman - Fire onSpawn, Size) +(@CGUID+33, 23537, 530, 3524, 3576, '0', 0, 0, 0, 0, -4214.29345703125, -12523.53515625, 50.40539169311523437, 5.768103599548339843, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46366), -- Headless Horseman - Fire (DND) (Area: Azure Watch - Difficulty: 0) (Auras: 42074 - Headless Horseman - Fire) +(@CGUID+34, 23537, 530, 3524, 3576, '0', 0, 0, 0, 0, -4218.69091796875, -12508.41015625, 49.02115249633789062, 0.130690366029739379, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46366), -- Headless Horseman - Fire (DND) (Area: Azure Watch - Difficulty: 0) (Auras: 42091 - Headless Horseman - Fire Size) +(@CGUID+35, 23537, 530, 3524, 3576, '0', 0, 0, 0, 0, -4223.1630859375, -12530.875, 48.23623275756835937, 0.427396327257156372, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46366), -- Headless Horseman - Fire (DND) (Area: Azure Watch - Difficulty: 0) (Auras: 42091 - Headless Horseman - Fire Size, 42096 - Headless Horseman - Fire onSpawn, Size) +(@CGUID+36, 23537, 530, 3524, 3576, '0', 0, 0, 0, 0, -4223.60791015625, -12510.9306640625, 52.02587890625, 1.247701048851013183, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46366), -- Headless Horseman - Fire (DND) (Area: Azure Watch - Difficulty: 0) (Auras: 42091 - Headless Horseman - Fire Size) +(@CGUID+37, 23537, 530, 3524, 0, '0', 0, 0, 0, 0, -4198.75341796875, -12264.4755859375, 3.137856245040893554, 4.625122547149658203, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46366), -- Headless Horseman - Fire (DND) (Area: 0 - Difficulty: 0) +(@CGUID+38, 23537, 530, 3524, 0, '0', 0, 0, 0, 0, -4203.650390625, -12283.09765625, 2.559959173202514648, 1.623156189918518066, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46366), -- Headless Horseman - Fire (DND) (Area: 0 - Difficulty: 0) +(@CGUID+39, 23537, 530, 3524, 0, '0', 0, 0, 0, 0, -4192.44677734375, -12268.0634765625, 1.632104396820068359, 5.375614166259765625, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46366), -- Headless Horseman - Fire (DND) (Area: 0 - Difficulty: 0) +(@CGUID+40, 23537, 530, 3524, 0, '0', 0, 0, 0, 0, -4207.79931640625, -12276.6748046875, 3.902661323547363281, 6.195918560028076171, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46366), -- Headless Horseman - Fire (DND) (Area: 0 - Difficulty: 0) +(@CGUID+41, 23537, 530, 3524, 0, '0', 0, 0, 0, 0, -4203.5556640625, -12270.728515625, 3.779903173446655273, 6.021385669708251953, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46366), -- Headless Horseman - Fire (DND) (Area: 0 - Difficulty: 0) +(@CGUID+42, 23712, 530, 3524, 3576, '0', 0, 0, 0, 0, -4188.38671875, -12501.90234375, 44.44465255737304687, 0.331612557172775268, 120, 0, 0, 34, 0, 0, NULL, NULL, NULL, NULL, 46366), -- Touring Orphan (Area: Azure Watch - Difficulty: 0) +(@CGUID+43, 23712, 530, 3524, 3576, '0', 0, 0, 0, 0, -4188.1259765625, -12500.5517578125, 44.44465255737304687, 5.619960308074951171, 120, 0, 0, 34, 0, 0, NULL, NULL, NULL, NULL, 46366), -- Touring Orphan (Area: Azure Watch - Difficulty: 0) +(@CGUID+44, 23712, 530, 3524, 3576, '0', 0, 0, 0, 0, -4187.20947265625, -12499.896484375, 44.44465255737304687, 4.852015495300292968, 120, 0, 0, 34, 0, 0, NULL, NULL, NULL, NULL, 46366), -- Touring Orphan (Area: Azure Watch - Difficulty: 0) +(@CGUID+45, 23712, 530, 3524, 3576, '0', 0, 0, 0, 0, -4187.45556640625, -12502.751953125, 44.44465255737304687, 1.256637096405029296, 120, 0, 0, 34, 0, 0, NULL, NULL, NULL, NULL, 46366), -- Touring Orphan (Area: Azure Watch - Difficulty: 0) +(@CGUID+46, 24519, 530, 3524, 3576, '0', 0, 0, 0, 0, -4187.1376953125, -12501.388671875, 44.44465255737304687, 2.897246599197387695, 120, 0, 0, 18771, 0, 0, NULL, NULL, NULL, NULL, 46366); -- Costumed Orphan Matron (Area: Azure Watch - Difficulty: 0) + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3007543 AND 3007667; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3007543 AND 3007667; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3007543 AND 3007667; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+124; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 530, 3524, 3576, '0', 0, 0, -4106.099609375, -12482.2490234375, 42.60072708129882812, 1.85004889965057373, 0, 0, 0.798635482788085937, 0.60181504487991333, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+1, 180405, 530, 3524, 3576, '0', 0, 0, -4209.689453125, -12516.853515625, 45.6704864501953125, 2.234017848968505859, 0, 0, 0.898793220520019531, 0.438372820615768432, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+2, 180405, 530, 3524, 3576, '0', 0, 0, -4154.16845703125, -12485.9892578125, 44.48395919799804687, 5.89921426773071289, 0, 0, -0.19080829620361328, 0.981627285480499267, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+3, 180405, 530, 3524, 3576, '0', 0, 0, -4232.39306640625, -12497.5966796875, 43.78133010864257812, 4.660029888153076171, 0, 0, -0.72537422180175781, 0.688354730606079101, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+4, 180405, 530, 3524, 3576, '0', 0, 0, -4210.13427734375, -12559.54296875, 41.69550704956054687, 0.802850961685180664, 0, 0, 0.390730857849121093, 0.920504987239837646, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+5, 180406, 530, 3524, 3576, '0', 0, 0, -4103.95703125, -12500.955078125, 42.72493362426757812, 2.303830623626708984, 0, 0, 0.913544654846191406, 0.406738430261611938, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Azure Watch - Difficulty: 0) +(@OGUID+6, 180406, 530, 3524, 3576, '0', 0, 0, -4155.759765625, -12535.306640625, 45.46803665161132812, 3.874631166458129882, 0, 0, -0.93358039855957031, 0.358368009328842163, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Azure Watch - Difficulty: 0) +(@OGUID+7, 180406, 530, 3524, 3576, '0', 0, 0, -4227.47314453125, -12483.6865234375, 44.2101593017578125, 4.97418975830078125, 0, 0, -0.60876083374023437, 0.793353796005249023, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Azure Watch - Difficulty: 0) +(@OGUID+8, 180407, 530, 3524, 3576, '0', 0, 0, -4212.15869140625, -12511.021484375, 45.32862091064453125, 2.286378860473632812, 0, 0, 0.909960746765136718, 0.414694398641586303, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Azure Watch - Difficulty: 0) +(@OGUID+9, 180407, 530, 3524, 3576, '0', 0, 0, -4181.39697265625, -12564.78515625, 40.294525146484375, 6.108653545379638671, 0, 0, -0.08715534210205078, 0.996194720268249511, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Azure Watch - Difficulty: 0) +(@OGUID+10, 180407, 530, 3524, 3576, '0', 0, 0, -4150.23681640625, -12490.3330078125, 44.47504425048828125, 5.794494152069091796, 0, 0, -0.24192142486572265, 0.970295846462249755, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Azure Watch - Difficulty: 0) +(@OGUID+11, 180407, 530, 3524, 3576, '0', 0, 0, -4167.341796875, -12452.5908203125, 44.03234100341796875, 5.89921426773071289, 0, 0, -0.19080829620361328, 0.981627285480499267, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Azure Watch - Difficulty: 0) +(@OGUID+12, 180411, 530, 3524, 3576, '0', 0, 0, -4230.20166015625, -12521.87890625, 50.21706771850585937, 3.804818391799926757, 0, 0, -0.94551849365234375, 0.325568377971649169, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+13, 180415, 530, 3524, 3576, '0', 0, 0, -4180.38525390625, -12501.123046875, 47.1245880126953125, 3.368495941162109375, 0, 0, -0.99357128143310546, 0.113208353519439697, 120, 255, 1, 46366), -- CandleBlack01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+14, 180415, 530, 3524, 3576, '0', 0, 0, -4180.27880859375, -12501.986328125, 47.12661361694335937, 3.682650327682495117, 0, 0, -0.96362972259521484, 0.26724100112915039, 120, 255, 1, 46366), -- CandleBlack01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+15, 180415, 530, 3524, 3576, '0', 0, 0, -4178.26318359375, -12503.6689453125, 47.12734222412109375, 4.171337604522705078, 0, 0, -0.87035560607910156, 0.492423713207244873, 120, 255, 1, 46366), -- CandleBlack01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+16, 180415, 530, 3524, 3576, '0', 0, 0, -4177.80126953125, -12503.763671875, 47.12590408325195312, 1.308995485305786132, 0, 0, 0.608760833740234375, 0.793353796005249023, 120, 255, 1, 46366), -- CandleBlack01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+17, 180415, 530, 3524, 3576, '0', 0, 0, -4190.67822265625, -12467.5087890625, 46.48041152954101562, 5.654868602752685546, 0, 0, -0.30901622772216796, 0.95105677843093872, 120, 255, 1, 46366), -- CandleBlack01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+18, 180415, 530, 3524, 3576, '0', 0, 0, -4176.59619140625, -12499.7578125, 47.12430191040039062, 4.188792228698730468, 0, 0, -0.86602497100830078, 0.50000077486038208, 120, 255, 1, 46366), -- CandleBlack01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+19, 180415, 530, 3524, 3576, '0', 0, 0, -4175.74560546875, -12502.263671875, 47.134979248046875, 3.857182979583740234, 0, 0, -0.93667125701904296, 0.350209832191467285, 120, 255, 1, 46366), -- CandleBlack01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+20, 180415, 530, 3524, 3576, '0', 0, 0, -4180.013671875, -12502.603515625, 47.13022232055664062, 4.502951622009277343, 0, 0, -0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- CandleBlack01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+21, 180415, 530, 3524, 3576, '0', 0, 0, -4179.40625, -12503.5068359375, 47.13358306884765625, 5.567600727081298828, 0, 0, -0.35020732879638671, 0.936672210693359375, 120, 255, 1, 46366), -- CandleBlack01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+22, 180415, 530, 3524, 3576, '0', 0, 0, -4179.17919921875, -12499.4140625, 47.13383865356445312, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 120, 255, 1, 46366), -- CandleBlack01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+23, 180415, 530, 3524, 3576, '0', 0, 0, -4176.68212890625, -12503.44140625, 47.12620162963867187, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 120, 255, 1, 46366), -- CandleBlack01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+24, 180415, 530, 3524, 3576, '0', 0, 0, -4178.6337890625, -12503.607421875, 47.129119873046875, 4.852017402648925781, 0, 0, -0.65605831146240234, 0.754710197448730468, 120, 255, 1, 46366), -- CandleBlack01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+25, 180415, 530, 3524, 3576, '0', 0, 0, -4179.900390625, -12502.87109375, 47.13166427612304687, 3.316144466400146484, 0, 0, -0.99619388580322265, 0.087165042757987976, 120, 255, 1, 46366), -- CandleBlack01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+26, 180415, 530, 3524, 3576, '0', 0, 0, -4177.380859375, -12499.419921875, 47.12635421752929687, 0.698131442070007324, 0, 0, 0.342020034790039062, 0.939692676067352294, 120, 255, 1, 46366), -- CandleBlack01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+27, 180415, 530, 3524, 3576, '0', 0, 0, -4178.173828125, -12499.294921875, 47.13103103637695312, 5.445427894592285156, 0, 0, -0.40673637390136718, 0.913545548915863037, 120, 255, 1, 46366), -- CandleBlack01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+28, 180415, 530, 3524, 3576, '0', 0, 0, -4176.42822265625, -12500.19921875, 47.1257781982421875, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 46366), -- CandleBlack01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+29, 180415, 530, 3524, 3576, '0', 0, 0, -4176.44091796875, -12503.1240234375, 47.12855911254882812, 5.270895957946777343, 0, 0, -0.48480892181396484, 0.87462007999420166, 120, 255, 1, 46366), -- CandleBlack01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+30, 180415, 530, 3524, 3576, '0', 0, 0, -4177.76318359375, -12499.369140625, 47.12849807739257812, 5.637413978576660156, 0, 0, -0.31730461120605468, 0.948323667049407958, 120, 255, 1, 46366), -- CandleBlack01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+31, 180415, 530, 3524, 3576, '0', 0, 0, -4178.5009765625, -12499.2275390625, 47.13319778442382812, 5.410521507263183593, 0, 0, -0.42261791229248046, 0.906307935714721679, 120, 255, 1, 46366), -- CandleBlack01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+32, 180415, 530, 3524, 3576, '0', 0, 0, -4176.87744140625, -12503.7236328125, 47.12460708618164062, 2.67034769058227539, 0, 0, 0.972369194030761718, 0.233448356389999389, 120, 255, 1, 46366), -- CandleBlack01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+33, 180415, 530, 3524, 3576, '0', 0, 0, -4175.7275390625, -12501.7822265625, 47.13441848754882812, 2.44346022605895996, 0, 0, 0.939692497253417968, 0.34202045202255249, 120, 255, 1, 46366), -- CandleBlack01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+34, 180415, 530, 3524, 3576, '0', 0, 0, -4179.37939453125, -12499.705078125, 47.13203048706054687, 5.637413978576660156, 0, 0, -0.31730461120605468, 0.948323667049407958, 120, 255, 1, 46366), -- CandleBlack01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+35, 180415, 530, 3524, 3576, '0', 0, 0, -4175.984375, -12502.54296875, 47.13262176513671875, 3.43830275535583496, 0, 0, -0.98901557922363281, 0.147811368107795715, 120, 255, 1, 46366), -- CandleBlack01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+36, 180415, 530, 3524, 3576, '0', 0, 0, -4180.43212890625, -12501.67578125, 47.12528610229492187, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 46366), -- CandleBlack01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+37, 180415, 530, 3524, 3576, '0', 0, 0, -4176.23828125, -12500.580078125, 47.128387451171875, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 46366), -- CandleBlack01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+38, 180415, 530, 3524, 3576, '0', 0, 0, -4179.04052734375, -12503.5537109375, 47.13144683837890625, 2.495818138122558593, 0, 0, 0.948323249816894531, 0.317305892705917358, 120, 255, 1, 46366), -- CandleBlack01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+39, 180415, 530, 3524, 3576, '0', 0, 0, -4179.88232421875, -12500.4033203125, 47.12837600708007812, 5.201082706451416015, 0, 0, -0.51503753662109375, 0.857167601585388183, 120, 255, 1, 46366), -- CandleBlack01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+40, 180415, 530, 3524, 3576, '0', 0, 0, -4176.060546875, -12501.0234375, 47.13015365600585937, 2.897245407104492187, 0, 0, 0.99254608154296875, 0.121869951486587524, 120, 255, 1, 46366), -- CandleBlack01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+41, 180415, 530, 3524, 3576, '0', 0, 0, -4177.05810546875, -12499.4677734375, 47.12438583374023437, 5.864306926727294921, 0, 0, -0.20791149139404296, 0.978147625923156738, 120, 255, 1, 46366), -- CandleBlack01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+42, 180415, 530, 3524, 3576, '0', 0, 0, -4177.38134765625, -12503.8369140625, 47.12417984008789062, 5.777040958404541015, 0, 0, -0.25037956237792968, 0.968147754669189453, 120, 255, 1, 46366), -- CandleBlack01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+43, 180415, 530, 3524, 3576, '0', 0, 0, -4178.8046875, -12499.2021484375, 47.1342620849609375, 1.797688722610473632, 0, 0, 0.7826080322265625, 0.622514784336090087, 120, 255, 1, 46366), -- CandleBlack01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+44, 180415, 530, 3524, 3576, '0', 0, 0, -4180.1318359375, -12500.765625, 47.126373291015625, 5.078907966613769531, 0, 0, -0.56640625, 0.824126183986663818, 120, 255, 1, 46366), -- CandleBlack01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+45, 180415, 530, 3524, 3576, '0', 0, 0, -4175.892578125, -12501.416015625, 47.1322479248046875, 4.48549652099609375, 0, 0, -0.7826080322265625, 0.622514784336090087, 120, 255, 1, 46366), -- CandleBlack01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+46, 180415, 530, 3524, 3576, '0', 0, 0, -4179.79052734375, -12503.166015625, 47.1336212158203125, 5.550147056579589843, 0, 0, -0.358367919921875, 0.933580458164215087, 120, 255, 1, 46366), -- CandleBlack01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+47, 180415, 530, 3524, 3576, '0', 0, 0, -4176.1982421875, -12502.8408203125, 47.131011962890625, 1.815141916275024414, 0, 0, 0.788010597229003906, 0.615661680698394775, 120, 255, 1, 46366), -- CandleBlack01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+48, 180415, 530, 3524, 3576, '0', 0, 0, -4180.15087890625, -12502.2724609375, 47.12825775146484375, 1.972219824790954589, 0, 0, 0.83388519287109375, 0.55193793773651123, 120, 255, 1, 46366), -- CandleBlack01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+49, 180415, 530, 3524, 3576, '0', 0, 0, -4197.96630859375, -12462.2392578125, 47.00961685180664062, 6.195919513702392578, 0, 0, -0.04361915588378906, 0.999048233032226562, 120, 255, 1, 46366), -- CandleBlack01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+50, 180415, 530, 3524, 3576, '0', 0, 0, -4179.6162109375, -12500.0439453125, 47.12999725341796875, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 46366), -- CandleBlack01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+51, 180415, 530, 3524, 3576, '0', 0, 0, -4217.92431640625, -12472.2080078125, 46.1710205078125, 2.72271275520324707, 0, 0, 0.978147506713867187, 0.207912087440490722, 120, 255, 1, 46366), -- CandleBlack01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+52, 180415, 530, 3524, 3576, '0', 0, 0, -4207.0234375, -12465.798828125, 47.82985305786132812, 4.48549652099609375, 0, 0, -0.7826080322265625, 0.622514784336090087, 120, 255, 1, 46366), -- CandleBlack01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+53, 180415, 530, 3524, 3576, '0', 0, 0, -4205.6376953125, -12452.578125, 46.42663192749023437, 3.176533222198486328, 0, 0, -0.999847412109375, 0.017469281330704689, 120, 255, 1, 46366), -- CandleBlack01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+54, 180415, 530, 3524, 3576, '0', 0, 0, -4202.3837890625, -12453.958984375, 46.42408370971679687, 0.174532130360603332, 0, 0, 0.087155342102050781, 0.996194720268249511, 120, 255, 1, 46366), -- CandleBlack01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+55, 180415, 530, 3524, 3576, '0', 0, 0, -4217.71435546875, -12471.5986328125, 46.1710205078125, 2.775068521499633789, 0, 0, 0.983254432678222656, 0.182238012552261352, 120, 255, 1, 46366), -- CandleBlack01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+56, 180415, 530, 3524, 3576, '0', 0, 0, -4206.8271484375, -12465.4658203125, 47.00087738037109375, 0.558503925800323486, 0, 0, 0.275636672973632812, 0.961261868476867675, 120, 255, 1, 46366), -- CandleBlack01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+57, 180415, 530, 3524, 3576, '0', 0, 0, -4218.4296875, -12472.6201171875, 46.1710205078125, 0.610863447189331054, 0, 0, 0.3007049560546875, 0.953717231750488281, 120, 255, 1, 46366), -- CandleBlack01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+58, 180415, 530, 3524, 3576, '0', 0, 0, -4212.3544921875, -12456.9833984375, 46.51558303833007812, 6.12610626220703125, 0, 0, -0.07845878601074218, 0.996917366981506347, 120, 255, 1, 46366), -- CandleBlack01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+59, 180415, 530, 3524, 3576, '0', 0, 0, -4217.966796875, -12471.021484375, 46.1710205078125, 1.623155713081359863, 0, 0, 0.725374221801757812, 0.688354730606079101, 120, 255, 1, 46366), -- CandleBlack01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+60, 180415, 530, 3524, 3576, '0', 0, 0, -4218.9990234375, -12472.607421875, 46.1710205078125, 2.199114561080932617, 0, 0, 0.8910064697265625, 0.453990638256072998, 120, 255, 1, 46366), -- CandleBlack01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+61, 180415, 530, 3524, 3576, '0', 0, 0, -4211.396484375, -12453.6533203125, 46.50823211669921875, 1.972219824790954589, 0, 0, 0.83388519287109375, 0.55193793773651123, 120, 255, 1, 46366), -- CandleBlack01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+62, 180425, 530, 3524, 3576, '0', 0, 0, -4179.0712890625, -12499.0947265625, 47.13811111450195312, 1.867502212524414062, 0, 0, 0.803856849670410156, 0.594822824001312255, 120, 255, 1, 46366), -- SkullCandle01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+63, 180425, 530, 3524, 3576, '0', 0, 0, -4175.5341796875, -12502.05078125, 47.137908935546875, 6.003933906555175781, 0, 0, -0.13917255401611328, 0.990268170833587646, 120, 255, 1, 46366), -- SkullCandle01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+64, 180425, 530, 3524, 3576, '0', 0, 0, -4176.6923828125, -12499.388671875, 47.126251220703125, 0.733038187026977539, 0, 0, 0.358367919921875, 0.933580458164215087, 120, 255, 1, 46366), -- SkullCandle01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+65, 180425, 530, 3524, 3576, '0', 0, 0, -4179.7080078125, -12503.482421875, 47.13659286499023437, 4.101525306701660156, 0, 0, -0.88701057434082031, 0.461749136447906494, 120, 255, 1, 46366), -- SkullCandle01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+66, 180425, 530, 3524, 3576, '0', 0, 0, -4176.9755859375, -12503.9951171875, 47.125457763671875, 5.270895957946777343, 0, 0, -0.48480892181396484, 0.87462007999420166, 120, 255, 1, 46366), -- SkullCandle01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+67, 180425, 530, 3524, 3576, '0', 0, 0, -4189.14013671875, -12467.173828125, 46.47801589965820312, 5.811946868896484375, 0, 0, -0.2334451675415039, 0.972369968891143798, 120, 255, 1, 46366), -- SkullCandle01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+68, 180425, 530, 3524, 3576, '0', 0, 0, -4180.62939453125, -12501.390625, 47.12571334838867187, 3.124123096466064453, 0, 0, 0.99996185302734375, 0.008734640665352344, 120, 255, 1, 46366), -- SkullCandle01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+69, 180425, 530, 3524, 3576, '0', 0, 0, -4199.078125, -12461.638671875, 46.99699020385742187, 1.169368624687194824, 0, 0, 0.551936149597167968, 0.833886384963989257, 120, 255, 1, 46366), -- SkullCandle01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+70, 180425, 530, 3524, 3576, '0', 0, 0, -4206.26171875, -12467.5693359375, 46.98130416870117187, 5.986480236053466796, 0, 0, -0.14780902862548828, 0.989015936851501464, 120, 255, 1, 46366), -- SkullCandle01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+71, 180425, 530, 3524, 3576, '0', 0, 0, -4217.70947265625, -12471.953125, 46.1710205078125, 6.108653545379638671, 0, 0, -0.08715534210205078, 0.996194720268249511, 120, 255, 1, 46366), -- SkullCandle01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+72, 180425, 530, 3524, 3576, '0', 0, 0, -4218.14697265625, -12470.7470703125, 46.1710205078125, 0.942476630210876464, 0, 0, 0.453989982604980468, 0.891006767749786376, 120, 255, 1, 46366), -- SkullCandle01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+73, 180425, 530, 3524, 3576, '0', 0, 0, -4217.7490234375, -12471.283203125, 46.1710205078125, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 46366), -- SkullCandle01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+74, 180425, 530, 3524, 3576, '0', 0, 0, -4218.10498046875, -12472.4501953125, 46.1710205078125, 5.375615119934082031, 0, 0, -0.4383707046508789, 0.898794233798980712, 120, 255, 1, 46366), -- SkullCandle01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+75, 180425, 530, 3524, 3576, '0', 0, 0, -4218.7080078125, -12472.685546875, 46.1710205078125, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 120, 255, 1, 46366), -- SkullCandle01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+76, 180425, 530, 3524, 3576, '0', 0, 0, -4219.26513671875, -12472.5126953125, 46.1710205078125, 4.101525306701660156, 0, 0, -0.88701057434082031, 0.461749136447906494, 120, 255, 1, 46366), -- SkullCandle01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+77, 180426, 530, 3524, 3576, '0', 0, 0, -4180.767578125, -12511.125, 49.06965255737304687, 0.15707901120185852, 0, 0, 0.078458786010742187, 0.996917366981506347, 120, 255, 1, 46366), -- Bat01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+78, 180426, 530, 3524, 3576, '0', 0, 0, -4171.09033203125, -12492.8408203125, 52.7796478271484375, 6.021387100219726562, 0, 0, -0.13052558898925781, 0.991444945335388183, 120, 255, 1, 46366), -- Bat01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+79, 180426, 530, 3524, 3576, '0', 0, 0, -4187.01904296875, -12508.8056640625, 50.33354568481445312, 2.391098499298095703, 0, 0, 0.930417060852050781, 0.366502493619918823, 120, 255, 1, 46366), -- Bat01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+80, 180426, 530, 3524, 3576, '0', 0, 0, -4177.125, -12519.96875, 53.60570526123046875, 1.535889506340026855, 0, 0, 0.694658279418945312, 0.719339847564697265, 120, 255, 1, 46366), -- Bat01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+81, 180426, 530, 3524, 3576, '0', 0, 0, -4176.20849609375, -12507.9384765625, 52.56463241577148437, 2.042035102844238281, 0, 0, 0.852640151977539062, 0.522498607635498046, 120, 255, 1, 46366), -- Bat01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+82, 180426, 530, 3524, 3576, '0', 0, 0, -4184.10791015625, -12507.013671875, 46.86132049560546875, 6.195919513702392578, 0, 0, -0.04361915588378906, 0.999048233032226562, 120, 255, 1, 46366), -- Bat01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+83, 180426, 530, 3524, 3576, '0', 0, 0, -4186.8837890625, -12499.8017578125, 46.27798843383789062, 0.558503925800323486, 0, 0, 0.275636672973632812, 0.961261868476867675, 120, 255, 1, 46366), -- Bat01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+84, 180426, 530, 3524, 3576, '0', 0, 0, -4181.4755859375, -12508.896484375, 49.92382049560546875, 3.420850038528442382, 0, 0, -0.99026775360107421, 0.139175355434417724, 120, 255, 1, 46366), -- Bat01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+85, 180426, 530, 3524, 3576, '0', 0, 0, -4173.49462890625, -12509.5556640625, 46.95159912109375, 5.619962215423583984, 0, 0, -0.32556724548339843, 0.945518851280212402, 120, 255, 1, 46366), -- Bat01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+86, 180426, 530, 3524, 3576, '0', 0, 0, -4175.81591796875, -12511.146484375, 49.93076705932617187, 1.989672422409057617, 0, 0, 0.838669776916503906, 0.544640243053436279, 120, 255, 1, 46366), -- Bat01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+87, 180427, 530, 3524, 3576, '0', 0, 0, -4177.5244140625, -12492.2607421875, 54.54271316528320312, 5.270895957946777343, 0, 0, -0.48480892181396484, 0.87462007999420166, 120, 255, 1, 46366), -- Bat02 (Area: Azure Watch - Difficulty: 0) +(@OGUID+88, 180427, 530, 3524, 3576, '0', 0, 0, -4182.125, -12512.0869140625, 54.15298843383789062, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, 46366), -- Bat02 (Area: Azure Watch - Difficulty: 0) +(@OGUID+89, 180427, 530, 3524, 3576, '0', 0, 0, -4176.626953125, -12510.0634765625, 56.49326705932617187, 4.206246376037597656, 0, 0, -0.86162853240966796, 0.50753939151763916, 120, 255, 1, 46366), -- Bat02 (Area: Azure Watch - Difficulty: 0) +(@OGUID+90, 180427, 530, 3524, 3576, '0', 0, 0, -4198.50341796875, -12495.732421875, 44.80474090576171875, 5.95157480239868164, 0, 0, -0.16504669189453125, 0.986285746097564697, 120, 255, 1, 46366), -- Bat02 (Area: Azure Watch - Difficulty: 0) +(@OGUID+91, 180427, 530, 3524, 3576, '0', 0, 0, -4182.2744140625, -12511.0556640625, 51.16687774658203125, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 46366), -- Bat02 (Area: Azure Watch - Difficulty: 0) +(@OGUID+92, 180427, 530, 3524, 3576, '0', 0, 0, -4183.9443359375, -12509.1943359375, 51.3196563720703125, 2.076939344406127929, 0, 0, 0.861628532409667968, 0.50753939151763916, 120, 255, 1, 46366), -- Bat02 (Area: Azure Watch - Difficulty: 0) +(@OGUID+93, 180427, 530, 3524, 3576, '0', 0, 0, -4187.21875, -12507.5693359375, 57.39604568481445312, 2.460912704467773437, 0, 0, 0.942641258239746093, 0.333807557821273803, 120, 255, 1, 46366), -- Bat02 (Area: Azure Watch - Difficulty: 0) +(@OGUID+94, 180427, 530, 3524, 3576, '0', 0, 0, -4175.83984375, -12509.099609375, 52.77239990234375, 2.391098499298095703, 0, 0, 0.930417060852050781, 0.366502493619918823, 120, 255, 1, 46366), -- Bat02 (Area: Azure Watch - Difficulty: 0) +(@OGUID+95, 180471, 530, 3524, 3576, '0', 0, 0, -4156.8974609375, -12470.701171875, 50.00299072265625, 4.380776405334472656, 0, 0, -0.81411552429199218, 0.580702960491180419, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+96, 180471, 530, 3524, 3576, '0', 0, 0, -4157.30712890625, -12471.5556640625, 50.10779190063476562, 4.345870018005371093, 0, 0, -0.82412624359130859, 0.566406130790710449, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+97, 180471, 530, 3524, 3576, '0', 0, 0, -4137.77099609375, -12495.7470703125, 49.07127761840820312, 6.230826377868652343, 0, 0, -0.02617645263671875, 0.999657332897186279, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+98, 180471, 530, 3524, 3576, '0', 0, 0, -4156.37158203125, -12469.91015625, 50.18156051635742187, 4.328419685363769531, 0, 0, -0.82903671264648437, 0.559194147586822509, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+99, 180471, 530, 3524, 3576, '0', 0, 0, -4135.51025390625, -12495.896484375, 49.96358108520507812, 6.178466320037841796, 0, 0, -0.05233573913574218, 0.998629570007324218, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+100, 180471, 530, 3524, 3576, '0', 0, 0, -4136.673828125, -12495.84375, 49.37393569946289062, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+101, 180471, 530, 3524, 3576, '0', 0, 0, -4156.23779296875, -12469.1767578125, 50.44903564453125, 4.310965538024902343, 0, 0, -0.83388519287109375, 0.55193793773651123, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+102, 180471, 530, 3524, 3576, '0', 0, 0, -4155.890625, -12468.357421875, 49.88698196411132812, 4.363324165344238281, 0, 0, -0.81915187835693359, 0.573576688766479492, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+103, 180471, 530, 3524, 3576, '0', 0, 0, -4134.3037109375, -12495.830078125, 49.29045486450195312, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Azure Watch - Difficulty: 0) +(@OGUID+104, 180472, 530, 3524, 3576, '0', 0, 0, -4213.849609375, -12515.5390625, 50.4872283935546875, 0.401424884796142578, 0, 0, 0.199367523193359375, 0.979924798011779785, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Azure Watch - Difficulty: 0) +(@OGUID+105, 180472, 530, 3524, 3576, '0', 0, 0, -4160.591796875, -12457.58984375, 47.74982070922851562, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Azure Watch - Difficulty: 0) +(@OGUID+106, 180472, 530, 3524, 3576, '0', 0, 0, -4207.44775390625, -12526.7880859375, 49.5806121826171875, 0.698131442070007324, 0, 0, 0.342020034790039062, 0.939692676067352294, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Azure Watch - Difficulty: 0) +(@OGUID+107, 180472, 530, 3524, 3576, '0', 0, 0, -4148.58154296875, -12485.201171875, 51.35175704956054687, 3.318858146667480468, 0, 0, -0.99607467651367187, 0.0885167196393013, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Azure Watch - Difficulty: 0) +(@OGUID+108, 180472, 530, 3524, 3576, '0', 0, 0, -4150.66064453125, -12527.0458984375, 50.1160736083984375, 3.577930212020874023, 0, 0, -0.97629547119140625, 0.216442063450813293, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Azure Watch - Difficulty: 0) +(@OGUID+109, 180472, 530, 3524, 3576, '0', 0, 0, -4216.9453125, -12481.42578125, 49.19249343872070312, 5.724681377410888671, 0, 0, -0.27563667297363281, 0.961261868476867675, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Azure Watch - Difficulty: 0) +(@OGUID+110, 180523, 530, 3524, 3576, '0', 0, 0, -4138.38037109375, -12473.2080078125, 45.09204864501953125, 0.264516770839691162, 0, 0, 0.131873130798339843, 0.991266608238220214, 120, 255, 1, 46366), -- Apple Bob (Area: Azure Watch - Difficulty: 0) +(@OGUID+111, 186234, 530, 3524, 3576, '0', 0, 0, -4185.75341796875, -12504.5302734375, 44.36132049560546875, 3.94444584846496582, 0, 0, -0.92050457000732421, 0.3907318115234375, 120, 255, 1, 46366), -- Water Barrel (Area: Azure Watch - Difficulty: 0) +(@OGUID+112, 186234, 530, 3524, 3576, '0', 0, 0, -4193.51025390625, -12277.8232421875, 0.310070991516113281, 1.256635904312133789, 0, 0, 0.587784767150878906, 0.809017360210418701, 120, 255, 1, 46366), -- Water Barrel (Area: Azure Watch - Difficulty: 0) +(@OGUID+113, 186614, 530, 3524, 3576, '0', 0, 0, -4186.720703125, -12506.3583984375, 44.36132049560546875, 4.45059061050415039, 0, 0, -0.79335308074951171, 0.608761727809906005, 120, 255, 1, 46366), -- Water Bucket (Area: Azure Watch - Difficulty: 0) +(@OGUID+114, 186614, 530, 3524, 3576, '0', 0, 0, -4187.3759765625, -12504.0244140625, 44.36132049560546875, 5.969027042388916015, 0, 0, -0.1564340591430664, 0.987688362598419189, 120, 255, 1, 46366), -- Water Bucket (Area: Azure Watch - Difficulty: 0) +(@OGUID+115, 186614, 530, 3524, 0, '0', 0, 0, -4191.74462890625, -12277.638671875, 0.059397000819444656, 4.625123500823974609, 0, 0, -0.73727703094482421, 0.67559051513671875, 120, 255, 1, 46366), -- Water Bucket (Area: 0 - Difficulty: 0) +(@OGUID+116, 186614, 530, 3524, 0, '0', 0, 0, -4193.408203125, -12279.6357421875, 0.272792011499404907, 2.757613182067871093, 0, 0, 0.981626510620117187, 0.190812408924102783, 120, 255, 1, 46366), -- Water Bucket (Area: 0 - Difficulty: 0) +(@OGUID+117, 186615, 530, 3524, 3576, '0', 0, 0, -4185.22119140625, -12506.474609375, 44.36132049560546875, 5.009094715118408203, 0, 0, -0.59482288360595703, 0.80385679006576538, 120, 255, 1, 46366), -- Water Buckets (Area: Azure Watch - Difficulty: 0) +(@OGUID+118, 186615, 530, 3524, 0, '0', 0, 0, -4192.17724609375, -12279.00390625, -0.03774299845099449, 5.061456203460693359, 0, 0, -0.57357597351074218, 0.819152355194091796, 120, 255, 1, 46366), -- Water Buckets (Area: 0 - Difficulty: 0) +(@OGUID+119, 186720, 530, 3524, 0, '0', 0, 0, -4198.7509765625, -12264.4716796875, 3.053963899612426757, 5.078907966613769531, 0, 0, -0.56640625, 0.824126183986663818, 120, 255, 1, 46366), -- Fire Effigy (Area: 0 - Difficulty: 0) +(@OGUID+120, 186720, 530, 3524, 0, '0', 0, 0, -4192.38427734375, -12268.05859375, 1.533890008926391601, 4.555310726165771484, 0, 0, -0.76040554046630859, 0.649448513984680175, 120, 255, 1, 46366), -- Fire Effigy (Area: 0 - Difficulty: 0) +(@OGUID+121, 186720, 530, 3524, 0, '0', 0, 0, -4203.6708984375, -12283.0791015625, 2.483135938644409179, 0.506144583225250244, 0, 0, 0.250379562377929687, 0.968147754669189453, 120, 255, 1, 46366), -- Fire Effigy (Area: 0 - Difficulty: 0) +(@OGUID+122, 186720, 530, 3524, 0, '0', 0, 0, -4207.84423828125, -12276.7001953125, 3.820851087570190429, 6.213373661041259765, 0, 0, -0.03489875793457031, 0.999390840530395507, 120, 255, 1, 46366), -- Fire Effigy (Area: 0 - Difficulty: 0) +(@OGUID+123, 186720, 530, 3524, 0, '0', 0, 0, -4203.6767578125, -12270.6162109375, 3.725678920745849609, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, 46366), -- Fire Effigy (Area: 0 - Difficulty: 0) +(@OGUID+124, 190037, 530, 3524, 3576, '0', 0, 0, -4125.09033203125, -12473.84765625, 44.56914138793945312, 4.540574550628662109, 0, 0, -0.76517009735107421, 0.643828153610229492, 120, 255, 1, 46366); -- Candy Bucket (Area: Azure Watch - Difficulty: 0) + +-- Event spawns +DELETE FROM `game_event_creature` WHERE `eventEntry`=12 AND `guid` BETWEEN @CGUID+0 AND @CGUID+46; +INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES +(12, @CGUID+0), +(12, @CGUID+1), +(12, @CGUID+2), +(12, @CGUID+3), +(12, @CGUID+4), +(12, @CGUID+5), +(12, @CGUID+6), +(12, @CGUID+7), +(12, @CGUID+8), +(12, @CGUID+9), +(12, @CGUID+10), +(12, @CGUID+11), +(12, @CGUID+12), +(12, @CGUID+13), +(12, @CGUID+14), +(12, @CGUID+15), +(12, @CGUID+16), +(12, @CGUID+17), +(12, @CGUID+18), +(12, @CGUID+19), +(12, @CGUID+20), +(12, @CGUID+21), +(12, @CGUID+22), +(12, @CGUID+23), +(12, @CGUID+24), +(12, @CGUID+25), +(12, @CGUID+26), +(12, @CGUID+27), +(12, @CGUID+28), +(12, @CGUID+29), +(12, @CGUID+30), +(12, @CGUID+31), +(12, @CGUID+32), +(12, @CGUID+33), +(12, @CGUID+34), +(12, @CGUID+35), +(12, @CGUID+36), +(12, @CGUID+37), +(12, @CGUID+38), +(12, @CGUID+39), +(12, @CGUID+40), +(12, @CGUID+41), +(12, @CGUID+42), +(12, @CGUID+43), +(12, @CGUID+44), +(12, @CGUID+45), +(12, @CGUID+46); + +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+124; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48), +(12, @OGUID+49), +(12, @OGUID+50), +(12, @OGUID+51), +(12, @OGUID+52), +(12, @OGUID+53), +(12, @OGUID+54), +(12, @OGUID+55), +(12, @OGUID+56), +(12, @OGUID+57), +(12, @OGUID+58), +(12, @OGUID+59), +(12, @OGUID+60), +(12, @OGUID+61), +(12, @OGUID+62), +(12, @OGUID+63), +(12, @OGUID+64), +(12, @OGUID+65), +(12, @OGUID+66), +(12, @OGUID+67), +(12, @OGUID+68), +(12, @OGUID+69), +(12, @OGUID+70), +(12, @OGUID+71), +(12, @OGUID+72), +(12, @OGUID+73), +(12, @OGUID+74), +(12, @OGUID+75), +(12, @OGUID+76), +(12, @OGUID+77), +(12, @OGUID+78), +(12, @OGUID+79), +(12, @OGUID+80), +(12, @OGUID+81), +(12, @OGUID+82), +(12, @OGUID+83), +(12, @OGUID+84), +(12, @OGUID+85), +(12, @OGUID+86), +(12, @OGUID+87), +(12, @OGUID+88), +(12, @OGUID+89), +(12, @OGUID+90), +(12, @OGUID+91), +(12, @OGUID+92), +(12, @OGUID+93), +(12, @OGUID+94), +(12, @OGUID+95), +(12, @OGUID+96), +(12, @OGUID+97), +(12, @OGUID+98), +(12, @OGUID+99), +(12, @OGUID+100), +(12, @OGUID+101), +(12, @OGUID+102), +(12, @OGUID+103), +(12, @OGUID+104), +(12, @OGUID+105), +(12, @OGUID+106), +(12, @OGUID+107), +(12, @OGUID+108), +(12, @OGUID+109), +(12, @OGUID+110), +(12, @OGUID+111), +(12, @OGUID+112), +(12, @OGUID+113), +(12, @OGUID+114), +(12, @OGUID+115), +(12, @OGUID+116), +(12, @OGUID+117), +(12, @OGUID+118), +(12, @OGUID+119), +(12, @OGUID+120), +(12, @OGUID+121), +(12, @OGUID+122), +(12, @OGUID+123), +(12, @OGUID+124); diff --git a/sql/updates/world/master/2024_03_18_35_world_hallows_end_darkshore.sql b/sql/updates/world/master/2024_03_18_35_world_hallows_end_darkshore.sql new file mode 100644 index 0000000000000..3cd91b8f5f652 --- /dev/null +++ b/sql/updates/world/master/2024_03_18_35_world_hallows_end_darkshore.sql @@ -0,0 +1,57 @@ +-- +SET @OGUID := 3806045; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3007668 AND 3007688; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3007668 AND 3007688; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3007668 AND 3007688; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+20; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 1, 148, 4659, '0', 0, 0, 7411.1162109375, -278.234375, 8.934340476989746093, 2.059488296508789062, 0, 0, 0.857167243957519531, 0.515038192272186279, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Lor'danel - Difficulty: 0) +(@OGUID+1, 180406, 1, 148, 4659, '0', 0, 0, 7381.33251953125, -263.53125, 12.09750843048095703, 4.45059061050415039, 0, 0, -0.79335308074951171, 0.608761727809906005, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Lor'danel - Difficulty: 0) +(@OGUID+2, 180407, 1, 148, 4659, '0', 0, 0, 7394.3125, -250.383682250976562, 7.181427001953125, 5.393068790435791015, 0, 0, -0.43051052093505859, 0.902585566043853759, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Lor'danel - Difficulty: 0) +(@OGUID+3, 180408, 1, 148, 4659, '0', 0, 0, 7381.2958984375, -263.614593505859375, 13.7848825454711914, 4.014260292053222656, 0, 0, -0.90630722045898437, 0.422619491815567016, 120, 255, 1, 46366), -- G_WitchHat_01 (Area: Lor'danel - Difficulty: 0) +(@OGUID+4, 180410, 1, 148, 4659, '0', 0, 0, 7435.2978515625, -264.880218505859375, 13.7694549560546875, 3.194002151489257812, 0, 0, -0.99965667724609375, 0.026201646775007247, 120, 255, 1, 46366), -- G_HangingSkeleton_01 (Area: Lor'danel - Difficulty: 0) +(@OGUID+5, 180411, 1, 148, 4659, '0', 0, 0, 7410.98095703125, -272.861114501953125, 13.40834999084472656, 3.176533222198486328, 0, 0, -0.999847412109375, 0.017469281330704689, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Lor'danel - Difficulty: 0) +(@OGUID+6, 180415, 1, 148, 4659, '0', 0, 0, 7395.01806640625, -262.899322509765625, 7.42963409423828125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Lor'danel - Difficulty: 0) +(@OGUID+7, 180415, 1, 148, 4659, '0', 0, 0, 7395.0244140625, -261.642364501953125, 7.437504291534423828, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Lor'danel - Difficulty: 0) +(@OGUID+8, 180415, 1, 148, 4659, '0', 0, 0, 7393.76806640625, -261.6319580078125, 7.419237613677978515, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Lor'danel - Difficulty: 0) +(@OGUID+9, 180415, 1, 148, 4659, '0', 0, 0, 7393.78564453125, -262.883697509765625, 7.425035953521728515, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Lor'danel - Difficulty: 0) +(@OGUID+10, 180425, 1, 148, 4659, '0', 0, 0, 7394.38525390625, -262.25347900390625, 7.56592559814453125, 3.106652259826660156, 0, 0, 0.999847412109375, 0.017469281330704689, 120, 255, 1, 46366), -- SkullCandle01 (Area: Lor'danel - Difficulty: 0) +(@OGUID+11, 180426, 1, 148, 4659, '0', 0, 0, 7373.4912109375, -250.699661254882812, 7.587674617767333984, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Lor'danel - Difficulty: 0) +(@OGUID+12, 180426, 1, 148, 4659, '0', 0, 0, 7367.265625, -263.35589599609375, 8.791996002197265625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Lor'danel - Difficulty: 0) +(@OGUID+13, 180426, 1, 148, 4659, '0', 0, 0, 7370.84375, -261.857635498046875, 7.386890888214111328, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Lor'danel - Difficulty: 0) +(@OGUID+14, 180426, 1, 148, 4659, '0', 0, 0, 7354.90966796875, -244.26910400390625, 8.128786087036132812, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Lor'danel - Difficulty: 0) +(@OGUID+15, 180427, 1, 148, 4659, '0', 0, 0, 7371.91748046875, -252.482635498046875, 7.57148599624633789, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Lor'danel - Difficulty: 0) +(@OGUID+16, 180427, 1, 148, 4659, '0', 0, 0, 7360.20654296875, -266.84722900390625, 7.565318584442138671, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Lor'danel - Difficulty: 0) +(@OGUID+17, 180427, 1, 148, 4659, '0', 0, 0, 7379.4384765625, -246.286453247070312, 7.336325645446777343, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Lor'danel - Difficulty: 0) +(@OGUID+18, 180427, 1, 148, 4659, '0', 0, 0, 7355.89404296875, -248.864578247070312, 7.988028526306152343, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Lor'danel - Difficulty: 0) +(@OGUID+19, 180472, 1, 148, 4659, '0', 0, 0, 7446.35400390625, -271.11285400390625, 17.94329833984375, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Lor'danel - Difficulty: 0) +(@OGUID+20, 208115, 1, 148, 4659, '0', 0, 0, 7408.3193359375, -267.013885498046875, 8.931618690490722656, 2.565631866455078125, 0, 0, 0.958819389343261718, 0.284016460180282592, 120, 255, 1, 46366); -- Candy Bucket (Area: Lor'danel - Difficulty: 0) + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+20; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20); diff --git a/sql/updates/world/master/2024_03_18_36_world_hallows_end_felwood.sql b/sql/updates/world/master/2024_03_18_36_world_hallows_end_felwood.sql new file mode 100644 index 0000000000000..394ff53361044 --- /dev/null +++ b/sql/updates/world/master/2024_03_18_36_world_hallows_end_felwood.sql @@ -0,0 +1,292 @@ +-- +SET @CGUID := 3800330; +SET @OGUID := 3806066; + +-- Old creature spawns +DELETE FROM `creature` WHERE `guid` BETWEEN 3000402 AND 3000402; +DELETE FROM `creature_addon` WHERE `guid` BETWEEN 3000402 AND 3000402; +DELETE FROM `game_event_creature` WHERE `guid` BETWEEN 3000402 AND 3000402; + +-- Creature spawns +DELETE FROM `creature` WHERE `guid`=@CGUID+0; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES +(@CGUID+0, 22816, 1, 361, 1998, '0', 0, 0, 0, 0, 6200.27, -1897.3038, 568.16974, 0, 120, 0, 0, 188, 0, 2, NULL, NULL, NULL, NULL, 46366); -- Black Cat (Area: Talonbranch Glade - Difficulty: 0) + +SET @ENTRY := 22816; +SET @PATHOFFSET := 0; +SET @PATH := @ENTRY * 100 + @PATHOFFSET; +DELETE FROM `creature_addon` WHERE `guid`=@CGUID+0; +INSERT INTO `creature_addon` (`guid`, `PathId`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES +(@CGUID+0, @PATH, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, ''); -- 22816 (Black Cat) + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3007689 AND 3007758; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3007689 AND 3007758; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3007689 AND 3007758; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+69; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 1, 361, 1998, '0', 0, 0, 6204.93994140625, -1894.015625, 566.0648193359375, 3.176533222198486328, 0, 0, -0.999847412109375, 0.017469281330704689, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Talonbranch Glade - Difficulty: 0) +(@OGUID+1, 180405, 1, 361, 1998, '0', 0, 0, 6212.84033203125, -1940.75, 569.06573486328125, 2.44346022605895996, 0, 0, 0.939692497253417968, 0.34202045202255249, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Talonbranch Glade - Difficulty: 0) +(@OGUID+2, 180406, 1, 361, 1998, '0', 0, 0, 6199.3212890625, -1875.625, 567.36895751953125, 1.448621988296508789, 0, 0, 0.662619590759277343, 0.748956084251403808, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Talonbranch Glade - Difficulty: 0) +(@OGUID+3, 180406, 1, 361, 1998, '0', 0, 0, 6170.34033203125, -1912.560791015625, 567.6689453125, 1.186823248863220214, 0, 0, 0.559192657470703125, 0.829037725925445556, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Talonbranch Glade - Difficulty: 0) +(@OGUID+4, 180406, 1, 361, 1998, '0', 0, 0, 6257.98095703125, -1968.1927490234375, 570.51165771484375, 1.239183306694030761, 0, 0, 0.580702781677246093, 0.814115643501281738, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Talonbranch Glade - Difficulty: 0) +(@OGUID+5, 180407, 1, 361, 1998, '0', 0, 0, 6146.14306640625, -1916.32470703125, 568.02899169921875, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Talonbranch Glade - Difficulty: 0) +(@OGUID+6, 180407, 1, 361, 1998, '0', 0, 0, 6196.53466796875, -1946.9254150390625, 573.67523193359375, 4.97418975830078125, 0, 0, -0.60876083374023437, 0.793353796005249023, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Talonbranch Glade - Difficulty: 0) +(@OGUID+7, 180408, 1, 361, 1998, '0', 0, 0, 6139.10791015625, -1899.2742919921875, 572.59375, 2.635444164276123046, 0, 0, 0.96814727783203125, 0.250381410121917724, 120, 255, 1, 46366), -- G_WitchHat_01 (Area: Talonbranch Glade - Difficulty: 0) +(@OGUID+8, 180410, 1, 361, 1998, '0', 0, 0, 6219.6416015625, -1932.4427490234375, 571.20208740234375, 4.014260292053222656, 0, 0, -0.90630722045898437, 0.422619491815567016, 120, 255, 1, 46366), -- G_HangingSkeleton_01 (Area: Talonbranch Glade - Difficulty: 0) +(@OGUID+9, 180411, 1, 361, 1998, '0', 0, 0, 6151.96337890625, -1910.0208740234375, 571.94781494140625, 4.9218292236328125, 0, 0, -0.62932014465332031, 0.77714616060256958, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Talonbranch Glade - Difficulty: 0) +(@OGUID+10, 180415, 1, 361, 1998, '0', 0, 0, 6186.94189453125, -1924.0538330078125, 569.16387939453125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Talonbranch Glade - Difficulty: 0) +(@OGUID+11, 180415, 1, 361, 1998, '0', 0, 0, 6161.4287109375, -1910.515625, 568.55352783203125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Talonbranch Glade - Difficulty: 0) +(@OGUID+12, 180415, 1, 361, 1998, '0', 0, 0, 6173.99462890625, -1930.7916259765625, 567.96295166015625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Talonbranch Glade - Difficulty: 0) +(@OGUID+13, 180415, 1, 361, 1998, '0', 0, 0, 6147.533203125, -1930.111083984375, 567.65966796875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Talonbranch Glade - Difficulty: 0) +(@OGUID+14, 180415, 1, 361, 1998, '0', 0, 0, 6175.8681640625, -1945.2117919921875, 567.76947021484375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Talonbranch Glade - Difficulty: 0) +(@OGUID+15, 180415, 1, 361, 1998, '0', 0, 0, 6157.11181640625, -1927.2847900390625, 567.596923828125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Talonbranch Glade - Difficulty: 0) +(@OGUID+16, 180415, 1, 361, 1998, '0', 0, 0, 6172.65185546875, -1950.4478759765625, 567.8326416015625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Talonbranch Glade - Difficulty: 0) +(@OGUID+17, 180415, 1, 361, 1998, '0', 0, 0, 6177.876953125, -1939.5989990234375, 567.63128662109375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Talonbranch Glade - Difficulty: 0) +(@OGUID+18, 180415, 1, 361, 1998, '0', 0, 0, 6171.47998046875, -1928.30908203125, 567.5225830078125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Talonbranch Glade - Difficulty: 0) +(@OGUID+19, 180415, 1, 361, 1998, '0', 0, 0, 6173.328125, -1957.5885009765625, 567.77093505859375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Talonbranch Glade - Difficulty: 0) +(@OGUID+20, 180415, 1, 361, 1998, '0', 0, 0, 6144.65625, -1932.5625, 567.63604736328125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Talonbranch Glade - Difficulty: 0) +(@OGUID+21, 180415, 1, 361, 1998, '0', 0, 0, 6176.7568359375, -1936.359375, 567.8721923828125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Talonbranch Glade - Difficulty: 0) +(@OGUID+22, 180415, 1, 361, 1998, '0', 0, 0, 6174.23681640625, -1948.1007080078125, 567.57501220703125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Talonbranch Glade - Difficulty: 0) +(@OGUID+23, 180415, 1, 361, 1998, '0', 0, 0, 6167.99755859375, -1926.4254150390625, 567.904296875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Talonbranch Glade - Difficulty: 0) +(@OGUID+24, 180415, 1, 361, 1998, '0', 0, 0, 6153.88525390625, -1927.3160400390625, 567.93292236328125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Talonbranch Glade - Difficulty: 0) +(@OGUID+25, 180415, 1, 361, 1998, '0', 0, 0, 6175.54150390625, -1933.8004150390625, 567.56280517578125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Talonbranch Glade - Difficulty: 0) +(@OGUID+26, 180415, 1, 361, 1998, '0', 0, 0, 6172.17724609375, -1954.7899169921875, 567.498291015625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Talonbranch Glade - Difficulty: 0) +(@OGUID+27, 180415, 1, 361, 1998, '0', 0, 0, 6160.33935546875, -1927.44970703125, 567.54718017578125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Talonbranch Glade - Difficulty: 0) +(@OGUID+28, 180415, 1, 361, 1998, '0', 0, 0, 6177.20751953125, -1942.7725830078125, 567.63751220703125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Talonbranch Glade - Difficulty: 0) +(@OGUID+29, 180415, 1, 361, 1998, '0', 0, 0, 6142.27099609375, -1934.8125, 567.8426513671875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Talonbranch Glade - Difficulty: 0) +(@OGUID+30, 180415, 1, 361, 1998, '0', 0, 0, 6174.80126953125, -1961.44970703125, 567.53863525390625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Talonbranch Glade - Difficulty: 0) +(@OGUID+31, 180415, 1, 361, 1998, '0', 0, 0, 6163.8212890625, -1926.63720703125, 567.53155517578125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Talonbranch Glade - Difficulty: 0) +(@OGUID+32, 180415, 1, 361, 1998, '0', 0, 0, 6150.47412109375, -1928.6302490234375, 567.50067138671875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Talonbranch Glade - Difficulty: 0) +(@OGUID+33, 180425, 1, 361, 1998, '0', 0, 0, 6187.04443359375, -1925.357666015625, 569.1531982421875, 4.293513298034667968, 0, 0, -0.8386697769165039, 0.544640243053436279, 120, 255, 1, 46366), -- SkullCandle01 (Area: Talonbranch Glade - Difficulty: 0) +(@OGUID+34, 180426, 1, 361, 1998, '0', 0, 0, 6188.14404296875, -1877.15625, 563.8330078125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Talonbranch Glade - Difficulty: 0) +(@OGUID+35, 180426, 1, 361, 1998, '0', 0, 0, 6195.95068359375, -1884.1978759765625, 570.4658203125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Talonbranch Glade - Difficulty: 0) +(@OGUID+36, 180426, 1, 361, 1998, '0', 0, 0, 6226.98876953125, -1912.015625, 562.3446044921875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Talonbranch Glade - Difficulty: 0) +(@OGUID+37, 180426, 1, 361, 1998, '0', 0, 0, 6227.81005859375, -1918.5208740234375, 581.6318359375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Talonbranch Glade - Difficulty: 0) +(@OGUID+38, 180426, 1, 361, 1998, '0', 0, 0, 6188.52880859375, -1890.282958984375, 582.65899658203125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Talonbranch Glade - Difficulty: 0) +(@OGUID+39, 180426, 1, 361, 1998, '0', 0, 0, 6225.8193359375, -1931.21533203125, 578.00732421875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Talonbranch Glade - Difficulty: 0) +(@OGUID+40, 180427, 1, 361, 1998, '0', 0, 0, 6194.408203125, -1879.9600830078125, 569.66204833984375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Talonbranch Glade - Difficulty: 0) +(@OGUID+41, 180427, 1, 361, 1998, '0', 0, 0, 6201.92431640625, -1873.7847900390625, 565.859375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Talonbranch Glade - Difficulty: 0) +(@OGUID+42, 180427, 1, 361, 1998, '0', 0, 0, 6189.8115234375, -1872.670166015625, 565.859375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Talonbranch Glade - Difficulty: 0) +(@OGUID+43, 180427, 1, 361, 1998, '0', 0, 0, 6230.0078125, -1939.578125, 581.58917236328125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Talonbranch Glade - Difficulty: 0) +(@OGUID+44, 180427, 1, 361, 1998, '0', 0, 0, 6222.70751953125, -1933.076416015625, 574.78515625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Talonbranch Glade - Difficulty: 0) +(@OGUID+45, 180427, 1, 361, 1998, '0', 0, 0, 6223.6015625, -1954.767333984375, 580.94427490234375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Talonbranch Glade - Difficulty: 0) +(@OGUID+46, 180471, 1, 361, 1998, '0', 0, 0, 6186.53125, -1913.65283203125, 575.09930419921875, 2.72271275520324707, 0, 0, 0.978147506713867187, 0.207912087440490722, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Talonbranch Glade - Difficulty: 0) +(@OGUID+47, 180471, 1, 361, 1998, '0', 0, 0, 6187.22314453125, -1913.8853759765625, 576.28857421875, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Talonbranch Glade - Difficulty: 0) +(@OGUID+48, 180471, 1, 361, 1998, '0', 0, 0, 6185.3994140625, -1914.09033203125, 573.92596435546875, 3.577930212020874023, 0, 0, -0.97629547119140625, 0.216442063450813293, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Talonbranch Glade - Difficulty: 0) +(@OGUID+49, 180471, 1, 361, 1998, '0', 0, 0, 6182.82666015625, -1917.6492919921875, 572.09906005859375, 4.677483558654785156, 0, 0, -0.71933937072753906, 0.694658815860748291, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Talonbranch Glade - Difficulty: 0) +(@OGUID+50, 180471, 1, 361, 1998, '0', 0, 0, 6183.5693359375, -1921.092041015625, 570.81134033203125, 5.445427894592285156, 0, 0, -0.40673637390136718, 0.913545548915863037, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Talonbranch Glade - Difficulty: 0) +(@OGUID+51, 180471, 1, 361, 1998, '0', 0, 0, 6183.3505859375, -1920.15625, 571.25811767578125, 5.305802345275878906, 0, 0, -0.46947097778320312, 0.882947921752929687, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Talonbranch Glade - Difficulty: 0) +(@OGUID+52, 180471, 1, 361, 1998, '0', 0, 0, 6186.111328125, -1922.9774169921875, 570.22979736328125, 5.619962215423583984, 0, 0, -0.32556724548339843, 0.945518851280212402, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Talonbranch Glade - Difficulty: 0) +(@OGUID+53, 180471, 1, 361, 1998, '0', 0, 0, 6183.49462890625, -1915.642333984375, 573.0003662109375, 3.822272777557373046, 0, 0, -0.94264125823974609, 0.333807557821273803, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Talonbranch Glade - Difficulty: 0) +(@OGUID+54, 180471, 1, 361, 1998, '0', 0, 0, 6184.734375, -1914.767333984375, 573.51690673828125, 3.90954136848449707, 0, 0, -0.92718315124511718, 0.37460830807685852, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Talonbranch Glade - Difficulty: 0) +(@OGUID+55, 180471, 1, 361, 1998, '0', 0, 0, 6187.86474609375, -1914.1510009765625, 577.24755859375, 2.809975385665893554, 0, 0, 0.986285209655761718, 0.165049895644187927, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Talonbranch Glade - Difficulty: 0) +(@OGUID+56, 180471, 1, 361, 1998, '0', 0, 0, 6190.2431640625, -1914.8038330078125, 581.08349609375, 3.071766138076782226, 0, 0, 0.999390602111816406, 0.034906134009361267, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Talonbranch Glade - Difficulty: 0) +(@OGUID+57, 180471, 1, 361, 1998, '0', 0, 0, 6189.4375, -1914.5191650390625, 579.86376953125, 3.001946926116943359, 0, 0, 0.997563362121582031, 0.069766148924827575, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Talonbranch Glade - Difficulty: 0) +(@OGUID+58, 180471, 1, 361, 1998, '0', 0, 0, 6185.978515625, -1913.5364990234375, 574.31280517578125, 3.159062385559082031, 0, 0, -0.99996185302734375, 0.008734640665352344, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Talonbranch Glade - Difficulty: 0) +(@OGUID+59, 180471, 1, 361, 1998, '0', 0, 0, 6183.17041015625, -1918.842041015625, 571.77288818359375, 4.712389945983886718, 0, 0, -0.70710659027099609, 0.707106947898864746, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Talonbranch Glade - Difficulty: 0) +(@OGUID+60, 180471, 1, 361, 1998, '0', 0, 0, 6184.3134765625, -1921.704833984375, 570.65460205078125, 5.550147056579589843, 0, 0, -0.358367919921875, 0.933580458164215087, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Talonbranch Glade - Difficulty: 0) +(@OGUID+61, 180471, 1, 361, 1998, '0', 0, 0, 6188.61474609375, -1914.2396240234375, 578.57666015625, 2.70525527000427246, 0, 0, 0.97629547119140625, 0.216442063450813293, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Talonbranch Glade - Difficulty: 0) +(@OGUID+62, 180471, 1, 361, 1998, '0', 0, 0, 6185.1865234375, -1922.2413330078125, 570.50421142578125, 5.6897735595703125, 0, 0, -0.29237174987792968, 0.956304728984832763, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Talonbranch Glade - Difficulty: 0) +(@OGUID+63, 180471, 1, 361, 1998, '0', 0, 0, 6183.041015625, -1916.5103759765625, 572.54534912109375, 4.1538848876953125, 0, 0, -0.8746194839477539, 0.484810054302215576, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Talonbranch Glade - Difficulty: 0) +(@OGUID+64, 180472, 1, 361, 1998, '0', 0, 0, 6213.955078125, -1928.5555419921875, 572.9891357421875, 3.612837791442871093, 0, 0, -0.97236919403076171, 0.233448356389999389, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Talonbranch Glade - Difficulty: 0) +(@OGUID+65, 180523, 1, 361, 1998, '0', 0, 0, 6165.01123046875, -1952.3316650390625, 567.84478759765625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Apple Bob (Area: Talonbranch Glade - Difficulty: 0) +(@OGUID+66, 185434, 1, 361, 1998, '0', 0, 0, 6223.1796875, -1880.592041015625, 566.0218505859375, 2.70525527000427246, 0, 0, 0.97629547119140625, 0.216442063450813293, 120, 255, 1, 46366), -- Sitting Skeleton 01 (Area: Talonbranch Glade - Difficulty: 0) +(@OGUID+67, 185435, 1, 361, 1998, '0', 0, 0, 6201.3134765625, -1872.3367919921875, 566.74932861328125, 4.607671737670898437, 0, 0, -0.74314403533935546, 0.669131457805633544, 120, 255, 1, 46366), -- Sitting Skeleton 02 (Area: Talonbranch Glade - Difficulty: 0) +(@OGUID+68, 185454, 1, 361, 1998, '0', 0, 0, 6172.15087890625, -1911.2430419921875, 567.67572021484375, 3.159062385559082031, 0, 0, -0.99996185302734375, 0.008734640665352344, 120, 255, 1, 46366), -- Laying Skeleton 02 (Area: Talonbranch Glade - Difficulty: 0) +(@OGUID+69, 208159, 1, 361, 1998, '0', 0, 0, 6158.0224609375, -1952.34375, 568.02911376953125, 2.391098499298095703, 0, 0, 0.930417060852050781, 0.366502493619918823, 120, 255, 1, 46366); -- Candy Bucket (Area: Talonbranch Glade - Difficulty: 0) + +-- Event spawns +DELETE FROM `game_event_creature` WHERE `eventEntry`=12 AND `guid`=@CGUID+0; +INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES +(12, @CGUID+0); + +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+69; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48), +(12, @OGUID+49), +(12, @OGUID+50), +(12, @OGUID+51), +(12, @OGUID+52), +(12, @OGUID+53), +(12, @OGUID+54), +(12, @OGUID+55), +(12, @OGUID+56), +(12, @OGUID+57), +(12, @OGUID+58), +(12, @OGUID+59), +(12, @OGUID+60), +(12, @OGUID+61), +(12, @OGUID+62), +(12, @OGUID+63), +(12, @OGUID+64), +(12, @OGUID+65), +(12, @OGUID+66), +(12, @OGUID+67), +(12, @OGUID+68), +(12, @OGUID+69); + +-- +SET @CGUID := 3800331; +SET @OGUID := 3806136; + +-- Old creature spawns +DELETE FROM `creature` WHERE `guid` BETWEEN 3000403 AND 3000403; +DELETE FROM `creature_addon` WHERE `guid` BETWEEN 3000403 AND 3000403; +DELETE FROM `game_event_creature` WHERE `guid` BETWEEN 3000403 AND 3000403; + +-- Creature spawns +DELETE FROM `creature` WHERE `guid`=@CGUID+0; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES +(@CGUID+0, 22816, 1, 361, 5645, '0', 0, 0, 0, 0, 6074.42041015625, -870.1185302734375, 411.9312744140625, 1.104033231735229492, 120, 10, 0, 188, 0, 1, NULL, NULL, NULL, NULL, 46366); -- Black Cat (Area: Whisperwind Grove - Difficulty: 0) + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3007759 AND 3007800; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3007759 AND 3007800; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3007759 AND 3007800; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+41; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 1, 361, 5645, '0', 0, 0, 6044.70068359375, -854.79864501953125, 426.23907470703125, 2.687806606292724609, 0, 0, 0.974370002746582031, 0.224951311945915222, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Whisperwind Grove - Difficulty: 0) +(@OGUID+1, 180405, 1, 361, 5645, '0', 0, 0, 6077.2255859375, -904.217041015625, 414.751800537109375, 2.879789113998413085, 0, 0, 0.991444587707519531, 0.130528271198272705, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Whisperwind Grove - Difficulty: 0) +(@OGUID+2, 180405, 1, 361, 5645, '0', 0, 0, 6108.91845703125, -861.779541015625, 412.381256103515625, 5.113816738128662109, 0, 0, -0.55193614959716796, 0.833886384963989257, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Whisperwind Grove - Difficulty: 0) +(@OGUID+3, 180406, 1, 361, 5645, '0', 0, 0, 6075.87158203125, -836.42706298828125, 414.82843017578125, 0.698131442070007324, 0, 0, 0.342020034790039062, 0.939692676067352294, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Whisperwind Grove - Difficulty: 0) +(@OGUID+4, 180406, 1, 361, 5645, '0', 0, 0, 6068.0380859375, -897.90277099609375, 414.751251220703125, 2.914689540863037109, 0, 0, 0.993571281433105468, 0.113208353519439697, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Whisperwind Grove - Difficulty: 0) +(@OGUID+5, 180406, 1, 361, 5645, '0', 0, 0, 6111.2021484375, -886.8524169921875, 413.499359130859375, 4.712389945983886718, 0, 0, -0.70710659027099609, 0.707106947898864746, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Whisperwind Grove - Difficulty: 0) +(@OGUID+6, 180407, 1, 361, 5645, '0', 0, 0, 6049.27783203125, -859.342041015625, 426.238861083984375, 2.70525527000427246, 0, 0, 0.97629547119140625, 0.216442063450813293, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Whisperwind Grove - Difficulty: 0) +(@OGUID+7, 180411, 1, 361, 5645, '0', 0, 0, 6044.845703125, -855.154541015625, 417.24658203125, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Whisperwind Grove - Difficulty: 0) +(@OGUID+8, 180414, 1, 361, 5645, '0', 0, 0, 6074.19091796875, -890.6319580078125, 412.070953369140625, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 120, 255, 1, 46366), -- Cauldron (Area: Whisperwind Grove - Difficulty: 0) +(@OGUID+9, 180415, 1, 361, 5645, '0', 0, 0, 6050.953125, -857.404541015625, 414.953521728515625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Whisperwind Grove - Difficulty: 0) +(@OGUID+10, 180415, 1, 361, 5645, '0', 0, 0, 6056.27099609375, -852.85418701171875, 412.649932861328125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Whisperwind Grove - Difficulty: 0) +(@OGUID+11, 180415, 1, 361, 5645, '0', 0, 0, 6050.95068359375, -847.72393798828125, 412.681793212890625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Whisperwind Grove - Difficulty: 0) +(@OGUID+12, 180415, 1, 361, 5645, '0', 0, 0, 6053.85400390625, -855.125, 413.743499755859375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Whisperwind Grove - Difficulty: 0) +(@OGUID+13, 180415, 1, 361, 5645, '0', 0, 0, 6049.0068359375, -849.82989501953125, 413.62890625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Whisperwind Grove - Difficulty: 0) +(@OGUID+14, 180415, 1, 361, 5645, '0', 0, 0, 6046.27880859375, -852.920166015625, 414.981048583984375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Whisperwind Grove - Difficulty: 0) +(@OGUID+15, 180415, 1, 361, 5645, '0', 0, 0, 6076.916015625, -890.1007080078125, 412.16094970703125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Whisperwind Grove - Difficulty: 0) +(@OGUID+16, 180415, 1, 361, 5645, '0', 0, 0, 6073.95751953125, -894.38714599609375, 414.7017822265625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Whisperwind Grove - Difficulty: 0) +(@OGUID+17, 180415, 1, 361, 5645, '0', 0, 0, 6071.61474609375, -897.8350830078125, 415.58111572265625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Whisperwind Grove - Difficulty: 0) +(@OGUID+18, 180415, 1, 361, 5645, '0', 0, 0, 6075.515625, -892.04864501953125, 413.573516845703125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Whisperwind Grove - Difficulty: 0) +(@OGUID+19, 180415, 1, 361, 5645, '0', 0, 0, 6076.3681640625, -900.98089599609375, 415.573760986328125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Whisperwind Grove - Difficulty: 0) +(@OGUID+20, 180415, 1, 361, 5645, '0', 0, 0, 6080.234375, -895.22052001953125, 413.568511962890625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Whisperwind Grove - Difficulty: 0) +(@OGUID+21, 180415, 1, 361, 5645, '0', 0, 0, 6081.609375, -893.19964599609375, 412.11846923828125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Whisperwind Grove - Difficulty: 0) +(@OGUID+22, 180415, 1, 361, 5645, '0', 0, 0, 6078.58251953125, -897.7742919921875, 414.776214599609375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Whisperwind Grove - Difficulty: 0) +(@OGUID+23, 180425, 1, 361, 5645, '0', 0, 0, 6076.36279296875, -888.920166015625, 413.872039794921875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- SkullCandle01 (Area: Whisperwind Grove - Difficulty: 0) +(@OGUID+24, 180426, 1, 361, 5645, '0', 0, 0, 6094.3837890625, -863.4444580078125, 427.66961669921875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Whisperwind Grove - Difficulty: 0) +(@OGUID+25, 180426, 1, 361, 5645, '0', 0, 0, 6088.12353515625, -871.203125, 427.66961669921875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Whisperwind Grove - Difficulty: 0) +(@OGUID+26, 180426, 1, 361, 5645, '0', 0, 0, 6086.35595703125, -858.8992919921875, 427.66961669921875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Whisperwind Grove - Difficulty: 0) +(@OGUID+27, 180427, 1, 361, 5645, '0', 0, 0, 6096.9833984375, -864.3125, 431.452972412109375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Whisperwind Grove - Difficulty: 0) +(@OGUID+28, 180427, 1, 361, 5645, '0', 0, 0, 6083.6650390625, -867.373291015625, 431.452972412109375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Whisperwind Grove - Difficulty: 0) +(@OGUID+29, 180427, 1, 361, 5645, '0', 0, 0, 6091.09619140625, -874.11285400390625, 431.452972412109375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Whisperwind Grove - Difficulty: 0) +(@OGUID+30, 180471, 1, 361, 5645, '0', 0, 0, 6084.1181640625, -828.765625, 418.227935791015625, 0.366517573595046997, 0, 0, 0.182234764099121093, 0.98325502872467041, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Whisperwind Grove - Difficulty: 0) +(@OGUID+31, 180471, 1, 361, 5645, '0', 0, 0, 6085.23974609375, -828.16839599609375, 418.957427978515625, 0.331610709428787231, 0, 0, 0.16504669189453125, 0.986285746097564697, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Whisperwind Grove - Difficulty: 0) +(@OGUID+32, 180471, 1, 361, 5645, '0', 0, 0, 6086.26025390625, -827.1180419921875, 419.709930419921875, 0.24434557557106018, 0, 0, 0.121869087219238281, 0.9925462007522583, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Whisperwind Grove - Difficulty: 0) +(@OGUID+33, 180471, 1, 361, 5645, '0', 0, 0, 6088.7177734375, -826.3975830078125, 418.253875732421875, 0.226892471313476562, 0, 0, 0.113203048706054687, 0.993571877479553222, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Whisperwind Grove - Difficulty: 0) +(@OGUID+34, 180471, 1, 361, 5645, '0', 0, 0, 6087.515625, -826.92535400390625, 419.009674072265625, 0.261798173189163208, 0, 0, 0.130525588989257812, 0.991444945335388183, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Whisperwind Grove - Difficulty: 0) +(@OGUID+35, 180471, 1, 361, 5645, '0', 0, 0, 6067.7509765625, -910.63543701171875, 418.559478759765625, 2.687806606292724609, 0, 0, 0.974370002746582031, 0.224951311945915222, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Whisperwind Grove - Difficulty: 0) +(@OGUID+36, 180471, 1, 361, 5645, '0', 0, 0, 6065.3056640625, -909.03643798828125, 418.475494384765625, 2.687806606292724609, 0, 0, 0.974370002746582031, 0.224951311945915222, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Whisperwind Grove - Difficulty: 0) +(@OGUID+37, 180471, 1, 361, 5645, '0', 0, 0, 6066.53564453125, -909.888916015625, 418.993072509765625, 2.687806606292724609, 0, 0, 0.974370002746582031, 0.224951311945915222, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Whisperwind Grove - Difficulty: 0) +(@OGUID+38, 180472, 1, 361, 5645, '0', 0, 0, 6107.1494140625, -892.09722900390625, 416.917510986328125, 2.408554315567016601, 0, 0, 0.933580398559570312, 0.358368009328842163, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Whisperwind Grove - Difficulty: 0) +(@OGUID+39, 180523, 1, 361, 5645, '0', 0, 0, 6071.09912109375, -908.5399169921875, 415.229888916015625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Apple Bob (Area: Whisperwind Grove - Difficulty: 0) +(@OGUID+40, 185436, 1, 361, 5645, '0', 0, 0, 6074.03564453125, -890.74652099609375, 412.646087646484375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Sitting Skeleton 03 (Area: Whisperwind Grove - Difficulty: 0) +(@OGUID+41, 208158, 1, 361, 5645, '0', 0, 0, 6065.92724609375, -905.00177001953125, 414.79315185546875, 1.937312245368957519, 0, 0, 0.824125289916992187, 0.566407561302185058, 120, 255, 1, 46366); -- Candy Bucket (Area: Whisperwind Grove - Difficulty: 0) + +-- Event spawns +DELETE FROM `game_event_creature` WHERE `eventEntry`=12 AND `guid`=@CGUID+0; +INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES +(12, @CGUID+0); + +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+41; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41); diff --git a/sql/updates/world/master/2024_03_18_37_world_hallows_end_winterspring.sql b/sql/updates/world/master/2024_03_18_37_world_hallows_end_winterspring.sql new file mode 100644 index 0000000000000..9331490702edf --- /dev/null +++ b/sql/updates/world/master/2024_03_18_37_world_hallows_end_winterspring.sql @@ -0,0 +1,155 @@ +-- +SET @OGUID := 3806178; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3007801 AND 3007870; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3007801 AND 3007870; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3007801 AND 3007870; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+69; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 1, 618, 2255, '0', 0, 0, 6733.34912109375, -4617.0693359375, 733.55694580078125, 3.560472726821899414, 0, 0, -0.97814750671386718, 0.207912087440490722, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Everlook - Difficulty: 0) +(@OGUID+1, 180405, 1, 618, 2255, '0', 0, 0, 6737.84521484375, -4636.26806640625, 721.75616455078125, 5.794494152069091796, 0, 0, -0.24192142486572265, 0.970295846462249755, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Everlook - Difficulty: 0) +(@OGUID+2, 180405, 1, 618, 2255, '0', 0, 0, 6723.8115234375, -4665.580078125, 726.10479736328125, 3.281238555908203125, 0, 0, -0.99756336212158203, 0.069766148924827575, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Everlook - Difficulty: 0) +(@OGUID+3, 180405, 1, 618, 2255, '0', 0, 0, 6775.2275390625, -4644.59375, 733.3270263671875, 3.52557229995727539, 0, 0, -0.98162651062011718, 0.190812408924102783, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Everlook - Difficulty: 0) +(@OGUID+4, 180405, 1, 618, 2255, '0', 0, 0, 6700.099609375, -4672.84521484375, 730.83709716796875, 1.902408957481384277, 0, 0, 0.814115524291992187, 0.580702960491180419, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Everlook - Difficulty: 0) +(@OGUID+5, 180405, 1, 618, 2255, '0', 0, 0, 6697.14990234375, -4665.7666015625, 722.89617919921875, 0.349065244197845458, 0, 0, 0.173647880554199218, 0.984807789325714111, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Everlook - Difficulty: 0) +(@OGUID+6, 180405, 1, 618, 2255, '0', 0, 0, 6758.6865234375, -4698.85791015625, 733.82427978515625, 1.082102894783020019, 0, 0, 0.51503753662109375, 0.857167601585388183, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Everlook - Difficulty: 0) +(@OGUID+7, 180405, 1, 618, 2255, '0', 0, 0, 6759.9912109375, -4674.02001953125, 724.00970458984375, 5.078907966613769531, 0, 0, -0.56640625, 0.824126183986663818, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Everlook - Difficulty: 0) +(@OGUID+8, 180405, 1, 618, 2255, '0', 0, 0, 6662.09375, -4670.12841796875, 733.8468017578125, 5.061456203460693359, 0, 0, -0.57357597351074218, 0.819152355194091796, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Everlook - Difficulty: 0) +(@OGUID+9, 180405, 1, 618, 2255, '0', 0, 0, 6713.72900390625, -4697.01171875, 721.199462890625, 3.263772249221801757, 0, 0, -0.99813461303710937, 0.061051756143569946, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Everlook - Difficulty: 0) +(@OGUID+10, 180406, 1, 618, 2255, '0', 0, 0, 6716.7666015625, -4617.89404296875, 733.5845947265625, 3.508116960525512695, 0, 0, -0.98325443267822265, 0.182238012552261352, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Everlook - Difficulty: 0) +(@OGUID+11, 180406, 1, 618, 2255, '0', 0, 0, 6760.84228515625, -4644.65966796875, 733.65985107421875, 2.740161895751953125, 0, 0, 0.979924201965332031, 0.199370384216308593, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Everlook - Difficulty: 0) +(@OGUID+12, 180406, 1, 618, 2255, '0', 0, 0, 6752.48681640625, -4655.7421875, 724.299560546875, 6.108653545379638671, 0, 0, -0.08715534210205078, 0.996194720268249511, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Everlook - Difficulty: 0) +(@OGUID+13, 180406, 1, 618, 2255, '0', 0, 0, 6687.16015625, -4662.48876953125, 724.810791015625, 1.239183306694030761, 0, 0, 0.580702781677246093, 0.814115643501281738, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Everlook - Difficulty: 0) +(@OGUID+14, 180406, 1, 618, 2255, '0', 0, 0, 6730.2666015625, -4677.18115234375, 721.11114501953125, 4.014260292053222656, 0, 0, -0.90630722045898437, 0.422619491815567016, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Everlook - Difficulty: 0) +(@OGUID+15, 180406, 1, 618, 2255, '0', 0, 0, 6687.5322265625, -4697.845703125, 733.60382080078125, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Everlook - Difficulty: 0) +(@OGUID+16, 180406, 1, 618, 2255, '0', 0, 0, 6775.24560546875, -4698.47412109375, 733.3720703125, 0.366517573595046997, 0, 0, 0.182234764099121093, 0.98325502872467041, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Everlook - Difficulty: 0) +(@OGUID+17, 180406, 1, 618, 2255, '0', 0, 0, 6713.71435546875, -4724.4375, 733.69561767578125, 0.418878614902496337, 0, 0, 0.207911491394042968, 0.978147625923156738, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Everlook - Difficulty: 0) +(@OGUID+18, 180407, 1, 618, 2255, '0', 0, 0, 6690.19384765625, -4643.65087890625, 733.41790771484375, 4.258606910705566406, 0, 0, -0.84804725646972656, 0.529920578002929687, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Everlook - Difficulty: 0) +(@OGUID+19, 180407, 1, 618, 2255, '0', 0, 0, 6700.3017578125, -4668.0419921875, 730.83709716796875, 1.902408957481384277, 0, 0, 0.814115524291992187, 0.580702960491180419, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Everlook - Difficulty: 0) +(@OGUID+20, 180407, 1, 618, 2255, '0', 0, 0, 6724.93994140625, -4680.4130859375, 721.42767333984375, 4.031712055206298828, 0, 0, -0.90258502960205078, 0.430511653423309326, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Everlook - Difficulty: 0) +(@OGUID+21, 180407, 1, 618, 2255, '0', 0, 0, 6696.8388671875, -4675.14453125, 723.0299072265625, 3.543023586273193359, 0, 0, -0.97992420196533203, 0.199370384216308593, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Everlook - Difficulty: 0) +(@OGUID+22, 180407, 1, 618, 2255, '0', 0, 0, 6760.2265625, -4668.0859375, 724.09014892578125, 5.148722648620605468, 0, 0, -0.53729915618896484, 0.843391716480255126, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Everlook - Difficulty: 0) +(@OGUID+23, 180407, 1, 618, 2255, '0', 0, 0, 6802.75341796875, -4671.65625, 733.762451171875, 1.902408957481384277, 0, 0, 0.814115524291992187, 0.580702960491180419, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Everlook - Difficulty: 0) +(@OGUID+24, 180407, 1, 618, 2255, '0', 0, 0, 6729.962890625, -4724.88916015625, 733.53289794921875, 0.383971005678176879, 0, 0, 0.190808296203613281, 0.981627285480499267, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Everlook - Difficulty: 0) +(@OGUID+25, 180415, 1, 618, 2255, '0', 0, 0, 6685.228515625, -4668.42724609375, 722.60894775390625, 1.186823248863220214, 0, 0, 0.559192657470703125, 0.829037725925445556, 120, 255, 1, 46366), -- CandleBlack01 (Area: Everlook - Difficulty: 0) +(@OGUID+26, 180425, 1, 618, 2255, '0', 0, 0, 6692.7431640625, -4672.7744140625, 722.6988525390625, 1.012289404869079589, 0, 0, 0.484808921813964843, 0.87462007999420166, 120, 255, 1, 46366), -- SkullCandle01 (Area: Everlook - Difficulty: 0) +(@OGUID+27, 180425, 1, 618, 2255, '0', 0, 0, 6685.0224609375, -4673.27099609375, 722.63671875, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, 46366), -- SkullCandle01 (Area: Everlook - Difficulty: 0) +(@OGUID+28, 180426, 1, 618, 2255, '0', 0, 0, 6730.80810546875, -4663.4443359375, 730.42205810546875, 0.785396754741668701, 0, 0, 0.38268280029296875, 0.923879802227020263, 120, 255, 1, 46366), -- Bat01 (Area: Everlook - Difficulty: 0) +(@OGUID+29, 180426, 1, 618, 2255, '0', 0, 0, 6731.44091796875, -4663.30908203125, 731.5755615234375, 4.433136463165283203, 0, 0, -0.79863548278808593, 0.60181504487991333, 120, 255, 1, 46366), -- Bat01 (Area: Everlook - Difficulty: 0) +(@OGUID+30, 180426, 1, 618, 2255, '0', 0, 0, 6731.8056640625, -4662.783203125, 734.596923828125, 5.654868602752685546, 0, 0, -0.30901622772216796, 0.95105677843093872, 120, 255, 1, 46366), -- Bat01 (Area: Everlook - Difficulty: 0) +(@OGUID+31, 180426, 1, 618, 2255, '0', 0, 0, 6731.705078125, -4662.5400390625, 730.150390625, 1.937312245368957519, 0, 0, 0.824125289916992187, 0.566407561302185058, 120, 255, 1, 46366), -- Bat01 (Area: Everlook - Difficulty: 0) +(@OGUID+32, 180426, 1, 618, 2255, '0', 0, 0, 6731.65625, -4662.94091796875, 731.19610595703125, 0.733038187026977539, 0, 0, 0.358367919921875, 0.933580458164215087, 120, 255, 1, 46366), -- Bat01 (Area: Everlook - Difficulty: 0) +(@OGUID+33, 180426, 1, 618, 2255, '0', 0, 0, 6731.78662109375, -4662.9931640625, 734.247802734375, 2.879789113998413085, 0, 0, 0.991444587707519531, 0.130528271198272705, 120, 255, 1, 46366), -- Bat01 (Area: Everlook - Difficulty: 0) +(@OGUID+34, 180426, 1, 618, 2255, '0', 0, 0, 6731.9912109375, -4662.5244140625, 732.326171875, 1.954769015312194824, 0, 0, 0.829037666320800781, 0.559192776679992675, 120, 255, 1, 46366), -- Bat01 (Area: Everlook - Difficulty: 0) +(@OGUID+35, 180426, 1, 618, 2255, '0', 0, 0, 6731.64501953125, -4662.8037109375, 735.1912841796875, 0.087265998125076293, 0, 0, 0.043619155883789062, 0.999048233032226562, 120, 255, 1, 46366), -- Bat01 (Area: Everlook - Difficulty: 0) +(@OGUID+36, 180426, 1, 618, 2255, '0', 0, 0, 6731.71630859375, -4662.53466796875, 728.93609619140625, 3.769911527633666992, 0, 0, -0.95105648040771484, 0.309017121791839599, 120, 255, 1, 46366), -- Bat01 (Area: Everlook - Difficulty: 0) +(@OGUID+37, 180426, 1, 618, 2255, '0', 0, 0, 6732.04345703125, -4662.8974609375, 732.00396728515625, 2.635444164276123046, 0, 0, 0.96814727783203125, 0.250381410121917724, 120, 255, 1, 46366), -- Bat01 (Area: Everlook - Difficulty: 0) +(@OGUID+38, 180427, 1, 618, 2255, '0', 0, 0, 6731.6025390625, -4662.7744140625, 730.6702880859375, 1.553341388702392578, 0, 0, 0.700908660888671875, 0.713251054286956787, 120, 255, 1, 46366), -- Bat02 (Area: Everlook - Difficulty: 0) +(@OGUID+39, 180427, 1, 618, 2255, '0', 0, 0, 6731.7431640625, -4662.7568359375, 731.85943603515625, 4.939284324645996093, 0, 0, -0.6225137710571289, 0.78260880708694458, 120, 255, 1, 46366), -- Bat02 (Area: Everlook - Difficulty: 0) +(@OGUID+40, 180427, 1, 618, 2255, '0', 0, 0, 6732.1162109375, -4662.84912109375, 735.059814453125, 4.188792228698730468, 0, 0, -0.86602497100830078, 0.50000077486038208, 120, 255, 1, 46366), -- Bat02 (Area: Everlook - Difficulty: 0) +(@OGUID+41, 180427, 1, 618, 2255, '0', 0, 0, 6731.9306640625, -4663.15966796875, 732.6463623046875, 2.321286916732788085, 0, 0, 0.917059898376464843, 0.398749500513076782, 120, 255, 1, 46366), -- Bat02 (Area: Everlook - Difficulty: 0) +(@OGUID+42, 180427, 1, 618, 2255, '0', 0, 0, 6731.45654296875, -4662.6025390625, 732.0150146484375, 5.811946868896484375, 0, 0, -0.2334451675415039, 0.972369968891143798, 120, 255, 1, 46366), -- Bat02 (Area: Everlook - Difficulty: 0) +(@OGUID+43, 180427, 1, 618, 2255, '0', 0, 0, 6732.0712890625, -4662.66650390625, 732.9244384765625, 4.1538848876953125, 0, 0, -0.8746194839477539, 0.484810054302215576, 120, 255, 1, 46366), -- Bat02 (Area: Everlook - Difficulty: 0) +(@OGUID+44, 180427, 1, 618, 2255, '0', 0, 0, 6731.4990234375, -4662.5, 733.62164306640625, 0.27925160527229309, 0, 0, 0.139172554016113281, 0.990268170833587646, 120, 255, 1, 46366), -- Bat02 (Area: Everlook - Difficulty: 0) +(@OGUID+45, 180427, 1, 618, 2255, '0', 0, 0, 6732.24853515625, -4663.0224609375, 732.98504638671875, 6.108653545379638671, 0, 0, -0.08715534210205078, 0.996194720268249511, 120, 255, 1, 46366), -- Bat02 (Area: Everlook - Difficulty: 0) +(@OGUID+46, 180427, 1, 618, 2255, '0', 0, 0, 6731.35595703125, -4662.908203125, 732.08551025390625, 2.059488296508789062, 0, 0, 0.857167243957519531, 0.515038192272186279, 120, 255, 1, 46366), -- Bat02 (Area: Everlook - Difficulty: 0) +(@OGUID+47, 180427, 1, 618, 2255, '0', 0, 0, 6731.80029296875, -4662.71875, 731.36505126953125, 1.605701684951782226, 0, 0, 0.719339370727539062, 0.694658815860748291, 120, 255, 1, 46366), -- Bat02 (Area: Everlook - Difficulty: 0) +(@OGUID+48, 180471, 1, 618, 2255, '0', 0, 0, 6746.0390625, -4630.78759765625, 729.53460693359375, 5.637413978576660156, 0, 0, -0.31730461120605468, 0.948323667049407958, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Everlook - Difficulty: 0) +(@OGUID+49, 180471, 1, 618, 2255, '0', 0, 0, 6694.69287109375, -4659.875, 724.97894287109375, 5.986480236053466796, 0, 0, -0.14780902862548828, 0.989015936851501464, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Everlook - Difficulty: 0) +(@OGUID+50, 180471, 1, 618, 2255, '0', 0, 0, 6694.02783203125, -4681.49853515625, 724.97637939453125, 3.24634718894958496, 0, 0, -0.99862861633300781, 0.052353221923112869, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Everlook - Difficulty: 0) +(@OGUID+51, 180471, 1, 618, 2255, '0', 0, 0, 6678.20166015625, -4659.38525390625, 724.85675048828125, 0.645771682262420654, 0, 0, 0.317304611206054687, 0.948323667049407958, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Everlook - Difficulty: 0) +(@OGUID+52, 180471, 1, 618, 2255, '0', 0, 0, 6678.68212890625, -4680.46337890625, 724.98846435546875, 2.321286916732788085, 0, 0, 0.917059898376464843, 0.398749500513076782, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Everlook - Difficulty: 0) +(@OGUID+53, 180472, 1, 618, 2255, '0', 0, 0, 6687.814453125, -4654.67529296875, 726.51177978515625, 1.361356139183044433, 0, 0, 0.629320144653320312, 0.77714616060256958, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Everlook - Difficulty: 0) +(@OGUID+54, 180472, 1, 618, 2255, '0', 0, 0, 6694.94189453125, -4654.85791015625, 726.55377197265625, 1.640606880187988281, 0, 0, 0.731352806091308593, 0.6819993257522583, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Everlook - Difficulty: 0) +(@OGUID+55, 180472, 1, 618, 2255, '0', 0, 0, 6687.564453125, -4659.60791015625, 726.2718505859375, 4.852017402648925781, 0, 0, -0.65605831146240234, 0.754710197448730468, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Everlook - Difficulty: 0) +(@OGUID+56, 180472, 1, 618, 2255, '0', 0, 0, 6699.99072265625, -4659.21044921875, 726.56634521484375, 0.174532130360603332, 0, 0, 0.087155342102050781, 0.996194720268249511, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Everlook - Difficulty: 0) +(@OGUID+57, 180472, 1, 618, 2255, '0', 0, 0, 6677.1328125, -4654.3212890625, 725.605712890625, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Everlook - Difficulty: 0) +(@OGUID+58, 180472, 1, 618, 2255, '0', 0, 0, 6686.34619140625, -4685.8818359375, 726.42315673828125, 4.799657344818115234, 0, 0, -0.67558956146240234, 0.737277925014495849, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Everlook - Difficulty: 0) +(@OGUID+59, 180472, 1, 618, 2255, '0', 0, 0, 6677.68310546875, -4669.080078125, 726.2742919921875, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Everlook - Difficulty: 0) +(@OGUID+60, 180472, 1, 618, 2255, '0', 0, 0, 6686.59619140625, -4680.9287109375, 726.23858642578125, 1.762782454490661621, 0, 0, 0.771624565124511718, 0.636078238487243652, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Everlook - Difficulty: 0) +(@OGUID+61, 180472, 1, 618, 2255, '0', 0, 0, 6672.74560546875, -4668.8349609375, 726.47198486328125, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Everlook - Difficulty: 0) +(@OGUID+62, 180472, 1, 618, 2255, '0', 0, 0, 6672.2412109375, -4680.4287109375, 726.4774169921875, 3.124123096466064453, 0, 0, 0.99996185302734375, 0.008734640665352344, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Everlook - Difficulty: 0) +(@OGUID+63, 180472, 1, 618, 2255, '0', 0, 0, 6699.064453125, -4681.75537109375, 726.4681396484375, 0.15707901120185852, 0, 0, 0.078458786010742187, 0.996917366981506347, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Everlook - Difficulty: 0) +(@OGUID+64, 180472, 1, 618, 2255, '0', 0, 0, 6673.2587890625, -4659.15478515625, 726.476806640625, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Everlook - Difficulty: 0) +(@OGUID+65, 180472, 1, 618, 2255, '0', 0, 0, 6695.16259765625, -4686.56787109375, 725.58721923828125, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Everlook - Difficulty: 0) +(@OGUID+66, 180472, 1, 618, 2255, '0', 0, 0, 6678.44775390625, -4685.40625, 726.52935791015625, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Everlook - Difficulty: 0) +(@OGUID+67, 180472, 1, 618, 2255, '0', 0, 0, 6710.42724609375, -4697.76416015625, 727.2896728515625, 1.204277276992797851, 0, 0, 0.56640625, 0.824126183986663818, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Everlook - Difficulty: 0) +(@OGUID+68, 180523, 1, 618, 2255, '0', 0, 0, 6692.2119140625, -4661.60791015625, 721.98907470703125, 4.97418975830078125, 0, 0, -0.60876083374023437, 0.793353796005249023, 120, 255, 1, 46366), -- Apple Bob (Area: Everlook - Difficulty: 0) +(@OGUID+69, 190106, 1, 618, 2255, '0', 0, 0, 6693.94775390625, -4671.05322265625, 721.5731201171875, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366); -- Candy Bucket (Area: Everlook - Difficulty: 0) + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+69; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48), +(12, @OGUID+49), +(12, @OGUID+50), +(12, @OGUID+51), +(12, @OGUID+52), +(12, @OGUID+53), +(12, @OGUID+54), +(12, @OGUID+55), +(12, @OGUID+56), +(12, @OGUID+57), +(12, @OGUID+58), +(12, @OGUID+59), +(12, @OGUID+60), +(12, @OGUID+61), +(12, @OGUID+62), +(12, @OGUID+63), +(12, @OGUID+64), +(12, @OGUID+65), +(12, @OGUID+66), +(12, @OGUID+67), +(12, @OGUID+68), +(12, @OGUID+69); diff --git a/sql/updates/world/master/2024_03_18_38_world_hallows_end_azshara.sql b/sql/updates/world/master/2024_03_18_38_world_hallows_end_azshara.sql new file mode 100644 index 0000000000000..1774a077857ed --- /dev/null +++ b/sql/updates/world/master/2024_03_18_38_world_hallows_end_azshara.sql @@ -0,0 +1,139 @@ +-- +SET @OGUID := 3806248; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3007871 AND 3007932; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3007871 AND 3007932; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3007871 AND 3007932; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+61; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 1, 16, 4821, '0', 0, 0, 3599.34033203125, -6420.4130859375, 14.92302322387695312, 3.316144466400146484, 0, 0, -0.99619388580322265, 0.087165042757987976, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Bilgewater Harbor - Difficulty: 0) +(@OGUID+1, 180405, 1, 16, 4821, '0', 0, 0, 3548.22314453125, -6503.57470703125, 43.47087478637695312, 3.543023586273193359, 0, 0, -0.97992420196533203, 0.199370384216308593, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Bilgewater Harbor - Difficulty: 0) +(@OGUID+2, 180405, 1, 16, 4821, '0', 0, 0, 3477.62841796875, -6422.17041015625, 11.62490081787109375, 4.660029888153076171, 0, 0, -0.72537422180175781, 0.688354730606079101, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Bilgewater Harbor - Difficulty: 0) +(@OGUID+3, 180405, 1, 16, 4821, '0', 0, 0, 3456.790771484375, -6492.19091796875, 20.23287582397460937, 4.328419685363769531, 0, 0, -0.82903671264648437, 0.559194147586822509, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Bilgewater Harbor - Difficulty: 0) +(@OGUID+4, 180406, 1, 16, 4821, '0', 0, 0, 3545.248291015625, -6309.720703125, 0.754246532917022705, 3.52557229995727539, 0, 0, -0.98162651062011718, 0.190812408924102783, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Bilgewater Harbor - Difficulty: 0) +(@OGUID+5, 180406, 1, 16, 4821, '0', 0, 0, 3585.451416015625, -6420.7431640625, 14.87507152557373046, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Bilgewater Harbor - Difficulty: 0) +(@OGUID+6, 180406, 1, 16, 4821, '0', 0, 0, 3530.57470703125, -6494.9931640625, 41.09633636474609375, 3.43830275535583496, 0, 0, -0.98901557922363281, 0.147811368107795715, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Bilgewater Harbor - Difficulty: 0) +(@OGUID+7, 180406, 1, 16, 4821, '0', 0, 0, 3469.37158203125, -6479.93603515625, 20.232879638671875, 1.274088263511657714, 0, 0, 0.594821929931640625, 0.80385744571685791, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Bilgewater Harbor - Difficulty: 0) +(@OGUID+8, 180407, 1, 16, 5306, '0', 0, 0, 3581.736083984375, -6455.5556640625, 20.51021385192871093, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Hull of the Foebreaker - Difficulty: 0) +(@OGUID+9, 180407, 1, 16, 4821, '0', 0, 0, 3590.708251953125, -6535.205078125, 50.17335891723632812, 5.759587764739990234, 0, 0, -0.25881862640380859, 0.965925931930541992, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Bilgewater Harbor - Difficulty: 0) +(@OGUID+10, 180407, 1, 16, 4821, '0', 0, 0, 3527.541748046875, -6504.8193359375, 43.47087478637695312, 3.159062385559082031, 0, 0, -0.99996185302734375, 0.008734640665352344, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Bilgewater Harbor - Difficulty: 0) +(@OGUID+11, 180407, 1, 16, 4821, '0', 0, 0, 3504.713623046875, -6437.80908203125, 20.23289680480957031, 4.520402908325195312, 0, 0, -0.77162456512451171, 0.636078238487243652, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Bilgewater Harbor - Difficulty: 0) +(@OGUID+12, 180407, 1, 16, 4821, '0', 0, 0, 3498.69189453125, -6397.4462890625, 11.49479198455810546, 4.188792228698730468, 0, 0, -0.86602497100830078, 0.50000077486038208, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Bilgewater Harbor - Difficulty: 0) +(@OGUID+13, 180408, 1, 16, 4821, '0', 0, 0, 3548.197021484375, -6503.51904296875, 45.12577056884765625, 3.106652259826660156, 0, 0, 0.999847412109375, 0.017469281330704689, 120, 255, 1, 46366), -- G_WitchHat_01 (Area: Bilgewater Harbor - Difficulty: 0) +(@OGUID+14, 180409, 1, 16, 4821, '0', 0, 0, 3549.6171875, -6502.83837890625, 40.99541091918945312, 3.717553615570068359, 0, 0, -0.95881938934326171, 0.284016460180282592, 120, 255, 1, 46366), -- G_WitchBroom_01 (Area: Bilgewater Harbor - Difficulty: 0) +(@OGUID+15, 180410, 1, 16, 4821, '0', 0, 0, 3611.579833984375, -6481.05712890625, 22.14409446716308593, 5.881760597229003906, 0, 0, -0.19936752319335937, 0.979924798011779785, 120, 255, 1, 46366), -- G_HangingSkeleton_01 (Area: Bilgewater Harbor - Difficulty: 0) +(@OGUID+16, 180410, 1, 16, 4821, '0', 0, 0, 3540.2353515625, -6497.7119140625, 44.25957107543945312, 1.500982880592346191, 0, 0, 0.681998252868652343, 0.731353819370269775, 120, 255, 1, 46366), -- G_HangingSkeleton_01 (Area: Bilgewater Harbor - Difficulty: 0) +(@OGUID+17, 180411, 1, 16, 4821, '0', 0, 0, 3605.146728515625, -6439.40625, 14.89805984497070312, 4.939284324645996093, 0, 0, -0.6225137710571289, 0.78260880708694458, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Bilgewater Harbor - Difficulty: 0) +(@OGUID+18, 180411, 1, 16, 4821, '0', 0, 0, 3537.615478515625, -6509.01220703125, 45.89495468139648437, 4.939284324645996093, 0, 0, -0.6225137710571289, 0.78260880708694458, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Bilgewater Harbor - Difficulty: 0) +(@OGUID+19, 180415, 1, 16, 4821, '0', 0, 0, 3538.8125, -6498.97216796875, 42.63893890380859375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Bilgewater Harbor - Difficulty: 0) +(@OGUID+20, 180415, 1, 16, 4821, '0', 0, 0, 3537.001708984375, -6510.21728515625, 43.47087478637695312, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Bilgewater Harbor - Difficulty: 0) +(@OGUID+21, 180415, 1, 16, 4821, '0', 0, 0, 3537.717041015625, -6503.58837890625, 43.47087478637695312, 0.663223206996917724, 0, 0, 0.325567245483398437, 0.945518851280212402, 120, 255, 1, 46366), -- CandleBlack01 (Area: Bilgewater Harbor - Difficulty: 0) +(@OGUID+22, 180415, 1, 16, 4821, '0', 0, 0, 3537.509521484375, -6499.94775390625, 43.48051834106445312, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Bilgewater Harbor - Difficulty: 0) +(@OGUID+23, 180415, 1, 16, 4821, '0', 0, 0, 3542.724853515625, -6503.68408203125, 43.47087478637695312, 0.715584874153137207, 0, 0, 0.350207328796386718, 0.936672210693359375, 120, 255, 1, 46366), -- CandleBlack01 (Area: Bilgewater Harbor - Difficulty: 0) +(@OGUID+24, 180415, 1, 16, 4821, '0', 0, 0, 3527.03125, -6503.35791015625, 43.47087478637695312, 0.715584874153137207, 0, 0, 0.350207328796386718, 0.936672210693359375, 120, 255, 1, 46366), -- CandleBlack01 (Area: Bilgewater Harbor - Difficulty: 0) +(@OGUID+25, 180415, 1, 16, 4821, '0', 0, 0, 3531.671875, -6498.80224609375, 42.65270233154296875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Bilgewater Harbor - Difficulty: 0) +(@OGUID+26, 180415, 1, 16, 4821, '0', 0, 0, 3532.846435546875, -6509.93408203125, 43.47087478637695312, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Bilgewater Harbor - Difficulty: 0) +(@OGUID+27, 180415, 1, 16, 4821, '0', 0, 0, 3532.704833984375, -6499.908203125, 43.47087478637695312, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Bilgewater Harbor - Difficulty: 0) +(@OGUID+28, 180415, 1, 16, 4821, '0', 0, 0, 3532.538330078125, -6503.25, 43.47087478637695312, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Bilgewater Harbor - Difficulty: 0) +(@OGUID+29, 180426, 1, 16, 4821, '0', 0, 0, 3535.37060546875, -6459.77978515625, 49.21615982055664062, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Bilgewater Harbor - Difficulty: 0) +(@OGUID+30, 180426, 1, 16, 4821, '0', 0, 0, 3534.372314453125, -6451.6337890625, 45.64139175415039062, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Bilgewater Harbor - Difficulty: 0) +(@OGUID+31, 180426, 1, 16, 4821, '0', 0, 0, 3532.6572265625, -6457.234375, 47.92422866821289062, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Bilgewater Harbor - Difficulty: 0) +(@OGUID+32, 180427, 1, 16, 4821, '0', 0, 0, 3534.471435546875, -6458.328125, 48.42770767211914062, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Bilgewater Harbor - Difficulty: 0) +(@OGUID+33, 180427, 1, 16, 4821, '0', 0, 0, 3535.818603515625, -6455.626953125, 47.23282241821289062, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Bilgewater Harbor - Difficulty: 0) +(@OGUID+34, 180427, 1, 16, 4821, '0', 0, 0, 3532.8759765625, -6459.48095703125, 48.96438980102539062, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Bilgewater Harbor - Difficulty: 0) +(@OGUID+35, 180427, 1, 16, 4821, '0', 0, 0, 3532.796142578125, -6458.796875, 48.59543228149414062, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Bilgewater Harbor - Difficulty: 0) +(@OGUID+36, 180431, 1, 16, 4821, '0', 0, 0, 3544.982666015625, -6446.42724609375, 37.49847412109375, 3.839725255966186523, 0, 0, -0.93969249725341796, 0.34202045202255249, 120, 255, 1, 46366), -- G_Pumpkin_01 scale 4.0 (Area: Bilgewater Harbor - Difficulty: 0) +(@OGUID+37, 180471, 1, 16, 4821, '0', 0, 0, 3531.822998046875, -6522.60791015625, 48.52970123291015625, 3.036838293075561523, 0, 0, 0.998628616333007812, 0.052353221923112869, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Bilgewater Harbor - Difficulty: 0) +(@OGUID+38, 180471, 1, 16, 4821, '0', 0, 0, 3524.799560546875, -6529.93603515625, 49.48054122924804687, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Bilgewater Harbor - Difficulty: 0) +(@OGUID+39, 180471, 1, 16, 4821, '0', 0, 0, 3527.7587890625, -6522.296875, 44.85824203491210937, 3.001946926116943359, 0, 0, 0.997563362121582031, 0.069766148924827575, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Bilgewater Harbor - Difficulty: 0) +(@OGUID+40, 180471, 1, 16, 4821, '0', 0, 0, 3524.9775390625, -6504.361328125, 49.36654281616210937, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Bilgewater Harbor - Difficulty: 0) +(@OGUID+41, 180471, 1, 16, 4821, '0', 0, 0, 3525.4296875, -6524.75537109375, 59.87563705444335937, 4.852017402648925781, 0, 0, -0.65605831146240234, 0.754710197448730468, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Bilgewater Harbor - Difficulty: 0) +(@OGUID+42, 180471, 1, 16, 4821, '0', 0, 0, 3518.7353515625, -6509.13720703125, 59.95137405395507812, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Bilgewater Harbor - Difficulty: 0) +(@OGUID+43, 180471, 1, 16, 4821, '0', 0, 0, 3512.2822265625, -6503.97412109375, 49.35243606567382812, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Bilgewater Harbor - Difficulty: 0) +(@OGUID+44, 180471, 1, 16, 4821, '0', 0, 0, 3528.658935546875, -6522.5068359375, 45.69745635986328125, 2.949595451354980468, 0, 0, 0.995395660400390625, 0.095851235091686248, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Bilgewater Harbor - Difficulty: 0) +(@OGUID+45, 180471, 1, 16, 4821, '0', 0, 0, 3530.73095703125, -6522.51025390625, 47.54932403564453125, 3.036838293075561523, 0, 0, 0.998628616333007812, 0.052353221923112869, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Bilgewater Harbor - Difficulty: 0) +(@OGUID+46, 180471, 1, 16, 4821, '0', 0, 0, 3518.3369140625, -6504.1875, 49.15529251098632812, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Bilgewater Harbor - Difficulty: 0) +(@OGUID+47, 180471, 1, 16, 4821, '0', 0, 0, 3529.694580078125, -6522.3974609375, 46.61844635009765625, 3.054326534271240234, 0, 0, 0.999048233032226562, 0.043619260191917419, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Bilgewater Harbor - Difficulty: 0) +(@OGUID+48, 180471, 1, 16, 4821, '0', 0, 0, 3525.845458984375, -6509.44091796875, 60.02410888671875, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Bilgewater Harbor - Difficulty: 0) +(@OGUID+49, 180471, 1, 16, 4821, '0', 0, 0, 3512.150146484375, -6508.88916015625, 60.2926177978515625, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Bilgewater Harbor - Difficulty: 0) +(@OGUID+50, 180471, 1, 16, 4821, '0', 0, 0, 3511.556396484375, -6529.470703125, 49.45423507690429687, 0.296705186367034912, 0, 0, 0.147809028625488281, 0.989015936851501464, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Bilgewater Harbor - Difficulty: 0) +(@OGUID+51, 180471, 1, 16, 4821, '0', 0, 0, 3511.74658203125, -6524.17041015625, 60.11174774169921875, 0.087265998125076293, 0, 0, 0.043619155883789062, 0.999048233032226562, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Bilgewater Harbor - Difficulty: 0) +(@OGUID+52, 180471, 1, 16, 4821, '0', 0, 0, 3517.716064453125, -6529.6630859375, 49.09471893310546875, 6.230826377868652343, 0, 0, -0.02617645263671875, 0.999657332897186279, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Bilgewater Harbor - Difficulty: 0) +(@OGUID+53, 180471, 1, 16, 4821, '0', 0, 0, 3518.346435546875, -6524.31103515625, 59.93560028076171875, 0.24434557557106018, 0, 0, 0.121869087219238281, 0.9925462007522583, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Bilgewater Harbor - Difficulty: 0) +(@OGUID+54, 180472, 1, 16, 4821, '0', 0, 0, 3447.723876953125, -6497.00537109375, 25.28648757934570312, 1.378809213638305664, 0, 0, 0.636077880859375, 0.771624863147735595, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Bilgewater Harbor - Difficulty: 0) +(@OGUID+55, 180472, 1, 16, 4821, '0', 0, 0, 3449.470458984375, -6576.439453125, 63.68678665161132812, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Bilgewater Harbor - Difficulty: 0) +(@OGUID+56, 180523, 1, 16, 4821, '0', 0, 0, 3530.14501953125, -6523.89599609375, 43.84289932250976562, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Apple Bob (Area: Bilgewater Harbor - Difficulty: 0) +(@OGUID+57, 185434, 1, 16, 4821, '0', 0, 0, 3548.732666015625, -6502.205078125, 42.34893417358398437, 2.391098499298095703, 0, 0, 0.930417060852050781, 0.366502493619918823, 120, 255, 1, 46366), -- Sitting Skeleton 01 (Area: Bilgewater Harbor - Difficulty: 0) +(@OGUID+58, 185436, 1, 16, 4821, '0', 0, 0, 3547.78466796875, -6502.44775390625, 42.15895462036132812, 1.082102894783020019, 0, 0, 0.51503753662109375, 0.857167601585388183, 120, 255, 1, 46366), -- Sitting Skeleton 03 (Area: Bilgewater Harbor - Difficulty: 0) +(@OGUID+59, 185454, 1, 16, 4821, '0', 0, 0, 3548.06591796875, -6500.90087890625, 40.96922683715820312, 5.026549339294433593, 0, 0, -0.5877847671508789, 0.809017360210418701, 120, 255, 1, 46366), -- Laying Skeleton 02 (Area: Bilgewater Harbor - Difficulty: 0) +(@OGUID+60, 208052, 1, 16, 4821, '0', 0, 0, 3548.09716796875, -6501.85595703125, 41.05363845825195312, 1.413715124130249023, 0, 0, 0.649447441101074218, 0.760406434535980224, 120, 255, 1, 46366), -- Cauldron Scale 1.5 (Area: Bilgewater Harbor - Difficulty: 0) +(@OGUID+61, 208140, 1, 16, 4821, '0', 0, 0, 3536.690185546875, -6522.09033203125, 43.48497390747070312, 3.769911527633666992, 0, 0, -0.95105648040771484, 0.309017121791839599, 120, 255, 1, 46366); -- Candy Bucket (Area: Bilgewater Harbor - Difficulty: 0) + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+61; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48), +(12, @OGUID+49), +(12, @OGUID+50), +(12, @OGUID+51), +(12, @OGUID+52), +(12, @OGUID+53), +(12, @OGUID+54), +(12, @OGUID+55), +(12, @OGUID+56), +(12, @OGUID+57), +(12, @OGUID+58), +(12, @OGUID+59), +(12, @OGUID+60), +(12, @OGUID+61); diff --git a/sql/updates/world/master/2024_03_18_39_world_hallows_end_ashenvale.sql b/sql/updates/world/master/2024_03_18_39_world_hallows_end_ashenvale.sql new file mode 100644 index 0000000000000..65a14de229bc4 --- /dev/null +++ b/sql/updates/world/master/2024_03_18_39_world_hallows_end_ashenvale.sql @@ -0,0 +1,436 @@ +-- +SET @OGUID := 3806310; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3007933 AND 3007962; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3007933 AND 3007962; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3007933 AND 3007962; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+29; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 1, 331, 420, '0', 0, 0, 2165.048583984375, -1149.1302490234375, 97.37541961669921875, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Silverwind Refuge - Difficulty: 0) +(@OGUID+1, 180406, 1, 331, 420, '0', 0, 0, 2147.364501953125, -1215.4722900390625, 96.401611328125, 2.565631866455078125, 0, 0, 0.958819389343261718, 0.284016460180282592, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Silverwind Refuge - Difficulty: 0) +(@OGUID+2, 180407, 1, 331, 420, '0', 0, 0, 2132.76220703125, -1197.203125, 100.5833969116210937, 2.111847877502441406, 0, 0, 0.870355606079101562, 0.492423713207244873, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Silverwind Refuge - Difficulty: 0) +(@OGUID+3, 180408, 1, 331, 420, '0', 0, 0, 2165.036376953125, -1149.04345703125, 98.99346160888671875, 3.874631166458129882, 0, 0, -0.93358039855957031, 0.358368009328842163, 120, 255, 1, 46366), -- G_WitchHat_01 (Area: Silverwind Refuge - Difficulty: 0) +(@OGUID+4, 180410, 1, 331, 420, '0', 0, 0, 2138.517333984375, -1210.8350830078125, 98.14609527587890625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- G_HangingSkeleton_01 (Area: Silverwind Refuge - Difficulty: 0) +(@OGUID+5, 180411, 1, 331, 420, '0', 0, 0, 2118.244873046875, -1190.2742919921875, 106.9416732788085937, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Silverwind Refuge - Difficulty: 0) +(@OGUID+6, 180414, 1, 331, 420, '0', 0, 0, 2162.84033203125, -1150.654541015625, 97.14914703369140625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Cauldron (Area: Silverwind Refuge - Difficulty: 0) +(@OGUID+7, 180415, 1, 331, 420, '0', 0, 0, 2084.185791015625, -1200.5625, 102.8491134643554687, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Silverwind Refuge - Difficulty: 0) +(@OGUID+8, 180415, 1, 331, 420, '0', 0, 0, 2080.916748046875, -1185.7586669921875, 102.8990936279296875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Silverwind Refuge - Difficulty: 0) +(@OGUID+9, 180415, 1, 331, 420, '0', 0, 0, 2079.03125, -1198.4896240234375, 102.921356201171875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Silverwind Refuge - Difficulty: 0) +(@OGUID+10, 180415, 1, 331, 420, '0', 0, 0, 2080.272705078125, -1180.2760009765625, 102.8286514282226562, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Silverwind Refuge - Difficulty: 0) +(@OGUID+11, 180415, 1, 331, 420, '0', 0, 0, 2081.069580078125, -1195.8228759765625, 102.8893203735351562, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Silverwind Refuge - Difficulty: 0) +(@OGUID+12, 180415, 1, 331, 420, '0', 0, 0, 2080.8056640625, -1201.6302490234375, 102.8531875610351562, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Silverwind Refuge - Difficulty: 0) +(@OGUID+13, 180415, 1, 331, 420, '0', 0, 0, 2084.036376953125, -1184.55908203125, 102.8518829345703125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Silverwind Refuge - Difficulty: 0) +(@OGUID+14, 180415, 1, 331, 420, '0', 0, 0, 2084.213623046875, -1197.0347900390625, 102.8878402709960937, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Silverwind Refuge - Difficulty: 0) +(@OGUID+15, 180415, 1, 331, 420, '0', 0, 0, 2078.475830078125, -1183.2569580078125, 102.8043670654296875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Silverwind Refuge - Difficulty: 0) +(@OGUID+16, 180415, 1, 331, 420, '0', 0, 0, 2083.87841796875, -1181.4322509765625, 102.8462371826171875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Silverwind Refuge - Difficulty: 0) +(@OGUID+17, 180425, 1, 331, 420, '0', 0, 0, 2086.93408203125, -1182.3316650390625, 102.4078292846679687, 5.410521507263183593, 0, 0, -0.42261791229248046, 0.906307935714721679, 120, 255, 1, 46366), -- SkullCandle01 (Area: Silverwind Refuge - Difficulty: 0) +(@OGUID+18, 180426, 1, 331, 420, '0', 0, 0, 2159.704833984375, -1187.8489990234375, 93.67913055419921875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Silverwind Refuge - Difficulty: 0) +(@OGUID+19, 180426, 1, 331, 420, '0', 0, 0, 2141.098876953125, -1187.9791259765625, 96.94974517822265625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Silverwind Refuge - Difficulty: 0) +(@OGUID+20, 180426, 1, 331, 420, '0', 0, 0, 2151.35595703125, -1180.1666259765625, 94.19057464599609375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Silverwind Refuge - Difficulty: 0) +(@OGUID+21, 180427, 1, 331, 420, '0', 0, 0, 2142.3212890625, -1187.5242919921875, 96.51727294921875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Silverwind Refuge - Difficulty: 0) +(@OGUID+22, 180427, 1, 331, 420, '0', 0, 0, 2144.28125, -1191.3472900390625, 95.89453125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Silverwind Refuge - Difficulty: 0) +(@OGUID+23, 180427, 1, 331, 420, '0', 0, 0, 2147.111083984375, -1188.3367919921875, 95.15750885009765625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Silverwind Refuge - Difficulty: 0) +(@OGUID+24, 180471, 1, 331, 420, '0', 0, 0, 2125.826416015625, -1196.310791015625, 108.2275772094726562, 1.85004889965057373, 0, 0, 0.798635482788085937, 0.60181504487991333, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Silverwind Refuge - Difficulty: 0) +(@OGUID+25, 180471, 1, 331, 420, '0', 0, 0, 2125.826416015625, -1196.310791015625, 106.6285171508789062, 1.85004889965057373, 0, 0, 0.798635482788085937, 0.60181504487991333, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Silverwind Refuge - Difficulty: 0) +(@OGUID+26, 180472, 1, 331, 420, '0', 0, 0, 2126.0087890625, -1183.1319580078125, 109.2207794189453125, 6.230826377868652343, 0, 0, -0.02617645263671875, 0.999657332897186279, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Silverwind Refuge - Difficulty: 0) +(@OGUID+27, 180523, 1, 331, 420, '0', 0, 0, 2088.73095703125, -1200.6146240234375, 102.2795791625976562, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Apple Bob (Area: Silverwind Refuge - Difficulty: 0) +(@OGUID+28, 185436, 1, 331, 420, '0', 0, 0, 2163.015625, -1151.1319580078125, 97.89810943603515625, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 46366), -- Sitting Skeleton 03 (Area: Silverwind Refuge - Difficulty: 0) +(@OGUID+29, 208117, 1, 331, 420, '0', 0, 0, 2087.255126953125, -1197.8697509765625, 101.7149734497070312, 2.129300594329833984, 0, 0, 0.874619483947753906, 0.484810054302215576, 120, 255, 1, 46366); -- Candy Bucket (Area: Silverwind Refuge - Difficulty: 0) + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+29; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29); + +-- +SET @OGUID := 3806340; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3007963 AND 3007981; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3007963 AND 3007981; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3007963 AND 3007981; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+18; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 1, 331, 4691, '0', 0, 0, 3003.99658203125, -481.645843505859375, 204.9393310546875, 0.331610709428787231, 0, 0, 0.16504669189453125, 0.986285746097564697, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Hellscream's Watch - Difficulty: 0) +(@OGUID+1, 180405, 1, 331, 4691, '0', 0, 0, 3041.913330078125, -496.395843505859375, 205.6269073486328125, 1.186823248863220214, 0, 0, 0.559192657470703125, 0.829037725925445556, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Hellscream's Watch - Difficulty: 0) +(@OGUID+2, 180406, 1, 331, 4691, '0', 0, 0, 2995.953125, -475.755218505859375, 204.8974609375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Hellscream's Watch - Difficulty: 0) +(@OGUID+3, 180407, 1, 331, 4691, '0', 0, 0, 3037.11376953125, -541.529541015625, 205.6391754150390625, 4.276057243347167968, 0, 0, -0.84339141845703125, 0.537299633026123046, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Hellscream's Watch - Difficulty: 0) +(@OGUID+4, 180408, 1, 331, 4691, '0', 0, 0, 2989.84716796875, -510.84375, 199.8038482666015625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- G_WitchHat_01 (Area: Hellscream's Watch - Difficulty: 0) +(@OGUID+5, 180415, 1, 331, 4691, '0', 0, 0, 3042.66064453125, -534.87847900390625, 205.6391754150390625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Hellscream's Watch - Difficulty: 0) +(@OGUID+6, 180415, 1, 331, 4691, '0', 0, 0, 3043.99560546875, -535.4375, 205.6391754150390625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Hellscream's Watch - Difficulty: 0) +(@OGUID+7, 180415, 1, 331, 4691, '0', 0, 0, 3043.185791015625, -533.5711669921875, 205.6391754150390625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Hellscream's Watch - Difficulty: 0) +(@OGUID+8, 180425, 1, 331, 4691, '0', 0, 0, 3044.537353515625, -533.89410400390625, 207.7189178466796875, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 120, 255, 1, 46366), -- SkullCandle01 (Area: Hellscream's Watch - Difficulty: 0) +(@OGUID+9, 180426, 1, 331, 4691, '0', 0, 0, 3012.491455078125, -503.782989501953125, 203.0664825439453125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Hellscream's Watch - Difficulty: 0) +(@OGUID+10, 180426, 1, 331, 4691, '0', 0, 0, 3006.896728515625, -509.59027099609375, 201.7289581298828125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Hellscream's Watch - Difficulty: 0) +(@OGUID+11, 180426, 1, 331, 4691, '0', 0, 0, 3028.29248046875, -515.703125, 203.3932952880859375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Hellscream's Watch - Difficulty: 0) +(@OGUID+12, 180427, 1, 331, 4691, '0', 0, 0, 3015.93408203125, -530.6875, 206.3615264892578125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Hellscream's Watch - Difficulty: 0) +(@OGUID+13, 180427, 1, 331, 4691, '0', 0, 0, 3007.53564453125, -510.723968505859375, 201.748626708984375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Hellscream's Watch - Difficulty: 0) +(@OGUID+14, 180427, 1, 331, 4691, '0', 0, 0, 3017.497314453125, -515.69793701171875, 203.260833740234375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Hellscream's Watch - Difficulty: 0) +(@OGUID+15, 180472, 1, 331, 4691, '0', 0, 0, 3045.37060546875, -533.763916015625, 211.114501953125, 2.548179388046264648, 0, 0, 0.956304550170898437, 0.292372345924377441, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Hellscream's Watch - Difficulty: 0) +(@OGUID+16, 180523, 1, 331, 4691, '0', 0, 0, 3044.5390625, -523.30902099609375, 206.0875701904296875, 2.70525527000427246, 0, 0, 0.97629547119140625, 0.216442063450813293, 120, 255, 1, 46366), -- Apple Bob (Area: Hellscream's Watch - Difficulty: 0) +(@OGUID+17, 185434, 1, 331, 4691, '0', 0, 0, 3043.869873046875, -534.421875, 205.6391754150390625, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 46366), -- Sitting Skeleton 01 (Area: Hellscream's Watch - Difficulty: 0) +(@OGUID+18, 208118, 1, 331, 4691, '0', 0, 0, 3045.42529296875, -529.10589599609375, 205.6391754150390625, 4.223697185516357421, 0, 0, -0.85716724395751953, 0.515038192272186279, 120, 255, 1, 46366); -- Candy Bucket (Area: Hellscream's Watch - Difficulty: 0) + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+18; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18); + +-- +SET @CGUID := 3800332; +SET @OGUID := 3806359; + +-- Old creature spawns +DELETE FROM `creature` WHERE `guid` BETWEEN 3000404 AND 3000404; +DELETE FROM `creature_addon` WHERE `guid` BETWEEN 3000404 AND 3000404; +DELETE FROM `game_event_creature` WHERE `guid` BETWEEN 3000404 AND 3000404; + +-- Creature spawns +DELETE FROM `creature` WHERE `guid`=@CGUID+0; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES +(@CGUID+0, 22816, 1, 331, 414, '0', 0, 0, 0, 0, 3396.973876953125, 985.5233154296875, 5.702227592468261718, 5.139339923858642578, 120, 10, 0, 188, 0, 1, NULL, NULL, NULL, NULL, 46366); -- Black Cat (Area: The Zoram Strand - Difficulty: 0) (possible waypoints or random movement) + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3007982 AND 3008010; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3007982 AND 3008010; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3007982 AND 3008010; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+28; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 1, 331, 414, '0', 0, 0, 3326.157958984375, 972.0399169921875, 9.42227935791015625, 2.862335443496704101, 0, 0, 0.990267753601074218, 0.139175355434417724, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: The Zoram Strand - Difficulty: 0) +(@OGUID+1, 180406, 1, 331, 414, '0', 0, 0, 3351.471435546875, 964.26739501953125, 7.527106285095214843, 3.473210096359252929, 0, 0, -0.98628520965576171, 0.165049895644187927, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: The Zoram Strand - Difficulty: 0) +(@OGUID+2, 180407, 1, 331, 2897, '0', 0, 0, 3330.87158203125, 1018.6007080078125, 3.835628032684326171, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Zoram'gar Outpost - Difficulty: 0) +(@OGUID+3, 180415, 1, 331, 2897, '0', 0, 0, 3358.15966796875, 1044.5572509765625, 3.1458282470703125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Zoram'gar Outpost - Difficulty: 0) +(@OGUID+4, 180415, 1, 331, 2897, '0', 0, 0, 3355.643310546875, 1049.0364990234375, 3.053768873214721679, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Zoram'gar Outpost - Difficulty: 0) +(@OGUID+5, 180415, 1, 331, 2897, '0', 0, 0, 3357.114501953125, 1040.9375, 3.377634525299072265, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Zoram'gar Outpost - Difficulty: 0) +(@OGUID+6, 180415, 1, 331, 2897, '0', 0, 0, 3354.369873046875, 1046.045166015625, 3.305082321166992187, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Zoram'gar Outpost - Difficulty: 0) +(@OGUID+7, 180415, 1, 331, 2897, '0', 0, 0, 3352.939208984375, 1053.3785400390625, 2.97654271125793457, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Zoram'gar Outpost - Difficulty: 0) +(@OGUID+8, 180415, 1, 331, 2897, '0', 0, 0, 3351.59814453125, 1050.3958740234375, 3.193860769271850585, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Zoram'gar Outpost - Difficulty: 0) +(@OGUID+9, 180415, 1, 331, 2897, '0', 0, 0, 3348.28125, 1052.4566650390625, 3.210141181945800781, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Zoram'gar Outpost - Difficulty: 0) +(@OGUID+10, 180426, 1, 331, 414, '0', 0, 0, 3386.704833984375, 1005.65631103515625, 5.210733890533447265, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: The Zoram Strand - Difficulty: 0) +(@OGUID+11, 180426, 1, 331, 414, '0', 0, 0, 3351.9072265625, 986.27081298828125, 5.4076690673828125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: The Zoram Strand - Difficulty: 0) +(@OGUID+12, 180426, 1, 331, 414, '0', 0, 0, 3362.537353515625, 1034.265625, 3.449913740158081054, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: The Zoram Strand - Difficulty: 0) +(@OGUID+13, 180426, 1, 331, 414, '0', 0, 0, 3362.8525390625, 1021.19268798828125, 3.560566425323486328, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: The Zoram Strand - Difficulty: 0) +(@OGUID+14, 180427, 1, 331, 414, '0', 0, 0, 3391.11376953125, 998.66668701171875, 5.279513835906982421, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: The Zoram Strand - Difficulty: 0) +(@OGUID+15, 180427, 1, 331, 414, '0', 0, 0, 3376.802001953125, 1005.64239501953125, 4.616852760314941406, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: The Zoram Strand - Difficulty: 0) +(@OGUID+16, 180427, 1, 331, 414, '0', 0, 0, 3339.288330078125, 984.765625, 5.663280487060546875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: The Zoram Strand - Difficulty: 0) +(@OGUID+17, 180427, 1, 331, 414, '0', 0, 0, 3367.884521484375, 1017.75177001953125, 3.561319589614868164, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: The Zoram Strand - Difficulty: 0) +(@OGUID+18, 180471, 1, 331, 414, '0', 0, 0, 3372.30029296875, 959.7569580078125, 12.19800567626953125, 2.932138919830322265, 0, 0, 0.994521141052246093, 0.104535527527332305, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: The Zoram Strand - Difficulty: 0) +(@OGUID+19, 180471, 1, 331, 414, '0', 0, 0, 3369.170166015625, 960.48785400390625, 12.29633808135986328, 2.932138919830322265, 0, 0, 0.994521141052246093, 0.104535527527332305, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: The Zoram Strand - Difficulty: 0) +(@OGUID+20, 180471, 1, 331, 414, '0', 0, 0, 3350.880126953125, 961.43402099609375, 12.25194740295410156, 2.932138919830322265, 0, 0, 0.994521141052246093, 0.104535527527332305, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: The Zoram Strand - Difficulty: 0) +(@OGUID+21, 180471, 1, 331, 414, '0', 0, 0, 3356.37158203125, 962.029541015625, 12.41311836242675781, 2.932138919830322265, 0, 0, 0.994521141052246093, 0.104535527527332305, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: The Zoram Strand - Difficulty: 0) +(@OGUID+22, 180471, 1, 331, 414, '0', 0, 0, 3353.872314453125, 961.85589599609375, 12.32870388031005859, 2.932138919830322265, 0, 0, 0.994521141052246093, 0.104535527527332305, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: The Zoram Strand - Difficulty: 0) +(@OGUID+23, 180471, 1, 331, 414, '0', 0, 0, 3366.09716796875, 961.47052001953125, 12.37916278839111328, 2.932138919830322265, 0, 0, 0.994521141052246093, 0.104535527527332305, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: The Zoram Strand - Difficulty: 0) +(@OGUID+24, 180471, 1, 331, 414, '0', 0, 0, 3363.62939453125, 962.0625, 12.5409708023071289, 2.932138919830322265, 0, 0, 0.994521141052246093, 0.104535527527332305, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: The Zoram Strand - Difficulty: 0) +(@OGUID+25, 180471, 1, 331, 414, '0', 0, 0, 3359.837646484375, 962.3507080078125, 12.63192939758300781, 2.932138919830322265, 0, 0, 0.994521141052246093, 0.104535527527332305, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: The Zoram Strand - Difficulty: 0) +(@OGUID+26, 180523, 1, 331, 414, '0', 0, 0, 3354.765625, 965.11981201171875, 7.954864501953125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Apple Bob (Area: The Zoram Strand - Difficulty: 0) +(@OGUID+27, 185454, 1, 331, 414, '0', 0, 0, 3351.60595703125, 965.15625, 7.564345359802246093, 5.026549339294433593, 0, 0, -0.5877847671508789, 0.809017360210418701, 120, 255, 1, 46366), -- Laying Skeleton 02 (Area: The Zoram Strand - Difficulty: 0) +(@OGUID+28, 208119, 1, 331, 414, '0', 0, 0, 3362.1181640625, 950.40277099609375, 7.404267311096191406, 3.124123096466064453, 0, 0, 0.99996185302734375, 0.008734640665352344, 120, 255, 1, 46366); -- Candy Bucket (Area: The Zoram Strand - Difficulty: 0) + +-- Event spawns +DELETE FROM `game_event_creature` WHERE `eventEntry`=12 AND `guid`=@CGUID+0; +INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES +(12, @CGUID+0); + +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+28; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28); + +-- +SET @OGUID := 3806388; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3008011 AND 3008055; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3008011 AND 3008055; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3008011 AND 3008055; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+44; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 1, 331, 431, '0', 0, 0, 2329.608642578125, -2560.559814453125, 103.0934829711914062, 1.186823248863220214, 0, 0, 0.559192657470703125, 0.829037725925445556, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+1, 180405, 1, 331, 431, '0', 0, 0, 2327.700439453125, -2553.849853515625, 110.4697799682617187, 4.188792228698730468, 0, 0, -0.86602497100830078, 0.50000077486038208, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+2, 180405, 1, 331, 431, '0', 0, 0, 2307.949462890625, -2510.909912109375, 105.7291030883789062, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+3, 180406, 1, 331, 431, '0', 0, 0, 2227.998291015625, -2529.798583984375, 86.8814239501953125, 5.183629035949707031, 0, 0, -0.52249813079833984, 0.852640450000762939, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+4, 180406, 1, 331, 431, '0', 0, 0, 2333.512939453125, -2549.03564453125, 110.82147216796875, 4.258606910705566406, 0, 0, -0.84804725646972656, 0.529920578002929687, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+5, 180407, 1, 331, 431, '0', 0, 0, 2229.739501953125, -2548.776123046875, 87.61389923095703125, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+6, 180407, 1, 331, 431, '0', 0, 0, 2339.915771484375, -2552.7734375, 103.0934829711914062, 0.907570242881774902, 0, 0, 0.438370704650878906, 0.898794233798980712, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+7, 180407, 1, 331, 431, '0', 0, 0, 2330.6884765625, -2551.5009765625, 110.649566650390625, 4.171337604522705078, 0, 0, -0.87035560607910156, 0.492423713207244873, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+8, 180411, 1, 331, 431, '0', 0, 0, 2318.243896484375, -2562.981689453125, 107.8570022583007812, 5.794494152069091796, 0, 0, -0.24192142486572265, 0.970295846462249755, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+9, 180411, 1, 331, 431, '0', 0, 0, 2344.4296875, -2542.9921875, 108.7235107421875, 5.6897735595703125, 0, 0, -0.29237174987792968, 0.956304728984832763, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+10, 180415, 1, 331, 431, '0', 0, 0, 2343.681396484375, -2567.655517578125, 103.9268112182617187, 3.351046562194824218, 0, 0, -0.99452114105224609, 0.104535527527332305, 120, 255, 1, 46366), -- CandleBlack01 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+11, 180415, 1, 331, 431, '0', 0, 0, 2342.572021484375, -2569.174560546875, 103.8643112182617187, 3.106652259826660156, 0, 0, 0.999847412109375, 0.017469281330704689, 120, 255, 1, 46366), -- CandleBlack01 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+12, 180425, 1, 331, 431, '0', 0, 0, 2342.5546875, -2568.893310546875, 104.0240402221679687, 2.565631866455078125, 0, 0, 0.958819389343261718, 0.284016460180282592, 120, 255, 1, 46366), -- SkullCandle01 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+13, 180425, 1, 331, 431, '0', 0, 0, 2349.322021484375, -2577.474853515625, 103.8781967163085937, 1.762782454490661621, 0, 0, 0.771624565124511718, 0.636078238487243652, 120, 255, 1, 46366), -- SkullCandle01 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+14, 180471, 1, 331, 431, '0', 0, 0, 2322.481689453125, -2560.0322265625, 113.42572021484375, 3.735006093978881835, 0, 0, -0.95630455017089843, 0.292372345924377441, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+15, 180471, 1, 331, 431, '0', 0, 0, 2319.530517578125, -2566.1416015625, 113.3959426879882812, 5.009094715118408203, 0, 0, -0.59482288360595703, 0.80385679006576538, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+16, 180471, 1, 331, 431, '0', 0, 0, 2320.77001953125, -2568.89501953125, 113.3099899291992187, 4.869470596313476562, 0, 0, -0.64944744110107421, 0.760406434535980224, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+17, 180471, 1, 331, 431, '0', 0, 0, 2325.68310546875, -2557.5859375, 113.5483932495117187, 3.822272777557373046, 0, 0, -0.94264125823974609, 0.333807557821273803, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+18, 180471, 1, 331, 431, '0', 0, 0, 2328.533935546875, -2555.309814453125, 113.6980361938476562, 3.822272777557373046, 0, 0, -0.94264125823974609, 0.333807557821273803, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+19, 180471, 1, 331, 431, '0', 0, 0, 2321.947021484375, -2571.653564453125, 113.2679824829101562, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+20, 180471, 1, 331, 431, '0', 0, 0, 2323.061767578125, -2574.4072265625, 113.2757568359375, 4.939284324645996093, 0, 0, -0.6225137710571289, 0.78260880708694458, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+21, 180471, 1, 331, 431, '0', 0, 0, 2337.85498046875, -2548.358642578125, 113.971282958984375, 3.892086982727050781, 0, 0, -0.93041706085205078, 0.366502493619918823, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+22, 180471, 1, 331, 431, '0', 0, 0, 2331.66748046875, -2553.0546875, 113.761962890625, 3.752462387084960937, 0, 0, -0.95371627807617187, 0.300707906484603881, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+23, 180471, 1, 331, 431, '0', 0, 0, 2324.2421875, -2577.280517578125, 113.2581405639648437, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+24, 180471, 1, 331, 431, '0', 0, 0, 2328.662353515625, -2589.872314453125, 113.3221435546875, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+25, 180471, 1, 331, 431, '0', 0, 0, 2325.221435546875, -2580.14501953125, 113.2763671875, 4.852017402648925781, 0, 0, -0.65605831146240234, 0.754710197448730468, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+26, 180471, 1, 331, 431, '0', 0, 0, 2327.646728515625, -2586.372314453125, 113.3064804077148437, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+27, 180471, 1, 331, 431, '0', 0, 0, 2334.759521484375, -2550.61376953125, 113.9008026123046875, 4.031712055206298828, 0, 0, -0.90258502960205078, 0.430511653423309326, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+28, 180471, 1, 331, 431, '0', 0, 0, 2340.88623046875, -2546.0078125, 114.06201171875, 4.014260292053222656, 0, 0, -0.90630722045898437, 0.422619491815567016, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+29, 180471, 1, 331, 431, '0', 0, 0, 2326.389892578125, -2583.169189453125, 113.29754638671875, 5.044002056121826171, 0, 0, -0.58070278167724609, 0.814115643501281738, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+30, 180471, 1, 331, 431, '0', 0, 0, 2350.35498046875, -2547.799560546875, 114.1019363403320312, 2.408554315567016601, 0, 0, 0.933580398559570312, 0.358368009328842163, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+31, 180471, 1, 331, 431, '0', 0, 0, 2356.3759765625, -2551.830810546875, 114.1353073120117187, 2.548179388046264648, 0, 0, 0.956304550170898437, 0.292372345924377441, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+32, 180471, 1, 331, 431, '0', 0, 0, 2353.4140625, -2549.889892578125, 114.1154937744140625, 2.426007747650146484, 0, 0, 0.936672210693359375, 0.350207358598709106, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+33, 180471, 1, 331, 431, '0', 0, 0, 2347.387939453125, -2545.4853515625, 114.1698379516601562, 2.286378860473632812, 0, 0, 0.909960746765136718, 0.414694398641586303, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+34, 180471, 1, 331, 431, '0', 0, 0, 2362.1015625, -2556.065185546875, 114.1735687255859375, 2.460912704467773437, 0, 0, 0.942641258239746093, 0.333807557821273803, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+35, 180471, 1, 331, 431, '0', 0, 0, 2359.1884765625, -2553.90185546875, 114.094482421875, 2.600535154342651367, 0, 0, 0.963629722595214843, 0.26724100112915039, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+36, 180471, 1, 331, 431, '0', 0, 0, 2368.5234375, -2560.4384765625, 114.186126708984375, 2.652894020080566406, 0, 0, 0.970294952392578125, 0.241925001144409179, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+37, 180471, 1, 331, 431, '0', 0, 0, 2364.94873046875, -2557.853271484375, 114.2046585083007812, 2.652894020080566406, 0, 0, 0.970294952392578125, 0.241925001144409179, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+38, 180472, 1, 331, 431, '0', 0, 0, 2333.122314453125, -2564.256103515625, 110.86163330078125, 6.14356088638305664, 0, 0, -0.06975555419921875, 0.997564136981964111, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+39, 180472, 1, 331, 431, '0', 0, 0, 2343.4697265625, -2556.66064453125, 110.9454269409179687, 4.9218292236328125, 0, 0, -0.62932014465332031, 0.77714616060256958, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+40, 180472, 1, 331, 431, '0', 0, 0, 2337.224853515625, -2579.24560546875, 110.8882064819335937, 1.151916384696960449, 0, 0, 0.544638633728027343, 0.838670849800109863, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+41, 180472, 1, 331, 431, '0', 0, 0, 2355.061767578125, -2565.0791015625, 110.8538970947265625, 3.43830275535583496, 0, 0, -0.98901557922363281, 0.147811368107795715, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+42, 180472, 1, 331, 431, '0', 0, 0, 2351.8671875, -2577.112060546875, 110.8450469970703125, 2.129300594329833984, 0, 0, 0.874619483947753906, 0.484810054302215576, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Splintertree Post - Difficulty: 0) +(@OGUID+43, 180523, 1, 331, 431, '0', 0, 0, 2347.419189453125, -2573.186767578125, 103.3643112182617187, 4.258606910705566406, 0, 0, -0.84804725646972656, 0.529920578002929687, 120, 255, 1, 46366), -- Apple Bob (Area: Splintertree Post - Difficulty: 0) +(@OGUID+44, 190079, 1, 331, 431, '0', 0, 0, 2343.533935546875, -2565.0791015625, 103.0934829711914062, 4.415683269500732421, 0, 0, -0.80385684967041015, 0.594822824001312255, 120, 255, 1, 46366); -- Candy Bucket (Area: Splintertree Post - Difficulty: 0) + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+44; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44); + +-- +SET @OGUID := 3806433; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3008056 AND 3008103; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3008056 AND 3008103; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3008056 AND 3008103; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+47; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 1, 331, 415, '0', 0, 0, 2826.433837890625, -243.91168212890625, 106.5329971313476562, 2.792518377304077148, 0, 0, 0.984807014465332031, 0.173652306199073791, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Astranaar - Difficulty: 0) +(@OGUID+1, 180405, 1, 331, 415, '0', 0, 0, 2743.6220703125, -397.889312744140625, 120.6384735107421875, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Astranaar - Difficulty: 0) +(@OGUID+2, 180405, 1, 331, 415, '0', 0, 0, 2782.030029296875, -419.090240478515625, 122.6070022583007812, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Astranaar - Difficulty: 0) +(@OGUID+3, 180405, 1, 331, 415, '0', 0, 0, 2730.007568359375, -435.1630859375, 120.6391067504882812, 4.764749526977539062, 0, 0, -0.6883544921875, 0.725374460220336914, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Astranaar - Difficulty: 0) +(@OGUID+4, 180405, 1, 331, 415, '0', 0, 0, 2780.868896484375, -428.41522216796875, 116.580718994140625, 5.35816192626953125, 0, 0, -0.446197509765625, 0.894934535026550292, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Astranaar - Difficulty: 0) +(@OGUID+5, 180405, 1, 331, 415, '0', 0, 0, 2773.098876953125, -443.755218505859375, 122.60980224609375, 0.017452461645007133, 0, 0, 0.008726119995117187, 0.999961912631988525, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Astranaar - Difficulty: 0) +(@OGUID+6, 180405, 1, 331, 415, '0', 0, 0, 2606.150146484375, -457.218414306640625, 106.5486526489257812, 5.515241622924804687, 0, 0, -0.37460613250732421, 0.927184045314788818, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Astranaar - Difficulty: 0) +(@OGUID+7, 180406, 1, 331, 415, '0', 0, 0, 2831.8095703125, -248.503173828125, 106.7402725219726562, 2.757613182067871093, 0, 0, 0.981626510620117187, 0.190812408924102783, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Astranaar - Difficulty: 0) +(@OGUID+8, 180406, 1, 331, 415, '0', 0, 0, 2739.958251953125, -404.304779052734375, 120.6399993896484375, 4.747295856475830078, 0, 0, -0.69465827941894531, 0.719339847564697265, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Astranaar - Difficulty: 0) +(@OGUID+9, 180406, 1, 331, 415, '0', 0, 0, 2731.395751953125, -427.919586181640625, 120.6395797729492187, 4.660029888153076171, 0, 0, -0.72537422180175781, 0.688354730606079101, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Astranaar - Difficulty: 0) +(@OGUID+10, 180406, 1, 331, 415, '0', 0, 0, 2790.23779296875, -422.079010009765625, 122.6069869995117187, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Astranaar - Difficulty: 0) +(@OGUID+11, 180406, 1, 331, 415, '0', 0, 0, 2781.302001953125, -446.597564697265625, 122.6079025268554687, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Astranaar - Difficulty: 0) +(@OGUID+12, 180407, 1, 331, 415, '0', 0, 0, 2783.10888671875, -402.99810791015625, 121.0020370483398437, 1.535889506340026855, 0, 0, 0.694658279418945312, 0.719339847564697265, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Astranaar - Difficulty: 0) +(@OGUID+13, 180407, 1, 331, 415, '0', 0, 0, 2749.21728515625, -390.713775634765625, 121.0020217895507812, 4.747295856475830078, 0, 0, -0.69465827941894531, 0.719339847564697265, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Astranaar - Difficulty: 0) +(@OGUID+14, 180407, 1, 331, 415, '0', 0, 0, 2750.040771484375, -418.635009765625, 112.7466201782226562, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Astranaar - Difficulty: 0) +(@OGUID+15, 180407, 1, 331, 415, '0', 0, 0, 2729.929443359375, -444.183074951171875, 120.9909515380859375, 4.747295856475830078, 0, 0, -0.69465827941894531, 0.719339847564697265, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Astranaar - Difficulty: 0) +(@OGUID+16, 180407, 1, 331, 415, '0', 0, 0, 2608.522705078125, -462.551116943359375, 106.5605010986328125, 5.410521507263183593, 0, 0, -0.42261791229248046, 0.906307935714721679, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Astranaar - Difficulty: 0) +(@OGUID+17, 180410, 1, 331, 415, '0', 0, 0, 2775.96728515625, -423.697174072265625, 117.2342529296875, 4.345870018005371093, 0, 0, -0.82412624359130859, 0.566406130790710449, 120, 255, 1, 46366), -- G_HangingSkeleton_01 (Area: Astranaar - Difficulty: 0) +(@OGUID+18, 180411, 1, 331, 415, '0', 0, 0, 2807.221435546875, -270.654510498046875, 116.5489120483398437, 3.857182979583740234, 0, 0, -0.93667125701904296, 0.350209832191467285, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Astranaar - Difficulty: 0) +(@OGUID+19, 180411, 1, 331, 415, '0', 0, 0, 2770.178955078125, -385.998260498046875, 127.0096817016601562, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Astranaar - Difficulty: 0) +(@OGUID+20, 180411, 1, 331, 415, '0', 0, 0, 2798.328125, -439.092010498046875, 125.571533203125, 5.916667938232421875, 0, 0, -0.18223476409912109, 0.98325502872467041, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Astranaar - Difficulty: 0) +(@OGUID+21, 180411, 1, 331, 415, '0', 0, 0, 2742.973876953125, -460.92535400390625, 126.0631790161132812, 1.204277276992797851, 0, 0, 0.56640625, 0.824126183986663818, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Astranaar - Difficulty: 0) +(@OGUID+22, 180411, 1, 331, 415, '0', 0, 0, 2640.31591796875, -445.14410400390625, 118.6612396240234375, 0.436331570148468017, 0, 0, 0.216439247131347656, 0.976296067237854003, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Astranaar - Difficulty: 0) +(@OGUID+23, 180471, 1, 331, 415, '0', 0, 0, 2764.595458984375, -401.368072509765625, 142.18035888671875, 2.635444164276123046, 0, 0, 0.96814727783203125, 0.250381410121917724, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Astranaar - Difficulty: 0) +(@OGUID+24, 180471, 1, 331, 415, '0', 0, 0, 2783.611083984375, -403.243072509765625, 118.3683929443359375, 1.204277276992797851, 0, 0, 0.56640625, 0.824126183986663818, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Astranaar - Difficulty: 0) +(@OGUID+25, 180471, 1, 331, 415, '0', 0, 0, 2748.732666015625, -390.555572509765625, 118.3756866455078125, 4.310965538024902343, 0, 0, -0.83388519287109375, 0.55193793773651123, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Astranaar - Difficulty: 0) +(@OGUID+26, 180471, 1, 331, 415, '0', 0, 0, 2743.267333984375, -397.821197509765625, 117.9752578735351562, 4.398232460021972656, 0, 0, -0.80901622772216796, 0.587786316871643066, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Astranaar - Difficulty: 0) +(@OGUID+27, 180471, 1, 331, 415, '0', 0, 0, 2757.095458984375, -390.619781494140625, 119.317047119140625, 2.617989301681518554, 0, 0, 0.965925216674804687, 0.258821308612823486, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Astranaar - Difficulty: 0) +(@OGUID+28, 180471, 1, 331, 415, '0', 0, 0, 2739.7041015625, -404.263885498046875, 118.0012435913085937, 4.45059061050415039, 0, 0, -0.79335308074951171, 0.608761727809906005, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Astranaar - Difficulty: 0) +(@OGUID+29, 180471, 1, 331, 415, '0', 0, 0, 2777.192626953125, -398.017364501953125, 119.1592330932617187, 2.984498262405395507, 0, 0, 0.996916770935058593, 0.078466430306434631, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Astranaar - Difficulty: 0) +(@OGUID+30, 180471, 1, 331, 415, '0', 0, 0, 2782.19970703125, -418.58160400390625, 120.0216522216796875, 2.879789113998413085, 0, 0, 0.991444587707519531, 0.130528271198272705, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Astranaar - Difficulty: 0) +(@OGUID+31, 180471, 1, 331, 415, '0', 0, 0, 2731.114501953125, -427.84375, 118.0837020874023437, 4.293513298034667968, 0, 0, -0.8386697769165039, 0.544640243053436279, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Astranaar - Difficulty: 0) +(@OGUID+32, 180471, 1, 331, 415, '0', 0, 0, 2729.73095703125, -435.02777099609375, 117.9990463256835937, 4.363324165344238281, 0, 0, -0.81915187835693359, 0.573576688766479492, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Astranaar - Difficulty: 0) +(@OGUID+33, 180471, 1, 331, 415, '0', 0, 0, 2790.411376953125, -421.576385498046875, 119.9747695922851562, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Astranaar - Difficulty: 0) +(@OGUID+34, 180471, 1, 331, 415, '0', 0, 0, 2772.92626953125, -444.076385498046875, 120.0067977905273437, 5.6897735595703125, 0, 0, -0.29237174987792968, 0.956304728984832763, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Astranaar - Difficulty: 0) +(@OGUID+35, 180471, 1, 331, 415, '0', 0, 0, 2781.09033203125, -447.010406494140625, 119.9969635009765625, 5.759587764739990234, 0, 0, -0.25881862640380859, 0.965925931930541992, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Astranaar - Difficulty: 0) +(@OGUID+36, 180471, 1, 331, 415, '0', 0, 0, 2729.50341796875, -444.03472900390625, 118.3273773193359375, 4.345870018005371093, 0, 0, -0.82412624359130859, 0.566406130790710449, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Astranaar - Difficulty: 0) +(@OGUID+37, 180471, 1, 331, 415, '0', 0, 0, 2748.257080078125, -446.2257080078125, 142.0001220703125, 5.916667938232421875, 0, 0, -0.18223476409912109, 0.98325502872467041, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Astranaar - Difficulty: 0) +(@OGUID+38, 180471, 1, 331, 415, '0', 0, 0, 2735.60498046875, -449.328125, 119.2264862060546875, 6.073746204376220703, 0, 0, -0.10452842712402343, 0.994521915912628173, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Astranaar - Difficulty: 0) +(@OGUID+39, 180471, 1, 331, 415, '0', 0, 0, 2755.82470703125, -456.727447509765625, 119.2664566040039062, 5.6897735595703125, 0, 0, -0.29237174987792968, 0.956304728984832763, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Astranaar - Difficulty: 0) +(@OGUID+40, 180472, 1, 331, 415, '0', 0, 0, 2748.2197265625, -403.135406494140625, 120.0552825927734375, 2.792518377304077148, 0, 0, 0.984807014465332031, 0.173652306199073791, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Astranaar - Difficulty: 0) +(@OGUID+41, 180472, 1, 331, 415, '0', 0, 0, 2766.134521484375, -396.895843505859375, 119.3674163818359375, 1.099556446075439453, 0, 0, 0.522498130798339843, 0.852640450000762939, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Astranaar - Difficulty: 0) +(@OGUID+42, 180472, 1, 331, 415, '0', 0, 0, 2779.35498046875, -426.357635498046875, 121.4535293579101562, 4.433136463165283203, 0, 0, -0.79863548278808593, 0.60181504487991333, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Astranaar - Difficulty: 0) +(@OGUID+43, 180472, 1, 331, 415, '0', 0, 0, 2737.157958984375, -433.642364501953125, 120.0482711791992187, 2.809975385665893554, 0, 0, 0.986285209655761718, 0.165049895644187927, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Astranaar - Difficulty: 0) +(@OGUID+44, 180472, 1, 331, 415, '0', 0, 0, 2775.8046875, -436.295135498046875, 121.4442672729492187, 1.32644820213317871, 0, 0, 0.615660667419433593, 0.788011372089385986, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Astranaar - Difficulty: 0) +(@OGUID+45, 180472, 1, 331, 415, '0', 0, 0, 2746.866455078125, -450.45660400390625, 119.3433609008789062, 4.45059061050415039, 0, 0, -0.79335308074951171, 0.608761727809906005, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Astranaar - Difficulty: 0) +(@OGUID+46, 180523, 1, 331, 415, '0', 0, 0, 2760.963623046875, -430.80902099609375, 111.7491226196289062, 3.961898565292358398, 0, 0, -0.91705989837646484, 0.398749500513076782, 120, 255, 1, 46366), -- Apple Bob (Area: Astranaar - Difficulty: 0) +(@OGUID+47, 190035, 1, 331, 415, '0', 0, 0, 2779.400146484375, -434.263092041015625, 116.5823822021484375, 3.577930212020874023, 0, 0, -0.97629547119140625, 0.216442063450813293, 120, 255, 1, 46366); -- Candy Bucket (Area: Astranaar - Difficulty: 0) + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+47; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47); diff --git a/sql/updates/world/master/2024_03_18_40_world_hallows_end_stonetalon_mountains.sql b/sql/updates/world/master/2024_03_18_40_world_hallows_end_stonetalon_mountains.sql new file mode 100644 index 0000000000000..03046f6974dcf --- /dev/null +++ b/sql/updates/world/master/2024_03_18_40_world_hallows_end_stonetalon_mountains.sql @@ -0,0 +1,831 @@ +-- +SET @OGUID := 3806481; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3008104 AND 3008190; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3008104 AND 3008190; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3008104 AND 3008190; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+86; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 1, 406, 4933, '0', 0, 0, 954.70831298828125, -48.4583320617675781, 94.8471527099609375, 1.815141916275024414, 0, 0, 0.788010597229003906, 0.615661680698394775, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+1, 180405, 1, 406, 4933, '0', 0, 0, 940.04864501953125, -25.4756946563720703, 94.20475006103515625, 4.694936752319335937, 0, 0, -0.71325016021728515, 0.700909554958343505, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+2, 180406, 1, 406, 4933, '0', 0, 0, 896.0242919921875, -20.666666030883789, 101.1702728271484375, 2.076939344406127929, 0, 0, 0.861628532409667968, 0.50753939151763916, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+3, 180406, 1, 406, 4933, '0', 0, 0, 901.4132080078125, 57.9305572509765625, 87.22731781005859375, 3.560472726821899414, 0, 0, -0.97814750671386718, 0.207912087440490722, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+4, 180406, 1, 406, 4933, '0', 0, 0, 882.14239501953125, 32.08333206176757812, 94.20452880859375, 1.745326757431030273, 0, 0, 0.766043663024902343, 0.642788589000701904, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+5, 180407, 1, 406, 4933, '0', 0, 0, 950.16143798828125, -68.954864501953125, 94.2718353271484375, 2.652894020080566406, 0, 0, 0.970294952392578125, 0.241925001144409179, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+6, 180407, 1, 406, 4933, '0', 0, 0, 881.55902099609375, -4.30381965637207031, 92.67475128173828125, 2.600535154342651367, 0, 0, 0.963629722595214843, 0.26724100112915039, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+7, 180408, 1, 406, 4933, '0', 0, 0, 940, -25.4236106872558593, 95.8884429931640625, 5.044002056121826171, 0, 0, -0.58070278167724609, 0.814115643501281738, 120, 255, 1, 46366), -- G_WitchHat_01 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+8, 180415, 1, 406, 4933, '0', 0, 0, 881.078125, -2.8125, 92.67475128173828125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+9, 180415, 1, 406, 4933, '0', 0, 0, 879.32293701171875, -4.61458349227905273, 93.56500244140625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+10, 180415, 1, 406, 4933, '0', 0, 0, 878.40106201171875, -2.90104174613952636, 94.0791778564453125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+11, 180415, 1, 406, 4933, '0', 0, 0, 882.60589599609375, 33.89583206176757812, 93.68312835693359375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+12, 180415, 1, 406, 4933, '0', 0, 0, 884.29168701171875, 32.77951431274414062, 93.8354949951171875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+13, 180415, 1, 406, 4933, '0', 0, 0, 883.15625, 30.88020896911621093, 92.6267242431640625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+14, 180425, 1, 406, 4933, '0', 0, 0, 882.90625, -5.86111116409301757, 94.74570465087890625, 0.733038187026977539, 0, 0, 0.358367919921875, 0.933580458164215087, 120, 255, 1, 46366), -- SkullCandle01 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+15, 180426, 1, 406, 4933, '0', 0, 0, 942.25177001953125, -30.6614589691162109, 100.2658767700195312, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+16, 180426, 1, 406, 4933, '0', 0, 0, 948.16668701171875, -9.45138931274414062, 94.92339324951171875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+17, 180426, 1, 406, 4933, '0', 0, 0, 928.62152099609375, -14.3663196563720703, 98.14812469482421875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+18, 180426, 1, 406, 4933, '0', 0, 0, 906.32293701171875, 10.046875, 98.28238677978515625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+19, 180426, 1, 406, 4933, '0', 0, 0, 923.9288330078125, 31.66493034362792968, 83.21709442138671875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+20, 180426, 1, 406, 4933, '0', 0, 0, 900.36456298828125, 10.93229198455810546, 98.27581024169921875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+21, 180426, 1, 406, 4933, '0', 0, 0, 904.2274169921875, 39.3125, 98.06629180908203125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+22, 180426, 1, 406, 4933, '0', 0, 0, 904.359375, 45.00347137451171875, 97.79483795166015625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+23, 180427, 1, 406, 4933, '0', 0, 0, 941.60589599609375, -27.4600696563720703, 99.12456512451171875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+24, 180427, 1, 406, 4933, '0', 0, 0, 927.1632080078125, -11.0833330154418945, 98.04749298095703125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+25, 180427, 1, 406, 4933, '0', 0, 0, 924.875, -15.6319446563720703, 98.17313385009765625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+26, 180427, 1, 406, 4933, '0', 0, 0, 910.40625, 8.296875, 98.17301177978515625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+27, 180427, 1, 406, 4933, '0', 0, 0, 909.0382080078125, 7.854166507720947265, 98.21073150634765625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+28, 180427, 1, 406, 4933, '0', 0, 0, 907.54168701171875, 49.578125, 97.65796661376953125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+29, 180471, 1, 406, 4933, '0', 0, 0, 937.592041015625, -53.921875, 113.8689498901367187, 2.635444164276123046, 0, 0, 0.96814727783203125, 0.250381410121917724, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+30, 180471, 1, 406, 4933, '0', 0, 0, 936.592041015625, -76.375, 113.1704788208007812, 0.925023794174194335, 0, 0, 0.446197509765625, 0.894934535026550292, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+31, 180471, 1, 406, 4933, '0', 0, 0, 926.8819580078125, -51.6197929382324218, 114.8010635375976562, 4.049167633056640625, 0, 0, -0.89879322052001953, 0.438372820615768432, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+32, 180471, 1, 406, 4933, '0', 0, 0, 919.1024169921875, -58.2552070617675781, 114.6268692016601562, 4.415683269500732421, 0, 0, -0.80385684967041015, 0.594822824001312255, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+33, 180471, 1, 406, 4933, '0', 0, 0, 934.44097900390625, -78.1354141235351562, 113.45855712890625, 0.872663915157318115, 0, 0, 0.422617912292480468, 0.906307935714721679, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+34, 180471, 1, 406, 4933, '0', 0, 0, 916.9930419921875, -62.7413215637207031, 115.0168533325195312, 4.97418975830078125, 0, 0, -0.60876083374023437, 0.793353796005249023, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+35, 180471, 1, 406, 4933, '0', 0, 0, 944.29864501953125, -67.0850677490234375, 113.2283401489257812, 1.151916384696960449, 0, 0, 0.544638633728027343, 0.838670849800109863, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+36, 180471, 1, 406, 4933, '0', 0, 0, 943.8507080078125, -60.7118072509765625, 113.5377426147460937, 2.478367090225219726, 0, 0, 0.94551849365234375, 0.325568377971649169, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+37, 180471, 1, 406, 4933, '0', 0, 0, 918.16839599609375, -60.5121536254882812, 114.786712646484375, 4.48549652099609375, 0, 0, -0.7826080322265625, 0.622514784336090087, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+38, 180471, 1, 406, 4933, '0', 0, 0, 932.859375, -51.2465286254882812, 114.8121719360351562, 2.687806606292724609, 0, 0, 0.974370002746582031, 0.224951311945915222, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+39, 180471, 1, 406, 4933, '0', 0, 0, 940.68231201171875, -56.4913215637207031, 113.52850341796875, 2.600535154342651367, 0, 0, 0.963629722595214843, 0.26724100112915039, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+40, 180471, 1, 406, 4933, '0', 0, 0, 942.37152099609375, -58.6163215637207031, 113.542633056640625, 2.530723094940185546, 0, 0, 0.953716278076171875, 0.300707906484603881, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+41, 180471, 1, 406, 4933, '0', 0, 0, 942.88018798828125, -69.375, 113.0213699340820312, 1.064649581909179687, 0, 0, 0.507537841796875, 0.861629426479339599, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+42, 180471, 1, 406, 4933, '0', 0, 0, 935.2569580078125, -52.5972213745117187, 114.3351516723632812, 2.652894020080566406, 0, 0, 0.970294952392578125, 0.241925001144409179, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+43, 180471, 1, 406, 4933, '0', 0, 0, 938.44268798828125, -75.1614608764648437, 112.9589996337890625, 0.977383077144622802, 0, 0, 0.469470977783203125, 0.882947921752929687, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+44, 180471, 1, 406, 4933, '0', 0, 0, 922.66668701171875, -54.5659713745117187, 114.5504837036132812, 4.206246376037597656, 0, 0, -0.86162853240966796, 0.50753939151763916, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+45, 180471, 1, 406, 4933, '0', 0, 0, 941.75518798828125, -71.5208358764648437, 112.8463668823242187, 1.064649581909179687, 0, 0, 0.507537841796875, 0.861629426479339599, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+46, 180471, 1, 406, 4933, '0', 0, 0, 924.734375, -52.9826393127441406, 114.6700286865234375, 4.118979454040527343, 0, 0, -0.88294696807861328, 0.469472706317901611, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+47, 180471, 1, 406, 4933, '0', 0, 0, 889.763916015625, -17.8611106872558593, 98.94818878173828125, 2.251473426818847656, 0, 0, 0.902585029602050781, 0.430511653423309326, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+48, 180471, 1, 406, 4933, '0', 0, 0, 891.1944580078125, -19.5954856872558593, 98.92685699462890625, 2.251473426818847656, 0, 0, 0.902585029602050781, 0.430511653423309326, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+49, 180471, 1, 406, 4933, '0', 0, 0, 878.18402099609375, -6.46527767181396484, 98.61115264892578125, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+50, 180471, 1, 406, 4933, '0', 0, 0, 886.86114501953125, -13.8107643127441406, 99.19623565673828125, 2.391098499298095703, 0, 0, 0.930417060852050781, 0.366502493619918823, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+51, 180471, 1, 406, 4933, '0', 0, 0, 882.18927001953125, -9.21180534362792968, 98.95917510986328125, 2.251473426818847656, 0, 0, 0.902585029602050781, 0.430511653423309326, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+52, 180471, 1, 406, 4933, '0', 0, 0, 888.31768798828125, -15.8159723281860351, 99.07407379150390625, 2.286378860473632812, 0, 0, 0.909960746765136718, 0.414694398641586303, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+53, 180471, 1, 406, 4933, '0', 0, 0, 883.93231201171875, -10.5503473281860351, 99.14459991455078125, 2.303830623626708984, 0, 0, 0.913544654846191406, 0.406738430261611938, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+54, 180471, 1, 406, 4933, '0', 0, 0, 880.232666015625, -7.92013883590698242, 98.76059722900390625, 2.111847877502441406, 0, 0, 0.870355606079101562, 0.492423713207244873, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+55, 180471, 1, 406, 4933, '0', 0, 0, 886.0711669921875, 76.8663177490234375, 99.4853057861328125, 1.274088263511657714, 0, 0, 0.594821929931640625, 0.80385744571685791, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+56, 180471, 1, 406, 4933, '0', 0, 0, 890.19268798828125, 85.828125, 99.52677154541015625, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+57, 180471, 1, 406, 4933, '0', 0, 0, 887.482666015625, 79.345489501953125, 99.39505767822265625, 1.32644820213317871, 0, 0, 0.615660667419433593, 0.788011372089385986, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+58, 180471, 1, 406, 4933, '0', 0, 0, 880.484375, 74.51389312744140625, 99.02370452880859375, 6.14356088638305664, 0, 0, -0.06975555419921875, 0.997564136981964111, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+59, 180471, 1, 406, 4933, '0', 0, 0, 866.6649169921875, 79.017364501953125, 98.29232025146484375, 6.003933906555175781, 0, 0, -0.13917255401611328, 0.990268170833587646, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+60, 180471, 1, 406, 4933, '0', 0, 0, 871.45489501953125, 76.09027862548828125, 98.14907073974609375, 6.161012649536132812, 0, 0, -0.06104850769042968, 0.998134791851043701, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+61, 180471, 1, 406, 4933, '0', 0, 0, 868.94097900390625, 77.82291412353515625, 98.20992279052734375, 6.056293010711669921, 0, 0, -0.11320304870605468, 0.993571877479553222, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+62, 180471, 1, 406, 4933, '0', 0, 0, 875.2413330078125, 74.99652862548828125, 98.34706878662109375, 6.178466320037841796, 0, 0, -0.05233573913574218, 0.998629570007324218, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+63, 180471, 1, 406, 4933, '0', 0, 0, 877.83331298828125, 74.7118072509765625, 98.68788909912109375, 6.178466320037841796, 0, 0, -0.05233573913574218, 0.998629570007324218, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+64, 180471, 1, 406, 4933, '0', 0, 0, 888.74652099609375, 81.51041412353515625, 99.3215484619140625, 1.378809213638305664, 0, 0, 0.636077880859375, 0.771624863147735595, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+65, 180471, 1, 406, 4933, '0', 0, 0, 890.4913330078125, 88.80208587646484375, 99.8720855712890625, 1.413715124130249023, 0, 0, 0.649447441101074218, 0.760406434535980224, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+66, 180471, 1, 406, 4933, '0', 0, 0, 890.68927001953125, 91.00521087646484375, 100.1230621337890625, 1.361356139183044433, 0, 0, 0.629320144653320312, 0.77714616060256958, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+67, 180471, 1, 406, 4933, '0', 0, 0, 887.87677001953125, 96.6631927490234375, 99.77388763427734375, 2.879789113998413085, 0, 0, 0.991444587707519531, 0.130528271198272705, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+68, 180471, 1, 406, 4933, '0', 0, 0, 885.47393798828125, 98.23090362548828125, 99.4007720947265625, 2.949595451354980468, 0, 0, 0.995395660400390625, 0.095851235091686248, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+69, 180471, 1, 406, 4933, '0', 0, 0, 873.65106201171875, 101.157989501953125, 98.99581146240234375, 2.879789113998413085, 0, 0, 0.991444587707519531, 0.130528271198272705, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+70, 180471, 1, 406, 4933, '0', 0, 0, 876.30035400390625, 101.0625, 98.92598724365234375, 3.036838293075561523, 0, 0, 0.998628616333007812, 0.052353221923112869, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+71, 180471, 1, 406, 4933, '0', 0, 0, 878.8663330078125, 100.927093505859375, 98.8835601806640625, 3.054326534271240234, 0, 0, 0.999048233032226562, 0.043619260191917419, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+72, 180471, 1, 406, 4933, '0', 0, 0, 883.66839599609375, 99.454864501953125, 99.14742279052734375, 3.036838293075561523, 0, 0, 0.998628616333007812, 0.052353221923112869, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+73, 180472, 1, 406, 4933, '0', 0, 0, 940.58160400390625, -73.3697891235351562, 113.83154296875, 5.619962215423583984, 0, 0, -0.32556724548339843, 0.945518851280212402, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+74, 180472, 1, 406, 4933, '0', 0, 0, 920.6805419921875, -56.2760429382324218, 115.8675003051757812, 2.495818138122558593, 0, 0, 0.948323249816894531, 0.317305892705917358, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+75, 180472, 1, 406, 4933, '0', 0, 0, 939.52606201171875, -54.8420143127441406, 114.6406936645507812, 1.029743075370788574, 0, 0, 0.492423057556152343, 0.870355963706970214, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+76, 180472, 1, 406, 4933, '0', 0, 0, 922.420166015625, -45.1510429382324218, 98.07187652587890625, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+77, 180472, 1, 406, 4933, '0', 0, 0, 915.4305419921875, -34.6423606872558593, 98.12963104248046875, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+78, 180472, 1, 406, 4933, '0', 0, 0, 885.66839599609375, -11.8871526718139648, 100.573333740234375, 0.733038187026977539, 0, 0, 0.358367919921875, 0.933580458164215087, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+79, 180472, 1, 406, 4933, '0', 0, 0, 879.28472900390625, 26.77430534362792968, 98.77677154541015625, 6.213373661041259765, 0, 0, -0.03489875793457031, 0.999390840530395507, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+80, 180472, 1, 406, 4933, '0', 0, 0, 873.1180419921875, 75.3368072509765625, 99.272003173828125, 4.345870018005371093, 0, 0, -0.82412624359130859, 0.566406130790710449, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+81, 180472, 1, 406, 4933, '0', 0, 0, 889.94268798828125, 83.42014312744140625, 100.400177001953125, 5.95157480239868164, 0, 0, -0.16504669189453125, 0.986285746097564697, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+82, 180472, 1, 406, 4933, '0', 0, 0, 881.41143798828125, 100.3524322509765625, 100.202667236328125, 1.291541695594787597, 0, 0, 0.60181427001953125, 0.798636078834533691, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+83, 180523, 1, 406, 4933, '0', 0, 0, 874.46875, -17.78125, 93.07834625244140625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Apple Bob (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+84, 207736, 1, 406, 4933, '0', 0, 0, 934.279541015625, -58.4965286254882812, 94.516632080078125, 0.890116631984710693, 0, 0, 0.430510520935058593, 0.902585566043853759, 120, 255, 1, 46366), -- G_HangingSkeleton_01 (Scale 2) (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+85, 207736, 1, 406, 4933, '0', 0, 0, 885.52081298828125, 86.0069427490234375, 80.18585205078125, 5.95157480239868164, 0, 0, -0.16504669189453125, 0.986285746097564697, 120, 255, 1, 46366), -- G_HangingSkeleton_01 (Scale 2) (Area: Krom'gar Fortress - Difficulty: 0) +(@OGUID+86, 208172, 1, 406, 4933, '0', 0, 0, 879.22393798828125, -21.3784732818603515, 92.67475128173828125, 2.757613182067871093, 0, 0, 0.981626510620117187, 0.190812408924102783, 120, 255, 1, 46366); -- Candy Bucket (Area: Krom'gar Fortress - Difficulty: 0) + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+86; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48), +(12, @OGUID+49), +(12, @OGUID+50), +(12, @OGUID+51), +(12, @OGUID+52), +(12, @OGUID+53), +(12, @OGUID+54), +(12, @OGUID+55), +(12, @OGUID+56), +(12, @OGUID+57), +(12, @OGUID+58), +(12, @OGUID+59), +(12, @OGUID+60), +(12, @OGUID+61), +(12, @OGUID+62), +(12, @OGUID+63), +(12, @OGUID+64), +(12, @OGUID+65), +(12, @OGUID+66), +(12, @OGUID+67), +(12, @OGUID+68), +(12, @OGUID+69), +(12, @OGUID+70), +(12, @OGUID+71), +(12, @OGUID+72), +(12, @OGUID+73), +(12, @OGUID+74), +(12, @OGUID+75), +(12, @OGUID+76), +(12, @OGUID+77), +(12, @OGUID+78), +(12, @OGUID+79), +(12, @OGUID+80), +(12, @OGUID+81), +(12, @OGUID+82), +(12, @OGUID+83), +(12, @OGUID+84), +(12, @OGUID+85), +(12, @OGUID+86); + +-- +SET @OGUID := 3806568; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3008191 AND 3008214; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3008191 AND 3008214; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3008191 AND 3008214; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+23; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 1, 406, 460, '0', 0, 0, 925.50177001953125, 893.593994140625, 109.2024307250976562, 0.593410074710845947, 0, 0, 0.292370796203613281, 0.95630502700805664, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Sun Rock Retreat - Difficulty: 0) +(@OGUID+1, 180405, 1, 406, 460, '0', 0, 0, 890.3499755859375, 923.251953125, 106.2576675415039062, 2.303830623626708984, 0, 0, 0.913544654846191406, 0.406738430261611938, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Sun Rock Retreat - Difficulty: 0) +(@OGUID+2, 180405, 1, 406, 460, '0', 0, 0, 924.53302001953125, 926.45831298828125, 119.497802734375, 2.391098499298095703, 0, 0, 0.930417060852050781, 0.366502493619918823, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Sun Rock Retreat - Difficulty: 0) +(@OGUID+3, 180406, 1, 406, 460, '0', 0, 0, 912.2225341796875, 920.90234375, 106.2576675415039062, 0.488691210746765136, 0, 0, 0.241921424865722656, 0.970295846462249755, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Sun Rock Retreat - Difficulty: 0) +(@OGUID+4, 180406, 1, 406, 460, '0', 0, 0, 910.467041015625, 939.451416015625, 119.296783447265625, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Sun Rock Retreat - Difficulty: 0) +(@OGUID+5, 180407, 1, 406, 460, '0', 0, 0, 914.8741455078125, 906.2847900390625, 120.7022323608398437, 1.343901276588439941, 0, 0, 0.622513771057128906, 0.78260880708694458, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Sun Rock Retreat - Difficulty: 0) +(@OGUID+6, 180407, 1, 406, 460, '0', 0, 0, 920.32769775390625, 914.36895751953125, 120.7022323608398437, 1.221729278564453125, 0, 0, 0.573575973510742187, 0.819152355194091796, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Sun Rock Retreat - Difficulty: 0) +(@OGUID+7, 180411, 1, 406, 460, '0', 0, 0, 915.36456298828125, 904.421875, 132.77459716796875, 2.72271275520324707, 0, 0, 0.978147506713867187, 0.207912087440490722, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Sun Rock Retreat - Difficulty: 0) +(@OGUID+8, 180411, 1, 406, 460, '0', 0, 0, 922.670166015625, 915.17364501953125, 131.8272247314453125, 2.251473426818847656, 0, 0, 0.902585029602050781, 0.430511653423309326, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Sun Rock Retreat - Difficulty: 0) +(@OGUID+9, 180425, 1, 406, 460, '0', 0, 0, 884.04833984375, 932.84442138671875, 108.86181640625, 5.654868602752685546, 0, 0, -0.30901622772216796, 0.95105677843093872, 120, 255, 1, 46366), -- SkullCandle01 (Area: Sun Rock Retreat - Difficulty: 0) +(@OGUID+10, 180471, 1, 406, 460, '0', 0, 0, 911.529541015625, 902.5382080078125, 112.5673980712890625, 1.047197580337524414, 0, 0, 0.5, 0.866025388240814208, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Sun Rock Retreat - Difficulty: 0) +(@OGUID+11, 180471, 1, 406, 460, '0', 0, 0, 919.40802001953125, 907.15277099609375, 112.0682525634765625, 0.488691210746765136, 0, 0, 0.241921424865722656, 0.970295846462249755, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Sun Rock Retreat - Difficulty: 0) +(@OGUID+12, 180471, 1, 406, 460, '0', 0, 0, 921.29864501953125, 909.94964599609375, 112.0821533203125, 1.466075778007507324, 0, 0, 0.669130325317382812, 0.74314504861831665, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Sun Rock Retreat - Difficulty: 0) +(@OGUID+13, 180471, 1, 406, 460, '0', 0, 0, 884.42364501953125, 932.24652099609375, 118.0313262939453125, 0.942476630210876464, 0, 0, 0.453989982604980468, 0.891006767749786376, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Sun Rock Retreat - Difficulty: 0) +(@OGUID+14, 180471, 1, 406, 460, '0', 0, 0, 922.607666015625, 918.92364501953125, 112.7082366943359375, 0.942476630210876464, 0, 0, 0.453989982604980468, 0.891006767749786376, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Sun Rock Retreat - Difficulty: 0) +(@OGUID+15, 180471, 1, 406, 460, '0', 0, 0, 899.21356201171875, 930.04168701171875, 109.838409423828125, 1.099556446075439453, 0, 0, 0.522498130798339843, 0.852640450000762939, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Sun Rock Retreat - Difficulty: 0) +(@OGUID+16, 180472, 1, 406, 460, '0', 0, 0, 920.2586669921875, 908.48956298828125, 113.5057601928710937, 5.794494152069091796, 0, 0, -0.24192142486572265, 0.970295846462249755, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Sun Rock Retreat - Difficulty: 0) +(@OGUID+17, 180472, 1, 406, 460, '0', 0, 0, 920.68231201171875, 911.1961669921875, 113.5196533203125, 0.436331570148468017, 0, 0, 0.216439247131347656, 0.976296067237854003, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Sun Rock Retreat - Difficulty: 0) +(@OGUID+18, 180472, 1, 406, 460, '0', 0, 0, 917.763916015625, 907.28125, 113.5196533203125, 4.799657344818115234, 0, 0, -0.67558956146240234, 0.737277925014495849, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Sun Rock Retreat - Difficulty: 0) +(@OGUID+19, 180472, 1, 406, 460, '0', 0, 0, 907.546875, 916.68402099609375, 119.4757766723632812, 5.916667938232421875, 0, 0, -0.18223476409912109, 0.98325502872467041, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Sun Rock Retreat - Difficulty: 0) +(@OGUID+20, 180472, 1, 406, 460, '0', 0, 0, 892.16668701171875, 934.87677001953125, 111.2779312133789062, 6.03883981704711914, 0, 0, -0.12186908721923828, 0.9925462007522583, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Sun Rock Retreat - Difficulty: 0) +(@OGUID+21, 180472, 1, 406, 460, '0', 0, 0, 907.75177001953125, 924.12847900390625, 111.285186767578125, 5.724681377410888671, 0, 0, -0.27563667297363281, 0.961261868476867675, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Sun Rock Retreat - Difficulty: 0) +(@OGUID+22, 180523, 1, 406, 460, '0', 0, 0, 905.73614501953125, 911.61285400390625, 106.5493392944335937, 3.717553615570068359, 0, 0, -0.95881938934326171, 0.284016460180282592, 120, 255, 1, 46366), -- Apple Bob (Area: Sun Rock Retreat - Difficulty: 0) +(@OGUID+23, 190080, 1, 406, 460, '0', 0, 0, 895.01068115234375, 929.80120849609375, 106.2576675415039062, 0.331610709428787231, 0, 0, 0.16504669189453125, 0.986285746097564697, 120, 255, 1, 46366); -- Candy Bucket (Area: Sun Rock Retreat - Difficulty: 0) + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+23; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23); + +-- +SET @OGUID := 3806592; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3008215 AND 3008274; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3008215 AND 3008274; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3008215 AND 3008274; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+59; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 1, 406, 4929, '0', 0, 0, 1268.4947509765625, 427.85589599609375, 96.2701873779296875, 3.52557229995727539, 0, 0, -0.98162651062011718, 0.190812408924102783, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Windshear Hold - Difficulty: 0) +(@OGUID+1, 180405, 1, 406, 4929, '0', 0, 0, 1181.451416015625, 423.493072509765625, 80.52451324462890625, 5.916667938232421875, 0, 0, -0.18223476409912109, 0.98325502872467041, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Windshear Hold - Difficulty: 0) +(@OGUID+2, 180405, 1, 406, 4929, '0', 0, 0, 1176.126708984375, 442.057281494140625, 88.41709136962890625, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Windshear Hold - Difficulty: 0) +(@OGUID+3, 180405, 1, 406, 4929, '0', 0, 0, 1160.326416015625, 438.385406494140625, 78.33733367919921875, 4.694936752319335937, 0, 0, -0.71325016021728515, 0.700909554958343505, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Windshear Hold - Difficulty: 0) +(@OGUID+4, 180406, 1, 406, 4929, '0', 0, 0, 1203.1336669921875, 389.642364501953125, 78.37329864501953125, 1.48352813720703125, 0, 0, 0.675589561462402343, 0.737277925014495849, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Windshear Hold - Difficulty: 0) +(@OGUID+5, 180406, 1, 406, 4929, '0', 0, 0, 1194.689208984375, 417.8038330078125, 79.23016357421875, 0.401424884796142578, 0, 0, 0.199367523193359375, 0.979924798011779785, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Windshear Hold - Difficulty: 0) +(@OGUID+6, 180406, 1, 406, 4929, '0', 0, 0, 1204.26220703125, 425.873260498046875, 88.42171478271484375, 2.984498262405395507, 0, 0, 0.996916770935058593, 0.078466430306434631, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Windshear Hold - Difficulty: 0) +(@OGUID+7, 180406, 1, 406, 4929, '0', 0, 0, 1167.5885009765625, 444.2100830078125, 88.77231597900390625, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Windshear Hold - Difficulty: 0) +(@OGUID+8, 180406, 1, 406, 4929, '0', 0, 0, 1150.2586669921875, 423.164947509765625, 78.25461578369140625, 4.380776405334472656, 0, 0, -0.81411552429199218, 0.580702960491180419, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Windshear Hold - Difficulty: 0) +(@OGUID+9, 180407, 1, 406, 4929, '0', 0, 0, 1271.873291015625, 463.482635498046875, 95.08054351806640625, 6.213373661041259765, 0, 0, -0.03489875793457031, 0.999390840530395507, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Windshear Hold - Difficulty: 0) +(@OGUID+10, 180407, 1, 406, 4929, '0', 0, 0, 1182.8680419921875, 439.180572509765625, 88.4178924560546875, 2.984498262405395507, 0, 0, 0.996916770935058593, 0.078466430306434631, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Windshear Hold - Difficulty: 0) +(@OGUID+11, 180407, 1, 406, 4929, '0', 0, 0, 1212.564208984375, 404.828125, 78.4281463623046875, 1.343901276588439941, 0, 0, 0.622513771057128906, 0.78260880708694458, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Windshear Hold - Difficulty: 0) +(@OGUID+12, 180411, 1, 406, 4929, '0', 0, 0, 1215.7117919921875, 424.505218505859375, 84.12652587890625, 4.188792228698730468, 0, 0, -0.86602497100830078, 0.50000077486038208, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Windshear Hold - Difficulty: 0) +(@OGUID+13, 180411, 1, 406, 4929, '0', 0, 0, 1153.5069580078125, 425.380218505859375, 81.7540740966796875, 5.235987663269042968, 0, 0, -0.5, 0.866025388240814208, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Windshear Hold - Difficulty: 0) +(@OGUID+14, 180415, 1, 406, 4929, '0', 0, 0, 1273.65283203125, 462.880218505859375, 95.58599090576171875, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 120, 255, 1, 46366), -- CandleBlack01 (Area: Windshear Hold - Difficulty: 0) +(@OGUID+15, 180415, 1, 406, 4929, '0', 0, 0, 1270.342041015625, 463.536468505859375, 94.4705047607421875, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 120, 255, 1, 46366), -- CandleBlack01 (Area: Windshear Hold - Difficulty: 0) +(@OGUID+16, 180415, 1, 406, 4929, '0', 0, 0, 1184.4791259765625, 406.62152099609375, 82.24835205078125, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 120, 255, 1, 46366), -- CandleBlack01 (Area: Windshear Hold - Difficulty: 0) +(@OGUID+17, 180415, 1, 406, 4929, '0', 0, 0, 1185.328125, 407.8507080078125, 81.0983428955078125, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 120, 255, 1, 46366), -- CandleBlack01 (Area: Windshear Hold - Difficulty: 0) +(@OGUID+18, 180415, 1, 406, 4929, '0', 0, 0, 1182.359375, 403.211822509765625, 84.20737457275390625, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 120, 255, 1, 46366), -- CandleBlack01 (Area: Windshear Hold - Difficulty: 0) +(@OGUID+19, 180415, 1, 406, 4929, '0', 0, 0, 1183.501708984375, 405.0694580078125, 83.22064208984375, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 120, 255, 1, 46366), -- CandleBlack01 (Area: Windshear Hold - Difficulty: 0) +(@OGUID+20, 180415, 1, 406, 4929, '0', 0, 0, 1180.6475830078125, 410.857635498046875, 81.16259765625, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 120, 255, 1, 46366), -- CandleBlack01 (Area: Windshear Hold - Difficulty: 0) +(@OGUID+21, 180415, 1, 406, 4929, '0', 0, 0, 1175.767333984375, 403.189239501953125, 85.07312774658203125, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 120, 255, 1, 46366), -- CandleBlack01 (Area: Windshear Hold - Difficulty: 0) +(@OGUID+22, 180415, 1, 406, 4929, '0', 0, 0, 1178.875, 408.052093505859375, 83.2231903076171875, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 120, 255, 1, 46366), -- CandleBlack01 (Area: Windshear Hold - Difficulty: 0) +(@OGUID+23, 180415, 1, 406, 4929, '0', 0, 0, 1176.907958984375, 404.939239501953125, 84.6554718017578125, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 120, 255, 1, 46366), -- CandleBlack01 (Area: Windshear Hold - Difficulty: 0) +(@OGUID+24, 180415, 1, 406, 4929, '0', 0, 0, 1179.8125, 409.53125, 82.3046417236328125, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 120, 255, 1, 46366), -- CandleBlack01 (Area: Windshear Hold - Difficulty: 0) +(@OGUID+25, 180415, 1, 406, 4929, '0', 0, 0, 1181.4132080078125, 401.732635498046875, 84.76824188232421875, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 120, 255, 1, 46366), -- CandleBlack01 (Area: Windshear Hold - Difficulty: 0) +(@OGUID+26, 180415, 1, 406, 4929, '0', 0, 0, 1180.3836669921875, 400.135406494140625, 85.10125732421875, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 120, 255, 1, 46366), -- CandleBlack01 (Area: Windshear Hold - Difficulty: 0) +(@OGUID+27, 180415, 1, 406, 4929, '0', 0, 0, 1177.9600830078125, 406.548614501953125, 83.9697723388671875, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 120, 255, 1, 46366), -- CandleBlack01 (Area: Windshear Hold - Difficulty: 0) +(@OGUID+28, 180425, 1, 406, 4929, '0', 0, 0, 1205.5416259765625, 428.2100830078125, 79.1537322998046875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- SkullCandle01 (Area: Windshear Hold - Difficulty: 0) +(@OGUID+29, 180426, 1, 406, 4929, '0', 0, 0, 1225.9791259765625, 445.125, 77.87722015380859375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Windshear Hold - Difficulty: 0) +(@OGUID+30, 180426, 1, 406, 4929, '0', 0, 0, 1237.77783203125, 436.20660400390625, 79.33892059326171875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Windshear Hold - Difficulty: 0) +(@OGUID+31, 180426, 1, 406, 4929, '0', 0, 0, 1213.079833984375, 452.9444580078125, 78.78460693359375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Windshear Hold - Difficulty: 0) +(@OGUID+32, 180426, 1, 406, 4929, '0', 0, 0, 1214.060791015625, 467.60589599609375, 78.53421783447265625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Windshear Hold - Difficulty: 0) +(@OGUID+33, 180426, 1, 406, 4929, '0', 0, 0, 1184.7083740234375, 461.463531494140625, 79.09885406494140625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Windshear Hold - Difficulty: 0) +(@OGUID+34, 180427, 1, 406, 4929, '0', 0, 0, 1241.3367919921875, 434.701385498046875, 81.4301300048828125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Windshear Hold - Difficulty: 0) +(@OGUID+35, 180427, 1, 406, 4929, '0', 0, 0, 1230.28125, 451.493072509765625, 79.3365936279296875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Windshear Hold - Difficulty: 0) +(@OGUID+36, 180427, 1, 406, 4929, '0', 0, 0, 1222.685791015625, 453.42535400390625, 78.6683349609375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Windshear Hold - Difficulty: 0) +(@OGUID+37, 180427, 1, 406, 4929, '0', 0, 0, 1218.3836669921875, 477.942718505859375, 89.19448089599609375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Windshear Hold - Difficulty: 0) +(@OGUID+38, 180427, 1, 406, 4929, '0', 0, 0, 1199.24658203125, 461.8819580078125, 79.4036865234375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Windshear Hold - Difficulty: 0) +(@OGUID+39, 180471, 1, 406, 4929, '0', 0, 0, 1210.904541015625, 414.58160400390625, 86.27646636962890625, 2.426007747650146484, 0, 0, 0.936672210693359375, 0.350207358598709106, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Windshear Hold - Difficulty: 0) +(@OGUID+40, 180471, 1, 406, 4929, '0', 0, 0, 1212.295166015625, 413.1007080078125, 86.17484283447265625, 2.373644113540649414, 0, 0, 0.927183151245117187, 0.37460830807685852, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Windshear Hold - Difficulty: 0) +(@OGUID+41, 180471, 1, 406, 4929, '0', 0, 0, 1178.9410400390625, 437.46527099609375, 86.20377349853515625, 2.426007747650146484, 0, 0, 0.936672210693359375, 0.350207358598709106, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Windshear Hold - Difficulty: 0) +(@OGUID+42, 180471, 1, 406, 4929, '0', 0, 0, 1191.7552490234375, 430.635406494140625, 86.03977203369140625, 1.553341388702392578, 0, 0, 0.700908660888671875, 0.713251054286956787, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Windshear Hold - Difficulty: 0) +(@OGUID+43, 180471, 1, 406, 4929, '0', 0, 0, 1199.8194580078125, 424.23785400390625, 86.50931549072265625, 2.862335443496704101, 0, 0, 0.990267753601074218, 0.139175355434417724, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Windshear Hold - Difficulty: 0) +(@OGUID+44, 180471, 1, 406, 4929, '0', 0, 0, 1189.078125, 432.467010498046875, 85.99045562744140625, 2.391098499298095703, 0, 0, 0.930417060852050781, 0.366502493619918823, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Windshear Hold - Difficulty: 0) +(@OGUID+45, 180471, 1, 406, 4929, '0', 0, 0, 1206.0867919921875, 420.017364501953125, 86.07352447509765625, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Windshear Hold - Difficulty: 0) +(@OGUID+46, 180471, 1, 406, 4929, '0', 0, 0, 1184.6910400390625, 435.140625, 85.96463775634765625, 2.042035102844238281, 0, 0, 0.852640151977539062, 0.522498607635498046, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Windshear Hold - Difficulty: 0) +(@OGUID+47, 180471, 1, 406, 4929, '0', 0, 0, 1209.4288330078125, 416.130218505859375, 86.32132720947265625, 2.548179388046264648, 0, 0, 0.956304550170898437, 0.292372345924377441, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Windshear Hold - Difficulty: 0) +(@OGUID+48, 180471, 1, 406, 4929, '0', 0, 0, 1186.6944580078125, 433.947906494140625, 86.00162506103515625, 2.286378860473632812, 0, 0, 0.909960746765136718, 0.414694398641586303, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Windshear Hold - Difficulty: 0) +(@OGUID+49, 180471, 1, 406, 4929, '0', 0, 0, 1197.7239990234375, 426.164947509765625, 86.2996673583984375, 3.071766138076782226, 0, 0, 0.999390602111816406, 0.034906134009361267, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Windshear Hold - Difficulty: 0) +(@OGUID+50, 180471, 1, 406, 4929, '0', 0, 0, 1204.1771240234375, 421.321197509765625, 86.24118804931640625, 3.019413232803344726, 0, 0, 0.998134613037109375, 0.061051756143569946, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Windshear Hold - Difficulty: 0) +(@OGUID+51, 180471, 1, 406, 4929, '0', 0, 0, 1177.0103759765625, 438.2413330078125, 86.23728179931640625, 2.059488296508789062, 0, 0, 0.857167243957519531, 0.515038192272186279, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Windshear Hold - Difficulty: 0) +(@OGUID+52, 180471, 1, 406, 4929, '0', 0, 0, 1195.029541015625, 428.086822509765625, 86.22263336181640625, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Windshear Hold - Difficulty: 0) +(@OGUID+53, 180471, 1, 406, 4929, '0', 0, 0, 1169.0260009765625, 440.376739501953125, 86.59189605712890625, 2.216565132141113281, 0, 0, 0.894933700561523437, 0.44619917869567871, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Windshear Hold - Difficulty: 0) +(@OGUID+54, 180471, 1, 406, 4929, '0', 0, 0, 1171.5538330078125, 439.83160400390625, 86.47037506103515625, 2.600535154342651367, 0, 0, 0.963629722595214843, 0.26724100112915039, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Windshear Hold - Difficulty: 0) +(@OGUID+55, 180472, 1, 406, 4929, '0', 0, 0, 1208.829833984375, 419.67535400390625, 86.701324462890625, 1.186823248863220214, 0, 0, 0.559192657470703125, 0.829037725925445556, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Windshear Hold - Difficulty: 0) +(@OGUID+56, 180472, 1, 406, 4929, '0', 0, 0, 1203.1649169921875, 424.1007080078125, 86.66790771484375, 0.890116631984710693, 0, 0, 0.430510520935058593, 0.902585566043853759, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Windshear Hold - Difficulty: 0) +(@OGUID+57, 180472, 1, 406, 4929, '0', 0, 0, 1165.0711669921875, 397.6788330078125, 89.02408599853515625, 5.323255538940429687, 0, 0, -0.46174812316894531, 0.887011110782623291, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Windshear Hold - Difficulty: 0) +(@OGUID+58, 180523, 1, 406, 4929, '0', 0, 0, 1187.3367919921875, 405.701385498046875, 79.677398681640625, 6.12610626220703125, 0, 0, -0.07845878601074218, 0.996917366981506347, 120, 255, 1, 46366), -- Apple Bob (Area: Windshear Hold - Difficulty: 0) +(@OGUID+59, 208174, 1, 406, 4929, '0', 0, 0, 1188.7447509765625, 418.4444580078125, 80.52506256103515625, 6.003933906555175781, 0, 0, -0.13917255401611328, 0.990268170833587646, 120, 255, 1, 46366); -- Candy Bucket (Area: Windshear Hold - Difficulty: 0) + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+59; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48), +(12, @OGUID+49), +(12, @OGUID+50), +(12, @OGUID+51), +(12, @OGUID+52), +(12, @OGUID+53), +(12, @OGUID+54), +(12, @OGUID+55), +(12, @OGUID+56), +(12, @OGUID+57), +(12, @OGUID+58), +(12, @OGUID+59); + +-- +SET @OGUID := 3806652; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3008275 AND 3008334; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3008275 AND 3008334; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3008275 AND 3008334; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+59; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 1, 406, 4937, '0', 0, 0, 2137.154541015625, 1572.34033203125, 341.31939697265625, 2.775068521499633789, 0, 0, 0.983254432678222656, 0.182238012552261352, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Thal'darah Overlook - Difficulty: 0) +(@OGUID+1, 180405, 1, 406, 4937, '0', 0, 0, 2122.772705078125, 1541.3541259765625, 342.556793212890625, 1.239183306694030761, 0, 0, 0.580702781677246093, 0.814115643501281738, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Thal'darah Overlook - Difficulty: 0) +(@OGUID+2, 180405, 1, 406, 4937, '0', 0, 0, 2108.84375, 1558.04345703125, 343.373260498046875, 2.67034769058227539, 0, 0, 0.972369194030761718, 0.233448356389999389, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Thal'darah Overlook - Difficulty: 0) +(@OGUID+3, 180405, 1, 406, 4937, '0', 0, 0, 2076.85595703125, 1583.5382080078125, 342.397857666015625, 4.223697185516357421, 0, 0, -0.85716724395751953, 0.515038192272186279, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Thal'darah Overlook - Difficulty: 0) +(@OGUID+4, 180406, 1, 406, 4937, '0', 0, 0, 2135.276123046875, 1554.6944580078125, 342.502349853515625, 1.134462952613830566, 0, 0, 0.537299156188964843, 0.843391716480255126, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Thal'darah Overlook - Difficulty: 0) +(@OGUID+5, 180406, 1, 406, 4937, '0', 0, 0, 2107.9375, 1578.467041015625, 344.654144287109375, 5.777040958404541015, 0, 0, -0.25037956237792968, 0.968147754669189453, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Thal'darah Overlook - Difficulty: 0) +(@OGUID+6, 180406, 1, 406, 4937, '0', 0, 0, 2113.501708984375, 1595.0989990234375, 341.42608642578125, 2.879789113998413085, 0, 0, 0.991444587707519531, 0.130528271198272705, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Thal'darah Overlook - Difficulty: 0) +(@OGUID+7, 180407, 1, 406, 4937, '0', 0, 0, 2131.7119140625, 1578.4114990234375, 341.36053466796875, 2.862335443496704101, 0, 0, 0.990267753601074218, 0.139175355434417724, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Thal'darah Overlook - Difficulty: 0) +(@OGUID+8, 180407, 1, 406, 4937, '0', 0, 0, 2107.157958984375, 1599.828125, 341.346832275390625, 2.792518377304077148, 0, 0, 0.984807014465332031, 0.173652306199073791, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Thal'darah Overlook - Difficulty: 0) +(@OGUID+9, 180407, 1, 406, 4937, '0', 0, 0, 2089.35595703125, 1596.920166015625, 342.444244384765625, 4.433136463165283203, 0, 0, -0.79863548278808593, 0.60181504487991333, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Thal'darah Overlook - Difficulty: 0) +(@OGUID+10, 180407, 1, 406, 4937, '0', 0, 0, 2081.229248046875, 1579.092041015625, 343.363922119140625, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Thal'darah Overlook - Difficulty: 0) +(@OGUID+11, 180411, 1, 406, 4937, '0', 0, 0, 2110.4306640625, 1580.0625, 345.371307373046875, 0.209439441561698913, 0, 0, 0.104528427124023437, 0.994521915912628173, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Thal'darah Overlook - Difficulty: 0) +(@OGUID+12, 180411, 1, 406, 4937, '0', 0, 0, 2081.30029296875, 1577.0538330078125, 348.771453857421875, 2.775068521499633789, 0, 0, 0.983254432678222656, 0.182238012552261352, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Thal'darah Overlook - Difficulty: 0) +(@OGUID+13, 180415, 1, 406, 4937, '0', 0, 0, 2128.920166015625, 1575.6875, 343.7266845703125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Thal'darah Overlook - Difficulty: 0) +(@OGUID+14, 180415, 1, 406, 4937, '0', 0, 0, 2132.8681640625, 1567.9583740234375, 344.557647705078125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Thal'darah Overlook - Difficulty: 0) +(@OGUID+15, 180415, 1, 406, 4937, '0', 0, 0, 2127.37158203125, 1573.951416015625, 344.58734130859375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Thal'darah Overlook - Difficulty: 0) +(@OGUID+16, 180415, 1, 406, 4937, '0', 0, 0, 2130.255126953125, 1577.064208984375, 342.622894287109375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Thal'darah Overlook - Difficulty: 0) +(@OGUID+17, 180415, 1, 406, 4937, '0', 0, 0, 2134.302001953125, 1569.5833740234375, 343.764495849609375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Thal'darah Overlook - Difficulty: 0) +(@OGUID+18, 180415, 1, 406, 4937, '0', 0, 0, 2135.670166015625, 1571.078125, 342.589508056640625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Thal'darah Overlook - Difficulty: 0) +(@OGUID+19, 180415, 1, 406, 4937, '0', 0, 0, 2104.435791015625, 1597.1163330078125, 343.7095947265625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Thal'darah Overlook - Difficulty: 0) +(@OGUID+20, 180415, 1, 406, 4937, '0', 0, 0, 2112.01904296875, 1593.4583740234375, 342.810821533203125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Thal'darah Overlook - Difficulty: 0) +(@OGUID+21, 180415, 1, 406, 4937, '0', 0, 0, 2105.614501953125, 1598.501708984375, 342.648345947265625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Thal'darah Overlook - Difficulty: 0) +(@OGUID+22, 180415, 1, 406, 4937, '0', 0, 0, 2110.802001953125, 1592.18408203125, 343.78680419921875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Thal'darah Overlook - Difficulty: 0) +(@OGUID+23, 180415, 1, 406, 4937, '0', 0, 0, 2102.74658203125, 1595.357666015625, 344.589630126953125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Thal'darah Overlook - Difficulty: 0) +(@OGUID+24, 180415, 1, 406, 4937, '0', 0, 0, 2109.270751953125, 1590.515625, 344.590789794921875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Thal'darah Overlook - Difficulty: 0) +(@OGUID+25, 180425, 1, 406, 4937, '0', 0, 0, 2114.369873046875, 1571.861083984375, 344.65472412109375, 4.241150379180908203, 0, 0, -0.85264015197753906, 0.522498607635498046, 120, 255, 1, 46366), -- SkullCandle01 (Area: Thal'darah Overlook - Difficulty: 0) +(@OGUID+26, 180426, 1, 406, 4937, '0', 0, 0, 2156.428955078125, 1549.4166259765625, 343.785888671875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Thal'darah Overlook - Difficulty: 0) +(@OGUID+27, 180426, 1, 406, 4937, '0', 0, 0, 2145.451416015625, 1593.4722900390625, 343.785888671875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Thal'darah Overlook - Difficulty: 0) +(@OGUID+28, 180426, 1, 406, 4937, '0', 0, 0, 2150.842041015625, 1586.9097900390625, 343.785888671875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Thal'darah Overlook - Difficulty: 0) +(@OGUID+29, 180426, 1, 406, 4937, '0', 0, 0, 2141.21533203125, 1594.5555419921875, 343.786041259765625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Thal'darah Overlook - Difficulty: 0) +(@OGUID+30, 180426, 1, 406, 4937, '0', 0, 0, 2127.857666015625, 1610.2916259765625, 343.785888671875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Thal'darah Overlook - Difficulty: 0) +(@OGUID+31, 180426, 1, 406, 4937, '0', 0, 0, 2134.59033203125, 1603.7708740234375, 343.785888671875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Thal'darah Overlook - Difficulty: 0) +(@OGUID+32, 180427, 1, 406, 4937, '0', 0, 0, 2155.694580078125, 1566.6666259765625, 344.2154541015625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Thal'darah Overlook - Difficulty: 0) +(@OGUID+33, 180427, 1, 406, 4937, '0', 0, 0, 2162.50341796875, 1546.4478759765625, 352.614410400390625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Thal'darah Overlook - Difficulty: 0) +(@OGUID+34, 180427, 1, 406, 4937, '0', 0, 0, 2135.923583984375, 1609.6285400390625, 355.557037353515625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Thal'darah Overlook - Difficulty: 0) +(@OGUID+35, 180427, 1, 406, 4937, '0', 0, 0, 2145.932373046875, 1595.8819580078125, 357.2838134765625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Thal'darah Overlook - Difficulty: 0) +(@OGUID+36, 180427, 1, 406, 4937, '0', 0, 0, 2147.928955078125, 1607.7847900390625, 343.7877197265625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Thal'darah Overlook - Difficulty: 0) +(@OGUID+37, 180471, 1, 406, 4937, '0', 0, 0, 2130.236083984375, 1572.8507080078125, 350.751678466796875, 2.687806606292724609, 0, 0, 0.974370002746582031, 0.224951311945915222, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Thal'darah Overlook - Difficulty: 0) +(@OGUID+38, 180471, 1, 406, 4937, '0', 0, 0, 2135.755126953125, 1565.2586669921875, 350.590545654296875, 2.460912704467773437, 0, 0, 0.942641258239746093, 0.333807557821273803, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Thal'darah Overlook - Difficulty: 0) +(@OGUID+39, 180471, 1, 406, 4937, '0', 0, 0, 2132.005126953125, 1570.892333984375, 350.64129638671875, 2.617989301681518554, 0, 0, 0.965925216674804687, 0.258821308612823486, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Thal'darah Overlook - Difficulty: 0) +(@OGUID+40, 180471, 1, 406, 4937, '0', 0, 0, 2137.104248046875, 1563.15283203125, 350.600921630859375, 2.426007747650146484, 0, 0, 0.936672210693359375, 0.350207358598709106, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Thal'darah Overlook - Difficulty: 0) +(@OGUID+41, 180471, 1, 406, 4937, '0', 0, 0, 2134.57470703125, 1567.3367919921875, 350.60589599609375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Thal'darah Overlook - Difficulty: 0) +(@OGUID+42, 180471, 1, 406, 4937, '0', 0, 0, 2121.390625, 1582.185791015625, 350.75189208984375, 2.391098499298095703, 0, 0, 0.930417060852050781, 0.366502493619918823, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Thal'darah Overlook - Difficulty: 0) +(@OGUID+43, 180471, 1, 406, 4937, '0', 0, 0, 2126.94970703125, 1576.5, 350.82342529296875, 2.059488296508789062, 0, 0, 0.857167243957519531, 0.515038192272186279, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Thal'darah Overlook - Difficulty: 0) +(@OGUID+44, 180471, 1, 406, 4937, '0', 0, 0, 2117.982666015625, 1585.203125, 350.78778076171875, 2.391098499298095703, 0, 0, 0.930417060852050781, 0.366502493619918823, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Thal'darah Overlook - Difficulty: 0) +(@OGUID+45, 180471, 1, 406, 4937, '0', 0, 0, 2124.567626953125, 1579.2725830078125, 350.748748779296875, 2.059488296508789062, 0, 0, 0.857167243957519531, 0.515038192272186279, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Thal'darah Overlook - Difficulty: 0) +(@OGUID+46, 180471, 1, 406, 4937, '0', 0, 0, 2111.838623046875, 1590.2569580078125, 350.85955810546875, 2.094393253326416015, 0, 0, 0.866024971008300781, 0.50000077486038208, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Thal'darah Overlook - Difficulty: 0) +(@OGUID+47, 180471, 1, 406, 4937, '0', 0, 0, 2105.84033203125, 1594.6475830078125, 350.74676513671875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Thal'darah Overlook - Difficulty: 0) +(@OGUID+48, 180471, 1, 406, 4937, '0', 0, 0, 2098.286376953125, 1598.482666015625, 350.80731201171875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Thal'darah Overlook - Difficulty: 0) +(@OGUID+49, 180471, 1, 406, 4937, '0', 0, 0, 2114.85595703125, 1587.907958984375, 350.840545654296875, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Thal'darah Overlook - Difficulty: 0) +(@OGUID+50, 180471, 1, 406, 4937, '0', 0, 0, 2101.279541015625, 1597.0399169921875, 350.863006591796875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Thal'darah Overlook - Difficulty: 0) +(@OGUID+51, 180471, 1, 406, 4937, '0', 0, 0, 2108.15283203125, 1593.1771240234375, 350.73138427734375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Thal'darah Overlook - Difficulty: 0) +(@OGUID+52, 180472, 1, 406, 4937, '0', 0, 0, 2095.0087890625, 1548.7552490234375, 353.241119384765625, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Thal'darah Overlook - Difficulty: 0) +(@OGUID+53, 180523, 1, 406, 4937, '0', 0, 0, 2097.803955078125, 1567.8975830078125, 343.80859375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Apple Bob (Area: Thal'darah Overlook - Difficulty: 0) +(@OGUID+54, 207736, 1, 406, 4937, '0', 0, 0, 2116.119873046875, 1580.1927490234375, 346.58319091796875, 3.9793548583984375, 0, 0, -0.9135446548461914, 0.406738430261611938, 120, 255, 1, 46366), -- G_HangingSkeleton_01 (Scale 2) (Area: Thal'darah Overlook - Difficulty: 0) +(@OGUID+55, 208063, 1, 406, 4937, '0', 0, 0, 2115.34375, 1578.6805419921875, 348.9150390625, 0.750490784645080566, 0, 0, 0.3665008544921875, 0.93041771650314331, 120, 255, 1, 46366), -- Web Hanging (Area: Thal'darah Overlook - Difficulty: 0) +(@OGUID+56, 208063, 1, 406, 4937, '0', 0, 0, 2116.913330078125, 1577.2725830078125, 348.91265869140625, 0.820303261280059814, 0, 0, 0.398748397827148437, 0.917060375213623046, 120, 255, 1, 46366), -- Web Hanging (Area: Thal'darah Overlook - Difficulty: 0) +(@OGUID+57, 208064, 1, 406, 4937, '0', 0, 0, 2112.3994140625, 1581.189208984375, 348.7559814453125, 0.802850961685180664, 0, 0, 0.390730857849121093, 0.920504987239837646, 120, 255, 1, 46366), -- Web Corner (Area: Thal'darah Overlook - Difficulty: 0) +(@OGUID+58, 208076, 1, 406, 4937, '0', 0, 0, 2081.413330078125, 1579.3472900390625, 344.92767333984375, 0.191985160112380981, 0, 0, 0.095845222473144531, 0.995396256446838378, 120, 255, 1, 46366), -- Web Tall 02 (Area: Thal'darah Overlook - Difficulty: 0) +(@OGUID+59, 208175, 1, 406, 4937, '0', 0, 0, 2113.567626953125, 1572.77783203125, 344.6549072265625, 5.794494152069091796, 0, 0, -0.24192142486572265, 0.970295846462249755, 120, 255, 1, 46366); -- Candy Bucket (Area: Thal'darah Overlook - Difficulty: 0) + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+59; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48), +(12, @OGUID+49), +(12, @OGUID+50), +(12, @OGUID+51), +(12, @OGUID+52), +(12, @OGUID+53), +(12, @OGUID+54), +(12, @OGUID+55), +(12, @OGUID+56), +(12, @OGUID+57), +(12, @OGUID+58), +(12, @OGUID+59); + +-- +SET @OGUID := 3806712; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3008335 AND 3008399; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3008335 AND 3008399; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3008335 AND 3008399; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+64; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 1, 406, 4940, '0', 0, 0, 232.564239501953125, -284.920135498046875, 92.56378936767578125, 2.408554315567016601, 0, 0, 0.933580398559570312, 0.358368009328842163, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Northwatch Expedition Base Camp - Difficulty: 0) +(@OGUID+1, 180405, 1, 406, 4940, '0', 0, 0, 276.588531494140625, -294.177093505859375, 94.57973480224609375, 5.515241622924804687, 0, 0, -0.37460613250732421, 0.927184045314788818, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Northwatch Expedition Base Camp - Difficulty: 0) +(@OGUID+2, 180405, 1, 406, 4940, '0', 0, 0, 310.9375, -310.9375, 92.73805999755859375, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Northwatch Expedition Base Camp - Difficulty: 0) +(@OGUID+3, 180406, 1, 406, 4940, '0', 0, 0, 231.0868072509765625, -281.3350830078125, 92.68951416015625, 2.164205789566040039, 0, 0, 0.882946968078613281, 0.469472706317901611, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Northwatch Expedition Base Camp - Difficulty: 0) +(@OGUID+4, 180406, 1, 406, 4940, '0', 0, 0, 276.875, -286.447906494140625, 94.58408355712890625, 4.660029888153076171, 0, 0, -0.72537422180175781, 0.688354730606079101, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Northwatch Expedition Base Camp - Difficulty: 0) +(@OGUID+5, 180407, 1, 406, 4940, '0', 0, 0, 258.592010498046875, -267.086822509765625, 94.20050811767578125, 6.073746204376220703, 0, 0, -0.10452842712402343, 0.994521915912628173, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Northwatch Expedition Base Camp - Difficulty: 0) +(@OGUID+6, 180407, 1, 406, 4940, '0', 0, 0, 265.770843505859375, -367.920135498046875, 83.896728515625, 0.069811686873435974, 0, 0, 0.034898757934570312, 0.999390840530395507, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Northwatch Expedition Base Camp - Difficulty: 0) +(@OGUID+7, 180408, 1, 406, 4940, '0', 0, 0, 310.923614501953125, -310.986114501953125, 94.3939666748046875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- G_WitchHat_01 (Area: Northwatch Expedition Base Camp - Difficulty: 0) +(@OGUID+8, 180415, 1, 406, 4940, '0', 0, 0, 260.420135498046875, -268.135406494140625, 95.61746978759765625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Northwatch Expedition Base Camp - Difficulty: 0) +(@OGUID+9, 180415, 1, 406, 4940, '0', 0, 0, 261.130218505859375, -267.302093505859375, 96.06241607666015625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Northwatch Expedition Base Camp - Difficulty: 0) +(@OGUID+10, 180415, 1, 406, 4940, '0', 0, 0, 260.55902099609375, -266.30902099609375, 95.1049346923828125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Northwatch Expedition Base Camp - Difficulty: 0) +(@OGUID+11, 180415, 1, 406, 4940, '0', 0, 0, 258.869781494140625, -268.9600830078125, 94.1041107177734375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Northwatch Expedition Base Camp - Difficulty: 0) +(@OGUID+12, 180415, 1, 406, 4940, '0', 0, 0, 260.270843505859375, -265.935760498046875, 95.11075592041015625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Northwatch Expedition Base Camp - Difficulty: 0) +(@OGUID+13, 180415, 1, 406, 4940, '0', 0, 0, 259.33160400390625, -265.493072509765625, 95.296142578125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Northwatch Expedition Base Camp - Difficulty: 0) +(@OGUID+14, 180415, 1, 406, 4940, '0', 0, 0, 257.258697509765625, -266.045135498046875, 94.09712982177734375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Northwatch Expedition Base Camp - Difficulty: 0) +(@OGUID+15, 180426, 1, 406, 4940, '0', 0, 0, 225.9340362548828125, -266.348968505859375, 94.42549896240234375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Northwatch Expedition Base Camp - Difficulty: 0) +(@OGUID+16, 180426, 1, 406, 4940, '0', 0, 0, 248.7881927490234375, -287.40972900390625, 92.64935302734375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Northwatch Expedition Base Camp - Difficulty: 0) +(@OGUID+17, 180426, 1, 406, 4940, '0', 0, 0, 251.5711822509765625, -298.31597900390625, 92.63271331787109375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Northwatch Expedition Base Camp - Difficulty: 0) +(@OGUID+18, 180426, 1, 406, 4940, '0', 0, 0, 256.326385498046875, -311.515625, 92.99588775634765625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Northwatch Expedition Base Camp - Difficulty: 0) +(@OGUID+19, 180426, 1, 406, 4940, '0', 0, 0, 263.26910400390625, -325.31597900390625, 92.65341949462890625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Northwatch Expedition Base Camp - Difficulty: 0) +(@OGUID+20, 180426, 1, 406, 4940, '0', 0, 0, 283.56597900390625, -329.743072509765625, 92.5791778564453125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Northwatch Expedition Base Camp - Difficulty: 0) +(@OGUID+21, 180426, 1, 406, 4940, '0', 0, 0, 271.446197509765625, -334.501739501953125, 92.5181427001953125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Northwatch Expedition Base Camp - Difficulty: 0) +(@OGUID+22, 180426, 1, 406, 4940, '0', 0, 0, 286.623260498046875, -331.986114501953125, 92.3224334716796875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Northwatch Expedition Base Camp - Difficulty: 0) +(@OGUID+23, 180427, 1, 406, 4940, '0', 0, 0, 222.40972900390625, -265.76910400390625, 95.79441070556640625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Northwatch Expedition Base Camp - Difficulty: 0) +(@OGUID+24, 180427, 1, 406, 4940, '0', 0, 0, 240.1788177490234375, -286.392364501953125, 92.60556793212890625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Northwatch Expedition Base Camp - Difficulty: 0) +(@OGUID+25, 180427, 1, 406, 4940, '0', 0, 0, 245.798614501953125, -302.05902099609375, 92.55428314208984375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Northwatch Expedition Base Camp - Difficulty: 0) +(@OGUID+26, 180427, 1, 406, 4940, '0', 0, 0, 247.6458282470703125, -308.23089599609375, 93.04923248291015625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Northwatch Expedition Base Camp - Difficulty: 0) +(@OGUID+27, 180427, 1, 406, 4940, '0', 0, 0, 267.045135498046875, -325.229156494140625, 92.54819488525390625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Northwatch Expedition Base Camp - Difficulty: 0) +(@OGUID+28, 180427, 1, 406, 4940, '0', 0, 0, 283.072906494140625, -336.859375, 91.8831329345703125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Northwatch Expedition Base Camp - Difficulty: 0) +(@OGUID+29, 180471, 1, 406, 4940, '0', 0, 0, 247.329864501953125, -261.3507080078125, 95.8904571533203125, 4.258606910705566406, 0, 0, -0.84804725646972656, 0.529920578002929687, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Northwatch Expedition Base Camp - Difficulty: 0) +(@OGUID+30, 180471, 1, 406, 4940, '0', 0, 0, 252.0381927490234375, -256.24652099609375, 95.93910980224609375, 3.612837791442871093, 0, 0, -0.97236919403076171, 0.233448356389999389, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Northwatch Expedition Base Camp - Difficulty: 0) +(@OGUID+31, 180471, 1, 406, 4940, '0', 0, 0, 252.8246612548828125, -256.197906494140625, 96.01506805419921875, 1.972219824790954589, 0, 0, 0.83388519287109375, 0.55193793773651123, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Northwatch Expedition Base Camp - Difficulty: 0) +(@OGUID+32, 180471, 1, 406, 4940, '0', 0, 0, 247.3350677490234375, -262.02777099609375, 95.9087066650390625, 5.497788906097412109, 0, 0, -0.38268280029296875, 0.923879802227020263, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Northwatch Expedition Base Camp - Difficulty: 0) +(@OGUID+33, 180471, 1, 406, 4940, '0', 0, 0, 257.864593505859375, -260.986114501953125, 96.18963623046875, 2.024578809738159179, 0, 0, 0.848047256469726562, 0.529920578002929687, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Northwatch Expedition Base Camp - Difficulty: 0) +(@OGUID+34, 180471, 1, 406, 4940, '0', 0, 0, 253.2395782470703125, -266.692718505859375, 95.9614715576171875, 0.872663915157318115, 0, 0, 0.422617912292480468, 0.906307935714721679, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Northwatch Expedition Base Camp - Difficulty: 0) +(@OGUID+35, 180471, 1, 406, 4940, '0', 0, 0, 252.470489501953125, -266.807281494140625, 95.9674224853515625, 5.462882041931152343, 0, 0, -0.39874839782714843, 0.917060375213623046, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Northwatch Expedition Base Camp - Difficulty: 0) +(@OGUID+36, 180471, 1, 406, 4940, '0', 0, 0, 257.743072509765625, -261.760406494140625, 96.0937957763671875, 0.401424884796142578, 0, 0, 0.199367523193359375, 0.979924798011779785, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Northwatch Expedition Base Camp - Difficulty: 0) +(@OGUID+37, 180471, 1, 406, 4940, '0', 0, 0, 282.727447509765625, -301.8975830078125, 95.67145538330078125, 2.094393253326416015, 0, 0, 0.866024971008300781, 0.50000077486038208, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Northwatch Expedition Base Camp - Difficulty: 0) +(@OGUID+38, 180471, 1, 406, 4940, '0', 0, 0, 275.682281494140625, -305.286468505859375, 95.67227935791015625, 4.939284324645996093, 0, 0, -0.6225137710571289, 0.78260880708694458, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Northwatch Expedition Base Camp - Difficulty: 0) +(@OGUID+39, 180471, 1, 406, 4940, '0', 0, 0, 285.717010498046875, -307.967010498046875, 95.6199798583984375, 1.972219824790954589, 0, 0, 0.83388519287109375, 0.55193793773651123, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Northwatch Expedition Base Camp - Difficulty: 0) +(@OGUID+40, 180471, 1, 406, 4940, '0', 0, 0, 285.435760498046875, -308.630218505859375, 95.5932464599609375, 0.314158439636230468, 0, 0, 0.156434059143066406, 0.987688362598419189, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Northwatch Expedition Base Camp - Difficulty: 0) +(@OGUID+41, 180471, 1, 406, 4940, '0', 0, 0, 276.015625, -304.642364501953125, 95.66971588134765625, 3.473210096359252929, 0, 0, -0.98628520965576171, 0.165049895644187927, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Northwatch Expedition Base Camp - Difficulty: 0) +(@OGUID+42, 180471, 1, 406, 4940, '0', 0, 0, 279.342010498046875, -311.5069580078125, 95.50199127197265625, 0.331610709428787231, 0, 0, 0.16504669189453125, 0.986285746097564697, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Northwatch Expedition Base Camp - Difficulty: 0) +(@OGUID+43, 180471, 1, 406, 4940, '0', 0, 0, 281.95660400390625, -301.826385498046875, 95.63852691650390625, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Northwatch Expedition Base Camp - Difficulty: 0) +(@OGUID+44, 180471, 1, 406, 4940, '0', 0, 0, 278.69097900390625, -311.482635498046875, 95.4932098388671875, 5.253442287445068359, 0, 0, -0.49242305755615234, 0.870355963706970214, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Northwatch Expedition Base Camp - Difficulty: 0) +(@OGUID+45, 180471, 1, 406, 4940, '0', 0, 0, 310.359375, -318.74652099609375, 96.24590301513671875, 3.403396368026733398, 0, 0, -0.99144458770751953, 0.130528271198272705, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Northwatch Expedition Base Camp - Difficulty: 0) +(@OGUID+46, 180471, 1, 406, 4940, '0', 0, 0, 318.69964599609375, -325.185760498046875, 96.23786163330078125, 0.191985160112380981, 0, 0, 0.095845222473144531, 0.995396256446838378, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Northwatch Expedition Base Camp - Difficulty: 0) +(@OGUID+47, 180471, 1, 406, 4940, '0', 0, 0, 317.001739501953125, -317.482635498046875, 96.4392547607421875, 3.263772249221801757, 0, 0, -0.99813461303710937, 0.061051756143569946, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Northwatch Expedition Base Camp - Difficulty: 0) +(@OGUID+48, 180471, 1, 406, 4940, '0', 0, 0, 317.711822509765625, -317.904510498046875, 96.4520111083984375, 2.391098499298095703, 0, 0, 0.930417060852050781, 0.366502493619918823, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Northwatch Expedition Base Camp - Difficulty: 0) +(@OGUID+49, 180471, 1, 406, 4940, '0', 0, 0, 312.09375, -326.536468505859375, 96.55619049072265625, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Northwatch Expedition Base Camp - Difficulty: 0) +(@OGUID+50, 180471, 1, 406, 4940, '0', 0, 0, 309.989593505859375, -319.354156494140625, 96.269805908203125, 4.991643905639648437, 0, 0, -0.60181427001953125, 0.798636078834533691, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Northwatch Expedition Base Camp - Difficulty: 0) +(@OGUID+51, 180471, 1, 406, 4940, '0', 0, 0, 311.524322509765625, -326.282989501953125, 96.55442047119140625, 4.939284324645996093, 0, 0, -0.6225137710571289, 0.78260880708694458, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Northwatch Expedition Base Camp - Difficulty: 0) +(@OGUID+52, 180471, 1, 406, 4940, '0', 0, 0, 319.30902099609375, -324.46527099609375, 96.25019073486328125, 2.024578809738159179, 0, 0, 0.848047256469726562, 0.529920578002929687, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Northwatch Expedition Base Camp - Difficulty: 0) +(@OGUID+53, 180472, 1, 406, 4940, '0', 0, 0, 252.3524322509765625, -261.755218505859375, 98.41710662841796875, 3.94444584846496582, 0, 0, -0.92050457000732421, 0.3907318115234375, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Northwatch Expedition Base Camp - Difficulty: 0) +(@OGUID+54, 180472, 1, 406, 4940, '0', 0, 0, 303.720489501953125, -290.197906494140625, 97.7798309326171875, 0.052358884364366531, 0, 0, 0.02617645263671875, 0.999657332897186279, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Northwatch Expedition Base Camp - Difficulty: 0) +(@OGUID+55, 180472, 1, 406, 4940, '0', 0, 0, 280.25347900390625, -306.845489501953125, 97.91086578369140625, 3.682650327682495117, 0, 0, -0.96362972259521484, 0.26724100112915039, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Northwatch Expedition Base Camp - Difficulty: 0) +(@OGUID+56, 180472, 1, 406, 4940, '0', 0, 0, 287.78125, -297.243072509765625, 97.77924346923828125, 3.94444584846496582, 0, 0, -0.92050457000732421, 0.3907318115234375, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Northwatch Expedition Base Camp - Difficulty: 0) +(@OGUID+57, 180472, 1, 406, 4940, '0', 0, 0, 300.89410400390625, -283.739593505859375, 97.78263092041015625, 0.820303261280059814, 0, 0, 0.398748397827148437, 0.917060375213623046, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Northwatch Expedition Base Camp - Difficulty: 0) +(@OGUID+58, 180472, 1, 406, 4940, '0', 0, 0, 294.16839599609375, -280.883697509765625, 97.78263092041015625, 1.675513744354248046, 0, 0, 0.743144035339355468, 0.669131457805633544, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Northwatch Expedition Base Camp - Difficulty: 0) +(@OGUID+59, 180472, 1, 406, 4940, '0', 0, 0, 287.59027099609375, -283.8038330078125, 97.78263092041015625, 2.426007747650146484, 0, 0, 0.936672210693359375, 0.350207358598709106, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Northwatch Expedition Base Camp - Difficulty: 0) +(@OGUID+60, 180472, 1, 406, 4940, '0', 0, 0, 294.201385498046875, -299.810760498046875, 97.8149261474609375, 4.869470596313476562, 0, 0, -0.64944744110107421, 0.760406434535980224, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Northwatch Expedition Base Camp - Difficulty: 0) +(@OGUID+61, 180472, 1, 406, 4940, '0', 0, 0, 300.85589599609375, -297.017364501953125, 97.78263092041015625, 5.637413978576660156, 0, 0, -0.31730461120605468, 0.948323667049407958, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Northwatch Expedition Base Camp - Difficulty: 0) +(@OGUID+62, 180472, 1, 406, 4940, '0', 0, 0, 313.729156494140625, -322.291656494140625, 98.54303741455078125, 3.508116960525512695, 0, 0, -0.98325443267822265, 0.182238012552261352, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Northwatch Expedition Base Camp - Difficulty: 0) +(@OGUID+63, 180523, 1, 406, 4940, '0', 0, 0, 293.135406494140625, -292.958343505859375, 92.49149322509765625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Apple Bob (Area: Northwatch Expedition Base Camp - Difficulty: 0) +(@OGUID+64, 208173, 1, 406, 4940, '0', 0, 0, 293.729156494140625, -288.154510498046875, 92.07555389404296875, 4.991643905639648437, 0, 0, -0.60181427001953125, 0.798636078834533691, 120, 255, 1, 46366); -- Candy Bucket (Area: Northwatch Expedition Base Camp - Difficulty: 0) + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+64; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48), +(12, @OGUID+49), +(12, @OGUID+50), +(12, @OGUID+51), +(12, @OGUID+52), +(12, @OGUID+53), +(12, @OGUID+54), +(12, @OGUID+55), +(12, @OGUID+56), +(12, @OGUID+57), +(12, @OGUID+58), +(12, @OGUID+59), +(12, @OGUID+60), +(12, @OGUID+61), +(12, @OGUID+62), +(12, @OGUID+63), +(12, @OGUID+64); + +-- +SET @OGUID := 3806777; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3008400 AND 3008402; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3008400 AND 3008402; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3008400 AND 3008402; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+2; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180407, 1, 406, 467, '0', 0, 0, 2710.922119140625, 1510.6875, 238.1061553955078125, 6.09120035171508789, 0, 0, -0.09584522247314453, 0.995396256446838378, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Stonetalon Peak - Difficulty: 0) +(@OGUID+1, 180523, 1, 406, 467, '0', 0, 0, 2725.38330078125, 1513.48046875, 237.3129425048828125, 0.820303261280059814, 0, 0, 0.398748397827148437, 0.917060375213623046, 120, 255, 1, 46366), -- Apple Bob (Area: Stonetalon Peak - Difficulty: 0) +(@OGUID+2, 190050, 1, 406, 467, '0', 0, 0, 2708.419189453125, 1511.0125732421875, 236.814239501953125, 6.178466320037841796, 0, 0, -0.05233573913574218, 0.998629570007324218, 120, 255, 1, 46366); -- Candy Bucket (Area: Stonetalon Peak - Difficulty: 0) + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+2; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2); + +-- +SET @OGUID := 3806780; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3008403 AND 3008463; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3008403 AND 3008463; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3008403 AND 3008463; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+60; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 1, 406, 4939, '0', 0, 0, 993.9930419921875, 2030.4739990234375, 139.5233001708984375, 0.436331570148468017, 0, 0, 0.216439247131347656, 0.976296067237854003, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Farwatcher's Glen - Difficulty: 0) +(@OGUID+1, 180405, 1, 406, 4939, '0', 0, 0, 1050.5069580078125, 2033.0069580078125, 139.5136260986328125, 0.436331570148468017, 0, 0, 0.216439247131347656, 0.976296067237854003, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Farwatcher's Glen - Difficulty: 0) +(@OGUID+2, 180405, 1, 406, 4939, '0', 0, 0, 1049.795166015625, 2056.244873046875, 139.677490234375, 1.937312245368957519, 0, 0, 0.824125289916992187, 0.566407561302185058, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Farwatcher's Glen - Difficulty: 0) +(@OGUID+3, 180405, 1, 406, 4939, '0', 0, 0, 992.5399169921875, 2054.38720703125, 139.6771087646484375, 5.096362113952636718, 0, 0, -0.55919265747070312, 0.829037725925445556, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Farwatcher's Glen - Difficulty: 0) +(@OGUID+4, 180405, 1, 406, 4939, '0', 0, 0, 1011.80731201171875, 2058.98095703125, 131.5814666748046875, 0.261798173189163208, 0, 0, 0.130525588989257812, 0.991444945335388183, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Farwatcher's Glen - Difficulty: 0) +(@OGUID+5, 180406, 1, 406, 4939, '0', 0, 0, 992.9375, 2043.4427490234375, 139.684417724609375, 5.061456203460693359, 0, 0, -0.57357597351074218, 0.819152355194091796, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Farwatcher's Glen - Difficulty: 0) +(@OGUID+6, 180406, 1, 406, 4939, '0', 0, 0, 1050.8211669921875, 2050.935791015625, 140.0930633544921875, 1.919861555099487304, 0, 0, 0.819151878356933593, 0.573576688766479492, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Farwatcher's Glen - Difficulty: 0) +(@OGUID+7, 180406, 1, 406, 4939, '0', 0, 0, 1034.892333984375, 2028.5035400390625, 139.1570892333984375, 0.418878614902496337, 0, 0, 0.207911491394042968, 0.978147625923156738, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Farwatcher's Glen - Difficulty: 0) +(@OGUID+8, 180407, 1, 406, 4939, '0', 0, 0, 1009.79339599609375, 2027.1754150390625, 139.1603546142578125, 0.296705186367034912, 0, 0, 0.147809028625488281, 0.989015936851501464, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Farwatcher's Glen - Difficulty: 0) +(@OGUID+9, 180407, 1, 406, 4939, '0', 0, 0, 992.74481201171875, 2048.751708984375, 140.15313720703125, 5.253442287445068359, 0, 0, -0.49242305755615234, 0.870355963706970214, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Farwatcher's Glen - Difficulty: 0) +(@OGUID+10, 180407, 1, 406, 4939, '0', 0, 0, 1050.0711669921875, 2045.5521240234375, 139.663970947265625, 2.094393253326416015, 0, 0, 0.866024971008300781, 0.50000077486038208, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Farwatcher's Glen - Difficulty: 0) +(@OGUID+11, 180411, 1, 406, 4939, '0', 0, 0, 1026.248291015625, 2039.842041015625, 132.95147705078125, 4.363324165344238281, 0, 0, -0.81915187835693359, 0.573576688766479492, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Farwatcher's Glen - Difficulty: 0) +(@OGUID+12, 180415, 1, 406, 4939, '0', 0, 0, 991.9600830078125, 2045.6666259765625, 139.7654571533203125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Farwatcher's Glen - Difficulty: 0) +(@OGUID+13, 180415, 1, 406, 4939, '0', 0, 0, 992.37847900390625, 2041.048583984375, 139.6366119384765625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Farwatcher's Glen - Difficulty: 0) +(@OGUID+14, 180415, 1, 406, 4939, '0', 0, 0, 991.654541015625, 2052.24658203125, 139.7198333740234375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Farwatcher's Glen - Difficulty: 0) +(@OGUID+15, 180415, 1, 406, 4939, '0', 0, 0, 1050.623291015625, 2058.404541015625, 139.6343536376953125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Farwatcher's Glen - Difficulty: 0) +(@OGUID+16, 180415, 1, 406, 4939, '0', 0, 0, 1020.4617919921875, 2058.50341796875, 134.9430694580078125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Farwatcher's Glen - Difficulty: 0) +(@OGUID+17, 180415, 1, 406, 4939, '0', 0, 0, 1020.65447998046875, 2055.47216796875, 133.6104736328125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Farwatcher's Glen - Difficulty: 0) +(@OGUID+18, 180415, 1, 406, 4939, '0', 0, 0, 1020.25347900390625, 2062.42529296875, 135.8665313720703125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Farwatcher's Glen - Difficulty: 0) +(@OGUID+19, 180415, 1, 406, 4939, '0', 0, 0, 1020.734375, 2052.677001953125, 131.740692138671875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Farwatcher's Glen - Difficulty: 0) +(@OGUID+20, 180415, 1, 406, 4939, '0', 0, 0, 1014.51910400390625, 2062.140625, 135.8613433837890625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Farwatcher's Glen - Difficulty: 0) +(@OGUID+21, 180415, 1, 406, 4939, '0', 0, 0, 1014.99481201171875, 2052.46533203125, 131.7700653076171875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Farwatcher's Glen - Difficulty: 0) +(@OGUID+22, 180415, 1, 406, 4939, '0', 0, 0, 1014.89581298828125, 2055.079833984375, 133.53619384765625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Farwatcher's Glen - Difficulty: 0) +(@OGUID+23, 180415, 1, 406, 4939, '0', 0, 0, 1051.045166015625, 2048.4931640625, 139.7814483642578125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Farwatcher's Glen - Difficulty: 0) +(@OGUID+24, 180415, 1, 406, 4939, '0', 0, 0, 1050.6771240234375, 2054.145751953125, 139.7714385986328125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Farwatcher's Glen - Difficulty: 0) +(@OGUID+25, 180415, 1, 406, 4939, '0', 0, 0, 991.546875, 2056.37158203125, 139.6359405517578125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Farwatcher's Glen - Difficulty: 0) +(@OGUID+26, 180415, 1, 406, 4939, '0', 0, 0, 1050.8541259765625, 2044.1754150390625, 139.635528564453125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Farwatcher's Glen - Difficulty: 0) +(@OGUID+27, 180415, 1, 406, 4939, '0', 0, 0, 1014.685791015625, 2058.244873046875, 134.9409637451171875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Farwatcher's Glen - Difficulty: 0) +(@OGUID+28, 180426, 1, 406, 4939, '0', 0, 0, 1007.3853759765625, 2008.1788330078125, 133.26007080078125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Farwatcher's Glen - Difficulty: 0) +(@OGUID+29, 180426, 1, 406, 4939, '0', 0, 0, 986.40972900390625, 2006.59375, 127.3847808837890625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Farwatcher's Glen - Difficulty: 0) +(@OGUID+30, 180426, 1, 406, 4939, '0', 0, 0, 997.7742919921875, 1986.982666015625, 126.1848526000976562, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Farwatcher's Glen - Difficulty: 0) +(@OGUID+31, 180426, 1, 406, 4939, '0', 0, 0, 994.64410400390625, 1978.40283203125, 130.661285400390625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Farwatcher's Glen - Difficulty: 0) +(@OGUID+32, 180426, 1, 406, 4939, '0', 0, 0, 1035.0521240234375, 2005.420166015625, 131.9798736572265625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Farwatcher's Glen - Difficulty: 0) +(@OGUID+33, 180427, 1, 406, 4939, '0', 0, 0, 993.77081298828125, 1999.3125, 127.3899612426757812, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Farwatcher's Glen - Difficulty: 0) +(@OGUID+34, 180427, 1, 406, 4939, '0', 0, 0, 994.154541015625, 1999.4149169921875, 135.9822540283203125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Farwatcher's Glen - Difficulty: 0) +(@OGUID+35, 180427, 1, 406, 4939, '0', 0, 0, 1019.486083984375, 2005.7760009765625, 127.2025680541992187, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Farwatcher's Glen - Difficulty: 0) +(@OGUID+36, 180471, 1, 406, 4939, '0', 0, 0, 995.65972900390625, 2032.5521240234375, 137.4352874755859375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Farwatcher's Glen - Difficulty: 0) +(@OGUID+37, 180471, 1, 406, 4939, '0', 0, 0, 997.8663330078125, 2031.8350830078125, 137.3774261474609375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Farwatcher's Glen - Difficulty: 0) +(@OGUID+38, 180471, 1, 406, 4939, '0', 0, 0, 1000.31768798828125, 2031.1007080078125, 137.353118896484375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Farwatcher's Glen - Difficulty: 0) +(@OGUID+39, 180471, 1, 406, 4939, '0', 0, 0, 1012.34552001953125, 2029.3472900390625, 137.1982269287109375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Farwatcher's Glen - Difficulty: 0) +(@OGUID+40, 180471, 1, 406, 4939, '0', 0, 0, 1014.64239501953125, 2029.3524169921875, 137.2624359130859375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Farwatcher's Glen - Difficulty: 0) +(@OGUID+41, 180471, 1, 406, 4939, '0', 0, 0, 1032.53125, 2030.3629150390625, 137.2614593505859375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Farwatcher's Glen - Difficulty: 0) +(@OGUID+42, 180471, 1, 406, 4939, '0', 0, 0, 1017.2882080078125, 2029.3177490234375, 137.260894775390625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Farwatcher's Glen - Difficulty: 0) +(@OGUID+43, 180471, 1, 406, 4939, '0', 0, 0, 1026.390625, 2029.65625, 137.2331390380859375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Farwatcher's Glen - Difficulty: 0) +(@OGUID+44, 180471, 1, 406, 4939, '0', 0, 0, 1044.3629150390625, 2032.998291015625, 137.2919769287109375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Farwatcher's Glen - Difficulty: 0) +(@OGUID+45, 180471, 1, 406, 4939, '0', 0, 0, 1048.548583984375, 2034.564208984375, 137.26904296875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Farwatcher's Glen - Difficulty: 0) +(@OGUID+46, 180471, 1, 406, 4939, '0', 0, 0, 1029.6649169921875, 2029.923583984375, 137.2353363037109375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Farwatcher's Glen - Difficulty: 0) +(@OGUID+47, 180471, 1, 406, 4939, '0', 0, 0, 1046.2899169921875, 2033.607666015625, 137.2087249755859375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Farwatcher's Glen - Difficulty: 0) +(@OGUID+48, 180471, 1, 406, 4939, '0', 0, 0, 1020.27777099609375, 2029.35595703125, 137.2172698974609375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Farwatcher's Glen - Difficulty: 0) +(@OGUID+49, 180471, 1, 406, 4939, '0', 0, 0, 1023.73272705078125, 2029.4896240234375, 137.2099456787109375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Farwatcher's Glen - Difficulty: 0) +(@OGUID+50, 180472, 1, 406, 4939, '0', 0, 0, 1015.17022705078125, 2072.36279296875, 139.966400146484375, 5.585053920745849609, 0, 0, -0.34202003479003906, 0.939692676067352294, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Farwatcher's Glen - Difficulty: 0) +(@OGUID+51, 180472, 1, 406, 4939, '0', 0, 0, 1023.07989501953125, 2023.3367919921875, 135.080108642578125, 4.694936752319335937, 0, 0, -0.71325016021728515, 0.700909554958343505, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Farwatcher's Glen - Difficulty: 0) +(@OGUID+52, 180523, 1, 406, 4939, '0', 0, 0, 1026.859375, 2056.072998046875, 130.427520751953125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Apple Bob (Area: Farwatcher's Glen - Difficulty: 0) +(@OGUID+53, 185435, 1, 406, 4939, '0', 0, 0, 1011.9254150390625, 2031.8958740234375, 127.4731597900390625, 4.660029888153076171, 0, 0, -0.72537422180175781, 0.688354730606079101, 120, 255, 1, 46366), -- Sitting Skeleton 02 (Area: Farwatcher's Glen - Difficulty: 0) +(@OGUID+54, 185438, 1, 406, 4939, '0', 0, 0, 1032.0399169921875, 2034.25, 130.6670989990234375, 4.799657344818115234, 0, 0, -0.67558956146240234, 0.737277925014495849, 120, 255, 1, 46366), -- Sitting Skeleton 04 (Area: Farwatcher's Glen - Difficulty: 0) +(@OGUID+55, 185454, 1, 406, 4939, '0', 0, 0, 1013.026123046875, 2028.9114990234375, 127.4723129272460937, 2.460912704467773437, 0, 0, 0.942641258239746093, 0.333807557821273803, 120, 255, 1, 46366), -- Laying Skeleton 02 (Area: Farwatcher's Glen - Difficulty: 0) +(@OGUID+56, 207736, 1, 406, 4939, '0', 0, 0, 998.11456298828125, 2036.095458984375, 132.0340118408203125, 4.572763919830322265, 0, 0, -0.75470924377441406, 0.656059443950653076, 120, 255, 1, 46366), -- G_HangingSkeleton_01 (Scale 2) (Area: Farwatcher's Glen - Difficulty: 0) +(@OGUID+57, 207736, 1, 406, 4939, '0', 0, 0, 1045.9322509765625, 2038.32470703125, 132.0688018798828125, 5.061456203460693359, 0, 0, -0.57357597351074218, 0.819152355194091796, 120, 255, 1, 46366), -- G_HangingSkeleton_01 (Scale 2) (Area: Farwatcher's Glen - Difficulty: 0) +(@OGUID+58, 208075, 1, 406, 4939, '0', 0, 0, 1031.704833984375, 2034.0242919921875, 130.638824462890625, 5.375615119934082031, 0, 0, -0.4383707046508789, 0.898794233798980712, 120, 255, 1, 46366), -- Web Tall 01 (Area: Farwatcher's Glen - Difficulty: 0) +(@OGUID+59, 208076, 1, 406, 4939, '0', 0, 0, 1012.65277099609375, 2031.0364990234375, 127.4734725952148437, 1.675513744354248046, 0, 0, 0.743144035339355468, 0.669131457805633544, 120, 255, 1, 46366), -- Web Tall 02 (Area: Farwatcher's Glen - Difficulty: 0) +(@OGUID+60, 208176, 1, 406, 4939, '0', 0, 0, 1018.20831298828125, 2042.0242919921875, 131.2641448974609375, 3.368495941162109375, 0, 0, -0.99357128143310546, 0.113208353519439697, 120, 255, 1, 46366); -- Candy Bucket (Area: Farwatcher's Glen - Difficulty: 0) + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+60; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48), +(12, @OGUID+49), +(12, @OGUID+50), +(12, @OGUID+51), +(12, @OGUID+52), +(12, @OGUID+53), +(12, @OGUID+54), +(12, @OGUID+55), +(12, @OGUID+56), +(12, @OGUID+57), +(12, @OGUID+58), +(12, @OGUID+59), +(12, @OGUID+60); diff --git a/sql/updates/world/master/2024_03_18_41_world_hallows_end_northern_barrens.sql b/sql/updates/world/master/2024_03_18_41_world_hallows_end_northern_barrens.sql new file mode 100644 index 0000000000000..00925ef0a5ccd --- /dev/null +++ b/sql/updates/world/master/2024_03_18_41_world_hallows_end_northern_barrens.sql @@ -0,0 +1,433 @@ +-- +SET @CGUID := 3800333; +SET @OGUID := 3806841; + +-- Old creature spawns +DELETE FROM `creature` WHERE `guid` BETWEEN 3000405 AND 3000405; +DELETE FROM `creature_addon` WHERE `guid` BETWEEN 3000405 AND 3000405; +DELETE FROM `game_event_creature` WHERE `guid` BETWEEN 3000405 AND 3000405; + +-- Creature spawns +DELETE FROM `creature` WHERE `guid`=@CGUID+0; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES +(@CGUID+0, 22816, 1, 17, 5117, '0', 0, 0, 0, 0, 1145.0919189453125, -3402.842529296875, 91.79166412353515625, 5.311469554901123046, 120, 10, 0, 188, 0, 1, NULL, NULL, NULL, NULL, 46366); -- Black Cat (Area: Nozzlepot's Outpost - Difficulty: 0) + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3008464 AND 3008517; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3008464 AND 3008517; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3008464 AND 3008517; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+53; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 1, 17, 5117, '0', 0, 0, 1128.4322509765625, -3372.736083984375, 93.46756744384765625, 4.380776405334472656, 0, 0, -0.81411552429199218, 0.580702960491180419, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Nozzlepot's Outpost - Difficulty: 0) +(@OGUID+1, 180405, 1, 17, 5117, '0', 0, 0, 1167.625, -3385.62841796875, 91.66666412353515625, 5.288348197937011718, 0, 0, -0.4771585464477539, 0.878817260265350341, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Nozzlepot's Outpost - Difficulty: 0) +(@OGUID+2, 180406, 1, 17, 5117, '0', 0, 0, 1116.328125, -3407.888916015625, 91.68190765380859375, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Nozzlepot's Outpost - Difficulty: 0) +(@OGUID+3, 180406, 1, 17, 5117, '0', 0, 0, 1172.0625, -3387.354248046875, 103.9490966796875, 4.660029888153076171, 0, 0, -0.72537422180175781, 0.688354730606079101, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Nozzlepot's Outpost - Difficulty: 0) +(@OGUID+4, 180407, 1, 17, 5117, '0', 0, 0, 1115.4375, -3380.666748046875, 93.8520355224609375, 4.084071159362792968, 0, 0, -0.8910064697265625, 0.453990638256072998, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Nozzlepot's Outpost - Difficulty: 0) +(@OGUID+5, 180407, 1, 17, 5117, '0', 0, 0, 1124.57470703125, -3420.994873046875, 91.81346893310546875, 5.637413978576660156, 0, 0, -0.31730461120605468, 0.948323667049407958, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Nozzlepot's Outpost - Difficulty: 0) +(@OGUID+6, 180415, 1, 17, 5117, '0', 0, 0, 1113.6163330078125, -3380.361083984375, 93.9613037109375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Nozzlepot's Outpost - Difficulty: 0) +(@OGUID+7, 180415, 1, 17, 5117, '0', 0, 0, 1122.7379150390625, -3420.092041015625, 91.76438140869140625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Nozzlepot's Outpost - Difficulty: 0) +(@OGUID+8, 180415, 1, 17, 5117, '0', 0, 0, 1116.13720703125, -3378.57470703125, 93.97776031494140625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Nozzlepot's Outpost - Difficulty: 0) +(@OGUID+9, 180415, 1, 17, 5117, '0', 0, 0, 1116.5989990234375, -3409.90966796875, 91.680419921875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Nozzlepot's Outpost - Difficulty: 0) +(@OGUID+10, 180415, 1, 17, 5117, '0', 0, 0, 1126.0677490234375, -3372.484375, 93.6263580322265625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Nozzlepot's Outpost - Difficulty: 0) +(@OGUID+11, 180415, 1, 17, 5117, '0', 0, 0, 1128.2117919921875, -3370.74658203125, 93.53079986572265625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Nozzlepot's Outpost - Difficulty: 0) +(@OGUID+12, 180415, 1, 17, 5117, '0', 0, 0, 1114.7222900390625, -3407.22216796875, 91.6960906982421875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Nozzlepot's Outpost - Difficulty: 0) +(@OGUID+13, 180415, 1, 17, 5117, '0', 0, 0, 1166.8004150390625, -3384.151123046875, 91.66666412353515625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Nozzlepot's Outpost - Difficulty: 0) +(@OGUID+14, 180415, 1, 17, 5117, '0', 0, 0, 1124.4132080078125, -3422.826416015625, 91.8936004638671875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Nozzlepot's Outpost - Difficulty: 0) +(@OGUID+15, 180415, 1, 17, 5117, '0', 0, 0, 1168.0364990234375, -3387.302001953125, 91.66666412353515625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Nozzlepot's Outpost - Difficulty: 0) +(@OGUID+16, 180415, 1, 17, 5117, '0', 0, 0, 1165.2569580078125, -3406.057373046875, 94.10678863525390625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Nozzlepot's Outpost - Difficulty: 0) +(@OGUID+17, 180425, 1, 17, 5117, '0', 0, 0, 1176.8177490234375, -3393.03125, 92.64533233642578125, 2.460912704467773437, 0, 0, 0.942641258239746093, 0.333807557821273803, 120, 255, 1, 46366), -- SkullCandle01 (Area: Nozzlepot's Outpost - Difficulty: 0) +(@OGUID+18, 180426, 1, 17, 5117, '0', 0, 0, 1128.078125, -3396.132080078125, 94.90833282470703125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Nozzlepot's Outpost - Difficulty: 0) +(@OGUID+19, 180426, 1, 17, 5117, '0', 0, 0, 1135.9879150390625, -3398.786376953125, 94.87451934814453125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Nozzlepot's Outpost - Difficulty: 0) +(@OGUID+20, 180426, 1, 17, 5117, '0', 0, 0, 1140.3177490234375, -3386.357666015625, 95.20845794677734375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Nozzlepot's Outpost - Difficulty: 0) +(@OGUID+21, 180427, 1, 17, 5117, '0', 0, 0, 1136.4322509765625, -3395.09375, 94.96193695068359375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Nozzlepot's Outpost - Difficulty: 0) +(@OGUID+22, 180427, 1, 17, 5117, '0', 0, 0, 1126.5833740234375, -3392.767333984375, 95.06587982177734375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Nozzlepot's Outpost - Difficulty: 0) +(@OGUID+23, 180427, 1, 17, 5117, '0', 0, 0, 1138.8021240234375, -3386.319580078125, 95.24758148193359375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Nozzlepot's Outpost - Difficulty: 0) +(@OGUID+24, 180429, 1, 17, 5117, '0', 0, 0, 1144.6978759765625, -3424.71875, 93.48934173583984375, 4.258606910705566406, 0, 0, -0.84804725646972656, 0.529920578002929687, 120, 255, 1, 46366), -- G_WitchHat_01 scale 0.5 (Area: Nozzlepot's Outpost - Difficulty: 0) +(@OGUID+25, 180471, 1, 17, 5117, '0', 0, 0, 1151.765625, -3416.248291015625, 96.398681640625, 4.258606910705566406, 0, 0, -0.84804725646972656, 0.529920578002929687, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nozzlepot's Outpost - Difficulty: 0) +(@OGUID+26, 180471, 1, 17, 5117, '0', 0, 0, 1169.46875, -3393.5556640625, 97.2418060302734375, 4.258606910705566406, 0, 0, -0.84804725646972656, 0.529920578002929687, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nozzlepot's Outpost - Difficulty: 0) +(@OGUID+27, 180471, 1, 17, 5117, '0', 0, 0, 1150.2535400390625, -3414.890625, 96.71115875244140625, 4.258606910705566406, 0, 0, -0.84804725646972656, 0.529920578002929687, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nozzlepot's Outpost - Difficulty: 0) +(@OGUID+28, 180471, 1, 17, 5117, '0', 0, 0, 1158.420166015625, -3408.05908203125, 95.47983551025390625, 4.066620349884033203, 0, 0, -0.89493370056152343, 0.44619917869567871, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nozzlepot's Outpost - Difficulty: 0) +(@OGUID+29, 180471, 1, 17, 5117, '0', 0, 0, 1151.03125, -3415.588623046875, 96.53061676025390625, 4.258606910705566406, 0, 0, -0.84804725646972656, 0.529920578002929687, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nozzlepot's Outpost - Difficulty: 0) +(@OGUID+30, 180471, 1, 17, 5117, '0', 0, 0, 1152.4149169921875, -3416.76904296875, 96.30515289306640625, 4.258606910705566406, 0, 0, -0.84804725646972656, 0.529920578002929687, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nozzlepot's Outpost - Difficulty: 0) +(@OGUID+31, 180471, 1, 17, 5117, '0', 0, 0, 1159.0364990234375, -3408.83154296875, 95.21428680419921875, 4.066620349884033203, 0, 0, -0.89493370056152343, 0.44619917869567871, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nozzlepot's Outpost - Difficulty: 0) +(@OGUID+32, 180471, 1, 17, 5117, '0', 0, 0, 1157.767333984375, -3407.244873046875, 95.73088836669921875, 4.066620349884033203, 0, 0, -0.89493370056152343, 0.44619917869567871, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nozzlepot's Outpost - Difficulty: 0) +(@OGUID+33, 180471, 1, 17, 5117, '0', 0, 0, 1169.5850830078125, -3392.572998046875, 97.2548065185546875, 4.258606910705566406, 0, 0, -0.84804725646972656, 0.529920578002929687, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nozzlepot's Outpost - Difficulty: 0) +(@OGUID+34, 180471, 1, 17, 5117, '0', 0, 0, 1159.595458984375, -3409.44970703125, 95.05510711669921875, 4.066620349884033203, 0, 0, -0.89493370056152343, 0.44619917869567871, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nozzlepot's Outpost - Difficulty: 0) +(@OGUID+35, 180471, 1, 17, 5117, '0', 0, 0, 1160.107666015625, -3410.177001953125, 94.87505340576171875, 4.066620349884033203, 0, 0, -0.89493370056152343, 0.44619917869567871, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nozzlepot's Outpost - Difficulty: 0) +(@OGUID+36, 180471, 1, 17, 5117, '0', 0, 0, 1170.13720703125, -3397.104248046875, 97.17111968994140625, 0.226892471313476562, 0, 0, 0.113203048706054687, 0.993571877479553222, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nozzlepot's Outpost - Difficulty: 0) +(@OGUID+37, 180471, 1, 17, 5117, '0', 0, 0, 1173.5833740234375, -3396.975830078125, 97.1760406494140625, 0.383971005678176879, 0, 0, 0.190808296203613281, 0.981627285480499267, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nozzlepot's Outpost - Difficulty: 0) +(@OGUID+38, 180471, 1, 17, 5117, '0', 0, 0, 1171.1771240234375, -3390.09375, 94.49921417236328125, 4.956737518310546875, 0, 0, -0.61566066741943359, 0.788011372089385986, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nozzlepot's Outpost - Difficulty: 0) +(@OGUID+39, 180471, 1, 17, 5117, '0', 0, 0, 1153.0399169921875, -3417.40283203125, 96.08188629150390625, 4.258606910705566406, 0, 0, -0.84804725646972656, 0.529920578002929687, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nozzlepot's Outpost - Difficulty: 0) +(@OGUID+40, 180471, 1, 17, 5117, '0', 0, 0, 1171.2691650390625, -3390.89404296875, 94.49786376953125, 4.59021615982055664, 0, 0, -0.74895572662353515, 0.662620067596435546, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nozzlepot's Outpost - Difficulty: 0) +(@OGUID+41, 180471, 1, 17, 5117, '0', 0, 0, 1169.40625, -3394.619873046875, 97.2405242919921875, 4.258606910705566406, 0, 0, -0.84804725646972656, 0.529920578002929687, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nozzlepot's Outpost - Difficulty: 0) +(@OGUID+42, 180471, 1, 17, 5117, '0', 0, 0, 1172.24658203125, -3397.060791015625, 97.1495819091796875, 0.314158439636230468, 0, 0, 0.156434059143066406, 0.987688362598419189, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nozzlepot's Outpost - Difficulty: 0) +(@OGUID+43, 180471, 1, 17, 5117, '0', 0, 0, 1171.1961669921875, -3397.06591796875, 97.1628875732421875, 0.261798173189163208, 0, 0, 0.130525588989257812, 0.991444945335388183, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nozzlepot's Outpost - Difficulty: 0) +(@OGUID+44, 180471, 1, 17, 5117, '0', 0, 0, 1171.295166015625, -3391.788330078125, 94.49909210205078125, 4.258606910705566406, 0, 0, -0.84804725646972656, 0.529920578002929687, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nozzlepot's Outpost - Difficulty: 0) +(@OGUID+45, 180471, 1, 17, 5117, '0', 0, 0, 1169.2535400390625, -3396.848876953125, 97.3504486083984375, 4.258606910705566406, 0, 0, -0.84804725646972656, 0.529920578002929687, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nozzlepot's Outpost - Difficulty: 0) +(@OGUID+46, 180471, 1, 17, 5117, '0', 0, 0, 1169.3160400390625, -3395.729248046875, 97.21720123291015625, 4.258606910705566406, 0, 0, -0.84804725646972656, 0.529920578002929687, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nozzlepot's Outpost - Difficulty: 0) +(@OGUID+47, 180472, 1, 17, 5117, '0', 0, 0, 1169.6666259765625, -3388.817626953125, 97.9965667724609375, 3.281238555908203125, 0, 0, -0.99756336212158203, 0.069766148924827575, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Nozzlepot's Outpost - Difficulty: 0) +(@OGUID+48, 180472, 1, 17, 5117, '0', 0, 0, 1160.5572509765625, -3405.520751953125, 96.44672393798828125, 2.199114561080932617, 0, 0, 0.8910064697265625, 0.453990638256072998, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Nozzlepot's Outpost - Difficulty: 0) +(@OGUID+49, 180523, 1, 17, 5117, '0', 0, 0, 1167.8992919921875, -3392.907958984375, 92.038726806640625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Apple Bob (Area: Nozzlepot's Outpost - Difficulty: 0) +(@OGUID+50, 207736, 1, 17, 5117, '0', 0, 0, 1170.7569580078125, -3386.41845703125, 93.43064117431640625, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 1, 46366), -- G_HangingSkeleton_01 (Scale 2) (Area: Nozzlepot's Outpost - Difficulty: 0) +(@OGUID+51, 208056, 1, 17, 5117, '0', 0, 0, 1170.0035400390625, -3388.788330078125, 94.78192901611328125, 6.195919513702392578, 0, 0, -0.04361915588378906, 0.999048233032226562, 120, 255, 1, 46366), -- G_Ghost_01 (Scale 0.5) (Area: Nozzlepot's Outpost - Difficulty: 0) +(@OGUID+52, 208056, 1, 17, 5117, '0', 0, 0, 1170.234375, -3392.935791015625, 94.72821807861328125, 5.480334281921386718, 0, 0, -0.39073085784912109, 0.920504987239837646, 120, 255, 1, 46366), -- G_Ghost_01 (Scale 0.5) (Area: Nozzlepot's Outpost - Difficulty: 0) +(@OGUID+53, 208166, 1, 17, 5117, '0', 0, 0, 1174.6510009765625, -3389.404541015625, 91.906280517578125, 5.375615119934082031, 0, 0, -0.4383707046508789, 0.898794233798980712, 120, 255, 1, 46366); -- Candy Bucket (Area: Nozzlepot's Outpost - Difficulty: 0) + +-- Event spawns +DELETE FROM `game_event_creature` WHERE `eventEntry`=12 AND `guid`=@CGUID+0; +INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES +(12, @CGUID+0); + +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+53; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48), +(12, @OGUID+49), +(12, @OGUID+50), +(12, @OGUID+51), +(12, @OGUID+52), +(12, @OGUID+53); + +-- +SET @CGUID := 3800334; +SET @OGUID := 3806895; + +-- Old creature spawns +DELETE FROM `creature` WHERE `guid` BETWEEN 3000406 AND 3000406; +DELETE FROM `creature_addon` WHERE `guid` BETWEEN 3000406 AND 3000406; +DELETE FROM `game_event_creature` WHERE `guid` BETWEEN 3000406 AND 3000406; + +-- Creature spawns +DELETE FROM `creature` WHERE `guid`=@CGUID+0; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES +(@CGUID+0, 22816, 1, 17, 1704, '0', 0, 0, 0, 0, 251.0818328857421875, -3048.7744140625, 95.97806549072265625, 3.87861943244934082, 120, 10, 0, 188, 0, 1, NULL, NULL, NULL, NULL, 46366); -- Black Cat (Area: Grol'dom Farm - Difficulty: 0) (possible waypoints or random movement) + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3008518 AND 3008538; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3008518 AND 3008538; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3008518 AND 3008538; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+20; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 1, 17, 1704, '0', 0, 0, 259.7100830078125, -3033.69091796875, 97.14778900146484375, 6.178466320037841796, 0, 0, -0.05233573913574218, 0.998629570007324218, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Grol'dom Farm - Difficulty: 0) +(@OGUID+1, 180406, 1, 17, 1704, '0', 0, 0, 275.96875, -3037.59716796875, 97.5806427001953125, 3.630291461944580078, 0, 0, -0.97029495239257812, 0.241925001144409179, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Grol'dom Farm - Difficulty: 0) +(@OGUID+2, 180407, 1, 17, 1704, '0', 0, 0, 268.892364501953125, -3042.58154296875, 96.72592926025390625, 5.235987663269042968, 0, 0, -0.5, 0.866025388240814208, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Grol'dom Farm - Difficulty: 0) +(@OGUID+3, 180410, 1, 17, 1704, '0', 0, 0, 267.274322509765625, -3033.802001953125, 99.45452117919921875, 3.52557229995727539, 0, 0, -0.98162651062011718, 0.190812408924102783, 120, 255, 1, 46366), -- G_HangingSkeleton_01 (Area: Grol'dom Farm - Difficulty: 0) +(@OGUID+4, 180411, 1, 17, 1704, '0', 0, 0, 258.947906494140625, -3033.251708984375, 102.3009796142578125, 0.436331570148468017, 0, 0, 0.216439247131347656, 0.976296067237854003, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Grol'dom Farm - Difficulty: 0) +(@OGUID+5, 180415, 1, 17, 1704, '0', 0, 0, 275.592010498046875, -3023.489501953125, 99.21895599365234375, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- CandleBlack01 (Area: Grol'dom Farm - Difficulty: 0) +(@OGUID+6, 180415, 1, 17, 1704, '0', 0, 0, 274.079864501953125, -3025.420166015625, 98.35748291015625, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- CandleBlack01 (Area: Grol'dom Farm - Difficulty: 0) +(@OGUID+7, 180425, 1, 17, 1704, '0', 0, 0, 285.21527099609375, -3024.763916015625, 100.1668930053710937, 4.188792228698730468, 0, 0, -0.86602497100830078, 0.50000077486038208, 120, 255, 1, 46366), -- SkullCandle01 (Area: Grol'dom Farm - Difficulty: 0) +(@OGUID+8, 180426, 1, 17, 1704, '0', 0, 0, 247.3559112548828125, -3051.53466796875, 95.87291717529296875, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat01 (Area: Grol'dom Farm - Difficulty: 0) +(@OGUID+9, 180426, 1, 17, 1704, '0', 0, 0, 230.6145782470703125, -3056.592041015625, 95.43585968017578125, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat01 (Area: Grol'dom Farm - Difficulty: 0) +(@OGUID+10, 180426, 1, 17, 1704, '0', 0, 0, 246.328125, -3070.310791015625, 95.30218505859375, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat01 (Area: Grol'dom Farm - Difficulty: 0) +(@OGUID+11, 180427, 1, 17, 1704, '0', 0, 0, 247.232635498046875, -3067.1962890625, 95.7902984619140625, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat02 (Area: Grol'dom Farm - Difficulty: 0) +(@OGUID+12, 180427, 1, 17, 1704, '0', 0, 0, 246.7899322509765625, -3058.21533203125, 95.91086578369140625, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat02 (Area: Grol'dom Farm - Difficulty: 0) +(@OGUID+13, 180427, 1, 17, 1704, '0', 0, 0, 235.8697967529296875, -3055.520751953125, 95.8309783935546875, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat02 (Area: Grol'dom Farm - Difficulty: 0) +(@OGUID+14, 180471, 1, 17, 1704, '0', 0, 0, 268.796875, -3036.5869140625, 101.727752685546875, 5.253442287445068359, 0, 0, -0.49242305755615234, 0.870355963706970214, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Grol'dom Farm - Difficulty: 0) +(@OGUID+15, 180471, 1, 17, 1704, '0', 0, 0, 270.170135498046875, -3038.33154296875, 101.6673202514648437, 5.131268978118896484, 0, 0, -0.54463863372802734, 0.838670849800109863, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Grol'dom Farm - Difficulty: 0) +(@OGUID+16, 180471, 1, 17, 1704, '0', 0, 0, 268.109375, -3035.510498046875, 101.7501373291015625, 5.253442287445068359, 0, 0, -0.49242305755615234, 0.870355963706970214, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Grol'dom Farm - Difficulty: 0) +(@OGUID+17, 180471, 1, 17, 1704, '0', 0, 0, 270.84027099609375, -3039.204833984375, 101.6610870361328125, 5.026549339294433593, 0, 0, -0.5877847671508789, 0.809017360210418701, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Grol'dom Farm - Difficulty: 0) +(@OGUID+18, 180472, 1, 17, 1704, '0', 0, 0, 269.536468505859375, -3037.447998046875, 102.5689773559570312, 3.682650327682495117, 0, 0, -0.96362972259521484, 0.26724100112915039, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Grol'dom Farm - Difficulty: 0) +(@OGUID+19, 180523, 1, 17, 1704, '0', 0, 0, 271.77777099609375, -3029.96875, 97.96080780029296875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Apple Bob (Area: Grol'dom Farm - Difficulty: 0) +(@OGUID+20, 208165, 1, 17, 1704, '0', 0, 0, 276.927093505859375, -3027.552001953125, 97.3475799560546875, 5.881760597229003906, 0, 0, -0.19936752319335937, 0.979924798011779785, 120, 255, 1, 46366); -- Candy Bucket (Area: Grol'dom Farm - Difficulty: 0) + +-- Event spawns +DELETE FROM `game_event_creature` WHERE `eventEntry`=12 AND `guid`=@CGUID+0; +INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES +(12, @CGUID+0); + +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+20; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20); + +-- +SET @OGUID := 3806916; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3008539 AND 3008600; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3008539 AND 3008600; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3008539 AND 3008600; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+61; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 1, 17, 380, '0', 0, 0, -565.70819091796875, -2663.994873046875, 107.6465835571289062, 4.991643905639648437, 0, 0, -0.60181427001953125, 0.798636078834533691, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: The Crossroads - Difficulty: 0) +(@OGUID+1, 180405, 1, 17, 380, '0', 0, 0, -427.142364501953125, -2654.984375, 105.1779632568359375, 5.305802345275878906, 0, 0, -0.46947097778320312, 0.882947921752929687, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: The Crossroads - Difficulty: 0) +(@OGUID+2, 180405, 1, 17, 380, '0', 0, 0, -427.54339599609375, -2634.8837890625, 118.6334075927734375, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: The Crossroads - Difficulty: 0) +(@OGUID+3, 180405, 1, 17, 380, '0', 0, 0, -425.4105224609375, -2592.5390625, 95.84313201904296875, 0.052358884364366531, 0, 0, 0.02617645263671875, 0.999657332897186279, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: The Crossroads - Difficulty: 0) +(@OGUID+4, 180405, 1, 17, 380, '0', 0, 0, -404.055572509765625, -2632.958251953125, 169.6414947509765625, 3.385940074920654296, 0, 0, -0.99254608154296875, 0.121869951486587524, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: The Crossroads - Difficulty: 0) +(@OGUID+5, 180405, 1, 17, 380, '0', 0, 0, -413.92535400390625, -2654.73095703125, 169.4806060791015625, 5.70722818374633789, 0, 0, -0.28401470184326171, 0.958819925785064697, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: The Crossroads - Difficulty: 0) +(@OGUID+6, 180405, 1, 17, 380, '0', 0, 0, -390.916656494140625, -2666.10595703125, 116.865386962890625, 1.047197580337524414, 0, 0, 0.5, 0.866025388240814208, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: The Crossroads - Difficulty: 0) +(@OGUID+7, 180405, 1, 17, 380, '0', 0, 0, -373.8409423828125, -2688.735595703125, 107.6960830688476562, 1.989672422409057617, 0, 0, 0.838669776916503906, 0.544640243053436279, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: The Crossroads - Difficulty: 0) +(@OGUID+8, 180406, 1, 17, 380, '0', 0, 0, -550.80694580078125, -2667.194580078125, 95.78753662109375, 2.408554315567016601, 0, 0, 0.933580398559570312, 0.358368009328842163, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: The Crossroads - Difficulty: 0) +(@OGUID+9, 180406, 1, 17, 380, '0', 0, 0, -429.388397216796875, -2654.0693359375, 95.94586944580078125, 5.288348197937011718, 0, 0, -0.4771585464477539, 0.878817260265350341, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: The Crossroads - Difficulty: 0) +(@OGUID+10, 180406, 1, 17, 380, '0', 0, 0, -429.755218505859375, -2644.71533203125, 105.0782012939453125, 5.305802345275878906, 0, 0, -0.46947097778320312, 0.882947921752929687, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: The Crossroads - Difficulty: 0) +(@OGUID+11, 180406, 1, 17, 380, '0', 0, 0, -416.779510498046875, -2640.053955078125, 166.8116607666015625, 4.45059061050415039, 0, 0, -0.79335308074951171, 0.608761727809906005, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: The Crossroads - Difficulty: 0) +(@OGUID+12, 180406, 1, 17, 380, '0', 0, 0, -424.96160888671875, -2581.734619140625, 98.95493316650390625, 2.391098499298095703, 0, 0, 0.930417060852050781, 0.366502493619918823, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: The Crossroads - Difficulty: 0) +(@OGUID+13, 180406, 1, 17, 380, '0', 0, 0, -403.30902099609375, -2620.517333984375, 117.0113906860351562, 3.577930212020874023, 0, 0, -0.97629547119140625, 0.216442063450813293, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: The Crossroads - Difficulty: 0) +(@OGUID+14, 180406, 1, 17, 380, '0', 0, 0, -398.4444580078125, -2657.453125, 167.343505859375, 1.029743075370788574, 0, 0, 0.492423057556152343, 0.870355963706970214, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: The Crossroads - Difficulty: 0) +(@OGUID+15, 180406, 1, 17, 380, '0', 0, 0, -359.74530029296875, -2526.22412109375, 106.8343429565429687, 3.194002151489257812, 0, 0, -0.99965667724609375, 0.026201646775007247, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: The Crossroads - Difficulty: 0) +(@OGUID+16, 180407, 1, 17, 380, '0', 0, 0, -556.34552001953125, -2640.967041015625, 106.9098129272460937, 5.323255538940429687, 0, 0, -0.46174812316894531, 0.887011110782623291, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: The Crossroads - Difficulty: 0) +(@OGUID+17, 180407, 1, 17, 380, '0', 0, 0, -489.19775390625, -2679.13232421875, 98.6290435791015625, 2.914689540863037109, 0, 0, 0.993571281433105468, 0.113208353519439697, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: The Crossroads - Difficulty: 0) +(@OGUID+18, 180407, 1, 17, 380, '0', 0, 0, -431.062957763671875, -2646.4462890625, 96.02741241455078125, 5.270895957946777343, 0, 0, -0.48480892181396484, 0.87462007999420166, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: The Crossroads - Difficulty: 0) +(@OGUID+19, 180407, 1, 17, 380, '0', 0, 0, -420.078125, -2664.6875, 116.83917236328125, 6.12610626220703125, 0, 0, -0.07845878601074218, 0.996917366981506347, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: The Crossroads - Difficulty: 0) +(@OGUID+20, 180407, 1, 17, 380, '0', 0, 0, -405.369293212890625, -2610.27294921875, 97.41092681884765625, 3.717553615570068359, 0, 0, -0.95881938934326171, 0.284016460180282592, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: The Crossroads - Difficulty: 0) +(@OGUID+21, 180407, 1, 17, 380, '0', 0, 0, -392.96527099609375, -2643.1650390625, 166.243896484375, 2.007128477096557617, 0, 0, 0.84339141845703125, 0.537299633026123046, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: The Crossroads - Difficulty: 0) +(@OGUID+22, 180407, 1, 17, 380, '0', 0, 0, -368.511383056640625, -2673.571533203125, 107.2559127807617187, 1.867502212524414062, 0, 0, 0.803856849670410156, 0.594822824001312255, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: The Crossroads - Difficulty: 0) +(@OGUID+23, 180411, 1, 17, 380, '0', 0, 0, -421.213531494140625, -2637.092041015625, 124.695953369140625, 5.532694816589355468, 0, 0, -0.3665008544921875, 0.93041771650314331, 120, 255, 1, 46366), -- G_Ghost_01 (Area: The Crossroads - Difficulty: 0) +(@OGUID+24, 180411, 1, 17, 380, '0', 0, 0, -403.576385498046875, -2626.58154296875, 124.7646331787109375, 4.660029888153076171, 0, 0, -0.72537422180175781, 0.688354730606079101, 120, 255, 1, 46366), -- G_Ghost_01 (Area: The Crossroads - Difficulty: 0) +(@OGUID+25, 180411, 1, 17, 380, '0', 0, 0, -417.354156494140625, -2658.578125, 124.5023727416992187, 0.663223206996917724, 0, 0, 0.325567245483398437, 0.945518851280212402, 120, 255, 1, 46366), -- G_Ghost_01 (Area: The Crossroads - Difficulty: 0) +(@OGUID+26, 180411, 1, 17, 380, '0', 0, 0, -394.46527099609375, -2659.960205078125, 124.2419281005859375, 2.129300594329833984, 0, 0, 0.874619483947753906, 0.484810054302215576, 120, 255, 1, 46366), -- G_Ghost_01 (Area: The Crossroads - Difficulty: 0) +(@OGUID+27, 180411, 1, 17, 380, '0', 0, 0, -386.664947509765625, -2641.361083984375, 124.648956298828125, 3.211419343948364257, 0, 0, -0.9993906021118164, 0.034906134009361267, 120, 255, 1, 46366), -- G_Ghost_01 (Area: The Crossroads - Difficulty: 0) +(@OGUID+28, 180426, 1, 17, 380, '0', 0, 0, -490.979156494140625, -2653.295166015625, 104.053009033203125, 5.218535900115966796, 0, 0, -0.507537841796875, 0.861629426479339599, 120, 255, 1, 46366), -- Bat01 (Area: The Crossroads - Difficulty: 0) +(@OGUID+29, 180426, 1, 17, 380, '0', 0, 0, -509.385406494140625, -2653.65625, 103.2589035034179687, 2.024578809738159179, 0, 0, 0.848047256469726562, 0.529920578002929687, 120, 255, 1, 46366), -- Bat01 (Area: The Crossroads - Difficulty: 0) +(@OGUID+30, 180426, 1, 17, 380, '0', 0, 0, -485.1163330078125, -2652.34716796875, 105.56011962890625, 1.151916384696960449, 0, 0, 0.544638633728027343, 0.838670849800109863, 120, 255, 1, 46366), -- Bat01 (Area: The Crossroads - Difficulty: 0) +(@OGUID+31, 180426, 1, 17, 380, '0', 0, 0, -468.489593505859375, -2649.15966796875, 108.870361328125, 0.436331570148468017, 0, 0, 0.216439247131347656, 0.976296067237854003, 120, 255, 1, 46366), -- Bat01 (Area: The Crossroads - Difficulty: 0) +(@OGUID+32, 180426, 1, 17, 380, '0', 0, 0, -464.4288330078125, -2651.921875, 105.6007537841796875, 4.310965538024902343, 0, 0, -0.83388519287109375, 0.55193793773651123, 120, 255, 1, 46366), -- Bat01 (Area: The Crossroads - Difficulty: 0) +(@OGUID+33, 180426, 1, 17, 380, '0', 0, 0, -479.357635498046875, -2649.548583984375, 104.944091796875, 5.305802345275878906, 0, 0, -0.46947097778320312, 0.882947921752929687, 120, 255, 1, 46366), -- Bat01 (Area: The Crossroads - Difficulty: 0) +(@OGUID+34, 180426, 1, 17, 380, '0', 0, 0, -465.630218505859375, -2646.782958984375, 104.0161895751953125, 0.226892471313476562, 0, 0, 0.113203048706054687, 0.993571877479553222, 120, 255, 1, 46366), -- Bat01 (Area: The Crossroads - Difficulty: 0) +(@OGUID+35, 180426, 1, 17, 380, '0', 0, 0, -483.243072509765625, -2645.08154296875, 109.236846923828125, 2.268925428390502929, 0, 0, 0.906307220458984375, 0.422619491815567016, 120, 255, 1, 46366), -- Bat01 (Area: The Crossroads - Difficulty: 0) +(@OGUID+36, 180426, 1, 17, 380, '0', 0, 0, -458.352447509765625, -2645.647705078125, 108.2350387573242187, 5.864306926727294921, 0, 0, -0.20791149139404296, 0.978147625923156738, 120, 255, 1, 46366), -- Bat01 (Area: The Crossroads - Difficulty: 0) +(@OGUID+37, 180426, 1, 17, 380, '0', 0, 0, -454.947906494140625, -2650.060791015625, 107.6227874755859375, 2.967041015625, 0, 0, 0.996193885803222656, 0.087165042757987976, 120, 255, 1, 46366), -- Bat01 (Area: The Crossroads - Difficulty: 0) +(@OGUID+38, 180427, 1, 17, 380, '0', 0, 0, -483.432281494140625, -2653.87841796875, 105.8683395385742187, 3.892086982727050781, 0, 0, -0.93041706085205078, 0.366502493619918823, 120, 255, 1, 46366), -- Bat02 (Area: The Crossroads - Difficulty: 0) +(@OGUID+39, 180427, 1, 17, 380, '0', 0, 0, -483.072906494140625, -2649.276123046875, 104.0721206665039062, 5.70722818374633789, 0, 0, -0.28401470184326171, 0.958819925785064697, 120, 255, 1, 46366), -- Bat02 (Area: The Crossroads - Difficulty: 0) +(@OGUID+40, 180427, 1, 17, 380, '0', 0, 0, -479.947906494140625, -2648.564208984375, 105.4241180419921875, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 46366), -- Bat02 (Area: The Crossroads - Difficulty: 0) +(@OGUID+41, 180427, 1, 17, 380, '0', 0, 0, -480.9913330078125, -2651.979248046875, 105.3876419067382812, 3.036838293075561523, 0, 0, 0.998628616333007812, 0.052353221923112869, 120, 255, 1, 46366), -- Bat02 (Area: The Crossroads - Difficulty: 0) +(@OGUID+42, 180427, 1, 17, 380, '0', 0, 0, -466, -2652.89404296875, 102.4492721557617187, 4.345870018005371093, 0, 0, -0.82412624359130859, 0.566406130790710449, 120, 255, 1, 46366), -- Bat02 (Area: The Crossroads - Difficulty: 0) +(@OGUID+43, 180427, 1, 17, 380, '0', 0, 0, -465.6875, -2651.385498046875, 103.9990692138671875, 3.9793548583984375, 0, 0, -0.9135446548461914, 0.406738430261611938, 120, 255, 1, 46366), -- Bat02 (Area: The Crossroads - Difficulty: 0) +(@OGUID+44, 180427, 1, 17, 380, '0', 0, 0, -467.473968505859375, -2651.876708984375, 104.8221282958984375, 0.24434557557106018, 0, 0, 0.121869087219238281, 0.9925462007522583, 120, 255, 1, 46366), -- Bat02 (Area: The Crossroads - Difficulty: 0) +(@OGUID+45, 180427, 1, 17, 380, '0', 0, 0, -471.954864501953125, -2648.23095703125, 108.386993408203125, 4.694936752319335937, 0, 0, -0.71325016021728515, 0.700909554958343505, 120, 255, 1, 46366), -- Bat02 (Area: The Crossroads - Difficulty: 0) +(@OGUID+46, 180427, 1, 17, 380, '0', 0, 0, -469.901031494140625, -2650.513916015625, 102.9167327880859375, 5.131268978118896484, 0, 0, -0.54463863372802734, 0.838670849800109863, 120, 255, 1, 46366), -- Bat02 (Area: The Crossroads - Difficulty: 0) +(@OGUID+47, 180427, 1, 17, 380, '0', 0, 0, -468.53472900390625, -2648.701416015625, 104.5859527587890625, 0.087265998125076293, 0, 0, 0.043619155883789062, 0.999048233032226562, 120, 255, 1, 46366), -- Bat02 (Area: The Crossroads - Difficulty: 0) +(@OGUID+48, 180471, 1, 17, 380, '0', 0, 0, -428.088531494140625, -2633.338623046875, 107.4543228149414062, 4.188792228698730468, 0, 0, -0.86602497100830078, 0.50000077486038208, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: The Crossroads - Difficulty: 0) +(@OGUID+49, 180471, 1, 17, 380, '0', 0, 0, -403.385406494140625, -2632.71875, 102.5925827026367187, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: The Crossroads - Difficulty: 0) +(@OGUID+50, 180471, 1, 17, 380, '0', 0, 0, -420.76214599609375, -2665.704833984375, 106.6759033203125, 5.515241622924804687, 0, 0, -0.37460613250732421, 0.927184045314788818, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: The Crossroads - Difficulty: 0) +(@OGUID+51, 180471, 1, 17, 380, '0', 0, 0, -401.883697509765625, -2618.220458984375, 107.4907379150390625, 2.914689540863037109, 0, 0, 0.993571281433105468, 0.113208353519439697, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: The Crossroads - Difficulty: 0) +(@OGUID+52, 180471, 1, 17, 380, '0', 0, 0, -377.654510498046875, -2637.329833984375, 106.8263168334960937, 1.797688722610473632, 0, 0, 0.7826080322265625, 0.622514784336090087, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: The Crossroads - Difficulty: 0) +(@OGUID+53, 180471, 1, 17, 380, '0', 0, 0, -397.973297119140625, -2654.98779296875, 102.5717010498046875, 3.560472726821899414, 0, 0, -0.97814750671386718, 0.207912087440490722, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: The Crossroads - Difficulty: 0) +(@OGUID+54, 180471, 1, 17, 380, '0', 0, 0, -390.236114501953125, -2667.545166015625, 106.6243133544921875, 0.785396754741668701, 0, 0, 0.38268280029296875, 0.923879802227020263, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: The Crossroads - Difficulty: 0) +(@OGUID+55, 180472, 1, 17, 380, '0', 0, 0, -458.358123779296875, -2678.75048828125, 104.0256271362304687, 2.757613182067871093, 0, 0, 0.981626510620117187, 0.190812408924102783, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: The Crossroads - Difficulty: 0) +(@OGUID+56, 180472, 1, 17, 380, '0', 0, 0, -446.293365478515625, -2676.297607421875, 104.0085067749023437, 1.500982880592346191, 0, 0, 0.681998252868652343, 0.731353819370269775, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: The Crossroads - Difficulty: 0) +(@OGUID+57, 180472, 1, 17, 380, '0', 0, 0, -413.17340087890625, -2652.400146484375, 103.9025726318359375, 1.082102894783020019, 0, 0, 0.51503753662109375, 0.857167601585388183, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: The Crossroads - Difficulty: 0) +(@OGUID+58, 180472, 1, 17, 380, '0', 0, 0, -415.3277587890625, -2640.17919921875, 103.8880462646484375, 6.073746204376220703, 0, 0, -0.10452842712402343, 0.994521915912628173, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: The Crossroads - Difficulty: 0) +(@OGUID+59, 180472, 1, 17, 380, '0', 0, 0, -393.637420654296875, -2640.78125, 103.9344406127929687, 3.43830275535583496, 0, 0, -0.98901557922363281, 0.147811368107795715, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: The Crossroads - Difficulty: 0) +(@OGUID+60, 180523, 1, 17, 380, '0', 0, 0, -399.312408447265625, -2643.30810546875, 96.4937896728515625, 5.393068790435791015, 0, 0, -0.43051052093505859, 0.902585566043853759, 120, 255, 1, 46366), -- Apple Bob (Area: The Crossroads - Difficulty: 0) +(@OGUID+61, 190076, 1, 17, 380, '0', 0, 0, -408.149322509765625, -2642.807861328125, 96.22295379638671875, 5.619962215423583984, 0, 0, -0.32556724548339843, 0.945518851280212402, 120, 255, 1, 46366); -- Candy Bucket (Area: The Crossroads - Difficulty: 0) + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+61; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48), +(12, @OGUID+49), +(12, @OGUID+50), +(12, @OGUID+51), +(12, @OGUID+52), +(12, @OGUID+53), +(12, @OGUID+54), +(12, @OGUID+55), +(12, @OGUID+56), +(12, @OGUID+57), +(12, @OGUID+58), +(12, @OGUID+59), +(12, @OGUID+60), +(12, @OGUID+61); + +-- +SET @OGUID := 3806978; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3008601 AND 3008633; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3008601 AND 3008633; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3008601 AND 3008633; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+32; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 1, 17, 392, '0', 0, 0, -927.0380859375, -3690.677001953125, 12.71169853210449218, 5.183629035949707031, 0, 0, -0.52249813079833984, 0.852640450000762939, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Ratchet - Difficulty: 0) +(@OGUID+1, 180405, 1, 17, 392, '0', 0, 0, -961.655517578125, -3753.657958984375, 5.04669809341430664, 2.72271275520324707, 0, 0, 0.978147506713867187, 0.207912087440490722, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Ratchet - Difficulty: 0) +(@OGUID+2, 180405, 1, 17, 392, '0', 0, 0, -970.70465087890625, -3678.143798828125, 9.194524765014648437, 2.565631866455078125, 0, 0, 0.958819389343261718, 0.284016460180282592, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Ratchet - Difficulty: 0) +(@OGUID+3, 180405, 1, 17, 392, '0', 0, 0, -1036.8782958984375, -3663.88720703125, 23.85361671447753906, 1.623155713081359863, 0, 0, 0.725374221801757812, 0.688354730606079101, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Ratchet - Difficulty: 0) +(@OGUID+4, 180405, 1, 17, 392, '0', 0, 0, -1003.801513671875, -3659.94873046875, 24.87006950378417968, 1.012289404869079589, 0, 0, 0.484808921813964843, 0.87462007999420166, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Ratchet - Difficulty: 0) +(@OGUID+5, 180405, 1, 17, 392, '0', 0, 0, -1040.7667236328125, -3682.061767578125, 32.48649978637695312, 0.942476630210876464, 0, 0, 0.453989982604980468, 0.891006767749786376, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Ratchet - Difficulty: 0) +(@OGUID+6, 180405, 1, 17, 392, '0', 0, 0, -1039.701171875, -3636.444580078125, 39.9077301025390625, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Ratchet - Difficulty: 0) +(@OGUID+7, 180406, 1, 17, 392, '0', 0, 0, -917.474853515625, -3734.81689453125, 9.543028831481933593, 4.852017402648925781, 0, 0, -0.65605831146240234, 0.754710197448730468, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Ratchet - Difficulty: 0) +(@OGUID+8, 180406, 1, 17, 392, '0', 0, 0, -989.65802001953125, -3717.80029296875, 4.779119014739990234, 2.216565132141113281, 0, 0, 0.894933700561523437, 0.44619917869567871, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Ratchet - Difficulty: 0) +(@OGUID+9, 180406, 1, 17, 392, '0', 0, 0, -975.7725830078125, -3627.85546875, 19.17741966247558593, 2.129300594329833984, 0, 0, 0.874619483947753906, 0.484810054302215576, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Ratchet - Difficulty: 0) +(@OGUID+10, 180406, 1, 17, 392, '0', 0, 0, -1039.231689453125, -3674.1533203125, 32.50767135620117187, 1.658061861991882324, 0, 0, 0.737277030944824218, 0.67559051513671875, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Ratchet - Difficulty: 0) +(@OGUID+11, 180406, 1, 17, 392, '0', 0, 0, -1032.2022705078125, -3637.497314453125, 32.4506683349609375, 1.745326757431030273, 0, 0, 0.766043663024902343, 0.642788589000701904, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Ratchet - Difficulty: 0) +(@OGUID+12, 180406, 1, 17, 392, '0', 0, 0, -1046.2779541015625, -3659.35546875, 46.79582595825195312, 1.692969322204589843, 0, 0, 0.748955726623535156, 0.662620067596435546, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Ratchet - Difficulty: 0) +(@OGUID+13, 180407, 1, 17, 392, '0', 0, 0, -952.891845703125, -3759.292236328125, 5.750476837158203125, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Ratchet - Difficulty: 0) +(@OGUID+14, 180407, 1, 17, 392, '0', 0, 0, -999.21746826171875, -3656.5205078125, 24.61205673217773437, 0.925023794174194335, 0, 0, 0.446197509765625, 0.894934535026550292, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Ratchet - Difficulty: 0) +(@OGUID+15, 180407, 1, 17, 392, '0', 0, 0, -1036.8504638671875, -3661.469970703125, 32.50273895263671875, 1.884953022003173828, 0, 0, 0.809016227722167968, 0.587786316871643066, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Ratchet - Difficulty: 0) +(@OGUID+16, 180407, 1, 17, 392, '0', 0, 0, -1038.5184326171875, -3672.206298828125, 23.84951591491699218, 1.815141916275024414, 0, 0, 0.788010597229003906, 0.615661680698394775, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Ratchet - Difficulty: 0) +(@OGUID+17, 180407, 1, 17, 392, '0', 0, 0, -1048.810302734375, -3671.7509765625, 46.91456985473632812, 1.727874636650085449, 0, 0, 0.760405540466308593, 0.649448513984680175, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Ratchet - Difficulty: 0) +(@OGUID+18, 180407, 1, 17, 392, '0', 0, 0, -1050.8607177734375, -3679.862548828125, 32.49485397338867187, 0.226892471313476562, 0, 0, 0.113203048706054687, 0.993571877479553222, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Ratchet - Difficulty: 0) +(@OGUID+19, 180410, 1, 17, 392, '0', 0, 0, -834.34210205078125, -3730.8603515625, 27.39361572265625, 2.565631866455078125, 0, 0, 0.958819389343261718, 0.284016460180282592, 120, 255, 1, 46366), -- G_HangingSkeleton_01 (Area: Ratchet - Difficulty: 0) +(@OGUID+20, 180410, 1, 17, 392, '0', 0, 0, -1057.513671875, -3670.350830078125, 24.6535797119140625, 1.343901276588439941, 0, 0, 0.622513771057128906, 0.78260880708694458, 120, 255, 1, 46366), -- G_HangingSkeleton_01 (Area: Ratchet - Difficulty: 0) +(@OGUID+21, 180411, 1, 17, 392, '0', 0, 0, -1027.7135009765625, -3650.626708984375, 38.58263397216796875, 2.775068521499633789, 0, 0, 0.983254432678222656, 0.182238012552261352, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Ratchet - Difficulty: 0) +(@OGUID+22, 180471, 1, 17, 392, '0', 0, 0, -926.8038330078125, -3695.55908203125, 15.07414913177490234, 5.759587764739990234, 0, 0, -0.25881862640380859, 0.965925931930541992, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Ratchet - Difficulty: 0) +(@OGUID+23, 180471, 1, 17, 392, '0', 0, 0, -929.7899169921875, -3688.154541015625, 15.82766246795654296, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Ratchet - Difficulty: 0) +(@OGUID+24, 180471, 1, 17, 392, '0', 0, 0, -929.8038330078125, -3680.36279296875, 15.04545974731445312, 3.769911527633666992, 0, 0, -0.95105648040771484, 0.309017121791839599, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Ratchet - Difficulty: 0) +(@OGUID+25, 180471, 1, 17, 392, '0', 0, 0, -985.64581298828125, -3648.548583984375, 25.26786041259765625, 0.715584874153137207, 0, 0, 0.350207328796386718, 0.936672210693359375, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Ratchet - Difficulty: 0) +(@OGUID+26, 180472, 1, 17, 392, '0', 0, 0, -852.826416015625, -3748.0556640625, 31.89191436767578125, 4.206246376037597656, 0, 0, -0.86162853240966796, 0.50753939151763916, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Ratchet - Difficulty: 0) +(@OGUID+27, 180472, 1, 17, 392, '0', 0, 0, -915.629150390625, -3729.134521484375, 13.91030406951904296, 3.263772249221801757, 0, 0, -0.99813461303710937, 0.061051756143569946, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Ratchet - Difficulty: 0) +(@OGUID+28, 180472, 1, 17, 392, '0', 0, 0, -917.1602783203125, -3724.57470703125, 13.94385337829589843, 3.420850038528442382, 0, 0, -0.99026775360107421, 0.139175355434417724, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Ratchet - Difficulty: 0) +(@OGUID+29, 180472, 1, 17, 392, '0', 0, 0, -976.17364501953125, -3672.385498046875, 16.7422637939453125, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Ratchet - Difficulty: 0) +(@OGUID+30, 180472, 1, 17, 392, '0', 0, 0, -1045.7545166015625, -3666.28125, 28.874755859375, 6.213373661041259765, 0, 0, -0.03489875793457031, 0.999390840530395507, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Ratchet - Difficulty: 0) +(@OGUID+31, 180523, 1, 17, 392, '0', 0, 0, -1055.1805419921875, -3667.130126953125, 24.15908241271972656, 0.994837164878845214, 0, 0, 0.477158546447753906, 0.878817260265350341, 120, 255, 1, 46366), -- Apple Bob (Area: Ratchet - Difficulty: 0) +(@OGUID+32, 190102, 1, 17, 392, '0', 0, 0, -1050.0416259765625, -3667.05908203125, 23.89034080505371093, 1.884953022003173828, 0, 0, 0.809016227722167968, 0.587786316871643066, 120, 255, 1, 46366); -- Candy Bucket (Area: Ratchet - Difficulty: 0) + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+32; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32); diff --git a/sql/updates/world/master/2024_03_18_42_world_hallows_end_durotar.sql b/sql/updates/world/master/2024_03_18_42_world_hallows_end_durotar.sql new file mode 100644 index 0000000000000..10937565211ba --- /dev/null +++ b/sql/updates/world/master/2024_03_18_42_world_hallows_end_durotar.sql @@ -0,0 +1,252 @@ +-- +SET @CGUID := 3800335; +SET @OGUID := 3807011; + +-- Old creature spawns +DELETE FROM `creature` WHERE `guid` BETWEEN 3000407 AND 3000453; +DELETE FROM `creature_addon` WHERE `guid` BETWEEN 3000407 AND 3000453; +DELETE FROM `game_event_creature` WHERE `guid` BETWEEN 3000407 AND 3000453; + +-- Creature spawns +DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+46; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES +(@CGUID+0, 5953, 1, 14, 362, '0', 0, 0, 0, 1, 241.359375, -4562.96875, 18.58214569091796875, 5.8817596435546875, 120, 0, 0, 3412, 0, 0, NULL, NULL, NULL, NULL, 46340), -- Razor Hill Grunt (Area: Razor Hill - Difficulty: 0) +(@CGUID+1, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 320.015625, -4694.52783203125, 29.4495086669921875, 5.497786998748779296, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+2, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 328.9674072265625, -4767.37548828125, 12.65957260131835937, 4.555309295654296875, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+3, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 314.915679931640625, -4774.04248046875, 17.21193504333496093, 3.246312379837036132, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+4, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 301.627777099609375, -4776.4580078125, 19.42165946960449218, 5.009094715118408203, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+5, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 283.484375, -4701.048828125, 16.75503921508789062, 2.879793167114257812, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+6, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 274.395843505859375, -4716.43408203125, 21.21046638488769531, 1.989675283432006835, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+7, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 317.086334228515625, -4772.23291015625, 25.44216156005859375, 3.298672199249267578, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+8, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 311.118072509765625, -4689.25341796875, 17.54905319213867187, 4.729842185974121093, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) (Auras: 42091 - Headless Horseman - Fire Size, 42154 - Headless Horseman - Dim Fire) +(@CGUID+9, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 302.1212158203125, -4776.34912109375, 10.57410621643066406, 4.066617012023925781, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+10, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 269.633697509765625, -4718.5087890625, 18.58950614929199218, 2.687807083129882812, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+11, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 282.0538330078125, -4709.189453125, 15.38826847076416015, 5.410520553588867187, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+12, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 285.630218505859375, -4700.109375, 13.22489070892333984, 2.460914134979248046, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+13, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 298.276214599609375, -4773.83349609375, 10.92465877532958984, 1.239183783531188964, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+14, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 303.8984375, -4773.7353515625, 27.47631263732910156, 4.031710624694824218, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+15, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 277.154510498046875, -4698.765625, 18.67828941345214843, 0.314159274101257324, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+16, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 275.420135498046875, -4718.0400390625, 15.38826847076416015, 0.541052043437957763, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+17, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 311.313751220703125, -4772.89013671875, 26.594024658203125, 4.660028934478759765, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+18, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 327.84722900390625, -4699.2412109375, 27.41243934631347656, 1.553343057632446289, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+19, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 293.19964599609375, -4708.68408203125, 13.19225120544433593, 1.448623299598693847, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+20, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 320.01214599609375, -4697.533203125, 16.79498481750488281, 6.056292533874511718, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+21, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 310.052093505859375, -4692.51416015625, 17.39514350891113281, 0.244346097111701965, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+22, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 313.395782470703125, -4698.97509765625, 15.42339229583740234, 0.122173048555850982, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+23, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 315.166015625, -4770.603515625, 11.82738018035888671, 3.577924966812133789, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+24, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 318.645843505859375, -4692.5, 20.45223426818847656, 2.408554315567016601, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+25, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 292.488067626953125, -4768.1298828125, 11.77597808837890625, 2.076941728591918945, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+26, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 312.780059814453125, -4771.0009765625, 11.3687744140625, 0.383972436189651489, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) (Auras: 42091 - Headless Horseman - Fire Size, 42154 - Headless Horseman - Dim Fire) +(@CGUID+27, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 271.07464599609375, -4722.43603515625, 14.23592948913574218, 4.415682792663574218, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+28, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 324.720855712890625, -4768.03466796875, 12.421783447265625, 3.124139308929443359, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+29, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 317.743072509765625, -4690.56103515625, 29.57596206665039062, 1.361356854438781738, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) (Auras: 42091 - Headless Horseman - Fire Size, 42154 - Headless Horseman - Dim Fire) +(@CGUID+30, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 283.125, -4706.24462890625, 15.45350933074951171, 3.50811171531677246, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+31, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 275.927093505859375, -4712.82666015625, 19.05101585388183593, 4.450589656829833984, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+32, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 339.46087646484375, -4711.14892578125, 16.30143165588378906, 0.157079637050628662, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+33, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 343.46527099609375, -4708.6806640625, 29.74063491821289062, 2.234021425247192382, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+34, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 338.38714599609375, -4705.84716796875, 27.86400604248046875, 3.071779489517211914, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+35, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 341.05902099609375, -4708.51220703125, 21.40582275390625, 6.195918560028076171, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) (Auras: 42154 - Headless Horseman - Dim Fire) +(@CGUID+36, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 344.83160400390625, -4710.359375, 27.25813484191894531, 3.892084121704101562, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) (Auras: 42091 - Headless Horseman - Fire Size, 42154 - Headless Horseman - Dim Fire) +(@CGUID+37, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 296.083343505859375, -4565.27978515625, 39.0418853759765625, 1.989675283432006835, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) +(@CGUID+38, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 286.576385498046875, -4561.42529296875, 30.2720489501953125, 2.426007747650146484, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) +(@CGUID+39, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 289.557281494140625, -4568.09033203125, 39.06153106689453125, 3.577924966812133789, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) +(@CGUID+40, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 277.961822509765625, -4568.71337890625, 27.27142333984375, 4.118977069854736328, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) +(@CGUID+41, 23537, 1, 14, 362, '0', 0, 0, 0, 0, 292.838531494140625, -4558.986328125, 31.27065467834472656, 2.39110112190246582, 120, 0, 0, 15017, 5751, 0, NULL, NULL, NULL, NULL, 46340), -- Headless Horseman - Fire (DND) (Area: Razor Hill - Difficulty: 0) +(@CGUID+42, 23971, 1, 14, 362, '0', 0, 0, 0, 0, 358.94384765625, -4742.3623046875, 9.72699737548828125, 3.385938644409179687, 120, 0, 0, 27, 0, 0, NULL, NULL, NULL, NULL, 46340), -- Traveling Orphan (Area: Razor Hill - Difficulty: 0) +(@CGUID+43, 23971, 1, 14, 362, '0', 0, 0, 0, 0, 358.99462890625, -4744.30029296875, 9.672590255737304687, 2.007128715515136718, 120, 0, 0, 41, 0, 0, NULL, NULL, NULL, NULL, 46340), -- Traveling Orphan (Area: Razor Hill - Difficulty: 0) +(@CGUID+44, 23971, 1, 14, 362, '0', 0, 0, 0, 0, 357.807525634765625, -4740.90087890625, 9.787995338439941406, 4.15388345718383789, 120, 0, 0, 34, 0, 0, NULL, NULL, NULL, NULL, 46340), -- Traveling Orphan (Area: Razor Hill - Difficulty: 0) +(@CGUID+45, 23971, 1, 14, 362, '0', 0, 0, 0, 0, 356.287811279296875, -4740.259765625, 9.8579864501953125, 4.555309295654296875, 120, 0, 0, 41, 0, 0, NULL, NULL, NULL, NULL, 46340), -- Traveling Orphan (Area: Razor Hill - Difficulty: 0) +(@CGUID+46, 23973, 1, 14, 362, '0', 0, 0, 0, 0, 356.1212158203125, -4742.24462890625, 9.828121185302734375, 0.558505356311798095, 120, 0, 0, 18771, 0, 0, NULL, NULL, NULL, NULL, 46340); -- Masked Orphan Matron (Area: Razor Hill - Difficulty: 0) + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3008634 AND 3008698; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3008634 AND 3008698; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3008634 AND 3008698; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+64; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 1, 14, 362, '0', 0, 0, 262.71875, -4826.955078125, 20.02585029602050781, 5.427974700927734375, 0, 0, -0.41469287872314453, 0.909961462020874023, 120, 255, 1, 46340), -- G_Pumpkin_01 (Area: Razor Hill - Difficulty: 0) +(@OGUID+1, 180405, 1, 14, 362, '0', 0, 0, 324.9395751953125, -4702.18212890625, 16.15880393981933593, 6.213373661041259765, 0, 0, -0.03489875793457031, 0.999390840530395507, 120, 255, 1, 46340), -- G_Pumpkin_01 (Area: Razor Hill - Difficulty: 0) +(@OGUID+2, 180405, 1, 14, 362, '0', 0, 0, 303.71771240234375, -4777.11572265625, 10.40552997589111328, 3.630291461944580078, 0, 0, -0.97029495239257812, 0.241925001144409179, 120, 255, 1, 46340), -- G_Pumpkin_01 (Area: Razor Hill - Difficulty: 0) +(@OGUID+3, 180405, 1, 14, 362, '0', 0, 0, 242.533172607421875, -4747.6796875, 22.02905082702636718, 4.991643905639648437, 0, 0, -0.60181427001953125, 0.798636078834533691, 120, 255, 1, 46340), -- G_Pumpkin_01 (Area: Razor Hill - Difficulty: 0) +(@OGUID+4, 180405, 1, 14, 362, '0', 0, 0, 376.12152099609375, -4761.78466796875, 20.65706443786621093, 2.775068521499633789, 0, 0, 0.983254432678222656, 0.182238012552261352, 120, 255, 1, 46340), -- G_Pumpkin_01 (Area: Razor Hill - Difficulty: 0) +(@OGUID+5, 180405, 1, 14, 362, '0', 0, 0, 343.784576416015625, -4850.2763671875, 10.35805797576904296, 2.70525527000427246, 0, 0, 0.97629547119140625, 0.216442063450813293, 120, 255, 1, 46340), -- G_Pumpkin_01 (Area: Razor Hill - Difficulty: 0) +(@OGUID+6, 180406, 1, 14, 362, '0', 0, 0, 260.7100830078125, -4821.8349609375, 20.33803558349609375, 5.078907966613769531, 0, 0, -0.56640625, 0.824126183986663818, 120, 255, 1, 46340), -- G_Pumpkin_02 (Area: Razor Hill - Difficulty: 0) +(@OGUID+7, 180406, 1, 14, 362, '0', 0, 0, 332.858917236328125, -4706.8291015625, 16.07183074951171875, 6.14356088638305664, 0, 0, -0.06975555419921875, 0.997564136981964111, 120, 255, 1, 46340), -- G_Pumpkin_02 (Area: Razor Hill - Difficulty: 0) +(@OGUID+8, 180406, 1, 14, 362, '0', 0, 0, 277.689239501953125, -4716.71875, 15.30509662628173828, 1.466075778007507324, 0, 0, 0.669130325317382812, 0.74314504861831665, 120, 255, 1, 46340), -- G_Pumpkin_02 (Area: Razor Hill - Difficulty: 0) +(@OGUID+9, 180406, 1, 14, 362, '0', 0, 0, 359.141693115234375, -4712.2080078125, 14.3102264404296875, 5.427974700927734375, 0, 0, -0.41469287872314453, 0.909961462020874023, 120, 255, 1, 46340), -- G_Pumpkin_02 (Area: Razor Hill - Difficulty: 0) +(@OGUID+10, 180406, 1, 14, 362, '0', 0, 0, 361.7879638671875, -4772.04833984375, 13.61752891540527343, 4.118979454040527343, 0, 0, -0.88294696807861328, 0.469472706317901611, 120, 255, 1, 46340), -- G_Pumpkin_02 (Area: Razor Hill - Difficulty: 0) +(@OGUID+11, 180406, 1, 14, 362, '0', 0, 0, 375.951385498046875, -4819.75341796875, 23.02544784545898437, 1.448621988296508789, 0, 0, 0.662619590759277343, 0.748956084251403808, 120, 255, 1, 46340), -- G_Pumpkin_02 (Area: Razor Hill - Difficulty: 0) +(@OGUID+12, 180407, 1, 14, 362, '0', 0, 0, 309.7706298828125, -4776.31298828125, 10.41299343109130859, 3.735006093978881835, 0, 0, -0.95630455017089843, 0.292372345924377441, 120, 255, 1, 46340), -- G_Pumpkin_03 (Area: Razor Hill - Difficulty: 0) +(@OGUID+13, 180407, 1, 14, 362, '0', 0, 0, 329.970489501953125, -4702.31787109375, 24.03918647766113281, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 120, 255, 1, 46340), -- G_Pumpkin_03 (Area: Razor Hill - Difficulty: 0) +(@OGUID+14, 180407, 1, 14, 362, '0', 0, 0, 282.473968505859375, -4709.3525390625, 15.30509662628173828, 1.32644820213317871, 0, 0, 0.615660667419433593, 0.788011372089385986, 120, 255, 1, 46340), -- G_Pumpkin_03 (Area: Razor Hill - Difficulty: 0) +(@OGUID+15, 180407, 1, 14, 362, '0', 0, 0, 241.7309112548828125, -4724.486328125, 24.23617744445800781, 5.096362113952636718, 0, 0, -0.55919265747070312, 0.829037725925445556, 120, 255, 1, 46340), -- G_Pumpkin_03 (Area: Razor Hill - Difficulty: 0) +(@OGUID+16, 180407, 1, 14, 362, '0', 0, 0, 387.92333984375, -4712.044921875, 16.460357666015625, 1.832594871520996093, 0, 0, 0.793353080749511718, 0.608761727809906005, 120, 255, 1, 46340), -- G_Pumpkin_03 (Area: Razor Hill - Difficulty: 0) +(@OGUID+17, 180407, 1, 14, 362, '0', 0, 0, 370.258697509765625, -4831.361328125, 22.14643478393554687, 1.553341388702392578, 0, 0, 0.700908660888671875, 0.713251054286956787, 120, 255, 1, 46340), -- G_Pumpkin_03 (Area: Razor Hill - Difficulty: 0) +(@OGUID+18, 180411, 1, 14, 362, '0', 0, 0, 324.651031494140625, -4690.10791015625, 44.97956085205078125, 1.012289404869079589, 0, 0, 0.484808921813964843, 0.87462007999420166, 120, 255, 1, 46340), -- G_Ghost_01 (Area: Razor Hill - Difficulty: 0) +(@OGUID+19, 180411, 1, 14, 362, '0', 0, 0, 306.708343505859375, -4775.13525390625, 18.32283210754394531, 4.817109584808349609, 0, 0, -0.66913032531738281, 0.74314504861831665, 120, 255, 1, 46340), -- G_Ghost_01 (Area: Razor Hill - Difficulty: 0) +(@OGUID+20, 180411, 1, 14, 362, '0', 0, 0, 342.49652099609375, -4702.61474609375, 44.81528854370117187, 1.012289404869079589, 0, 0, 0.484808921813964843, 0.87462007999420166, 120, 255, 1, 46340), -- G_Ghost_01 (Area: Razor Hill - Difficulty: 0) +(@OGUID+21, 180411, 1, 14, 362, '0', 0, 0, 329.618072509765625, -4670.66162109375, 45.30430221557617187, 1.012289404869079589, 0, 0, 0.484808921813964843, 0.87462007999420166, 120, 255, 1, 46340), -- G_Ghost_01 (Area: Razor Hill - Difficulty: 0) +(@OGUID+22, 180411, 1, 14, 362, '0', 0, 0, 359.845489501953125, -4687.861328125, 44.27567672729492187, 1.012289404869079589, 0, 0, 0.484808921813964843, 0.87462007999420166, 120, 255, 1, 46340), -- G_Ghost_01 (Area: Razor Hill - Difficulty: 0) +(@OGUID+23, 180411, 1, 14, 362, '0', 0, 0, 352.104156494140625, -4668.8193359375, 44.89104080200195312, 1.012289404869079589, 0, 0, 0.484808921813964843, 0.87462007999420166, 120, 255, 1, 46340), -- G_Ghost_01 (Area: Razor Hill - Difficulty: 0) +(@OGUID+24, 180415, 1, 14, 362, '0', 0, 0, 340.6475830078125, -4684.65283203125, 17.26699638366699218, 1.012289404869079589, 0, 0, 0.484808921813964843, 0.87462007999420166, 120, 255, 1, 46340), -- CandleBlack01 (Area: Razor Hill - Difficulty: 0) +(@OGUID+25, 180425, 1, 14, 362, '0', 0, 0, 340.87847900390625, -4684.75537109375, 17.42671966552734375, 1.012289404869079589, 0, 0, 0.484808921813964843, 0.87462007999420166, 120, 255, 1, 46340), -- SkullCandle01 (Area: Razor Hill - Difficulty: 0) +(@OGUID+26, 180426, 1, 14, 362, '0', 0, 0, 310.6875, -4735.705078125, 19.75810050964355468, 0.069811686873435974, 0, 0, 0.034898757934570312, 0.999390840530395507, 120, 255, 1, 46340), -- Bat01 (Area: Razor Hill - Difficulty: 0) +(@OGUID+27, 180426, 1, 14, 362, '0', 0, 0, 306.317718505859375, -4741.59033203125, 24.0594329833984375, 0.663223206996917724, 0, 0, 0.325567245483398437, 0.945518851280212402, 120, 255, 1, 46340), -- Bat01 (Area: Razor Hill - Difficulty: 0) +(@OGUID+28, 180426, 1, 14, 362, '0', 0, 0, 306.196197509765625, -4741.705078125, 24.37141990661621093, 4.206246376037597656, 0, 0, -0.86162853240966796, 0.50753939151763916, 120, 255, 1, 46340), -- Bat01 (Area: Razor Hill - Difficulty: 0) +(@OGUID+29, 180426, 1, 14, 362, '0', 0, 0, 306.265625, -4741.6650390625, 24.54196357727050781, 5.585053920745849609, 0, 0, -0.34202003479003906, 0.939692676067352294, 120, 255, 1, 46340), -- Bat01 (Area: Razor Hill - Difficulty: 0) +(@OGUID+30, 180426, 1, 14, 362, '0', 0, 0, 306.201385498046875, -4741.65966796875, 21.97466278076171875, 3.054326534271240234, 0, 0, 0.999048233032226562, 0.043619260191917419, 120, 255, 1, 46340), -- Bat01 (Area: Razor Hill - Difficulty: 0) +(@OGUID+31, 180426, 1, 14, 362, '0', 0, 0, 310.755218505859375, -4747.109375, 19.05256843566894531, 0.471238493919372558, 0, 0, 0.233445167541503906, 0.972369968891143798, 120, 255, 1, 46340), -- Bat01 (Area: Razor Hill - Difficulty: 0) +(@OGUID+32, 180426, 1, 14, 362, '0', 0, 0, 302.140625, -4736.734375, 23.53999137878417968, 5.288348197937011718, 0, 0, -0.4771585464477539, 0.878817260265350341, 120, 255, 1, 46340), -- Bat01 (Area: Razor Hill - Difficulty: 0) +(@OGUID+33, 180426, 1, 14, 362, '0', 0, 0, 307.73785400390625, -4743.66650390625, 21.15434837341308593, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, 46340), -- Bat01 (Area: Razor Hill - Difficulty: 0) +(@OGUID+34, 180426, 1, 14, 362, '0', 0, 0, 301.755218505859375, -4745.12353515625, 24.77006912231445312, 3.298687219619750976, 0, 0, -0.99691677093505859, 0.078466430306434631, 120, 255, 1, 46340), -- Bat01 (Area: Razor Hill - Difficulty: 0) +(@OGUID+35, 180426, 1, 14, 362, '0', 0, 0, 306.2100830078125, -4741.751953125, 25.09734535217285156, 4.712389945983886718, 0, 0, -0.70710659027099609, 0.707106947898864746, 120, 255, 1, 46340), -- Bat01 (Area: Razor Hill - Difficulty: 0) +(@OGUID+36, 180427, 1, 14, 362, '0', 0, 0, 306.18402099609375, -4741.77783203125, 22.59886741638183593, 2.251473426818847656, 0, 0, 0.902585029602050781, 0.430511653423309326, 120, 255, 1, 46340), -- Bat02 (Area: Razor Hill - Difficulty: 0) +(@OGUID+37, 180427, 1, 14, 362, '0', 0, 0, 306.1875, -4741.67724609375, 29.95493507385253906, 5.201082706451416015, 0, 0, -0.51503753662109375, 0.857167601585388183, 120, 255, 1, 46340), -- Bat02 (Area: Razor Hill - Difficulty: 0) +(@OGUID+38, 180427, 1, 14, 362, '0', 0, 0, 306.173614501953125, -4741.77978515625, 24.17817878723144531, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, 46340), -- Bat02 (Area: Razor Hill - Difficulty: 0) +(@OGUID+39, 180427, 1, 14, 362, '0', 0, 0, 302.2882080078125, -4737.72412109375, 21.08327674865722656, 0.593410074710845947, 0, 0, 0.292370796203613281, 0.95630502700805664, 120, 255, 1, 46340), -- Bat02 (Area: Razor Hill - Difficulty: 0) +(@OGUID+40, 180427, 1, 14, 362, '0', 0, 0, 306.26910400390625, -4741.74658203125, 28.42695999145507812, 0.314158439636230468, 0, 0, 0.156434059143066406, 0.987688362598419189, 120, 255, 1, 46340), -- Bat02 (Area: Razor Hill - Difficulty: 0) +(@OGUID+41, 180427, 1, 14, 362, '0', 0, 0, 306.177093505859375, -4741.79541015625, 24.33597373962402343, 1.274088263511657714, 0, 0, 0.594821929931640625, 0.80385744571685791, 120, 255, 1, 46340), -- Bat02 (Area: Razor Hill - Difficulty: 0) +(@OGUID+42, 180427, 1, 14, 362, '0', 0, 0, 311.4913330078125, -4741.93212890625, 21.98396110534667968, 5.253442287445068359, 0, 0, -0.49242305755615234, 0.870355963706970214, 120, 255, 1, 46340), -- Bat02 (Area: Razor Hill - Difficulty: 0) +(@OGUID+43, 180427, 1, 14, 362, '0', 0, 0, 306.126739501953125, -4741.6962890625, 25.80809402465820312, 6.213373661041259765, 0, 0, -0.03489875793457031, 0.999390840530395507, 120, 255, 1, 46340), -- Bat02 (Area: Razor Hill - Difficulty: 0) +(@OGUID+44, 180427, 1, 14, 362, '0', 0, 0, 306.161468505859375, -4741.703125, 25.15346717834472656, 2.111847877502441406, 0, 0, 0.870355606079101562, 0.492423713207244873, 120, 255, 1, 46340), -- Bat02 (Area: Razor Hill - Difficulty: 0) +(@OGUID+45, 180427, 1, 14, 362, '0', 0, 0, 302.104156494140625, -4746.546875, 20.136871337890625, 5.410521507263183593, 0, 0, -0.42261791229248046, 0.906307935714721679, 120, 255, 1, 46340), -- Bat02 (Area: Razor Hill - Difficulty: 0) +(@OGUID+46, 180471, 1, 14, 362, '0', 0, 0, 325.01214599609375, -4700.67529296875, 20.89887237548828125, 1.012289404869079589, 0, 0, 0.484808921813964843, 0.87462007999420166, 120, 255, 1, 46340), -- HangingSkullLight01 (Area: Razor Hill - Difficulty: 0) +(@OGUID+47, 180471, 1, 14, 362, '0', 0, 0, 334.21527099609375, -4706.158203125, 20.72696685791015625, 1.012289404869079589, 0, 0, 0.484808921813964843, 0.87462007999420166, 120, 255, 1, 46340), -- HangingSkullLight01 (Area: Razor Hill - Difficulty: 0) +(@OGUID+48, 180472, 1, 14, 362, '0', 0, 0, 330.916656494140625, -4688.34716796875, 24.17425155639648437, 1.012289404869079589, 0, 0, 0.484808921813964843, 0.87462007999420166, 120, 255, 1, 46340), -- HangingSkullLight02 (Area: Razor Hill - Difficulty: 0) +(@OGUID+49, 180472, 1, 14, 362, '0', 0, 0, 334.33160400390625, -4674.82275390625, 24.21859550476074218, 1.012289404869079589, 0, 0, 0.484808921813964843, 0.87462007999420166, 120, 255, 1, 46340), -- HangingSkullLight02 (Area: Razor Hill - Difficulty: 0) +(@OGUID+50, 180472, 1, 14, 362, '0', 0, 0, 341.217010498046875, -4695.40966796875, 24.19691658020019531, 1.012289404869079589, 0, 0, 0.484808921813964843, 0.87462007999420166, 120, 255, 1, 46340), -- HangingSkullLight02 (Area: Razor Hill - Difficulty: 0) +(@OGUID+51, 180472, 1, 14, 362, '0', 0, 0, 353.671875, -4686.4462890625, 24.18587684631347656, 1.012289404869079589, 0, 0, 0.484808921813964843, 0.87462007999420166, 120, 255, 1, 46340), -- HangingSkullLight02 (Area: Razor Hill - Difficulty: 0) +(@OGUID+52, 180472, 1, 14, 362, '0', 0, 0, 346.6319580078125, -4673.5693359375, 24.17764472961425781, 1.012289404869079589, 0, 0, 0.484808921813964843, 0.87462007999420166, 120, 255, 1, 46340), -- HangingSkullLight02 (Area: Razor Hill - Difficulty: 0) +(@OGUID+53, 180523, 1, 14, 362, '0', 0, 0, 340.696197509765625, -4697.91162109375, 16.76005172729492187, 1.012289404869079589, 0, 0, 0.484808921813964843, 0.87462007999420166, 120, 255, 1, 46340), -- Apple Bob (Area: Razor Hill - Difficulty: 0) +(@OGUID+54, 186234, 1, 14, 362, '0', 0, 0, 239.62847900390625, -4562.0087890625, 18.42517280578613281, 2.792518377304077148, 0, 0, 0.984807014465332031, 0.173652306199073791, 120, 255, 1, 46340), -- Water Barrel (Area: Razor Hill - Difficulty: 0) +(@OGUID+55, 186234, 1, 14, 362, '0', 0, 0, 352.680572509765625, -4740.74658203125, 9.621239662170410156, 3.263772249221801757, 0, 0, -0.99813461303710937, 0.061051756143569946, 120, 255, 1, 46340), -- Water Barrel (Area: Razor Hill - Difficulty: 0) +(@OGUID+56, 186614, 1, 14, 362, '0', 0, 0, 353.998260498046875, -4739.2568359375, 9.802014350891113281, 2.251473426818847656, 0, 0, 0.902585029602050781, 0.430511653423309326, 120, 255, 1, 46340), -- Water Bucket (Area: Razor Hill - Difficulty: 0) +(@OGUID+57, 186614, 1, 14, 362, '0', 0, 0, 354.647125244140625, -4739.91552734375, 9.8121490478515625, 6.056293010711669921, 0, 0, -0.11320304870605468, 0.993571877479553222, 120, 255, 1, 46340), -- Water Bucket (Area: Razor Hill - Difficulty: 0) +(@OGUID+58, 186615, 1, 14, 362, '0', 0, 0, 354.798614501953125, -4740.95166015625, 9.819157600402832031, 2.513273954391479492, 0, 0, 0.951056480407714843, 0.309017121791839599, 120, 255, 1, 46340), -- Water Buckets (Area: Razor Hill - Difficulty: 0) +(@OGUID+59, 186720, 1, 14, 362, '0', 0, 0, 286.564239501953125, -4561.45166015625, 30.18912696838378906, 2.426007747650146484, 0, 0, 0.936672210693359375, 0.350207358598709106, 120, 255, 1, 46340), -- Fire Effigy (Area: Razor Hill - Difficulty: 0) +(@OGUID+60, 186720, 1, 14, 362, '0', 0, 0, 289.557281494140625, -4568.09033203125, 38.97819900512695312, 2.251473426818847656, 0, 0, 0.902585029602050781, 0.430511653423309326, 120, 255, 1, 46340), -- Fire Effigy (Area: Razor Hill - Difficulty: 0) +(@OGUID+61, 186720, 1, 14, 362, '0', 0, 0, 278.171875, -4568.798828125, 26.74064064025878906, 1.640606880187988281, 0, 0, 0.731352806091308593, 0.6819993257522583, 120, 255, 1, 46340), -- Fire Effigy (Area: Razor Hill - Difficulty: 0) +(@OGUID+62, 186720, 1, 14, 362, '0', 0, 0, 296.095489501953125, -4565.25341796875, 38.96109771728515625, 1.343901276588439941, 0, 0, 0.622513771057128906, 0.78260880708694458, 120, 255, 1, 46340), -- Fire Effigy (Area: Razor Hill - Difficulty: 0) +(@OGUID+63, 186720, 1, 14, 362, '0', 0, 0, 292.40972900390625, -4558.6474609375, 30.90425682067871093, 3.281238555908203125, 0, 0, -0.99756336212158203, 0.069766148924827575, 120, 255, 1, 46340), -- Fire Effigy (Area: Razor Hill - Difficulty: 0) +(@OGUID+64, 190064, 1, 14, 362, '0', 0, 0, 342.447906494140625, -4687.626953125, 16.48921394348144531, 5.166176319122314453, 0, 0, -0.52991867065429687, 0.84804844856262207, 120, 255, 1, 46340); -- Candy Bucket (Area: Razor Hill - Difficulty: 0) + +-- Event spawns +DELETE FROM `game_event_creature` WHERE `eventEntry`=12 AND `guid` BETWEEN @CGUID+0 AND @CGUID+46; +INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES +(12, @CGUID+0), +(12, @CGUID+1), +(12, @CGUID+2), +(12, @CGUID+3), +(12, @CGUID+4), +(12, @CGUID+5), +(12, @CGUID+6), +(12, @CGUID+7), +(12, @CGUID+8), +(12, @CGUID+9), +(12, @CGUID+10), +(12, @CGUID+11), +(12, @CGUID+12), +(12, @CGUID+13), +(12, @CGUID+14), +(12, @CGUID+15), +(12, @CGUID+16), +(12, @CGUID+17), +(12, @CGUID+18), +(12, @CGUID+19), +(12, @CGUID+20), +(12, @CGUID+21), +(12, @CGUID+22), +(12, @CGUID+23), +(12, @CGUID+24), +(12, @CGUID+25), +(12, @CGUID+26), +(12, @CGUID+27), +(12, @CGUID+28), +(12, @CGUID+29), +(12, @CGUID+30), +(12, @CGUID+31), +(12, @CGUID+32), +(12, @CGUID+33), +(12, @CGUID+34), +(12, @CGUID+35), +(12, @CGUID+36), +(12, @CGUID+37), +(12, @CGUID+38), +(12, @CGUID+39), +(12, @CGUID+40), +(12, @CGUID+41), +(12, @CGUID+42), +(12, @CGUID+43), +(12, @CGUID+44), +(12, @CGUID+45), +(12, @CGUID+46); + +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+64; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48), +(12, @OGUID+49), +(12, @OGUID+50), +(12, @OGUID+51), +(12, @OGUID+52), +(12, @OGUID+53), +(12, @OGUID+54), +(12, @OGUID+55), +(12, @OGUID+56), +(12, @OGUID+57), +(12, @OGUID+58), +(12, @OGUID+59), +(12, @OGUID+60), +(12, @OGUID+61), +(12, @OGUID+62), +(12, @OGUID+63), +(12, @OGUID+64); diff --git a/sql/updates/world/master/2024_03_18_43_world_hallows_end_desolace.sql b/sql/updates/world/master/2024_03_18_43_world_hallows_end_desolace.sql new file mode 100644 index 0000000000000..9b93cd61a6c36 --- /dev/null +++ b/sql/updates/world/master/2024_03_18_43_world_hallows_end_desolace.sql @@ -0,0 +1,335 @@ +-- +SET @OGUID := 3807076; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3008699 AND 3008752; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3008699 AND 3008752; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3008699 AND 3008752; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+53; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 1, 405, 608, '0', 0, 0, 221.949920654296875, 1276.138671875, 201.6800384521484375, 5.445427894592285156, 0, 0, -0.40673637390136718, 0.913545548915863037, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Nijel's Point - Difficulty: 0) +(@OGUID+1, 180405, 1, 405, 608, '0', 0, 0, 221.74346923828125, 1259.8011474609375, 195.6831207275390625, 3.752462387084960937, 0, 0, -0.95371627807617187, 0.300707906484603881, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Nijel's Point - Difficulty: 0) +(@OGUID+2, 180405, 1, 405, 608, '0', 0, 0, 227.1924591064453125, 1234.6236572265625, 203.29559326171875, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Nijel's Point - Difficulty: 0) +(@OGUID+3, 180405, 1, 405, 608, '0', 0, 0, 261.901031494140625, 1276.8504638671875, 201.329071044921875, 2.146752834320068359, 0, 0, 0.878816604614257812, 0.477159708738327026, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Nijel's Point - Difficulty: 0) +(@OGUID+4, 180405, 1, 405, 608, '0', 0, 0, 271.16888427734375, 1238.32861328125, 201.329345703125, 2.059488296508789062, 0, 0, 0.857167243957519531, 0.515038192272186279, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Nijel's Point - Difficulty: 0) +(@OGUID+5, 180406, 1, 405, 608, '0', 0, 0, 212.835968017578125, 1257.55126953125, 195.6815948486328125, 3.717553615570068359, 0, 0, -0.95881938934326171, 0.284016460180282592, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Nijel's Point - Difficulty: 0) +(@OGUID+6, 180406, 1, 405, 608, '0', 0, 0, 218.6639556884765625, 1233.1553955078125, 195.6831207275390625, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Nijel's Point - Difficulty: 0) +(@OGUID+7, 180406, 1, 405, 608, '0', 0, 0, 221.1143646240234375, 1260.2047119140625, 203.297210693359375, 3.78736734390258789, 0, 0, -0.94832324981689453, 0.317305892705917358, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Nijel's Point - Difficulty: 0) +(@OGUID+8, 180406, 1, 405, 608, '0', 0, 0, 234.9542388916015625, 1220.6710205078125, 201.6930999755859375, 5.288348197937011718, 0, 0, -0.4771585464477539, 0.878817260265350341, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Nijel's Point - Difficulty: 0) +(@OGUID+9, 180406, 1, 405, 608, '0', 0, 0, 256.933258056640625, 1284.3687744140625, 201.6800079345703125, 2.164205789566040039, 0, 0, 0.882946968078613281, 0.469472706317901611, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Nijel's Point - Difficulty: 0) +(@OGUID+10, 180406, 1, 405, 608, '0', 0, 0, 270.58721923828125, 1245.658935546875, 201.3294219970703125, 2.129300594329833984, 0, 0, 0.874619483947753906, 0.484810054302215576, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Nijel's Point - Difficulty: 0) +(@OGUID+11, 180407, 1, 405, 608, '0', 0, 0, 212.62139892578125, 1258.2841796875, 203.2988433837890625, 3.735006093978881835, 0, 0, -0.95630455017089843, 0.292372345924377441, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Nijel's Point - Difficulty: 0) +(@OGUID+12, 180407, 1, 405, 608, '0', 0, 0, 227.55224609375, 1235.4893798828125, 195.6803741455078125, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Nijel's Point - Difficulty: 0) +(@OGUID+13, 180407, 1, 405, 608, '0', 0, 0, 218.8006744384765625, 1232.53564453125, 203.2965850830078125, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Nijel's Point - Difficulty: 0) +(@OGUID+14, 180407, 1, 405, 608, '0', 0, 0, 264.629669189453125, 1270.05859375, 201.32806396484375, 2.146752834320068359, 0, 0, 0.878816604614257812, 0.477159708738327026, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Nijel's Point - Difficulty: 0) +(@OGUID+15, 180407, 1, 405, 608, '0', 0, 0, 270.63800048828125, 1229.254150390625, 201.6952667236328125, 2.094393253326416015, 0, 0, 0.866024971008300781, 0.50000077486038208, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Nijel's Point - Difficulty: 0) +(@OGUID+16, 180410, 1, 405, 608, '0', 0, 0, 229.7708587646484375, 1241.9364013671875, 197.942657470703125, 1.797688722610473632, 0, 0, 0.7826080322265625, 0.622514784336090087, 120, 255, 1, 46366), -- G_HangingSkeleton_01 (Area: Nijel's Point - Difficulty: 0) +(@OGUID+17, 180411, 1, 405, 608, '0', 0, 0, 202.236114501953125, 1242.236083984375, 206.33197021484375, 0.087265998125076293, 0, 0, 0.043619155883789062, 0.999048233032226562, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Nijel's Point - Difficulty: 0) +(@OGUID+18, 180411, 1, 405, 608, '0', 0, 0, 255.3680572509765625, 1213.6492919921875, 207.6495208740234375, 1.48352813720703125, 0, 0, 0.675589561462402343, 0.737277925014495849, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Nijel's Point - Difficulty: 0) +(@OGUID+19, 180411, 1, 405, 608, '0', 0, 0, 251.51910400390625, 1229.7117919921875, 217.1167144775390625, 0.24434557557106018, 0, 0, 0.121869087219238281, 0.9925462007522583, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Nijel's Point - Difficulty: 0) +(@OGUID+20, 180411, 1, 405, 608, '0', 0, 0, 240.50347900390625, 1275.9288330078125, 217.2572021484375, 0.087265998125076293, 0, 0, 0.043619155883789062, 0.999048233032226562, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Nijel's Point - Difficulty: 0) +(@OGUID+21, 180411, 1, 405, 608, '0', 0, 0, 236.59722900390625, 1291.7447509765625, 207.300018310546875, 5.602506637573242187, 0, 0, -0.33380699157714843, 0.942641437053680419, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Nijel's Point - Difficulty: 0) +(@OGUID+22, 180426, 1, 405, 608, '0', 0, 0, 245.8844757080078125, 1252.709228515625, 221.199920654296875, 3.473210096359252929, 0, 0, -0.98628520965576171, 0.165049895644187927, 120, 255, 1, 46366), -- Bat01 (Area: Nijel's Point - Difficulty: 0) +(@OGUID+23, 180426, 1, 405, 608, '0', 0, 0, 246.0086822509765625, 1252.8177490234375, 228.0140533447265625, 5.70722818374633789, 0, 0, -0.28401470184326171, 0.958819925785064697, 120, 255, 1, 46366), -- Bat01 (Area: Nijel's Point - Difficulty: 0) +(@OGUID+24, 180426, 1, 405, 608, '0', 0, 0, 245.8994140625, 1252.7877197265625, 221.20806884765625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Nijel's Point - Difficulty: 0) +(@OGUID+25, 180426, 1, 405, 608, '0', 0, 0, 246.0474395751953125, 1252.646484375, 221.196807861328125, 5.759587764739990234, 0, 0, -0.25881862640380859, 0.965925931930541992, 120, 255, 1, 46366), -- Bat01 (Area: Nijel's Point - Difficulty: 0) +(@OGUID+26, 180426, 1, 405, 608, '0', 0, 0, 246.048614501953125, 1252.5850830078125, 230.3841094970703125, 5.462882041931152343, 0, 0, -0.39874839782714843, 0.917060375213623046, 120, 255, 1, 46366), -- Bat01 (Area: Nijel's Point - Difficulty: 0) +(@OGUID+27, 180426, 1, 405, 608, '0', 0, 0, 246.0104217529296875, 1252.6944580078125, 225.764556884765625, 3.298687219619750976, 0, 0, -0.99691677093505859, 0.078466430306434631, 120, 255, 1, 46366), -- Bat01 (Area: Nijel's Point - Difficulty: 0) +(@OGUID+28, 180426, 1, 405, 608, '0', 0, 0, 245.9545135498046875, 1252.905517578125, 221.2194366455078125, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 46366), -- Bat01 (Area: Nijel's Point - Difficulty: 0) +(@OGUID+29, 180426, 1, 405, 608, '0', 0, 0, 245.9801483154296875, 1252.7508544921875, 221.20196533203125, 4.136432647705078125, 0, 0, -0.87881660461425781, 0.477159708738327026, 120, 255, 1, 46366), -- Bat01 (Area: Nijel's Point - Difficulty: 0) +(@OGUID+30, 180426, 1, 405, 608, '0', 0, 0, 245.9375, 1252.7274169921875, 229.2422943115234375, 3.036838293075561523, 0, 0, 0.998628616333007812, 0.052353221923112869, 120, 255, 1, 46366), -- Bat01 (Area: Nijel's Point - Difficulty: 0) +(@OGUID+31, 180426, 1, 405, 608, '0', 0, 0, 245.8871612548828125, 1252.732666015625, 224.278778076171875, 3.577930212020874023, 0, 0, -0.97629547119140625, 0.216442063450813293, 120, 255, 1, 46366), -- Bat01 (Area: Nijel's Point - Difficulty: 0) +(@OGUID+32, 180427, 1, 405, 608, '0', 0, 0, 245.8878021240234375, 1252.6629638671875, 221.1948089599609375, 4.171337604522705078, 0, 0, -0.87035560607910156, 0.492423713207244873, 120, 255, 1, 46366), -- Bat02 (Area: Nijel's Point - Difficulty: 0) +(@OGUID+33, 180427, 1, 405, 608, '0', 0, 0, 245.9142303466796875, 1252.7020263671875, 221.1983795166015625, 0.383971005678176879, 0, 0, 0.190808296203613281, 0.981627285480499267, 120, 255, 1, 46366), -- Bat02 (Area: Nijel's Point - Difficulty: 0) +(@OGUID+34, 180427, 1, 405, 608, '0', 0, 0, 245.90972900390625, 1252.7535400390625, 230.7041015625, 4.9218292236328125, 0, 0, -0.62932014465332031, 0.77714616060256958, 120, 255, 1, 46366), -- Bat02 (Area: Nijel's Point - Difficulty: 0) +(@OGUID+35, 180427, 1, 405, 608, '0', 0, 0, 245.9114532470703125, 1252.7066650390625, 230.955810546875, 5.532694816589355468, 0, 0, -0.3665008544921875, 0.93041771650314331, 120, 255, 1, 46366), -- Bat02 (Area: Nijel's Point - Difficulty: 0) +(@OGUID+36, 180427, 1, 405, 608, '0', 0, 0, 245.84722900390625, 1252.7083740234375, 225.2355499267578125, 5.619962215423583984, 0, 0, -0.32556724548339843, 0.945518851280212402, 120, 255, 1, 46366), -- Bat02 (Area: Nijel's Point - Difficulty: 0) +(@OGUID+37, 180427, 1, 405, 608, '0', 0, 0, 245.9370880126953125, 1252.7607421875, 221.20416259765625, 5.654868602752685546, 0, 0, -0.30901622772216796, 0.95105677843093872, 120, 255, 1, 46366), -- Bat02 (Area: Nijel's Point - Difficulty: 0) +(@OGUID+38, 180427, 1, 405, 608, '0', 0, 0, 245.8402862548828125, 1252.8125, 229.142852783203125, 5.026549339294433593, 0, 0, -0.5877847671508789, 0.809017360210418701, 120, 255, 1, 46366), -- Bat02 (Area: Nijel's Point - Difficulty: 0) +(@OGUID+39, 180427, 1, 405, 608, '0', 0, 0, 245.9269256591796875, 1252.687744140625, 221.1964874267578125, 6.03883981704711914, 0, 0, -0.12186908721923828, 0.9925462007522583, 120, 255, 1, 46366), -- Bat02 (Area: Nijel's Point - Difficulty: 0) +(@OGUID+40, 180427, 1, 405, 608, '0', 0, 0, 245.9895782470703125, 1252.6788330078125, 224.909088134765625, 1.937312245368957519, 0, 0, 0.824125289916992187, 0.566407561302185058, 120, 255, 1, 46366), -- Bat02 (Area: Nijel's Point - Difficulty: 0) +(@OGUID+41, 180427, 1, 405, 608, '0', 0, 0, 245.8852081298828125, 1252.771484375, 221.2066802978515625, 1.291541695594787597, 0, 0, 0.60181427001953125, 0.798636078834533691, 120, 255, 1, 46366), -- Bat02 (Area: Nijel's Point - Difficulty: 0) +(@OGUID+42, 180471, 1, 405, 608, '0', 0, 0, 230.8975677490234375, 1256.30908203125, 200.013153076171875, 0.15707901120185852, 0, 0, 0.078458786010742187, 0.996917366981506347, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nijel's Point - Difficulty: 0) +(@OGUID+43, 180471, 1, 405, 608, '0', 0, 0, 233.92535400390625, 1243.501708984375, 200.5011138916015625, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nijel's Point - Difficulty: 0) +(@OGUID+44, 180471, 1, 405, 608, '0', 0, 0, 259.958343505859375, 1242.7239990234375, 198.736785888671875, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nijel's Point - Difficulty: 0) +(@OGUID+45, 180471, 1, 405, 608, '0', 0, 0, 260.314239501953125, 1236.01220703125, 198.7664642333984375, 4.799657344818115234, 0, 0, -0.67558956146240234, 0.737277925014495849, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nijel's Point - Difficulty: 0) +(@OGUID+46, 180471, 1, 405, 608, '0', 0, 0, 251.3125, 1274.0242919921875, 198.7124176025390625, 4.939284324645996093, 0, 0, -0.6225137710571289, 0.78260880708694458, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nijel's Point - Difficulty: 0) +(@OGUID+47, 180471, 1, 405, 608, '0', 0, 0, 253.90972900390625, 1267.8975830078125, 198.78460693359375, 4.991643905639648437, 0, 0, -0.60181427001953125, 0.798636078834533691, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nijel's Point - Difficulty: 0) +(@OGUID+48, 180472, 1, 405, 608, '0', 0, 0, 225.439239501953125, 1242.1961669921875, 202.1258544921875, 1.797688722610473632, 0, 0, 0.7826080322265625, 0.622514784336090087, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Nijel's Point - Difficulty: 0) +(@OGUID+49, 180472, 1, 405, 608, '0', 0, 0, 222.9340362548828125, 1252.55908203125, 202.11334228515625, 4.939284324645996093, 0, 0, -0.6225137710571289, 0.78260880708694458, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Nijel's Point - Difficulty: 0) +(@OGUID+50, 180472, 1, 405, 608, '0', 0, 0, 252.6979217529296875, 1224.99658203125, 200.0660400390625, 5.009094715118408203, 0, 0, -0.59482288360595703, 0.80385679006576538, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Nijel's Point - Difficulty: 0) +(@OGUID+51, 180472, 1, 405, 608, '0', 0, 0, 239.39410400390625, 1280.4410400390625, 200.0805511474609375, 1.954769015312194824, 0, 0, 0.829037666320800781, 0.559192776679992675, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Nijel's Point - Difficulty: 0) +(@OGUID+52, 180523, 1, 405, 608, '0', 0, 0, 237.8680572509765625, 1255.6007080078125, 192.4280853271484375, 4.555310726165771484, 0, 0, -0.76040554046630859, 0.649448513984680175, 120, 255, 1, 46366), -- Apple Bob (Area: Nijel's Point - Difficulty: 0) +(@OGUID+53, 190051, 1, 405, 608, '0', 0, 0, 254.6195831298828125, 1251.2564697265625, 193.4336395263671875, 4.537858963012695312, 0, 0, -0.76604366302490234, 0.642788589000701904, 120, 255, 1, 46366); -- Candy Bucket (Area: Nijel's Point - Difficulty: 0) + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+53; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48), +(12, @OGUID+49), +(12, @OGUID+50), +(12, @OGUID+51), +(12, @OGUID+52), +(12, @OGUID+53); + +-- +SET @OGUID := 3807130; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3008753 AND 3008788; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3008753 AND 3008788; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3008753 AND 3008788; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+35; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 1, 405, 2408, '0', 0, 0, -1609.78125, 3160.184814453125, 47.56081390380859375, 1.361356139183044433, 0, 0, 0.629320144653320312, 0.77714616060256958, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Shadowprey Village - Difficulty: 0) +(@OGUID+1, 180405, 1, 405, 2408, '0', 0, 0, -1603.46533203125, 3126.34033203125, 47.65386962890625, 5.759587764739990234, 0, 0, -0.25881862640380859, 0.965925931930541992, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Shadowprey Village - Difficulty: 0) +(@OGUID+2, 180406, 1, 405, 2408, '0', 0, 0, -1609.9010009765625, 3124.209228515625, 62.99876785278320312, 6.073746204376220703, 0, 0, -0.10452842712402343, 0.994521915912628173, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Shadowprey Village - Difficulty: 0) +(@OGUID+3, 180406, 1, 405, 2408, '0', 0, 0, -1582.0242919921875, 3165.58935546875, 47.56081771850585937, 6.021387100219726562, 0, 0, -0.13052558898925781, 0.991444945335388183, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Shadowprey Village - Difficulty: 0) +(@OGUID+4, 180407, 1, 405, 2408, '0', 0, 0, -1610.4583740234375, 3131.244873046875, 47.65163040161132812, 0.226892471313476562, 0, 0, 0.113203048706054687, 0.993571877479553222, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Shadowprey Village - Difficulty: 0) +(@OGUID+5, 180407, 1, 405, 2408, '0', 0, 0, -1575.6441650390625, 3136.975830078125, 47.56081390380859375, 4.537858963012695312, 0, 0, -0.76604366302490234, 0.642788589000701904, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Shadowprey Village - Difficulty: 0) +(@OGUID+6, 180411, 1, 405, 2408, '0', 0, 0, -1610.9254150390625, 3122.731689453125, 53.09714126586914062, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Shadowprey Village - Difficulty: 0) +(@OGUID+7, 180426, 1, 405, 2408, '0', 0, 0, -1592.8629150390625, 3149.125, 80.897186279296875, 4.834563255310058593, 0, 0, -0.66261959075927734, 0.748956084251403808, 120, 255, 1, 46366), -- Bat01 (Area: Shadowprey Village - Difficulty: 0) +(@OGUID+8, 180426, 1, 405, 2408, '0', 0, 0, -1592.93408203125, 3149.16845703125, 80.820770263671875, 2.809975385665893554, 0, 0, 0.986285209655761718, 0.165049895644187927, 120, 255, 1, 46366), -- Bat01 (Area: Shadowprey Village - Difficulty: 0) +(@OGUID+9, 180426, 1, 405, 2408, '0', 0, 0, -1592.7708740234375, 3149.18408203125, 80.86794281005859375, 5.585053920745849609, 0, 0, -0.34202003479003906, 0.939692676067352294, 120, 255, 1, 46366), -- Bat01 (Area: Shadowprey Village - Difficulty: 0) +(@OGUID+10, 180426, 1, 405, 2408, '0', 0, 0, -1592.875, 3149.07470703125, 80.855194091796875, 3.43830275535583496, 0, 0, -0.98901557922363281, 0.147811368107795715, 120, 255, 1, 46366), -- Bat01 (Area: Shadowprey Village - Difficulty: 0) +(@OGUID+11, 180426, 1, 405, 2408, '0', 0, 0, -1592.8472900390625, 3149.061767578125, 80.85068511962890625, 2.076939344406127929, 0, 0, 0.861628532409667968, 0.50753939151763916, 120, 255, 1, 46366), -- Bat01 (Area: Shadowprey Village - Difficulty: 0) +(@OGUID+12, 180426, 1, 405, 2408, '0', 0, 0, -1592.87158203125, 3149.09375, 80.86968231201171875, 3.316144466400146484, 0, 0, -0.99619388580322265, 0.087165042757987976, 120, 255, 1, 46366), -- Bat01 (Area: Shadowprey Village - Difficulty: 0) +(@OGUID+13, 180426, 1, 405, 2408, '0', 0, 0, -1592.859375, 3148.88720703125, 80.710174560546875, 5.864306926727294921, 0, 0, -0.20791149139404296, 0.978147625923156738, 120, 255, 1, 46366), -- Bat01 (Area: Shadowprey Village - Difficulty: 0) +(@OGUID+14, 180426, 1, 405, 2408, '0', 0, 0, -1592.9896240234375, 3148.967041015625, 80.69730377197265625, 1.221729278564453125, 0, 0, 0.573575973510742187, 0.819152355194091796, 120, 255, 1, 46366), -- Bat01 (Area: Shadowprey Village - Difficulty: 0) +(@OGUID+15, 180426, 1, 405, 2408, '0', 0, 0, -1592.890625, 3149.119873046875, 80.873748779296875, 6.14356088638305664, 0, 0, -0.06975555419921875, 0.997564136981964111, 120, 255, 1, 46366), -- Bat01 (Area: Shadowprey Village - Difficulty: 0) +(@OGUID+16, 180426, 1, 405, 2408, '0', 0, 0, -1592.8367919921875, 3149.15625, 80.91947174072265625, 2.949595451354980468, 0, 0, 0.995395660400390625, 0.095851235091686248, 120, 255, 1, 46366), -- Bat01 (Area: Shadowprey Village - Difficulty: 0) +(@OGUID+17, 180427, 1, 405, 2408, '0', 0, 0, -1592.8975830078125, 3149.0322265625, 80.8090057373046875, 0.401424884796142578, 0, 0, 0.199367523193359375, 0.979924798011779785, 120, 255, 1, 46366), -- Bat02 (Area: Shadowprey Village - Difficulty: 0) +(@OGUID+18, 180427, 1, 405, 2408, '0', 0, 0, -1592.6441650390625, 3149.007080078125, 80.76430511474609375, 3.543023586273193359, 0, 0, -0.97992420196533203, 0.199370384216308593, 120, 255, 1, 46366), -- Bat02 (Area: Shadowprey Village - Difficulty: 0) +(@OGUID+19, 180427, 1, 405, 2408, '0', 0, 0, -1592.7691650390625, 3149.16748046875, 80.87404632568359375, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 46366), -- Bat02 (Area: Shadowprey Village - Difficulty: 0) +(@OGUID+20, 180427, 1, 405, 2408, '0', 0, 0, -1592.8367919921875, 3149.092041015625, 80.8762664794921875, 2.426007747650146484, 0, 0, 0.936672210693359375, 0.350207358598709106, 120, 255, 1, 46366), -- Bat02 (Area: Shadowprey Village - Difficulty: 0) +(@OGUID+21, 180427, 1, 405, 2408, '0', 0, 0, -1592.9254150390625, 3149.0625, 80.80925750732421875, 2.059488296508789062, 0, 0, 0.857167243957519531, 0.515038192272186279, 120, 255, 1, 46366), -- Bat02 (Area: Shadowprey Village - Difficulty: 0) +(@OGUID+22, 180427, 1, 405, 2408, '0', 0, 0, -1592.8367919921875, 3149.174560546875, 80.91622161865234375, 0.349065244197845458, 0, 0, 0.173647880554199218, 0.984807789325714111, 120, 255, 1, 46366), -- Bat02 (Area: Shadowprey Village - Difficulty: 0) +(@OGUID+23, 180427, 1, 405, 2408, '0', 0, 0, -1592.8958740234375, 3148.935791015625, 80.74371337890625, 4.223697185516357421, 0, 0, -0.85716724395751953, 0.515038192272186279, 120, 255, 1, 46366), -- Bat02 (Area: Shadowprey Village - Difficulty: 0) +(@OGUID+24, 180427, 1, 405, 2408, '0', 0, 0, -1592.8367919921875, 3149.142333984375, 80.9112701416015625, 4.642575740814208984, 0, 0, -0.731353759765625, 0.681998312473297119, 120, 255, 1, 46366), -- Bat02 (Area: Shadowprey Village - Difficulty: 0) +(@OGUID+25, 180427, 1, 405, 2408, '0', 0, 0, -1592.85595703125, 3149.190185546875, 80.9032135009765625, 2.426007747650146484, 0, 0, 0.936672210693359375, 0.350207358598709106, 120, 255, 1, 46366), -- Bat02 (Area: Shadowprey Village - Difficulty: 0) +(@OGUID+26, 180427, 1, 405, 2408, '0', 0, 0, -1592.9254150390625, 3149.140625, 80.8411712646484375, 5.550147056579589843, 0, 0, -0.358367919921875, 0.933580458164215087, 120, 255, 1, 46366), -- Bat02 (Area: Shadowprey Village - Difficulty: 0) +(@OGUID+27, 180471, 1, 405, 2408, '0', 0, 0, -1602.8021240234375, 3126.710205078125, 50.84427261352539062, 5.532694816589355468, 0, 0, -0.3665008544921875, 0.93041771650314331, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Shadowprey Village - Difficulty: 0) +(@OGUID+28, 180471, 1, 405, 2408, '0', 0, 0, -1609.9305419921875, 3131.578125, 50.72977828979492187, 5.637413978576660156, 0, 0, -0.31730461120605468, 0.948323667049407958, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Shadowprey Village - Difficulty: 0) +(@OGUID+29, 180471, 1, 405, 2408, '0', 0, 0, -1578.826416015625, 3138.7353515625, 51.14436721801757812, 4.084071159362792968, 0, 0, -0.8910064697265625, 0.453990638256072998, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Shadowprey Village - Difficulty: 0) +(@OGUID+30, 180472, 1, 405, 2408, '0', 0, 0, -1607.0538330078125, 3158.33935546875, 52.42725372314453125, 5.811946868896484375, 0, 0, -0.2334451675415039, 0.972369968891143798, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Shadowprey Village - Difficulty: 0) +(@OGUID+31, 180472, 1, 405, 2408, '0', 0, 0, -1586.9132080078125, 3158.36376953125, 52.4399566650390625, 4.258606910705566406, 0, 0, -0.84804725646972656, 0.529920578002929687, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Shadowprey Village - Difficulty: 0) +(@OGUID+32, 180472, 1, 405, 2408, '0', 0, 0, -1585.5521240234375, 3139.678955078125, 52.02799224853515625, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Shadowprey Village - Difficulty: 0) +(@OGUID+33, 180472, 1, 405, 2408, '0', 0, 0, -1582.26220703125, 3144.87060546875, 52.05577468872070312, 3.752462387084960937, 0, 0, -0.95371627807617187, 0.300707906484603881, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Shadowprey Village - Difficulty: 0) +(@OGUID+34, 180523, 1, 405, 2408, '0', 0, 0, -1582.52783203125, 3141.48876953125, 47.22888946533203125, 3.700104713439941406, 0, 0, -0.96126079559326171, 0.275640487670898437, 120, 255, 1, 46366), -- Apple Bob (Area: Shadowprey Village - Difficulty: 0) +(@OGUID+35, 190083, 1, 405, 2408, '0', 0, 0, -1595.170166015625, 3150.905517578125, 46.95806121826171875, 0.017452461645007133, 0, 0, 0.008726119995117187, 0.999961912631988525, 120, 255, 1, 46366); -- Candy Bucket (Area: Shadowprey Village - Difficulty: 0) + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+35; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35); + +-- +SET @OGUID := 3807166; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3008789 AND 3008842; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3008789 AND 3008842; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3008789 AND 3008842; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+53; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 1, 405, 4804, '0', 0, 0, -945.03643798828125, 1628.1666259765625, 65.23195648193359375, 2.024578809738159179, 0, 0, 0.848047256469726562, 0.529920578002929687, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Cenarion Wildlands - Difficulty: 0) +(@OGUID+1, 180405, 1, 405, 4804, '0', 0, 0, -966.795166015625, 1673.2239990234375, 65.2319488525390625, 3.595378875732421875, 0, 0, -0.97437000274658203, 0.224951311945915222, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Cenarion Wildlands - Difficulty: 0) +(@OGUID+2, 180405, 1, 405, 4805, '0', 0, 0, -1008.8367919921875, 1623.3367919921875, 65.2319488525390625, 5.567600727081298828, 0, 0, -0.35020732879638671, 0.936672210693359375, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Karnum's Glade - Difficulty: 0) +(@OGUID+3, 180405, 1, 405, 4804, '0', 0, 0, -1044.125, 1669.2847900390625, 59.85930633544921875, 1.047197580337524414, 0, 0, 0.5, 0.866025388240814208, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Cenarion Wildlands - Difficulty: 0) +(@OGUID+4, 180406, 1, 405, 4805, '0', 0, 0, -1011.69097900390625, 1650.3194580078125, 65.2319488525390625, 5.113816738128662109, 0, 0, -0.55193614959716796, 0.833886384963989257, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Karnum's Glade - Difficulty: 0) +(@OGUID+5, 180406, 1, 405, 4805, '0', 0, 0, -962.1944580078125, 1608.5867919921875, 65.2319488525390625, 1.029743075370788574, 0, 0, 0.492423057556152343, 0.870355963706970214, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Karnum's Glade - Difficulty: 0) +(@OGUID+6, 180406, 1, 405, 4805, '0', 0, 0, -1094.109375, 1657.513916015625, 60.91345977783203125, 2.932138919830322265, 0, 0, 0.994521141052246093, 0.104535527527332305, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Karnum's Glade - Difficulty: 0) +(@OGUID+7, 180407, 1, 405, 4804, '0', 0, 0, -946.185791015625, 1654.6007080078125, 65.23195648193359375, 2.757613182067871093, 0, 0, 0.981626510620117187, 0.190812408924102783, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Cenarion Wildlands - Difficulty: 0) +(@OGUID+8, 180407, 1, 405, 4805, '0', 0, 0, -993.5399169921875, 1671.107666015625, 65.23195648193359375, 3.857182979583740234, 0, 0, -0.93667125701904296, 0.350209832191467285, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Karnum's Glade - Difficulty: 0) +(@OGUID+9, 180407, 1, 405, 4805, '0', 0, 0, -989, 1606.3125, 65.2319488525390625, 0.209439441561698913, 0, 0, 0.104528427124023437, 0.994521915912628173, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Karnum's Glade - Difficulty: 0) +(@OGUID+10, 180407, 1, 405, 4805, '0', 0, 0, -1047.4774169921875, 1609.3055419921875, 60.01761245727539062, 2.338739633560180664, 0, 0, 0.920504570007324218, 0.3907318115234375, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Karnum's Glade - Difficulty: 0) +(@OGUID+11, 180410, 1, 405, 4805, '0', 0, 0, -998.18402099609375, 1594.7430419921875, 61.21399688720703125, 1.413715124130249023, 0, 0, 0.649447441101074218, 0.760406434535980224, 120, 255, 1, 46366), -- G_HangingSkeleton_01 (Area: Karnum's Glade - Difficulty: 0) +(@OGUID+12, 180415, 1, 405, 4805, '0', 0, 0, -944.33856201171875, 1592.529541015625, 60.95909881591796875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Karnum's Glade - Difficulty: 0) +(@OGUID+13, 180415, 1, 405, 4805, '0', 0, 0, -954.40277099609375, 1599.795166015625, 60.27069854736328125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Karnum's Glade - Difficulty: 0) +(@OGUID+14, 180415, 1, 405, 4805, '0', 0, 0, -958.0399169921875, 1596.220458984375, 60.54174041748046875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Karnum's Glade - Difficulty: 0) +(@OGUID+15, 180415, 1, 405, 4805, '0', 0, 0, -953.48785400390625, 1593.138916015625, 61.0576171875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Karnum's Glade - Difficulty: 0) +(@OGUID+16, 180415, 1, 405, 4805, '0', 0, 0, -946.263916015625, 1588.248291015625, 60.86791229248046875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Karnum's Glade - Difficulty: 0) +(@OGUID+17, 180415, 1, 405, 4805, '0', 0, 0, -951.32293701171875, 1595.388916015625, 60.72307586669921875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Karnum's Glade - Difficulty: 0) +(@OGUID+18, 180415, 1, 405, 4805, '0', 0, 0, -1037.298583984375, 1640.470458984375, 60.5652618408203125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Karnum's Glade - Difficulty: 0) +(@OGUID+19, 180415, 1, 405, 4805, '0', 0, 0, -1030.84033203125, 1642.2603759765625, 60.00897216796875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Karnum's Glade - Difficulty: 0) +(@OGUID+20, 180415, 1, 405, 4805, '0', 0, 0, -1030.8697509765625, 1636.43408203125, 60.19165802001953125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Karnum's Glade - Difficulty: 0) +(@OGUID+21, 180415, 1, 405, 4805, '0', 0, 0, -1034.57470703125, 1640.6129150390625, 60.25720977783203125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Karnum's Glade - Difficulty: 0) +(@OGUID+22, 180415, 1, 405, 4805, '0', 0, 0, -1027.4305419921875, 1638.9913330078125, 59.98186111450195312, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Karnum's Glade - Difficulty: 0) +(@OGUID+23, 180415, 1, 405, 4805, '0', 0, 0, -1025.4896240234375, 1619.8819580078125, 60.21964645385742187, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Karnum's Glade - Difficulty: 0) +(@OGUID+24, 180415, 1, 405, 4805, '0', 0, 0, -1024.99658203125, 1612.0103759765625, 59.85584259033203125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Karnum's Glade - Difficulty: 0) +(@OGUID+25, 180415, 1, 405, 4805, '0', 0, 0, -984.859375, 1593.60595703125, 59.89788055419921875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Karnum's Glade - Difficulty: 0) +(@OGUID+26, 180415, 1, 405, 4805, '0', 0, 0, -1034.373291015625, 1634.8819580078125, 60.2301788330078125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Karnum's Glade - Difficulty: 0) +(@OGUID+27, 180415, 1, 405, 4805, '0', 0, 0, -1012.30548095703125, 1607.80908203125, 59.93840789794921875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Karnum's Glade - Difficulty: 0) +(@OGUID+28, 180415, 1, 405, 4805, '0', 0, 0, -1000.81951904296875, 1597.7864990234375, 59.86505889892578125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Karnum's Glade - Difficulty: 0) +(@OGUID+29, 180415, 1, 405, 4805, '0', 0, 0, -1021.00347900390625, 1621.3072509765625, 59.96859359741210937, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Karnum's Glade - Difficulty: 0) +(@OGUID+30, 180415, 1, 405, 4805, '0', 0, 0, -1030.8125, 1617.9879150390625, 60.12982940673828125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Karnum's Glade - Difficulty: 0) +(@OGUID+31, 180415, 1, 405, 4805, '0', 0, 0, -1019.123291015625, 1615.3228759765625, 59.85802459716796875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Karnum's Glade - Difficulty: 0) +(@OGUID+32, 180415, 1, 405, 4805, '0', 0, 0, -957.046875, 1566.7396240234375, 60.1750640869140625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Karnum's Glade - Difficulty: 0) +(@OGUID+33, 180415, 1, 405, 4805, '0', 0, 0, -960.078125, 1562.5399169921875, 60.34851837158203125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Karnum's Glade - Difficulty: 0) +(@OGUID+34, 180415, 1, 405, 4805, '0', 0, 0, -965.22918701171875, 1566.435791015625, 60.34218215942382812, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Karnum's Glade - Difficulty: 0) +(@OGUID+35, 180415, 1, 405, 4805, '0', 0, 0, -967.90802001953125, 1575.185791015625, 59.91448974609375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Karnum's Glade - Difficulty: 0) +(@OGUID+36, 180415, 1, 405, 4805, '0', 0, 0, -962.6163330078125, 1570.8333740234375, 60.07040023803710937, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Karnum's Glade - Difficulty: 0) +(@OGUID+37, 180415, 1, 405, 4805, '0', 0, 0, -969.248291015625, 1567.2847900390625, 60.04226303100585937, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Karnum's Glade - Difficulty: 0) +(@OGUID+38, 180425, 1, 405, 4804, '0', 0, 0, -1041.6007080078125, 1659.982666015625, 62.3169708251953125, 5.759587764739990234, 0, 0, -0.25881862640380859, 0.965925931930541992, 120, 255, 1, 46366), -- SkullCandle01 (Area: Cenarion Wildlands - Difficulty: 0) +(@OGUID+39, 180426, 1, 405, 4804, '0', 0, 0, -939.02606201171875, 1660.8958740234375, 59.86583709716796875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Cenarion Wildlands - Difficulty: 0) +(@OGUID+40, 180426, 1, 405, 4804, '0', 0, 0, -978.66839599609375, 1677.23095703125, 63.265625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Cenarion Wildlands - Difficulty: 0) +(@OGUID+41, 180426, 1, 405, 4804, '0', 0, 0, -939.29864501953125, 1620.407958984375, 59.88861846923828125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Cenarion Wildlands - Difficulty: 0) +(@OGUID+42, 180426, 1, 405, 4805, '0', 0, 0, -971.97222900390625, 1593.2117919921875, 59.90062332153320312, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Karnum's Glade - Difficulty: 0) +(@OGUID+43, 180426, 1, 405, 4805, '0', 0, 0, -1026.7882080078125, 1654.8055419921875, 59.91766357421875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Karnum's Glade - Difficulty: 0) +(@OGUID+44, 180426, 1, 405, 4805, '0', 0, 0, -1009.19622802734375, 1664.0035400390625, 59.85584259033203125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Karnum's Glade - Difficulty: 0) +(@OGUID+45, 180427, 1, 405, 4804, '0', 0, 0, -940.75177001953125, 1655.59033203125, 60.9012603759765625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Cenarion Wildlands - Difficulty: 0) +(@OGUID+46, 180427, 1, 405, 4804, '0', 0, 0, -939.66839599609375, 1647.9322509765625, 60.27737808227539062, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Cenarion Wildlands - Difficulty: 0) +(@OGUID+47, 180427, 1, 405, 4804, '0', 0, 0, -982.39410400390625, 1682.3524169921875, 59.85596466064453125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Cenarion Wildlands - Difficulty: 0) +(@OGUID+48, 180427, 1, 405, 4805, '0', 0, 0, -1018.3245849609375, 1648.763916015625, 60.21622848510742187, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Karnum's Glade - Difficulty: 0) +(@OGUID+49, 180427, 1, 405, 4805, '0', 0, 0, -1016.71527099609375, 1630.8541259765625, 65.23198699951171875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Karnum's Glade - Difficulty: 0) +(@OGUID+50, 180427, 1, 405, 4805, '0', 0, 0, -963.9149169921875, 1599.6649169921875, 59.9457550048828125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Karnum's Glade - Difficulty: 0) +(@OGUID+51, 180472, 1, 405, 4804, '0', 0, 0, -1042.7083740234375, 1673.5972900390625, 68.29161834716796875, 5.218535900115966796, 0, 0, -0.507537841796875, 0.861629426479339599, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Cenarion Wildlands - Difficulty: 0) +(@OGUID+52, 180523, 1, 405, 4805, '0', 0, 0, -1032.8853759765625, 1674.3367919921875, 60.27830123901367187, 4.939284324645996093, 0, 0, -0.6225137710571289, 0.78260880708694458, 120, 255, 1, 46366), -- Apple Bob (Area: Karnum's Glade - Difficulty: 0) +(@OGUID+53, 208157, 1, 405, 4804, '0', 0, 0, -1050.595458984375, 1683.173583984375, 60.13857650756835937, 1.082102894783020019, 0, 0, 0.51503753662109375, 0.857167601585388183, 120, 255, 1, 46366); -- Candy Bucket (Area: Cenarion Wildlands - Difficulty: 0) + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+53; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48), +(12, @OGUID+49), +(12, @OGUID+50), +(12, @OGUID+51), +(12, @OGUID+52), +(12, @OGUID+53); diff --git a/sql/updates/world/master/2024_03_18_44_world_hallows_end_mulgore.sql b/sql/updates/world/master/2024_03_18_44_world_hallows_end_mulgore.sql new file mode 100644 index 0000000000000..ccc8ef89e51e9 --- /dev/null +++ b/sql/updates/world/master/2024_03_18_44_world_hallows_end_mulgore.sql @@ -0,0 +1,182 @@ +-- +SET @CGUID := 3800382; +SET @OGUID := 3807220; + +-- Old creature spawns +DELETE FROM `creature` WHERE `guid` BETWEEN 3000454 AND 3000454; +DELETE FROM `creature_addon` WHERE `guid` BETWEEN 3000454 AND 3000454; +DELETE FROM `game_event_creature` WHERE `guid` BETWEEN 3000454 AND 3000454; + +-- Creature spawns +DELETE FROM `creature` WHERE `guid`=@CGUID+0; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES +(@CGUID+0, 40435, 1, 1638, 5345, '0', 0, 0, 0, 0, -1273.0242919921875, 71.2743072509765625, 127.0668182373046875, 5.8817596435546875, 120, 0, 0, 18771, 0, 0, NULL, NULL, NULL, NULL, 46366); -- Headless Ghost (Area: Thunder Bluff - Difficulty: 0) + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3008843 AND 3008883; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3008843 AND 3008883; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3008843 AND 3008883; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+40; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 1, 1638, 1640, '0', 0, 0, -1021.65948486328125, 215.7366790771484375, 109.1904830932617187, 5.375615119934082031, 0, 0, -0.4383707046508789, 0.898794233798980712, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Spirit Rise - Difficulty: 0) +(@OGUID+1, 180405, 1, 1638, 1640, '0', 0, 0, -998.4334716796875, 245.6555938720703125, 106.3701324462890625, 2.844882726669311523, 0, 0, 0.989015579223632812, 0.147811368107795715, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Spirit Rise - Difficulty: 0) +(@OGUID+2, 180405, 1, 1638, 5345, '0', 0, 0, -1210.3438720703125, 140.6678009033203125, 134.1575164794921875, 6.108653545379638671, 0, 0, -0.08715534210205078, 0.996194720268249511, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+3, 180405, 1, 1638, 5345, '0', 0, 0, -1230.8172607421875, 44.46636199951171875, 127.5323486328125, 3.612837791442871093, 0, 0, -0.97236919403076171, 0.233448356389999389, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+4, 180405, 1, 1638, 5345, '0', 0, 0, -1275.2879638671875, 44.20529556274414062, 131.5706939697265625, 2.460912704467773437, 0, 0, 0.942641258239746093, 0.333807557821273803, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+5, 180405, 1, 1638, 5345, '0', 0, 0, -1296.1685791015625, 102.6677780151367187, 130.9096832275390625, 2.251473426818847656, 0, 0, 0.902585029602050781, 0.430511653423309326, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+6, 180405, 1, 1638, 5345, '0', 0, 0, -1259.66845703125, 134.935760498046875, 135.289031982421875, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+7, 180406, 1, 1638, 1640, '0', 0, 0, -949.02618408203125, 256.280853271484375, 97.3452301025390625, 5.986480236053466796, 0, 0, -0.14780902862548828, 0.989015936851501464, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Spirit Rise - Difficulty: 0) +(@OGUID+8, 180406, 1, 1638, 1640, '0', 0, 0, -1064.142333984375, 201.5069427490234375, 108.4929428100585937, 0.034906249493360519, 0, 0, 0.017452239990234375, 0.999847710132598876, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Spirit Rise - Difficulty: 0) +(@OGUID+9, 180406, 1, 1638, 5345, '0', 0, 0, -1216.154541015625, 82.280792236328125, 130.2654571533203125, 4.328419685363769531, 0, 0, -0.82903671264648437, 0.559194147586822509, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+10, 180406, 1, 1638, 5345, '0', 0, 0, -1281.90625, 54.8836822509765625, 131.991729736328125, 2.44346022605895996, 0, 0, 0.939692497253417968, 0.34202045202255249, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+11, 180406, 1, 1638, 5345, '0', 0, 0, -1251.5703125, 135.697998046875, 132.56585693359375, 0.837757468223571777, 0, 0, 0.406736373901367187, 0.913545548915863037, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+12, 180406, 1, 1638, 5345, '0', 0, 0, -1290.6024169921875, 132.8055572509765625, 134.5710601806640625, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+13, 180407, 1, 1638, 1640, '0', 0, 0, -981.6856689453125, 290.841583251953125, 110.6410293579101562, 6.161012649536132812, 0, 0, -0.06104850769042968, 0.998134791851043701, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Spirit Rise - Difficulty: 0) +(@OGUID+14, 180407, 1, 1638, 1640, '0', 0, 0, -1056.1158447265625, 198.6920318603515625, 109.130157470703125, 6.073746204376220703, 0, 0, -0.10452842712402343, 0.994521915912628173, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Spirit Rise - Difficulty: 0) +(@OGUID+15, 180407, 1, 1638, 5345, '0', 0, 0, -1199.840087890625, 114.1048431396484375, 134.9963531494140625, 5.288348197937011718, 0, 0, -0.4771585464477539, 0.878817260265350341, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+16, 180407, 1, 1638, 5345, '0', 0, 0, -1263.5943603515625, 40.30658721923828125, 130.707000732421875, 3.52557229995727539, 0, 0, -0.98162651062011718, 0.190812408924102783, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+17, 180407, 1, 1638, 5345, '0', 0, 0, -1280.9012451171875, 81.91357421875, 128.3212738037109375, 2.809975385665893554, 0, 0, 0.986285209655761718, 0.165049895644187927, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+18, 180407, 1, 1638, 5345, '0', 0, 0, -1290.6397705078125, 150.0279083251953125, 129.7321319580078125, 3.595378875732421875, 0, 0, -0.97437000274658203, 0.224951311945915222, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+19, 180411, 1, 1638, 0, '0', 0, 0, -1303.5010986328125, 36.4716796875, 135.76690673828125, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 46366), -- G_Ghost_01 (Area: 0 - Difficulty: 0) +(@OGUID+20, 180426, 1, 1638, 1640, '0', 0, 0, -995.53302001953125, 243.704864501953125, 108.2483596801757812, 4.380776405334472656, 0, 0, -0.81411552429199218, 0.580702960491180419, 120, 255, 1, 46366), -- Bat01 (Area: Spirit Rise - Difficulty: 0) +(@OGUID+21, 180426, 1, 1638, 1640, '0', 0, 0, -995.31427001953125, 243.90625, 107.4028778076171875, 0.733038187026977539, 0, 0, 0.358367919921875, 0.933580458164215087, 120, 255, 1, 46366), -- Bat01 (Area: Spirit Rise - Difficulty: 0) +(@OGUID+22, 180426, 1, 1638, 1640, '0', 0, 0, -995.29339599609375, 243.704864501953125, 108.2324600219726562, 0.087265998125076293, 0, 0, 0.043619155883789062, 0.999048233032226562, 120, 255, 1, 46366), -- Bat01 (Area: Spirit Rise - Difficulty: 0) +(@OGUID+23, 180426, 1, 1638, 1640, '0', 0, 0, -995.8680419921875, 243.8368072509765625, 108.257049560546875, 1.448621988296508789, 0, 0, 0.662619590759277343, 0.748956084251403808, 120, 255, 1, 46366), -- Bat01 (Area: Spirit Rise - Difficulty: 0) +(@OGUID+24, 180426, 1, 1638, 1640, '0', 0, 0, -996.5555419921875, 244.329864501953125, 108.9696731567382812, 1.658061861991882324, 0, 0, 0.737277030944824218, 0.67559051513671875, 120, 255, 1, 46366), -- Bat01 (Area: Spirit Rise - Difficulty: 0) +(@OGUID+25, 180426, 1, 1638, 1640, '0', 0, 0, -995.467041015625, 243.763885498046875, 109.227203369140625, 2.775068521499633789, 0, 0, 0.983254432678222656, 0.182238012552261352, 120, 255, 1, 46366), -- Bat01 (Area: Spirit Rise - Difficulty: 0) +(@OGUID+26, 180426, 1, 1638, 1640, '0', 0, 0, -995.50518798828125, 243.90625, 108.4117889404296875, 5.235987663269042968, 0, 0, -0.5, 0.866025388240814208, 120, 255, 1, 46366), -- Bat01 (Area: Spirit Rise - Difficulty: 0) +(@OGUID+27, 180426, 1, 1638, 1640, '0', 0, 0, -997.2742919921875, 243.33160400390625, 109.18389892578125, 4.328419685363769531, 0, 0, -0.82903671264648437, 0.559194147586822509, 120, 255, 1, 46366), -- Bat01 (Area: Spirit Rise - Difficulty: 0) +(@OGUID+28, 180426, 1, 1638, 1640, '0', 0, 0, -995.40277099609375, 243.9600677490234375, 110.2166290283203125, 0.593410074710845947, 0, 0, 0.292370796203613281, 0.95630502700805664, 120, 255, 1, 46366), -- Bat01 (Area: Spirit Rise - Difficulty: 0) +(@OGUID+29, 180426, 1, 1638, 1640, '0', 0, 0, -995.56427001953125, 243.4739532470703125, 109.0562515258789062, 2.076939344406127929, 0, 0, 0.861628532409667968, 0.50753939151763916, 120, 255, 1, 46366), -- Bat01 (Area: Spirit Rise - Difficulty: 0) +(@OGUID+30, 180471, 1, 1638, 5345, '0', 0, 0, -1276.5208740234375, 44.42534637451171875, 136.6909637451171875, 1.867502212524414062, 0, 0, 0.803856849670410156, 0.594822824001312255, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+31, 180471, 1, 1638, 5345, '0', 0, 0, -1281.4305419921875, 53.75520706176757812, 136.660888671875, 2.042035102844238281, 0, 0, 0.852640151977539062, 0.522498607635498046, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+32, 180471, 1, 1638, 0, '0', 0, 0, -1322.24658203125, 29.25173568725585937, 143.4975128173828125, 5.218535900115966796, 0, 0, -0.507537841796875, 0.861629426479339599, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: 0 - Difficulty: 0) +(@OGUID+33, 180471, 1, 1638, 5345, '0', 0, 0, -1291.1082763671875, 42.1400299072265625, 141.058563232421875, 5.323255538940429687, 0, 0, -0.46174812316894531, 0.887011110782623291, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+34, 180472, 1, 1638, 5345, '0', 0, 0, -1277.5731201171875, 50.0302734375, 138.39410400390625, 0.593410074710845947, 0, 0, 0.292370796203613281, 0.95630502700805664, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+35, 180472, 1, 1638, 0, '0', 0, 0, -1309.47509765625, 36.8388671875, 136.3897705078125, 5.218535900115966796, 0, 0, -0.507537841796875, 0.861629426479339599, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+36, 180472, 1, 1638, 0, '0', 0, 0, -1311.2232666015625, 31.85422134399414062, 136.4650421142578125, 0.733038187026977539, 0, 0, 0.358367919921875, 0.933580458164215087, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: 0 - Difficulty: 0) +(@OGUID+37, 180472, 1, 1638, 5345, '0', 0, 0, -1294.5069580078125, 39.54340362548828125, 136.4569549560546875, 0.698131442070007324, 0, 0, 0.342020034790039062, 0.939692676067352294, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+38, 180472, 1, 1638, 5345, '0', 0, 0, -1301.648193359375, 41.0711822509765625, 136.4337921142578125, 5.235987663269042968, 0, 0, -0.5, 0.866025388240814208, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+39, 180523, 1, 1638, 5345, '0', 0, 0, -1286.758056640625, 37.50309371948242187, 129.4862823486328125, 2.44346022605895996, 0, 0, 0.939692497253417968, 0.34202045202255249, 120, 255, 1, 46366), -- Apple Bob (Area: Thunder Bluff - Difficulty: 0) +(@OGUID+40, 190070, 1, 1638, 0, '0', 0, 0, -1301.7337646484375, 40.52208328247070312, 129.2085113525390625, 1.658061861991882324, 0, 0, 0.737277030944824218, 0.67559051513671875, 120, 255, 1, 46366); -- Candy Bucket (Area: 0 - Difficulty: 0) + +-- Event spawns +DELETE FROM `game_event_creature` WHERE `eventEntry`=12 AND `guid`=@CGUID+0; +INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES +(12, @CGUID+0); + +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+40; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40); + +-- +SET @OGUID := 3807261; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3008884 AND 3008910; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3008884 AND 3008910; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3008884 AND 3008910; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+26; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 1, 215, 222, '0', 0, 0, -2317.257080078125, -445.981109619140625, -5.43840217590332031, 1.745326757431030273, 0, 0, 0.766043663024902343, 0.642788589000701904, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Bloodhoof Village - Difficulty: 0) +(@OGUID+1, 180405, 1, 215, 222, '0', 0, 0, -2342.234619140625, -356.264312744140625, -8.88146495819091796, 1.48352813720703125, 0, 0, 0.675589561462402343, 0.737277925014495849, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Bloodhoof Village - Difficulty: 0) +(@OGUID+2, 180405, 1, 215, 222, '0', 0, 0, -2339.434814453125, -319.14959716796875, -9.09311389923095703, 1.343901276588439941, 0, 0, 0.622513771057128906, 0.78260880708694458, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Bloodhoof Village - Difficulty: 0) +(@OGUID+3, 180406, 1, 215, 222, '0', 0, 0, -2307.903076171875, -455.904937744140625, -5.43840217590332031, 3.420850038528442382, 0, 0, -0.99026775360107421, 0.139175355434417724, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Bloodhoof Village - Difficulty: 0) +(@OGUID+4, 180406, 1, 215, 222, '0', 0, 0, -2286.90625, -330.499786376953125, -9.42492580413818359, 6.09120035171508789, 0, 0, -0.09584522247314453, 0.995396256446838378, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Bloodhoof Village - Difficulty: 0) +(@OGUID+5, 180406, 1, 215, 222, '0', 0, 0, -2344.401611328125, -360.94927978515625, -8.69262313842773437, 1.553341388702392578, 0, 0, 0.700908660888671875, 0.713251054286956787, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Bloodhoof Village - Difficulty: 0) +(@OGUID+6, 180407, 1, 215, 222, '0', 0, 0, -2302.132080078125, -435.460235595703125, -5.43840217590332031, 5.969027042388916015, 0, 0, -0.1564340591430664, 0.987688362598419189, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Bloodhoof Village - Difficulty: 0) +(@OGUID+7, 180407, 1, 215, 222, '0', 0, 0, -2280.072998046875, -335.0560302734375, -9.42492580413818359, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Bloodhoof Village - Difficulty: 0) +(@OGUID+8, 180407, 1, 215, 222, '0', 0, 0, -2372.331787109375, -338.881988525390625, -8.95699214935302734, 0.820303261280059814, 0, 0, 0.398748397827148437, 0.917060375213623046, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Bloodhoof Village - Difficulty: 0) +(@OGUID+9, 180411, 1, 215, 222, '0', 0, 0, -2367.59716796875, -347.013885498046875, -2.57915496826171875, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Bloodhoof Village - Difficulty: 0) +(@OGUID+10, 180471, 1, 215, 222, '0', 0, 0, -2340.944580078125, -360.098968505859375, -1.11862802505493164, 1.239183306694030761, 0, 0, 0.580702781677246093, 0.814115643501281738, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Bloodhoof Village - Difficulty: 0) +(@OGUID+11, 180471, 1, 215, 222, '0', 0, 0, -2341.553955078125, -361.282989501953125, -1.05756902694702148, 0.890116631984710693, 0, 0, 0.430510520935058593, 0.902585566043853759, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Bloodhoof Village - Difficulty: 0) +(@OGUID+12, 180471, 1, 215, 222, '0', 0, 0, -2340.5400390625, -354.80035400390625, -1.49939405918121337, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Bloodhoof Village - Difficulty: 0) +(@OGUID+13, 180471, 1, 215, 222, '0', 0, 0, -2339.822998046875, -357.36285400390625, -1.33761799335479736, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Bloodhoof Village - Difficulty: 0) +(@OGUID+14, 180471, 1, 215, 222, '0', 0, 0, -2346.342041015625, -364.899322509765625, -1.17205297946929931, 0.034906249493360519, 0, 0, 0.017452239990234375, 0.999847710132598876, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Bloodhoof Village - Difficulty: 0) +(@OGUID+15, 180471, 1, 215, 222, '0', 0, 0, -2342.611083984375, -362.232635498046875, -1.23253703117370605, 0.733038187026977539, 0, 0, 0.358367919921875, 0.933580458164215087, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Bloodhoof Village - Difficulty: 0) +(@OGUID+16, 180471, 1, 215, 222, '0', 0, 0, -2343.736083984375, -362.677093505859375, -1.35863697528839111, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Bloodhoof Village - Difficulty: 0) +(@OGUID+17, 180471, 1, 215, 222, '0', 0, 0, -2340.467041015625, -353.107635498046875, -1.52670705318450927, 1.518436193466186523, 0, 0, 0.6883544921875, 0.725374460220336914, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Bloodhoof Village - Difficulty: 0) +(@OGUID+18, 180471, 1, 215, 222, '0', 0, 0, -2340.380126953125, -358.81463623046875, -1.25354301929473876, 1.151916384696960449, 0, 0, 0.544638633728027343, 0.838670849800109863, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Bloodhoof Village - Difficulty: 0) +(@OGUID+19, 180471, 1, 215, 222, '0', 0, 0, -2345.08154296875, -363.82464599609375, -1.13551604747772216, 0.645771682262420654, 0, 0, 0.317304611206054687, 0.948323667049407958, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Bloodhoof Village - Difficulty: 0) +(@OGUID+20, 180471, 1, 215, 222, '0', 0, 0, -2340.17529296875, -356.14410400390625, -1.45353996753692626, 1.675513744354248046, 0, 0, 0.743144035339355468, 0.669131457805633544, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Bloodhoof Village - Difficulty: 0) +(@OGUID+21, 180472, 1, 215, 222, '0', 0, 0, -2366.22607421875, -341.422821044921875, -4.00298309326171875, 5.724681377410888671, 0, 0, -0.27563667297363281, 0.961261868476867675, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Bloodhoof Village - Difficulty: 0) +(@OGUID+22, 180472, 1, 215, 222, '0', 0, 0, -2356.779296875, -345.86199951171875, -4.01085281372070312, 5.916667938232421875, 0, 0, -0.18223476409912109, 0.98325502872467041, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Bloodhoof Village - Difficulty: 0) +(@OGUID+23, 180472, 1, 215, 222, '0', 0, 0, -2381.065673828125, -341.387237548828125, 4.205566883087158203, 5.881760597229003906, 0, 0, -0.19936752319335937, 0.979924798011779785, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Bloodhoof Village - Difficulty: 0) +(@OGUID+24, 180472, 1, 215, 222, '0', 0, 0, -2373.825439453125, -337.651641845703125, -4.00746393203735351, 6.056293010711669921, 0, 0, -0.11320304870605468, 0.993571877479553222, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Bloodhoof Village - Difficulty: 0) +(@OGUID+25, 180523, 1, 215, 222, '0', 0, 0, -2371.921875, -348.40625, -8.67921352386474609, 2.321286916732788085, 0, 0, 0.917059898376464843, 0.398749500513076782, 120, 255, 1, 46366), -- Apple Bob (Area: Bloodhoof Village - Difficulty: 0) +(@OGUID+26, 190065, 1, 215, 222, '0', 0, 0, -2363.669677734375, -345.6072998046875, -8.95699024200439453, 0.558503925800323486, 0, 0, 0.275636672973632812, 0.961261868476867675, 120, 255, 1, 46366); -- Candy Bucket (Area: Bloodhoof Village - Difficulty: 0) + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+26; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26); diff --git a/sql/updates/world/master/2024_03_18_45_world_hallows_end_southern_barrens.sql b/sql/updates/world/master/2024_03_18_45_world_hallows_end_southern_barrens.sql new file mode 100644 index 0000000000000..617fe964bd524 --- /dev/null +++ b/sql/updates/world/master/2024_03_18_45_world_hallows_end_southern_barrens.sql @@ -0,0 +1,1015 @@ +-- +SET @OGUID := 3807288; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3008911 AND 3008973; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3008911 AND 3008973; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3008911 AND 3008973; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+62; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 1, 4709, 4844, '0', 0, 0, -780.2257080078125, -1588.5052490234375, 140.046356201171875, 4.206246376037597656, 0, 0, -0.86162853240966796, 0.50753939151763916, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Hunter's Hill - Difficulty: 0) +(@OGUID+1, 180405, 1, 4709, 4844, '0', 0, 0, -750.79864501953125, -1566.5885009765625, 150.9069366455078125, 2.426007747650146484, 0, 0, 0.936672210693359375, 0.350207358598709106, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Hunter's Hill - Difficulty: 0) +(@OGUID+2, 180406, 1, 4709, 4844, '0', 0, 0, -782.5555419921875, -1557.8228759765625, 140.746795654296875, 6.248279094696044921, 0, 0, -0.01745223999023437, 0.999847710132598876, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Hunter's Hill - Difficulty: 0) +(@OGUID+3, 180406, 1, 4709, 4844, '0', 0, 0, -752.5086669921875, -1550.1666259765625, 151.7748565673828125, 2.076939344406127929, 0, 0, 0.861628532409667968, 0.50753939151763916, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Hunter's Hill - Difficulty: 0) +(@OGUID+4, 180407, 1, 4709, 4844, '0', 0, 0, -850.11285400390625, -1550.7586669921875, 140.572540283203125, 4.48549652099609375, 0, 0, -0.7826080322265625, 0.622514784336090087, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Hunter's Hill - Difficulty: 0) +(@OGUID+5, 180407, 1, 4709, 4844, '0', 0, 0, -812.1944580078125, -1581.65283203125, 140.6716766357421875, 1.169368624687194824, 0, 0, 0.551936149597167968, 0.833886384963989257, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Hunter's Hill - Difficulty: 0) +(@OGUID+6, 180411, 1, 4709, 4844, '0', 0, 0, -851.79168701171875, -1554.7135009765625, 145.8445587158203125, 5.759587764739990234, 0, 0, -0.25881862640380859, 0.965925931930541992, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Hunter's Hill - Difficulty: 0) +(@OGUID+7, 180411, 1, 4709, 4844, '0', 0, 0, -798.40972900390625, -1597.951416015625, 156.953857421875, 5.567600727081298828, 0, 0, -0.35020732879638671, 0.936672210693359375, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Hunter's Hill - Difficulty: 0) +(@OGUID+8, 180411, 1, 4709, 4844, '0', 0, 0, -797.06768798828125, -1598.517333984375, 159.5470428466796875, 4.694936752319335937, 0, 0, -0.71325016021728515, 0.700909554958343505, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Hunter's Hill - Difficulty: 0) +(@OGUID+9, 180426, 1, 4709, 4844, '0', 0, 0, -791.15972900390625, -1568.638916015625, 140.4574737548828125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Hunter's Hill - Difficulty: 0) +(@OGUID+10, 180426, 1, 4709, 4844, '0', 0, 0, -770.015625, -1564.65625, 155.4967803955078125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Hunter's Hill - Difficulty: 0) +(@OGUID+11, 180426, 1, 4709, 4844, '0', 0, 0, -798.53472900390625, -1560.3541259765625, 152.3035430908203125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Hunter's Hill - Difficulty: 0) +(@OGUID+12, 180426, 1, 4709, 4844, '0', 0, 0, -827.03643798828125, -1546.6129150390625, 148.2694244384765625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Hunter's Hill - Difficulty: 0) +(@OGUID+13, 180427, 1, 4709, 4844, '0', 0, 0, -783.98785400390625, -1577.6475830078125, 156.5675811767578125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Hunter's Hill - Difficulty: 0) +(@OGUID+14, 180427, 1, 4709, 4844, '0', 0, 0, -791.20489501953125, -1579.140625, 155.5786895751953125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Hunter's Hill - Difficulty: 0) +(@OGUID+15, 180427, 1, 4709, 4844, '0', 0, 0, -819.2586669921875, -1573.6978759765625, 156.0238189697265625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Hunter's Hill - Difficulty: 0) +(@OGUID+16, 180471, 1, 4709, 4844, '0', 0, 0, -848.05902099609375, -1558.2379150390625, 149.4134063720703125, 4.799657344818115234, 0, 0, -0.67558956146240234, 0.737277925014495849, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Hunter's Hill - Difficulty: 0) +(@OGUID+17, 180471, 1, 4709, 4844, '0', 0, 0, -790.88018798828125, -1601.2847900390625, 163.1481781005859375, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Hunter's Hill - Difficulty: 0) +(@OGUID+18, 180471, 1, 4709, 4844, '0', 0, 0, -803.732666015625, -1602.6754150390625, 162.3044281005859375, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Hunter's Hill - Difficulty: 0) +(@OGUID+19, 180471, 1, 4709, 4844, '0', 0, 0, -792.7742919921875, -1601.5052490234375, 147.989990234375, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Hunter's Hill - Difficulty: 0) +(@OGUID+20, 180471, 1, 4709, 4844, '0', 0, 0, -848.05902099609375, -1558.2379150390625, 150.95782470703125, 4.799657344818115234, 0, 0, -0.67558956146240234, 0.737277925014495849, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Hunter's Hill - Difficulty: 0) +(@OGUID+21, 180471, 1, 4709, 4844, '0', 0, 0, -849.21875, -1551.4566650390625, 151.493255615234375, 4.799657344818115234, 0, 0, -0.67558956146240234, 0.737277925014495849, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Hunter's Hill - Difficulty: 0) +(@OGUID+22, 180471, 1, 4709, 4844, '0', 0, 0, -802.72393798828125, -1602.5867919921875, 162.3044281005859375, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Hunter's Hill - Difficulty: 0) +(@OGUID+23, 180471, 1, 4709, 4844, '0', 0, 0, -793.80206298828125, -1601.6302490234375, 163.02349853515625, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Hunter's Hill - Difficulty: 0) +(@OGUID+24, 180471, 1, 4709, 4844, '0', 0, 0, -802.86114501953125, -1602.328125, 148.2725067138671875, 2.967041015625, 0, 0, 0.996193885803222656, 0.087165042757987976, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Hunter's Hill - Difficulty: 0) +(@OGUID+25, 180471, 1, 4709, 4844, '0', 0, 0, -802.72393798828125, -1602.5867919921875, 159.049407958984375, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Hunter's Hill - Difficulty: 0) +(@OGUID+26, 180471, 1, 4709, 4844, '0', 0, 0, -792.79339599609375, -1601.4930419921875, 163.0238800048828125, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Hunter's Hill - Difficulty: 0) +(@OGUID+27, 180471, 1, 4709, 4844, '0', 0, 0, -793.80206298828125, -1601.6302490234375, 161.445465087890625, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Hunter's Hill - Difficulty: 0) +(@OGUID+28, 180471, 1, 4709, 4844, '0', 0, 0, -849.5538330078125, -1550.3228759765625, 149.93487548828125, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Hunter's Hill - Difficulty: 0) +(@OGUID+29, 180471, 1, 4709, 4844, '0', 0, 0, -791.84027099609375, -1601.4010009765625, 159.981964111328125, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Hunter's Hill - Difficulty: 0) +(@OGUID+30, 180471, 1, 4709, 4844, '0', 0, 0, -803.732666015625, -1602.6754150390625, 160.6835479736328125, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Hunter's Hill - Difficulty: 0) +(@OGUID+31, 180471, 1, 4709, 4844, '0', 0, 0, -847.90625, -1559.1788330078125, 147.694122314453125, 4.799657344818115234, 0, 0, -0.67558956146240234, 0.737277925014495849, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Hunter's Hill - Difficulty: 0) +(@OGUID+32, 180471, 1, 4709, 4844, '0', 0, 0, -801.85418701171875, -1602.5103759765625, 160.7234649658203125, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Hunter's Hill - Difficulty: 0) +(@OGUID+33, 180471, 1, 4709, 4844, '0', 0, 0, -801.85418701171875, -1602.5103759765625, 162.3044281005859375, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Hunter's Hill - Difficulty: 0) +(@OGUID+34, 180471, 1, 4709, 4844, '0', 0, 0, -793.8125, -1601.576416015625, 147.989990234375, 2.967041015625, 0, 0, 0.996193885803222656, 0.087165042757987976, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Hunter's Hill - Difficulty: 0) +(@OGUID+35, 180471, 1, 4709, 4844, '0', 0, 0, -803.8524169921875, -1602.435791015625, 148.587799072265625, 2.967041015625, 0, 0, 0.996193885803222656, 0.087165042757987976, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Hunter's Hill - Difficulty: 0) +(@OGUID+36, 180471, 1, 4709, 4844, '0', 0, 0, -791.84027099609375, -1601.4010009765625, 163.1481781005859375, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Hunter's Hill - Difficulty: 0) +(@OGUID+37, 180471, 1, 4709, 4844, '0', 0, 0, -847.90625, -1559.1788330078125, 149.340057373046875, 4.799657344818115234, 0, 0, -0.67558956146240234, 0.737277925014495849, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Hunter's Hill - Difficulty: 0) +(@OGUID+38, 180471, 1, 4709, 4844, '0', 0, 0, -791.670166015625, -1601.392333984375, 147.989990234375, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Hunter's Hill - Difficulty: 0) +(@OGUID+39, 180471, 1, 4709, 4844, '0', 0, 0, -791.84027099609375, -1601.4010009765625, 161.5540924072265625, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Hunter's Hill - Difficulty: 0) +(@OGUID+40, 180471, 1, 4709, 4844, '0', 0, 0, -848.27777099609375, -1557.2222900390625, 150.9782867431640625, 4.799657344818115234, 0, 0, -0.67558956146240234, 0.737277925014495849, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Hunter's Hill - Difficulty: 0) +(@OGUID+41, 180471, 1, 4709, 4844, '0', 0, 0, -849.701416015625, -1549.201416015625, 151.5496826171875, 4.764749526977539062, 0, 0, -0.6883544921875, 0.725374460220336914, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Hunter's Hill - Difficulty: 0) +(@OGUID+42, 180471, 1, 4709, 4844, '0', 0, 0, -803.732666015625, -1602.6754150390625, 157.3748931884765625, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Hunter's Hill - Difficulty: 0) +(@OGUID+43, 180471, 1, 4709, 4844, '0', 0, 0, -801.80206298828125, -1602.2864990234375, 148.2540130615234375, 2.967041015625, 0, 0, 0.996193885803222656, 0.087165042757987976, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Hunter's Hill - Difficulty: 0) +(@OGUID+44, 180471, 1, 4709, 4844, '0', 0, 0, -849.5538330078125, -1550.3228759765625, 148.281951904296875, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Hunter's Hill - Difficulty: 0) +(@OGUID+45, 180471, 1, 4709, 4844, '0', 0, 0, -847.90625, -1559.1788330078125, 150.95782470703125, 4.799657344818115234, 0, 0, -0.67558956146240234, 0.737277925014495849, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Hunter's Hill - Difficulty: 0) +(@OGUID+46, 180471, 1, 4709, 4844, '0', 0, 0, -803.732666015625, -1602.6754150390625, 159.0322418212890625, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Hunter's Hill - Difficulty: 0) +(@OGUID+47, 180471, 1, 4709, 4844, '0', 0, 0, -802.72393798828125, -1602.5867919921875, 160.7017822265625, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Hunter's Hill - Difficulty: 0) +(@OGUID+48, 180471, 1, 4709, 4844, '0', 0, 0, -800.94964599609375, -1602.4288330078125, 162.3044281005859375, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Hunter's Hill - Difficulty: 0) +(@OGUID+49, 180471, 1, 4709, 4844, '0', 0, 0, -800.89581298828125, -1602.173583984375, 148.2540130615234375, 2.967041015625, 0, 0, 0.996193885803222656, 0.087165042757987976, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Hunter's Hill - Difficulty: 0) +(@OGUID+50, 180471, 1, 4709, 4844, '0', 0, 0, -849.5538330078125, -1550.3228759765625, 151.5496826171875, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Hunter's Hill - Difficulty: 0) +(@OGUID+51, 180471, 1, 4709, 4844, '0', 0, 0, -790.60589599609375, -1601.295166015625, 148.2319488525390625, 3.159062385559082031, 0, 0, -0.99996185302734375, 0.008734640665352344, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Hunter's Hill - Difficulty: 0) +(@OGUID+52, 180471, 1, 4709, 4844, '0', 0, 0, -793.80206298828125, -1601.6302490234375, 159.8182220458984375, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Hunter's Hill - Difficulty: 0) +(@OGUID+53, 180472, 1, 4709, 4844, '0', 0, 0, -790.12677001953125, -1554.3680419921875, 144.8774261474609375, 4.852017402648925781, 0, 0, -0.65605831146240234, 0.754710197448730468, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Hunter's Hill - Difficulty: 0) +(@OGUID+54, 180472, 1, 4709, 4844, '0', 0, 0, -809.873291015625, -1570.2882080078125, 145.366790771484375, 0.174532130360603332, 0, 0, 0.087155342102050781, 0.996194720268249511, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Hunter's Hill - Difficulty: 0) +(@OGUID+55, 180472, 1, 4709, 4844, '0', 0, 0, -816.4305419921875, -1565.236083984375, 144.4644317626953125, 1.605701684951782226, 0, 0, 0.719339370727539062, 0.694658815860748291, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Hunter's Hill - Difficulty: 0) +(@OGUID+56, 180472, 1, 4709, 4844, '0', 0, 0, -823.87677001953125, -1568.85595703125, 145.3766632080078125, 2.426007747650146484, 0, 0, 0.936672210693359375, 0.350207358598709106, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Hunter's Hill - Difficulty: 0) +(@OGUID+57, 180472, 1, 4709, 4844, '0', 0, 0, -810.51043701171875, -1578.407958984375, 144.5326995849609375, 0.034906249493360519, 0, 0, 0.017452239990234375, 0.999847710132598876, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Hunter's Hill - Difficulty: 0) +(@OGUID+58, 180523, 1, 4709, 4844, '0', 0, 0, -779.89581298828125, -1559.529541015625, 141.1320343017578125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Apple Bob (Area: Hunter's Hill - Difficulty: 0) +(@OGUID+59, 207736, 1, 4709, 4844, '0', 0, 0, -797.34722900390625, -1601.0225830078125, 145.6876983642578125, 1.745326757431030273, 0, 0, 0.766043663024902343, 0.642788589000701904, 120, 255, 1, 46366), -- G_HangingSkeleton_01 (Scale 2) (Area: Hunter's Hill - Difficulty: 0) +(@OGUID+60, 207941, 1, 4709, 4844, '0', 0, 0, -849.14581298828125, -1554.4010009765625, 154.8351593017578125, 4.939284324645996093, 0, 0, -0.6225137710571289, 0.78260880708694458, 120, 255, 1, 46366), -- G_WitchHat_01 scale 2.0 (Area: Hunter's Hill - Difficulty: 0) +(@OGUID+61, 208058, 1, 4709, 4844, '0', 0, 0, -797.52081298828125, -1601.9271240234375, 167.2177276611328125, 3.595378875732421875, 0, 0, -0.97437000274658203, 0.224951311945915222, 120, 255, 1, 46366), -- G_Pumpkin_01 Scale 3.0 (Area: Hunter's Hill - Difficulty: 0) +(@OGUID+62, 208167, 1, 4709, 4844, '0', 0, 0, -788.78643798828125, -1556.1041259765625, 140.9464111328125, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 46366); -- Candy Bucket (Area: Hunter's Hill - Difficulty: 0) + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+62; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48), +(12, @OGUID+49), +(12, @OGUID+50), +(12, @OGUID+51), +(12, @OGUID+52), +(12, @OGUID+53), +(12, @OGUID+54), +(12, @OGUID+55), +(12, @OGUID+56), +(12, @OGUID+57), +(12, @OGUID+58), +(12, @OGUID+59), +(12, @OGUID+60), +(12, @OGUID+61), +(12, @OGUID+62); + +-- +SET @CGUID := 3800383; +SET @OGUID := 3807351; + +-- Old creature spawns +DELETE FROM `creature` WHERE `guid` BETWEEN 3000455 AND 3000455; +DELETE FROM `creature_addon` WHERE `guid` BETWEEN 3000455 AND 3000455; +DELETE FROM `game_event_creature` WHERE `guid` BETWEEN 3000455 AND 3000455; + +-- Creature spawns +DELETE FROM `creature` WHERE `guid`=@CGUID+0; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES +(@CGUID+0, 22816, 1, 4709, 4853, '0', 0, 0, 0, 0, -3212.687255859375, -1716.953369140625, 92.58986663818359375, 5.374788761138916015, 120, 10, 0, 188, 0, 1, NULL, NULL, NULL, NULL, 46366); -- Black Cat (Area: Desolation Hold - Difficulty: 0) (possible waypoints or random movement) + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3008974 AND 3009071; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3008974 AND 3009071; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3008974 AND 3009071; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+97; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 1, 4709, 4853, '0', 0, 0, -3285.270751953125, -1696.87158203125, 122.621063232421875, 4.572763919830322265, 0, 0, -0.75470924377441406, 0.656059443950653076, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+1, 180405, 1, 4709, 4853, '0', 0, 0, -3225.34033203125, -1673.079833984375, 99.55564117431640625, 5.759587764739990234, 0, 0, -0.25881862640380859, 0.965925931930541992, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+2, 180405, 1, 4709, 4853, '0', 0, 0, -3205.515625, -1730.4097900390625, 93.55985260009765625, 4.241150379180908203, 0, 0, -0.85264015197753906, 0.522498607635498046, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+3, 180405, 1, 4709, 4853, '0', 0, 0, -3277.350830078125, -1826.4757080078125, 108.2657394409179687, 0.087265998125076293, 0, 0, 0.043619155883789062, 0.999048233032226562, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+4, 180405, 1, 4709, 4853, '0', 0, 0, -3235.380126953125, -1822.875, 111.28521728515625, 0.977383077144622802, 0, 0, 0.469470977783203125, 0.882947921752929687, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+5, 180405, 1, 4709, 4853, '0', 0, 0, -3165.58154296875, -1760.1597900390625, 108.2303466796875, 0.977383077144622802, 0, 0, 0.469470977783203125, 0.882947921752929687, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+6, 180406, 1, 4709, 4853, '0', 0, 0, -3300.39404296875, -1807.3125, 106.8153762817382812, 6.003933906555175781, 0, 0, -0.13917255401611328, 0.990268170833587646, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+7, 180406, 1, 4709, 4853, '0', 0, 0, -3286.958251953125, -1824.9375, 111.0849761962890625, 6.09120035171508789, 0, 0, -0.09584522247314453, 0.995396256446838378, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+8, 180406, 1, 4709, 4853, '0', 0, 0, -3253.84033203125, -1827.5867919921875, 109.5627212524414062, 0.663223206996917724, 0, 0, 0.325567245483398437, 0.945518851280212402, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+9, 180406, 1, 4709, 4853, '0', 0, 0, -3172.810791015625, -1740.1041259765625, 105.3613967895507812, 2.251473426818847656, 0, 0, 0.902585029602050781, 0.430511653423309326, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+10, 180407, 1, 4709, 4853, '0', 0, 0, -3299.045166015625, -1687.435791015625, 123.2102432250976562, 1.169368624687194824, 0, 0, 0.551936149597167968, 0.833886384963989257, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+11, 180407, 1, 4709, 4853, '0', 0, 0, -3312.62841796875, -1762.4600830078125, 110.1776275634765625, 2.024578809738159179, 0, 0, 0.848047256469726562, 0.529920578002929687, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+12, 180407, 1, 4709, 4853, '0', 0, 0, -3234.895751953125, -1763.54345703125, 92.8831024169921875, 3.717553615570068359, 0, 0, -0.95881938934326171, 0.284016460180282592, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+13, 180407, 1, 4709, 4853, '0', 0, 0, -3293.59375, -1816.6197509765625, 107.994781494140625, 5.969027042388916015, 0, 0, -0.1564340591430664, 0.987688362598419189, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+14, 180407, 1, 4709, 4853, '0', 0, 0, -3265.182373046875, -1828.611083984375, 110.5107803344726562, 6.248279094696044921, 0, 0, -0.01745223999023437, 0.999847710132598876, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+15, 180407, 1, 4709, 4853, '0', 0, 0, -3242.694580078125, -1825.3228759765625, 112.7970428466796875, 6.248279094696044921, 0, 0, -0.01745223999023437, 0.999847710132598876, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+16, 180407, 1, 4709, 4853, '0', 0, 0, -3179.6025390625, -1771.0625, 108.2389907836914062, 6.248279094696044921, 0, 0, -0.01745223999023437, 0.999847710132598876, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+17, 180408, 1, 4709, 4853, '0', 0, 0, -3225.350830078125, -1673.125, 101.1752700805664062, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- G_WitchHat_01 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+18, 180414, 1, 4709, 4853, '0', 0, 0, -3225.7431640625, -1675.34033203125, 99.38809967041015625, 4.049167633056640625, 0, 0, -0.89879322052001953, 0.438372820615768432, 120, 255, 1, 46366), -- Cauldron (Area: Desolation Hold - Difficulty: 0) +(@OGUID+19, 180415, 1, 4709, 4853, '0', 0, 0, -3306.885498046875, -1685.6927490234375, 126.5540771484375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+20, 180415, 1, 4709, 4853, '0', 0, 0, -3305.55029296875, -1687.53125, 124.7850723266601562, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+21, 180415, 1, 4709, 4853, '0', 0, 0, -3304.8681640625, -1686.078125, 126.5790481567382812, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+22, 180415, 1, 4709, 4853, '0', 0, 0, -3301.927001953125, -1688.6041259765625, 123.9581985473632812, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+23, 180415, 1, 4709, 4853, '0', 0, 0, -3251.529541015625, -1718.2135009765625, 94.33170318603515625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+24, 180415, 1, 4709, 4853, '0', 0, 0, -3251.404541015625, -1720.295166015625, 93.37094879150390625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+25, 180415, 1, 4709, 4853, '0', 0, 0, -3250.600830078125, -1719.109375, 93.2472991943359375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+26, 180415, 1, 4709, 4853, '0', 0, 0, -3253.302001953125, -1719.654541015625, 93.736968994140625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+27, 180415, 1, 4709, 4853, '0', 0, 0, -3250.861083984375, -1717.310791015625, 93.6382293701171875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+28, 180415, 1, 4709, 4853, '0', 0, 0, -3222.850830078125, -1675.4635009765625, 100.8471527099609375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+29, 180415, 1, 4709, 4853, '0', 0, 0, -3230.9462890625, -1667.204833984375, 101.4241867065429687, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+30, 180415, 1, 4709, 4853, '0', 0, 0, -3224.37841796875, -1676.55908203125, 100.4570999145507812, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+31, 180415, 1, 4709, 4853, '0', 0, 0, -3222.501708984375, -1677.26220703125, 101.340606689453125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+32, 180425, 1, 4709, 4853, '0', 0, 0, -3231.09033203125, -1668.1441650390625, 101.4788665771484375, 4.118979454040527343, 0, 0, -0.88294696807861328, 0.469472706317901611, 120, 255, 1, 46366), -- SkullCandle01 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+33, 180426, 1, 4709, 4853, '0', 0, 0, -3291.296875, -1712.8507080078125, 133.992767333984375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+34, 180426, 1, 4709, 4853, '0', 0, 0, -3312.411376953125, -1735.7708740234375, 122.8666305541992187, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+35, 180426, 1, 4709, 4853, '0', 0, 0, -3264.741455078125, -1681.3507080078125, 131.1856231689453125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+36, 180426, 1, 4709, 4853, '0', 0, 0, -3258.257080078125, -1756.63720703125, 92.6760406494140625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+37, 180426, 1, 4709, 4853, '0', 0, 0, -3237.61279296875, -1745.001708984375, 92.21099090576171875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+38, 180426, 1, 4709, 4853, '0', 0, 0, -3223.882080078125, -1721.6041259765625, 92.36252593994140625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+39, 180426, 1, 4709, 4853, '0', 0, 0, -3228.546875, -1698.295166015625, 95.91880035400390625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+40, 180426, 1, 4709, 4853, '0', 0, 0, -3241.640625, -1741.5347900390625, 91.913604736328125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+41, 180426, 1, 4709, 4853, '0', 0, 0, -3241.385498046875, -1811.6197509765625, 111.3460235595703125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+42, 180426, 1, 4709, 4853, '0', 0, 0, -3265.614501953125, -1813.876708984375, 114.1769866943359375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+43, 180426, 1, 4709, 4853, '0', 0, 0, -3257.111083984375, -1815.2742919921875, 111.8281021118164062, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+44, 180426, 1, 4709, 4853, '0', 0, 0, -3178.078125, -1761.3211669921875, 107.1629409790039062, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+45, 180426, 1, 4709, 4853, '0', 0, 0, -3167.72216796875, -1753.920166015625, 107.0633316040039062, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+46, 180426, 1, 4709, 4853, '0', 0, 0, -3159.532958984375, -1742.923583984375, 101.4036636352539062, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+47, 180427, 1, 4709, 4853, '0', 0, 0, -3296.62158203125, -1728.8489990234375, 135.3777618408203125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+48, 180427, 1, 4709, 4853, '0', 0, 0, -3266.744873046875, -1698.1978759765625, 136.9410247802734375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+49, 180427, 1, 4709, 4853, '0', 0, 0, -3218.366455078125, -1715.9149169921875, 92.38958740234375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+50, 180427, 1, 4709, 4853, '0', 0, 0, -3239.59375, -1745.453125, 92.0661468505859375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+51, 180427, 1, 4709, 4853, '0', 0, 0, -3229.7744140625, -1717.592041015625, 121.7616806030273437, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+52, 180427, 1, 4709, 4853, '0', 0, 0, -3220.48779296875, -1710.4461669921875, 111.5846786499023437, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+53, 180427, 1, 4709, 4853, '0', 0, 0, -3241.69091796875, -1744.5364990234375, 91.9067840576171875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+54, 180427, 1, 4709, 4853, '0', 0, 0, -3260.239501953125, -1755.421875, 113.8280029296875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+55, 180427, 1, 4709, 4853, '0', 0, 0, -3259.647705078125, -1825.55908203125, 99.44490814208984375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+56, 180427, 1, 4709, 4853, '0', 0, 0, -3192.26220703125, -1790.701416015625, 92.13677978515625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+57, 180427, 1, 4709, 4853, '0', 0, 0, -3164.078125, -1768.7882080078125, 95.17014312744140625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+58, 180471, 1, 4709, 4853, '0', 0, 0, -3288.647705078125, -1679.5399169921875, 141.6427001953125, 0.715584874153137207, 0, 0, 0.350207328796386718, 0.936672210693359375, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+59, 180471, 1, 4709, 4853, '0', 0, 0, -3298.092041015625, -1684.8125, 141.9681396484375, 0.366517573595046997, 0, 0, 0.182234764099121093, 0.98325502872467041, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+60, 180471, 1, 4709, 4853, '0', 0, 0, -3293.210205078125, -1682.875, 141.5181884765625, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+61, 180471, 1, 4709, 4853, '0', 0, 0, -3290.1025390625, -1681.1180419921875, 141.4798583984375, 0.715584874153137207, 0, 0, 0.350207328796386718, 0.936672210693359375, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+62, 180471, 1, 4709, 4853, '0', 0, 0, -3287.296875, -1678.0225830078125, 141.8128662109375, 0.733038187026977539, 0, 0, 0.358367919921875, 0.933580458164215087, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+63, 180471, 1, 4709, 4853, '0', 0, 0, -3285.979248046875, -1676.4166259765625, 141.9869384765625, 0.802850961685180664, 0, 0, 0.390730857849121093, 0.920504987239837646, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+64, 180471, 1, 4709, 4853, '0', 0, 0, -3296.373291015625, -1684.1475830078125, 141.8131103515625, 0.401424884796142578, 0, 0, 0.199367523193359375, 0.979924798011779785, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+65, 180471, 1, 4709, 4853, '0', 0, 0, -3294.984375, -1683.5572509765625, 141.6768798828125, 0.436331570148468017, 0, 0, 0.216439247131347656, 0.976296067237854003, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+66, 180471, 1, 4709, 4853, '0', 0, 0, -3258.87158203125, -1724.0191650390625, 97.68093109130859375, 0.558503925800323486, 0, 0, 0.275636672973632812, 0.961261868476867675, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+67, 180471, 1, 4709, 4853, '0', 0, 0, -3259.975830078125, -1724.814208984375, 97.57424163818359375, 1.151916384696960449, 0, 0, 0.544638633728027343, 0.838670849800109863, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+68, 180471, 1, 4709, 4853, '0', 0, 0, -3261.34033203125, -1725.689208984375, 97.50745391845703125, 0.890116631984710693, 0, 0, 0.430510520935058593, 0.902585566043853759, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+69, 180471, 1, 4709, 4853, '0', 0, 0, -3311.97216796875, -1764.0833740234375, 129.41973876953125, 2.076939344406127929, 0, 0, 0.861628532409667968, 0.50753939151763916, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+70, 180471, 1, 4709, 4853, '0', 0, 0, -3255.640625, -1719.546875, 97.47737884521484375, 0.558503925800323486, 0, 0, 0.275636672973632812, 0.961261868476867675, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+71, 180471, 1, 4709, 4853, '0', 0, 0, -3257.057373046875, -1722.4114990234375, 97.66492462158203125, 0.942476630210876464, 0, 0, 0.453989982604980468, 0.891006767749786376, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+72, 180471, 1, 4709, 4853, '0', 0, 0, -3312.9462890625, -1762.203125, 129.5939483642578125, 2.146752834320068359, 0, 0, 0.878816604614257812, 0.477159708738327026, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+73, 180471, 1, 4709, 4853, '0', 0, 0, -3311.053955078125, -1765.8958740234375, 129.2496490478515625, 2.059488296508789062, 0, 0, 0.857167243957519531, 0.515038192272186279, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+74, 180471, 1, 4709, 4853, '0', 0, 0, -3256.388916015625, -1721.048583984375, 97.56262969970703125, 0.942476630210876464, 0, 0, 0.453989982604980468, 0.891006767749786376, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+75, 180471, 1, 4709, 4853, '0', 0, 0, -3223.928955078125, -1675.3992919921875, 119.5629730224609375, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+76, 180471, 1, 4709, 4853, '0', 0, 0, -3227.65625, -1672.9478759765625, 119.1805191040039062, 5.6897735595703125, 0, 0, -0.29237174987792968, 0.956304728984832763, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+77, 180471, 1, 4709, 4853, '0', 0, 0, -3232.092041015625, -1667.640625, 119.5213394165039062, 5.427974700927734375, 0, 0, -0.41469287872314453, 0.909961462020874023, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+78, 180471, 1, 4709, 4853, '0', 0, 0, -3308.90966796875, -1776.4879150390625, 129.5751495361328125, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+79, 180471, 1, 4709, 4853, '0', 0, 0, -3231.048583984375, -1669.1163330078125, 119.362060546875, 5.480334281921386718, 0, 0, -0.39073085784912109, 0.920504987239837646, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+80, 180471, 1, 4709, 4853, '0', 0, 0, -3222.2119140625, -1676.46875, 119.72918701171875, 5.619962215423583984, 0, 0, -0.32556724548339843, 0.945518851280212402, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+81, 180471, 1, 4709, 4853, '0', 0, 0, -3230.109375, -1670.5364990234375, 119.2201080322265625, 5.6897735595703125, 0, 0, -0.29237174987792968, 0.956304728984832763, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+82, 180471, 1, 4709, 4853, '0', 0, 0, -3309.265625, -1771.2569580078125, 129.1250152587890625, 1.972219824790954589, 0, 0, 0.83388519287109375, 0.55193793773651123, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+83, 180471, 1, 4709, 4853, '0', 0, 0, -3233.21533203125, -1665.8072509765625, 119.68890380859375, 5.375615119934082031, 0, 0, -0.4383707046508789, 0.898794233798980712, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+84, 180471, 1, 4709, 4853, '0', 0, 0, -3309.994873046875, -1767.7569580078125, 129.08673095703125, 2.059488296508789062, 0, 0, 0.857167243957519531, 0.515038192272186279, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+85, 180471, 1, 4709, 4853, '0', 0, 0, -3309.01904296875, -1774.654541015625, 129.4199066162109375, 1.745326757431030273, 0, 0, 0.766043663024902343, 0.642788589000701904, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+86, 180471, 1, 4709, 4853, '0', 0, 0, -3225.895751953125, -1674.1632080078125, 119.371490478515625, 5.6897735595703125, 0, 0, -0.29237174987792968, 0.956304728984832763, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+87, 180471, 1, 4709, 4853, '0', 0, 0, -3309.163330078125, -1773.1510009765625, 129.2836761474609375, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+88, 180472, 1, 4709, 4853, '0', 0, 0, -3291.5, -1681.921875, 142.7299346923828125, 5.323255538940429687, 0, 0, -0.46174812316894531, 0.887011110782623291, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+89, 180472, 1, 4709, 4853, '0', 0, 0, -3257.76904296875, -1723.3194580078125, 98.9659423828125, 5.567600727081298828, 0, 0, -0.35020732879638671, 0.936672210693359375, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+90, 180472, 1, 4709, 4853, '0', 0, 0, -3228.9375, -1671.8941650390625, 120.3505172729492187, 3.961898565292358398, 0, 0, -0.91705989837646484, 0.398749500513076782, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+91, 180472, 1, 4709, 4853, '0', 0, 0, -3309.56591796875, -1769.376708984375, 130.1752471923828125, 0.366517573595046997, 0, 0, 0.182234764099121093, 0.98325502872467041, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+92, 180523, 1, 4709, 4853, '0', 0, 0, -3217.59375, -1664.3055419921875, 100.3092422485351562, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Apple Bob (Area: Desolation Hold - Difficulty: 0) +(@OGUID+93, 185436, 1, 4709, 4853, '0', 0, 0, -3225.505126953125, -1675.3367919921875, 99.89443206787109375, 2.635444164276123046, 0, 0, 0.96814727783203125, 0.250381410121917724, 120, 255, 1, 46366), -- Sitting Skeleton 03 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+94, 185438, 1, 4709, 4853, '0', 0, 0, -3226.173583984375, -1675.3316650390625, 99.93881988525390625, 0.27925160527229309, 0, 0, 0.139172554016113281, 0.990268170833587646, 120, 255, 1, 46366), -- Sitting Skeleton 04 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+95, 207736, 1, 4709, 4853, '0', 0, 0, -3294.788330078125, -1676.82470703125, 122.625, 5.35816192626953125, 0, 0, -0.446197509765625, 0.894934535026550292, 120, 255, 1, 46366), -- G_HangingSkeleton_01 (Scale 2) (Area: Desolation Hold - Difficulty: 0) +(@OGUID+96, 208059, 1, 4709, 4853, '0', 0, 0, -3266.369873046875, -1715.407958984375, 108.0419235229492187, 1.186823248863220214, 0, 0, 0.559192657470703125, 0.829037725925445556, 120, 255, 1, 46366), -- G_Pumpkin_02 Scale 5.0 (Area: Desolation Hold - Difficulty: 0) +(@OGUID+97, 208168, 1, 4709, 4853, '0', 0, 0, -3221.083251953125, -1660.970458984375, 99.90734100341796875, 5.602506637573242187, 0, 0, -0.33380699157714843, 0.942641437053680419, 120, 255, 1, 46366); -- Candy Bucket (Area: Desolation Hold - Difficulty: 0) + +-- Event spawns +DELETE FROM `game_event_creature` WHERE `eventEntry`=12 AND `guid`=@CGUID+0; +INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES +(12, @CGUID+0); + +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+97; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48), +(12, @OGUID+49), +(12, @OGUID+50), +(12, @OGUID+51), +(12, @OGUID+52), +(12, @OGUID+53), +(12, @OGUID+54), +(12, @OGUID+55), +(12, @OGUID+56), +(12, @OGUID+57), +(12, @OGUID+58), +(12, @OGUID+59), +(12, @OGUID+60), +(12, @OGUID+61), +(12, @OGUID+62), +(12, @OGUID+63), +(12, @OGUID+64), +(12, @OGUID+65), +(12, @OGUID+66), +(12, @OGUID+67), +(12, @OGUID+68), +(12, @OGUID+69), +(12, @OGUID+70), +(12, @OGUID+71), +(12, @OGUID+72), +(12, @OGUID+73), +(12, @OGUID+74), +(12, @OGUID+75), +(12, @OGUID+76), +(12, @OGUID+77), +(12, @OGUID+78), +(12, @OGUID+79), +(12, @OGUID+80), +(12, @OGUID+81), +(12, @OGUID+82), +(12, @OGUID+83), +(12, @OGUID+84), +(12, @OGUID+85), +(12, @OGUID+86), +(12, @OGUID+87), +(12, @OGUID+88), +(12, @OGUID+89), +(12, @OGUID+90), +(12, @OGUID+91), +(12, @OGUID+92), +(12, @OGUID+93), +(12, @OGUID+94), +(12, @OGUID+95), +(12, @OGUID+96), +(12, @OGUID+97); + +-- +SET @CGUID := 3800384; +SET @OGUID := 3807449; + +-- Old creature spawns +DELETE FROM `creature` WHERE `guid` BETWEEN 3000456 AND 3000456; +DELETE FROM `creature_addon` WHERE `guid` BETWEEN 3000456 AND 3000456; +DELETE FROM `game_event_creature` WHERE `guid` BETWEEN 3000456 AND 3000456; + +-- Creature spawns +DELETE FROM `creature` WHERE `guid`=@CGUID+0; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES +(@CGUID+0, 22816, 1, 4709, 4843, '0', 0, 0, 0, 0, -449.0743408203125, -1466.06201171875, 92.0471343994140625, 0.750433623790740966, 120, 10, 0, 188, 0, 1, NULL, NULL, NULL, NULL, 46366); -- Black Cat (Area: Honor's Stand - Difficulty: 0) (possible waypoints or random movement) + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3009072 AND 3009197; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3009072 AND 3009197; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3009072 AND 3009197; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+125; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 1, 4709, 4843, '0', 0, 0, -344.352447509765625, -1540.1353759765625, 87.2408599853515625, 4.066620349884033203, 0, 0, -0.89493370056152343, 0.44619917869567871, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+1, 180405, 1, 4709, 4843, '0', 0, 0, -373.314239501953125, -1538.890625, 88.75640106201171875, 2.967041015625, 0, 0, 0.996193885803222656, 0.087165042757987976, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+2, 180405, 1, 4709, 4843, '0', 0, 0, -401.8194580078125, -1553.5052490234375, 97.94178009033203125, 4.066620349884033203, 0, 0, -0.89493370056152343, 0.44619917869567871, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+3, 180405, 1, 4709, 4843, '0', 0, 0, -484.810760498046875, -1479.90283203125, 94.94454193115234375, 1.553341388702392578, 0, 0, 0.700908660888671875, 0.713251054286956787, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+4, 180405, 1, 4709, 4843, '0', 0, 0, -477.69964599609375, -1420.2916259765625, 104.0656661987304687, 1.099556446075439453, 0, 0, 0.522498130798339843, 0.852640450000762939, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+5, 180405, 1, 4709, 4843, '0', 0, 0, -493.526031494140625, -1375.0069580078125, 103.4692306518554687, 3.769911527633666992, 0, 0, -0.95105648040771484, 0.309017121791839599, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+6, 180406, 1, 4709, 4843, '0', 0, 0, -342.44964599609375, -1501.501708984375, 88.87638092041015625, 4.188792228698730468, 0, 0, -0.86602497100830078, 0.50000077486038208, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+7, 180406, 1, 4709, 4843, '0', 0, 0, -340.954864501953125, -1515.7847900390625, 87.2365875244140625, 5.794494152069091796, 0, 0, -0.24192142486572265, 0.970295846462249755, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+8, 180406, 1, 4709, 4843, '0', 0, 0, -375.515625, -1536.142333984375, 88.71193695068359375, 3.420850038528442382, 0, 0, -0.99026775360107421, 0.139175355434417724, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+9, 180406, 1, 4709, 4843, '0', 0, 0, -424.859375, -1555.40625, 92.2329864501953125, 5.393068790435791015, 0, 0, -0.43051052093505859, 0.902585566043853759, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+10, 180406, 1, 4709, 4843, '0', 0, 0, -516.01043701171875, -1409.640625, 103.4674835205078125, 5.585053920745849609, 0, 0, -0.34202003479003906, 0.939692676067352294, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+11, 180406, 1, 4709, 4843, '0', 0, 0, -470.395843505859375, -1389.8819580078125, 103.4685592651367187, 2.617989301681518554, 0, 0, 0.965925216674804687, 0.258821308612823486, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+12, 180407, 1, 4709, 4843, '0', 0, 0, -345.463531494140625, -1503.9410400390625, 88.76609039306640625, 4.380776405334472656, 0, 0, -0.81411552429199218, 0.580702960491180419, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+13, 180407, 1, 4709, 4843, '0', 0, 0, -386.80902099609375, -1545.8367919921875, 97.9417266845703125, 3.961898565292358398, 0, 0, -0.91705989837646484, 0.398749500513076782, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+14, 180407, 1, 4709, 4843, '0', 0, 0, -428.109375, -1542.2117919921875, 92.43253326416015625, 5.078907966613769531, 0, 0, -0.56640625, 0.824126183986663818, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+15, 180407, 1, 4709, 4843, '0', 0, 0, -483.3038330078125, -1474.3663330078125, 95.17174530029296875, 2.111847877502441406, 0, 0, 0.870355606079101562, 0.492423713207244873, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+16, 180407, 1, 4709, 4843, '0', 0, 0, -492.696197509765625, -1424.501708984375, 103.4610366821289062, 0.366517573595046997, 0, 0, 0.182234764099121093, 0.98325502872467041, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+17, 180407, 1, 4709, 4843, '0', 0, 0, -468.213531494140625, -1405.888916015625, 104.0657119750976562, 1.535889506340026855, 0, 0, 0.694658279418945312, 0.719339847564697265, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+18, 180407, 1, 4709, 4843, '0', 0, 0, -514.3194580078125, -1386.25, 103.4694137573242187, 4.764749526977539062, 0, 0, -0.6883544921875, 0.725374460220336914, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+19, 180410, 1, 4709, 4843, '0', 0, 0, -381.258697509765625, -1540.9774169921875, 87.3762359619140625, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 46366), -- G_HangingSkeleton_01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+20, 180411, 1, 4709, 4843, '0', 0, 0, -487.161468505859375, -1467.9913330078125, 98.11215972900390625, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+21, 180414, 1, 4709, 4843, '0', 0, 0, -487.3350830078125, -1467.7864990234375, 94.28156280517578125, 1.256635904312133789, 0, 0, 0.587784767150878906, 0.809017360210418701, 120, 255, 1, 46366), -- Cauldron (Area: Honor's Stand - Difficulty: 0) +(@OGUID+22, 180415, 1, 4709, 4843, '0', 0, 0, -339.782989501953125, -1537.4879150390625, 87.25281524658203125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+23, 180415, 1, 4709, 4843, '0', 0, 0, -338.86285400390625, -1537.5103759765625, 88.9371337890625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+24, 180415, 1, 4709, 4843, '0', 0, 0, -388.864593505859375, -1532.46533203125, 87.82769012451171875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+25, 180415, 1, 4709, 4843, '0', 0, 0, -388.529510498046875, -1534.5191650390625, 88.5606231689453125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+26, 180415, 1, 4709, 4843, '0', 0, 0, -388.064239501953125, -1537.125, 89.49372100830078125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+27, 180415, 1, 4709, 4843, '0', 0, 0, -387.680572509765625, -1539.2447509765625, 90.24883270263671875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+28, 180415, 1, 4709, 4843, '0', 0, 0, -387.23089599609375, -1541.0242919921875, 90.89581298828125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+29, 180415, 1, 4709, 4843, '0', 0, 0, -411.3125, -1544.5711669921875, 87.98502349853515625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+30, 180415, 1, 4709, 4843, '0', 0, 0, -405.14410400390625, -1550.482666015625, 90.95931243896484375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+31, 180415, 1, 4709, 4843, '0', 0, 0, -407.736114501953125, -1547.8004150390625, 89.6524505615234375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+32, 180415, 1, 4709, 4843, '0', 0, 0, -406.619781494140625, -1549.1475830078125, 90.2681121826171875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+33, 180415, 1, 4709, 4843, '0', 0, 0, -409.739593505859375, -1546.0728759765625, 88.7382659912109375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+34, 180415, 1, 4709, 4843, '0', 0, 0, -470.736114501953125, -1429.0382080078125, 94.76062774658203125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+35, 180415, 1, 4709, 4843, '0', 0, 0, -474.774322509765625, -1424.0885009765625, 97.00070953369140625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+36, 180415, 1, 4709, 4843, '0', 0, 0, -473.583343505859375, -1425.392333984375, 96.3792877197265625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+37, 180415, 1, 4709, 4843, '0', 0, 0, -472.329864501953125, -1427.0364990234375, 95.658447265625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+38, 180415, 1, 4709, 4843, '0', 0, 0, -460.227447509765625, -1407.8316650390625, 95.7776947021484375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+39, 180415, 1, 4709, 4843, '0', 0, 0, -457.704864501953125, -1408.54345703125, 94.8620758056640625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+40, 180415, 1, 4709, 4843, '0', 0, 0, -461.99652099609375, -1407.314208984375, 96.4232635498046875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+41, 180415, 1, 4709, 4843, '0', 0, 0, -463.74652099609375, -1406.9322509765625, 97.04463958740234375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+42, 180425, 1, 4709, 4843, '0', 0, 0, -340.111114501953125, -1538.3350830078125, 87.99057769775390625, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 46366), -- SkullCandle01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+43, 180426, 1, 4709, 4843, '0', 0, 0, -424.677093505859375, -1495.876708984375, 91.25925445556640625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+44, 180426, 1, 4709, 4843, '0', 0, 0, -412.9288330078125, -1449.045166015625, 94.052642822265625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+45, 180426, 1, 4709, 4843, '0', 0, 0, -399.828125, -1428.5555419921875, 95.392852783203125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+46, 180426, 1, 4709, 4843, '0', 0, 0, -455.1163330078125, -1458.03125, 96.65770721435546875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+47, 180426, 1, 4709, 4843, '0', 0, 0, -432.789947509765625, -1431.9132080078125, 97.1610107421875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+48, 180426, 1, 4709, 4843, '0', 0, 0, -404.376739501953125, -1397.388916015625, 95.86664581298828125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+49, 180426, 1, 4709, 4843, '0', 0, 0, -448.138885498046875, -1468.4375, 94.456085205078125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+50, 180426, 1, 4709, 4843, '0', 0, 0, -434.46875, -1426.09033203125, 97.520416259765625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+51, 180426, 1, 4709, 4843, '0', 0, 0, -398.82464599609375, -1400.77783203125, 95.35594940185546875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+52, 180426, 1, 4709, 4843, '0', 0, 0, -414.829864501953125, -1389.16845703125, 96.92046356201171875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+53, 180426, 1, 4709, 4843, '0', 0, 0, -426.1875, -1436.0833740234375, 95.85826873779296875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+54, 180426, 1, 4709, 4843, '0', 0, 0, -394.942718505859375, -1360.6197509765625, 94.63848114013671875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+55, 180427, 1, 4709, 4843, '0', 0, 0, -417.78472900390625, -1487.4930419921875, 91.27526092529296875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+56, 180427, 1, 4709, 4843, '0', 0, 0, -409.40625, -1516.3316650390625, 89.78594207763671875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+57, 180427, 1, 4709, 4843, '0', 0, 0, -408.345489501953125, -1463.8785400390625, 91.88300323486328125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+58, 180427, 1, 4709, 4843, '0', 0, 0, -404.65972900390625, -1444.90625, 94.20061492919921875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+59, 180427, 1, 4709, 4843, '0', 0, 0, -441.227447509765625, -1481.6822509765625, 93.90219879150390625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+60, 180427, 1, 4709, 4843, '0', 0, 0, -449.4444580078125, -1503.079833984375, 92.60198211669921875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+61, 180427, 1, 4709, 4843, '0', 0, 0, -390.454864501953125, -1384.0885009765625, 94.99570465087890625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+62, 180427, 1, 4709, 4843, '0', 0, 0, -449.111114501953125, -1463.1353759765625, 95.28435516357421875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+63, 180427, 1, 4709, 4843, '0', 0, 0, -398.102447509765625, -1403.8472900390625, 95.36516571044921875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+64, 180427, 1, 4709, 4843, '0', 0, 0, -426.6944580078125, -1429.0625, 97.25103759765625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+65, 180471, 1, 4709, 4843, '0', 0, 0, -382.7413330078125, -1558.4478759765625, 108.34490966796875, 3.263772249221801757, 0, 0, -0.99813461303710937, 0.061051756143569946, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+66, 180471, 1, 4709, 4843, '0', 0, 0, -370.53125, -1571.048583984375, 108.3351669311523437, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+67, 180471, 1, 4709, 4843, '0', 0, 0, -370.5225830078125, -1569.5538330078125, 108.345947265625, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+68, 180471, 1, 4709, 4843, '0', 0, 0, -374.407989501953125, -1580.078125, 108.34490966796875, 0.925023794174194335, 0, 0, 0.446197509765625, 0.894934535026550292, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+69, 180471, 1, 4709, 4843, '0', 0, 0, -373.3038330078125, -1579.0711669921875, 108.345947265625, 0.994837164878845214, 0, 0, 0.477158546447753906, 0.878817260265350341, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+70, 180471, 1, 4709, 4843, '0', 0, 0, -376.39410400390625, -1560.3367919921875, 108.344970703125, 2.530723094940185546, 0, 0, 0.953716278076171875, 0.300707906484603881, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+71, 180471, 1, 4709, 4843, '0', 0, 0, -385.638885498046875, -1558.6510009765625, 108.344970703125, 3.316144466400146484, 0, 0, -0.99619388580322265, 0.087165042757987976, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+72, 180471, 1, 4709, 4843, '0', 0, 0, -374.083343505859375, -1562.126708984375, 108.3351669311523437, 2.495818138122558593, 0, 0, 0.948323249816894531, 0.317305892705917358, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+73, 180471, 1, 4709, 4843, '0', 0, 0, -372.640625, -1577.76220703125, 108.344970703125, 0.942476630210876464, 0, 0, 0.453989982604980468, 0.891006767749786376, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+74, 180471, 1, 4709, 4843, '0', 0, 0, -375.118072509765625, -1561.0399169921875, 108.345947265625, 2.565631866455078125, 0, 0, 0.958819389343261718, 0.284016460180282592, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+75, 180471, 1, 4709, 4843, '0', 0, 0, -370.96875, -1568.157958984375, 108.344970703125, 1.727874636650085449, 0, 0, 0.760405540466308593, 0.649448513984680175, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+76, 180471, 1, 4709, 4843, '0', 0, 0, -384.229156494140625, -1558.28125, 108.345947265625, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+77, 180471, 1, 4709, 4843, '0', 0, 0, -390.149322509765625, -1581.4739990234375, 108.344970703125, 5.6897735595703125, 0, 0, -0.29237174987792968, 0.956304728984832763, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+78, 180471, 1, 4709, 4843, '0', 0, 0, -383.5850830078125, -1583.7117919921875, 108.34490966796875, 0.15707901120185852, 0, 0, 0.078458786010742187, 0.996917366981506347, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+79, 180471, 1, 4709, 4843, '0', 0, 0, -393.670135498046875, -1564.107666015625, 108.344970703125, 4.084071159362792968, 0, 0, -0.8910064697265625, 0.453990638256072998, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+80, 180471, 1, 4709, 4843, '0', 0, 0, -382.09375, -1583.7916259765625, 108.345947265625, 0.24434557557106018, 0, 0, 0.121869087219238281, 0.9925462007522583, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+81, 180471, 1, 4709, 4843, '0', 0, 0, -380.697906494140625, -1583.3507080078125, 108.344970703125, 0.209439441561698913, 0, 0, 0.104528427124023437, 0.994521915912628173, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+82, 180471, 1, 4709, 4843, '0', 0, 0, -392.414947509765625, -1579.6441650390625, 108.34490966796875, 5.637413978576660156, 0, 0, -0.31730461120605468, 0.948323667049407958, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+83, 180471, 1, 4709, 4843, '0', 0, 0, -391.857635498046875, -1561.84033203125, 108.34490966796875, 4.066620349884033203, 0, 0, -0.89493370056152343, 0.44619917869567871, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+84, 180471, 1, 4709, 4843, '0', 0, 0, -395.885406494140625, -1572.01220703125, 108.345947265625, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+85, 180471, 1, 4709, 4843, '0', 0, 0, -391.439239501953125, -1580.77783203125, 108.345947265625, 5.70722818374633789, 0, 0, -0.28401470184326171, 0.958819925785064697, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+86, 180471, 1, 4709, 4843, '0', 0, 0, -395.76910400390625, -1570.5225830078125, 108.34490966796875, 4.817109584808349609, 0, 0, -0.66913032531738281, 0.74314504861831665, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+87, 180471, 1, 4709, 4843, '0', 0, 0, -395.473968505859375, -1573.4132080078125, 108.344970703125, 4.834563255310058593, 0, 0, -0.66261959075927734, 0.748956084251403808, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+88, 180471, 1, 4709, 4843, '0', 0, 0, -392.98785400390625, -1562.8194580078125, 108.345947265625, 4.118979454040527343, 0, 0, -0.88294696807861328, 0.469472706317901611, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+89, 180471, 1, 4709, 4843, '0', 0, 0, -488.65625, -1475.8316650390625, 102.1529922485351562, 1.291541695594787597, 0, 0, 0.60181427001953125, 0.798636078834533691, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+90, 180471, 1, 4709, 4843, '0', 0, 0, -486.361114501953125, -1469.59033203125, 103.6724624633789062, 2.007128477096557617, 0, 0, 0.84339141845703125, 0.537299633026123046, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+91, 180471, 1, 4709, 4843, '0', 0, 0, -487.21527099609375, -1473.5103759765625, 102.9069900512695312, 1.361356139183044433, 0, 0, 0.629320144653320312, 0.77714616060256958, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+92, 180471, 1, 4709, 4843, '0', 0, 0, -486.734375, -1468.94970703125, 103.6724624633789062, 2.007128477096557617, 0, 0, 0.84339141845703125, 0.537299633026123046, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+93, 180471, 1, 4709, 4843, '0', 0, 0, -486.055572509765625, -1471.3472900390625, 103.5111236572265625, 1.274088263511657714, 0, 0, 0.594821929931640625, 0.80385744571685791, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+94, 180471, 1, 4709, 4843, '0', 0, 0, -488.010406494140625, -1474.6510009765625, 102.4972000122070312, 1.291541695594787597, 0, 0, 0.60181427001953125, 0.798636078834533691, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+95, 180471, 1, 4709, 4843, '0', 0, 0, -486.071197509765625, -1470.4879150390625, 103.6724624633789062, 1.884953022003173828, 0, 0, 0.809016227722167968, 0.587786316871643066, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+96, 180471, 1, 4709, 4843, '0', 0, 0, -486.520843505859375, -1472.2691650390625, 103.2761306762695312, 1.274088263511657714, 0, 0, 0.594821929931640625, 0.80385744571685791, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+97, 180471, 1, 4709, 4843, '0', 0, 0, -502.42535400390625, -1408.404541015625, 114.3814468383789062, 5.375615119934082031, 0, 0, -0.4383707046508789, 0.898794233798980712, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+98, 180471, 1, 4709, 4843, '0', 0, 0, -495.40277099609375, -1412.423583984375, 114.3635635375976562, 6.178466320037841796, 0, 0, -0.05233573913574218, 0.998629570007324218, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+99, 180471, 1, 4709, 4843, '0', 0, 0, -484.75347900390625, -1409.4791259765625, 114.3814468383789062, 0.698131442070007324, 0, 0, 0.342020034790039062, 0.939692676067352294, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+100, 180471, 1, 4709, 4843, '0', 0, 0, -487.045135498046875, -1411.0816650390625, 114.3927764892578125, 0.663223206996917724, 0, 0, 0.325567245483398437, 0.945518851280212402, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+101, 180471, 1, 4709, 4843, '0', 0, 0, -496.638885498046875, -1411.9879150390625, 114.3927764892578125, 6.12610626220703125, 0, 0, -0.07845878601074218, 0.996917366981506347, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+102, 180471, 1, 4709, 4843, '0', 0, 0, -485.864593505859375, -1410.5103759765625, 114.3635635375976562, 0.715584874153137207, 0, 0, 0.350207328796386718, 0.936672210693359375, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+103, 180471, 1, 4709, 4843, '0', 0, 0, -493.890625, -1412.484375, 114.3814468383789062, 6.14356088638305664, 0, 0, -0.06975555419921875, 0.997564136981964111, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+104, 180471, 1, 4709, 4843, '0', 0, 0, -480.55035400390625, -1402.298583984375, 114.3635635375976562, 1.48352813720703125, 0, 0, 0.675589561462402343, 0.737277925014495849, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+105, 180471, 1, 4709, 4843, '0', 0, 0, -503.489593505859375, -1407.326416015625, 114.3635635375976562, 5.410521507263183593, 0, 0, -0.42261791229248046, 0.906307935714721679, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+106, 180471, 1, 4709, 4843, '0', 0, 0, -504.1007080078125, -1406.16845703125, 114.3927764892578125, 5.35816192626953125, 0, 0, -0.446197509765625, 0.894934535026550292, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+107, 180471, 1, 4709, 4843, '0', 0, 0, -480.95660400390625, -1403.545166015625, 114.3927764892578125, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+108, 180471, 1, 4709, 4843, '0', 0, 0, -480.515625, -1400.7742919921875, 114.3814468383789062, 1.448621988296508789, 0, 0, 0.662619590759277343, 0.748956084251403808, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+109, 180471, 1, 4709, 4843, '0', 0, 0, -505.625, -1399.2222900390625, 114.3814468383789062, 4.59021615982055664, 0, 0, -0.74895572662353515, 0.662620067596435546, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+110, 180471, 1, 4709, 4843, '0', 0, 0, -499.140625, -1388.8992919921875, 114.3927764892578125, 3.78736734390258789, 0, 0, -0.94832324981689453, 0.317305892705917358, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+111, 180471, 1, 4709, 4843, '0', 0, 0, -505.28472900390625, -1396.4461669921875, 114.3927764892578125, 4.59021615982055664, 0, 0, -0.74895572662353515, 0.662620067596435546, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+112, 180471, 1, 4709, 4843, '0', 0, 0, -482.46527099609375, -1392.736083984375, 114.3635635375976562, 2.286378860473632812, 0, 0, 0.909960746765136718, 0.414694398641586303, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+113, 180471, 1, 4709, 4843, '0', 0, 0, -500.33160400390625, -1389.451416015625, 114.3635635375976562, 3.839725255966186523, 0, 0, -0.93969249725341796, 0.34202045202255249, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+114, 180471, 1, 4709, 4843, '0', 0, 0, -481.914947509765625, -1393.9271240234375, 114.3927764892578125, 2.216565132141113281, 0, 0, 0.894933700561523437, 0.44619917869567871, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+115, 180471, 1, 4709, 4843, '0', 0, 0, -489.494781494140625, -1387.7569580078125, 114.3927764892578125, 3.019413232803344726, 0, 0, 0.998134613037109375, 0.061051756143569946, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+116, 180471, 1, 4709, 4843, '0', 0, 0, -490.75, -1387.375, 114.3635635375976562, 3.071766138076782226, 0, 0, 0.999390602111816406, 0.034906134009361267, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+117, 180471, 1, 4709, 4843, '0', 0, 0, -501.473968505859375, -1390.453125, 114.3814468383789062, 3.839725255966186523, 0, 0, -0.93969249725341796, 0.34202045202255249, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+118, 180471, 1, 4709, 4843, '0', 0, 0, -505.645843505859375, -1397.703125, 114.3635635375976562, 4.625123500823974609, 0, 0, -0.73727703094482421, 0.67559051513671875, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+119, 180471, 1, 4709, 4843, '0', 0, 0, -483.473968505859375, -1391.595458984375, 114.3814468383789062, 2.286378860473632812, 0, 0, 0.909960746765136718, 0.414694398641586303, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+120, 180471, 1, 4709, 4843, '0', 0, 0, -492.274322509765625, -1387.3697509765625, 114.3814468383789062, 3.036838293075561523, 0, 0, 0.998628616333007812, 0.052353221923112869, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+121, 180472, 1, 4709, 4843, '0', 0, 0, -389.8125, -1558.16845703125, 97.20450592041015625, 2.076939344406127929, 0, 0, 0.861628532409667968, 0.50753939151763916, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+122, 180472, 1, 4709, 4843, '0', 0, 0, -480.993072509765625, -1407.876708984375, 103.3373336791992187, 5.6897735595703125, 0, 0, -0.29237174987792968, 0.956304728984832763, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+123, 180523, 1, 4709, 4843, '0', 0, 0, -351.0069580078125, -1540.8021240234375, 87.51639556884765625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Apple Bob (Area: Honor's Stand - Difficulty: 0) +(@OGUID+124, 207941, 1, 4709, 4843, '0', 0, 0, -849.14581298828125, -1554.4010009765625, 154.8351593017578125, 4.939284324645996093, 0, 0, -0.6225137710571289, 0.78260880708694458, 120, 255, 1, 46366), -- G_WitchHat_01 scale 2.0 (Area: Honor's Stand - Difficulty: 0) +(@OGUID+125, 208169, 1, 4709, 4843, '0', 0, 0, -338.734375, -1535.6927490234375, 87.29409027099609375, 4.136432647705078125, 0, 0, -0.87881660461425781, 0.477159708738327026, 120, 255, 1, 46366); -- Candy Bucket (Area: Honor's Stand - Difficulty: 0) + +-- Event spawns +DELETE FROM `game_event_creature` WHERE `eventEntry`=12 AND `guid`=@CGUID+0; +INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES +(12, @CGUID+0); + +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+125; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48), +(12, @OGUID+49), +(12, @OGUID+50), +(12, @OGUID+51), +(12, @OGUID+52), +(12, @OGUID+53), +(12, @OGUID+54), +(12, @OGUID+55), +(12, @OGUID+56), +(12, @OGUID+57), +(12, @OGUID+58), +(12, @OGUID+59), +(12, @OGUID+60), +(12, @OGUID+61), +(12, @OGUID+62), +(12, @OGUID+63), +(12, @OGUID+64), +(12, @OGUID+65), +(12, @OGUID+66), +(12, @OGUID+67), +(12, @OGUID+68), +(12, @OGUID+69), +(12, @OGUID+70), +(12, @OGUID+71), +(12, @OGUID+72), +(12, @OGUID+73), +(12, @OGUID+74), +(12, @OGUID+75), +(12, @OGUID+76), +(12, @OGUID+77), +(12, @OGUID+78), +(12, @OGUID+79), +(12, @OGUID+80), +(12, @OGUID+81), +(12, @OGUID+82), +(12, @OGUID+83), +(12, @OGUID+84), +(12, @OGUID+85), +(12, @OGUID+86), +(12, @OGUID+87), +(12, @OGUID+88), +(12, @OGUID+89), +(12, @OGUID+90), +(12, @OGUID+91), +(12, @OGUID+92), +(12, @OGUID+93), +(12, @OGUID+94), +(12, @OGUID+95), +(12, @OGUID+96), +(12, @OGUID+97), +(12, @OGUID+98), +(12, @OGUID+99), +(12, @OGUID+100), +(12, @OGUID+101), +(12, @OGUID+102), +(12, @OGUID+103), +(12, @OGUID+104), +(12, @OGUID+105), +(12, @OGUID+106), +(12, @OGUID+107), +(12, @OGUID+108), +(12, @OGUID+109), +(12, @OGUID+110), +(12, @OGUID+111), +(12, @OGUID+112), +(12, @OGUID+113), +(12, @OGUID+114), +(12, @OGUID+115), +(12, @OGUID+116), +(12, @OGUID+117), +(12, @OGUID+118), +(12, @OGUID+119), +(12, @OGUID+120), +(12, @OGUID+121), +(12, @OGUID+122), +(12, @OGUID+123), +(12, @OGUID+124), +(12, @OGUID+125); + +-- +SET @CGUID := 3800385; +SET @OGUID := 3807575; + +-- Old creature spawns +DELETE FROM `creature` WHERE `guid` BETWEEN 3000457 AND 3000457; +DELETE FROM `creature_addon` WHERE `guid` BETWEEN 3000457 AND 3000457; +DELETE FROM `game_event_creature` WHERE `guid` BETWEEN 3000457 AND 3000457; + +-- Creature spawns +DELETE FROM `creature` WHERE `guid`=@CGUID+0; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES +(@CGUID+0, 22816, 1, 4709, 4847, '0', 0, 0, 0, 0, -2148.983642578125, -3538.833740234375, 92.31920623779296875, 3.528267383575439453, 120, 10, 0, 188, 0, 1, NULL, NULL, NULL, NULL, 46366); -- Black Cat (Area: Northwatch Hold - Difficulty: 0) (possible waypoints or random movement) + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3009198 AND 3009277; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3009198 AND 3009277; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3009198 AND 3009277; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+79; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 1, 4709, 4847, '0', 0, 0, -2070.932373046875, -3512.630126953125, 101.6366119384765625, 1.553341388702392578, 0, 0, 0.700908660888671875, 0.713251054286956787, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+1, 180405, 1, 4709, 4847, '0', 0, 0, -2118.788330078125, -3508.40625, 102.233856201171875, 5.70722818374633789, 0, 0, -0.28401470184326171, 0.958819925785064697, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+2, 180405, 1, 4709, 4847, '0', 0, 0, -2154.232666015625, -3551.494873046875, 92.392608642578125, 2.740161895751953125, 0, 0, 0.979924201965332031, 0.199370384216308593, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+3, 180405, 1, 4709, 4847, '0', 0, 0, -2162.552001953125, -3607.55908203125, 91.58831787109375, 1.605701684951782226, 0, 0, 0.719339370727539062, 0.694658815860748291, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+4, 180405, 1, 4709, 4847, '0', 0, 0, -2158.927001953125, -3685.26220703125, 83.74652862548828125, 4.555310726165771484, 0, 0, -0.76040554046630859, 0.649448513984680175, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+5, 180405, 1, 4709, 4847, '0', 0, 0, -2234.826416015625, -3734.088623046875, 91.37229156494140625, 3.141592741012573242, 0, 0, -1, 0, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+6, 180405, 1, 4709, 4847, '0', 0, 0, -2194.494873046875, -3715.6025390625, 94.1358489990234375, 4.380776405334472656, 0, 0, -0.81411552429199218, 0.580702960491180419, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+7, 180406, 1, 4709, 4847, '0', 0, 0, -2072.338623046875, -3489.298583984375, 101.63775634765625, 2.635444164276123046, 0, 0, 0.96814727783203125, 0.250381410121917724, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+8, 180406, 1, 4709, 4847, '0', 0, 0, -2116.48095703125, -3492.517333984375, 101.637786865234375, 4.660029888153076171, 0, 0, -0.72537422180175781, 0.688354730606079101, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+9, 180406, 1, 4709, 4847, '0', 0, 0, -2109.632080078125, -3522.77783203125, 102.2338104248046875, 5.881760597229003906, 0, 0, -0.19936752319335937, 0.979924798011779785, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+10, 180406, 1, 4709, 4847, '0', 0, 0, -2186.479248046875, -3656.0556640625, 90.92240142822265625, 1.553341388702392578, 0, 0, 0.700908660888671875, 0.713251054286956787, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+11, 180406, 1, 4709, 4847, '0', 0, 0, -2165.645751953125, -3696.319580078125, 89.40224456787109375, 4.468043327331542968, 0, 0, -0.7880105972290039, 0.615661680698394775, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+12, 180406, 1, 4709, 4847, '0', 0, 0, -2190.114501953125, -3707.625, 92.759552001953125, 4.817109584808349609, 0, 0, -0.66913032531738281, 0.74314504861831665, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+13, 180407, 1, 4709, 4847, '0', 0, 0, -2093.09716796875, -3477.645751953125, 101.6398696899414062, 3.612837791442871093, 0, 0, -0.97236919403076171, 0.233448356389999389, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+14, 180407, 1, 4709, 4847, '0', 0, 0, -2094.4931640625, -3527.517333984375, 101.637237548828125, 0.488691210746765136, 0, 0, 0.241921424865722656, 0.970295846462249755, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+15, 180407, 1, 4709, 4847, '0', 0, 0, -2181.39404296875, -3703.38720703125, 94.0216827392578125, 3.892086982727050781, 0, 0, -0.93041706085205078, 0.366502493619918823, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+16, 180407, 1, 4709, 4847, '0', 0, 0, -2218.42529296875, -3702.4462890625, 92.3603363037109375, 1.32644820213317871, 0, 0, 0.615660667419433593, 0.788011372089385986, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+17, 180408, 1, 4709, 4847, '0', 0, 0, -2154.092041015625, -3551.532958984375, 94.03586578369140625, 2.059488296508789062, 0, 0, 0.857167243957519531, 0.515038192272186279, 120, 255, 1, 46366), -- G_WitchHat_01 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+18, 180411, 1, 4709, 4847, '0', 0, 0, -2230.069580078125, -3734.03125, 94.0643768310546875, 4.677483558654785156, 0, 0, -0.71933937072753906, 0.694658815860748291, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+19, 180414, 1, 4709, 4847, '0', 0, 0, -2154.25, -3548.78466796875, 92.48007965087890625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Cauldron (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+20, 180415, 1, 4709, 4847, '0', 0, 0, -2154.638916015625, -3546.651123046875, 92.47592926025390625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+21, 180415, 1, 4709, 4847, '0', 0, 0, -2151.248291015625, -3548.072998046875, 92.404815673828125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+22, 180415, 1, 4709, 4847, '0', 0, 0, -2151.015625, -3550.29345703125, 92.2989349365234375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+23, 180415, 1, 4709, 4847, '0', 0, 0, -2154.18408203125, -3544.208251953125, 92.45920562744140625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+24, 180415, 1, 4709, 4847, '0', 0, 0, -2152.772705078125, -3546.954833984375, 92.47650146484375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+25, 180415, 1, 4709, 4847, '0', 0, 0, -2153.92529296875, -3541.682373046875, 92.387939453125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+26, 180415, 1, 4709, 4847, '0', 0, 0, -2151.326416015625, -3552.092041015625, 92.2301788330078125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+27, 180415, 1, 4709, 4847, '0', 0, 0, -2155.1337890625, -3558.34716796875, 91.79749298095703125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+28, 180415, 1, 4709, 4847, '0', 0, 0, -2154.69970703125, -3553.8525390625, 92.24387359619140625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+29, 180415, 1, 4709, 4847, '0', 0, 0, -2152.725830078125, -3553.345458984375, 92.22872161865234375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+30, 180415, 1, 4709, 4847, '0', 0, 0, -2154.911376953125, -3555.626708984375, 92.076080322265625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+31, 180415, 1, 4709, 4847, '0', 0, 0, -2160.1181640625, -3600.58154296875, 91.7639923095703125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+32, 180415, 1, 4709, 4847, '0', 0, 0, -2161.359375, -3603.95654296875, 91.68021392822265625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+33, 180415, 1, 4709, 4847, '0', 0, 0, -2165.7744140625, -3614.04345703125, 91.62944793701171875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+34, 180415, 1, 4709, 4847, '0', 0, 0, -2164.411376953125, -3610.692626953125, 91.60495758056640625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+35, 180415, 1, 4709, 4847, '0', 0, 0, -2188.54345703125, -3658.625, 90.9993133544921875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+36, 180415, 1, 4709, 4847, '0', 0, 0, -2190.241455078125, -3662.515625, 90.9618072509765625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+37, 180415, 1, 4709, 4847, '0', 0, 0, -2186.038330078125, -3652.8212890625, 90.86511993408203125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+38, 180415, 1, 4709, 4847, '0', 0, 0, -2184.213623046875, -3649.395751953125, 91.24613189697265625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+39, 180415, 1, 4709, 4847, '0', 0, 0, -2231.859375, -3736.576416015625, 93.381134033203125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+40, 180415, 1, 4709, 4847, '0', 0, 0, -2223.513916015625, -3707.744873046875, 91.86260986328125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+41, 180415, 1, 4709, 4847, '0', 0, 0, -2236.921875, -3733.473876953125, 91.8242340087890625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+42, 180415, 1, 4709, 4847, '0', 0, 0, -2216.322998046875, -3699.142333984375, 92.56069183349609375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+43, 180415, 1, 4709, 4847, '0', 0, 0, -2213.723876953125, -3696.067626953125, 92.6726531982421875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+44, 180415, 1, 4709, 4847, '0', 0, 0, -2220.96533203125, -3704.72216796875, 92.22063446044921875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+45, 180415, 1, 4709, 4847, '0', 0, 0, -2233.244873046875, -3735.632080078125, 93.3547210693359375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+46, 180425, 1, 4709, 4847, '0', 0, 0, -2156.373291015625, -3560.505126953125, 92.4424591064453125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- SkullCandle01 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+47, 180425, 1, 4709, 4847, '0', 0, 0, -2155.579833984375, -3562.505126953125, 92.42082977294921875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- SkullCandle01 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+48, 180426, 1, 4709, 4847, '0', 0, 0, -2064.142333984375, -3461.48779296875, 91.96524810791015625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+49, 180426, 1, 4709, 4847, '0', 0, 0, -2054.708251953125, -3469.432373046875, 97.1211090087890625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+50, 180426, 1, 4709, 4847, '0', 0, 0, -2067.692626953125, -3458.43408203125, 93.53896331787109375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+51, 180426, 1, 4709, 4847, '0', 0, 0, -2134.145751953125, -3531.451416015625, 91.66544342041015625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+52, 180426, 1, 4709, 4847, '0', 0, 0, -2131.015625, -3556.65625, 97.27268218994140625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+53, 180426, 1, 4709, 4847, '0', 0, 0, -2133.782958984375, -3582.9306640625, 94.23220062255859375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+54, 180426, 1, 4709, 4847, '0', 0, 0, -2148.8525390625, -3613.678955078125, 99.65700531005859375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+55, 180426, 1, 4709, 4847, '0', 0, 0, -2164.17529296875, -3638.2275390625, 97.16341400146484375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+56, 180426, 1, 4709, 4847, '0', 0, 0, -2179.375, -3677.407958984375, 87.9856414794921875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+57, 180426, 1, 4709, 4847, '0', 0, 0, -2205.87841796875, -3714.265625, 98.39243316650390625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+58, 180427, 1, 4709, 4847, '0', 0, 0, -2097.0087890625, -3495.947998046875, 130.0844268798828125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+59, 180427, 1, 4709, 4847, '0', 0, 0, -2096.935791015625, -3501.302001953125, 124.9828872680664062, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+60, 180427, 1, 4709, 4847, '0', 0, 0, -2093.177001953125, -3509.880126953125, 130.0844268798828125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+61, 180427, 1, 4709, 4847, '0', 0, 0, -2088.82470703125, -3501.401123046875, 130.0844268798828125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+62, 180427, 1, 4709, 4847, '0', 0, 0, -2120.963623046875, -3556.616455078125, 100.7679519653320312, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+63, 180427, 1, 4709, 4847, '0', 0, 0, -2125.7587890625, -3551.838623046875, 110.1633682250976562, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+64, 180427, 1, 4709, 4847, '0', 0, 0, -2135.076416015625, -3583.126708984375, 109.2811965942382812, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+65, 180427, 1, 4709, 4847, '0', 0, 0, -2141.364501953125, -3620.114501953125, 106.5954666137695312, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+66, 180427, 1, 4709, 4847, '0', 0, 0, -2164.48095703125, -3659.34375, 108.9088897705078125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+67, 180427, 1, 4709, 4847, '0', 0, 0, -2181.22216796875, -3689.80029296875, 102.0066299438476562, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+68, 180428, 1, 4709, 4847, '0', 0, 0, -2155.30029296875, -3550.1806640625, 92.390411376953125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- G_WitchBroom_01 scale 0.5 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+69, 180472, 1, 4709, 4847, '0', 0, 0, -2095.8056640625, -3490.098876953125, 113.3903579711914062, 1.85004889965057373, 0, 0, 0.798635482788085937, 0.60181504487991333, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+70, 180472, 1, 4709, 4847, '0', 0, 0, -2086.3837890625, -3492.3212890625, 113.3822708129882812, 1.151916384696960449, 0, 0, 0.544638633728027343, 0.838670849800109863, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+71, 180472, 1, 4709, 4847, '0', 0, 0, -2104.138916015625, -3495.194580078125, 113.3955917358398437, 2.565631866455078125, 0, 0, 0.958819389343261718, 0.284016460180282592, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+72, 180472, 1, 4709, 4847, '0', 0, 0, -2083.390625, -3510.15283203125, 113.4044265747070312, 5.6897735595703125, 0, 0, -0.29237174987792968, 0.956304728984832763, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+73, 180472, 1, 4709, 4847, '0', 0, 0, -2081.295166015625, -3500.572998046875, 113.3610610961914062, 0.261798173189163208, 0, 0, 0.130525588989257812, 0.991444945335388183, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+74, 180472, 1, 4709, 4847, '0', 0, 0, -2101.2587890625, -3513.098876953125, 113.4020767211914062, 4.031712055206298828, 0, 0, -0.90258502960205078, 0.430511653423309326, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+75, 180472, 1, 4709, 4847, '0', 0, 0, -2091.848876953125, -3515.177001953125, 113.3554534912109375, 4.97418975830078125, 0, 0, -0.60876083374023437, 0.793353796005249023, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+76, 180472, 1, 4709, 4847, '0', 0, 0, -2106.36279296875, -3504.7744140625, 113.3764419555664062, 3.385940074920654296, 0, 0, -0.99254608154296875, 0.121869951486587524, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+77, 180523, 1, 4709, 4847, '0', 0, 0, -2098.375, -3499.4375, 95.33441925048828125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Apple Bob (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+78, 185435, 1, 4709, 4847, '0', 0, 0, -2153.08154296875, -3548.522705078125, 92.47210693359375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Sitting Skeleton 02 (Area: Northwatch Hold - Difficulty: 0) +(@OGUID+79, 208170, 1, 4709, 4847, '0', 0, 0, -2095.6181640625, -3506.585205078125, 94.9953460693359375, 5.113816738128662109, 0, 0, -0.55193614959716796, 0.833886384963989257, 120, 255, 1, 46366); -- Candy Bucket (Area: Northwatch Hold - Difficulty: 0) + +-- Event spawns +DELETE FROM `game_event_creature` WHERE `eventEntry`=12 AND `guid`=@CGUID+0; +INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES +(12, @CGUID+0); + +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+79; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48), +(12, @OGUID+49), +(12, @OGUID+50), +(12, @OGUID+51), +(12, @OGUID+52), +(12, @OGUID+53), +(12, @OGUID+54), +(12, @OGUID+55), +(12, @OGUID+56), +(12, @OGUID+57), +(12, @OGUID+58), +(12, @OGUID+59), +(12, @OGUID+60), +(12, @OGUID+61), +(12, @OGUID+62), +(12, @OGUID+63), +(12, @OGUID+64), +(12, @OGUID+65), +(12, @OGUID+66), +(12, @OGUID+67), +(12, @OGUID+68), +(12, @OGUID+69), +(12, @OGUID+70), +(12, @OGUID+71), +(12, @OGUID+72), +(12, @OGUID+73), +(12, @OGUID+74), +(12, @OGUID+75), +(12, @OGUID+76), +(12, @OGUID+77), +(12, @OGUID+78), +(12, @OGUID+79); + +-- +SET @CGUID := 3800386; +SET @OGUID := 3807655; + +-- Old creature spawns +DELETE FROM `creature` WHERE `guid` BETWEEN 3000458 AND 3000458; +DELETE FROM `creature_addon` WHERE `guid` BETWEEN 3000458 AND 3000458; +DELETE FROM `game_event_creature` WHERE `guid` BETWEEN 3000458 AND 3000458; + +-- Creature spawns +DELETE FROM `creature` WHERE `guid`=@CGUID+0; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES +(@CGUID+0, 22816, 1, 4709, 4854, '0', 0, 0, 0, 0, -3130.102294921875, -2259.208984375, 97.29632568359375, 3.033955335617065429, 120, 10, 0, 188, 0, 1, NULL, NULL, NULL, NULL, 46366); -- Black Cat (Area: Fort Triumph - Difficulty: 0) + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3009278 AND 3009348; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3009278 AND 3009348; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3009278 AND 3009348; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+70; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 1, 4709, 4854, '0', 0, 0, -3147.005126953125, -2319.654541015625, 98.949249267578125, 3.874631166458129882, 0, 0, -0.93358039855957031, 0.358368009328842163, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Fort Triumph - Difficulty: 0) +(@OGUID+1, 180405, 1, 4709, 4854, '0', 0, 0, -3187.755126953125, -2279.6650390625, 93.2809295654296875, 1.047197580337524414, 0, 0, 0.5, 0.866025388240814208, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Fort Triumph - Difficulty: 0) +(@OGUID+2, 180406, 1, 4709, 4854, '0', 0, 0, -3174.036376953125, -2274.854248046875, 94.75032806396484375, 1.047197580337524414, 0, 0, 0.5, 0.866025388240814208, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Fort Triumph - Difficulty: 0) +(@OGUID+3, 180406, 1, 4709, 4854, '0', 0, 0, -3106.130126953125, -2293.640625, 97.37984466552734375, 5.166176319122314453, 0, 0, -0.52991867065429687, 0.84804844856262207, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Fort Triumph - Difficulty: 0) +(@OGUID+4, 180407, 1, 4709, 4854, '0', 0, 0, -3108.576416015625, -2274.08154296875, 97.362579345703125, 5.340708732604980468, 0, 0, -0.45398998260498046, 0.891006767749786376, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Fort Triumph - Difficulty: 0) +(@OGUID+5, 180407, 1, 4709, 4854, '0', 0, 0, -3165.50341796875, -2325.135498046875, 97.92482757568359375, 3.717553615570068359, 0, 0, -0.95881938934326171, 0.284016460180282592, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Fort Triumph - Difficulty: 0) +(@OGUID+6, 180407, 1, 4709, 4854, '0', 0, 0, -3177.15283203125, -2273.454833984375, 94.7529144287109375, 0.401424884796142578, 0, 0, 0.199367523193359375, 0.979924798011779785, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Fort Triumph - Difficulty: 0) +(@OGUID+7, 180410, 1, 4709, 4854, '0', 0, 0, -3169.286376953125, -2327.088623046875, 97.28879547119140625, 1.692969322204589843, 0, 0, 0.748955726623535156, 0.662620067596435546, 120, 255, 1, 46366), -- G_HangingSkeleton_01 (Area: Fort Triumph - Difficulty: 0) +(@OGUID+8, 180410, 1, 4709, 4854, '0', 0, 0, -3113.6025390625, -2270.4375, 96.83802032470703125, 2.757613182067871093, 0, 0, 0.981626510620117187, 0.190812408924102783, 120, 255, 1, 46366), -- G_HangingSkeleton_01 (Area: Fort Triumph - Difficulty: 0) +(@OGUID+9, 180410, 1, 4709, 4854, '0', 0, 0, -3114.729248046875, -2308.189208984375, 94.634552001953125, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 1, 46366), -- G_HangingSkeleton_01 (Area: Fort Triumph - Difficulty: 0) +(@OGUID+10, 180415, 1, 4709, 4854, '0', 0, 0, -3136.678955078125, -2285.897705078125, 95.0146942138671875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Fort Triumph - Difficulty: 0) +(@OGUID+11, 180415, 1, 4709, 4854, '0', 0, 0, -3140.6875, -2286.600830078125, 94.8637847900390625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Fort Triumph - Difficulty: 0) +(@OGUID+12, 180415, 1, 4709, 4854, '0', 0, 0, -3129.225830078125, -2289.713623046875, 95.49250030517578125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Fort Triumph - Difficulty: 0) +(@OGUID+13, 180415, 1, 4709, 4854, '0', 0, 0, -3155.7119140625, -2262.053955078125, 96.452545166015625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Fort Triumph - Difficulty: 0) +(@OGUID+14, 180415, 1, 4709, 4854, '0', 0, 0, -3154.2744140625, -2270.2900390625, 96.91870880126953125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Fort Triumph - Difficulty: 0) +(@OGUID+15, 180415, 1, 4709, 4854, '0', 0, 0, -3155.298583984375, -2266.232666015625, 97.16230010986328125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Fort Triumph - Difficulty: 0) +(@OGUID+16, 180415, 1, 4709, 4854, '0', 0, 0, -3133.147705078125, -2288.060791015625, 95.70511627197265625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Fort Triumph - Difficulty: 0) +(@OGUID+17, 180415, 1, 4709, 4854, '0', 0, 0, -3112.850830078125, -2259.123291015625, 95.65775299072265625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Fort Triumph - Difficulty: 0) +(@OGUID+18, 180415, 1, 4709, 4854, '0', 0, 0, -3158.48095703125, -2259.56591796875, 96.52063751220703125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Fort Triumph - Difficulty: 0) +(@OGUID+19, 180415, 1, 4709, 4854, '0', 0, 0, -3116.986083984375, -2269.045166015625, 98.2745361328125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Fort Triumph - Difficulty: 0) +(@OGUID+20, 180415, 1, 4709, 4854, '0', 0, 0, -3158.451416015625, -2255.5556640625, 96.4629669189453125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Fort Triumph - Difficulty: 0) +(@OGUID+21, 180415, 1, 4709, 4854, '0', 0, 0, -3145.944580078125, -2318.939208984375, 98.62383270263671875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Fort Triumph - Difficulty: 0) +(@OGUID+22, 180415, 1, 4709, 4854, '0', 0, 0, -3113.067626953125, -2267.427001953125, 97.9392852783203125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Fort Triumph - Difficulty: 0) +(@OGUID+23, 180415, 1, 4709, 4854, '0', 0, 0, -3121.04345703125, -2270.046875, 97.71132659912109375, 0.401424884796142578, 0, 0, 0.199367523193359375, 0.979924798011779785, 120, 255, 1, 46366), -- CandleBlack01 (Area: Fort Triumph - Difficulty: 0) +(@OGUID+24, 180415, 1, 4709, 4854, '0', 0, 0, -3109.16845703125, -2272.892333984375, 97.12329864501953125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Fort Triumph - Difficulty: 0) +(@OGUID+25, 180415, 1, 4709, 4854, '0', 0, 0, -3113.663330078125, -2257.927001953125, 96.69116973876953125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Fort Triumph - Difficulty: 0) +(@OGUID+26, 180415, 1, 4709, 4854, '0', 0, 0, -3166.708251953125, -2324.651123046875, 97.5452728271484375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Fort Triumph - Difficulty: 0) +(@OGUID+27, 180415, 1, 4709, 4854, '0', 0, 0, -3106.333251953125, -2294.998291015625, 97.162139892578125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Fort Triumph - Difficulty: 0) +(@OGUID+28, 180415, 1, 4709, 4854, '0', 0, 0, -3123.052001953125, -2273.210205078125, 97.51555633544921875, 5.550147056579589843, 0, 0, -0.358367919921875, 0.933580458164215087, 120, 255, 1, 46366), -- CandleBlack01 (Area: Fort Triumph - Difficulty: 0) +(@OGUID+29, 180415, 1, 4709, 4854, '0', 0, 0, -3127.078125, -2273.65966796875, 97.158233642578125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Fort Triumph - Difficulty: 0) +(@OGUID+30, 180426, 1, 4709, 4854, '0', 0, 0, -3159.015625, -2276.41845703125, 94.8774566650390625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Fort Triumph - Difficulty: 0) +(@OGUID+31, 180426, 1, 4709, 4854, '0', 0, 0, -3136.203125, -2289.020751953125, 95.48450469970703125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Fort Triumph - Difficulty: 0) +(@OGUID+32, 180426, 1, 4709, 4854, '0', 0, 0, -3140.986083984375, -2289.692626953125, 92.88883209228515625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Fort Triumph - Difficulty: 0) +(@OGUID+33, 180426, 1, 4709, 4854, '0', 0, 0, -3133.392333984375, -2273.857666015625, 94.1103515625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Fort Triumph - Difficulty: 0) +(@OGUID+34, 180426, 1, 4709, 4854, '0', 0, 0, -3150.382080078125, -2279.510498046875, 93.2991790771484375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Fort Triumph - Difficulty: 0) +(@OGUID+35, 180426, 1, 4709, 4854, '0', 0, 0, -3172.8994140625, -2293.052001953125, 93.26047515869140625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Fort Triumph - Difficulty: 0) +(@OGUID+36, 180426, 1, 4709, 4854, '0', 0, 0, -3160.53466796875, -2292.90966796875, 93.26726531982421875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Fort Triumph - Difficulty: 0) +(@OGUID+37, 180426, 1, 4709, 4854, '0', 0, 0, -3144.807373046875, -2261.015625, 95.31029510498046875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Fort Triumph - Difficulty: 0) +(@OGUID+38, 180427, 1, 4709, 4854, '0', 0, 0, -3140.939208984375, -2283.796875, 93.0189361572265625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Fort Triumph - Difficulty: 0) +(@OGUID+39, 180427, 1, 4709, 4854, '0', 0, 0, -3140.56591796875, -2279.94970703125, 93.18634033203125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Fort Triumph - Difficulty: 0) +(@OGUID+40, 180427, 1, 4709, 4854, '0', 0, 0, -3135.09375, -2280.1025390625, 102.9301834106445312, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Fort Triumph - Difficulty: 0) +(@OGUID+41, 180427, 1, 4709, 4854, '0', 0, 0, -3154.607666015625, -2290.22216796875, 94.82157135009765625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Fort Triumph - Difficulty: 0) +(@OGUID+42, 180427, 1, 4709, 4854, '0', 0, 0, -3166.8525390625, -2296.583251953125, 100.70098876953125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Fort Triumph - Difficulty: 0) +(@OGUID+43, 180471, 1, 4709, 4854, '0', 0, 0, -3085.765625, -2269.28125, 114.194091796875, 3.78736734390258789, 0, 0, -0.94832324981689453, 0.317305892705917358, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Fort Triumph - Difficulty: 0) +(@OGUID+44, 180471, 1, 4709, 4854, '0', 0, 0, -3086.835205078125, -2270.232666015625, 114.1970367431640625, 3.752462387084960937, 0, 0, -0.95371627807617187, 0.300707906484603881, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Fort Triumph - Difficulty: 0) +(@OGUID+45, 180471, 1, 4709, 4854, '0', 0, 0, -3084.333251953125, -2268.803955078125, 114.1806411743164062, 3.700104713439941406, 0, 0, -0.96126079559326171, 0.275640487670898437, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Fort Triumph - Difficulty: 0) +(@OGUID+46, 180471, 1, 4709, 4854, '0', 0, 0, -3069.135498046875, -2272.998291015625, 114.1970367431640625, 2.199114561080932617, 0, 0, 0.8910064697265625, 0.453990638256072998, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Fort Triumph - Difficulty: 0) +(@OGUID+47, 180471, 1, 4709, 4854, '0', 0, 0, -3071.9150390625, -2290.685791015625, 114.1970367431640625, 0.610863447189331054, 0, 0, 0.3007049560546875, 0.953717231750488281, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Fort Triumph - Difficulty: 0) +(@OGUID+48, 180471, 1, 4709, 4854, '0', 0, 0, -3090.913330078125, -2275.671875, 114.1806411743164062, 4.468043327331542968, 0, 0, -0.7880105972290039, 0.615661680698394775, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Fort Triumph - Difficulty: 0) +(@OGUID+49, 180471, 1, 4709, 4854, '0', 0, 0, -3074.40283203125, -2292.140625, 114.1806411743164062, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Fort Triumph - Difficulty: 0) +(@OGUID+50, 180471, 1, 4709, 4854, '0', 0, 0, -3091.64404296875, -2277.010498046875, 114.194091796875, 4.555310726165771484, 0, 0, -0.76040554046630859, 0.649448513984680175, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Fort Triumph - Difficulty: 0) +(@OGUID+51, 180471, 1, 4709, 4854, '0', 0, 0, -3077.3994140625, -2267.953125, 114.1970367431640625, 2.984498262405395507, 0, 0, 0.996916770935058593, 0.078466430306434631, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Fort Triumph - Difficulty: 0) +(@OGUID+52, 180471, 1, 4709, 4854, '0', 0, 0, -3068.145751953125, -2274.032958984375, 114.194091796875, 2.234017848968505859, 0, 0, 0.898793220520019531, 0.438372820615768432, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Fort Triumph - Difficulty: 0) +(@OGUID+53, 180471, 1, 4709, 4854, '0', 0, 0, -3090.5244140625, -2286.81591796875, 114.194091796875, 5.35816192626953125, 0, 0, -0.446197509765625, 0.894934535026550292, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Fort Triumph - Difficulty: 0) +(@OGUID+54, 180471, 1, 4709, 4854, '0', 0, 0, -3067.632080078125, -2275.460205078125, 114.1806411743164062, 2.164205789566040039, 0, 0, 0.882946968078613281, 0.469472706317901611, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Fort Triumph - Difficulty: 0) +(@OGUID+55, 180471, 1, 4709, 4854, '0', 0, 0, -3075.967041015625, -2268.052001953125, 114.194091796875, 3.019413232803344726, 0, 0, 0.998134613037109375, 0.061051756143569946, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Fort Triumph - Difficulty: 0) +(@OGUID+56, 180471, 1, 4709, 4854, '0', 0, 0, -3074.630126953125, -2268.755126953125, 114.1806411743164062, 2.914689540863037109, 0, 0, 0.993571281433105468, 0.113208353519439697, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Fort Triumph - Difficulty: 0) +(@OGUID+57, 180471, 1, 4709, 4854, '0', 0, 0, -3084.0869140625, -2292.217041015625, 114.1806411743164062, 6.073746204376220703, 0, 0, -0.10452842712402343, 0.994521915912628173, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Fort Triumph - Difficulty: 0) +(@OGUID+58, 180471, 1, 4709, 4854, '0', 0, 0, -3089.560791015625, -2287.875, 114.1970367431640625, 5.305802345275878906, 0, 0, -0.46947097778320312, 0.882947921752929687, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Fort Triumph - Difficulty: 0) +(@OGUID+59, 180471, 1, 4709, 4854, '0', 0, 0, -3066.94970703125, -2283.803955078125, 114.194091796875, 1.466075778007507324, 0, 0, 0.669130325317382812, 0.74314504861831665, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Fort Triumph - Difficulty: 0) +(@OGUID+60, 180471, 1, 4709, 4854, '0', 0, 0, -3072.960205078125, -2291.654541015625, 114.194091796875, 0.663223206996917724, 0, 0, 0.325567245483398437, 0.945518851280212402, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Fort Triumph - Difficulty: 0) +(@OGUID+61, 180471, 1, 4709, 4854, '0', 0, 0, -3091.7587890625, -2278.439208984375, 114.1970367431640625, 4.520402908325195312, 0, 0, -0.77162456512451171, 0.636078238487243652, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Fort Triumph - Difficulty: 0) +(@OGUID+62, 180471, 1, 4709, 4854, '0', 0, 0, -3066.861083984375, -2282.376708984375, 114.1970367431640625, 1.448621988296508789, 0, 0, 0.662619590759277343, 0.748956084251403808, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Fort Triumph - Difficulty: 0) +(@OGUID+63, 180471, 1, 4709, 4854, '0', 0, 0, -3091.005126953125, -2285.37158203125, 114.1806411743164062, 5.270895957946777343, 0, 0, -0.48480892181396484, 0.87462007999420166, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Fort Triumph - Difficulty: 0) +(@OGUID+64, 180471, 1, 4709, 4854, '0', 0, 0, -3082.725830078125, -2292.8994140625, 114.194091796875, 6.161012649536132812, 0, 0, -0.06104850769042968, 0.998134791851043701, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Fort Triumph - Difficulty: 0) +(@OGUID+65, 180471, 1, 4709, 4854, '0', 0, 0, -3081.291748046875, -2292.96533203125, 114.1970367431640625, 6.12610626220703125, 0, 0, -0.07845878601074218, 0.996917366981506347, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Fort Triumph - Difficulty: 0) +(@OGUID+66, 180471, 1, 4709, 4854, '0', 0, 0, -3067.65966796875, -2285.147705078125, 114.1806411743164062, 1.361356139183044433, 0, 0, 0.629320144653320312, 0.77714616060256958, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Fort Triumph - Difficulty: 0) +(@OGUID+67, 180472, 1, 4709, 4854, '0', 0, 0, -3150.567626953125, -2334.47216796875, 104.1604232788085937, 1.919861555099487304, 0, 0, 0.819151878356933593, 0.573576688766479492, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Fort Triumph - Difficulty: 0) +(@OGUID+68, 180472, 1, 4709, 4854, '0', 0, 0, -3093.598876953125, -2282.104248046875, 103.5648269653320312, 3.263772249221801757, 0, 0, -0.99813461303710937, 0.061051756143569946, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Fort Triumph - Difficulty: 0) +(@OGUID+69, 180523, 1, 4709, 4854, '0', 0, 0, -3174.08154296875, -2279.01904296875, 93.5771636962890625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Apple Bob (Area: Fort Triumph - Difficulty: 0) +(@OGUID+70, 208171, 1, 4709, 4854, '0', 0, 0, -3181.076416015625, -2279.244873046875, 93.2809295654296875, 0.174532130360603332, 0, 0, 0.087155342102050781, 0.996194720268249511, 120, 255, 1, 46366); -- Candy Bucket (Area: Fort Triumph - Difficulty: 0) + +-- Event spawns +DELETE FROM `game_event_creature` WHERE `eventEntry`=12 AND `guid`=@CGUID+0; +INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES +(12, @CGUID+0); + +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+70; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48), +(12, @OGUID+49), +(12, @OGUID+50), +(12, @OGUID+51), +(12, @OGUID+52), +(12, @OGUID+53), +(12, @OGUID+54), +(12, @OGUID+55), +(12, @OGUID+56), +(12, @OGUID+57), +(12, @OGUID+58), +(12, @OGUID+59), +(12, @OGUID+60), +(12, @OGUID+61), +(12, @OGUID+62), +(12, @OGUID+63), +(12, @OGUID+64), +(12, @OGUID+65), +(12, @OGUID+66), +(12, @OGUID+67), +(12, @OGUID+68), +(12, @OGUID+69), +(12, @OGUID+70); diff --git a/sql/updates/world/master/2024_03_18_46_world_hallows_end_dustwallow_marsh.sql b/sql/updates/world/master/2024_03_18_46_world_hallows_end_dustwallow_marsh.sql new file mode 100644 index 0000000000000..22874818a368a --- /dev/null +++ b/sql/updates/world/master/2024_03_18_46_world_hallows_end_dustwallow_marsh.sql @@ -0,0 +1,169 @@ +-- +SET @OGUID := 3807726; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3009349 AND 3009352; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3009349 AND 3009352; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3009349 AND 3009352; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+3; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180407, 1, 15, 496, '0', 0, 0, -3169.844482421875, -2901.30712890625, 39.4384307861328125, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Brackenwall Village - Difficulty: 0) +(@OGUID+1, 180472, 1, 15, 496, '0', 0, 0, -3170.10498046875, -2909.896484375, 43.365447998046875, 0.645771682262420654, 0, 0, 0.317304611206054687, 0.948323667049407958, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Brackenwall Village - Difficulty: 0) +(@OGUID+2, 180523, 1, 15, 496, '0', 0, 0, -3166.025390625, -2903.937744140625, 35.84684371948242187, 0.593410074710845947, 0, 0, 0.292370796203613281, 0.95630502700805664, 120, 255, 1, 46366), -- Apple Bob (Area: Brackenwall Village - Difficulty: 0) +(@OGUID+3, 190085, 1, 15, 496, '0', 0, 0, -3168.76220703125, -2905.763916015625, 35.33940887451171875, 0.925023794174194335, 0, 0, 0.446197509765625, 0.894934535026550292, 120, 255, 1, 46366); -- Candy Bucket (Area: Brackenwall Village - Difficulty: 0) + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+3; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3); + +-- +SET @OGUID := 3807730; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3009353 AND 3009401; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3009353 AND 3009401; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3009353 AND 3009401; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+48; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 1, 15, 513, '0', 0, 0, -3631.729248046875, -4453.3525390625, 21.10228538513183593, 1.919861555099487304, 0, 0, 0.819151878356933593, 0.573576688766479492, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Theramore Isle - Difficulty: 0) +(@OGUID+1, 180405, 1, 15, 513, '0', 0, 0, -3612.563232421875, -4437.96240234375, 13.83451175689697265, 4.555310726165771484, 0, 0, -0.76040554046630859, 0.649448513984680175, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Theramore Isle - Difficulty: 0) +(@OGUID+2, 180405, 1, 15, 513, '0', 0, 0, -3611.4375, -4452.595703125, 14.24792003631591796, 5.131268978118896484, 0, 0, -0.54463863372802734, 0.838670849800109863, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Theramore Isle - Difficulty: 0) +(@OGUID+3, 180406, 1, 15, 513, '0', 0, 0, -3627.020751953125, -4444.7412109375, 15.35119438171386718, 3.560472726821899414, 0, 0, -0.97814750671386718, 0.207912087440490722, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Theramore Isle - Difficulty: 0) +(@OGUID+4, 180406, 1, 15, 513, '0', 0, 0, -3630.625, -4473.578125, 17.46675872802734375, 2.775068521499633789, 0, 0, 0.983254432678222656, 0.182238012552261352, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Theramore Isle - Difficulty: 0) +(@OGUID+5, 180407, 1, 15, 513, '0', 0, 0, -3642.072021484375, -4431.75244140625, 14.47140884399414062, 4.45059061050415039, 0, 0, -0.79335308074951171, 0.608761727809906005, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Theramore Isle - Difficulty: 0) +(@OGUID+6, 180407, 1, 15, 513, '0', 0, 0, -3625.09375, -4453.6025390625, 14.24792003631591796, 2.949595451354980468, 0, 0, 0.995395660400390625, 0.095851235091686248, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Theramore Isle - Difficulty: 0) +(@OGUID+7, 180410, 1, 15, 513, '0', 0, 0, -3632.208251953125, -4450.99853515625, 14.87111759185791015, 0.034906249493360519, 0, 0, 0.017452239990234375, 0.999847710132598876, 120, 255, 1, 46366), -- G_HangingSkeleton_01 (Area: Theramore Isle - Difficulty: 0) +(@OGUID+8, 180410, 1, 15, 513, '0', 0, 0, -3623.673583984375, -4458.66162109375, 21.92173004150390625, 4.817109584808349609, 0, 0, -0.66913032531738281, 0.74314504861831665, 120, 255, 1, 46366), -- G_HangingSkeleton_01 (Area: Theramore Isle - Difficulty: 0) +(@OGUID+9, 180410, 1, 15, 513, '0', 0, 0, -3608.30908203125, -4483.74462890625, 21.50506401062011718, 3.298687219619750976, 0, 0, -0.99691677093505859, 0.078466430306434631, 120, 255, 1, 46366), -- G_HangingSkeleton_01 (Area: Theramore Isle - Difficulty: 0) +(@OGUID+10, 180411, 1, 15, 513, '0', 0, 0, -3627.19970703125, -4441.5693359375, 22.95201301574707031, 4.59021615982055664, 0, 0, -0.74895572662353515, 0.662620067596435546, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Theramore Isle - Difficulty: 0) +(@OGUID+11, 180411, 1, 15, 513, '0', 0, 0, -3626.59716796875, -4479.90283203125, 23.12809944152832031, 1.151916384696960449, 0, 0, 0.544638633728027343, 0.838670849800109863, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Theramore Isle - Difficulty: 0) +(@OGUID+12, 180411, 1, 15, 513, '0', 0, 0, -3612.854248046875, -4497.21875, 23.22773551940917968, 0.802850961685180664, 0, 0, 0.390730857849121093, 0.920504987239837646, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Theramore Isle - Difficulty: 0) +(@OGUID+13, 180415, 1, 15, 513, '0', 0, 0, -3620.71533203125, -4448.095703125, 22.00506210327148437, 4.852017402648925781, 0, 0, -0.65605831146240234, 0.754710197448730468, 120, 255, 1, 46366), -- CandleBlack01 (Area: Theramore Isle - Difficulty: 0) +(@OGUID+14, 180415, 1, 15, 513, '0', 0, 0, -3623.03125, -4464.484375, 15.02731037139892578, 3.94444584846496582, 0, 0, -0.92050457000732421, 0.3907318115234375, 120, 255, 1, 46366), -- CandleBlack01 (Area: Theramore Isle - Difficulty: 0) +(@OGUID+15, 180415, 1, 15, 513, '0', 0, 0, -3620.875, -4456.04541015625, 21.99117469787597656, 3.001946926116943359, 0, 0, 0.997563362121582031, 0.069766148924827575, 120, 255, 1, 46366), -- CandleBlack01 (Area: Theramore Isle - Difficulty: 0) +(@OGUID+16, 180415, 1, 15, 513, '0', 0, 0, -3616.420166015625, -4458.5244140625, 14.29485797882080078, 5.410521507263183593, 0, 0, -0.42261791229248046, 0.906307935714721679, 120, 255, 1, 46366), -- CandleBlack01 (Area: Theramore Isle - Difficulty: 0) +(@OGUID+17, 180415, 1, 15, 513, '0', 0, 0, -3627.55908203125, -4465.17041015625, 15.80945873260498046, 2.548179388046264648, 0, 0, 0.956304550170898437, 0.292372345924377441, 120, 255, 1, 46366), -- CandleBlack01 (Area: Theramore Isle - Difficulty: 0) +(@OGUID+18, 180415, 1, 15, 513, '0', 0, 0, -3619.2744140625, -4464.470703125, 15.06637954711914062, 3.90954136848449707, 0, 0, -0.92718315124511718, 0.37460830807685852, 120, 255, 1, 46366), -- CandleBlack01 (Area: Theramore Isle - Difficulty: 0) +(@OGUID+19, 180415, 1, 15, 513, '0', 0, 0, -3626.8056640625, -4471.50537109375, 18.72242546081542968, 1.134462952613830566, 0, 0, 0.537299156188964843, 0.843391716480255126, 120, 255, 1, 46366), -- CandleBlack01 (Area: Theramore Isle - Difficulty: 0) +(@OGUID+20, 180425, 1, 15, 513, '0', 0, 0, -3630.8369140625, -4447.3212890625, 22.03284072875976562, 5.602506637573242187, 0, 0, -0.33380699157714843, 0.942641437053680419, 120, 255, 1, 46366), -- SkullCandle01 (Area: Theramore Isle - Difficulty: 0) +(@OGUID+21, 180425, 1, 15, 513, '0', 0, 0, -3616.21875, -4460.80029296875, 14.32957935333251953, 2.740161895751953125, 0, 0, 0.979924201965332031, 0.199370384216308593, 120, 255, 1, 46366), -- SkullCandle01 (Area: Theramore Isle - Difficulty: 0) +(@OGUID+22, 180425, 1, 15, 513, '0', 0, 0, -3624.5244140625, -4464.28466796875, 14.51707935333251953, 1.256635904312133789, 0, 0, 0.587784767150878906, 0.809017360210418701, 120, 255, 1, 46366), -- SkullCandle01 (Area: Theramore Isle - Difficulty: 0) +(@OGUID+23, 180425, 1, 15, 513, '0', 0, 0, -3610.62841796875, -4457.09228515625, 22.19256210327148437, 2.740161895751953125, 0, 0, 0.979924201965332031, 0.199370384216308593, 120, 255, 1, 46366), -- SkullCandle01 (Area: Theramore Isle - Difficulty: 0) +(@OGUID+24, 180471, 1, 15, 513, '0', 0, 0, -3636.017333984375, -4451.34033203125, 29.70451164245605468, 4.694936752319335937, 0, 0, -0.71325016021728515, 0.700909554958343505, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Theramore Isle - Difficulty: 0) +(@OGUID+25, 180471, 1, 15, 513, '0', 0, 0, -3619.197998046875, -4439.44287109375, 17.25803756713867187, 2.70525527000427246, 0, 0, 0.97629547119140625, 0.216442063450813293, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Theramore Isle - Difficulty: 0) +(@OGUID+26, 180471, 1, 15, 513, '0', 0, 0, -3635.140625, -4443.2412109375, 23.30061531066894531, 3.9793548583984375, 0, 0, -0.9135446548461914, 0.406738430261611938, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Theramore Isle - Difficulty: 0) +(@OGUID+27, 180471, 1, 15, 513, '0', 0, 0, -3635.920166015625, -4461.31591796875, 29.67303466796875, 4.834563255310058593, 0, 0, -0.66261959075927734, 0.748956084251403808, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Theramore Isle - Difficulty: 0) +(@OGUID+28, 180471, 1, 15, 513, '0', 0, 0, -3606.032958984375, -4443.96728515625, 23.21757316589355468, 2.740161895751953125, 0, 0, 0.979924201965332031, 0.199370384216308593, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Theramore Isle - Difficulty: 0) +(@OGUID+29, 180471, 1, 15, 513, '0', 0, 0, -3635.75, -4471.283203125, 29.63786888122558593, 4.834563255310058593, 0, 0, -0.66261959075927734, 0.748956084251403808, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Theramore Isle - Difficulty: 0) +(@OGUID+30, 180471, 1, 15, 513, '0', 0, 0, -3611.604248046875, -4439.25537109375, 17.27192115783691406, 3.194002151489257812, 0, 0, -0.99965667724609375, 0.026201646775007247, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Theramore Isle - Difficulty: 0) +(@OGUID+31, 180471, 1, 15, 513, '0', 0, 0, -3634.49658203125, -4478.5380859375, 23.29503059387207031, 5.305802345275878906, 0, 0, -0.46947097778320312, 0.882947921752929687, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Theramore Isle - Difficulty: 0) +(@OGUID+32, 180471, 1, 15, 513, '0', 0, 0, -3613.31591796875, -4472.37158203125, 27.64303970336914062, 2.775068521499633789, 0, 0, 0.983254432678222656, 0.182238012552261352, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Theramore Isle - Difficulty: 0) +(@OGUID+33, 180471, 1, 15, 513, '0', 0, 0, -3605.663330078125, -4476.21875, 23.28409767150878906, 1.588248729705810546, 0, 0, 0.713250160217285156, 0.700909554958343505, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Theramore Isle - Difficulty: 0) +(@OGUID+34, 180471, 1, 15, 513, '0', 0, 0, -3622.1806640625, -4495.97216796875, 23.23548698425292968, 5.340708732604980468, 0, 0, -0.45398998260498046, 0.891006767749786376, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Theramore Isle - Difficulty: 0) +(@OGUID+35, 180471, 1, 15, 513, '0', 0, 0, -3605.166748046875, -4495.48779296875, 23.25239753723144531, 0.593410074710845947, 0, 0, 0.292370796203613281, 0.95630502700805664, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Theramore Isle - Difficulty: 0) +(@OGUID+36, 180472, 1, 15, 513, '0', 0, 0, -3615.40625, -4439.52783203125, 20.75999832153320312, 1.605701684951782226, 0, 0, 0.719339370727539062, 0.694658815860748291, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Theramore Isle - Difficulty: 0) +(@OGUID+37, 180472, 1, 15, 513, '0', 0, 0, -3634.829833984375, -4461.12158203125, 23.88734626770019531, 3.316144466400146484, 0, 0, -0.99619388580322265, 0.087165042757987976, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Theramore Isle - Difficulty: 0) +(@OGUID+38, 180472, 1, 15, 513, '0', 0, 0, -3619.921875, -4443.080078125, 23.87246131896972656, 1.623155713081359863, 0, 0, 0.725374221801757812, 0.688354730606079101, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Theramore Isle - Difficulty: 0) +(@OGUID+39, 180472, 1, 15, 513, '0', 0, 0, -3634.97216796875, -4448.7900390625, 23.87202262878417968, 3.263772249221801757, 0, 0, -0.99813461303710937, 0.061051756143569946, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Theramore Isle - Difficulty: 0) +(@OGUID+40, 180472, 1, 15, 513, '0', 0, 0, -3634.583251953125, -4472.9775390625, 23.87825202941894531, 3.43830275535583496, 0, 0, -0.98901557922363281, 0.147811368107795715, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Theramore Isle - Difficulty: 0) +(@OGUID+41, 180472, 1, 15, 513, '0', 0, 0, -3610.8681640625, -4442.9443359375, 23.86497688293457031, 1.675513744354248046, 0, 0, 0.743144035339355468, 0.669131457805633544, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Theramore Isle - Difficulty: 0) +(@OGUID+42, 180472, 1, 15, 513, '0', 0, 0, -3610.975830078125, -4460.67724609375, 18.439849853515625, 3.22885894775390625, 0, 0, -0.99904823303222656, 0.043619260191917419, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Theramore Isle - Difficulty: 0) +(@OGUID+43, 180472, 1, 15, 513, '0', 0, 0, -3622.447998046875, -4480.1494140625, 23.89584732055664062, 3.194002151489257812, 0, 0, -0.99965667724609375, 0.026201646775007247, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Theramore Isle - Difficulty: 0) +(@OGUID+44, 180472, 1, 15, 513, '0', 0, 0, -3606.166748046875, -4480.03125, 23.84830665588378906, 0.104719325900077819, 0, 0, 0.052335739135742187, 0.998629570007324218, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Theramore Isle - Difficulty: 0) +(@OGUID+45, 180472, 1, 15, 513, '0', 0, 0, -3605.4150390625, -4487.40478515625, 23.87982940673828125, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Theramore Isle - Difficulty: 0) +(@OGUID+46, 180472, 1, 15, 513, '0', 0, 0, -3622.314208984375, -4489.05224609375, 23.89744949340820312, 3.351046562194824218, 0, 0, -0.99452114105224609, 0.104535527527332305, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Theramore Isle - Difficulty: 0) +(@OGUID+47, 180523, 1, 15, 513, '0', 0, 0, -3612.083251953125, -4469.29345703125, 14.7999725341796875, 3.560472726821899414, 0, 0, -0.97814750671386718, 0.207912087440490722, 120, 255, 1, 46366), -- Apple Bob (Area: Theramore Isle - Difficulty: 0) +(@OGUID+48, 190052, 1, 15, 513, '0', 0, 0, -3617.986083984375, -4471.408203125, 14.24441719055175781, 3.595378875732421875, 0, 0, -0.97437000274658203, 0.224951311945915222, 120, 255, 1, 46366); -- Candy Bucket (Area: Theramore Isle - Difficulty: 0) + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+48; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48); + +-- +SET @OGUID := 3807779; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3009402 AND 3009409; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3009402 AND 3009409; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3009402 AND 3009409; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+7; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 1, 15, 4010, '0', 0, 0, -4568.92626953125, -3176.9208984375, 39.69365310668945312, 2.251473426818847656, 0, 0, 0.902585029602050781, 0.430511653423309326, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Mudsprocket - Difficulty: 0) +(@OGUID+1, 180406, 1, 15, 4010, '0', 0, 0, -4598.62939453125, -3176.501708984375, 38.29652786254882812, 1.954769015312194824, 0, 0, 0.829037666320800781, 0.559192776679992675, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Mudsprocket - Difficulty: 0) +(@OGUID+2, 180407, 1, 15, 4010, '0', 0, 0, -4598.18896484375, -3170.33984375, 38.37108993530273437, 1.902408957481384277, 0, 0, 0.814115524291992187, 0.580702960491180419, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Mudsprocket - Difficulty: 0) +(@OGUID+3, 180411, 1, 15, 4010, '0', 0, 0, -4623.16650390625, -3167.2421875, 42.21464920043945312, 3.106652259826660156, 0, 0, 0.999847412109375, 0.017469281330704689, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Mudsprocket - Difficulty: 0) +(@OGUID+4, 180472, 1, 15, 4010, '0', 0, 0, -4602.04541015625, -3172.749267578125, 47.08140945434570312, 3.194002151489257812, 0, 0, -0.99965667724609375, 0.026201646775007247, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Mudsprocket - Difficulty: 0) +(@OGUID+5, 180472, 1, 15, 4010, '0', 0, 0, -4586.39794921875, -3186.8603515625, 41.13997268676757812, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Mudsprocket - Difficulty: 0) +(@OGUID+6, 180523, 1, 15, 4010, '0', 0, 0, -4628.17822265625, -3169.177001953125, 35.2819976806640625, 4.939284324645996093, 0, 0, -0.6225137710571289, 0.78260880708694458, 120, 255, 1, 46366), -- Apple Bob (Area: Mudsprocket - Difficulty: 0) +(@OGUID+7, 190104, 1, 15, 4010, '0', 0, 0, -4626.43603515625, -3172.865966796875, 41.2522125244140625, 0.925023794174194335, 0, 0, 0.446197509765625, 0.894934535026550292, 120, 255, 1, 46366); -- Candy Bucket (Area: Mudsprocket - Difficulty: 0) + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+7; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7); diff --git a/sql/updates/world/master/2024_03_18_47_world_hallows_end_feralas.sql b/sql/updates/world/master/2024_03_18_47_world_hallows_end_feralas.sql new file mode 100644 index 0000000000000..6f78197d0136e --- /dev/null +++ b/sql/updates/world/master/2024_03_18_47_world_hallows_end_feralas.sql @@ -0,0 +1,532 @@ +-- +SET @CGUID := 3800387; +SET @OGUID := 3807787; + +-- Old creature spawns +DELETE FROM `creature` WHERE `guid` BETWEEN 3000459 AND 3000459; +DELETE FROM `creature_addon` WHERE `guid` BETWEEN 3000459 AND 3000459; +DELETE FROM `game_event_creature` WHERE `guid` BETWEEN 3000459 AND 3000459; + +-- Creature spawns +DELETE FROM `creature` WHERE `guid`=@CGUID+0; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES +(@CGUID+0, 22816, 1, 357, 5002, '0', 0, 0, 0, 0, -3076.993408203125, 2583.047607421875, 56.78761672973632812, 4.667431831359863281, 120, 10, 0, 188, 0, 1, NULL, NULL, NULL, NULL, 46366); -- Black Cat (Area: Camp Ataya - Difficulty: 0) + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3009410 AND 3009431; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3009410 AND 3009431; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3009410 AND 3009431; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+21; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 1, 357, 5002, '0', 0, 0, -3099.138916015625, 2568.799560546875, 50.17909622192382812, 2.844882726669311523, 0, 0, 0.989015579223632812, 0.147811368107795715, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Camp Ataya - Difficulty: 0) +(@OGUID+1, 180406, 1, 357, 5002, '0', 0, 0, -3090.01904296875, 2553.565185546875, 60.36992645263671875, 2.72271275520324707, 0, 0, 0.978147506713867187, 0.207912087440490722, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Camp Ataya - Difficulty: 0) +(@OGUID+2, 180406, 1, 357, 5002, '0', 0, 0, -3041.9931640625, 2558.14501953125, 52.69311141967773437, 1.570795774459838867, 0, 0, 0.707106590270996093, 0.707106947898864746, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Camp Ataya - Difficulty: 0) +(@OGUID+3, 180407, 1, 357, 5002, '0', 0, 0, -3068.015625, 2560.755126953125, 53.10766983032226562, 1.151916384696960449, 0, 0, 0.544638633728027343, 0.838670849800109863, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Camp Ataya - Difficulty: 0) +(@OGUID+4, 180415, 1, 357, 5002, '0', 0, 0, -3094.828125, 2560.00439453125, 52.31954193115234375, 2.164205789566040039, 0, 0, 0.882946968078613281, 0.469472706317901611, 120, 255, 1, 46366), -- CandleBlack01 (Area: Camp Ataya - Difficulty: 0) +(@OGUID+5, 180415, 1, 357, 5002, '0', 0, 0, -3098.9150390625, 2566.762939453125, 52.49582290649414062, 2.164205789566040039, 0, 0, 0.882946968078613281, 0.469472706317901611, 120, 255, 1, 46366), -- CandleBlack01 (Area: Camp Ataya - Difficulty: 0) +(@OGUID+6, 180425, 1, 357, 5002, '0', 0, 0, -3083.697998046875, 2546.736083984375, 52.13373947143554687, 1.186823248863220214, 0, 0, 0.559192657470703125, 0.829037725925445556, 120, 255, 1, 46366), -- SkullCandle01 (Area: Camp Ataya - Difficulty: 0) +(@OGUID+7, 180426, 1, 357, 5002, '0', 0, 0, -3086.510498046875, 2568.942626953125, 50.17909622192382812, 2.164205789566040039, 0, 0, 0.882946968078613281, 0.469472706317901611, 120, 255, 1, 46366), -- Bat01 (Area: Camp Ataya - Difficulty: 0) +(@OGUID+8, 180426, 1, 357, 5002, '0', 0, 0, -3086.026123046875, 2572.739501953125, 55.876190185546875, 2.164205789566040039, 0, 0, 0.882946968078613281, 0.469472706317901611, 120, 255, 1, 46366), -- Bat01 (Area: Camp Ataya - Difficulty: 0) +(@OGUID+9, 180426, 1, 357, 5002, '0', 0, 0, -3096.28125, 2577.775146484375, 50.17909622192382812, 2.164205789566040039, 0, 0, 0.882946968078613281, 0.469472706317901611, 120, 255, 1, 46366), -- Bat01 (Area: Camp Ataya - Difficulty: 0) +(@OGUID+10, 180427, 1, 357, 5002, '0', 0, 0, -3102.5869140625, 2578.46435546875, 64.87989044189453125, 2.164205789566040039, 0, 0, 0.882946968078613281, 0.469472706317901611, 120, 255, 1, 46366), -- Bat02 (Area: Camp Ataya - Difficulty: 0) +(@OGUID+11, 180427, 1, 357, 5002, '0', 0, 0, -3098.19970703125, 2590.7421875, 65.4478302001953125, 2.164205789566040039, 0, 0, 0.882946968078613281, 0.469472706317901611, 120, 255, 1, 46366), -- Bat02 (Area: Camp Ataya - Difficulty: 0) +(@OGUID+12, 180427, 1, 357, 5002, '0', 0, 0, -3092.140625, 2576.9931640625, 59.86314010620117187, 2.164205789566040039, 0, 0, 0.882946968078613281, 0.469472706317901611, 120, 255, 1, 46366), -- Bat02 (Area: Camp Ataya - Difficulty: 0) +(@OGUID+13, 180471, 1, 357, 5002, '0', 0, 0, -3065.642333984375, 2559.48095703125, 58.4449462890625, 1.047197580337524414, 0, 0, 0.5, 0.866025388240814208, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Camp Ataya - Difficulty: 0) +(@OGUID+14, 180471, 1, 357, 5002, '0', 0, 0, -3065.642333984375, 2559.48095703125, 60.08661651611328125, 1.047197580337524414, 0, 0, 0.5, 0.866025388240814208, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Camp Ataya - Difficulty: 0) +(@OGUID+15, 180471, 1, 357, 5002, '0', 0, 0, -3066.257080078125, 2558.65625, 60.17853546142578125, 1.169368624687194824, 0, 0, 0.551936149597167968, 0.833886384963989257, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Camp Ataya - Difficulty: 0) +(@OGUID+16, 180471, 1, 357, 5002, '0', 0, 0, -3092.34375, 2554.709228515625, 54.05554580688476562, 2.408554315567016601, 0, 0, 0.933580398559570312, 0.358368009328842163, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Camp Ataya - Difficulty: 0) +(@OGUID+17, 180471, 1, 357, 5002, '0', 0, 0, -3088.864501953125, 2550.724853515625, 54.05554580688476562, 2.408554315567016601, 0, 0, 0.933580398559570312, 0.358368009328842163, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Camp Ataya - Difficulty: 0) +(@OGUID+18, 180472, 1, 357, 5002, '0', 0, 0, -3095.835205078125, 2559.58251953125, 55.12337493896484375, 0.733038187026977539, 0, 0, 0.358367919921875, 0.933580458164215087, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Camp Ataya - Difficulty: 0) +(@OGUID+19, 180472, 1, 357, 5002, '0', 0, 0, -3076.232666015625, 2591.376708984375, 61.20790481567382812, 3.630291461944580078, 0, 0, -0.97029495239257812, 0.241925001144409179, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Camp Ataya - Difficulty: 0) +(@OGUID+20, 180523, 1, 357, 5002, '0', 0, 0, -3098.897705078125, 2558.19189453125, 50.51286697387695312, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Apple Bob (Area: Camp Ataya - Difficulty: 0) +(@OGUID+21, 208160, 1, 357, 5002, '0', 0, 0, -3093.390625, 2561.03466796875, 50.17909622192382812, 2.530723094940185546, 0, 0, 0.953716278076171875, 0.300707906484603881, 120, 255, 1, 46366); -- Candy Bucket (Area: Camp Ataya - Difficulty: 0) + +-- Event spawns +DELETE FROM `game_event_creature` WHERE `eventEntry`=12 AND `guid`=@CGUID+0; +INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES +(12, @CGUID+0); + +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+21; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21); + +-- +SET @OGUID := 3807809; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3009432 AND 3009470; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3009432 AND 3009470; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3009432 AND 3009470; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+38; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 1, 357, 1099, '0', 0, 0, -4431.82275390625, 269.430572509765625, 40.19013595581054687, 2.72271275520324707, 0, 0, 0.978147506713867187, 0.207912087440490722, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Camp Mojache - Difficulty: 0) +(@OGUID+1, 180405, 1, 357, 1099, '0', 0, 0, -4421.5380859375, 249.7777862548828125, 40.190765380859375, 2.146752834320068359, 0, 0, 0.878816604614257812, 0.477159708738327026, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Camp Mojache - Difficulty: 0) +(@OGUID+2, 180406, 1, 357, 1099, '0', 0, 0, -4434.0947265625, 250.373565673828125, 53.552032470703125, 2.426007747650146484, 0, 0, 0.936672210693359375, 0.350207358598709106, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Camp Mojache - Difficulty: 0) +(@OGUID+3, 180406, 1, 357, 1099, '0', 0, 0, -4477.54296875, 241.1378021240234375, 47.33536148071289062, 1.535889506340026855, 0, 0, 0.694658279418945312, 0.719339847564697265, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Camp Mojache - Difficulty: 0) +(@OGUID+4, 180407, 1, 357, 1099, '0', 0, 0, -4438.30517578125, 259.156005859375, 53.552032470703125, 2.44346022605895996, 0, 0, 0.939692497253417968, 0.34202045202255249, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Camp Mojache - Difficulty: 0) +(@OGUID+5, 180407, 1, 357, 1099, '0', 0, 0, -4412.91162109375, 206.7220916748046875, 26.282745361328125, 1.675513744354248046, 0, 0, 0.743144035339355468, 0.669131457805633544, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Camp Mojache - Difficulty: 0) +(@OGUID+6, 180411, 1, 357, 1099, '0', 0, 0, -4431.64599609375, 257.35589599609375, 64.89984130859375, 3.630291461944580078, 0, 0, -0.97029495239257812, 0.241925001144409179, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Camp Mojache - Difficulty: 0) +(@OGUID+7, 180426, 1, 357, 1099, '0', 0, 0, -4397.81103515625, 248.31597900390625, 36.8386993408203125, 6.213373661041259765, 0, 0, -0.03489875793457031, 0.999390840530395507, 120, 255, 1, 46366), -- Bat01 (Area: Camp Mojache - Difficulty: 0) +(@OGUID+8, 180426, 1, 357, 1099, '0', 0, 0, -4400.06591796875, 257.92535400390625, 39.39876174926757812, 0.663223206996917724, 0, 0, 0.325567245483398437, 0.945518851280212402, 120, 255, 1, 46366), -- Bat01 (Area: Camp Mojache - Difficulty: 0) +(@OGUID+9, 180426, 1, 357, 1099, '0', 0, 0, -4402.09912109375, 244.6927032470703125, 38.13518524169921875, 6.161012649536132812, 0, 0, -0.06104850769042968, 0.998134791851043701, 120, 255, 1, 46366), -- Bat01 (Area: Camp Mojache - Difficulty: 0) +(@OGUID+10, 180426, 1, 357, 1099, '0', 0, 0, -4397.1787109375, 248.83160400390625, 35.07228469848632812, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 120, 255, 1, 46366), -- Bat01 (Area: Camp Mojache - Difficulty: 0) +(@OGUID+11, 180426, 1, 357, 1099, '0', 0, 0, -4396.57275390625, 248.6840362548828125, 34.7597198486328125, 5.986480236053466796, 0, 0, -0.14780902862548828, 0.989015936851501464, 120, 255, 1, 46366), -- Bat01 (Area: Camp Mojache - Difficulty: 0) +(@OGUID+12, 180426, 1, 357, 1099, '0', 0, 0, -4396.28466796875, 248.170135498046875, 37.53192520141601562, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, 46366), -- Bat01 (Area: Camp Mojache - Difficulty: 0) +(@OGUID+13, 180426, 1, 357, 1099, '0', 0, 0, -4395.0087890625, 241.9913177490234375, 36.0612335205078125, 1.867502212524414062, 0, 0, 0.803856849670410156, 0.594822824001312255, 120, 255, 1, 46366), -- Bat01 (Area: Camp Mojache - Difficulty: 0) +(@OGUID+14, 180426, 1, 357, 1099, '0', 0, 0, -4396.345703125, 248.62847900390625, 34.80261993408203125, 4.188792228698730468, 0, 0, -0.86602497100830078, 0.50000077486038208, 120, 255, 1, 46366), -- Bat01 (Area: Camp Mojache - Difficulty: 0) +(@OGUID+15, 180426, 1, 357, 1099, '0', 0, 0, -4397.52587890625, 243.376739501953125, 34.41378402709960937, 4.433136463165283203, 0, 0, -0.79863548278808593, 0.60181504487991333, 120, 255, 1, 46366), -- Bat01 (Area: Camp Mojache - Difficulty: 0) +(@OGUID+16, 180426, 1, 357, 1099, '0', 0, 0, -4395.18212890625, 227.407989501953125, 36.96889495849609375, 1.954769015312194824, 0, 0, 0.829037666320800781, 0.559192776679992675, 120, 255, 1, 46366), -- Bat01 (Area: Camp Mojache - Difficulty: 0) +(@OGUID+17, 180427, 1, 357, 1099, '0', 0, 0, -4396.71337890625, 247.9027862548828125, 38.01698684692382812, 3.316144466400146484, 0, 0, -0.99619388580322265, 0.087165042757987976, 120, 255, 1, 46366), -- Bat02 (Area: Camp Mojache - Difficulty: 0) +(@OGUID+18, 180427, 1, 357, 1099, '0', 0, 0, -4397.57666015625, 248.829864501953125, 35.73020553588867187, 2.251473426818847656, 0, 0, 0.902585029602050781, 0.430511653423309326, 120, 255, 1, 46366), -- Bat02 (Area: Camp Mojache - Difficulty: 0) +(@OGUID+19, 180427, 1, 357, 1099, '0', 0, 0, -4397.390625, 248.453125, 37.29834747314453125, 4.433136463165283203, 0, 0, -0.79863548278808593, 0.60181504487991333, 120, 255, 1, 46366), -- Bat02 (Area: Camp Mojache - Difficulty: 0) +(@OGUID+20, 180427, 1, 357, 1099, '0', 0, 0, -4396.671875, 248.201385498046875, 36.5920867919921875, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 46366), -- Bat02 (Area: Camp Mojache - Difficulty: 0) +(@OGUID+21, 180427, 1, 357, 1099, '0', 0, 0, -4396.62841796875, 248.3524322509765625, 36.66197967529296875, 2.495818138122558593, 0, 0, 0.948323249816894531, 0.317305892705917358, 120, 255, 1, 46366), -- Bat02 (Area: Camp Mojache - Difficulty: 0) +(@OGUID+22, 180427, 1, 357, 1099, '0', 0, 0, -4396.8125, 248.7621612548828125, 39.26578903198242187, 1.378809213638305664, 0, 0, 0.636077880859375, 0.771624863147735595, 120, 255, 1, 46366), -- Bat02 (Area: Camp Mojache - Difficulty: 0) +(@OGUID+23, 180427, 1, 357, 1099, '0', 0, 0, -4396.87841796875, 248.67535400390625, 34.41941452026367187, 4.223697185516357421, 0, 0, -0.85716724395751953, 0.515038192272186279, 120, 255, 1, 46366), -- Bat02 (Area: Camp Mojache - Difficulty: 0) +(@OGUID+24, 180427, 1, 357, 1099, '0', 0, 0, -4396.6474609375, 248.642364501953125, 34.24795150756835937, 5.777040958404541015, 0, 0, -0.25037956237792968, 0.968147754669189453, 120, 255, 1, 46366), -- Bat02 (Area: Camp Mojache - Difficulty: 0) +(@OGUID+25, 180427, 1, 357, 1099, '0', 0, 0, -4396.6318359375, 248.407989501953125, 35.87905502319335937, 0.645771682262420654, 0, 0, 0.317304611206054687, 0.948323667049407958, 120, 255, 1, 46366), -- Bat02 (Area: Camp Mojache - Difficulty: 0) +(@OGUID+26, 180427, 1, 357, 1099, '0', 0, 0, -4395.5, 244.375, 33.37169647216796875, 0.767943859100341796, 0, 0, 0.374606132507324218, 0.927184045314788818, 120, 255, 1, 46366), -- Bat02 (Area: Camp Mojache - Difficulty: 0) +(@OGUID+27, 180471, 1, 357, 1099, '0', 0, 0, -4434.3212890625, 252.4461822509765625, 44.89723587036132812, 2.234017848968505859, 0, 0, 0.898793220520019531, 0.438372820615768432, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Camp Mojache - Difficulty: 0) +(@OGUID+28, 180471, 1, 357, 1099, '0', 0, 0, -4453.4306640625, 253.092010498046875, 42.783599853515625, 1.186823248863220214, 0, 0, 0.559192657470703125, 0.829037725925445556, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Camp Mojache - Difficulty: 0) +(@OGUID+29, 180471, 1, 357, 1099, '0', 0, 0, -4437.2431640625, 258.039947509765625, 44.89723587036132812, 1.937312245368957519, 0, 0, 0.824125289916992187, 0.566407561302185058, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Camp Mojache - Difficulty: 0) +(@OGUID+30, 180471, 1, 357, 1099, '0', 0, 0, -4462.67529296875, 248.451385498046875, 42.78349685668945312, 6.14356088638305664, 0, 0, -0.06975555419921875, 0.997564136981964111, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Camp Mojache - Difficulty: 0) +(@OGUID+31, 180471, 1, 357, 1099, '0', 0, 0, -4470.38916015625, 245.09722900390625, 42.78286361694335937, 1.378809213638305664, 0, 0, 0.636077880859375, 0.771624863147735595, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Camp Mojache - Difficulty: 0) +(@OGUID+32, 180472, 1, 357, 1099, '0', 0, 0, -4433.830078125, 256.17535400390625, 46.35556793212890625, 0.558503925800323486, 0, 0, 0.275636672973632812, 0.961261868476867675, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Camp Mojache - Difficulty: 0) +(@OGUID+33, 180472, 1, 357, 1099, '0', 0, 0, -4441.4619140625, 263.36285400390625, 46.86680221557617187, 0.506144583225250244, 0, 0, 0.250379562377929687, 0.968147754669189453, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Camp Mojache - Difficulty: 0) +(@OGUID+34, 180472, 1, 357, 1099, '0', 0, 0, -4450.484375, 246.7708282470703125, 46.35454177856445312, 0.715584874153137207, 0, 0, 0.350207328796386718, 0.936672210693359375, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Camp Mojache - Difficulty: 0) +(@OGUID+35, 180472, 1, 357, 1099, '0', 0, 0, -4432.60400390625, 245.640625, 46.864013671875, 0.523597896099090576, 0, 0, 0.258818626403808593, 0.965925931930541992, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Camp Mojache - Difficulty: 0) +(@OGUID+36, 180472, 1, 357, 1099, '0', 0, 0, -4467.49072265625, 239.535400390625, 46.42402267456054687, 0.802850961685180664, 0, 0, 0.390730857849121093, 0.920504987239837646, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Camp Mojache - Difficulty: 0) +(@OGUID+37, 180523, 1, 357, 1099, '0', 0, 0, -4443.63525390625, 245.328125, 39.38525009155273437, 3.9793548583984375, 0, 0, -0.9135446548461914, 0.406738430261611938, 120, 255, 1, 46366), -- Apple Bob (Area: Camp Mojache - Difficulty: 0) +(@OGUID+38, 190088, 1, 357, 1099, '0', 0, 0, -4458.26318359375, 241.1407928466796875, 39.10747146606445312, 2.513273954391479492, 0, 0, 0.951056480407714843, 0.309017121791839599, 120, 255, 1, 46366); -- Candy Bucket (Area: Camp Mojache - Difficulty: 0) + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+38; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38); + +-- +SET @CGUID := 3800388; +SET @OGUID := 3807848; + +-- Old creature spawns +DELETE FROM `creature` WHERE `guid` BETWEEN 3000460 AND 3000460; +DELETE FROM `creature_addon` WHERE `guid` BETWEEN 3000460 AND 3000460; +DELETE FROM `game_event_creature` WHERE `guid` BETWEEN 3000460 AND 3000460; + +-- Creature spawns +DELETE FROM `creature` WHERE `guid`=@CGUID+0; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES +(@CGUID+0, 22816, 1, 357, 5003, '0', 0, 0, 0, 0, -4542.94482421875, 1880.18115234375, 99.7766265869140625, 5.875472545623779296, 120, 10, 0, 188, 0, 1, NULL, NULL, NULL, NULL, 46366); -- Black Cat (Area: Stonemaul Hold - Difficulty: 0) (possible waypoints or random movement) + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3009471 AND 3009509; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3009471 AND 3009509; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3009471 AND 3009509; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+38; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 1, 357, 5003, '0', 0, 0, -4591.658203125, 1825.3958740234375, 91.31784820556640625, 4.9218292236328125, 0, 0, -0.62932014465332031, 0.77714616060256958, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Stonemaul Hold - Difficulty: 0) +(@OGUID+1, 180406, 1, 357, 5003, '0', 0, 0, -4590.88037109375, 1845.5972900390625, 91.43405914306640625, 5.009094715118408203, 0, 0, -0.59482288360595703, 0.80385679006576538, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Stonemaul Hold - Difficulty: 0) +(@OGUID+2, 180407, 1, 357, 5003, '0', 0, 0, -4604.9306640625, 1906.4896240234375, 107.8489837646484375, 1.396261811256408691, 0, 0, 0.642786979675292968, 0.766044974327087402, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Stonemaul Hold - Difficulty: 0) +(@OGUID+3, 180407, 1, 357, 5003, '0', 0, 0, -4598.8349609375, 1907.1614990234375, 107.8489837646484375, 5.84685373306274414, 0, 0, -0.21643924713134765, 0.976296067237854003, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Stonemaul Hold - Difficulty: 0) +(@OGUID+4, 180407, 1, 357, 5003, '0', 0, 0, -4602.29150390625, 1908.24658203125, 107.8489837646484375, 0.558503925800323486, 0, 0, 0.275636672973632812, 0.961261868476867675, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Stonemaul Hold - Difficulty: 0) +(@OGUID+5, 180407, 1, 357, 5003, '0', 0, 0, -4580.9443359375, 1806.470458984375, 91.63939666748046875, 5.811946868896484375, 0, 0, -0.2334451675415039, 0.972369968891143798, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Stonemaul Hold - Difficulty: 0) +(@OGUID+6, 180407, 1, 357, 5003, '0', 0, 0, -4575.92529296875, 1825.37158203125, 93.5705718994140625, 4.59021615982055664, 0, 0, -0.74895572662353515, 0.662620067596435546, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Stonemaul Hold - Difficulty: 0) +(@OGUID+7, 180408, 1, 357, 5003, '0', 0, 0, -4598.77978515625, 1907.24658203125, 109.4919891357421875, 6.12610626220703125, 0, 0, -0.07845878601074218, 0.996917366981506347, 120, 255, 1, 46366), -- G_WitchHat_01 (Area: Stonemaul Hold - Difficulty: 0) +(@OGUID+8, 180411, 1, 357, 5003, '0', 0, 0, -4576.39404296875, 1804.7603759765625, 96.112579345703125, 1.710421562194824218, 0, 0, 0.754709243774414062, 0.656059443950653076, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Stonemaul Hold - Difficulty: 0) +(@OGUID+9, 180414, 1, 357, 5003, '0', 0, 0, -4601.42529296875, 1905.548583984375, 107.8489837646484375, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Cauldron (Area: Stonemaul Hold - Difficulty: 0) +(@OGUID+10, 180415, 1, 357, 5003, '0', 0, 0, -4600.68408203125, 1902.79345703125, 107.8489837646484375, 1.902408957481384277, 0, 0, 0.814115524291992187, 0.580702960491180419, 120, 255, 1, 46366), -- CandleBlack01 (Area: Stonemaul Hold - Difficulty: 0) +(@OGUID+11, 180415, 1, 357, 5003, '0', 0, 0, -4597.9462890625, 1905.373291015625, 107.8489837646484375, 1.902408957481384277, 0, 0, 0.814115524291992187, 0.580702960491180419, 120, 255, 1, 46366), -- CandleBlack01 (Area: Stonemaul Hold - Difficulty: 0) +(@OGUID+12, 180415, 1, 357, 5003, '0', 0, 0, -4598.6943359375, 1903.8072509765625, 107.8489837646484375, 1.902408957481384277, 0, 0, 0.814115524291992187, 0.580702960491180419, 120, 255, 1, 46366), -- CandleBlack01 (Area: Stonemaul Hold - Difficulty: 0) +(@OGUID+13, 180415, 1, 357, 5003, '0', 0, 0, -4603.00341796875, 1903.1197509765625, 107.8489837646484375, 1.902408957481384277, 0, 0, 0.814115524291992187, 0.580702960491180419, 120, 255, 1, 46366), -- CandleBlack01 (Area: Stonemaul Hold - Difficulty: 0) +(@OGUID+14, 180415, 1, 357, 5003, '0', 0, 0, -4604.376953125, 1904.451416015625, 107.8489837646484375, 1.902408957481384277, 0, 0, 0.814115524291992187, 0.580702960491180419, 120, 255, 1, 46366), -- CandleBlack01 (Area: Stonemaul Hold - Difficulty: 0) +(@OGUID+15, 180426, 1, 357, 5003, '0', 0, 0, -4600.5224609375, 1907.09033203125, 107.8489837646484375, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat01 (Area: Stonemaul Hold - Difficulty: 0) +(@OGUID+16, 180426, 1, 357, 5003, '0', 0, 0, -4599.515625, 1901.9097900390625, 104.3024215698242187, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat01 (Area: Stonemaul Hold - Difficulty: 0) +(@OGUID+17, 180426, 1, 357, 5003, '0', 0, 0, -4605.9775390625, 1846.407958984375, 103.9200668334960937, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat01 (Area: Stonemaul Hold - Difficulty: 0) +(@OGUID+18, 180426, 1, 357, 5003, '0', 0, 0, -4604.4443359375, 1834.3697509765625, 98.08591461181640625, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat01 (Area: Stonemaul Hold - Difficulty: 0) +(@OGUID+19, 180426, 1, 357, 5003, '0', 0, 0, -4617.6630859375, 1821.4913330078125, 99.1563873291015625, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat01 (Area: Stonemaul Hold - Difficulty: 0) +(@OGUID+20, 180427, 1, 357, 5003, '0', 0, 0, -4593.34033203125, 1897.4635009765625, 107.7414627075195312, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat02 (Area: Stonemaul Hold - Difficulty: 0) +(@OGUID+21, 180427, 1, 357, 5003, '0', 0, 0, -4601.17724609375, 1905.6458740234375, 107.8489837646484375, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat02 (Area: Stonemaul Hold - Difficulty: 0) +(@OGUID+22, 180427, 1, 357, 5003, '0', 0, 0, -4600.939453125, 1908.1978759765625, 107.8489837646484375, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat02 (Area: Stonemaul Hold - Difficulty: 0) +(@OGUID+23, 180427, 1, 357, 5003, '0', 0, 0, -4627.77587890625, 1851.55908203125, 100.613037109375, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat02 (Area: Stonemaul Hold - Difficulty: 0) +(@OGUID+24, 180427, 1, 357, 5003, '0', 0, 0, -4614.40087890625, 1836.5850830078125, 97.69387054443359375, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat02 (Area: Stonemaul Hold - Difficulty: 0) +(@OGUID+25, 180427, 1, 357, 5003, '0', 0, 0, -4608.4130859375, 1819.1771240234375, 100.5956573486328125, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat02 (Area: Stonemaul Hold - Difficulty: 0) +(@OGUID+26, 180471, 1, 357, 5003, '0', 0, 0, -4570.12353515625, 1830.69970703125, 95.80023956298828125, 5.305802345275878906, 0, 0, -0.46947097778320312, 0.882947921752929687, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Stonemaul Hold - Difficulty: 0) +(@OGUID+27, 180471, 1, 357, 5003, '0', 0, 0, -4571.9150390625, 1835.736083984375, 96.66376495361328125, 5.131268978118896484, 0, 0, -0.54463863372802734, 0.838670849800109863, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Stonemaul Hold - Difficulty: 0) +(@OGUID+28, 180471, 1, 357, 5003, '0', 0, 0, -4571.28466796875, 1834.2742919921875, 96.41864776611328125, 5.131268978118896484, 0, 0, -0.54463863372802734, 0.838670849800109863, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Stonemaul Hold - Difficulty: 0) +(@OGUID+29, 180471, 1, 357, 5003, '0', 0, 0, -4570.62158203125, 1832.4930419921875, 96.16712188720703125, 5.166176319122314453, 0, 0, -0.52991867065429687, 0.84804844856262207, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Stonemaul Hold - Difficulty: 0) +(@OGUID+30, 180471, 1, 357, 5003, '0', 0, 0, -4569.6943359375, 1829.32470703125, 95.34833526611328125, 5.235987663269042968, 0, 0, -0.5, 0.866025388240814208, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Stonemaul Hold - Difficulty: 0) +(@OGUID+31, 180472, 1, 357, 5003, '0', 0, 0, -4572.625, 1837.125, 98.009033203125, 3.612837791442871093, 0, 0, -0.97236919403076171, 0.233448356389999389, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Stonemaul Hold - Difficulty: 0) +(@OGUID+32, 180523, 1, 357, 5003, '0', 0, 0, -4575.033203125, 1836.626708984375, 89.51651763916015625, 5.759587764739990234, 0, 0, -0.25881862640380859, 0.965925931930541992, 120, 255, 1, 46366), -- Apple Bob (Area: Stonemaul Hold - Difficulty: 0) +(@OGUID+33, 185436, 1, 357, 5003, '0', 0, 0, -4601.0869140625, 1905.65283203125, 108.3902816772460937, 3.22885894775390625, 0, 0, -0.99904823303222656, 0.043619260191917419, 120, 255, 1, 46366), -- Sitting Skeleton 03 (Area: Stonemaul Hold - Difficulty: 0) +(@OGUID+34, 185437, 1, 357, 5003, '0', 0, 0, -4599.76416015625, 1905.2396240234375, 107.8489837646484375, 1.117009282112121582, 0, 0, 0.529918670654296875, 0.84804844856262207, 120, 255, 1, 46366), -- Laying Skeleton 01 (Area: Stonemaul Hold - Difficulty: 0) +(@OGUID+35, 185438, 1, 357, 5003, '0', 0, 0, -4601.46337890625, 1905.9097900390625, 108.3793869018554687, 6.003933906555175781, 0, 0, -0.13917255401611328, 0.990268170833587646, 120, 255, 1, 46366), -- Sitting Skeleton 04 (Area: Stonemaul Hold - Difficulty: 0) +(@OGUID+36, 185454, 1, 357, 5003, '0', 0, 0, -4603.91845703125, 1905.8541259765625, 108.213836669921875, 2.897245407104492187, 0, 0, 0.99254608154296875, 0.121869951486587524, 120, 255, 1, 46366), -- Laying Skeleton 02 (Area: Stonemaul Hold - Difficulty: 0) +(@OGUID+37, 185455, 1, 357, 5003, '0', 0, 0, -4601.94970703125, 1904.736083984375, 107.8489837646484375, 5.585053920745849609, 0, 0, -0.34202003479003906, 0.939692676067352294, 120, 255, 1, 46366), -- Laying Skeleton 03 (Area: Stonemaul Hold - Difficulty: 0) +(@OGUID+38, 208161, 1, 357, 5003, '0', 0, 0, -4573.892578125, 1829.4791259765625, 89.5510406494140625, 4.258606910705566406, 0, 0, -0.84804725646972656, 0.529920578002929687, 120, 255, 1, 46366); -- Candy Bucket (Area: Stonemaul Hold - Difficulty: 0) + +-- Event spawns +DELETE FROM `game_event_creature` WHERE `eventEntry`=12 AND `guid`=@CGUID+0; +INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES +(12, @CGUID+0); + +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+38; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38); + +-- +SET @CGUID := 3800389; +SET @OGUID := 3807887; + +-- Old creature spawns +DELETE FROM `creature` WHERE `guid` BETWEEN 3000461 AND 3000461; +DELETE FROM `creature_addon` WHERE `guid` BETWEEN 3000461 AND 3000461; +DELETE FROM `game_event_creature` WHERE `guid` BETWEEN 3000461 AND 3000461; + +-- Creature spawns +DELETE FROM `creature` WHERE `guid`=@CGUID+0; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES +(@CGUID+0, 22816, 1, 357, 5024, '0', 0, 0, 0, 0, -3147.169921875, 1888.8602294921875, 41.98286819458007812, 3.564326763153076171, 120, 10, 0, 188, 0, 1, NULL, NULL, NULL, NULL, 46366); -- Black Cat (Area: Dreamer's Rest - Difficulty: 0) + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3009510 AND 3009535; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3009510 AND 3009535; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3009510 AND 3009535; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+25; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 1, 357, 5024, '0', 0, 0, -3170.104248046875, 1924.513916015625, 45.38033676147460937, 1.029743075370788574, 0, 0, 0.492423057556152343, 0.870355963706970214, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Dreamer's Rest - Difficulty: 0) +(@OGUID+1, 180405, 1, 357, 5024, '0', 0, 0, -3147.42529296875, 1943.9896240234375, 42.31151199340820312, 2.879789113998413085, 0, 0, 0.991444587707519531, 0.130528271198272705, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Dreamer's Rest - Difficulty: 0) +(@OGUID+2, 180406, 1, 357, 5024, '0', 0, 0, -3160.413330078125, 1904.9566650390625, 45.49956130981445312, 3.769911527633666992, 0, 0, -0.95105648040771484, 0.309017121791839599, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Dreamer's Rest - Difficulty: 0) +(@OGUID+3, 180407, 1, 357, 5024, '0', 0, 0, -3153.8056640625, 1919.3524169921875, 45.37310409545898437, 5.288348197937011718, 0, 0, -0.4771585464477539, 0.878817260265350341, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Dreamer's Rest - Difficulty: 0) +(@OGUID+4, 180407, 1, 357, 5024, '0', 0, 0, -3174.65966796875, 1911.4774169921875, 45.38034439086914062, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Dreamer's Rest - Difficulty: 0) +(@OGUID+5, 180408, 1, 357, 5024, '0', 0, 0, -3151.109375, 1925.923583984375, 48.33165359497070312, 2.809975385665893554, 0, 0, 0.986285209655761718, 0.165049895644187927, 120, 255, 1, 46366), -- G_WitchHat_01 (Area: Dreamer's Rest - Difficulty: 0) +(@OGUID+6, 180408, 1, 357, 5024, '0', 0, 0, -3158.53125, 1931.4896240234375, 48.53600311279296875, 1.518436193466186523, 0, 0, 0.6883544921875, 0.725374460220336914, 120, 255, 1, 46366), -- G_WitchHat_01 (Area: Dreamer's Rest - Difficulty: 0) +(@OGUID+7, 180415, 1, 357, 5024, '0', 0, 0, -3175.892333984375, 1880.3819580078125, 46.98336029052734375, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- CandleBlack01 (Area: Dreamer's Rest - Difficulty: 0) +(@OGUID+8, 180415, 1, 357, 5024, '0', 0, 0, -3184.838623046875, 1884.3194580078125, 47.96312332153320312, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- CandleBlack01 (Area: Dreamer's Rest - Difficulty: 0) +(@OGUID+9, 180415, 1, 357, 5024, '0', 0, 0, -3188.053955078125, 1880.8853759765625, 48.4252471923828125, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- CandleBlack01 (Area: Dreamer's Rest - Difficulty: 0) +(@OGUID+10, 180415, 1, 357, 5024, '0', 0, 0, -3179.022705078125, 1879.84375, 47.74272537231445312, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- CandleBlack01 (Area: Dreamer's Rest - Difficulty: 0) +(@OGUID+11, 180415, 1, 357, 5024, '0', 0, 0, -3180.866455078125, 1878.373291015625, 48.20755767822265625, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- CandleBlack01 (Area: Dreamer's Rest - Difficulty: 0) +(@OGUID+12, 180415, 1, 357, 5024, '0', 0, 0, -3185.98779296875, 1879.8021240234375, 48.4252471923828125, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- CandleBlack01 (Area: Dreamer's Rest - Difficulty: 0) +(@OGUID+13, 180415, 1, 357, 5024, '0', 0, 0, -3187.645751953125, 1884.8629150390625, 48.33615875244140625, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- CandleBlack01 (Area: Dreamer's Rest - Difficulty: 0) +(@OGUID+14, 180415, 1, 357, 5024, '0', 0, 0, -3190.59375, 1885.513916015625, 48.90917205810546875, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- CandleBlack01 (Area: Dreamer's Rest - Difficulty: 0) +(@OGUID+15, 180415, 1, 357, 5024, '0', 0, 0, -3193.39404296875, 1890.9305419921875, 50.51607131958007812, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 120, 255, 1, 46366), -- CandleBlack01 (Area: Dreamer's Rest - Difficulty: 0) +(@OGUID+16, 180415, 1, 357, 5024, '0', 0, 0, -3194.835205078125, 1891.8819580078125, 50.68331146240234375, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- CandleBlack01 (Area: Dreamer's Rest - Difficulty: 0) +(@OGUID+17, 180415, 1, 357, 5024, '0', 0, 0, -3193.578125, 1891.1822509765625, 50.51610946655273437, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- CandleBlack01 (Area: Dreamer's Rest - Difficulty: 0) +(@OGUID+18, 180415, 1, 357, 5024, '0', 0, 0, -3190.802001953125, 1881.4010009765625, 48.71342849731445312, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- CandleBlack01 (Area: Dreamer's Rest - Difficulty: 0) +(@OGUID+19, 180425, 1, 357, 5024, '0', 0, 0, -3199.4931640625, 1897.8663330078125, 51.62615966796875, 0.663223206996917724, 0, 0, 0.325567245483398437, 0.945518851280212402, 120, 255, 1, 46366), -- SkullCandle01 (Area: Dreamer's Rest - Difficulty: 0) +(@OGUID+20, 180426, 1, 357, 5024, '0', 0, 0, -3147.08154296875, 1927.532958984375, 44.22612380981445312, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat01 (Area: Dreamer's Rest - Difficulty: 0) +(@OGUID+21, 180426, 1, 357, 5024, '0', 0, 0, -3201.84716796875, 1897.6302490234375, 49.33378982543945312, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat01 (Area: Dreamer's Rest - Difficulty: 0) +(@OGUID+22, 180426, 1, 357, 5024, '0', 0, 0, -3201.147705078125, 1890.095458984375, 56.04289627075195312, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat01 (Area: Dreamer's Rest - Difficulty: 0) +(@OGUID+23, 180427, 1, 357, 5024, '0', 0, 0, -3189.579833984375, 1892.361083984375, 57.13821029663085937, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat02 (Area: Dreamer's Rest - Difficulty: 0) +(@OGUID+24, 180427, 1, 357, 5024, '0', 0, 0, -3141.46875, 1940.5972900390625, 41.66498565673828125, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat02 (Area: Dreamer's Rest - Difficulty: 0) +(@OGUID+25, 208116, 1, 357, 5024, '0', 0, 0, -3192.08154296875, 1892.1614990234375, 49.33295822143554687, 2.408554315567016601, 0, 0, 0.933580398559570312, 0.358368009328842163, 120, 255, 1, 46366); -- Candy Bucket (Area: Dreamer's Rest - Difficulty: 0) + +-- Event spawns +DELETE FROM `game_event_creature` WHERE `eventEntry`=12 AND `guid`=@CGUID+0; +INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES +(12, @CGUID+0); + +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+25; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25); + +-- +SET @OGUID := 3807913; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3009536 AND 3009613; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3009536 AND 3009613; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3009536 AND 3009613; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+77; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 1, 357, 5072, '0', 0, 0, -4453.125, 2203.28466796875, 27.67428016662597656, 0.383971005678176879, 0, 0, 0.190808296203613281, 0.981627285480499267, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+1, 180405, 1, 357, 5072, '0', 0, 0, -4485.23095703125, 2214.37841796875, 30.59831428527832031, 5.131268978118896484, 0, 0, -0.54463863372802734, 0.838670849800109863, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+2, 180405, 1, 357, 5072, '0', 0, 0, -4444.283203125, 2227.057373046875, 30.59831428527832031, 2.024578809738159179, 0, 0, 0.848047256469726562, 0.529920578002929687, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+3, 180405, 1, 357, 5072, '0', 0, 0, -4443.15478515625, 2269.486083984375, 30.59831047058105468, 2.024578809738159179, 0, 0, 0.848047256469726562, 0.529920578002929687, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+4, 180405, 1, 357, 5072, '0', 0, 0, -4484.11474609375, 2256.807373046875, 30.59831428527832031, 5.131268978118896484, 0, 0, -0.54463863372802734, 0.838670849800109863, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+5, 180405, 1, 357, 5072, '0', 0, 0, -4261.2412109375, 2270.87841796875, 11.45969963073730468, 2.024578809738159179, 0, 0, 0.848047256469726562, 0.529920578002929687, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+6, 180405, 1, 357, 5072, '0', 0, 0, -4261.68603515625, 2260.98779296875, 11.48336124420166015, 2.024578809738159179, 0, 0, 0.848047256469726562, 0.529920578002929687, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+7, 180406, 1, 357, 5072, '0', 0, 0, -4443.77099609375, 2241.444580078125, 30.59831428527832031, 1.989672422409057617, 0, 0, 0.838669776916503906, 0.544640243053436279, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+8, 180406, 1, 357, 5072, '0', 0, 0, -4484.62353515625, 2242.423583984375, 30.59831428527832031, 5.096362113952636718, 0, 0, -0.55919265747070312, 0.829037725925445556, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+9, 180406, 1, 357, 5072, '0', 0, 0, -4443.16845703125, 2278.970458984375, 27.67427444458007812, 3.577930212020874023, 0, 0, -0.97629547119140625, 0.216442063450813293, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+10, 180406, 1, 357, 5072, '0', 0, 0, -4320.01025390625, 2279.197998046875, 9.409993171691894531, 1.675513744354248046, 0, 0, 0.743144035339355468, 0.669131457805633544, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+11, 180406, 1, 357, 5072, '0', 0, 0, -4287.38525390625, 2271.11279296875, 9.427296638488769531, 2.199114561080932617, 0, 0, 0.8910064697265625, 0.453990638256072998, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+12, 180407, 1, 357, 5072, '0', 0, 0, -4444.67041015625, 2202.947998046875, 27.67427635192871093, 0.314158439636230468, 0, 0, 0.156434059143066406, 0.987688362598419189, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+13, 180407, 1, 357, 5072, '0', 0, 0, -4444.37841796875, 2214.704833984375, 30.59831428527832031, 1.919861555099487304, 0, 0, 0.819151878356933593, 0.573576688766479492, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+14, 180407, 1, 357, 5072, '0', 0, 0, -4443.705078125, 2256.303955078125, 30.59831047058105468, 1.972219824790954589, 0, 0, 0.83388519287109375, 0.55193793773651123, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+15, 180407, 1, 357, 5072, '0', 0, 0, -4484.68212890625, 2227.56591796875, 30.59831428527832031, 5.078907966613769531, 0, 0, -0.56640625, 0.824126183986663818, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+16, 180407, 1, 357, 5072, '0', 0, 0, -4316.41162109375, 2233.302001953125, 9.409993171691894531, 3.316144466400146484, 0, 0, -0.99619388580322265, 0.087165042757987976, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+17, 180407, 1, 357, 5072, '0', 0, 0, -4451.6962890625, 2279.310791015625, 27.67428016662597656, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+18, 180407, 1, 357, 5072, '0', 0, 0, -4299.96728515625, 2213.692626953125, 9.409993171691894531, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+19, 180407, 1, 357, 5072, '0', 0, 0, -4484.0224609375, 2269.163330078125, 30.59831047058105468, 5.026549339294433593, 0, 0, -0.5877847671508789, 0.809017360210418701, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+20, 180411, 1, 357, 5072, '0', 0, 0, -4441.88037109375, 2202.59375, 28.79986190795898437, 1.745326757431030273, 0, 0, 0.766043663024902343, 0.642788589000701904, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+21, 180411, 1, 357, 5072, '0', 0, 0, -4380.640625, 2224.911376953125, 19.1699066162109375, 5.445427894592285156, 0, 0, -0.40673637390136718, 0.913545548915863037, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+22, 180411, 1, 357, 5072, '0', 0, 0, -4440.63037109375, 2279.54345703125, 29.11422348022460937, 4.084071159362792968, 0, 0, -0.8910064697265625, 0.453990638256072998, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+23, 180415, 1, 357, 5072, '0', 0, 0, -4380.4375, 2229.67529296875, 9.981640815734863281, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- CandleBlack01 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+24, 180415, 1, 357, 5072, '0', 0, 0, -4383.60400390625, 2224.28466796875, 11.67404556274414062, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- CandleBlack01 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+25, 180415, 1, 357, 5072, '0', 0, 0, -4374.7900390625, 2222.15625, 14.13726520538330078, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- CandleBlack01 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+26, 180415, 1, 357, 5072, '0', 0, 0, -4384.97412109375, 2226.182373046875, 14.65523624420166015, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- CandleBlack01 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+27, 180415, 1, 357, 5072, '0', 0, 0, -4379.408203125, 2218.739501953125, 14.12955379486083984, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- CandleBlack01 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+28, 180415, 1, 357, 5072, '0', 0, 0, -4377.19970703125, 2225.494873046875, 13.05966091156005859, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- CandleBlack01 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+29, 180415, 1, 357, 5072, '0', 0, 0, -4379.07275390625, 2227.8525390625, 11.60944080352783203, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- CandleBlack01 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+30, 180415, 1, 357, 5072, '0', 0, 0, -4381.8525390625, 2221.942626953125, 13.07179832458496093, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- CandleBlack01 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+31, 180415, 1, 357, 5072, '0', 0, 0, -4364.86279296875, 2255.05029296875, 11.46012783050537109, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- CandleBlack01 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+32, 180415, 1, 357, 5072, '0', 0, 0, -4366.330078125, 2262.814208984375, 11.33212757110595703, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- CandleBlack01 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+33, 180415, 1, 357, 5072, '0', 0, 0, -4273.314453125, 2246.31591796875, 10.75973987579345703, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- CandleBlack01 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+34, 180415, 1, 357, 5072, '0', 0, 0, -4272.63037109375, 2247.595458984375, 10.59279823303222656, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- CandleBlack01 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+35, 180425, 1, 357, 5072, '0', 0, 0, -4281.4130859375, 2295.5869140625, 10.9051361083984375, 4.799657344818115234, 0, 0, -0.67558956146240234, 0.737277925014495849, 120, 255, 1, 46366), -- SkullCandle01 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+36, 180426, 1, 357, 5072, '0', 0, 0, -4439.59716796875, 2181.4775390625, 28.31475257873535156, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat01 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+37, 180426, 1, 357, 5072, '0', 0, 0, -4467.83349609375, 2176.427001953125, 24.14411354064941406, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat01 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+38, 180426, 1, 357, 5072, '0', 0, 0, -4403.34375, 2244.03466796875, 12.73984718322753906, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat01 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+39, 180426, 1, 357, 5072, '0', 0, 0, -4409.203125, 2248.611083984375, 12.73914527893066406, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat01 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+40, 180426, 1, 357, 5072, '0', 0, 0, -4408.203125, 2237.9775390625, 12.74163246154785156, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat01 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+41, 180426, 1, 357, 5072, '0', 0, 0, -4301.2255859375, 2246.19970703125, 9.409993171691894531, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat01 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+42, 180426, 1, 357, 5072, '0', 0, 0, -4301.02587890625, 2295.10595703125, 21.73912429809570312, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat01 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+43, 180426, 1, 357, 5072, '0', 0, 0, -4300.0869140625, 2271.10595703125, 31.24988746643066406, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat01 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+44, 180427, 1, 357, 5072, '0', 0, 0, -4472.5537109375, 2176.92529296875, 17.91554641723632812, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat02 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+45, 180427, 1, 357, 5072, '0', 0, 0, -4457.65087890625, 2171.522705078125, 21.59903717041015625, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat02 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+46, 180427, 1, 357, 5072, '0', 0, 0, -4467.6005859375, 2172.505126953125, 17.41539573669433593, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat02 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+47, 180427, 1, 357, 5072, '0', 0, 0, -4390.75537109375, 2254.817626953125, 12.74164009094238281, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat02 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+48, 180427, 1, 357, 5072, '0', 0, 0, -4400.265625, 2235.564208984375, 12.80641365051269531, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat02 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+49, 180427, 1, 357, 5072, '0', 0, 0, -4370.609375, 2257.15625, 9.046797752380371093, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat02 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+50, 180427, 1, 357, 5072, '0', 0, 0, -4300.67724609375, 2270.682373046875, 36.41701507568359375, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat02 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+51, 180427, 1, 357, 5072, '0', 0, 0, -4300.4443359375, 2271.770751953125, 30.54913330078125, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat02 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+52, 180427, 1, 357, 5072, '0', 0, 0, -4300.533203125, 2271.5869140625, 31.17810821533203125, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat02 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+53, 180427, 1, 357, 5072, '0', 0, 0, -4300.04150390625, 2273.116455078125, 20.05820465087890625, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- Bat02 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+54, 180471, 1, 357, 5072, '0', 0, 0, -4461.7724609375, 2205.720458984375, 34.4166259765625, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+55, 180471, 1, 357, 5072, '0', 0, 0, -4451.64599609375, 2205.185791015625, 34.47686767578125, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+56, 180471, 1, 357, 5072, '0', 0, 0, -4458.16650390625, 2205.56591796875, 34.42998123168945312, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+57, 180471, 1, 357, 5072, '0', 0, 0, -4448.20654296875, 2205.475830078125, 35.03975296020507812, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+58, 180471, 1, 357, 5072, '0', 0, 0, -4466.5556640625, 2205.7744140625, 34.430633544921875, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+59, 180471, 1, 357, 5072, '0', 0, 0, -4454.830078125, 2205.317626953125, 34.49394607543945312, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+60, 180471, 1, 357, 5072, '0', 0, 0, -4473.25341796875, 2205.904541015625, 34.36895751953125, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+61, 180471, 1, 357, 5072, '0', 0, 0, -4479.87841796875, 2205.725830078125, 34.927734375, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+62, 180471, 1, 357, 5072, '0', 0, 0, -4470.109375, 2205.92529296875, 34.35744094848632812, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+63, 180471, 1, 357, 5072, '0', 0, 0, -4477.04541015625, 2205.7744140625, 34.56785964965820312, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+64, 180471, 1, 357, 5072, '0', 0, 0, -4449.7099609375, 2277.645751953125, 34.42377853393554687, 4.869470596313476562, 0, 0, -0.64944744110107421, 0.760406434535980224, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+65, 180471, 1, 357, 5072, '0', 0, 0, -4446.87353515625, 2277.765625, 34.42377853393554687, 4.869470596313476562, 0, 0, -0.64944744110107421, 0.760406434535980224, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+66, 180471, 1, 357, 5072, '0', 0, 0, -4464.97412109375, 2277.298583984375, 34.42377853393554687, 4.869470596313476562, 0, 0, -0.64944744110107421, 0.760406434535980224, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+67, 180471, 1, 357, 5072, '0', 0, 0, -4468.58154296875, 2277.36279296875, 34.42377853393554687, 4.869470596313476562, 0, 0, -0.64944744110107421, 0.760406434535980224, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+68, 180471, 1, 357, 5072, '0', 0, 0, -4460.1962890625, 2277.373291015625, 34.42377853393554687, 4.869470596313476562, 0, 0, -0.64944744110107421, 0.760406434535980224, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+69, 180471, 1, 357, 5072, '0', 0, 0, -4453.49462890625, 2277.411376953125, 34.42377853393554687, 4.869470596313476562, 0, 0, -0.64944744110107421, 0.760406434535980224, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+70, 180471, 1, 357, 5072, '0', 0, 0, -4471.91845703125, 2277.522705078125, 34.42377853393554687, 4.869470596313476562, 0, 0, -0.64944744110107421, 0.760406434535980224, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+71, 180471, 1, 357, 5072, '0', 0, 0, -4456.6337890625, 2277.3125, 34.42377853393554687, 4.869470596313476562, 0, 0, -0.64944744110107421, 0.760406434535980224, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+72, 180471, 1, 357, 5072, '0', 0, 0, -4475.11279296875, 2277.572998046875, 34.42377853393554687, 4.869470596313476562, 0, 0, -0.64944744110107421, 0.760406434535980224, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+73, 180471, 1, 357, 5072, '0', 0, 0, -4478.626953125, 2277.5625, 34.42377853393554687, 4.869470596313476562, 0, 0, -0.64944744110107421, 0.760406434535980224, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+74, 180472, 1, 357, 5072, '0', 0, 0, -4464.1787109375, 2206.029541015625, 35.48272705078125, 4.660029888153076171, 0, 0, -0.72537422180175781, 0.688354730606079101, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+75, 180472, 1, 357, 5072, '0', 0, 0, -4462.84033203125, 2276.890625, 35.4613800048828125, 1.762782454490661621, 0, 0, 0.771624565124511718, 0.636078238487243652, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+76, 190053, 1, 357, 5072, '0', 0, 0, -4460.68212890625, 2221.84375, 27.67427253723144531, 2.809975385665893554, 0, 0, 0.986285209655761718, 0.165049895644187927, 120, 255, 1, 46366), -- Candy Bucket (Area: Feathermoon Stronghold - Difficulty: 0) +(@OGUID+77, 207941, 1, 357, 5072, '0', 0, 0, -4300.67529296875, 2269.80908203125, 37.58877182006835937, 3.420850038528442382, 0, 0, -0.99026775360107421, 0.139175355434417724, 120, 255, 1, 46366); -- G_WitchHat_01 scale 2.0 (Area: Feathermoon Stronghold - Difficulty: 0) + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+77; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48), +(12, @OGUID+49), +(12, @OGUID+50), +(12, @OGUID+51), +(12, @OGUID+52), +(12, @OGUID+53), +(12, @OGUID+54), +(12, @OGUID+55), +(12, @OGUID+56), +(12, @OGUID+57), +(12, @OGUID+58), +(12, @OGUID+59), +(12, @OGUID+60), +(12, @OGUID+61), +(12, @OGUID+62), +(12, @OGUID+63), +(12, @OGUID+64), +(12, @OGUID+65), +(12, @OGUID+66), +(12, @OGUID+67), +(12, @OGUID+68), +(12, @OGUID+69), +(12, @OGUID+70), +(12, @OGUID+71), +(12, @OGUID+72), +(12, @OGUID+73), +(12, @OGUID+74), +(12, @OGUID+75), +(12, @OGUID+76), +(12, @OGUID+77); diff --git a/sql/updates/world/master/2024_03_18_48_world_hallows_end_silithus.sql b/sql/updates/world/master/2024_03_18_48_world_hallows_end_silithus.sql new file mode 100644 index 0000000000000..77ae20e487933 --- /dev/null +++ b/sql/updates/world/master/2024_03_18_48_world_hallows_end_silithus.sql @@ -0,0 +1,101 @@ +-- +SET @OGUID := 3807991; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3009614 AND 3009656; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3009614 AND 3009656; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3009614 AND 3009656; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+42; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 1, 1377, 3425, '0', 0, 0, -6845.8662109375, 737.00347900390625, 45.3452911376953125, 2.321286916732788085, 0, 0, 0.917059898376464843, 0.398749500513076782, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Cenarion Hold - Difficulty: 0) +(@OGUID+1, 180406, 1, 1377, 3425, '0', 0, 0, -6848.8994140625, 742.9132080078125, 45.3786163330078125, 2.460912704467773437, 0, 0, 0.942641258239746093, 0.333807557821273803, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Cenarion Hold - Difficulty: 0) +(@OGUID+2, 180407, 1, 1377, 3425, '0', 0, 0, -6851.30224609375, 741.84375, 56.65892410278320312, 2.356194972991943359, 0, 0, 0.923879623413085937, 0.382683247327804565, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Cenarion Hold - Difficulty: 0) +(@OGUID+3, 180407, 1, 1377, 3425, '0', 0, 0, -6848.44775390625, 735.88714599609375, 56.65433120727539062, 2.44346022605895996, 0, 0, 0.939692497253417968, 0.34202045202255249, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Cenarion Hold - Difficulty: 0) +(@OGUID+4, 180410, 1, 1377, 3425, '0', 0, 0, -6860.06787109375, 719.546875, 47.32749176025390625, 2.076939344406127929, 0, 0, 0.861628532409667968, 0.50753939151763916, 120, 255, 1, 46366), -- G_HangingSkeleton_01 (Area: Cenarion Hold - Difficulty: 0) +(@OGUID+5, 180410, 1, 1377, 3425, '0', 0, 0, -6871.8349609375, 741.84027099609375, 47.25341033935546875, 5.201082706451416015, 0, 0, -0.51503753662109375, 0.857167601585388183, 120, 255, 1, 46366), -- G_HangingSkeleton_01 (Area: Cenarion Hold - Difficulty: 0) +(@OGUID+6, 180411, 1, 1377, 3425, '0', 0, 0, -6856.36474609375, 706.31427001953125, 63.8646392822265625, 3.717553615570068359, 0, 0, -0.95881938934326171, 0.284016460180282592, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Cenarion Hold - Difficulty: 0) +(@OGUID+7, 180411, 1, 1377, 3425, '0', 0, 0, -6834.8037109375, 746.420166015625, 64.1032867431640625, 3.543023586273193359, 0, 0, -0.97992420196533203, 0.199370384216308593, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Cenarion Hold - Difficulty: 0) +(@OGUID+8, 180411, 1, 1377, 3425, '0', 0, 0, -6879.99853515625, 753.092041015625, 64.5603790283203125, 3.490667104721069335, 0, 0, -0.98480701446533203, 0.173652306199073791, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Cenarion Hold - Difficulty: 0) +(@OGUID+9, 180426, 1, 1377, 3425, '0', 0, 0, -6868.28466796875, 729.45489501953125, 69.5771942138671875, 5.151032924652099609, 0, 0, -0.53632450103759765, 0.844011843204498291, 120, 255, 1, 46366), -- Bat01 (Area: Cenarion Hold - Difficulty: 0) +(@OGUID+10, 180426, 1, 1377, 3425, '0', 0, 0, -6868.2431640625, 729.6632080078125, 69.5742645263671875, 3.178854942321777343, 0, 0, -0.99982643127441406, 0.018630025908350944, 120, 255, 1, 46366), -- Bat01 (Area: Cenarion Hold - Difficulty: 0) +(@OGUID+11, 180426, 1, 1377, 3425, '0', 0, 0, -6868.36474609375, 729.29864501953125, 69.58489227294921875, 2.149065732955932617, 0, 0, 0.879367828369140625, 0.476143062114715576, 120, 255, 1, 46366), -- Bat01 (Area: Cenarion Hold - Difficulty: 0) +(@OGUID+12, 180426, 1, 1377, 3425, '0', 0, 0, -6868.35595703125, 729.3507080078125, 69.58284759521484375, 2.218876123428344726, 0, 0, 0.895448684692382812, 0.445164769887924194, 120, 255, 1, 46366), -- Bat01 (Area: Cenarion Hold - Difficulty: 0) +(@OGUID+13, 180426, 1, 1377, 3425, '0', 0, 0, -6868.36279296875, 729.420166015625, 69.58049774169921875, 3.876943111419677734, 0, 0, -0.93316555023193359, 0.359446883201599121, 120, 255, 1, 46366), -- Bat01 (Area: Cenarion Hold - Difficulty: 0) +(@OGUID+14, 180426, 1, 1377, 3425, '0', 0, 0, -6868.34912109375, 729.248291015625, 69.58638763427734375, 5.657180309295654296, 0, 0, -0.30791664123535156, 0.951413333415985107, 120, 255, 1, 46366), -- Bat01 (Area: Cenarion Hold - Difficulty: 0) +(@OGUID+15, 180426, 1, 1377, 3425, '0', 0, 0, -6868.50341796875, 729.36114501953125, 69.5898895263671875, 1.224040150642395019, 0, 0, 0.574522018432617187, 0.818489134311676025, 120, 255, 1, 46366), -- Bat01 (Area: Cenarion Hold - Difficulty: 0) +(@OGUID+16, 180426, 1, 1377, 3425, '0', 0, 0, -6868.470703125, 729.42706298828125, 69.5865936279296875, 2.428315162658691406, 0, 0, 0.937075614929199218, 0.349126458168029785, 120, 255, 1, 46366), -- Bat01 (Area: Cenarion Hold - Difficulty: 0) +(@OGUID+17, 180426, 1, 1377, 3425, '0', 0, 0, -6868.34716796875, 729.48614501953125, 69.58113861083984375, 3.301003456115722656, 0, 0, -0.99682521820068359, 0.079620920121669769, 120, 255, 1, 46366), -- Bat01 (Area: Cenarion Hold - Difficulty: 0) +(@OGUID+18, 180426, 1, 1377, 3425, '0', 0, 0, -6868.37158203125, 729.40106201171875, 69.58141326904296875, 6.250591278076171875, 0, 0, -0.01629638671875, 0.999867200851440429, 120, 255, 1, 46366), -- Bat01 (Area: Cenarion Hold - Difficulty: 0) +(@OGUID+19, 180427, 1, 1377, 3425, '0', 0, 0, -6868.13525390625, 729.467041015625, 69.5729217529296875, 0.909881889820098876, 0, 0, 0.439409255981445312, 0.898286998271942138, 120, 255, 1, 46366), -- Bat02 (Area: Cenarion Hold - Difficulty: 0) +(@OGUID+20, 180427, 1, 1377, 3425, '0', 0, 0, -6868.27978515625, 729.41668701171875, 69.5784149169921875, 1.398573517799377441, 0, 0, 0.643671989440917968, 0.765301465988159179, 120, 255, 1, 46366), -- Bat02 (Area: Cenarion Hold - Difficulty: 0) +(@OGUID+21, 180427, 1, 1377, 3425, '0', 0, 0, -6868.26025390625, 729.3663330078125, 69.57970428466796875, 5.081219673156738281, 0, 0, -0.56545352935791015, 0.824780166149139404, 120, 255, 1, 46366), -- Bat02 (Area: Cenarion Hold - Difficulty: 0) +(@OGUID+22, 180427, 1, 1377, 3425, '0', 0, 0, -6868.61474609375, 729.482666015625, 69.5918426513671875, 2.498130559921264648, 0, 0, 0.948689460754394531, 0.316209226846694946, 120, 255, 1, 46366), -- Bat02 (Area: Cenarion Hold - Difficulty: 0) +(@OGUID+23, 180427, 1, 1377, 3425, '0', 0, 0, -6868.3837890625, 729.09027099609375, 69.5912322998046875, 1.712731480598449707, 0, 0, 0.755466461181640625, 0.65518730878829956, 120, 255, 1, 46366), -- Bat02 (Area: Cenarion Hold - Difficulty: 0) +(@OGUID+24, 180427, 1, 1377, 3425, '0', 0, 0, -6868.40478515625, 729.4375, 69.5843963623046875, 2.026891708374023437, 0, 0, 0.848659515380859375, 0.528939545154571533, 120, 255, 1, 46366), -- Bat02 (Area: Cenarion Hold - Difficulty: 0) +(@OGUID+25, 180427, 1, 1377, 3425, '0', 0, 0, -6868.32666015625, 729.19793701171875, 69.58763885498046875, 4.156195640563964843, 0, 0, -0.87405872344970703, 0.485820263624191284, 120, 255, 1, 46366), -- Bat02 (Area: Cenarion Hold - Difficulty: 0) +(@OGUID+26, 180427, 1, 1377, 3425, '0', 0, 0, -6868.296875, 729.52606201171875, 69.5784149169921875, 2.672665357589721679, 0, 0, 0.972639083862304687, 0.232321321964263916, 120, 255, 1, 46366), -- Bat02 (Area: Cenarion Hold - Difficulty: 0) +(@OGUID+27, 180427, 1, 1377, 3425, '0', 0, 0, -6868.3662109375, 729.73956298828125, 69.57366180419921875, 5.133581161499023437, 0, 0, -0.54366874694824218, 0.83929985761642456, 120, 255, 1, 46366), -- Bat02 (Area: Cenarion Hold - Difficulty: 0) +(@OGUID+28, 180427, 1, 1377, 3425, '0', 0, 0, -6868.390625, 729.18231201171875, 69.5898895263671875, 0.525908589363098144, 0, 0, 0.259934425354003906, 0.965626239776611328, 120, 255, 1, 46366), -- Bat02 (Area: Cenarion Hold - Difficulty: 0) +(@OGUID+29, 180448, 1, 1377, 3425, '0', 0, 0, -6847.41162109375, 748.78643798828125, 42.53837966918945312, 0.610863447189331054, 0, 0, 0.3007049560546875, 0.953717231750488281, 120, 255, 1, 46366), -- Wanted Poster: Deathclasp (Area: Cenarion Hold - Difficulty: 0) +(@OGUID+30, 180471, 1, 1377, 3425, '0', 0, 0, -6851.330078125, 722.14239501953125, 54.66414642333984375, 1.937312245368957519, 0, 0, 0.824125289916992187, 0.566407561302185058, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Cenarion Hold - Difficulty: 0) +(@OGUID+31, 180471, 1, 1377, 3425, '0', 0, 0, -6872.171875, 711.654541015625, 54.71162033081054687, 5.131268978118896484, 0, 0, -0.54463863372802734, 0.838670849800109863, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Cenarion Hold - Difficulty: 0) +(@OGUID+32, 180471, 1, 1377, 3425, '0', 0, 0, -6864.02587890625, 747.95489501953125, 54.58295440673828125, 2.007128477096557617, 0, 0, 0.84339141845703125, 0.537299633026123046, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Cenarion Hold - Difficulty: 0) +(@OGUID+33, 180471, 1, 1377, 3425, '0', 0, 0, -6885.015625, 737.5086669921875, 54.5417022705078125, 5.113816738128662109, 0, 0, -0.55193614959716796, 0.833886384963989257, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Cenarion Hold - Difficulty: 0) +(@OGUID+34, 180472, 1, 1377, 3425, '0', 0, 0, -6861.484375, 733.154541015625, 52.30553054809570312, 0.453785061836242675, 0, 0, 0.224950790405273437, 0.974370121955871582, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Cenarion Hold - Difficulty: 0) +(@OGUID+35, 180472, 1, 1377, 3425, '0', 0, 0, -6852.83349609375, 717.2569580078125, 52.95908737182617187, 5.253442287445068359, 0, 0, -0.49242305755615234, 0.870355963706970214, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Cenarion Hold - Difficulty: 0) +(@OGUID+36, 180472, 1, 1377, 3425, '0', 0, 0, -6867.30712890625, 709.94964599609375, 52.93153762817382812, 5.253442287445068359, 0, 0, -0.49242305755615234, 0.870355963706970214, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Cenarion Hold - Difficulty: 0) +(@OGUID+37, 180472, 1, 1377, 3425, '0', 0, 0, -6869.41650390625, 750.47393798828125, 53.12325668334960937, 2.111847877502441406, 0, 0, 0.870355606079101562, 0.492423713207244873, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Cenarion Hold - Difficulty: 0) +(@OGUID+38, 180472, 1, 1377, 3425, '0', 0, 0, -6886.4775390625, 732.58331298828125, 54.28470993041992187, 2.059488296508789062, 0, 0, 0.857167243957519531, 0.515038192272186279, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Cenarion Hold - Difficulty: 0) +(@OGUID+39, 180472, 1, 1377, 3425, '0', 0, 0, -6876.86474609375, 713.35418701171875, 54.56313705444335937, 5.253442287445068359, 0, 0, -0.49242305755615234, 0.870355963706970214, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Cenarion Hold - Difficulty: 0) +(@OGUID+40, 180472, 1, 1377, 3425, '0', 0, 0, -6883.94775390625, 743.28643798828125, 53.29156875610351562, 2.129300594329833984, 0, 0, 0.874619483947753906, 0.484810054302215576, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Cenarion Hold - Difficulty: 0) +(@OGUID+41, 180523, 1, 1377, 3425, '0', 0, 0, -6863.6162109375, 725.828125, 46.06303787231445312, 3.996806621551513671, 0, 0, -0.90996074676513671, 0.414694398641586303, 120, 255, 1, 46366), -- Apple Bob (Area: Cenarion Hold - Difficulty: 0) +(@OGUID+42, 190107, 1, 1377, 3425, '0', 0, 0, -6868.533203125, 732.15106201171875, 45.66207504272460937, 1.448621988296508789, 0, 0, 0.662619590759277343, 0.748956084251403808, 120, 255, 1, 46366); -- Candy Bucket (Area: Cenarion Hold - Difficulty: 0) + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+42; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42); diff --git a/sql/updates/world/master/2024_03_18_49_world_hallows_end_ungoro_crater.sql b/sql/updates/world/master/2024_03_18_49_world_hallows_end_ungoro_crater.sql new file mode 100644 index 0000000000000..07cc3a9462085 --- /dev/null +++ b/sql/updates/world/master/2024_03_18_49_world_hallows_end_ungoro_crater.sql @@ -0,0 +1,85 @@ +-- +SET @OGUID := 3808034; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3009657 AND 3009691; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3009657 AND 3009691; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3009657 AND 3009691; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+34; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 1, 490, 4882, '0', 0, 0, -7553.1943359375, -1551.6146240234375, -270.35931396484375, 5.864306926727294921, 0, 0, -0.20791149139404296, 0.978147625923156738, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Marshal's Stand - Difficulty: 0) +(@OGUID+1, 180405, 1, 490, 4882, '0', 0, 0, -7500.6875, -1525.6197509765625, -262.427825927734375, 0.698131442070007324, 0, 0, 0.342020034790039062, 0.939692676067352294, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Marshal's Stand - Difficulty: 0) +(@OGUID+2, 180405, 1, 490, 4882, '0', 0, 0, -7510.23974609375, -1484.720458984375, -263.798004150390625, 3.612837791442871093, 0, 0, -0.97236919403076171, 0.233448356389999389, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Marshal's Stand - Difficulty: 0) +(@OGUID+3, 180406, 1, 490, 4882, '0', 0, 0, -7531.7412109375, -1540.6319580078125, -270.43572998046875, 4.363324165344238281, 0, 0, -0.81915187835693359, 0.573576688766479492, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Marshal's Stand - Difficulty: 0) +(@OGUID+4, 180406, 1, 490, 4882, '0', 0, 0, -7484.546875, -1514.5833740234375, -261.67718505859375, 1.535889506340026855, 0, 0, 0.694658279418945312, 0.719339847564697265, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Marshal's Stand - Difficulty: 0) +(@OGUID+5, 180406, 1, 490, 4882, '0', 0, 0, -7498.38037109375, -1488.513916015625, -265.22161865234375, 2.740161895751953125, 0, 0, 0.979924201965332031, 0.199370384216308593, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Marshal's Stand - Difficulty: 0) +(@OGUID+6, 180407, 1, 490, 4882, '0', 0, 0, -7507.001953125, -1524.717041015625, -265.499420166015625, 0.296705186367034912, 0, 0, 0.147809028625488281, 0.989015936851501464, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Marshal's Stand - Difficulty: 0) +(@OGUID+7, 180407, 1, 490, 4882, '0', 0, 0, -7488.048828125, -1501.9410400390625, -265.885498046875, 2.391098499298095703, 0, 0, 0.930417060852050781, 0.366502493619918823, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Marshal's Stand - Difficulty: 0) +(@OGUID+8, 180410, 1, 490, 4882, '0', 0, 0, -7500.875, -1513.9149169921875, -264.225433349609375, 1.832594871520996093, 0, 0, 0.793353080749511718, 0.608761727809906005, 120, 255, 1, 46366), -- G_HangingSkeleton_01 (Area: Marshal's Stand - Difficulty: 0) +(@OGUID+9, 180415, 1, 490, 4882, '0', 0, 0, -7530.51220703125, -1537.576416015625, -270.441497802734375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Marshal's Stand - Difficulty: 0) +(@OGUID+10, 180415, 1, 490, 4882, '0', 0, 0, -7531.38916015625, -1520.204833984375, -269.112213134765625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Marshal's Stand - Difficulty: 0) +(@OGUID+11, 180415, 1, 490, 4882, '0', 0, 0, -7534.705078125, -1542.263916015625, -270.442047119140625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Marshal's Stand - Difficulty: 0) +(@OGUID+12, 180415, 1, 490, 4882, '0', 0, 0, -7541.4375, -1553.77783203125, -270.13531494140625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Marshal's Stand - Difficulty: 0) +(@OGUID+13, 180415, 1, 490, 4882, '0', 0, 0, -7539.52587890625, -1528.4757080078125, -270.6669921875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Marshal's Stand - Difficulty: 0) +(@OGUID+14, 180415, 1, 490, 4882, '0', 0, 0, -7535.02099609375, -1524.07470703125, -269.573638916015625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Marshal's Stand - Difficulty: 0) +(@OGUID+15, 180415, 1, 490, 4882, '0', 0, 0, -7532.14404296875, -1543.157958984375, -270.195587158203125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Marshal's Stand - Difficulty: 0) +(@OGUID+16, 180415, 1, 490, 4882, '0', 0, 0, -7539.26220703125, -1548.7847900390625, -270.30206298828125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Marshal's Stand - Difficulty: 0) +(@OGUID+17, 180415, 1, 490, 4882, '0', 0, 0, -7529.22216796875, -1540.795166015625, -270.32806396484375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Marshal's Stand - Difficulty: 0) +(@OGUID+18, 180415, 1, 490, 4882, '0', 0, 0, -7537.001953125, -1544.7742919921875, -270.39398193359375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Marshal's Stand - Difficulty: 0) +(@OGUID+19, 180426, 1, 490, 4882, '0', 0, 0, -7536.08837890625, -1539.6319580078125, -270.484130859375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Marshal's Stand - Difficulty: 0) +(@OGUID+20, 180426, 1, 490, 4882, '0', 0, 0, -7501.50341796875, -1504.673583984375, -263.64105224609375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Marshal's Stand - Difficulty: 0) +(@OGUID+21, 180426, 1, 490, 4882, '0', 0, 0, -7516, -1537.2899169921875, -268.865447998046875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Marshal's Stand - Difficulty: 0) +(@OGUID+22, 180426, 1, 490, 4882, '0', 0, 0, -7515.27587890625, -1504.204833984375, -258.301239013671875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Marshal's Stand - Difficulty: 0) +(@OGUID+23, 180426, 1, 490, 4882, '0', 0, 0, -7502.1494140625, -1498.4930419921875, -263.44427490234375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Marshal's Stand - Difficulty: 0) +(@OGUID+24, 180426, 1, 490, 4882, '0', 0, 0, -7494.421875, -1494.2603759765625, -263.35736083984375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Marshal's Stand - Difficulty: 0) +(@OGUID+25, 180426, 1, 490, 4882, '0', 0, 0, -7502.8505859375, -1501.267333984375, -263.51947021484375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Marshal's Stand - Difficulty: 0) +(@OGUID+26, 180427, 1, 490, 4882, '0', 0, 0, -7527.4130859375, -1523.8663330078125, -269.178466796875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Marshal's Stand - Difficulty: 0) +(@OGUID+27, 180427, 1, 490, 4882, '0', 0, 0, -7527.64404296875, -1535.4791259765625, -270.324462890625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Marshal's Stand - Difficulty: 0) +(@OGUID+28, 180427, 1, 490, 4882, '0', 0, 0, -7501.4912109375, -1504.2882080078125, -266.2427978515625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Marshal's Stand - Difficulty: 0) +(@OGUID+29, 180427, 1, 490, 4882, '0', 0, 0, -7515.73095703125, -1535.62158203125, -268.985748291015625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Marshal's Stand - Difficulty: 0) +(@OGUID+30, 180427, 1, 490, 4882, '0', 0, 0, -7512.30224609375, -1495.3785400390625, -265.634429931640625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Marshal's Stand - Difficulty: 0) +(@OGUID+31, 180471, 1, 490, 4882, '0', 0, 0, -7513.00341796875, -1500.9947509765625, -262.97137451171875, 1.553341388702392578, 0, 0, 0.700908660888671875, 0.713251054286956787, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Marshal's Stand - Difficulty: 0) +(@OGUID+32, 180471, 1, 490, 4882, '0', 0, 0, -7513.27099609375, -1507.8941650390625, -262.9488525390625, 1.85004889965057373, 0, 0, 0.798635482788085937, 0.60181504487991333, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Marshal's Stand - Difficulty: 0) +(@OGUID+33, 180523, 1, 490, 4882, '0', 0, 0, -7505.953125, -1510.8819580078125, -265.58953857421875, 6.178466320037841796, 0, 0, -0.05233573913574218, 0.998629570007324218, 120, 255, 1, 46366), -- Apple Bob (Area: Marshal's Stand - Difficulty: 0) +(@OGUID+34, 208180, 1, 490, 4882, '0', 0, 0, -7498.859375, -1511.48095703125, -266.102935791015625, 3.647741317749023437, 0, 0, -0.96814727783203125, 0.250381410121917724, 120, 255, 1, 46366); -- Candy Bucket (Area: Marshal's Stand - Difficulty: 0) + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+34; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34); diff --git a/sql/updates/world/master/2024_03_18_50_world_hallows_end_tanaris.sql b/sql/updates/world/master/2024_03_18_50_world_hallows_end_tanaris.sql new file mode 100644 index 0000000000000..24d2e84b5b317 --- /dev/null +++ b/sql/updates/world/master/2024_03_18_50_world_hallows_end_tanaris.sql @@ -0,0 +1,308 @@ +-- +SET @CGUID := 3800390; +SET @OGUID := 3808069; + +-- Old creature spawns +DELETE FROM `creature` WHERE `guid` BETWEEN 3000462 AND 3000462; +DELETE FROM `creature_addon` WHERE `guid` BETWEEN 3000462 AND 3000462; +DELETE FROM `game_event_creature` WHERE `guid` BETWEEN 3000462 AND 3000462; + +-- Creature spawns +DELETE FROM `creature` WHERE `guid`=@CGUID+0; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES +(@CGUID+0, 22816, 1, 440, 976, '0', 0, 0, 0, 0, -7147.916015625, -3883.333984375, 10.58909988403320312, 3.189942121505737304, 120, 10, 0, 188, 0, 1, NULL, NULL, NULL, NULL, 46366); -- Black Cat (Area: Gadgetzan - Difficulty: 0) (possible waypoints or random movement) + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3009692 AND 3009785; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3009692 AND 3009785; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3009692 AND 3009785; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+93; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 1, 440, 976, '0', 0, 0, -7073.64013671875, -3842.669921875, 16.44319915771484375, 4.572763919830322265, 0, 0, -0.75470924377441406, 0.656059443950653076, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+1, 180405, 1, 440, 976, '0', 0, 0, -7075.49853515625, -3879.43408203125, 21.4342041015625, 0.261798173189163208, 0, 0, 0.130525588989257812, 0.991444945335388183, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+2, 180405, 1, 440, 976, '0', 0, 0, -7092.6630859375, -3792.529541015625, 20.41531562805175781, 3.001946926116943359, 0, 0, 0.997563362121582031, 0.069766148924827575, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+3, 180405, 1, 440, 976, '0', 0, 0, -7074.1806640625, -3850.91845703125, 11.23122596740722656, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+4, 180405, 1, 440, 976, '0', 0, 0, -7119.29541015625, -3798.0087890625, 21.16559028625488281, 1.343901276588439941, 0, 0, 0.622513771057128906, 0.78260880708694458, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+5, 180405, 1, 440, 976, '0', 0, 0, -7149.79541015625, -3806.178955078125, 17.25362586975097656, 6.14356088638305664, 0, 0, -0.06975555419921875, 0.997564136981964111, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+6, 180405, 1, 440, 976, '0', 0, 0, -7195.1181640625, -3857.942626953125, 21.74278640747070312, 6.195919513702392578, 0, 0, -0.04361915588378906, 0.999048233032226562, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+7, 180405, 1, 440, 976, '0', 0, 0, -7204.67724609375, -3834.592041015625, 9.890347480773925781, 2.635444164276123046, 0, 0, 0.96814727783203125, 0.250381410121917724, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+8, 180405, 1, 440, 976, '0', 0, 0, -7193.13525390625, -3810.23779296875, 10.90764808654785156, 2.076939344406127929, 0, 0, 0.861628532409667968, 0.50753939151763916, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+9, 180405, 1, 440, 976, '0', 0, 0, -7128.02978515625, -3767.588623046875, 17.25362586975097656, 2.949595451354980468, 0, 0, 0.995395660400390625, 0.095851235091686248, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+10, 180405, 1, 440, 976, '0', 0, 0, -7158.07275390625, -3776.173583984375, 17.25362586975097656, 4.59021615982055664, 0, 0, -0.74895572662353515, 0.662620067596435546, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+11, 180405, 1, 440, 976, '0', 0, 0, -7193.01904296875, -3799.447998046875, 10.90303802490234375, 2.042035102844238281, 0, 0, 0.852640151977539062, 0.522498607635498046, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+12, 180405, 1, 440, 976, '0', 0, 0, -7102.90283203125, -3717.882080078125, 20.61644935607910156, 2.268925428390502929, 0, 0, 0.906307220458984375, 0.422619491815567016, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+13, 180405, 1, 440, 976, '0', 0, 0, -7139.32666015625, -3733.654541015625, 17.10546302795410156, 0.750490784645080566, 0, 0, 0.3665008544921875, 0.93041771650314331, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+14, 180405, 1, 440, 976, '0', 0, 0, -7144.30224609375, -3735.34716796875, 17.11612892150878906, 0.767943859100341796, 0, 0, 0.374606132507324218, 0.927184045314788818, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+15, 180405, 1, 440, 976, '0', 0, 0, -7184.62158203125, -3705.241455078125, 20.69564437866210937, 3.211419343948364257, 0, 0, -0.9993906021118164, 0.034906134009361267, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+16, 180405, 1, 440, 976, '0', 0, 0, -7149.767578125, -3686.578125, 22.96961212158203125, 5.270895957946777343, 0, 0, -0.48480892181396484, 0.87462007999420166, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+17, 180406, 1, 440, 976, '0', 0, 0, -7040.22900390625, -3823.935791015625, 21.22549629211425781, 1.902408957481384277, 0, 0, 0.814115524291992187, 0.580702960491180419, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+18, 180406, 1, 440, 976, '0', 0, 0, -7105.33349609375, -3834.86279296875, 10.69816780090332031, 1.675513744354248046, 0, 0, 0.743144035339355468, 0.669131457805633544, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+19, 180406, 1, 440, 976, '0', 0, 0, -7076.9306640625, -3868.210205078125, 16.44320106506347656, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+20, 180406, 1, 440, 976, '0', 0, 0, -7075.27587890625, -3860.579833984375, 11.07569503784179687, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+21, 180406, 1, 440, 976, '0', 0, 0, -7116.41650390625, -3786.458251953125, 21.16559028625488281, 1.972219824790954589, 0, 0, 0.83388519287109375, 0.55193793773651123, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+22, 180406, 1, 440, 976, '0', 0, 0, -7138.5556640625, -3808.80908203125, 17.25362586975097656, 0.383971005678176879, 0, 0, 0.190808296203613281, 0.981627285480499267, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+23, 180406, 1, 440, 976, '0', 0, 0, -7179.095703125, -3866.366455078125, 21.42614936828613281, 0.052358884364366531, 0, 0, 0.02617645263671875, 0.999657332897186279, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+24, 180406, 1, 440, 976, '0', 0, 0, -7190.642578125, -3821.307373046875, 17.33078384399414062, 2.757613182067871093, 0, 0, 0.981626510620117187, 0.190812408924102783, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+25, 180406, 1, 440, 976, '0', 0, 0, -7187.0244140625, -3825.170166015625, 17.34145545959472656, 2.652894020080566406, 0, 0, 0.970294952392578125, 0.241925001144409179, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+26, 180406, 1, 440, 976, '0', 0, 0, -7224.3974609375, -3843.47216796875, 22.11511993408203125, 6.021387100219726562, 0, 0, -0.13052558898925781, 0.991444945335388183, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+27, 180406, 1, 440, 976, '0', 0, 0, -7139.2724609375, -3764.822998046875, 17.25362586975097656, 3.473210096359252929, 0, 0, -0.98628520965576171, 0.165049895644187927, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+28, 180406, 1, 440, 976, '0', 0, 0, -7161.01220703125, -3787.171875, 17.25362586975097656, 5.078907966613769531, 0, 0, -0.56640625, 0.824126183986663818, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+29, 180406, 1, 440, 976, '0', 0, 0, -7208.6318359375, -3810.482666015625, 19.05033683776855468, 1.972219824790954589, 0, 0, 0.83388519287109375, 0.55193793773651123, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+30, 180406, 1, 440, 976, '0', 0, 0, -7142.09716796875, -3734.447998046875, 14.480804443359375, 0.715584874153137207, 0, 0, 0.350207328796386718, 0.936672210693359375, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+31, 180406, 1, 440, 976, '0', 0, 0, -7172.17529296875, -3708.12841796875, 20.57437896728515625, 3.874631166458129882, 0, 0, -0.93358039855957031, 0.358368009328842163, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+32, 180406, 1, 440, 976, '0', 0, 0, -7110.38916015625, -3688.276123046875, 20.64831924438476562, 2.234017848968505859, 0, 0, 0.898793220520019531, 0.438372820615768432, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+33, 180407, 1, 440, 976, '0', 0, 0, -7044.69091796875, -3855.4150390625, 20.85909843444824218, 1.85004889965057373, 0, 0, 0.798635482788085937, 0.60181504487991333, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+34, 180407, 1, 440, 976, '0', 0, 0, -7079.06005859375, -3857.7900390625, 19.03499984741210937, 5.183629035949707031, 0, 0, -0.52249813079833984, 0.852640450000762939, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+35, 180407, 1, 440, 976, '0', 0, 0, -7127.546875, -3806.04345703125, 19.52004241943359375, 0.959929943084716796, 0, 0, 0.461748123168945312, 0.887011110782623291, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+36, 180407, 1, 440, 976, '0', 0, 0, -7078.39013671875, -3853.02001953125, 19.03499984741210937, 3.94444584846496582, 0, 0, -0.92050457000732421, 0.3907318115234375, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+37, 180407, 1, 440, 976, '0', 0, 0, -7119.73779296875, -3775.302001953125, 19.52004241943359375, 2.513273954391479492, 0, 0, 0.951056480407714843, 0.309017121791839599, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+38, 180407, 1, 440, 976, '0', 0, 0, -7149.02978515625, -3872.532958984375, 22.06035232543945312, 0.24434557557106018, 0, 0, 0.121869087219238281, 0.9925462007522583, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+39, 180407, 1, 440, 976, '0', 0, 0, -7188.73291015625, -3823.291748046875, 14.71108341217041015, 2.757613182067871093, 0, 0, 0.981626510620117187, 0.190812408924102783, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+40, 180407, 1, 440, 976, '0', 0, 0, -7158.18408203125, -3798.3681640625, 19.52004241943359375, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+41, 180407, 1, 440, 976, '0', 0, 0, -7150.421875, -3767.645751953125, 19.52003860473632812, 3.996806621551513671, 0, 0, -0.90996074676513671, 0.414694398641586303, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+42, 180407, 1, 440, 976, '0', 0, 0, -7208.6162109375, -3799.328125, 18.74937629699707031, 1.989672422409057617, 0, 0, 0.838669776916503906, 0.544640243053436279, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+43, 180407, 1, 440, 976, '0', 0, 0, -7253.93408203125, -3795.036376953125, 20.78090858459472656, 5.253442287445068359, 0, 0, -0.49242305755615234, 0.870355963706970214, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+44, 180407, 1, 440, 976, '0', 0, 0, -7248.08154296875, -3822.265625, 20.63779640197753906, 5.515241622924804687, 0, 0, -0.37460613250732421, 0.927184045314788818, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+45, 180407, 1, 440, 976, '0', 0, 0, -7143.34912109375, -3675.4462890625, 26.45174598693847656, 3.892086982727050781, 0, 0, -0.93041706085205078, 0.366502493619918823, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+46, 180415, 1, 440, 976, '0', 0, 0, -7064.65625, -3858.001708984375, 10.75152587890625, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 46366), -- CandleBlack01 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+47, 180425, 1, 440, 976, '0', 0, 0, -7063.5712890625, -3854.05029296875, 10.83474254608154296, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 46366), -- SkullCandle01 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+48, 180426, 1, 440, 976, '0', 0, 0, -7145.484375, -3787.911376953125, 21.68546676635742187, 0.226892471313476562, 0, 0, 0.113203048706054687, 0.993571877479553222, 120, 255, 1, 46366), -- Bat01 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+49, 180426, 1, 440, 976, '0', 0, 0, -7145.2724609375, -3788.2431640625, 21.70317268371582031, 6.213373661041259765, 0, 0, -0.03489875793457031, 0.999390840530395507, 120, 255, 1, 46366), -- Bat01 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+50, 180426, 1, 440, 976, '0', 0, 0, -7145.1943359375, -3788.69091796875, 21.69566535949707031, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 120, 255, 1, 46366), -- Bat01 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+51, 180426, 1, 440, 976, '0', 0, 0, -7145.126953125, -3788.22216796875, 21.72626113891601562, 2.792518377304077148, 0, 0, 0.984807014465332031, 0.173652306199073791, 120, 255, 1, 46366), -- Bat01 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+52, 180426, 1, 440, 976, '0', 0, 0, -7145.173828125, -3787.538330078125, 21.74870109558105468, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 120, 255, 1, 46366), -- Bat01 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+53, 180426, 1, 440, 976, '0', 0, 0, -7145.71875, -3788.3125, 21.63250160217285156, 2.879789113998413085, 0, 0, 0.991444587707519531, 0.130528271198272705, 120, 255, 1, 46366), -- Bat01 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+54, 180426, 1, 440, 976, '0', 0, 0, -7145.33837890625, -3788.223876953125, 21.69394302368164062, 5.742135047912597656, 0, 0, -0.26723766326904296, 0.96363067626953125, 120, 255, 1, 46366), -- Bat01 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+55, 180426, 1, 440, 976, '0', 0, 0, -7145.34228515625, -3788.11279296875, 21.69825172424316406, 1.308995485305786132, 0, 0, 0.608760833740234375, 0.793353796005249023, 120, 255, 1, 46366), -- Bat01 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+56, 180426, 1, 440, 976, '0', 0, 0, -7145.34716796875, -3787.991455078125, 21.70297431945800781, 2.216565132141113281, 0, 0, 0.894933700561523437, 0.44619917869567871, 120, 255, 1, 46366), -- Bat01 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+57, 180426, 1, 440, 976, '0', 0, 0, -7145.1962890625, -3788.484375, 21.70427894592285156, 2.809975385665893554, 0, 0, 0.986285209655761718, 0.165049895644187927, 120, 255, 1, 46366), -- Bat01 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+58, 180427, 1, 440, 976, '0', 0, 0, -7145.48779296875, -3787.736083984375, 21.69252395629882812, 2.268925428390502929, 0, 0, 0.906307220458984375, 0.422619491815567016, 120, 255, 1, 46366), -- Bat02 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+59, 180427, 1, 440, 976, '0', 0, 0, -7145.36279296875, -3787.84375, 21.70694160461425781, 2.72271275520324707, 0, 0, 0.978147506713867187, 0.207912087440490722, 120, 255, 1, 46366), -- Bat02 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+60, 180427, 1, 440, 976, '0', 0, 0, -7145.35595703125, -3787.911376953125, 21.70493888854980468, 4.939284324645996093, 0, 0, -0.6225137710571289, 0.78260880708694458, 120, 255, 1, 46366), -- Bat02 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+61, 180427, 1, 440, 976, '0', 0, 0, -7145.20849609375, -3788.17529296875, 21.715972900390625, 2.426007747650146484, 0, 0, 0.936672210693359375, 0.350207358598709106, 120, 255, 1, 46366), -- Bat02 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+62, 180427, 1, 440, 976, '0', 0, 0, -7145.5537109375, -3788.12158203125, 21.66572189331054687, 0.994837164878845214, 0, 0, 0.477158546447753906, 0.878817260265350341, 120, 255, 1, 46366), -- Bat02 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+63, 180427, 1, 440, 976, '0', 0, 0, -7145.35595703125, -3788.453125, 21.68145942687988281, 5.95157480239868164, 0, 0, -0.16504669189453125, 0.986285746097564697, 120, 255, 1, 46366), -- Bat02 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+64, 180427, 1, 440, 976, '0', 0, 0, -7145.1005859375, -3787.84033203125, 21.74678421020507812, 2.600535154342651367, 0, 0, 0.963629722595214843, 0.26724100112915039, 120, 255, 1, 46366), -- Bat02 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+65, 180427, 1, 440, 976, '0', 0, 0, -7145.3525390625, -3788.163330078125, 21.69445037841796875, 1.972219824790954589, 0, 0, 0.83388519287109375, 0.55193793773651123, 120, 255, 1, 46366), -- Bat02 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+66, 180427, 1, 440, 976, '0', 0, 0, -7145.203125, -3788.1025390625, 21.71984100341796875, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 120, 255, 1, 46366), -- Bat02 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+67, 180427, 1, 440, 976, '0', 0, 0, -7145.33837890625, -3788.177001953125, 21.696136474609375, 5.969027042388916015, 0, 0, -0.1564340591430664, 0.987688362598419189, 120, 255, 1, 46366), -- Bat02 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+68, 180471, 1, 440, 976, '0', 0, 0, -7049.9462890625, -3848.130126953125, 13.26397609710693359, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+69, 180471, 1, 440, 976, '0', 0, 0, -7056.3349609375, -3847.515625, 13.08644580841064453, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+70, 180471, 1, 440, 976, '0', 0, 0, -7055.65283203125, -3842.63720703125, 13.32686710357666015, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+71, 180471, 1, 440, 976, '0', 0, 0, -7071.611328125, -3844.932373046875, 13.08367824554443359, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+72, 180471, 1, 440, 976, '0', 0, 0, -7072.16650390625, -3839.8837890625, 12.37954425811767578, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+73, 180471, 1, 440, 976, '0', 0, 0, -7057.29150390625, -3873.623291015625, 12.34993743896484375, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+74, 180471, 1, 440, 976, '0', 0, 0, -7053.03125, -3869.21533203125, 13.27369117736816406, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+75, 180471, 1, 440, 976, '0', 0, 0, -7074.9619140625, -3871.380126953125, 13.31776809692382812, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+76, 180471, 1, 440, 976, '0', 0, 0, -7074.783203125, -3867.350830078125, 12.80379104614257812, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+77, 180471, 1, 440, 976, '0', 0, 0, -7056.6181640625, -3868.75, 12.1289072036743164, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+78, 180472, 1, 440, 976, '0', 0, 0, -7064.1494140625, -3846.229248046875, 14.41779613494873046, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+79, 180472, 1, 440, 976, '0', 0, 0, -7056.392578125, -3858.942626953125, 14.46264553070068359, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+80, 180472, 1, 440, 976, '0', 0, 0, -7076.47216796875, -3844.2431640625, 14.70294952392578125, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+81, 180472, 1, 440, 976, '0', 0, 0, -7070.02978515625, -3793.93408203125, 19.380767822265625, 1.658061861991882324, 0, 0, 0.737277030944824218, 0.67559051513671875, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+82, 180472, 1, 440, 976, '0', 0, 0, -7067.19775390625, -3867.444580078125, 14.47201728820800781, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+83, 180472, 1, 440, 976, '0', 0, 0, -7079.51904296875, -3866.625, 14.80517292022705078, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+84, 180472, 1, 440, 976, '0', 0, 0, -7095.3818359375, -3754.880126953125, 18.10312843322753906, 6.108653545379638671, 0, 0, -0.08715534210205078, 0.996194720268249511, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+85, 180472, 1, 440, 976, '0', 0, 0, -7162.080078125, -3851.482666015625, 14.84703254699707031, 2.565631866455078125, 0, 0, 0.958819389343261718, 0.284016460180282592, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+86, 180472, 1, 440, 976, '0', 0, 0, -7148.33349609375, -3851.6650390625, 14.68859577178955078, 6.248279094696044921, 0, 0, -0.01745223999023437, 0.999847710132598876, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+87, 180472, 1, 440, 976, '0', 0, 0, -7173.486328125, -3851.157958984375, 13.91457271575927734, 1.204277276992797851, 0, 0, 0.56640625, 0.824126183986663818, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+88, 180472, 1, 440, 976, '0', 0, 0, -7232.7568359375, -3786.588623046875, 14.70685291290283203, 2.740161895751953125, 0, 0, 0.979924201965332031, 0.199370384216308593, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+89, 180472, 1, 440, 976, '0', 0, 0, -7216.486328125, -3801.3056640625, 3.651153564453125, 0.209439441561698913, 0, 0, 0.104528427124023437, 0.994521915912628173, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+90, 180472, 1, 440, 976, '0', 0, 0, -7216.580078125, -3806.435791015625, 3.642531633377075195, 0.122172988951206207, 0, 0, 0.061048507690429687, 0.998134791851043701, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+91, 180472, 1, 440, 976, '0', 0, 0, -7184.48291015625, -3727.638916015625, 15.91984939575195312, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Gadgetzan - Difficulty: 0) +(@OGUID+92, 180523, 1, 440, 976, '0', 0, 0, -7070.1005859375, -3849.84033203125, 10.19074726104736328, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 46366), -- Apple Bob (Area: Gadgetzan - Difficulty: 0) +(@OGUID+93, 190105, 1, 440, 976, '0', 0, 0, -7073.9306640625, -3853.085205078125, 9.764927864074707031, 1.431168079376220703, 0, 0, 0.656058311462402343, 0.754710197448730468, 120, 255, 1, 46366); -- Candy Bucket (Area: Gadgetzan - Difficulty: 0) + +-- Event spawns +DELETE FROM `game_event_creature` WHERE `eventEntry`=12 AND `guid`=@CGUID+0; +INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES +(12, @CGUID+0); + +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+93; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48), +(12, @OGUID+49), +(12, @OGUID+50), +(12, @OGUID+51), +(12, @OGUID+52), +(12, @OGUID+53), +(12, @OGUID+54), +(12, @OGUID+55), +(12, @OGUID+56), +(12, @OGUID+57), +(12, @OGUID+58), +(12, @OGUID+59), +(12, @OGUID+60), +(12, @OGUID+61), +(12, @OGUID+62), +(12, @OGUID+63), +(12, @OGUID+64), +(12, @OGUID+65), +(12, @OGUID+66), +(12, @OGUID+67), +(12, @OGUID+68), +(12, @OGUID+69), +(12, @OGUID+70), +(12, @OGUID+71), +(12, @OGUID+72), +(12, @OGUID+73), +(12, @OGUID+74), +(12, @OGUID+75), +(12, @OGUID+76), +(12, @OGUID+77), +(12, @OGUID+78), +(12, @OGUID+79), +(12, @OGUID+80), +(12, @OGUID+81), +(12, @OGUID+82), +(12, @OGUID+83), +(12, @OGUID+84), +(12, @OGUID+85), +(12, @OGUID+86), +(12, @OGUID+87), +(12, @OGUID+88), +(12, @OGUID+89), +(12, @OGUID+90), +(12, @OGUID+91), +(12, @OGUID+92), +(12, @OGUID+93); + +-- +SET @OGUID := 3808163; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3009786 AND 3009822; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3009786 AND 3009822; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3009786 AND 3009822; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+36; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 1, 440, 5062, '0', 0, 0, -8692.076171875, -4080.00341796875, 40.27819061279296875, 2.251473426818847656, 0, 0, 0.902585029602050781, 0.430511653423309326, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Bootlegger Outpost - Difficulty: 0) +(@OGUID+1, 180406, 1, 440, 5062, '0', 0, 0, -8693.7236328125, -4068.37841796875, 40.42780685424804687, 1.989672422409057617, 0, 0, 0.838669776916503906, 0.544640243053436279, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Bootlegger Outpost - Difficulty: 0) +(@OGUID+2, 180406, 1, 440, 5062, '0', 0, 0, -8694.1630859375, -4088.757080078125, 40.47179794311523437, 3.211419343948364257, 0, 0, -0.9993906021118164, 0.034906134009361267, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Bootlegger Outpost - Difficulty: 0) +(@OGUID+3, 180407, 1, 440, 5062, '0', 0, 0, -8678.435546875, -4041.463623046875, 43.67625808715820312, 0.366517573595046997, 0, 0, 0.182234764099121093, 0.98325502872467041, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Bootlegger Outpost - Difficulty: 0) +(@OGUID+4, 180410, 1, 440, 5062, '0', 0, 0, -8701.1357421875, -4075.017333984375, 41.59624099731445312, 0.052358884364366531, 0, 0, 0.02617645263671875, 0.999657332897186279, 120, 255, 1, 46366), -- G_HangingSkeleton_01 (Area: Bootlegger Outpost - Difficulty: 0) +(@OGUID+5, 180415, 1, 440, 5062, '0', 0, 0, -8690.498046875, -4090.579833984375, 41.64896774291992187, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Bootlegger Outpost - Difficulty: 0) +(@OGUID+6, 180415, 1, 440, 5062, '0', 0, 0, -8688.3544921875, -4091.260498046875, 41.60406494140625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Bootlegger Outpost - Difficulty: 0) +(@OGUID+7, 180415, 1, 440, 5062, '0', 0, 0, -8689.4482421875, -4090.354248046875, 41.47544097900390625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Bootlegger Outpost - Difficulty: 0) +(@OGUID+8, 180415, 1, 440, 5062, '0', 0, 0, -8695.8681640625, -4088.026123046875, 41.52730941772460937, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Bootlegger Outpost - Difficulty: 0) +(@OGUID+9, 180415, 1, 440, 5062, '0', 0, 0, -8692.154296875, -4089.689208984375, 41.11940383911132812, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Bootlegger Outpost - Difficulty: 0) +(@OGUID+10, 180415, 1, 440, 5062, '0', 0, 0, -8696.794921875, -4087.295166015625, 40.47179794311523437, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Bootlegger Outpost - Difficulty: 0) +(@OGUID+11, 180415, 1, 440, 5062, '0', 0, 0, -8677.2158203125, -4043.017333984375, 43.583343505859375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Bootlegger Outpost - Difficulty: 0) +(@OGUID+12, 180415, 1, 440, 5062, '0', 0, 0, -8673.6044921875, -4043.083251953125, 45.49809646606445312, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Bootlegger Outpost - Difficulty: 0) +(@OGUID+13, 180415, 1, 440, 5062, '0', 0, 0, -8677.1875, -4039.130126953125, 46.61213302612304687, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Bootlegger Outpost - Difficulty: 0) +(@OGUID+14, 180415, 1, 440, 5062, '0', 0, 0, -8675.6474609375, -4041.885498046875, 46.47837448120117187, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Bootlegger Outpost - Difficulty: 0) +(@OGUID+15, 180415, 1, 440, 5062, '0', 0, 0, -8681.701171875, -4042.401123046875, 42.83848190307617187, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Bootlegger Outpost - Difficulty: 0) +(@OGUID+16, 180415, 1, 440, 5062, '0', 0, 0, -8679.7392578125, -4038.104248046875, 44.92335128784179687, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Bootlegger Outpost - Difficulty: 0) +(@OGUID+17, 180426, 1, 440, 5062, '0', 0, 0, -8672.158203125, -4066.444580078125, 47.80141448974609375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Bootlegger Outpost - Difficulty: 0) +(@OGUID+18, 180426, 1, 440, 5062, '0', 0, 0, -8632.685546875, -4053.52783203125, 45.95989990234375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Bootlegger Outpost - Difficulty: 0) +(@OGUID+19, 180426, 1, 440, 5062, '0', 0, 0, -8662.7275390625, -4070.640625, 47.48949432373046875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Bootlegger Outpost - Difficulty: 0) +(@OGUID+20, 180426, 1, 440, 5062, '0', 0, 0, -8651.70703125, -4065.826416015625, 46.93803024291992187, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Bootlegger Outpost - Difficulty: 0) +(@OGUID+21, 180426, 1, 440, 5062, '0', 0, 0, -8646.140625, -4090.225830078125, 42.43922042846679687, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Bootlegger Outpost - Difficulty: 0) +(@OGUID+22, 180426, 1, 440, 5062, '0', 0, 0, -8640.1455078125, -4069.569580078125, 43.80381393432617187, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Bootlegger Outpost - Difficulty: 0) +(@OGUID+23, 180427, 1, 440, 5062, '0', 0, 0, -8653.4970703125, -4078.657958984375, 38.92481613159179687, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Bootlegger Outpost - Difficulty: 0) +(@OGUID+24, 180427, 1, 440, 5062, '0', 0, 0, -8648.25390625, -4081.75, 43.91880416870117187, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Bootlegger Outpost - Difficulty: 0) +(@OGUID+25, 180427, 1, 440, 5062, '0', 0, 0, -8646.876953125, -4091.548583984375, 36.0577392578125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Bootlegger Outpost - Difficulty: 0) +(@OGUID+26, 180427, 1, 440, 5062, '0', 0, 0, -8655.734375, -4068.36279296875, 41.03221511840820312, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Bootlegger Outpost - Difficulty: 0) +(@OGUID+27, 180427, 1, 440, 5062, '0', 0, 0, -8639.2158203125, -4065.73779296875, 37.85643386840820312, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Bootlegger Outpost - Difficulty: 0) +(@OGUID+28, 180471, 1, 440, 5062, '0', 0, 0, -8695.658203125, -4067.507080078125, 44.84920120239257812, 2.146752834320068359, 0, 0, 0.878816604614257812, 0.477159708738327026, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Bootlegger Outpost - Difficulty: 0) +(@OGUID+29, 180471, 1, 440, 5062, '0', 0, 0, -8694.0068359375, -4081.013916015625, 45.167572021484375, 1.099556446075439453, 0, 0, 0.522498130798339843, 0.852640450000762939, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Bootlegger Outpost - Difficulty: 0) +(@OGUID+30, 180471, 1, 440, 5062, '0', 0, 0, -8693.4462890625, -4080.09375, 45.180572509765625, 1.134462952613830566, 0, 0, 0.537299156188964843, 0.843391716480255126, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Bootlegger Outpost - Difficulty: 0) +(@OGUID+31, 180471, 1, 440, 5062, '0', 0, 0, -8694.904296875, -4068.197998046875, 44.83955764770507812, 2.251473426818847656, 0, 0, 0.902585029602050781, 0.430511653423309326, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Bootlegger Outpost - Difficulty: 0) +(@OGUID+32, 180472, 1, 440, 5062, '0', 0, 0, -8694.2294921875, -4074.15625, 46.11717605590820312, 0.15707901120185852, 0, 0, 0.078458786010742187, 0.996917366981506347, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Bootlegger Outpost - Difficulty: 0) +(@OGUID+33, 180523, 1, 440, 5062, '0', 0, 0, -8698.6826171875, -4084.744873046875, 40.90895462036132812, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Apple Bob (Area: Bootlegger Outpost - Difficulty: 0) +(@OGUID+34, 208056, 1, 440, 5062, '0', 0, 0, -8706.109375, -4082.12158203125, 44.41543197631835937, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 120, 255, 1, 46366), -- G_Ghost_01 (Scale 0.5) (Area: Bootlegger Outpost - Difficulty: 0) +(@OGUID+35, 208064, 1, 440, 5062, '0', 0, 0, -8706.7080078125, -4082.40966796875, 43.11758804321289062, 3.211419343948364257, 0, 0, -0.9993906021118164, 0.034906134009361267, 120, 255, 1, 46366), -- Web Corner (Area: Bootlegger Outpost - Difficulty: 0) +(@OGUID+36, 208177, 1, 440, 5062, '0', 0, 0, -8702.171875, -4080.111083984375, 40.45697784423828125, 2.076939344406127929, 0, 0, 0.861628532409667968, 0.50753939151763916, 120, 255, 1, 46366); -- Candy Bucket (Area: Bootlegger Outpost - Difficulty: 0) + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+36; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36); diff --git a/sql/updates/world/master/2024_03_18_51_world_hallows_end_mount_hyjal.sql b/sql/updates/world/master/2024_03_18_51_world_hallows_end_mount_hyjal.sql new file mode 100644 index 0000000000000..44e79b47c5397 --- /dev/null +++ b/sql/updates/world/master/2024_03_18_51_world_hallows_end_mount_hyjal.sql @@ -0,0 +1,391 @@ +-- +SET @OGUID := 3808200; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3009823 AND 3009885; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3009823 AND 3009885; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3009823 AND 3009885; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+62; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 1, 616, 5038, '0', 0, 0, 5532.0634765625, -3612.060791015625, 1569.572021484375, 0.314158439636230468, 0, 0, 0.156434059143066406, 0.987688362598419189, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Nordrassil - Difficulty: 0) +(@OGUID+1, 180405, 1, 616, 5038, '0', 0, 0, 5520.27978515625, -3614.48779296875, 1570.1107177734375, 1.884953022003173828, 0, 0, 0.809016227722167968, 0.587786316871643066, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Nordrassil - Difficulty: 0) +(@OGUID+2, 180406, 1, 616, 5038, '0', 0, 0, 5535.25, -3616.467041015625, 1568.310791015625, 0.942476630210876464, 0, 0, 0.453989982604980468, 0.891006767749786376, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Nordrassil - Difficulty: 0) +(@OGUID+3, 180406, 1, 616, 5038, '0', 0, 0, 5523.18603515625, -3618.80908203125, 1569.5177001953125, 1.675513744354248046, 0, 0, 0.743144035339355468, 0.669131457805633544, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Nordrassil - Difficulty: 0) +(@OGUID+4, 180407, 1, 616, 5038, '0', 0, 0, 5529.322265625, -3608.166748046875, 1570.1055908203125, 0.139624491333961486, 0, 0, 0.06975555419921875, 0.997564136981964111, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Nordrassil - Difficulty: 0) +(@OGUID+5, 180407, 1, 616, 5038, '0', 0, 0, 5526.35791015625, -3623.032958984375, 1568.2596435546875, 1.099556446075439453, 0, 0, 0.522498130798339843, 0.852640450000762939, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Nordrassil - Difficulty: 0) +(@OGUID+6, 180408, 1, 616, 5038, '0', 0, 0, 5535.31005859375, -3616.532958984375, 1569.9779052734375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- G_WitchHat_01 (Area: Nordrassil - Difficulty: 0) +(@OGUID+7, 180410, 1, 616, 5038, '0', 0, 0, 5494.68994140625, -3591.41845703125, 1573.1641845703125, 0.349065244197845458, 0, 0, 0.173647880554199218, 0.984807789325714111, 120, 255, 1, 46366), -- G_HangingSkeleton_01 (Area: Nordrassil - Difficulty: 0) +(@OGUID+8, 180410, 1, 616, 5038, '0', 0, 0, 5515.73876953125, -3576.3837890625, 1573.1318359375, 4.066620349884033203, 0, 0, -0.89493370056152343, 0.44619917869567871, 120, 255, 1, 46366), -- G_HangingSkeleton_01 (Area: Nordrassil - Difficulty: 0) +(@OGUID+9, 180411, 1, 616, 5038, '0', 0, 0, 5530.08837890625, -3618.829833984375, 1581.69580078125, 2.164205789566040039, 0, 0, 0.882946968078613281, 0.469472706317901611, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Nordrassil - Difficulty: 0) +(@OGUID+10, 180415, 1, 616, 5038, '0', 0, 0, 5521.8359375, -3615.958251953125, 1569.9437255859375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Nordrassil - Difficulty: 0) +(@OGUID+11, 180415, 1, 616, 5038, '0', 0, 0, 5524.921875, -3620.63720703125, 1569.051513671875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Nordrassil - Difficulty: 0) +(@OGUID+12, 180415, 1, 616, 5038, '0', 0, 0, 5533.353515625, -3614.0625, 1569.1802978515625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Nordrassil - Difficulty: 0) +(@OGUID+13, 180415, 1, 616, 5038, '0', 0, 0, 5530.3212890625, -3609.927001953125, 1569.9405517578125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Nordrassil - Difficulty: 0) +(@OGUID+14, 180425, 1, 616, 5038, '0', 0, 0, 5523.6572265625, -3624.58154296875, 1569.5831298828125, 6.213373661041259765, 0, 0, -0.03489875793457031, 0.999390840530395507, 120, 255, 1, 46366), -- SkullCandle01 (Area: Nordrassil - Difficulty: 0) +(@OGUID+15, 180426, 1, 616, 5038, '0', 0, 0, 5544.80712890625, -3634.197998046875, 1566.516357421875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Nordrassil - Difficulty: 0) +(@OGUID+16, 180426, 1, 616, 5038, '0', 0, 0, 5532.0859375, -3644.67529296875, 1567.767333984375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Nordrassil - Difficulty: 0) +(@OGUID+17, 180426, 1, 616, 5038, '0', 0, 0, 5556.27783203125, -3616.927001953125, 1569.1402587890625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Nordrassil - Difficulty: 0) +(@OGUID+18, 180426, 1, 616, 5038, '0', 0, 0, 5560.01220703125, -3606.36279296875, 1570.699951171875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Nordrassil - Difficulty: 0) +(@OGUID+19, 180427, 1, 616, 5038, '0', 0, 0, 5555.66845703125, -3628.1181640625, 1567.7154541015625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Nordrassil - Difficulty: 0) +(@OGUID+20, 180427, 1, 616, 5038, '0', 0, 0, 5531.61279296875, -3652.779541015625, 1568.7822265625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Nordrassil - Difficulty: 0) +(@OGUID+21, 180427, 1, 616, 5038, '0', 0, 0, 5542.798828125, -3644.77783203125, 1566.1129150390625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Nordrassil - Difficulty: 0) +(@OGUID+22, 180427, 1, 616, 5038, '0', 0, 0, 5562.9912109375, -3626.70654296875, 1570.3551025390625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Nordrassil - Difficulty: 0) +(@OGUID+23, 180471, 1, 616, 5038, '0', 0, 0, 5521.7900390625, -3610.5400390625, 1577.321533203125, 0.663223206996917724, 0, 0, 0.325567245483398437, 0.945518851280212402, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nordrassil - Difficulty: 0) +(@OGUID+24, 180471, 1, 616, 5038, '0', 0, 0, 5521.7900390625, -3610.5400390625, 1575.705810546875, 0.663223206996917724, 0, 0, 0.325567245483398437, 0.945518851280212402, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nordrassil - Difficulty: 0) +(@OGUID+25, 180471, 1, 616, 5038, '0', 0, 0, 5524.744140625, -3608.279541015625, 1577.487548828125, 0.610863447189331054, 0, 0, 0.3007049560546875, 0.953717231750488281, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nordrassil - Difficulty: 0) +(@OGUID+26, 180471, 1, 616, 5038, '0', 0, 0, 5522.501953125, -3609.982666015625, 1578.003173828125, 0.593410074710845947, 0, 0, 0.292370796203613281, 0.95630502700805664, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nordrassil - Difficulty: 0) +(@OGUID+27, 180471, 1, 616, 5038, '0', 0, 0, 5524.1318359375, -3608.8994140625, 1578.1060791015625, 0.663223206996917724, 0, 0, 0.325567245483398437, 0.945518851280212402, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nordrassil - Difficulty: 0) +(@OGUID+28, 180471, 1, 616, 5038, '0', 0, 0, 5524.744140625, -3608.279541015625, 1575.8311767578125, 0.610863447189331054, 0, 0, 0.3007049560546875, 0.953717231750488281, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nordrassil - Difficulty: 0) +(@OGUID+29, 180471, 1, 616, 5038, '0', 0, 0, 5521.1494140625, -3610.99658203125, 1576.4947509765625, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nordrassil - Difficulty: 0) +(@OGUID+30, 180471, 1, 616, 5038, '0', 0, 0, 5525.4912109375, -3607.807373046875, 1576.534423828125, 0.663223206996917724, 0, 0, 0.325567245483398437, 0.945518851280212402, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nordrassil - Difficulty: 0) +(@OGUID+31, 180471, 1, 616, 5038, '0', 0, 0, 5519.7021484375, -3573.729248046875, 1575.5869140625, 1.099556446075439453, 0, 0, 0.522498130798339843, 0.852640450000762939, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nordrassil - Difficulty: 0) +(@OGUID+32, 180471, 1, 616, 5038, '0', 0, 0, 5521.84716796875, -3572.123291015625, 1575.5875244140625, 1.099556446075439453, 0, 0, 0.522498130798339843, 0.852640450000762939, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nordrassil - Difficulty: 0) +(@OGUID+33, 180471, 1, 616, 5038, '0', 0, 0, 5479.0068359375, -3602.58154296875, 1575.5059814453125, 0.610863447189331054, 0, 0, 0.3007049560546875, 0.953717231750488281, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nordrassil - Difficulty: 0) +(@OGUID+34, 180471, 1, 616, 5038, '0', 0, 0, 5486.4921875, -3596.901123046875, 1575.576904296875, 0.593410074710845947, 0, 0, 0.292370796203613281, 0.95630502700805664, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nordrassil - Difficulty: 0) +(@OGUID+35, 180471, 1, 616, 5038, '0', 0, 0, 5488.142578125, -3595.751708984375, 1575.5767822265625, 0.575957298278808593, 0, 0, 0.284014701843261718, 0.958819925785064697, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nordrassil - Difficulty: 0) +(@OGUID+36, 180471, 1, 616, 5038, '0', 0, 0, 5469.31494140625, -3609.600830078125, 1575.4942626953125, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nordrassil - Difficulty: 0) +(@OGUID+37, 180471, 1, 616, 5038, '0', 0, 0, 5490.3115234375, -3594.241455078125, 1575.5728759765625, 0.558503925800323486, 0, 0, 0.275636672973632812, 0.961261868476867675, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nordrassil - Difficulty: 0) +(@OGUID+38, 180471, 1, 616, 5038, '0', 0, 0, 5471.37841796875, -3608.098876953125, 1575.4786376953125, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nordrassil - Difficulty: 0) +(@OGUID+39, 180471, 1, 616, 5038, '0', 0, 0, 5482.6474609375, -3600.064208984375, 1575.5040283203125, 0.680676698684692382, 0, 0, 0.333806037902832031, 0.942641794681549072, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nordrassil - Difficulty: 0) +(@OGUID+40, 180471, 1, 616, 5038, '0', 0, 0, 5477.265625, -3603.795166015625, 1575.5067138671875, 0.610863447189331054, 0, 0, 0.3007049560546875, 0.953717231750488281, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nordrassil - Difficulty: 0) +(@OGUID+41, 180471, 1, 616, 5038, '0', 0, 0, 5472.70849609375, -3607.15283203125, 1575.4630126953125, 0.628316879272460937, 0, 0, 0.309016227722167968, 0.95105677843093872, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nordrassil - Difficulty: 0) +(@OGUID+42, 180471, 1, 616, 5038, '0', 0, 0, 5481.244140625, -3601.064208984375, 1575.5040283203125, 0.645771682262420654, 0, 0, 0.317304611206054687, 0.948323667049407958, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nordrassil - Difficulty: 0) +(@OGUID+43, 180471, 1, 616, 5038, '0', 0, 0, 5491.98095703125, -3593.078125, 1575.5728759765625, 0.523597896099090576, 0, 0, 0.258818626403808593, 0.965925931930541992, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nordrassil - Difficulty: 0) +(@OGUID+44, 180471, 1, 616, 5038, '0', 0, 0, 5523.509765625, -3570.9462890625, 1575.5875244140625, 1.099556446075439453, 0, 0, 0.522498130798339843, 0.852640450000762939, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nordrassil - Difficulty: 0) +(@OGUID+45, 180471, 1, 616, 5038, '0', 0, 0, 5518.17041015625, -3574.83154296875, 1575.5875244140625, 1.099556446075439453, 0, 0, 0.522498130798339843, 0.852640450000762939, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nordrassil - Difficulty: 0) +(@OGUID+46, 180471, 1, 616, 5038, '0', 0, 0, 5527.8974609375, -3567.73779296875, 1575.5908203125, 1.099556446075439453, 0, 0, 0.522498130798339843, 0.852640450000762939, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nordrassil - Difficulty: 0) +(@OGUID+47, 180471, 1, 616, 5038, '0', 0, 0, 5537.02880859375, -3561.3369140625, 1575.5875244140625, 1.099556446075439453, 0, 0, 0.522498130798339843, 0.852640450000762939, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nordrassil - Difficulty: 0) +(@OGUID+48, 180471, 1, 616, 5038, '0', 0, 0, 5541.9619140625, -3557.786376953125, 1575.5888671875, 1.099556446075439453, 0, 0, 0.522498130798339843, 0.852640450000762939, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nordrassil - Difficulty: 0) +(@OGUID+49, 180471, 1, 616, 5038, '0', 0, 0, 5531.57470703125, -3565.07470703125, 1575.5914306640625, 1.099556446075439453, 0, 0, 0.522498130798339843, 0.852640450000762939, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nordrassil - Difficulty: 0) +(@OGUID+50, 180471, 1, 616, 5038, '0', 0, 0, 5533.3896484375, -3563.609375, 1575.5953369140625, 1.099556446075439453, 0, 0, 0.522498130798339843, 0.852640450000762939, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nordrassil - Difficulty: 0) +(@OGUID+51, 180471, 1, 616, 5038, '0', 0, 0, 5540.5556640625, -3558.79345703125, 1575.5888671875, 1.099556446075439453, 0, 0, 0.522498130798339843, 0.852640450000762939, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nordrassil - Difficulty: 0) +(@OGUID+52, 180471, 1, 616, 5038, '0', 0, 0, 5538.658203125, -3560.114501953125, 1575.5894775390625, 1.099556446075439453, 0, 0, 0.522498130798339843, 0.852640450000762939, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nordrassil - Difficulty: 0) +(@OGUID+53, 180471, 1, 616, 5038, '0', 0, 0, 5529.65087890625, -3566.482666015625, 1575.5908203125, 1.099556446075439453, 0, 0, 0.522498130798339843, 0.852640450000762939, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nordrassil - Difficulty: 0) +(@OGUID+54, 180471, 1, 616, 5038, '0', 0, 0, 5467.98095703125, -3610.520751953125, 1575.5079345703125, 0.610863447189331054, 0, 0, 0.3007049560546875, 0.953717231750488281, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Nordrassil - Difficulty: 0) +(@OGUID+55, 180472, 1, 616, 5038, '0', 0, 0, 5470.09033203125, -3608.666748046875, 1576.7391357421875, 0.209439441561698913, 0, 0, 0.104528427124023437, 0.994521915912628173, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Nordrassil - Difficulty: 0) +(@OGUID+56, 180472, 1, 616, 5038, '0', 0, 0, 5520.61279296875, -3572.864501953125, 1576.7342529296875, 5.672322273254394531, 0, 0, -0.3007049560546875, 0.953717231750488281, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Nordrassil - Difficulty: 0) +(@OGUID+57, 180472, 1, 616, 5038, '0', 0, 0, 5479.96630859375, -3601.796875, 1576.7352294921875, 4.642575740814208984, 0, 0, -0.731353759765625, 0.681998312473297119, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Nordrassil - Difficulty: 0) +(@OGUID+58, 180472, 1, 616, 5038, '0', 0, 0, 5488.9912109375, -3594.84033203125, 1576.7471923828125, 5.427974700927734375, 0, 0, -0.41469287872314453, 0.909961462020874023, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Nordrassil - Difficulty: 0) +(@OGUID+59, 180472, 1, 616, 5038, '0', 0, 0, 5539.4375, -3559.26220703125, 1576.7379150390625, 5.6897735595703125, 0, 0, -0.29237174987792968, 0.956304728984832763, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Nordrassil - Difficulty: 0) +(@OGUID+60, 180472, 1, 616, 5038, '0', 0, 0, 5530.41064453125, -3565.70654296875, 1576.7376708984375, 5.532694816589355468, 0, 0, -0.3665008544921875, 0.93041771650314331, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Nordrassil - Difficulty: 0) +(@OGUID+61, 180523, 1, 616, 5038, '0', 0, 0, 5516.55810546875, -3610.369873046875, 1570.4957275390625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Apple Bob (Area: Nordrassil - Difficulty: 0) +(@OGUID+62, 208162, 1, 616, 5038, '0', 0, 0, 5512.205078125, -3606.0869140625, 1570.0516357421875, 2.129300594329833984, 0, 0, 0.874619483947753906, 0.484810054302215576, 120, 255, 1, 46366); -- Candy Bucket (Area: Nordrassil - Difficulty: 0) + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+62; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48), +(12, @OGUID+49), +(12, @OGUID+50), +(12, @OGUID+51), +(12, @OGUID+52), +(12, @OGUID+53), +(12, @OGUID+54), +(12, @OGUID+55), +(12, @OGUID+56), +(12, @OGUID+57), +(12, @OGUID+58), +(12, @OGUID+59), +(12, @OGUID+60), +(12, @OGUID+61), +(12, @OGUID+62); + +-- +SET @OGUID := 3808263; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3009886 AND 3009965; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3009886 AND 3009965; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3009886 AND 3009965; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+79; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 1, 616, 4990, '0', 0, 416, 4970.53466796875, -2672.401123046875, 1425.372314453125, 3.839725255966186523, 0, 0, -0.93969249725341796, 0.34202045202255249, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+1, 180405, 1, 616, 4990, '0', 0, 416, 4929.6728515625, -2717.166748046875, 1451.7757568359375, 3.263772249221801757, 0, 0, -0.99813461303710937, 0.061051756143569946, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+2, 180406, 1, 616, 4990, '0', 0, 416, 4954.064453125, -2671.142333984375, 1426.573974609375, 1.762782454490661621, 0, 0, 0.771624565124511718, 0.636078238487243652, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+3, 180406, 1, 616, 4990, '0', 0, 416, 4913.60400390625, -2712.14404296875, 1451.767333984375, 3.24634718894958496, 0, 0, -0.99862861633300781, 0.052353221923112869, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+4, 180406, 1, 616, 4990, '0', 0, 416, 4925.6005859375, -2761.364501953125, 1440.9190673828125, 4.694936752319335937, 0, 0, -0.71325016021728515, 0.700909554958343505, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+5, 180407, 1, 616, 4990, '0', 0, 416, 4954.22314453125, -2692.2587890625, 1428.3065185546875, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+6, 180407, 1, 616, 4990, '0', 0, 416, 4930.267578125, -2745.010498046875, 1440.2645263671875, 4.712389945983886718, 0, 0, -0.70710659027099609, 0.707106947898864746, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+7, 180411, 1, 616, 4990, '0', 0, 416, 4937.21875, -2716.109375, 1444.9140625, 5.70722818374633789, 0, 0, -0.28401470184326171, 0.958819925785064697, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+8, 180411, 1, 616, 4990, '0', 0, 416, 4939.29931640625, -2715.95654296875, 1443.988525390625, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+9, 180415, 1, 616, 4990, '0', 0, 416, 4959.7568359375, -2696.8837890625, 1428.521240234375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+10, 180415, 1, 616, 4990, '0', 0, 416, 4950.046875, -2692.6650390625, 1428.68017578125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+11, 180415, 1, 616, 4990, '0', 0, 416, 4967.75341796875, -2690.611083984375, 1427.9892578125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+12, 180415, 1, 616, 4990, '0', 0, 416, 4941.97998046875, -2681.48095703125, 1428.45751953125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+13, 180415, 1, 616, 4990, '0', 0, 416, 4957.13525390625, -2694.0244140625, 1428.1409912109375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+14, 180415, 1, 616, 4990, '0', 0, 416, 4963.19775390625, -2682.333251953125, 1426.5137939453125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+15, 180415, 1, 616, 4990, '0', 0, 416, 4964.76123046875, -2687.22216796875, 1427.3729248046875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+16, 180415, 1, 616, 4990, '0', 0, 416, 4967.94287109375, -2673.23095703125, 1425.4429931640625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+17, 180415, 1, 616, 4990, '0', 0, 416, 4946.97998046875, -2678.307373046875, 1427.771240234375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+18, 180415, 1, 616, 4990, '0', 0, 416, 4970.5244140625, -2694.791748046875, 1428.626953125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+19, 180415, 1, 616, 4990, '0', 0, 416, 4951.43505859375, -2674.954833984375, 1427.1614990234375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+20, 180415, 1, 616, 4990, '0', 0, 416, 4964.13720703125, -2677.732666015625, 1425.837890625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+21, 180415, 1, 616, 4990, '0', 0, 416, 4911.06689453125, -2710.8994140625, 1451.6976318359375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+22, 180415, 1, 616, 4990, '0', 0, 416, 4927.70556640625, -2690.767333984375, 1430.893798828125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+23, 180415, 1, 616, 4990, '0', 0, 416, 4927.84375, -2716.015625, 1451.827880859375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+24, 180415, 1, 616, 4990, '0', 0, 416, 4961.87841796875, -2700.201416015625, 1429.21533203125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+25, 180415, 1, 616, 4990, '0', 0, 416, 4923.54931640625, -2714.673583984375, 1451.9361572265625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+26, 180415, 1, 616, 4990, '0', 0, 416, 4946.06787109375, -2695.70654296875, 1429.4951171875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+27, 180415, 1, 616, 4990, '0', 0, 416, 4925.74560546875, -2715.33154296875, 1451.8814697265625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+28, 180415, 1, 616, 4990, '0', 0, 416, 4937.13037109375, -2684.213623046875, 1428.9979248046875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+29, 180415, 1, 616, 4990, '0', 0, 416, 4922.0859375, -2694.541748046875, 1432.0556640625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+30, 180415, 1, 616, 4990, '0', 0, 416, 4916.3896484375, -2712.310791015625, 1451.8349609375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+31, 180415, 1, 616, 4990, '0', 0, 416, 4918.28564453125, -2712.970458984375, 1451.883544921875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+32, 180415, 1, 616, 4990, '0', 0, 416, 4941.9384765625, -2699.56591796875, 1430.3914794921875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+33, 180415, 1, 616, 4990, '0', 0, 416, 4920.26318359375, -2713.5556640625, 1451.9326171875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+34, 180415, 1, 616, 4990, '0', 0, 416, 4932.12255859375, -2717.76904296875, 1451.7127685546875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+35, 180415, 1, 616, 4990, '0', 0, 416, 4937.62353515625, -2703.507080078125, 1431.4609375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+36, 180415, 1, 616, 4990, '0', 0, 416, 4932.1943359375, -2687.907958984375, 1429.783203125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+37, 180426, 1, 616, 4990, '0', 0, 416, 4937.23095703125, -2673.29345703125, 1429.0928955078125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+38, 180426, 1, 616, 4990, '0', 0, 416, 4957.47412109375, -2681.361083984375, 1426.7398681640625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+39, 180426, 1, 616, 4990, '0', 0, 416, 4969.43603515625, -2674.4306640625, 1425.6246337890625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+40, 180426, 1, 616, 4990, '0', 0, 416, 4945.0068359375, -2686.642333984375, 1428.513427734375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+41, 180426, 1, 616, 4990, '0', 0, 416, 4973.85400390625, -2710.01220703125, 1429.980224609375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+42, 180426, 1, 616, 4990, '0', 0, 416, 4916.06494140625, -2727.5400390625, 1501.833740234375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+43, 180426, 1, 616, 4990, '0', 0, 416, 4961.5224609375, -2748.069580078125, 1514.936767578125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+44, 180427, 1, 616, 4990, '0', 0, 416, 4946.60498046875, -2684.157958984375, 1428.0914306640625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+45, 180427, 1, 616, 4990, '0', 0, 416, 4969.98779296875, -2696.9619140625, 1428.7452392578125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+46, 180427, 1, 616, 4990, '0', 0, 416, 4952.51123046875, -2674.890625, 1426.9920654296875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+47, 180427, 1, 616, 4990, '0', 0, 416, 4941.35595703125, -2684.373291015625, 1428.663818359375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+48, 180427, 1, 616, 4990, '0', 0, 416, 4930.61376953125, -2693.65966796875, 1477.4462890625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+49, 180427, 1, 616, 4990, '0', 0, 416, 4909.125, -2749.302001953125, 1501.8880615234375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+50, 180427, 1, 616, 4990, '0', 0, 416, 4918.2119140625, -2729.223876953125, 1468.2830810546875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+51, 180427, 1, 616, 4990, '0', 0, 416, 4912.19873046875, -2737.538330078125, 1514.5306396484375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+52, 180471, 1, 616, 4990, '0', 0, 416, 4917.353515625, -2714.8837890625, 1445.096435546875, 2.687806606292724609, 0, 0, 0.974370002746582031, 0.224951311945915222, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+53, 180471, 1, 616, 4990, '0', 0, 416, 4925.6962890625, -2717.55908203125, 1446.727783203125, 2.792518377304077148, 0, 0, 0.984807014465332031, 0.173652306199073791, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+54, 180471, 1, 616, 4990, '0', 0, 416, 4915.9599609375, -2714.46533203125, 1446.684814453125, 2.827429771423339843, 0, 0, 0.987688064575195312, 0.156436234712600708, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+55, 180471, 1, 616, 4990, '0', 0, 416, 4922.4775390625, -2716.55908203125, 1446.72900390625, 2.757613182067871093, 0, 0, 0.981626510620117187, 0.190812408924102783, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+56, 180471, 1, 616, 4990, '0', 0, 416, 4917.353515625, -2714.8837890625, 1446.703125, 2.687806606292724609, 0, 0, 0.974370002746582031, 0.224951311945915222, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+57, 180471, 1, 616, 4990, '0', 0, 416, 4923.9775390625, -2716.975830078125, 1446.71484375, 2.792518377304077148, 0, 0, 0.984807014465332031, 0.173652306199073791, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+58, 180471, 1, 616, 4990, '0', 0, 416, 4923.9775390625, -2716.975830078125, 1445.121337890625, 2.792518377304077148, 0, 0, 0.984807014465332031, 0.173652306199073791, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+59, 180471, 1, 616, 4990, '0', 0, 416, 4918.7880859375, -2715.36279296875, 1446.712158203125, 2.740161895751953125, 0, 0, 0.979924201965332031, 0.199370384216308593, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+60, 180471, 1, 616, 4990, '0', 0, 416, 4907.0537109375, -2750.838623046875, 1450.508056640625, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+61, 180471, 1, 616, 4990, '0', 0, 416, 4910.666015625, -2752.026123046875, 1450.5191650390625, 2.495818138122558593, 0, 0, 0.948323249816894531, 0.317305892705917358, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+62, 180471, 1, 616, 4990, '0', 0, 416, 4914.47900390625, -2753.130126953125, 1450.529541015625, 2.775068521499633789, 0, 0, 0.983254432678222656, 0.182238012552261352, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+63, 180471, 1, 616, 4990, '0', 0, 416, 4909.55029296875, -2736.498291015625, 1443.7452392578125, 1.239183306694030761, 0, 0, 0.580702781677246093, 0.814115643501281738, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+64, 180471, 1, 616, 4990, '0', 0, 416, 4905.09033203125, -2750.23779296875, 1450.4503173828125, 2.740161895751953125, 0, 0, 0.979924201965332031, 0.199370384216308593, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+65, 180471, 1, 616, 4990, '0', 0, 416, 4916.42626953125, -2753.78466796875, 1450.535400390625, 2.792518377304077148, 0, 0, 0.984807014465332031, 0.173652306199073791, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+66, 180471, 1, 616, 4990, '0', 0, 416, 4911.56591796875, -2732.453125, 1440.739990234375, 1.047197580337524414, 0, 0, 0.5, 0.866025388240814208, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+67, 180471, 1, 616, 4990, '0', 0, 416, 4908.70654296875, -2751.416748046875, 1450.5133056640625, 2.757613182067871093, 0, 0, 0.981626510620117187, 0.190812408924102783, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+68, 180471, 1, 616, 4990, '0', 0, 416, 4906.48974609375, -2745.7900390625, 1448.9775390625, 1.239183306694030761, 0, 0, 0.580702781677246093, 0.814115643501281738, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+69, 180471, 1, 616, 4990, '0', 0, 416, 4912.48974609375, -2752.55029296875, 1450.5240478515625, 2.72271275520324707, 0, 0, 0.978147506713867187, 0.207912087440490722, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+70, 180471, 1, 616, 4990, '0', 0, 416, 4907.43994140625, -2742.1337890625, 1447.152099609375, 1.221729278564453125, 0, 0, 0.573575973510742187, 0.819152355194091796, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+71, 180471, 1, 616, 4990, '0', 0, 416, 4908.41162109375, -2739.123291015625, 1445.4580078125, 1.221729278564453125, 0, 0, 0.573575973510742187, 0.819152355194091796, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+72, 180471, 1, 616, 4990, '0', 0, 416, 4910.546875, -2734.49658203125, 1442.2882080078125, 1.308995485305786132, 0, 0, 0.608760833740234375, 0.793353796005249023, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+73, 180471, 1, 616, 4990, '0', 0, 416, 4918.041015625, -2754.28466796875, 1450.5416259765625, 2.792518377304077148, 0, 0, 0.984807014465332031, 0.173652306199073791, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+74, 180471, 1, 616, 4990, '0', 0, 416, 4903.15966796875, -2749.642333984375, 1450.3394775390625, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+75, 180471, 1, 616, 4990, '0', 0, 416, 4901.5390625, -2749.13720703125, 1450.340087890625, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+76, 180471, 1, 616, 4990, '0', 0, 416, 4899.79150390625, -2748.5625, 1450.3404541015625, 2.583080768585205078, 0, 0, 0.961260795593261718, 0.275640487670898437, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+77, 180472, 1, 616, 4990, '0', 0, 416, 4920.744140625, -2716.069580078125, 1448.0623779296875, 1.117009282112121582, 0, 0, 0.529918670654296875, 0.84804844856262207, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+78, 180523, 1, 616, 4990, '0', 0, 416, 4910.37744140625, -2733.640625, 1437.9254150390625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Apple Bob (Area: Shrine of Aviana - Difficulty: 0) +(@OGUID+79, 208164, 1, 616, 4990, '0', 0, 416, 4901.5869140625, -2741.135498046875, 1437.6025390625, 1.780233979225158691, 0, 0, 0.7771453857421875, 0.629321098327636718, 120, 255, 1, 46366); -- Candy Bucket (Area: Shrine of Aviana - Difficulty: 0) + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+79; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48), +(12, @OGUID+49), +(12, @OGUID+50), +(12, @OGUID+51), +(12, @OGUID+52), +(12, @OGUID+53), +(12, @OGUID+54), +(12, @OGUID+55), +(12, @OGUID+56), +(12, @OGUID+57), +(12, @OGUID+58), +(12, @OGUID+59), +(12, @OGUID+60), +(12, @OGUID+61), +(12, @OGUID+62), +(12, @OGUID+63), +(12, @OGUID+64), +(12, @OGUID+65), +(12, @OGUID+66), +(12, @OGUID+67), +(12, @OGUID+68), +(12, @OGUID+69), +(12, @OGUID+70), +(12, @OGUID+71), +(12, @OGUID+72), +(12, @OGUID+73), +(12, @OGUID+74), +(12, @OGUID+75), +(12, @OGUID+76), +(12, @OGUID+77), +(12, @OGUID+78), +(12, @OGUID+79); + +-- +SET @OGUID := 3808343; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3009966 AND 3009994; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3009966 AND 3009994; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3009966 AND 3009994; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+28; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 1, 616, 4989, '0', 0, 416, 5088.126953125, -1764.01220703125, 1332.506103515625, 5.218535900115966796, 0, 0, -0.507537841796875, 0.861629426479339599, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Grove of Aessina - Difficulty: 0) +(@OGUID+1, 180405, 1, 616, 4989, '0', 0, 416, 5130.892578125, -1715.8819580078125, 1336.478515625, 6.195919513702392578, 0, 0, -0.04361915588378906, 0.999048233032226562, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Grove of Aessina - Difficulty: 0) +(@OGUID+2, 180406, 1, 616, 4989, '0', 0, 416, 5089.30908203125, -1771.220458984375, 1332.944580078125, 5.201082706451416015, 0, 0, -0.51503753662109375, 0.857167601585388183, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Grove of Aessina - Difficulty: 0) +(@OGUID+3, 180406, 1, 616, 4989, '0', 0, 416, 5162.2666015625, -1768.6197509765625, 1338.789794921875, 4.45059061050415039, 0, 0, -0.79335308074951171, 0.608761727809906005, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Grove of Aessina - Difficulty: 0) +(@OGUID+4, 180407, 1, 616, 4989, '0', 0, 416, 5105.41748046875, -1743.0035400390625, 1333.8414306640625, 1.151916384696960449, 0, 0, 0.544638633728027343, 0.838670849800109863, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Grove of Aessina - Difficulty: 0) +(@OGUID+5, 180407, 1, 616, 4989, '0', 0, 416, 5158.05126953125, -1736.986083984375, 1337.6258544921875, 1.151916384696960449, 0, 0, 0.544638633728027343, 0.838670849800109863, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Grove of Aessina - Difficulty: 0) +(@OGUID+6, 180408, 1, 616, 4989, '0', 0, 416, 5130.87060546875, -1715.96533203125, 1338.12548828125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- G_WitchHat_01 (Area: Grove of Aessina - Difficulty: 0) +(@OGUID+7, 180411, 1, 616, 4989, '0', 0, 416, 5103.9990234375, -1751.9427490234375, 1344.3890380859375, 1.413715124130249023, 0, 0, 0.649447441101074218, 0.760406434535980224, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Grove of Aessina - Difficulty: 0) +(@OGUID+8, 180411, 1, 616, 4989, '0', 0, 416, 5137.931640625, -1783.484375, 1347.112548828125, 4.764749526977539062, 0, 0, -0.6883544921875, 0.725374460220336914, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Grove of Aessina - Difficulty: 0) +(@OGUID+9, 180414, 1, 616, 4989, '0', 0, 416, 5131.9599609375, -1718.7066650390625, 1336.39697265625, 3.717553615570068359, 0, 0, -0.95881938934326171, 0.284016460180282592, 120, 255, 1, 46366), -- Cauldron (Area: Grove of Aessina - Difficulty: 0) +(@OGUID+10, 180415, 1, 616, 4989, '0', 0, 416, 5132.31689453125, -1762.2117919921875, 1338.4302978515625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Grove of Aessina - Difficulty: 0) +(@OGUID+11, 180415, 1, 616, 4989, '0', 0, 416, 5142.00341796875, -1754.12158203125, 1338.3487548828125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Grove of Aessina - Difficulty: 0) +(@OGUID+12, 180415, 1, 616, 4989, '0', 0, 416, 5132.04248046875, -1750.407958984375, 1337.8834228515625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Grove of Aessina - Difficulty: 0) +(@OGUID+13, 180425, 1, 616, 4989, '0', 0, 416, 5130.650390625, -1717.7396240234375, 1336.4781494140625, 2.984498262405395507, 0, 0, 0.996916770935058593, 0.078466430306434631, 120, 255, 1, 46366), -- SkullCandle01 (Area: Grove of Aessina - Difficulty: 0) +(@OGUID+14, 180425, 1, 616, 4989, '0', 0, 416, 5133.375, -1719.5103759765625, 1336.2618408203125, 5.305802345275878906, 0, 0, -0.46947097778320312, 0.882947921752929687, 120, 255, 1, 46366), -- SkullCandle01 (Area: Grove of Aessina - Difficulty: 0) +(@OGUID+15, 180425, 1, 616, 4989, '0', 0, 416, 5131.8974609375, -1720.170166015625, 1336.2977294921875, 4.747295856475830078, 0, 0, -0.69465827941894531, 0.719339847564697265, 120, 255, 1, 46366), -- SkullCandle01 (Area: Grove of Aessina - Difficulty: 0) +(@OGUID+16, 180425, 1, 616, 4989, '0', 0, 416, 5130.421875, -1719.125, 1336.3978271484375, 3.665196180343627929, 0, 0, -0.96592521667480468, 0.258821308612823486, 120, 255, 1, 46366), -- SkullCandle01 (Area: Grove of Aessina - Difficulty: 0) +(@OGUID+17, 180426, 1, 616, 4989, '0', 0, 416, 5120.94091796875, -1765.98095703125, 1334.0386962890625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Grove of Aessina - Difficulty: 0) +(@OGUID+18, 180426, 1, 616, 4989, '0', 0, 416, 5114.3203125, -1757.251708984375, 1334.063232421875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Grove of Aessina - Difficulty: 0) +(@OGUID+19, 180426, 1, 616, 4989, '0', 0, 416, 5135.4462890625, -1753.8038330078125, 1334.4517822265625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Grove of Aessina - Difficulty: 0) +(@OGUID+20, 180426, 1, 616, 4989, '0', 0, 416, 5143.1787109375, -1746.65625, 1334.7894287109375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Grove of Aessina - Difficulty: 0) +(@OGUID+21, 180426, 1, 616, 4989, '0', 0, 416, 5145.8837890625, -1761.236083984375, 1334.77001953125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Grove of Aessina - Difficulty: 0) +(@OGUID+22, 180427, 1, 616, 4989, '0', 0, 416, 5119.21875, -1762.8211669921875, 1333.8524169921875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Grove of Aessina - Difficulty: 0) +(@OGUID+23, 180427, 1, 616, 4989, '0', 0, 416, 5143.80908203125, -1748.30908203125, 1334.6817626953125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Grove of Aessina - Difficulty: 0) +(@OGUID+24, 180427, 1, 616, 4989, '0', 0, 416, 5138.7890625, -1753.34033203125, 1334.3909912109375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Grove of Aessina - Difficulty: 0) +(@OGUID+25, 180427, 1, 616, 4989, '0', 0, 416, 5149.86474609375, -1763.154541015625, 1336.2294921875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Grove of Aessina - Difficulty: 0) +(@OGUID+26, 180523, 1, 616, 4989, '0', 0, 416, 5143.58349609375, -1722.04345703125, 1336.45166015625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Apple Bob (Area: Grove of Aessina - Difficulty: 0) +(@OGUID+27, 185436, 1, 616, 4989, '0', 0, 416, 5132.134765625, -1718.4478759765625, 1337.0531005859375, 3.316144466400146484, 0, 0, -0.99619388580322265, 0.087165042757987976, 120, 255, 1, 46366), -- Sitting Skeleton 03 (Area: Grove of Aessina - Difficulty: 0) +(@OGUID+28, 208163, 1, 616, 4989, '0', 0, 416, 5139.212890625, -1719.984375, 1335.9097900390625, 6.178466320037841796, 0, 0, -0.05233573913574218, 0.998629570007324218, 120, 255, 1, 46366); -- Candy Bucket (Area: Grove of Aessina - Difficulty: 0) + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+28; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28); diff --git a/sql/updates/world/master/2024_03_18_52_world_hallows_end_uldum.sql b/sql/updates/world/master/2024_03_18_52_world_hallows_end_uldum.sql new file mode 100644 index 0000000000000..a1fd861e3dda3 --- /dev/null +++ b/sql/updates/world/master/2024_03_18_52_world_hallows_end_uldum.sql @@ -0,0 +1,231 @@ +-- +SET @OGUID := 3808372; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3009995 AND 3010015; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3009995 AND 3010015; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3009995 AND 3010015; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+20; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 1, 5034, 5670, '0', 0, 0, -8351.7412109375, 793.748291015625, 151.393096923828125, 1.396261811256408691, 0, 0, 0.642786979675292968, 0.766044974327087402, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Oasis of Vir'sar - Difficulty: 0) +(@OGUID+1, 180406, 1, 5034, 5670, '0', 0, 0, -8330.091796875, 777.4913330078125, 153.266876220703125, 4.537858963012695312, 0, 0, -0.76604366302490234, 0.642788589000701904, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Oasis of Vir'sar - Difficulty: 0) +(@OGUID+2, 180407, 1, 5034, 5670, '0', 0, 0, -8341.8076171875, 762.5242919921875, 152.337432861328125, 4.345870018005371093, 0, 0, -0.82412624359130859, 0.566406130790710449, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Oasis of Vir'sar - Difficulty: 0) +(@OGUID+3, 180410, 1, 5034, 5670, '0', 0, 0, -8353.4033203125, 790.16668701171875, 152.741455078125, 5.864306926727294921, 0, 0, -0.20791149139404296, 0.978147625923156738, 120, 255, 1, 46366), -- G_HangingSkeleton_01 (Area: Oasis of Vir'sar - Difficulty: 0) +(@OGUID+4, 180415, 1, 5034, 5670, '0', 0, 0, -8344.8212890625, 802.84375, 152.3376922607421875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Oasis of Vir'sar - Difficulty: 0) +(@OGUID+5, 180415, 1, 5034, 5670, '0', 0, 0, -8348.2861328125, 799.77081298828125, 152.1962738037109375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Oasis of Vir'sar - Difficulty: 0) +(@OGUID+6, 180415, 1, 5034, 5670, '0', 0, 0, -8347.357421875, 800.78125, 151.5987091064453125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Oasis of Vir'sar - Difficulty: 0) +(@OGUID+7, 180415, 1, 5034, 5670, '0', 0, 0, -8328.39453125, 789.57464599609375, 153.7097015380859375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Oasis of Vir'sar - Difficulty: 0) +(@OGUID+8, 180426, 1, 5034, 5670, '0', 0, 0, -8357.5380859375, 776.5086669921875, 151.1910400390625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Oasis of Vir'sar - Difficulty: 0) +(@OGUID+9, 180426, 1, 5034, 5670, '0', 0, 0, -8345.48828125, 778.75177001953125, 152.2094268798828125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Oasis of Vir'sar - Difficulty: 0) +(@OGUID+10, 180426, 1, 5034, 5670, '0', 0, 0, -8336.654296875, 786.87847900390625, 152.3829803466796875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Oasis of Vir'sar - Difficulty: 0) +(@OGUID+11, 180426, 1, 5034, 5670, '0', 0, 0, -8331.03515625, 792.77777099609375, 152.2923126220703125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Oasis of Vir'sar - Difficulty: 0) +(@OGUID+12, 180427, 1, 5034, 5670, '0', 0, 0, -8347.6318359375, 769.779541015625, 152.0199737548828125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Oasis of Vir'sar - Difficulty: 0) +(@OGUID+13, 180427, 1, 5034, 5670, '0', 0, 0, -8348.3095703125, 772.295166015625, 151.9667510986328125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Oasis of Vir'sar - Difficulty: 0) +(@OGUID+14, 180427, 1, 5034, 5670, '0', 0, 0, -8332.638671875, 784.5555419921875, 152.713165283203125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Oasis of Vir'sar - Difficulty: 0) +(@OGUID+15, 180453, 1, 5034, 5670, '0', 0, 0, -8323.091796875, 726.4375, -68.7809600830078125, 0.802850961685180664, 0, 0, 0.390730857849121093, 0.920504987239837646, 120, 255, 1, 46366), -- Hive'Regal Glyphed Crystal (Area: Oasis of Vir'sar - Difficulty: 0) +(@OGUID+16, 180471, 1, 5034, 5670, '0', 0, 0, -8343.2158203125, 805.47393798828125, 153.664886474609375, 0.436331570148468017, 0, 0, 0.216439247131347656, 0.976296067237854003, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Oasis of Vir'sar - Difficulty: 0) +(@OGUID+17, 180471, 1, 5034, 5670, '0', 0, 0, -8343.03125, 806.140625, 153.6729736328125, 1.623155713081359863, 0, 0, 0.725374221801757812, 0.688354730606079101, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Oasis of Vir'sar - Difficulty: 0) +(@OGUID+18, 180472, 1, 5034, 5670, '0', 0, 0, -8348.7158203125, 801.57293701171875, 154.4049835205078125, 6.12610626220703125, 0, 0, -0.07845878601074218, 0.996917366981506347, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Oasis of Vir'sar - Difficulty: 0) +(@OGUID+19, 180523, 1, 5034, 5670, '0', 0, 0, -8333.017578125, 792.58856201171875, 152.48291015625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Apple Bob (Area: Oasis of Vir'sar - Difficulty: 0) +(@OGUID+20, 208178, 1, 5034, 5670, '0', 0, 0, -8327.9931640625, 795.092041015625, 152.361541748046875, 5.044002056121826171, 0, 0, -0.58070278167724609, 0.814115643501281738, 120, 255, 1, 46366); -- Candy Bucket (Area: Oasis of Vir'sar - Difficulty: 0) + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+20; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20); + +-- +SET @OGUID := 3808393; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3010016 AND 3010094; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3010016 AND 3010094; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3010016 AND 3010094; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+78; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180405, 1, 5034, 5466, '0', 0, 0, -9434.7158203125, -986.45831298828125, 111.01171875, 5.183629035949707031, 0, 0, -0.52249813079833984, 0.852640450000762939, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Ramkahen - Difficulty: 0) +(@OGUID+1, 180405, 1, 5034, 5466, '0', 0, 0, -9420.716796875, -953.89410400390625, 114.2311935424804687, 5.183629035949707031, 0, 0, -0.52249813079833984, 0.852640450000762939, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Ramkahen - Difficulty: 0) +(@OGUID+2, 180405, 1, 5034, 5466, '0', 0, 0, -9475.9375, -1013.65447998046875, 109.2133636474609375, 5.026549339294433593, 0, 0, -0.5877847671508789, 0.809017360210418701, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Ramkahen - Difficulty: 0) +(@OGUID+3, 180405, 1, 5034, 5466, '0', 0, 0, -9473.158203125, -946.15625, 112.8018264770507812, 5.93412017822265625, 0, 0, -0.17364788055419921, 0.984807789325714111, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Ramkahen - Difficulty: 0) +(@OGUID+4, 180405, 1, 5034, 5466, '0', 0, 0, -9435.171875, -888.43402099609375, 110.8854827880859375, 3.926995515823364257, 0, 0, -0.92387866973876953, 0.38268551230430603, 120, 255, 1, 46366), -- G_Pumpkin_01 (Area: Ramkahen - Difficulty: 0) +(@OGUID+5, 180406, 1, 5034, 5466, '0', 0, 0, -9434.609375, -1002.26739501953125, 111.01171875, 5.096362113952636718, 0, 0, -0.55919265747070312, 0.829037725925445556, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Ramkahen - Difficulty: 0) +(@OGUID+6, 180406, 1, 5034, 5466, '0', 0, 0, -9420.75, -964.95660400390625, 114.2300491333007812, 5.096362113952636718, 0, 0, -0.55919265747070312, 0.829037725925445556, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Ramkahen - Difficulty: 0) +(@OGUID+7, 180406, 1, 5034, 5466, '0', 0, 0, -9459.0849609375, -945.79339599609375, 112.8018264770507812, 1.413715124130249023, 0, 0, 0.649447441101074218, 0.760406434535980224, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Ramkahen - Difficulty: 0) +(@OGUID+8, 180406, 1, 5034, 5466, '0', 0, 0, -9531.7099609375, -938.0382080078125, 104.6939163208007812, 0.069811686873435974, 0, 0, 0.034898757934570312, 0.999390840530395507, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Ramkahen - Difficulty: 0) +(@OGUID+9, 180406, 1, 5034, 5466, '0', 0, 0, -9450.263671875, -888.217041015625, 110.8888626098632812, 3.176533222198486328, 0, 0, -0.999847412109375, 0.017469281330704689, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Ramkahen - Difficulty: 0) +(@OGUID+10, 180407, 1, 5034, 5466, '0', 0, 0, -9434.232421875, -1018.0504150390625, 110.9858779907226562, 5.166176319122314453, 0, 0, -0.52991867065429687, 0.84804844856262207, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Ramkahen - Difficulty: 0) +(@OGUID+11, 180407, 1, 5034, 5466, '0', 0, 0, -9473.2900390625, -929.44793701171875, 112.8018264770507812, 4.380776405334472656, 0, 0, -0.81411552429199218, 0.580702960491180419, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Ramkahen - Difficulty: 0) +(@OGUID+12, 180407, 1, 5034, 5466, '0', 0, 0, -9459.2548828125, -928.95489501953125, 112.8018264770507812, 2.967041015625, 0, 0, 0.996193885803222656, 0.087165042757987976, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Ramkahen - Difficulty: 0) +(@OGUID+13, 180407, 1, 5034, 5466, '0', 0, 0, -9549.595703125, -973.592041015625, 100.2708206176757812, 4.48549652099609375, 0, 0, -0.7826080322265625, 0.622514784336090087, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Ramkahen - Difficulty: 0) +(@OGUID+14, 180411, 1, 5034, 5466, '0', 0, 0, -9426.388671875, -968.546875, 117.5698928833007812, 4.276057243347167968, 0, 0, -0.84339141845703125, 0.537299633026123046, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Ramkahen - Difficulty: 0) +(@OGUID+15, 180411, 1, 5034, 5466, '0', 0, 0, -9428.71875, -943.26739501953125, 121.6532363891601562, 1.658061861991882324, 0, 0, 0.737277030944824218, 0.67559051513671875, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Ramkahen - Difficulty: 0) +(@OGUID+16, 180411, 1, 5034, 5466, '0', 0, 0, -9480.625, -966.296875, 120.7756271362304687, 4.398232460021972656, 0, 0, -0.80901622772216796, 0.587786316871643066, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Ramkahen - Difficulty: 0) +(@OGUID+17, 180411, 1, 5034, 5466, '0', 0, 0, -9560.06640625, -950.8819580078125, 112.9897384643554687, 2.617989301681518554, 0, 0, 0.965925216674804687, 0.258821308612823486, 120, 255, 1, 46366), -- G_Ghost_01 (Area: Ramkahen - Difficulty: 0) +(@OGUID+18, 180415, 1, 5034, 5466, '0', 0, 0, -9401.1845703125, -973.59552001953125, 114.107940673828125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Ramkahen - Difficulty: 0) +(@OGUID+19, 180415, 1, 5034, 5466, '0', 0, 0, -9411.0244140625, -955.01043701171875, 114.10809326171875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Ramkahen - Difficulty: 0) +(@OGUID+20, 180415, 1, 5034, 5466, '0', 0, 0, -9398.017578125, -973.63543701171875, 114.1080322265625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Ramkahen - Difficulty: 0) +(@OGUID+21, 180415, 1, 5034, 5466, '0', 0, 0, -9404.4931640625, -944.89239501953125, 114.1078872680664062, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Ramkahen - Difficulty: 0) +(@OGUID+22, 180415, 1, 5034, 5466, '0', 0, 0, -9411.1875, -963.56768798828125, 114.1080703735351562, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Ramkahen - Difficulty: 0) +(@OGUID+23, 180415, 1, 5034, 5466, '0', 0, 0, -9408.23828125, -963.5850830078125, 114.1081466674804687, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Ramkahen - Difficulty: 0) +(@OGUID+24, 180415, 1, 5034, 5466, '0', 0, 0, -9404.298828125, -973.63543701171875, 114.1080169677734375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Ramkahen - Difficulty: 0) +(@OGUID+25, 180415, 1, 5034, 5466, '0', 0, 0, -9376.0380859375, -953.6180419921875, 114.7446670532226562, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Ramkahen - Difficulty: 0) +(@OGUID+26, 180415, 1, 5034, 5466, '0', 0, 0, -9401.1025390625, -944.779541015625, 114.1080169677734375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Ramkahen - Difficulty: 0) +(@OGUID+27, 180415, 1, 5034, 5466, '0', 0, 0, -9408.2783203125, -954.998291015625, 114.1080703735351562, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Ramkahen - Difficulty: 0) +(@OGUID+28, 180415, 1, 5034, 5466, '0', 0, 0, -9376.0380859375, -964.45660400390625, 114.7446670532226562, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Ramkahen - Difficulty: 0) +(@OGUID+29, 180415, 1, 5034, 5466, '0', 0, 0, -9397.890625, -944.72222900390625, 114.1080322265625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Ramkahen - Difficulty: 0) +(@OGUID+30, 180426, 1, 5034, 5466, '0', 0, 0, -9462.142578125, -973.52606201171875, 114.3721771240234375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Ramkahen - Difficulty: 0) +(@OGUID+31, 180426, 1, 5034, 5466, '0', 0, 0, -9457.8349609375, -978.920166015625, 114.3002700805664062, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Ramkahen - Difficulty: 0) +(@OGUID+32, 180426, 1, 5034, 5466, '0', 0, 0, -9446.4638671875, -957.53125, 114.3002700805664062, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Ramkahen - Difficulty: 0) +(@OGUID+33, 180426, 1, 5034, 5466, '0', 0, 0, -9463.6357421875, -952.58856201171875, 114.2300262451171875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Ramkahen - Difficulty: 0) +(@OGUID+34, 180426, 1, 5034, 5466, '0', 0, 0, -9490.326171875, -959.015625, 117.790069580078125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Ramkahen - Difficulty: 0) +(@OGUID+35, 180426, 1, 5034, 5466, '0', 0, 0, -9466.328125, -937.47052001953125, 116.256103515625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Ramkahen - Difficulty: 0) +(@OGUID+36, 180426, 1, 5034, 5466, '0', 0, 0, -9450.8837890625, -934.05206298828125, 115.8839797973632812, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Ramkahen - Difficulty: 0) +(@OGUID+37, 180426, 1, 5034, 5466, '0', 0, 0, -9446.5986328125, -919.1007080078125, 115.8287506103515625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Ramkahen - Difficulty: 0) +(@OGUID+38, 180426, 1, 5034, 5466, '0', 0, 0, -9518.7451171875, -957.078125, 107.9824676513671875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Ramkahen - Difficulty: 0) +(@OGUID+39, 180426, 1, 5034, 5466, '0', 0, 0, -9554.171875, -960.2899169921875, 103.559356689453125, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat01 (Area: Ramkahen - Difficulty: 0) +(@OGUID+40, 180427, 1, 5034, 5466, '0', 0, 0, -9463.5419921875, -977.375, 110.9856109619140625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Ramkahen - Difficulty: 0) +(@OGUID+41, 180427, 1, 5034, 5466, '0', 0, 0, -9460.611328125, -976.13018798828125, 114.3002700805664062, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Ramkahen - Difficulty: 0) +(@OGUID+42, 180427, 1, 5034, 5466, '0', 0, 0, -9451.2861328125, -968.76214599609375, 111.01171875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Ramkahen - Difficulty: 0) +(@OGUID+43, 180427, 1, 5034, 5466, '0', 0, 0, -9472.158203125, -958.11285400390625, 109.2133636474609375, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Ramkahen - Difficulty: 0) +(@OGUID+44, 180427, 1, 5034, 5466, '0', 0, 0, -9447.1845703125, -938.68402099609375, 111.01171875, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Bat02 (Area: Ramkahen - Difficulty: 0) +(@OGUID+45, 180471, 1, 5034, 5466, '0', 0, 0, -9473.81640625, -1017.685791015625, 114.1821823120117187, 4.572763919830322265, 0, 0, -0.75470924377441406, 0.656059443950653076, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Ramkahen - Difficulty: 0) +(@OGUID+46, 180471, 1, 5034, 5466, '0', 0, 0, -9473.876953125, -1016.36981201171875, 114.1821823120117187, 4.694936752319335937, 0, 0, -0.71325016021728515, 0.700909554958343505, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Ramkahen - Difficulty: 0) +(@OGUID+47, 180471, 1, 5034, 5466, '0', 0, 0, -9473.8994140625, -1015.10772705078125, 114.1821823120117187, 4.834563255310058593, 0, 0, -0.66261959075927734, 0.748956084251403808, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Ramkahen - Difficulty: 0) +(@OGUID+48, 180471, 1, 5034, 5466, '0', 0, 0, -9415.2099609375, -963.0711669921875, 122.569091796875, 4.817109584808349609, 0, 0, -0.66913032531738281, 0.74314504861831665, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Ramkahen - Difficulty: 0) +(@OGUID+49, 180471, 1, 5034, 5466, '0', 0, 0, -9487.6845703125, -986.05731201171875, 113.9404373168945312, 1.413715124130249023, 0, 0, 0.649447441101074218, 0.760406434535980224, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Ramkahen - Difficulty: 0) +(@OGUID+50, 180471, 1, 5034, 5466, '0', 0, 0, -9415.314453125, -956.5399169921875, 122.5311737060546875, 4.799657344818115234, 0, 0, -0.67558956146240234, 0.737277925014495849, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Ramkahen - Difficulty: 0) +(@OGUID+51, 180471, 1, 5034, 5466, '0', 0, 0, -9487.685546875, -987.2257080078125, 113.9383392333984375, 1.658061861991882324, 0, 0, 0.737277030944824218, 0.67559051513671875, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Ramkahen - Difficulty: 0) +(@OGUID+52, 180471, 1, 5034, 5466, '0', 0, 0, -9415.359375, -954.3975830078125, 122.5984420776367187, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Ramkahen - Difficulty: 0) +(@OGUID+53, 180471, 1, 5034, 5466, '0', 0, 0, -9487.8173828125, -984.763916015625, 113.9404373168945312, 1.32644820213317871, 0, 0, 0.615660667419433593, 0.788011372089385986, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Ramkahen - Difficulty: 0) +(@OGUID+54, 180471, 1, 5034, 5466, '0', 0, 0, -9415.203125, -961.98614501953125, 122.5012893676757812, 5.009094715118408203, 0, 0, -0.59482288360595703, 0.80385679006576538, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Ramkahen - Difficulty: 0) +(@OGUID+55, 180471, 1, 5034, 5466, '0', 0, 0, -9415.265625, -960.8975830078125, 122.4408798217773437, 4.9218292236328125, 0, 0, -0.62932014465332031, 0.77714616060256958, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Ramkahen - Difficulty: 0) +(@OGUID+56, 180471, 1, 5034, 5466, '0', 0, 0, -9415.2412109375, -957.70489501953125, 122.4472808837890625, 4.799657344818115234, 0, 0, -0.67558956146240234, 0.737277925014495849, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Ramkahen - Difficulty: 0) +(@OGUID+57, 180471, 1, 5034, 5466, '0', 0, 0, -9415.3369140625, -955.3680419921875, 122.6055679321289062, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Ramkahen - Difficulty: 0) +(@OGUID+58, 180471, 1, 5034, 5466, '0', 0, 0, -9415.1767578125, -964.046875, 122.5145111083984375, 4.782202720642089843, 0, 0, -0.68199825286865234, 0.731353819370269775, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Ramkahen - Difficulty: 0) +(@OGUID+59, 180471, 1, 5034, 5466, '0', 0, 0, -9526.5, -986.80206298828125, 109.893463134765625, 1.658061861991882324, 0, 0, 0.737277030944824218, 0.67559051513671875, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Ramkahen - Difficulty: 0) +(@OGUID+60, 180471, 1, 5034, 5466, '0', 0, 0, -9526.5, -987.9600830078125, 109.893463134765625, 1.658061861991882324, 0, 0, 0.737277030944824218, 0.67559051513671875, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Ramkahen - Difficulty: 0) +(@OGUID+61, 180471, 1, 5034, 5466, '0', 0, 0, -9526.5, -985.54339599609375, 109.893463134765625, 1.658061861991882324, 0, 0, 0.737277030944824218, 0.67559051513671875, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Ramkahen - Difficulty: 0) +(@OGUID+62, 180471, 1, 5034, 5466, '0', 0, 0, -9488.96875, -928.51214599609375, 114.1068801879882812, 1.32644820213317871, 0, 0, 0.615660667419433593, 0.788011372089385986, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Ramkahen - Difficulty: 0) +(@OGUID+63, 180471, 1, 5034, 5466, '0', 0, 0, -9462.7880859375, -912.8125, 117.7845077514648437, 6.056293010711669921, 0, 0, -0.11320304870605468, 0.993571877479553222, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Ramkahen - Difficulty: 0) +(@OGUID+64, 180471, 1, 5034, 5466, '0', 0, 0, -9488.8349609375, -929.8055419921875, 114.0665664672851562, 1.413715124130249023, 0, 0, 0.649447441101074218, 0.760406434535980224, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Ramkahen - Difficulty: 0) +(@OGUID+65, 180471, 1, 5034, 5466, '0', 0, 0, -9464.0673828125, -912.85418701171875, 117.8243179321289062, 6.14356088638305664, 0, 0, -0.06975555419921875, 0.997564136981964111, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Ramkahen - Difficulty: 0) +(@OGUID+66, 180471, 1, 5034, 5466, '0', 0, 0, -9461.53515625, -912.78472900390625, 117.84423828125, 5.986480236053466796, 0, 0, -0.14780902862548828, 0.989015936851501464, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Ramkahen - Difficulty: 0) +(@OGUID+67, 180471, 1, 5034, 5466, '0', 0, 0, -9488.8369140625, -930.97393798828125, 114.0994033813476562, 1.658061861991882324, 0, 0, 0.737277030944824218, 0.67559051513671875, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Ramkahen - Difficulty: 0) +(@OGUID+68, 180471, 1, 5034, 5466, '0', 0, 0, -9526.919921875, -924.58856201171875, 110.2437591552734375, 1.658061861991882324, 0, 0, 0.737277030944824218, 0.67559051513671875, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Ramkahen - Difficulty: 0) +(@OGUID+69, 180471, 1, 5034, 5466, '0', 0, 0, -9526.919921875, -927.17364501953125, 110.2437591552734375, 1.658061861991882324, 0, 0, 0.737277030944824218, 0.67559051513671875, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Ramkahen - Difficulty: 0) +(@OGUID+70, 180471, 1, 5034, 5466, '0', 0, 0, -9526.919921875, -925.94268798828125, 110.2437591552734375, 1.658061861991882324, 0, 0, 0.737277030944824218, 0.67559051513671875, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Ramkahen - Difficulty: 0) +(@OGUID+71, 180472, 1, 5034, 5466, '0', 0, 0, -9485.9169921875, -992.22393798828125, 115.3963088989257812, 6.195919513702392578, 0, 0, -0.04361915588378906, 0.999048233032226562, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Ramkahen - Difficulty: 0) +(@OGUID+72, 180472, 1, 5034, 5466, '0', 0, 0, -9415.44140625, -959.357666015625, 123.052642822265625, 3.089183330535888671, 0, 0, 0.99965667724609375, 0.026201646775007247, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Ramkahen - Difficulty: 0) +(@OGUID+73, 180472, 1, 5034, 5466, '0', 0, 0, -9422.388671875, -947.33856201171875, 119.12896728515625, 3.333590030670166015, 0, 0, -0.99539566040039062, 0.095851235091686248, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Ramkahen - Difficulty: 0) +(@OGUID+74, 180472, 1, 5034, 5466, '0', 0, 0, -9522.3505859375, -980.31597900390625, 112.230926513671875, 0.715584874153137207, 0, 0, 0.350207328796386718, 0.936672210693359375, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Ramkahen - Difficulty: 0) +(@OGUID+75, 180472, 1, 5034, 5466, '0', 0, 0, -9469.498046875, -917.1007080078125, 120.2274322509765625, 4.328419685363769531, 0, 0, -0.82903671264648437, 0.559194147586822509, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Ramkahen - Difficulty: 0) +(@OGUID+76, 180472, 1, 5034, 5466, '0', 0, 0, -9532.37890625, -946.60418701171875, 114.448516845703125, 5.969027042388916015, 0, 0, -0.1564340591430664, 0.987688362598419189, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Ramkahen - Difficulty: 0) +(@OGUID+77, 180523, 1, 5034, 5466, '0', 0, 0, -9385.734375, -945.0555419921875, 114.2168502807617187, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Apple Bob (Area: Ramkahen - Difficulty: 0) +(@OGUID+78, 208179, 1, 5034, 5466, '0', 0, 0, -9392.01953125, -945.32293701171875, 113.7635726928710937, 0, 0, 0, 0, 1, 120, 255, 1, 46366); -- Candy Bucket (Area: Ramkahen - Difficulty: 0) + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+78; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26), +(12, @OGUID+27), +(12, @OGUID+28), +(12, @OGUID+29), +(12, @OGUID+30), +(12, @OGUID+31), +(12, @OGUID+32), +(12, @OGUID+33), +(12, @OGUID+34), +(12, @OGUID+35), +(12, @OGUID+36), +(12, @OGUID+37), +(12, @OGUID+38), +(12, @OGUID+39), +(12, @OGUID+40), +(12, @OGUID+41), +(12, @OGUID+42), +(12, @OGUID+43), +(12, @OGUID+44), +(12, @OGUID+45), +(12, @OGUID+46), +(12, @OGUID+47), +(12, @OGUID+48), +(12, @OGUID+49), +(12, @OGUID+50), +(12, @OGUID+51), +(12, @OGUID+52), +(12, @OGUID+53), +(12, @OGUID+54), +(12, @OGUID+55), +(12, @OGUID+56), +(12, @OGUID+57), +(12, @OGUID+58), +(12, @OGUID+59), +(12, @OGUID+60), +(12, @OGUID+61), +(12, @OGUID+62), +(12, @OGUID+63), +(12, @OGUID+64), +(12, @OGUID+65), +(12, @OGUID+66), +(12, @OGUID+67), +(12, @OGUID+68), +(12, @OGUID+69), +(12, @OGUID+70), +(12, @OGUID+71), +(12, @OGUID+72), +(12, @OGUID+73), +(12, @OGUID+74), +(12, @OGUID+75), +(12, @OGUID+76), +(12, @OGUID+77), +(12, @OGUID+78); diff --git a/sql/updates/world/master/2024_03_18_53_world_hallows_end_deepholm.sql b/sql/updates/world/master/2024_03_18_53_world_hallows_end_deepholm.sql new file mode 100644 index 0000000000000..175c26a3ddc88 --- /dev/null +++ b/sql/updates/world/master/2024_03_18_53_world_hallows_end_deepholm.sql @@ -0,0 +1,69 @@ +-- +SET @OGUID := 3808472; + +-- Old gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN 3010095 AND 3010121; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 3010095 AND 3010121; +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN 3010095 AND 3010121; + +-- Gameobject spawns +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+26; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 180406, 646, 5042, 5303, '0', 0, 0, 1031.9930419921875, 639.1961669921875, -45.0401496887207031, 0.261798173189163208, 0, 0, 0.130525588989257812, 0.991444945335388183, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Temple of Earth - Difficulty: 0) +(@OGUID+1, 180406, 646, 5042, 5303, '0', 0, 0, 1102.609375, 441.067718505859375, -44.0304336547851562, 4.049167633056640625, 0, 0, -0.89879322052001953, 0.438372820615768432, 120, 255, 1, 46366), -- G_Pumpkin_02 (Area: Temple of Earth - Difficulty: 0) +(@OGUID+2, 180407, 646, 5042, 5303, '0', 0, 0, 1090.1129150390625, 432.302093505859375, -45.9852485656738281, 4.1538848876953125, 0, 0, -0.8746194839477539, 0.484810054302215576, 120, 255, 1, 46366), -- G_Pumpkin_03 (Area: Temple of Earth - Difficulty: 0) +(@OGUID+3, 180415, 646, 5042, 5303, '0', 0, 0, 1089.7379150390625, 435.546875, -46.0992469787597656, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Temple of Earth - Difficulty: 0) +(@OGUID+4, 180415, 646, 5042, 5303, '0', 0, 0, 1088.4757080078125, 432.1788330078125, -46.0840339660644531, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Temple of Earth - Difficulty: 0) +(@OGUID+5, 180415, 646, 5042, 5303, '0', 0, 0, 1044.59375, 639.60418701171875, -45.4796638488769531, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Temple of Earth - Difficulty: 0) +(@OGUID+6, 180415, 646, 5042, 5303, '0', 0, 0, 1054.0069580078125, 637.32464599609375, -45.8671913146972656, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Temple of Earth - Difficulty: 0) +(@OGUID+7, 180415, 646, 5042, 5303, '0', 0, 0, 1052.1041259765625, 639.02081298828125, -45.0377349853515625, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Temple of Earth - Difficulty: 0) +(@OGUID+8, 180415, 646, 5042, 5303, '0', 0, 0, 1046.482666015625, 639.92364501953125, -45.1595497131347656, 0.925023794174194335, 0, 0, 0.446197509765625, 0.894934535026550292, 120, 255, 1, 46366), -- CandleBlack01 (Area: Temple of Earth - Difficulty: 0) +(@OGUID+9, 180415, 646, 5042, 5303, '0', 0, 0, 1045.6805419921875, 640.48614501953125, -44.3372077941894531, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Temple of Earth - Difficulty: 0) +(@OGUID+10, 180415, 646, 5042, 5303, '0', 0, 0, 1097.8958740234375, 437.2413330078125, -45.4716987609863281, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Temple of Earth - Difficulty: 0) +(@OGUID+11, 180415, 646, 5042, 5303, '0', 0, 0, 1100.9461669921875, 440.296875, -44.078521728515625, 5.462882041931152343, 0, 0, -0.39874839782714843, 0.917060375213623046, 120, 255, 1, 46366), -- CandleBlack01 (Area: Temple of Earth - Difficulty: 0) +(@OGUID+12, 180415, 646, 5042, 5303, '0', 0, 0, 1090.201416015625, 433.614593505859375, -45.9701347351074218, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Temple of Earth - Difficulty: 0) +(@OGUID+13, 180415, 646, 5042, 5303, '0', 0, 0, 1097.2135009765625, 439.451385498046875, -45.8959999084472656, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Temple of Earth - Difficulty: 0) +(@OGUID+14, 180415, 646, 5042, 5303, '0', 0, 0, 1092.638916015625, 434.49652099609375, -44.4317512512207031, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Temple of Earth - Difficulty: 0) +(@OGUID+15, 180415, 646, 5042, 5303, '0', 0, 0, 1103.2430419921875, 442.767364501953125, -43.8346443176269531, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Temple of Earth - Difficulty: 0) +(@OGUID+16, 180415, 646, 5042, 5303, '0', 0, 0, 1099.9896240234375, 442.12847900390625, -45.6885871887207031, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Temple of Earth - Difficulty: 0) +(@OGUID+17, 180415, 646, 5042, 5303, '0', 0, 0, 1092.9947509765625, 437.61285400390625, -45.9322853088378906, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Temple of Earth - Difficulty: 0) +(@OGUID+18, 180415, 646, 5042, 5303, '0', 0, 0, 1097.6875, 436.845489501953125, -45.2649726867675781, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Temple of Earth - Difficulty: 0) +(@OGUID+19, 180415, 646, 5042, 5303, '0', 0, 0, 1095.0677490234375, 438.526031494140625, -46.0259437561035156, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- CandleBlack01 (Area: Temple of Earth - Difficulty: 0) +(@OGUID+20, 180471, 646, 5042, 5303, '0', 0, 0, 1053.2691650390625, 637.08856201171875, -43.53887939453125, 6.265733242034912109, 0, 0, -0.00872611999511718, 0.999961912631988525, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Temple of Earth - Difficulty: 0) +(@OGUID+21, 180471, 646, 5042, 5303, '0', 0, 0, 1055.0382080078125, 637.765625, -43.5929298400878906, 0.541050612926483154, 0, 0, 0.267237663269042968, 0.96363067626953125, 120, 255, 1, 46366), -- HangingSkullLight01 (Area: Temple of Earth - Difficulty: 0) +(@OGUID+22, 180472, 646, 5042, 5303, '0', 0, 0, 1043.9913330078125, 639.92706298828125, -42.2204132080078125, 4.904376029968261718, 0, 0, -0.636077880859375, 0.771624863147735595, 120, 255, 1, 46366), -- HangingSkullLight02 (Area: Temple of Earth - Difficulty: 0) +(@OGUID+23, 180523, 646, 5042, 5303, '0', 0, 0, 1035.017333984375, 638.42364501953125, -44.9422111511230468, 6.161012649536132812, 0, 0, -0.06104850769042968, 0.998134791851043701, 120, 255, 1, 46366), -- Apple Bob (Area: Temple of Earth - Difficulty: 0) +(@OGUID+24, 180523, 646, 5042, 5303, '0', 0, 0, 1100.857666015625, 444.232635498046875, -45.0910224914550781, 0, 0, 0, 0, 1, 120, 255, 1, 46366), -- Apple Bob (Area: Temple of Earth - Difficulty: 0) +(@OGUID+25, 208181, 646, 5042, 5303, '0', 0, 0, 1099.2222900390625, 441.15277099609375, -45.621673583984375, 4.066620349884033203, 0, 0, -0.89493370056152343, 0.44619917869567871, 120, 255, 1, 46366), -- Candy Bucket (Area: Temple of Earth - Difficulty: 0) +(@OGUID+26, 208183, 646, 5042, 5303, '0', 0, 0, 1037.625, 636.84552001953125, -45.4039268493652343, 0.139624491333961486, 0, 0, 0.06975555419921875, 0.997564136981964111, 120, 255, 1, 46366); -- Candy Bucket (Area: Temple of Earth - Difficulty: 0) + +-- Event spawns +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=12 AND `guid` BETWEEN @OGUID+0 AND @OGUID+26; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(12, @OGUID+0), +(12, @OGUID+1), +(12, @OGUID+2), +(12, @OGUID+3), +(12, @OGUID+4), +(12, @OGUID+5), +(12, @OGUID+6), +(12, @OGUID+7), +(12, @OGUID+8), +(12, @OGUID+9), +(12, @OGUID+10), +(12, @OGUID+11), +(12, @OGUID+12), +(12, @OGUID+13), +(12, @OGUID+14), +(12, @OGUID+15), +(12, @OGUID+16), +(12, @OGUID+17), +(12, @OGUID+18), +(12, @OGUID+19), +(12, @OGUID+20), +(12, @OGUID+21), +(12, @OGUID+22), +(12, @OGUID+23), +(12, @OGUID+24), +(12, @OGUID+25), +(12, @OGUID+26); diff --git a/sql/updates/world/master/2024_03_18_54_world.sql b/sql/updates/world/master/2024_03_18_54_world.sql new file mode 100644 index 0000000000000..8ad962c34e1cc --- /dev/null +++ b/sql/updates/world/master/2024_03_18_54_world.sql @@ -0,0 +1,8 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_pri_rhapsody','spell_pri_rhapsody_proc'); +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(390622, 'spell_pri_rhapsody'), +(390636, 'spell_pri_rhapsody_proc'); + +DELETE FROM `spell_proc` WHERE `SpellId` IN (390636); +INSERT INTO `spell_proc` (`SpellId`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`SpellFamilyMask3`,`ProcFlags`,`ProcFlags2`,`SpellTypeMask`,`SpellPhaseMask`,`HitMask`,`AttributesMask`,`DisableEffectsMask`,`ProcsPerMinute`,`Chance`,`Cooldown`,`Charges`) VALUES +(390636,0x00,6,0x00000000,0x00000000,0x00000000,0x00000000,0x0,0x0,0x0,0x0,0x0,0xA,0x0,0,0,0,1); -- Rhapsody diff --git a/src/common/Logging/Log.h b/src/common/Logging/Log.h index d6e329a71dd2f..74a115eac4b5a 100644 --- a/src/common/Logging/Log.h +++ b/src/common/Logging/Log.h @@ -99,6 +99,18 @@ class TC_COMMON_API Log void CreateAppenderFromConfigLine(std::string const& name, std::string const& options); void CreateLoggerFromConfigLine(std::string const& name, std::string const& options); + template + static constexpr std::string_view make_string_view(StringOrStringView const& stringOrStringView) + { + return stringOrStringView; + } + + template + static consteval std::string_view make_string_view(char const(&chars)[CharArraySize]) + { + return { std::begin(chars), (chars[CharArraySize - 1] == '\0' ? CharArraySize - 1 : CharArraySize) }; + } + private: static std::string GetTimestampStr(); void write(std::unique_ptr msg) const; @@ -129,43 +141,40 @@ class TC_COMMON_API Log #define sLog Log::instance() +#define TC_LOG_MESSAGE_BODY_CORE(filterType__, level__, message__, ...) \ + do { \ + if (Log* logInstance = sLog; logInstance->ShouldLog(Log::make_string_view(filterType__), level__)) \ + logInstance->OutMessage(Log::make_string_view(filterType__), level__, Log::make_string_view(message__), ## __VA_ARGS__); \ + } while (0) + #ifdef PERFORMANCE_PROFILING -#define TC_LOG_MESSAGE_BODY(filterType__, level__, ...) ((void)0) +#define TC_LOG_MESSAGE_BODY(filterType__, level__, message__, ...) ((void)0) #elif TRINITY_PLATFORM != TRINITY_PLATFORM_WINDOWS - -// This will catch format errors on build time -#define TC_LOG_MESSAGE_BODY(filterType__, level__, ...) \ - do { \ - if (Log* logInstance = sLog; logInstance->ShouldLog(filterType__, level__)) \ - logInstance->OutMessage(filterType__, level__, __VA_ARGS__); \ - } while (0) +#define TC_LOG_MESSAGE_BODY(filterType__, level__, message__, ...) TC_LOG_MESSAGE_BODY_CORE(filterType__, level__, message__, ## __VA_ARGS__) #else -#define TC_LOG_MESSAGE_BODY(filterType__, level__, ...) \ - __pragma(warning(push)) \ - __pragma(warning(disable:4127)) \ - do { \ - if (Log* logInstance = sLog; logInstance->ShouldLog(filterType__, level__)) \ - logInstance->OutMessage(filterType__, level__, __VA_ARGS__); \ - } while (0) \ +#define TC_LOG_MESSAGE_BODY(filterType__, level__, message__, ...) \ + __pragma(warning(push)) \ + __pragma(warning(disable:4127)) \ + TC_LOG_MESSAGE_BODY_CORE(filterType__, level__, message__, ## __VA_ARGS__) \ __pragma(warning(pop)) #endif -#define TC_LOG_TRACE(filterType__, ...) \ - TC_LOG_MESSAGE_BODY(filterType__, LOG_LEVEL_TRACE, __VA_ARGS__) +#define TC_LOG_TRACE(filterType__, message__, ...) \ + TC_LOG_MESSAGE_BODY(filterType__, LOG_LEVEL_TRACE, message__, ## __VA_ARGS__) -#define TC_LOG_DEBUG(filterType__, ...) \ - TC_LOG_MESSAGE_BODY(filterType__, LOG_LEVEL_DEBUG, __VA_ARGS__) +#define TC_LOG_DEBUG(filterType__, message__, ...) \ + TC_LOG_MESSAGE_BODY(filterType__, LOG_LEVEL_DEBUG, message__, ## __VA_ARGS__) -#define TC_LOG_INFO(filterType__, ...) \ - TC_LOG_MESSAGE_BODY(filterType__, LOG_LEVEL_INFO, __VA_ARGS__) +#define TC_LOG_INFO(filterType__, message__, ...) \ + TC_LOG_MESSAGE_BODY(filterType__, LOG_LEVEL_INFO, message__, ## __VA_ARGS__) -#define TC_LOG_WARN(filterType__, ...) \ - TC_LOG_MESSAGE_BODY(filterType__, LOG_LEVEL_WARN, __VA_ARGS__) +#define TC_LOG_WARN(filterType__, message__, ...) \ + TC_LOG_MESSAGE_BODY(filterType__, LOG_LEVEL_WARN, message__, ## __VA_ARGS__) -#define TC_LOG_ERROR(filterType__, ...) \ - TC_LOG_MESSAGE_BODY(filterType__, LOG_LEVEL_ERROR, __VA_ARGS__) +#define TC_LOG_ERROR(filterType__, message__, ...) \ + TC_LOG_MESSAGE_BODY(filterType__, LOG_LEVEL_ERROR, message__, ## __VA_ARGS__) -#define TC_LOG_FATAL(filterType__, ...) \ - TC_LOG_MESSAGE_BODY(filterType__, LOG_LEVEL_FATAL, __VA_ARGS__) +#define TC_LOG_FATAL(filterType__, message__, ...) \ + TC_LOG_MESSAGE_BODY(filterType__, LOG_LEVEL_FATAL, message__, ## __VA_ARGS__) #endif diff --git a/src/server/game/Maps/GridMap.cpp b/src/server/game/Maps/GridMap.cpp index 0d5f2587675f7..d61594736c3c0 100644 --- a/src/server/game/Maps/GridMap.cpp +++ b/src/server/game/Maps/GridMap.cpp @@ -108,8 +108,8 @@ GridMap::LoadResult GridMap::loadData(char const* filename) return LoadResult::Ok; } - TC_LOG_ERROR("maps", "Map file '{}' is from an incompatible map version (%.*s v{}), %.*s v{} is expected. Please pull your source, recompile tools and recreate maps using the updated mapextractor, then replace your old map files with new files. If you still have problems search on forum for error TCE00018.", - filename, 4, header.mapMagic.data(), header.versionMagic, 4, MapMagic.data(), MapVersionMagic); + TC_LOG_ERROR("maps", "Map file '{}' is from an incompatible map version ({} v{}), {} v{} is expected. Please pull your source, recompile tools and recreate maps using the updated mapextractor, then replace your old map files with new files. If you still have problems search on forum for error TCE00018.", + filename, std::string_view(header.mapMagic.data(), 4), header.versionMagic, std::string_view(MapMagic.data(), 4), MapVersionMagic); fclose(in); return LoadResult::InvalidFile; } diff --git a/src/server/game/Maps/TerrainMgr.cpp b/src/server/game/Maps/TerrainMgr.cpp index 189108a74d1a8..b2faa91a9440f 100644 --- a/src/server/game/Maps/TerrainMgr.cpp +++ b/src/server/game/Maps/TerrainMgr.cpp @@ -96,8 +96,8 @@ bool TerrainInfo::ExistMap(uint32 mapid, int32 gx, int32 gy, bool log /*= true*/ if (header.mapMagic != MapMagic || header.versionMagic != MapVersionMagic) { if (log) - TC_LOG_ERROR("maps", "Map file '{}' is from an incompatible map version (%.*s v{}), %.*s v{} is expected. Please pull your source, recompile tools and recreate maps using the updated mapextractor, then replace your old map files with new files. If you still have problems search on forum for error TCE00018.", - fileName, 4, header.mapMagic.data(), header.versionMagic, 4, MapMagic.data(), MapVersionMagic); + TC_LOG_ERROR("maps", "Map file '{}' is from an incompatible map version ({} v{}), {} v{} is expected. Please pull your source, recompile tools and recreate maps using the updated mapextractor, then replace your old map files with new files. If you still have problems search on forum for error TCE00018.", + fileName, std::string_view(header.mapMagic.data(), 4), header.versionMagic, std::string_view(MapMagic.data(), 4), MapVersionMagic); } else ret = true; diff --git a/src/server/scripts/Spells/spell_priest.cpp b/src/server/scripts/Spells/spell_priest.cpp index eefce2d3e8215..419e9f51a8d6c 100644 --- a/src/server/scripts/Spells/spell_priest.cpp +++ b/src/server/scripts/Spells/spell_priest.cpp @@ -162,6 +162,7 @@ enum PriestSpells SPELL_PRIEST_RENEWED_HOPE = 197469, SPELL_PRIEST_RENEWED_HOPE_EFFECT = 197470, SPELL_PRIEST_REVEL_IN_PURITY = 373003, + SPELL_PRIEST_RHAPSODY_PROC = 390636, SPELL_PRIEST_SAY_YOUR_PRAYERS = 391186, SPELL_PRIEST_SCHISM = 424509, SPELL_PRIEST_SCHISM_AURA = 214621, @@ -2642,6 +2643,51 @@ class spell_pri_purge_the_wicked_dummy : public SpellScript } }; +// 390622 - Rhapsody +class spell_pri_rhapsody : public AuraScript +{ + bool Validate(SpellInfo const* /*spellInfo*/) override + { + return ValidateSpellInfo({ SPELL_PRIEST_RHAPSODY_PROC }); + } + + void HandlePeriodic(AuraEffect const* aurEff) const + { + Unit* target = GetTarget(); + if (Aura* rhapsodyStack = target->GetAura(SPELL_PRIEST_RHAPSODY_PROC, GetCasterGUID())) + rhapsodyStack->ModStackAmount(1); + else + target->CastSpell(target, SPELL_PRIEST_RHAPSODY_PROC, + CastSpellExtraArgs(aurEff).SetTriggerFlags(TRIGGERED_IGNORE_CAST_IN_PROGRESS | TRIGGERED_DONT_REPORT_CAST_ERROR)); + } + + void Register() override + { + OnEffectPeriodic += AuraEffectPeriodicFn(spell_pri_rhapsody::HandlePeriodic, EFFECT_0, SPELL_AURA_PERIODIC_DUMMY); + } +}; + +// 390636 - Rhapsody +class spell_pri_rhapsody_proc : public AuraScript +{ + void PreventChargeDrop(ProcEventInfo const& /*eventInfo*/) + { + PreventDefaultAction(); + } + + void RemoveAura(ProcEventInfo const& /*eventInfo*/) const + { + // delay charge drop to allow spellmod to be applied to both damaging and healing spells + GetAura()->DropChargeDelayed(1); + } + + void Register() override + { + DoPrepareProc += AuraProcFn(spell_pri_rhapsody_proc::PreventChargeDrop); + AfterProc += AuraProcFn(spell_pri_rhapsody_proc::RemoveAura); + } +}; + // 47536 - Rapture class spell_pri_rapture : public SpellScript { @@ -3241,6 +3287,8 @@ void AddSC_priest_spell_scripts() RegisterSpellScript(spell_pri_purge_the_wicked); RegisterSpellScript(spell_pri_purge_the_wicked_dummy); RegisterSpellScript(spell_pri_rapture); + RegisterSpellScript(spell_pri_rhapsody); + RegisterSpellScript(spell_pri_rhapsody_proc); RegisterSpellScript(spell_pri_schism); RegisterSpellScript(spell_pri_sins_of_the_many); RegisterSpellScript(spell_pri_spirit_of_redemption); diff --git a/src/server/scripts/World/chat_log.cpp b/src/server/scripts/World/chat_log.cpp index cec8cf6191fb8..74178d7333f9d 100644 --- a/src/server/scripts/World/chat_log.cpp +++ b/src/server/scripts/World/chat_log.cpp @@ -22,11 +22,11 @@ #include "Log.h" #include "Player.h" -#define TC_LOG_CHAT(TYPE, ...) \ - if (lang != LANG_ADDON && lang != LANG_ADDON_LOGGED) \ - TC_LOG_DEBUG("chat.log." TYPE, __VA_ARGS__); \ - else \ - TC_LOG_DEBUG("chat.log.addon." TYPE, __VA_ARGS__); +#define TC_LOG_CHAT(TYPE, MESSAGE, ...) \ + if (lang != LANG_ADDON && lang != LANG_ADDON_LOGGED) \ + TC_LOG_DEBUG("chat.log." TYPE, MESSAGE, __VA_ARGS__); \ + else \ + TC_LOG_DEBUG("chat.log.addon." TYPE, MESSAGE, __VA_ARGS__); class ChatLogScript : public PlayerScript {